Add support for defun in thingatpt.el
[bpt/emacs.git] / lisp / ChangeLog
1 2011-03-24 Drew Adams <drew.adams@oracle.com>
2
3 * thingatpt.el: Support `defun'.
4
5 2011-03-23 Leo Liu <sdl.web@gmail.com>
6
7 * abbrevlist.el: Move to obsolete/abbrevlist.el.
8
9 * help-mode.el (help-mode-finish): Tweak regexp.
10
11 2011-03-23 Glenn Morris <rgm@gnu.org>
12
13 * eshell/esh-opt.el (eshell-eval-using-options):
14 Do not bind unused local variable `eshell-option-stub'.
15
16 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
17
18 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
19
20 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
21 keymap variable in `with-no-warnings' to avoid a warning when the
22 keymap has been already `defconst'ed.
23
24 2011-03-22 Leo Liu <sdl.web@gmail.com>
25
26 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
27 encode all chars in abbrevs; otherwise use emacs-mule or
28 utf-8-emacs. (Bug#8308)
29
30 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
31
32 * simple.el (backward-delete-char-untabify):
33 Avoid warning about using `delete-backward-char'.
34
35 * image.el (image-type-file-name-regexps): Make it variable.
36 `imagemagick-register-types' modifies it, and the user may want
37 to add new extensions for known image types.
38 (imagemagick-register-types): Throw error if not using ImageMagick.
39
40 2011-03-22 Leo Liu <sdl.web@gmail.com>
41
42 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
43 located before rcirc-prompt-end-marker.
44 (rcirc-complete): Error if point is not after rcirc prompt.
45 Handle the case when table is nil.
46 (rcirc-user-authenticated): Define to fix compiler warning.
47
48 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
49
50 * custom.el (custom--inhibit-theme-enable): Make it affect only
51 custom-theme-set-variables and custom-theme-set-faces.
52 (provide-theme): Ignore custom--inhibit-theme-enable.
53 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
54 (custom-enabling-themes): Delete variable.
55 (enable-theme): Accept only loaded themes as arguments. Ignore
56 the special custom-enabled-themes variable.
57 (custom-enabled-themes): Forbid themes from setting this.
58 Eliminate use of custom-enabling-themes.
59 (custom-push-theme): Quote "changed" custom var entry.
60
61 2011-03-21 Leo Liu <sdl.web@gmail.com>
62
63 * ido.el (ido-read-internal): Add ido-selected to history instead
64 of user input.
65
66 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
67
68 * subr.el (deferred-action-list, deferred-action-function):
69 Mark obsolete.
70
71 2011-03-21 Leo Liu <sdl.web@gmail.com>
72
73 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
74 change on 2011-02-13 (bug#8309).
75
76 * minibuffer.el (read-file-name-function): Change default value.
77 (read-file-name--defaults): Rename from read-file-name-defaults.
78 (read-file-name-default): Rename from read-file-name.
79 (read-file-name): Call read-file-name-function.
80
81 2011-03-21 Glenn Morris <rgm@gnu.org>
82
83 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
84 Doc fixes.
85
86 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
87
88 * cus-theme.el: Add missing provide statement.
89 (customize-create-theme): Extract theme value correctly.
90 (custom-theme-visit-theme): Autoload.
91 (customize-create-theme): Prompt before inserting default faces.
92
93 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
94
95 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
96 units and musical notes.
97
98 2011-03-20 Leo <sdl.web@gmail.com>
99
100 * ido.el (ido-read-internal): Use completing-read-default.
101 (ido-completing-read): Fix compatibility with completing-read.
102
103 2011-03-20 Christian Ohler <ohler@gnu.org>
104
105 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
106 (ert-delete-all-tests): Use `called-interactively-p' rather than
107 `interactive-p'.
108 (ert--make-xrefs-region): Respect END.
109
110 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
111
112 * dired-aux.el (dired-create-directory): Signal an error if the
113 directory already exists (Bug#8246).
114
115 * facemenu.el (list-colors-display): Call list-faces-display
116 inside with-help-window.
117 (list-colors-print): Use display property to align the final
118 column, instead of checking window-width.
119
120 2011-03-19 Eli Zaretskii <eliz@gnu.org>
121
122 * emerge.el (emerge-metachars): Separate value for ms-dos and
123 windows-nt systems.
124 (emerge-protect-metachars): Quote correctly for ms-dos and
125 windows-nt systems.
126
127 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
128
129 * info.el (info-initialize): Replace all uses of `:' with
130 path-separator for compatibility with non-Unix systems.
131 Cache quoting of path-separator. (Bug#8258)
132
133 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
134
135 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
136 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
137 (mouse-avoidance-mode): Fix typos in docstrings.
138
139 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
140
141 * startup.el (package-subdirectory-regexp): Move from package.el.
142 Omit \\` and \\', and let callers add them.
143
144 * emacs-lisp/package.el (package-strip-version)
145 (package-load-all-descriptors): Add \\` and \\' to
146 package-subdirectory-regexp before using it.
147 (package-untar-buffer): New arg DIR; ensure that file untars only
148 into this expected directory. Remove superfluous delete-region.
149 (package-unpack): Caller changed.
150 (package-tar-file-info): Use package-subdirectory-regexp.
151
152 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
153
154 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
155 diff-mode-shared-map (bug#8284).
156 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
157
158 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
159
160 * calendar/time-date.el (format-seconds): Use assoc instead of
161 assoc-string, since assoc-string doesn't exist in XEmacs.
162
163 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
164
165 * custom.el (custom-known-themes): Reflow docstring.
166 (custom-theme-load-path): Fix typo in docstring.
167 (load-theme): Fix typo in error message.
168 (custom-available-themes, custom-variable-theme-value):
169 Use `let', not `let*'.
170
171 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
172
173 * calc/README: Mention inclusion of musical notes.
174
175 * calc/calc-units.el (calc-lu-quant): Rename from
176 `calc-logunits-quantity'.
177 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
178 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
179 (calc-db): Rename from `calc-dblevel'.
180 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
181 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
182 (calc-np): Rename from `calc-nplevel'.
183 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
184 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
185 (calc-lu-plus): Rename from `calc-logunits-add'.
186 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
187 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
188 (calc-lu-minus): Rename from `calc-logunits-sub'.
189 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
190 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
191 (calc-lu-times): Rename from `calc-logunits-mul'.
192 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
193 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
194 (calc-lu-divide): Rename from `calc-logunits-div'.
195 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
196 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
197
198 * calc/calc-ext.el (calc-init-extensions): Update the names of the
199 functions being autoloaded.
200
201 * calc/calc.el (calc-lu-power-reference): Rename from
202 `calc-logunits-power-reference'.
203 (calc-lu-field-reference): Rename from
204 `calc-logunits-field-reference'.
205
206 * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
207
208 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
209
210 * minibuffer.el (completion-all-sorted-completions):
211 Use :completion-cycle-penalty text property if present.
212
213 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
214
215 * allout.el (allout-yank-processing): Adjust for new rebulleting
216 regime so bullet being yanked is used without prompting the user
217 for a choice.
218
219 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
220
221 * startup.el (command-line): Warn the user that _emacs is deprecated.
222
223 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
224
225 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
226 (delphi-verbose, delphi-comment-face, delphi-string-face)
227 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
228 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
229 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
230 (delphi-new-comment-line, delphi-font-lock-defaults)
231 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
232 Fix typos in docstrings.
233
234 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
235
236 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
237 Invert the roles of character and string values for INSTEAD, so a
238 string is used for the more common case of a defaulting prompt.
239
240 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
241
242 * progmodes/ruby-mode.el (ruby-backward-sexp):
243 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
244 * play/gamegrid.el (gamegrid-make-face):
245 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
246 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
247 * notifications.el (notifications-notify):
248 * net/xesam.el (xesam-search-engines):
249 * net/quickurl.el (quickurl-list-insert):
250 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
251
252 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
253
254 * startup.el (command-line): Update package subdirectory regexp.
255
256 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
257
258 * allout.el (allout-abbreviate-flattened-numbering)
259 (allout-mode-deactivate-hook): Fix up obsolescence "date".
260
261 * subr.el (read-char-choice): Only show the cursor after the prompt,
262 not after the answer.
263
264 2011-03-15 Kevin Ryde <user42@zip.com.au>
265
266 * help-fns.el (variable-at-point): Skip leading quotes, if any
267 (bug#8253).
268
269 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
270
271 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
272 warning message.
273
274 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
275
276 * shell.el (shell): When called interactively, offer to change the
277 shell file name on remote hosts.
278
279 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
280
281 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
282 integration for LDAP parameters. The host, base, user or binddn,
283 and secret tokens can be specified in a netrc file, for instance.
284 This is optional because an `auth-source' parameter must be
285 specified in the search attributes.
286
287 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
288
289 * help.el (describe-mode): Link to the mode's definition (bug#8185).
290
291 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
292
293 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
294 into declaration. Remove redundant and harmful binding.
295
296 2011-03-12 Eli Zaretskii <eliz@gnu.org>
297
298 * files.el (file-ownership-preserved-p): Pass `integer' as an
299 explicit 2nd argument to `file-attributes'. If the file's owner
300 is the Administrators group on Windows, and the current user is
301 Administrator, consider that a match.
302
303 * server.el (server-ensure-safe-dir): Consider server directory
304 safe on MS-Windows if its owner is the Administrators group while
305 the current Emacs user is Administrator. Use `=' to compare
306 numerical UIDs, since they could be integers or floats.
307
308 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
309
310 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
311
312 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
313
314 Sync with Tramp 2.2.1.
315
316 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
317
318 * net/trampver.el: Update release number.
319
320 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
321
322 * progmodes/compile.el (compilation--previous-directory): Fix up
323 various nil/dead-marker mismatches (bug#8014).
324 (compilation-directory-properties, compilation-error-properties):
325 Don't call it at a position past the one we're about to change.
326
327 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
328 Disable obsolescence warnings in the file that declares it.
329
330 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
331
332 * allout-widgets.el (allout-widgets-tally): Initialize
333 allout-widgets-tally as a hash table rather than nil to prevent
334 mode-line redisplay warnings.
335 Also, clarify the module description and fix a comment typo.
336
337 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
338
339 * help-fns.el (describe-variable): Don't complete keywords.
340 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
341
342 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
343
344 * emacs-lisp/package.el (package-version-join): Impose a standard
345 string representation for pre/alpha/beta version lists.
346 (package-unpack-single): Standardize the directory name by passing
347 it through package-version-join.
348 (package-strip-rcs-id): Accept any version string that does not
349 signal an error in version-to-list.
350
351 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
352
353 * simple.el (delete-trailing-whitespace): Return nil for the
354 benefit of `write-file-functions'.
355
356 2011-03-10 Glenn Morris <rgm@gnu.org>
357
358 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
359
360 * vc/vc-git.el (vc-git-program): New option.
361 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
362 (vc-git--call): Use it.
363
364 * eshell/esh-util.el (eshell-condition-case): Doc fix.
365
366 * cus-edit.el (Custom-newline): If no button at point, look
367 for a subgroup button at start-of-line. (Bug#2298)
368
369 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
370
371 2011-03-10 Julien Danjou <julien@danjou.info>
372
373 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
374 `cursor-type' is nil.
375
376 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
377
378 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
379
380 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
381
382 * allout.el Summary: Change so yank of distinctive-bullet items
383 preserves the existing header prefix, rebulleting it if necessary,
384 rather than replacing it. This is necessary for proper operation
385 of cooperative addons like allout-widgets.
386 (allout-make-topic-prefix, allout-rebullet-heading): Change
387 SOLICIT arg to INSTEAD, and interpret additionally a string value
388 as alternate bullet to be used, instead of prompting the user for
389 a bullet character.
390
391 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
392
393 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band): Do
394 not use `tramp-file-name-port', because this returns also
395 `tramp-default-port'.
396
397 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
398
399 * net/rcirc.el (rcirc-handler-001): Remove useless
400 with-rcirc-process-buffer.
401 (rcirc-check-auth-status): Swap arguments to string-match.
402
403 2011-03-09 Glenn Morris <rgm@gnu.org>
404
405 * shell.el (shell-mode):
406 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
407
408 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
409 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
410
411 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
412
413 * emacs-lisp/package.el (package-refresh-contents)
414 (package-menu-execute): Use condition-case-no-debug.
415
416 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
417
418 * simple.el (shell-command-to-string): Use `process-file'.
419
420 * emacs-lisp/package.el (package-tar-file-info): Handle also
421 remote files.
422
423 * emacs-lisp/package-x.el (package-upload-buffer-internal): Use
424 `equal' for upload base check.
425
426 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
427
428 * textmodes/texinfo.el (texinfo-environments):
429 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
430
431 2011-03-08 Glenn Morris <rgm@gnu.org>
432
433 * cus-start.el (cursor-in-non-selected-windows):
434 Fix :set quoting oddness. (Bug#8192)
435
436 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
437 in some setf expressions. (Bug#2159)
438
439 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
440
441 * custom.el (custom-available-themes): Return themes in
442 alphabetical order.
443
444 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
445
446 * progmodes/cc-cmds.el (c-beginning-of-statement): Fix incorrect
447 application of patch from Alan Mackenzie (Bug#7595).
448
449 2011-03-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
450
451 * net/rcirc.el (rcirc-connect): Fix PASS bug.
452
453 2011-03-07 Glenn Morris <rgm@gnu.org>
454
455 * vc/vc.el (vc-next-action): Add missing space to y-or-n-p prompt.
456 Give an explicit error if failed to make writable. (Bug#6146)
457
458 2011-03-07 Ed Reingold <reingold@emr.cs.iit.edu>
459
460 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
461 Add optional `after-sunset' argument. (Bug#8190)
462
463 2011-03-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
464
465 * play/morse.el (nato-alphabet, nato-region, denato-region):
466 New variable and functions. (Bug#2288)
467 (morse-region, unmorse-region): Barf if read-only.
468
469 2011-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
470
471 * progmodes/gud.el (gdb-script-syntax-propertize-function):
472 Don't change the syntax of a \n that closes a comment (bug#8169).
473
474 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
475
476 * emacs-lisp/package-x.el (package-archive-upload-base): Make it a
477 defcustom.
478 (package--update-file): Doc fix. Accept relative file names.
479 (package--archive-contents-from-file): Remove the argument, since
480 it's necessarily always "archive-contents".
481 (package-maint-add-news-item): Pass relative file name args to
482 package--update-file.
483 (package-upload-buffer-internal): Prompt for a destination if
484 package-archive-upload-base is invalid. Create the directory if
485 it does not exist.
486 (package-upload-buffer, package-upload-file): Doc fix.
487
488 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
489
490 * isearch.el (isearch-mode-map): Bind C-y to isearch-yank-kill,
491 and move isearch-yank-line to M-s C-e (Bug#8183).
492
493 2011-03-06 Alan Mackenzie <acm@muc.de>
494
495 * progmodes/cc-engine.el (c-guess-basic-syntax): Reindent.
496 (c-guess-basic-syntax): Move CASE 19 to a different place,
497 correctly to process template-args-cont lines.
498
499 2011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
500
501 * calc/calc-ext.el (calc-init-extensions):
502 Rename calc-logunits-dblevel and calc-logunits-nplevel to calc-dblevel
503 and calc-nplevel, respectively. Add keybindings for calc-spn,
504 calc-midi and calc-freq. Add autoloads for calcFunc-spn,
505 calcFunc-midi, calcFunc-freq, calc-spn, calc-midi and calc-freq.
506
507 * calc/calc-units.el (calc-dblevel): Rename from
508 calc-logunits-dblevel.
509 (calc-nplevel): Rename from calc-logunits-nplevel.
510 (math-midi-round, math-freqp, math-midip, math-spnp)
511 (math-spn-to-midi, math-midi-to-spn, math-freq-to-spn)
512 (math-midi-to-freq, math-spn-to-freq, calcFunc-spn, calcFunc-midi)
513 (calcFunc-freq, calc-freq, calc-midi, calc-spn): New functions.
514 (math-notes): New variable.
515
516 * calc/calc.el (calc-note-threshold): New variable.
517
518 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
519
520 * emacs-lisp/package.el (package-archives): Accept either ordinary
521 directory names, in addition to HTTP URLs.
522 (package--with-work-buffer): New macro. Handle normal directories.
523 (package-handle-response): Don't display the failing buffer.
524 (package-download-single, package-download-tar)
525 (package--download-one-archive): Use package--with-work-buffer.
526 (package-archive-base): Rename from package-archive-url.
527
528 2011-03-06 Glenn Morris <rgm@gnu.org>
529
530 * generic-x.el (generic-unix-modes): Add xmodmap-generic-mode.
531 (xmodmap-generic-mode): Respect generic-extras-enable-list.
532
533 2011-03-06 Daniel Clemente <dcl441-bugs@yahoo.com> (tiny change)
534
535 * generic-x.el (xmodmap-generic-mode): New. (Bug#2065)
536
537 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
538
539 * allout.el (allout-init, allout-prefixed-keybindings)
540 (allout-unprefixed-keybindings):
541 * progmodes/prolog.el (prolog-find-term):
542 Fix typos in docstrings.
543
544 2011-03-06 Nikolaj Schumacher <me@nschum.de> (tiny change)
545
546 * emacs-lisp/elp.el (elp-results): Fix off-by-one in header. (Bug#2746)
547
548 2011-03-06 Kevin Ryde <user42@zip.com.au>
549
550 * textmodes/sgml-mode.el (sgml-fill-nobreak): Give it a doc. (Bug#5326)
551
552 2011-03-06 Michael Shields <shields@msrl.com> (tiny change)
553
554 * window.el (one-window-p, walk-windows, display-buffer):
555 Doc fixes. (Bug#5567)
556
557 2011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
558
559 * cus-edit.el (custom-prompt-variable): Use the `custom-get' property
560 of the variable if it exists.
561
562 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
563
564 * bookmark.el:
565 * desktop.el:
566 * emacs-lock.el:
567 * ps-print.el:
568 * saveplace.el:
569 * net/tramp-cache.el:
570 * obsolete/fast-lock.el:
571 * textmodes/reftex.el:
572 Don't set `kill-emacs-hook' on noninteractive sessions (bug#8137).
573
574 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
575
576 * files.el (delete-directory, copy-directory, list-directory):
577 Use read-directory-name.
578
579 * find-file.el (ff-find-the-other-file):
580 * net/ange-ftp.el (ange-ftp-make-directory):
581 * printing.el (pr-interactive-dir):
582 * progmodes/ada-prj.el (ada-prj-load-directory):
583 * progmodes/ebnf2ps.el (ebnf-print-directory)
584 (ebnf-spool-directory, ebnf-eps-directory)
585 (ebnf-syntax-directory):
586 * shell.el (shell):
587 * speedbar.el (speedbar-create-directory):
588 * vc/emerge.el (emerge-merge-directories):
589 * vc/vc-dir.el (vc-dir):
590 * vc/vc.el (vc-create-tag, vc-retrieve-tag): Likewise.
591
592 2011-03-05 Chong Yidong <cyd@stupidchicken.com>
593
594 * help-mode.el (help-buffer): If we are to return the current
595 buffer, signal an error if it's not in Help mode (Bug#8147).
596
597 2011-03-05 Reuben Thomas <rrt@sc3d.org>
598
599 * files.el (file-name-version-regexp): Handle backup files of the
600 form `foo.js.~HEAD~1~' (Bug#8159).
601
602 2011-03-05 Glenn Morris <rgm@gnu.org>
603
604 * eshell/esh-var.el: Don't require esh-test when compiling.
605 * eshell/em-banner.el, eshell/esh-cmd.el, eshell/esh-mode.el:
606 * eshell/esh-var.el, eshell/eshell.el: Move tests to esh-test.
607 * eshell/esh-test.el: Move to ../../test/eshell.el.
608
609 2011-03-05 David Engster <deng@randomsample.de>
610
611 * files.el (save-some-buffers): Report the names of buffers saved
612 automatically due to buffer-save-without-query (Bug#8134).
613
614 2011-03-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
615
616 * net/rcirc.el: Add QuakeNet authentication support.
617 (rcirc-authinfo, rcirc-check-auth-status)
618 (rcirc-authenticate): Support QuakeNet.
619
620 2011-03-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
621
622 * net/rcirc.el: Add functionality to authenticate before
623 autojoining channels.
624 (rcirc-authenticate-before-join): New option.
625 (rcirc-authenticated-hook): New variable.
626 (rcirc-connect): Make local variable rcirc-user-authenticated.
627 (rcirc-handler-001): Respect rcirc-authenticate-before-join.
628 (rcirc-check-auth-status, rcirc-join-channels-post-auth):
629 New functions.
630 (rcirc-handler-PRIVMSG, rcirc-handler-NOTICE):
631 Call rcirc-check-auth-status.
632
633 2011-03-05 Alex Harsanyi <AlexHarsanyi@gmail.com>
634
635 * net/soap-client.el (soap-namespace-put-link): Check if the target
636 name is fully qualified -- use only the name part.
637 (soap-parse-complex-type, soap-parse-sequence): Recognize xsd:all
638 types, treated the same as xsd:sequence. (Bug#8166)
639
640 2011-03-05 Eli Zaretskii <eliz@gnu.org>
641
642 * files.el (find-file-noselect): Don't ask about re-visiting
643 non-literally if the file is already visited in image-mode.
644 (Bug#8177)
645
646 2011-03-05 Glenn Morris <rgm@gnu.org>
647
648 * eshell/esh-mode.el (eshell-kill-buffer-function): New function.
649 (eshell-mode): Use eshell-kill-buffer-function.
650 Run the -initialize functions independently of the -load-hooks.
651 * eshell/esh-proc.el (eshell-kill-process-function): New function.
652 (eshell-gather-process-output, eshell-sentinel)
653 (eshell-interrupt-process, eshell-kill-process, eshell-quit-process):
654 Use eshell-kill-process-function.
655 * eshell/em-alias.el (eshell-alias-load-hook):
656 * eshell/em-banner.el (eshell-banner-load-hook):
657 * eshell/em-cmpl.el (eshell-cmpl-load-hook):
658 * eshell/em-dirs.el (eshell-dirs-load-hook):
659 * eshell/em-glob.el (eshell-glob-load-hook):
660 * eshell/em-hist.el (eshell-hist-load-hook):
661 * eshell/em-pred.el (eshell-pred-load-hook):
662 * eshell/em-prompt.el (eshell-prompt-load-hook):
663 * eshell/em-rebind.el (eshell-rebind-load-hook):
664 * eshell/em-script.el (eshell-script-load-hook):
665 * eshell/em-smart.el (eshell-smart-load-hook):
666 * eshell/em-term.el (eshell-term-load-hook):
667 * eshell/em-unix.el (eshell-unix-load-hook):
668 * eshell/esh-arg.el (eshell-arg-load-hook):
669 * eshell/esh-cmd.el (eshell-cmd-load-hook):
670 * eshell/esh-ext.el (eshell-ext-load-hook):
671 * eshell/esh-io.el (eshell-io-load-hook):
672 * eshell/esh-mode.el (eshell-exit-hook):
673 * eshell/esh-proc.el (eshell-proc-load-hook, eshell-kill-hook):
674 * eshell/esh-var.el (eshell-var-load-hook):
675 Set default hook values to nil. (Bug#5375)
676
677 * eshell/esh-module.el (eshell-module-unload-hook)
678 (eshell-modules-list): Remove leading * from defcustom docs.
679
680 * eshell/esh-util.el (eshell-for): Make it obsolete.
681 * eshell/em-alias.el (eshell/alias, eshell-alias-completions):
682 * eshell/em-dirs.el (eshell-save-some-last-dir):
683 * eshell/em-hist.el (eshell-save-some-history)
684 (eshell-hist-parse-modifier):
685 * eshell/em-ls.el (eshell-ls-dir, eshell-ls-files)
686 (eshell-ls-entries):
687 * eshell/em-unix.el (eshell/cat, eshell/du, eshell/su):
688 * eshell/esh-cmd.el (eshell-invoke-directly, eshell-do-eval)
689 (eshell/which):
690 * eshell/esh-ext.el (eshell-find-interpreter):
691 * eshell/esh-mode.el (eshell-mode):
692 * eshell/esh-module.el (eshell-unload-extension-modules):
693 * eshell/esh-proc.el (eshell-process-interact):
694 * eshell/esh-test.el (eshell-test):
695 * eshell/esh-util.el (eshell-flatten-list, eshell-winnow-list):
696 * eshell/esh-var.el (eshell/env, eshell-environment-variables)
697 (eshell-variables-list):
698 * eshell/eshell.el (eshell-unload-all-modules):
699 Replace eshell-for with dolist.
700
701 2011-03-04 Glenn Morris <rgm@gnu.org>
702
703 * vc/vc-bzr.el (vc-bzr-after-dir-status): Handle bzr 2.3.0. (Bug#8170)
704
705 2011-03-04 Tom Tromey <tromey@redhat.com>
706
707 * progmodes/gud.el (gdb-script-mode): Derive from prog-mode.
708
709 2011-03-04 Glenn Morris <rgm@gnu.org>
710
711 * outline.el (outline-regexp): No longer allow nil.
712 (outline-heading-end-regexp): Add safety predicate. (Bug#7619)
713
714 * net/browse-url.el (browse-url):
715 Handle deleted default-directory. (Bug#6077)
716
717 * recentf.el (recentf-include-p): In case of a buggy predicate,
718 err on the side of including, not excluding. (Bug#5843)
719
720 2011-03-04 Jay Belanger <jay.p.belanger@gmail.com>
721
722 * calc/calc-units.el (math-to-standard-rec): Don't treat subscripted
723 variables as units.
724
725 2011-03-04 Bob Rogers <rogers@rgrjr.dyndns.org>
726
727 * emacs-lisp/ewoc.el (ewoc-goto-next): Give a more explicit error
728 if there is no node. (Bug#3261)
729
730 2011-03-04 Leo <sdl.web@gmail.com>
731
732 * vc/diff-mode.el (diff-mode): Fix whitespace-style. (Bug#8139)
733
734 * time.el (display-time-world-list): Fix typo. (Bug#7571)
735
736 2011-03-04 Zachary Kanfer <zkanfer@gmail.com> (tiny change)
737
738 * cus-edit.el (custom-buffer-create-internal):
739 Split search string before passing it to `customize-apropos' (bug#8136).
740
741 2011-03-04 Drew Adams <drew.adams@oracle.com>
742
743 * image-dired.el (image-dired-cmd-read-exif-data-options):
744 Fix typo in docstring (bug#8156).
745
746 2011-03-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
747
748 * net/rcirc.el (rcirc-cmd-join): Accept comma-separated input.
749
750 2011-03-03 Christian Ohler <ohler@gnu.org>
751
752 * emacs-lisp/ert.el (ert--explain-equal): New function.
753 (ert--explain-equal-rec): Renamed from `ert--explain-not-equal'.
754 All callers changed.
755 (ert--explain-equal-including-properties): Renamed from
756 `ert--explain-not-equal-including-properties'. All callers
757 changed.
758
759 2011-03-03 Christian Ohler <ohler@gnu.org>
760
761 * emacs-lisp/ert.el (ert--stats-set-test-and-result)
762 (ert-char-for-test-result, ert-string-for-test-result)
763 (ert-run-tests-batch, ert--print-test-for-ewoc):
764 Handle `ert-test-quit'.
765
766 2011-03-03 David Abrahams <dave@boostpro.com> (tiny change)
767
768 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
769 Move ediff-defvar-local calls after defcustoms. (Bug#1821)
770
771 2011-03-03 Glenn Morris <rgm@gnu.org>
772
773 * files.el (file-truename): Doc fix. (Bug#2341)
774
775 2011-03-03 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
776
777 * vc/vc-dir.el (vc-dir-mode-map): Bind vc-dir-find-file to e (Bug#7349).
778
779 2011-03-03 Vagn Johansen <gonz808@hotmail.com> (tiny change)
780
781 * vc/vc-svn.el (vc-svn-after-dir-status): Some MS Windows svn client
782 programs output backslashes. (Bug#7663)
783
784 2011-03-03 Glenn Morris <rgm@gnu.org>
785
786 * mail/sendmail.el (mail-mode-map): Remove mail-sent-via.
787 (mail-mode): Remove mail-sent-via from the doc.
788 (mail-sent-via): Make it obsolete. (Bug#1776)
789
790 * progmodes/grep.el (grep-highlight-matches): Doc fix.
791 (grep-process-setup): No highlighting without font-lock. (Bug#8084)
792
793 * vc/vc-bzr.el (vc-bzr-state-heuristic): Handle dirstate entries
794 with no parents. (Bug#8025)
795
796 2011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
797
798 * password-cache.el (password-in-cache-p): Add autoload.
799
800 2011-03-02 Glenn Morris <rgm@gnu.org>
801
802 * man.el (Man-support-local-filenames): Also handle Red Hat's man.
803 * dired-x.el (Man-support-local-filenames): Autoload it.
804 (dired-guess-shell-alist-default): Also handle Red Hat's man.
805
806 * dired-x.el (dired-default-directory-alist, dired-default-directory):
807 Mark as obsolete.
808 (dired-smart-shell-command): Just call dired-current-directory.
809
810 * dired-x.el (dired-jump-other-window): Add autoload.
811 (dired-default-directory-alist, dired-default-directory): Doc fixes.
812 (dired-default-directory-alist): Mark as risky.
813
814 * dired-x.el (dired-omit-here-always): Make it obsolete.
815
816 2011-03-02 Chong Yidong <cyd@stupidchicken.com>
817
818 * textmodes/artist.el (artist-curr-go): Default to pen-line.
819 (artist-select-op-pen-line): New function.
820 (artist-menu-map): New variable.
821 (artist-mode-map): Add a menu to the menu-bar.
822
823 2011-03-02 Jay Belanger <jay.p.belanger@gmail.com>
824
825 * calc/calc-math.el (calcFunc-log10): Check for symbolic mode
826 when evaluating.
827
828 * calc/calc-units.el (math-conditional-apply, math-conditional-pow):
829 New function.
830 (math-logunits-add, math-logunits-mul, math-logunits-divide):
831 (math-logunits-quant, math-logunits-level):
832 Use `math-conditional-apply' and `math-conditional-pow' to evaluate
833 functions.
834 (math-logunits-level): Extract units from ratio.
835
836 2011-03-01 Juanma Barranquero <lekktu@gmail.com>
837
838 * emacs-lisp/cl-macs.el (lexical-let*): Fix argument name in docstring.
839
840 2011-03-01 Glenn Morris <rgm@gnu.org>
841
842 * calendar/cal-hebrew.el (calendar-hebrew-birthday)
843 (diary-hebrew-birthday): Rename and rework functions added
844 in previous change.
845
846 2011-03-01 Ed Reingold <reingold@emr.cs.iit.edu>
847
848 * calendar/cal-hebrew.el (hebrew-calendar-birthday)
849 (diary-hebrew-birthday): New functions.
850
851 2011-03-01 Glenn Morris <rgm@gnu.org>
852
853 * dired.el (dired-safe-switches-p): Beef it up.
854 (dired-actual-switches): Use it for the safe-local prop. (Bug#3230)
855
856 2011-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
857
858 * dired.el (dired-safe-switches-p): New function.
859
860 2011-03-01 Glenn Morris <rgm@gnu.org>
861
862 * files.el (dir-locals-collect-variables):
863 Add the ability to exclude subdirectories. (Bug#8100)
864
865 * dired-x.el (dired-omit-here-always): Add `(subdirs . nil)' to locals.
866
867 2011-02-28 Christoph Scholtes <cschol2112@googlemail.com>
868
869 * ido.el (ido-everywhere): Doc fix.
870 (ido-mode): Doc fix.
871
872 2011-02-28 Glenn Morris <rgm@gnu.org>
873
874 * dired-x.el (dired-guess-shell-alist-default): Use \\', not $.
875
876 2011-02-28 Michael Albinus <michael.albinus@gmx.de>
877
878 * net/tramp-cmds.el (tramp-append-tramp-buffers): Dump load-path
879 shadows.
880
881 2011-02-28 Antoine Levitt <antoine.levitt@gmail.com>
882
883 * dired-x.el (dired-guess-shell-alist-default): Add rar and 7z.
884
885 2011-02-28 Juanma Barranquero <lekktu@gmail.com>
886
887 * emacs-lisp/pcase.el (pcase, pcase--u1, pcase--q1):
888 Fix typos in docstrings.
889
890 2011-02-28 Stephen Berman <stephen.berman@gmx.net>
891
892 * dired-aux.el (dired-update-file-line):
893 Fix 2010-11-09 change. (Bug#8131)
894
895 2011-02-28 Eli Zaretskii <eliz@gnu.org>
896
897 * international/mule-cmds.el (set-default-coding-systems): Use the
898 -unix variant of encoding in default-keyboard-coding-system.
899 (Bug#8122)
900
901 2011-02-27 Chong Yidong <cyd@stupidchicken.com>
902
903 * facemenu.el (list-colors-display): Use with-help-window (Bug#8048).
904
905 2011-02-27 Prestoo Ten <prestooten@gmail.com> (tiny change)
906
907 * term/screen.el: New file (Bug#2650).
908
909 2011-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
910
911 * emacs-lisp/pcase.el (pcase--if): Try to invert test to reduce depth.
912 (pcase-mutually-exclusive-predicates): New var.
913 (pcase--split-consp, pcase--split-pred): Use it.
914 (pcase--split-equal, pcase--split-member): When splitting against
915 a pure predicate, run it to know the outcome.
916 (pcase--u1): Mark vars that are actually used.
917 (pcase--q1): Avoid introducing unused vars.
918
919 2011-02-27 Jay Belanger <jay.p.belanger@gmail.com>
920
921 * calc/calc-ext.el (calc-init-extensions):
922 Autoload `calc-l-prefix-help' instead of `calc-ul-prefix-help'.
923
924 * calc/calc-math.el (calcFunc-log10): Don't signal an error in
925 symbolic mode.
926
927 * calc/calc-vec.el (calcFunc-subscr): Return nil if the first
928 argument is a variable.
929
930 2011-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
931
932 * emacs-lisp/assoc.el: Remove misleading `sort' (bug#8126).
933 (aput, adelete, amake): Replace `eval' -> `symbol-value'.
934 Suggested by Michael Heerdegen <michael_heerdegen@web.de>.
935
936 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
937
938 * password-cache.el (password-in-cache-p): Convenience function to
939 check if a key is in the cache, even if the value is nil.
940
941 2011-02-25 Jambunathan K <kjambunathan@gmail.com>
942
943 * emacs-lisp/package-x.el (package--archive-contents-from-url)
944 (package--archive-contents-from-file): New functions.
945 (package-update-news-on-upload): New var.
946 (package-upload-buffer-internal): Extract archive-contents from
947 package-archive-upload-base if it is not found at archive-url.
948 Obey package-update-news-on-upload.
949 (package-upload-buffer, package-upload-file): Doc fix.
950
951 2011-02-24 Glenn Morris <rgm@gnu.org>
952
953 * files-x.el (modify-dir-local-variable): Handle dir-locals from
954 the cache, and from non-file sources.
955
956 * help-fns.el (describe-variable): Return consistent results when a
957 dir-local from a file came from the cache or did not. (Bug#8095)
958 If a dir-local has no associated file, say it came from a "directory".
959
960 * files.el (hack-dir-local-variables): Fix setting of `dir-name'.
961 (hack-local-variables-confirm, hack-local-variables-filter): Doc fix.
962
963 * files.el (dir-locals-find-file): Doc fix.
964 Fix the check for cache elements that have no associated file,
965 and the mtime check for those that do. (Bug#8095)
966
967 * dired-x.el (dired-hack-local-variables):
968 Handle interrupts during hacking local variables. (Bug#5216)
969
970 * emacs-lisp/autoload.el (autoload-save-buffers)
971 (autoload-find-destination, update-directory-autoloads):
972 Avoid prompts when updating autoloads.
973
974 2011-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
975
976 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): Obsolete.
977
978 2011-02-23 Kenichi Handa <handa@m17n.org>
979
980 * mail/rmailmm.el (rmail-mime-process-multipart): Do not signal an
981 error when a multipart boundary in the nested multipart is found.
982
983 * mail/rmail.el (rmail-start-mail): Decode "encoded-words" of
984 header components.
985
986 2011-02-23 Glenn Morris <rgm@gnu.org>
987
988 * dired.el (dired-mode): Call hack-dir-local-variables-non-file-buffer.
989 * dired-x.el (dired-omit-mode): Safe if boolean.
990 (dired-enable-local-variables): Fix doc and custom type.
991 (dired-enable-local-variables, dired-local-variables-file)
992 (dired-hack-local-variables): Make obsolete.
993 (dired-omit-here-always): Use dir-locals.el instead.
994
995 * files.el (safe-local-eval-forms): Add the write-file-hooks version.
996
997 2011-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
998
999 * help-fns.el (describe-function-1): Don't signal an error just because
1000 the DOC file disappeared.
1001
1002 2011-02-22 Seppo Sade <sepposade1@gmail.com> (tiny change)
1003
1004 * eshell/esh-ext.el (eshell-external-command): Do not restrict
1005 remote check to "ftp". (Bug#8089)
1006
1007 2011-02-21 Alan Mackenzie <acm@muc.de>
1008
1009 Fix bug #7930.
1010 * progmodes/cc-engine.el (c-state-literal-at): Prevent positions
1011 in macros finding their way into c-state-nonlit-pos-cache.
1012 Strengthen the comments.
1013 (c-state-dump): New commented out diagnostic routine.
1014
1015 2011-02-21 Michael Albinus <michael.albinus@gmx.de>
1016
1017 * net/tramp.el (tramp-rfn-eshadow-setup-minibuffer): Do not use
1018 `field' property of `rfn-eshadow-overlay'.
1019
1020 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1021
1022 * net/netrc.el (netrc-parse): Comment fix.
1023
1024 2011-02-21 Chong Yidong <cyd@stupidchicken.com>
1025
1026 * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
1027 Autoload. Add optional arg FRAME, and pass it to color-values.
1028 (color-complement): Caller changed. Doc fix.
1029 (color-gradient): Rewrite for better clarity and efficiency.
1030
1031 * faces.el (color-values): Use cond for clarity. Doc fix.
1032
1033 * facemenu.el (color-rgb-to-hsv): Delete; use the version in
1034 color.el instead.
1035 (list-colors-sort-key, list-colors-print):
1036 Use color-normalized-values.
1037
1038 2011-02-20 Drew Adams <drew.adams@oracle.com>
1039
1040 * color.el: First part of merge from hexrgb.el.
1041 (color-rgb-to-hex): Rename from color-rgb->hex.
1042 (color-rgb-to-hsv): Rename from color-rgb->hsv. Force hue and
1043 saturation to zero if the value is too small.
1044 (color-rgb-to-hsl): Rename from color-rgb->hsl.
1045 (color-srgb-to-xyz): Rename from color-srgb->xyz. Doc fix.
1046 (color-xyz-to-srgb): Rename from color-xyz->srgb. Doc fix.
1047 (color-xyz-to-lab): Rename from color-xyz->lab. Doc fix.
1048 (color-lab-to-xyz): Rename from color-lab->xyz. Doc fix.
1049 (color-lab-to-srgb): Rename from color-lab->srgb. Doc fix.
1050 (color-cie-de2000): Doc fix.
1051
1052 2011-02-20 Alan Mackenzie <acm@muc.de>
1053
1054 * progmodes/cc-cmds.el (c-beginning-of-statement): Avoid loop in
1055 locating the beginning of a macro. (Bug#7595)
1056
1057 2011-02-20 Glenn Morris <rgm@gnu.org>
1058
1059 * edmacro.el (edmacro-eight-bits): Make it a defcustom.
1060 Don't autoload it.
1061
1062 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
1063 (global-auto-revert-ignore-buffer): Remove leading "*" from docs.
1064
1065 2011-02-19 Dmitry Bolshakov <dmitry.bolshakov@bridge-quest.com>
1066 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
1067
1068 * progmodes/hideshow.el (hs-find-block-beginning)
1069 (hs-hide-level-recursive): Ignore comments when parsing braces
1070 (Bug#8036).
1071
1072 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
1073
1074 * vc/vc-bzr.el (vc-bzr-bound-branch-p): New function.
1075 (vc-bzr-pull): Use it.
1076
1077 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
1078
1079 * vc/vc-bzr.el (vc-bzr--branch-conf): Function deleted.
1080 (vc-bzr-branch-conf): New function, similar to vc-bzr--branch-conf
1081 but returning an alist. Ignore comments in bzr conffile.
1082 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-bzr-branch-conf.
1083 (vc-bzr-error-regex-alist): New var.
1084 (vc-bzr-merge-branch): Use it to highlight the pull/merge buffer.
1085
1086 * vc/vc-dispatcher.el (vc-do-async-command):
1087 Bind inhibit-read-only to t.
1088
1089 * progmodes/compile.el (compilation--flush-directory-cache):
1090 Handle the case where cdr of compilation--flush-directory-cache
1091 points to no buffer, which can occur if we previously switched to
1092 compilation-mode in a pregenerated buffer.
1093
1094 2011-02-19 Kenichi Handa <handa@m17n.org>
1095
1096 * mail/rmailmm.el (rmail-mime-find-header-encoding): Be sure to
1097 get the header copy into the temporary buffer.
1098 (rmail-mime-insert-decoded-text): Ignore us-ascii.
1099 (rmail-show-mime): When rmail-mime-coding-system is nil, set
1100 buffer-file-coding-system to undecided.
1101
1102 2011-02-19 Eli Zaretskii <eliz@gnu.org>
1103
1104 * international/mule-cmds.el (read-char-by-name, ucs-insert):
1105 Document completion with asterisk and a substring.
1106
1107 2011-02-19 Glenn Morris <rgm@gnu.org>
1108
1109 * files.el (find-file-literally): Doc fix.
1110
1111 * simple.el (rfc822-goto-eoh): Give it a doc-string.
1112
1113 * log-edit.el (log-edit-insert-changelog):
1114 Fix `log-edit-strip-single-file-name' functionality. (Bug#8057)
1115
1116 2011-02-19 Glenn Morris <rgm@gnu.org>
1117
1118 * dired-x.el: Don't require dired-aux.
1119 (dired-do-create-files, dired-mark-read-regexp)
1120 (dired-do-create-files-regexp): Autoload from dired-aux.
1121
1122 * dired-x.el (dired-find-buffer-nocreate): Merge into dired.el.
1123 * dired.el (dired-find-buffer-nocreate): Merge dired-x version.
1124
1125 * dired-x.el (dired-read-shell-command): Merge into dired-aux's version.
1126 * dired-aux.el (dired-read-shell-command): Merge dired-x's version.
1127
1128 * dired-x.el (dired-clean-up-after-deletion): Merge into dired.el.
1129 * dired.el (dired-clean-up-after-deletion): Merge dired-x's version.
1130 (dired-clean-up-buffers-too): Declare.
1131
1132 * dired-x.el (dired-initial-position): Merge into dired.el's version.
1133 * dired.el (dired-initial-position): Merge dired-x's version here.
1134 (dired-find-subdir): Declare.
1135
1136 * dired-x.el (dired-omit-new-add-entry): Merge into dired-add-entry.
1137 * dired-aux.el (dired-add-entry): Give it a doc-string.
1138 Merge dired-x's dired-omit handling here.
1139 (dired-omit-mode, dired-omit-regexp, dired-omit-localp): Declare.
1140
1141 * international/mule-diag.el (list-input-methods-1):
1142 Indent all lines of multi-line doc-strings. (Bug#8066)
1143
1144 2011-02-18 Chong Yidong <cyd@stupidchicken.com>
1145
1146 Fix 2011-02-02 changes.
1147
1148 * apropos.el (apropos-print): Call apropos-mode before setting up
1149 buffer variables. Use inhibit-read-only.
1150
1151 * emacs-lisp/package.el (package--list-packages):
1152 Call package-menu-mode before setting up buffer variables.
1153
1154 * play/solitaire.el (solitaire): Call solitaire-mode before
1155 setting up buffer variables. Use inhibit-read-only.
1156
1157 2011-02-18 Lawrence Mitchell <wence@gmx.li>
1158
1159 * progmodes/sh-script.el (sh-syntax-propertize-here-doc): (bug#8053)
1160 Bind case-fold-search to nil when looking for end of here-doc.
1161
1162 2011-02-18 Eli Zaretskii <eliz@gnu.org>
1163
1164 * image-mode.el (image-toggle-display-image):
1165 Set find-file-literally non-nil in buffers visiting binary image
1166 files. (Bug#8047)
1167
1168 2011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1169
1170 * files.el (cd): Make completion obey cd-path (bug#7924).
1171
1172 2011-02-18 Glenn Morris <rgm@gnu.org>
1173
1174 * progmodes/prolog.el: Don't require compile when compiling.
1175 (compilation-shell-minor-mode, compilation-error-regexp-alist)
1176 (compilation-forget-errors, compilation-fake-loc)
1177 (compilation-parse-errors-function, compilation-error-list): Declare.
1178 (prolog-inferior-mode): Require 'compile.
1179
1180 * emulation/cua-base.el (pc-selection-mode): Declare.
1181
1182 * emacs-lisp/eieio-custom.el: Set generated-autoload-file.
1183 (customize-object): Add autoload cookie.
1184 * emacs-lisp/eieio-opt.el: Set generated-autoload-file.
1185 (eieio-browse, describe-class, eieio-describe-class)
1186 (eieio-describe-constructor, describe-generic, eieio-describe-generic)
1187 (eieio-help-mode-augmentation-maybee): Add autoload cookies.
1188 * emacs-lisp/eieio.el: Regenerate with automatic autoloads.
1189 * Makefile.in (autoloads): Make eieio.el writable.
1190
1191 * dired-x.el (dired-clean-up-after-deletion, dired-do-relsymlink)
1192 (dired-do-relsymlink-regexp, dired-find-buffer-nocreate): Use #'.
1193 (dired-hack-local-variables): Use inhibit-read-only.
1194 (dired-guess-default): Simplify.
1195 (dired-make-relative-symlink): Use dotimes.
1196 (dired-simultaneous-find-file): Use dolist.
1197 (dired-mark-sexp): Remove unneeded `if'. Use line-end-position.
1198 (dired-x-hands-off-my-keys): Doc fix.
1199 (dired-x-bind-find-file): Doc fix. Use remapping.
1200 (after-init-hook): No need to add dired-x-bind-find-file.
1201 (dired-x-find-file, dired-x-find-file-other-window): Doc fixes.
1202 No need to call expand-file-name.
1203 (dired-filename-at-point): Remove unused locals `end', `filename'.
1204
1205 2011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1206
1207 * emacs-lisp/pcase.el (pcase--u1): Understand non-linear patterns.
1208
1209 2011-02-18 Christian Ohler <ohler@gnu.org>
1210
1211 * emacs-lisp/ert.el (ert--setup-results-buffer)
1212 (ert-results-pop-to-backtrace-for-test-at-point)
1213 (ert-results-pop-to-messages-for-test-at-point)
1214 (ert-results-pop-to-should-forms-for-test-at-point)
1215 (ert-results-pop-to-timings): Revert parts of change 2011-02-02T17:59:44Z!sds@gnu.org that
1216 were incorrect and unnecessary. This should make `make check'
1217 pass again.
1218
1219 2011-02-17 Ken Manheimer <ken.manheimer@gmail.com>
1220
1221 * lisp/allout-widgets.el (allout-widgets-icons-light-subdir)
1222 (allout-widgets-icons-dark-subdir): Track relocations of icons.
1223 * lisp/allout.el: Remove commentary about remove encryption
1224 passphrase mnemonic support and verification.
1225 (allout-encrypt-string): Recognize epg failure to decrypt gpg2
1226 armored text using gpg1, and indicate that the gpg version *might*
1227 be the problem in the error message.
1228
1229 2011-02-17 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1230
1231 * net/rcirc.el (rcirc-float-time): New function.
1232 (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE)
1233 (rcirc-ctcp-sender-PING): Use it.
1234
1235 2011-02-17 Glenn Morris <rgm@gnu.org>
1236
1237 * speedbar.el (speedbar-ignored-modes, speedbar-file-unshown-regexp)
1238 (speedbar-update-flag, speedbar-fetch-etags-command)
1239 (speedbar-fetch-etags-arguments):
1240 * term.el (term-buffer-maximum-size, term-input-chunk-size)
1241 (term-completion-autolist, term-completion-addsuffix)
1242 (term-completion-recexact, term-completion-fignore):
1243 * term/sup-mouse.el (sup-mouse-fast-select-window):
1244 * term/x-win.el (x-select-request-type):
1245 Convert some defvars with "*" to defcustoms.
1246
1247 * shell.el (shell-delimiter-argument-list): Set it to nil. (Bug#8027)
1248
1249 * vc/vc.el (vc-default-previous-version):
1250 Remove alias that points nowhere. (Bug#4496)
1251
1252 * dired-x.el (dired-clean-up-after-deletion):
1253 kill-buffer does not need save-excursion.
1254 (dired-do-run-mail): Doc fix.
1255 (dired-filename-at-point): Doc fix.
1256 Use looking-at, and skip-chars rather than re search.
1257
1258 * dired-x.el (dired-filename-at-point): Fix 8-year old typo.
1259
1260 2011-02-16 Ken Manheimer <ken.manheimer@gmail.com>
1261
1262 * allout-widgets.el: New allout extension that shows allout
1263 outline structure with graphical widgets. 'allout-widgets'
1264 customize group is an 'allout' subgroup, for easy discovery.
1265
1266 * allout.el: Include PGP and GnuPG in Keywords, and other
1267 commentary refinements.
1268 (allout-abbreviate-flattened-numbering): Rename to
1269 allout-flattened-numbering-abbreviation, and
1270 define-obsolete-variable-alias the old name.
1271 (allout-flattened-numbering-abbreviation): Rename from
1272 allout-abbreviate-flattened-numbering.
1273 (allout-mode-p): Include among autoloads, for use by other modes
1274 with impunity.
1275 (allout-listify-exposed):
1276 Use allout-flattened-numbering-abbreviation.
1277 (allout-encrypt-string): Use set-buffer-multibyte directly.
1278 (allout-set-buffer-multibyte): Remove.
1279
1280 2011-02-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1281
1282 * simple.el (just-one-space): Remove useless `or' call.
1283
1284 2011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
1285
1286 * net/soap-client.el (soap-well-known-xmlns, soap-local-xmlns)
1287 (soap-default-xmlns, soap-target-xmlns, soap-multi-refs)
1288 (soap-decoded-multi-refs, soap-current-wsdl)
1289 (soap-encoded-namespaces): Rename CL-style *...* variables.
1290
1291 2011-02-16 Michael Albinus <michael.albinus@gmx.de>
1292
1293 * net/soap-client.el: Add "comm" and "hypermedia" to the
1294 keywords. Reflow too long lines.
1295
1296 * net/soap-inspect.el: Ditto. Require 'cl.
1297
1298 2011-02-16 Bastien Guerry <bzg@altern.org>
1299
1300 * play/doctor.el (doctor-mode): Bugfix: escape the "," character
1301 in a `doctor-type' argument.
1302
1303 2011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
1304
1305 * net/soap-client.el:
1306 * net/soap-inspect.el: New files.
1307
1308 2011-02-16 Leo <sdl.web@gmail.com>
1309
1310 * dired-x.el (dired-mode-map, dired-extra-startup):
1311 Remove dired-copy-filename-as-kill since it's already in dired.el.
1312
1313 2011-02-16 Glenn Morris <rgm@gnu.org>
1314
1315 * dired-x.el (dired-bind-jump, dired-bind-man, dired-bind-info):
1316 Doc fixes. Add :set property, replacing top-level calls.
1317 (dired-vm-read-only-folders, dired-vm): Doc fix (drop v. old VM 4).
1318 (dired-guess-shell-gnutar): Test tar version rather than system-type.
1319 (dired-extra-startup, dired-man, dired-info): Doc fixes.
1320 (dired-clean-up-after-deletion): Use when and dolist.
1321 (dired-jump): Use unless and when.
1322 (dired-virtual): Use line-end-position.
1323 (dired-default-directory-alist): Rename from default-directory-alist.
1324 (dired-default-directory): Update for above name change.
1325 (dired-vm): Drop VM < 5 and simplify.
1326 (dired-buffer-more-recently-used-p): Rewrite.
1327 (dired-filename-at-point): Use when and or.
1328 (dired-x-read-filename-at-point): Rename from read-filename-at-point.
1329 Update callers.
1330
1331 2011-02-15 Glenn Morris <rgm@gnu.org>
1332
1333 * dired-x.el: Use easymenu for menu items. Fix item capitalization.
1334
1335 2011-02-14 Chong Yidong <cyd@stupidchicken.com>
1336
1337 * vc/vc-git.el (vc-git-root-log-format): New option for
1338 customizing log format.
1339 (vc-git-print-log, vc-git-log-outgoing, vc-git-log-incoming)
1340 (vc-git-log-view-mode): Use it.
1341 (vc-git-expanded-log-entry): New function.
1342 (vc-git-log-view-mode): Use it. Truncate lines in root log.
1343
1344 * vc/vc-hg.el (vc-hg-root-log-template): New option for
1345 customizing log format.
1346 (vc-hg-print-log): Use it.
1347 (vc-hg-expanded-log-entry): New function.
1348 (vc-hg-log-view-mode): Use vc-hg-root-log-template and
1349 vc-hg-expanded-log-entry. Truncate lines in root log.
1350
1351 * vc/vc-bzr.el (vc-bzr-log-view-mode): Truncate lines in root log.
1352
1353 * vc/log-view.el (log-view-mode-menu):
1354 Add log-view-toggle-entry-display.
1355
1356 2011-02-14 Glenn Morris <rgm@gnu.org>
1357
1358 * dired-x.el: Don't require man when compiling.
1359 (dired-omit-extensions, dired-local-variables-file)
1360 (dired-x-hands-off-my-keys): Make them defcustoms.
1361 (Man-support-local-filenames, Man-getpage-in-background): Declare.
1362 (vm-visit-folder): Declare rather than defining.
1363 (dired-x-help-address, dired-x-variable-list): Remove.
1364 (dired-x-submit-report): Make it an obsolete alias.
1365
1366 2011-02-14 Juanma Barranquero <lekktu@gmail.com>
1367
1368 * makefile.w32-in (TRAMP_SRC): Remove tramp-imap.el.
1369
1370 2011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
1371
1372 * net/imap.el: Bring it back.
1373
1374 2011-02-13 Alan Mackenzie <acm@muc.de>
1375
1376 * progmodes/cc-fonts.el (c-font-lock-declarations): Remove a
1377 narrow-to-region call that cuts context off the end (Bug#7722).
1378
1379 * progmodes/cc-engine.el (c-forward-<>-arglist-recur):
1380 Refactor nested if-forms with a simple cond.
1381 (c-forward-<>-arglist): Revert 2011-01-31 change.
1382
1383 2011-02-13 Chong Yidong <cyd@stupidchicken.com>
1384
1385 * vc/log-view.el: New command log-view-toggle-entry-display for
1386 toggling log entries between concise and detailed forms.
1387 (log-view-toggle-entry-display): New command.
1388 (log-view-mode-map): Bind RET to it.
1389 (log-view-expanded-log-entry-function): New variable.
1390 (log-view-current-entry, log-view-inside-comment-p)
1391 (log-view-current-tag): New functions.
1392 (log-view-toggle-mark-entry): Use log-view-current-entry and
1393 log-view-end-of-defun instead of searching directly with
1394 log-view-message-re.
1395 (log-view-end-of-defun): Likewise. Add optional ARG for
1396 compatibility with end-of-defun.
1397 (log-view-end-of-defun): Ignore comments and VC buttons.
1398
1399 * vc/vc-bzr.el (vc-bzr-expanded-log-entry): New function.
1400 (vc-bzr-log-view-mode): Use log-view-expanded-log-entry-function.
1401
1402 2011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
1403
1404 * net/imap.el: Remove file. All the functionality is in nnimap.el.
1405
1406 * net/imap-hash.el: Remove file.
1407
1408 2011-02-13 Michael Albinus <michael.albinus@gmx.de>
1409
1410 * Makefile.in (TRAMP_SRC): Remove tramp-imap.el.
1411
1412 * net/tramp.el (tramp-read-passwd): Simplify `auth-source-search'
1413 call.
1414
1415 * net/tramp-imap.el: Remove file.
1416
1417 2011-02-13 Chong Yidong <cyd@stupidchicken.com>
1418
1419 * vc/vc.el (vc-print-log-setup-buttons): Instead of using the
1420 widget library for buttons, just use button.el.
1421
1422 * vc/log-view.el (log-view-mode-map): Don't inherit from
1423 widget-keymap.
1424
1425 2011-02-12 Glenn Morris <rgm@gnu.org>
1426
1427 * emacs-lisp/cl-seq.el (union, nunion, intersection)
1428 (nintersection, set-difference, nset-difference)
1429 (set-exclusive-or, nset-exclusive-or): Doc fix.
1430
1431 * ediff-ptch.el (ediff-fixup-patch-map): Doc fix.
1432
1433 * faces.el (face-attr-match-p): Handle the obsolete :bold and
1434 :italic props, so that frame-set-background-mode works. (Bug#7966)
1435
1436 * simple.el (next-error): Doc fix.
1437
1438 2011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1439
1440 * dired-aux.el (dired-create-files): Adapt destination name to
1441 match the new behavior of copy-directory.
1442
1443 2011-02-12 Chong Yidong <cyd@stupidchicken.com>
1444
1445 * mail/mail-utils.el (mail-dont-reply-to-names): New variable,
1446 from rmail-dont-reply-to-names. Callers changed.
1447 (mail-dont-reply-to): Rename from mail-dont-reply-to.
1448 (rmail-dont-reply-to): Make it an obsolete alias.
1449
1450 * mail/rmail.el (rmail-default-dont-reply-to-names): Default to
1451 nil, and make obsolete (Bug#7888).
1452 (rmail-dont-reply-to-names): Alias to mail-dont-reply-to-names.
1453
1454 * mail/rmailsum.el (rmail-summary-sort-by-correspondent): Doc fix.
1455
1456 * mail/rmailsort.el (rmail-sort-by-correspondent)
1457 (rmail-select-correspondent): Doc fix. Use mail-dont-reply-to.
1458
1459 * mail/rmail.el (rmail-reply): Use mail-dont-reply-to.
1460
1461 2011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1462
1463 * files.el (copy-directory): New argument COPY-CONTENTS for
1464 copying directory contents into another existing directory.
1465
1466 2011-02-12 Tassilo Horn <tassilo@member.fsf.org>
1467
1468 * minibuffer.el (completion-table-case-fold): New function for
1469 creating a case-insensitive completion table.
1470
1471 2011-02-12 Teodor Zlatanov <tzz@lifelogs.com>
1472
1473 * net/tramp.el (tramp-default-method): Also check if
1474 `auth-source-search' is bound.
1475 (tramp-read-passwd): Use `auth-source-search' instead of
1476 `auto-source-user-or-password'.
1477
1478 * net/tramp-imap.el: Autoload `auto-source-search' instead of
1479 `auto-source-user-or-password.
1480 (tramp-imap-passphrase-callback-function): Use it.
1481
1482 * net/imap-hash.el: Autoload `auto-source-search' instead of
1483 `auto-source-user-or-password.
1484 (imap-hash-open-connection): Use it.
1485
1486 * mail/smtpmail.el: Autoload `auto-source-search' instead of
1487 `auto-source-user-or-password.
1488 (smtpmail-try-auth-methods): Use it.
1489
1490 2011-02-12 Phil Hagelberg <phil@hagelb.org>
1491
1492 * emacs-lisp/package.el: Allow packages to be reinstalled.
1493 (package--write-file-no-coding): Remove EXCL arg.
1494 (package-unpack-single): Don't use it.
1495
1496 2011-02-12 Karl Pflästerer <k@rl.pflaesterer.de> (tiny change)
1497
1498 * vc/vc-svn.el: Adapt to Subversion change, with no .svn directory
1499 in each sub directory.
1500 (vc-svn-registered): Use vc-svn-root.
1501 (vc-svn-root): New function. Make vc-svn-responsible-p an alias.
1502 (vc-svn-repository-hostname): Use "svn info".
1503
1504 2011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1505
1506 * simple.el (delete-trailing-whitespace): New optional buffer
1507 bound parameters.
1508
1509 2011-02-11 Bastien Guerry <bzg@altern.org>
1510
1511 * files.el (basic-save-buffer): save unmodified buffers when
1512 the file pointed by buffer-file-name doesn't exist.
1513
1514 2011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1515
1516 * net/rcirc.el (rcirc-cmd-join): Accept multiple channels.
1517
1518 2011-02-11 Glenn Morris <rgm@gnu.org>
1519
1520 * emacs-lisp/cl-specs.el (multiple-value-bind): Fix debug spec.
1521
1522 2011-02-11 Juanma Barranquero <lekktu@gmail.com>
1523
1524 * net/rcirc.el (rcirc-send-ctcp): Remove spurious arg to `format'.
1525
1526 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
1527
1528 * server.el (server-process-filter): Use pcase.
1529
1530 * emacs-lisp/smie.el (smie-blink-matching-open): Don't use `pos' in two
1531 conflicting ways.
1532 (smie-indent--parent): Extend to "parent of arg".
1533 (smie-indent-inside-string): New function.
1534 (smie-indent-functions): Use it.
1535
1536 * vc/vc-dir.el (vc-dir-refresh): Reorder operations to try and avoid
1537 bzr locking race condition.
1538
1539 * emacs-lisp/edebug.el (edebug-instrument-function): Check a marker is
1540 still valid before using it.
1541
1542 * progmodes/grep.el (grep-mode-font-lock-keywords): Adjust to
1543 `message' -> `compilation-message' rename (bug#8004).
1544
1545 Move keymap initialization into declaration.
1546 * textmodes/enriched.el (enriched-mode-map):
1547 * textmodes/bib-mode.el (bib-mode-map):
1548 * term/lk201.el (lk201-function-map):
1549 * tar-mode.el (tar-mode-map):
1550 * replace.el (occur-mode-map):
1551 * progmodes/idlwave.el (idlwave-rinfo-mouse-map, idlwave-rinfo-map):
1552 * progmodes/idlw-help.el (idlwave-help-mode-map):
1553 * progmodes/gdb-mi.el (gdb-memory-format-menu, gdb-memory-unit-menu):
1554 * play/solitaire.el (solitaire-mode-map):
1555 * play/snake.el (snake-mode-map, snake-null-map):
1556 * play/pong.el (pong-mode-map):
1557 * play/handwrite.el (menu-bar-handwrite-map):
1558 * play/gametree.el (gametree-mode-map):
1559 * net/rcirc.el (rcirc-mode-map, rcirc-browse-url-map)
1560 (rcirc-multiline-minor-mode-map, rcirc-track-minor-mode-map):
1561 * net/newst-plainview.el (newsticker-menu, newsticker-mode-map)
1562 (newsticker--url-keymap):
1563 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
1564 * menu-bar.el (menu-bar-file-menu, menu-bar-i-search-menu)
1565 (menu-bar-search-menu, menu-bar-replace-menu, menu-bar-goto-menu)
1566 (menu-bar-edit-menu, menu-bar-custom-menu)
1567 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
1568 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
1569 (menu-bar-line-wrapping-menu, menu-bar-options-menu)
1570 (menu-bar-games-menu, menu-bar-encryption-decryption-menu)
1571 (menu-bar-tools-menu, menu-bar-describe-menu)
1572 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
1573 (menu-bar-help-menu):
1574 * mail/rmailsum.el (rmail-summary-mode-map):
1575 * kmacro.el (kmacro-step-edit-map):
1576 * ibuffer.el (ibuffer-mode-groups-popup, ibuffer-mode-map)
1577 (ibuffer-mode-operate-map):
1578 * hi-lock.el (hi-lock-menu, hi-lock-map):
1579 * emulation/vip.el (vip-mode-map):
1580 * emacs-lisp/re-builder.el (reb-lisp-mode-map):
1581 * bookmark.el (bookmark-bmenu-mode-map):
1582 * help-mode.el (help-mode-map): Move initialization into declaration.
1583
1584 2011-02-10 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1585
1586 * net/rcirc.el: Add PRIVMSG and CTCP functions.
1587 (rcirc-send-privmsg, rcirc-send-ctcp): New functions.
1588 (rcirc-keepalive, rcirc-cmd-ctcp, rcirc-ctcp-sender-PING)
1589 (rcirc-cmd-me, rcirc-authenticate): Use them.
1590
1591 2011-02-10 Ken Manheimer <ken.manheimer@gmail.com>
1592
1593 * allout.el: Synopsis: Change allout user configuration so
1594 auto-activation is controlled solely by customization
1595 `allout-auto-activation'.
1596
1597 (allout-auto-activation-helper, allout-setup): New autoloads
1598 implement new custom set procedure for allout-auto-activation.
1599 Also, explicitly invoke (allout-setup) after allout-auto-activation
1600 is custom-defined, to affect the settings in emacs sessions besides
1601 the few where allout-auto-activation customization is done.
1602 (allout-auto-activation): Use allout-auto-activation-helper to
1603 :set. Revise the docstring.
1604 (allout-init): Reduce functionality to just customizing
1605 allout-auto-activation, and mark obsolete.
1606 (allout-mode): Respect string values for allout-auto-activation.
1607 Run allout-after-copy-or-kill-hook without any args.
1608 (allout-mode, allout-layout, allout-default-layout)
1609 (outlineify-sticky): Adjust docstring for new scheme.
1610 (allout-after-copy-or-kill-hook): No arguments - hook implementers
1611 should concentrate on the kill ring.
1612
1613 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
1614
1615 * password-cache.el (password-cache-remove): Accept secrets that are
1616 not strings.
1617
1618 2011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1619
1620 * progmodes/sh-script.el (sh-font-lock-open-heredoc): Fix case
1621 of here-doc that immediately follows a comment.
1622
1623 2011-02-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1624
1625 * net/rcirc.el (rcirc-ctcp-sender-PING): Simplifying.
1626
1627 * net/rcirc.el (rcirc-cmd-ctcp): Use dedicated function when
1628 available.
1629 (rcirc-ctcp-sender-PING): New function.
1630
1631 2011-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
1632
1633 * obsolete/pc-select.el: Rename from emulation/pc-select.el (bug#7940).
1634 Remove the mark/nomark handling, and activate shift-select-mode instead.
1635
1636 * obsolete/pc-mode.el: Rename from emulation/pc-mode.el.
1637
1638 2011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
1639
1640 * calc/calc-units.el (math-logunits-quant): Add support for
1641 non-logarithmic units.
1642
1643 2011-02-07 Ken Manheimer <ken.manheimer@gmail.com>
1644
1645 * allout.el (allout-after-copy-or-kill-hook): New hook for
1646 extension-specific processing of killed text.
1647 (allout-mode): Include new allout-after-copy-or-kill-hook among
1648 mentioned hooks.
1649 (allout-kill-line, allout-kill-topic): Ensure that processing
1650 after kill happens even if barf-if-buffer-read-only is raised.
1651 Include new allout-after-copy-or-kill-hook among that subsequent
1652 processing.
1653 (allout-deannotate-hidden): Actually remove the annotation text
1654 properties.
1655
1656 * allout.el (allout-listify-exposed): Copy text sans text properties.
1657
1658 2011-02-07 Michael Albinus <michael.albinus@gmx.de>
1659
1660 * net/dbus.el (dbus-list-activatable-names): Add optional argument BUS.
1661
1662 2011-02-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1663
1664 * net/rcirc.el (rcirc-handler-317): New function (Bug#6507).
1665
1666 2011-02-06 Jay Belanger <jay.p.belanger@gmail.com>
1667
1668 * calc/calc.el (calc-logunits-field-reference): Rename from
1669 `calc-default-field-reference-level'.
1670 (calc-logunits-power-reference): Rename from
1671 `calc-default-power-reference-level'.
1672
1673 * calc/calc-units.el (math-logunits-quant): Rename from
1674 `math-logunits-level'
1675 (math-logunits-plus): Rename from math-logcombine.
1676 (calcFunc-luplus, calcFunc-luminus calc-luplus, calc-luminus): Remove.
1677 (calcFunc-lufieldadd, calcFunc-lupoweradd, calcFunc-lufieldsub)
1678 (calcFunc-lufieldsub, calc-logunits-add, calc-logunits-sub):
1679 New functions.
1680 (calcFunc-fieldquant): Rename from `calcFunc-fieldlevel'.
1681 (calcFunc-powerquant): Rename from `calcFunc-powerlevel'.
1682 (calc-logunits-quantity): Rename from `calc-level'.
1683 (calcFunc-dbfieldlevel, calcFunc-dbpowerlevel, calcFunc-npfieldlevel)
1684 (calcFunc-nppowerlevel, calc-logunits-dblevel, calc-logunits-nplevel)
1685 (math-logunits-mul, calcFunc-lufieldmul, calcFunc-lupowermul)
1686 (calc-logunits-mul, math-logunits-divide, calcFunc-lufielddiv)
1687 (calcFunc-lupowerdiv, calc-logunits-divide, math-logunits-level):
1688 New functions.
1689
1690 * calc/calc-help.el (calc-u-prefix-help): Remove "L" reference.
1691 (calc-ul-prefix-help): Remove.
1692 (calc-l-prefix-help): New function.
1693 (calc-full-help): Add reference to `calc-l-prefix-help'.
1694
1695 * calc/calc-ext.el (calc-init-extensions): Update autoloads.
1696
1697 * calc/README: Mention logarithmic units.
1698
1699 2011-02-06 Chong Yidong <cyd@stupidchicken.com>
1700
1701 * mail/emacsbug.el (report-emacs-bug-hook): Remove the check for
1702 non-ASCII characters (Bug#7925).
1703
1704 2011-02-05 Glenn Morris <rgm@gnu.org>
1705
1706 * emacs-lisp/cl-macs.el (return-from): Fix doc typo.
1707
1708 * calendar/diary-lib.el (diary-font-lock-keywords):
1709 Tweak diary-time-regexp match. (Bug#7891)
1710
1711 * progmodes/f90.el (f90-find-tag-default): New function. (Bug#7919)
1712 (f90-mode): Use it for mode's `find-tag-default-function' property.
1713
1714 * ibuf-ext.el (ibuffer-filter-disable): Make it work. (Bug#7969)
1715
1716 * faces.el (set-face-attribute): Doc fix. (Bug#2659)
1717
1718 2011-02-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1719
1720 * net/rcirc.el (rcirc-handler-JOIN): Reset mode-line-process
1721 (Bug#6386).
1722
1723 2011-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
1724
1725 * progmodes/sh-script.el (sh-here-doc-open-re): Don't rely on the
1726 font-lock-syntax-table remappings.
1727 (sh-here-doc-markers, sh-here-doc-re): Remove.
1728 (sh-font-lock-close-heredoc): Remove.
1729 (sh-syntax-propertize-here-doc): New function.
1730 (sh-font-lock-open-heredoc): Set the sh-here-doc-marker property
1731 instead of the sh-here-doc-re.
1732 (sh-font-lock-paren): Don't do anything in comments or strings.
1733 Handle line continuations. Accept a few more chars.
1734 Don't rely on the font-lock-syntax-table remappings.
1735 `esac' is not a valid pattern.
1736 (sh-syntax-propertize-function): Handle here-docs differently, so we
1737 don't bother syntax-propertizing the insides.
1738
1739 * progmodes/sh-script.el (sh-font-lock-paren, sh-kw, sh-prev-thing):
1740 Handle new bashisms ";&" and ";;&" (bug#7947).
1741
1742 2011-02-05 Michael Albinus <michael.albinus@gmx.de>
1743
1744 * net/tramp-smb.el (tramp-smb-errors): Use `regexp-opt'.
1745 Add "NT_STATUS_IO_TIMEOUT" and "NT_STATUS_NO_SUCH_USER".
1746
1747 2011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
1748
1749 * net/tramp.el (tramp-postfix-method-format)
1750 (tramp-postfix-method-regexp, tramp-prefix-domain-format)
1751 (tramp-prefix-domain-regexp, tramp-postfix-user-format)
1752 (tramp-postfix-user-regexp, tramp-prefix-port-format)
1753 (tramp-prefix-port-regexp, tramp-postfix-host-format)
1754 (tramp-postfix-host-regexp, tramp-handle-substitute-in-file-name):
1755 Doc fix.
1756
1757 2011-02-04 Sam Steingold <sds@gnu.org>
1758
1759 * mouse.el (mouse-buffer-menu-mode-groups): Add a "GDB" group.
1760
1761 2011-02-04 Andreas Schwab <schwab@linux-m68k.org>
1762
1763 * international/mule-util.el (with-coding-priority): Doc fix.
1764
1765 2011-02-04 Eli Zaretskii <eliz@gnu.org>
1766
1767 * arc-mode.el (archive-mode-map): Fix a typo in last change.
1768
1769 2011-02-03 Sam Steingold <sds@gnu.org>
1770
1771 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
1772 Do not error out when `func' is nil.
1773
1774 2011-02-03 Michael Albinus <michael.albinus@gmx.de>
1775
1776 * net/tramp-sh.el (tramp-remote-path): Add default settings for
1777 `tramp-default-remote-path' to the docstring.
1778 (tramp-get-remote-path): Suppress error message when `getconf
1779 PATH' fails.
1780
1781 * net/tramp-smb.el (tramp-smb-errors): Add "NT_STATUS_UNSUCCESSFUL".
1782
1783 2011-02-03 Glenn Morris <rgm@gnu.org>
1784
1785 * vc/vc-hg.el (vc-hg-command): Doc fix.
1786
1787 * term/w32-win.el (libpng-version): Declare for compiler.
1788
1789 * msb.el: No need to load dired while compiling.
1790
1791 * emacs-lisp/elint.el (elint-standard-variables):
1792 Remove a couple of built-ins that now have doc-strings.
1793
1794 * hi-lock.el, ps-bdf.el, ps-mule.el, ps-print.el, ps-samp.el:
1795 `require' is automatically `eval-and-compile'd.
1796
1797 * net/rcirc.el (rcirc-nick-completion-format): Add :version tag.
1798 (rcirc-log-directory, rcirc-log-flag): Move definitions before use.
1799
1800 * strokes.el (strokes-fill-current-buffer-with-whitespace):
1801 Move definition before use.
1802 (strokes-report-bug): Make it obsolete.
1803
1804 2011-02-02 Sam Steingold <sds@gnu.org>
1805
1806 * apropos.el (apropos-print): Now that `apropos-mode' inherits
1807 from `special-mode', entering it makes the buffer read-only, so
1808 call it only when everything has been already inserted.
1809 * emacs-lisp/ert.el (ert--setup-results-buffer)
1810 (ert-results-pop-to-backtrace-for-test-at-point)
1811 (ert-results-pop-to-messages-for-test-at-point)
1812 (ert-results-pop-to-timings): Ditto.
1813 * emacs-lisp/package.el (package--list-packages): Ditto.
1814 * play/solitaire.el (solitaire): Ditto.
1815
1816 2011-02-02 Chong Yidong <cyd@stupidchicken.com>
1817
1818 * progmodes/compile.el: Make all faces inherit.
1819 (compilation-warning): Inherit from font-lock-variable-name-face.
1820 (compilation-info): Inherit from font-lock-type-face.
1821 (compilation-line-number): Reassign to font-lock-keyword-face.
1822 (compilation-column-number): Reassign to font-lock-doc-face.
1823 (compilation-leave-directory-face): Reassign to
1824 font-lock-builtin-face.
1825
1826 2011-02-02 Eli Zaretskii <eliz@gnu.org>
1827
1828 * dired.el (dired-insert-directory): Don't invoke `ls' when
1829 ls-lisp.el is used to emulate it.
1830
1831 2011-02-01 Julien Danjou <julien@danjou.info>
1832
1833 * color.el (color-gradient): Add a color-gradient function.
1834
1835 2011-02-01 Sam Steingold <sds@gnu.org>
1836
1837 * simple.el (special-mode-map): Bind "h" to `describe-mode';
1838 bind "z" to `kill-this-buffer'.
1839 (completion-list-mode-map): Bind "z" to `kill-this-buffer'.
1840 * apropos.el (apropos-mode-map): Inherit from `special-mode-map'.
1841 (apropos-mode): Inherit from `special-mode'.
1842 * arc-mode.el (archive-mode-map): Inherit from `special-mode-map'.
1843 * bookmark.el (bookmark-bmenu-mode): Define using
1844 `define-derived-mode' inheriting from `special-mode'.
1845 * dired.el (dired-mode-map): Inherit from `special-mode-map'.
1846 * image-mode.el (image-mode-map): Ditto.
1847 * replace.el (occur-mode): Define using
1848 `define-derived-mode' inheriting from `special-mode'.
1849 * tar-mode.el (tar-mode): Inherit from `special-mode'.
1850 * calendar/diary-lib.el (diary-fancy-display-mode):
1851 Inherit from `special-mode-map'.
1852 * emacs-lisp/ert.el (ert-simple-view-mode, ert-results-mode):
1853 Inherit from `special-mode'.
1854 * emacs-lisp/package.el (package-menu-mode-map): Copy from
1855 `special-mode-map'.
1856 (package-menu-mode): Define using `define-derived-mode'
1857 inheriting from `special-mode'.
1858 * erc/erc-list.el (erc-list-menu-mode): Inherit from `special-mode'.
1859 * net/xesam.el (xesam-mode): Inherit from `special-mode'.
1860 (xesam-mode-map): Define separately.
1861 * play/solitaire.el (solitaire-mode): Inherit from `special-mode'.
1862 * progmodes/compile.el (compilation-minor-mode-map)
1863 (compilation-mode-map): Inherit from `special-mode-map'.
1864 * vc/diff-mode.el (diff-mode-shared-map):
1865 Inherit from `special-mode-map'.
1866 * vc/log-view.el (log-view-mode-map): Add a comment.
1867
1868 2011-02-01 Chong Yidong <cyd@stupidchicken.com>
1869
1870 * custom.el (load-theme): Define return value. Drop use of
1871 unsafep; call custom-theme-load-confirm for non-known-safe themes.
1872 (custom-theme-load-confirm): Scroll in the correct window.
1873 (custom-enabled-themes): Add custom-safe-themes to :set-after.
1874
1875 * cus-theme.el (custom-theme-checkbox-toggle): Don't activate the
1876 checkbox if load-theme fails.
1877
1878 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1879
1880 * progmodes/compile.el (compilation-next-error): Check there's
1881 a message before using it (bug#7941).
1882
1883 2011-02-01 Jay Belanger <jay.p.belanger@gmail.com>
1884
1885 * calc/calc-mtx.el (math-lud-pivot-check): New function.
1886 (math-do-matrix-lud): Use `math-lud-pivot-check' to check the size
1887 of potential pivots.
1888
1889 2011-01-31 Alan Mackenzie <acm@muc.de>
1890
1891 * progmodes/cc-cmds.el (c-forward-over-illiterals):
1892 Continue parsing if we encounter a naked # (Bug#7595).
1893 (c-beginning-of-statement): Avoid loop in locating the beginning
1894 of a macro. (Not actually committed until 2011-02-20, see above).
1895
1896 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
1897
1898 * files.el (copy-directory): Fix arguments to recursive call.
1899
1900 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
1901
1902 * files.el (copy-directory): If destination is an existing
1903 directory, copy into a subdirectory there.
1904
1905 2011-01-31 Andreas Schwab <schwab@linux-m68k.org>
1906
1907 * emacs-lisp/shadow.el (load-path-shadows-find): Ignore leim-list
1908 files.
1909
1910 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
1911
1912 * image-dired.el (image-dired-mouse-display-image): No-op if no
1913 file is found (Bug#7817).
1914
1915 * mouse.el (mouse-menu-non-singleton): Doc fix (Bug#7801).
1916
1917 2011-01-31 Kenichi Handa <handa@m17n.org>
1918
1919 * international/quail.el (quail-keyboard-layout-alist):
1920 Remove superfluous SPC for "pc105-uk" (bug#7927).
1921
1922 2011-01-31 Glenn Morris <rgm@gnu.org>
1923
1924 * msb.el (msb-menu-bar-update-buffers): Update for changed
1925 argument handling of menu-bar-select-frame. (Bug#7902)
1926
1927 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
1928
1929 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Set a limit
1930 to the recursion depth (Bug#7722).
1931
1932 2011-01-31 Roy Liu <carsomyr@gmail.com> (tiny change)
1933
1934 * term/ns-win.el (ns-find-file): Expand ns-input-file with
1935 command-line-default-directory (Bug#7872).
1936
1937 2011-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
1938
1939 * progmodes/compile.el (compilation--flush-directory-cache):
1940 New function, extracted from compilation--remove-properties.
1941 (compilation--remove-properties, compilation--parse-region): Use it.
1942 (compilation--previous-directory): Handle one more case.
1943 (compilation-enable-debug-messages): Remove.
1944 (compilation-parse-errors, compilation--flush-parse): Just remove the
1945 left over debug messages.
1946
1947 2011-01-31 Sam Steingold <sds@gnu.org>
1948
1949 * progmodes/compile.el (compilation-enable-debug-messages):
1950 Add a variable to make the parsing messages introduced in
1951 2011-01-28T22:12:05Z!monnier@iro.umontreal.ca optional.
1952 (compilation-parse-errors, compilation--flush-parse): Use it.
1953
1954 2011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1955
1956 * net/rcirc.el: New customizable nick completion format. (Bug#6314)
1957 (rcirc-nick-completion-format): New defcustom.
1958 (rcirc-complete): Use it.
1959
1960 2011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1961
1962 * net/rcirc.el: Clean log filenames (Bug#7933).
1963 (rcirc-log-write): Use convert-standard-filename.
1964 (rcirc-log-filename-function): Documentation updates.
1965
1966 2011-01-30 Jan Djärv <jan.h.d@swipnet.se>
1967
1968 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer):
1969 Check report-emacs-bug-can-use-osx-open and use that if t.
1970 (report-emacs-bug-can-use-osx-open): New function.
1971 (report-emacs-bug): Rename can-xdg-email to can-insert-mail.
1972 Check report-emacs-bug-can-use-osx-open also for can-insert-mail.
1973
1974 2011-01-29 Chong Yidong <cyd@stupidchicken.com>
1975
1976 * vc/vc-dispatcher.el (vc-set-async-update): New function for
1977 updating Dired or VC-dir buffers after async command completes.
1978
1979 * vc/vc-bzr.el (vc-bzr-async-command): Return the process buffer.
1980 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-set-async-update.
1981
1982 * vc/vc-git.el (vc-git-merge-branch): Add FETCH_HEAD to branch
1983 completions if it exists. Use vc-set-async-update.
1984 (vc-git-pull): Use vc-set-async-update.
1985
1986 * vc/vc-hg.el (vc-hg-pull): Fix default-contents arg to
1987 read-shell-command. Use vc-set-async-update.
1988 (vc-hg-merge-branch): Use vc-set-async-update.
1989
1990 2011-01-29 Daiki Ueno <ueno@unixuser.org>
1991
1992 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED):
1993 Don't presume KEYEXPIRED and KEYREVOKED to be a fatal error status
1994 (Bug#7931).
1995
1996 2011-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
1997
1998 * progmodes/compile.el: Avoid an N² behavior in grep.
1999 (compilation--previous-directory): New fun.
2000 (compilation--previous-directory-cache): New var.
2001 (compilation--remove-properties): Flush it.
2002 (compilation-directory-properties, compilation-error-properties):
2003 Use the new fun to speed up looking for the current directory.
2004
2005 2011-01-29 Chong Yidong <cyd@stupidchicken.com>
2006
2007 * vc/vc-hg.el (vc-hg-history): New var.
2008 (vc-hg-pull): Perform default pull if called via Lisp by vc-pull.
2009 (vc-hg-merge-branch): New function.
2010
2011 * vc/vc.el (vc-pull): Make vc-update an alias for this, instead of
2012 the other way around.
2013
2014 * vc/vc-git.el (vc-git-branches, vc-git-pull)
2015 (vc-git-merge-branch): New functions.
2016 (vc-git-history): New var.
2017
2018 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
2019
2020 * vc/vc-dispatcher.el (vc-do-async-command): New function.
2021
2022 * vc/vc-bzr.el (vc-bzr-async-command): Convert into a wrapper for
2023 vc-do-async-command.
2024
2025 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch):
2026 Callers changed.
2027
2028 2011-01-28 Leo <sdl.web@gmail.com>
2029
2030 * emacs-lisp/advice.el (ad-make-advised-docstring): Don't apply
2031 highlighting to the "this function is advised" message.
2032
2033 * help-mode.el (help-mode-finish): Apply highlighting here, to
2034 avoid clobbering by substitute-command-keys (Bug#6304).
2035
2036 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
2037
2038 * woman.el (woman0-roff-buffer): Process roff escape sequences
2039 occurring prior to the first request (Bug#7843).
2040
2041 2011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
2042
2043 * progmodes/compile.el: Don't use font-lock any more.
2044 (compilation-error-regexp-alist-alist): Change handling of makepp
2045 so it preserves the warning/error distinction on subsequent files.
2046 Simplify various rules.
2047 (compilation-directory-properties): Use font-lock-face.
2048 Add a compilation-message property.
2049 (compilation-internal-error-properties): Use font-lock-face.
2050 Don't set the compilation-debug property here.
2051 (compilation--put-prop, compilation--remove-properties)
2052 (compilation--parse-region, compilation--ensure-parse)
2053 (compilation--ensure-parse): New functions.
2054 (compilation-parse-errors): New function, largely inspired of
2055 compilation-mode-font-lock-keywords. Set compilation-debug here.
2056 (compilation--parsed): New var.
2057 (compilation--flush-parse): Use compilation--ensure-parse.
2058 (compilation-start): Don't call font-lock.
2059 (compilation-turn-on-font-lock): Remove.
2060 (compilation-setup): Don't set font-lock-extra-managed-props not change
2061 other font-lock settings, other than keywords.
2062 Don't activate font-lock-mode.
2063 Set change-major-mode-hook and before-change-functions.
2064 (compilation--unsetup): Remove properties and hooks.
2065 (compilation-next-single-property-change): New function.
2066 (compilation-next-error): Use it to parse when needed.
2067 (compile-goto-error): Parse buffer as needed.
2068 (compilation--compat-error-properties): Don't need a dummy `face'
2069 property any more.
2070
2071 2011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
2072
2073 * progmodes/compile.el: Use accessors for clarity and fix omake hack.
2074 (compilation-process-setup-function): Fix docstring's false promises.
2075 (compilation-error-regexp-alist-alist): Catch omake's continuous
2076 recompilation message and avoid reuse of old markers.
2077 (compilation-parse-errors-function): Declare obsolete.
2078 (compilation-buffer-modtime): Remove.
2079 (compilation--make-cdrloc, compilation--loc->col)
2080 (compilation--loc->line, compilation--loc->file-struct)
2081 (compilation--loc->marker, compilation--loc->visited)
2082 (compilation--make-file-struct, compilation--file-struct->file-spec)
2083 (compilation--file-struct->formats)
2084 (compilation--file-struct->loc-tree): New macros. Use them.
2085 (compilation--message): New defstruct. Use them.
2086 (compilation-next-error-function): Don't mess with timestamps to try
2087 and guess when to reparse.
2088
2089 2011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
2090
2091 * textmodes/tex-mode.el: Get rid of compilation-parse-errors-function
2092 (tex-old-error-file-name): New function,
2093 extracted from tex-compilation-parse-errors.
2094 (tex-compilation-parse-errors): Remove.
2095 (tex-error-regexp-alist): New var.
2096 (tex-shell): Use it to avoid compilation-parse-errors-function.
2097
2098 * progmodes/grep.el (grep-regexp-alist): Tighten regexp.
2099 (grep-mode-font-lock-keywords): Remove regexp that seems like
2100 a left-over from before we used compile.el.
2101 (grep-mode-font-lock-keywords): Call syntax-ppss-flush-cache when
2102 modifying the buffer within with-silent-modifications.
2103
2104 * progmodes/compile.el: Cleanup text-properties namespace by using
2105 `compilation-message' instead of `message', `compilation-directory'
2106 instead of `directory', and `compilation-debug' instead of `debug'.
2107 (compilation-last-buffer, compilation-parsing-end)
2108 (compilation-error-list, compilation-old-error-list): Move to the
2109 compatibility part of the code.
2110 (compilation-error-properties): If `file' is a function, let it return
2111 a file name.
2112 (compilation-mode-font-lock-keywords): Be more conservative with the
2113 omake "^ *" pattern prefix, to try and minimize the risk of
2114 pathologically slow regexp matching.
2115 (compilation-start): Use inhibit-read-only.
2116 (compilation--unsetup): New function.
2117 (compilation-shell-minor-mode, compilation-minor-mode): Use it.
2118 (compilation-filter): Minor tweaks.
2119 (compilation-next-error-function): Try and avoid abusing variables.
2120 (compilation--flush-file-structure): New fun.
2121 (compilation-fake-loc): Use it to improve behavior when file is reused.
2122 (debug-ignored-errors): Add "Moved past last ...".
2123 (compilation--compat-error-properties)
2124 (compilation--compat-parse-errors): Rename by doubling the "-".
2125
2126 Port features from the previous prolog.el to the new one.
2127 * progmodes/prolog.el (prolog-system): Add GNU and ECLiPSe options.
2128 (prolog-program-name, prolog-program-switches, prolog-consult-string)
2129 (prolog-compile-string, prolog-prompt-regexp): Get rid of the <foo>-i
2130 variable and use a function to compute the value dynamically.
2131 (prolog-prompt-regexp): Add regexp for GNU Prolog.
2132 (prolog-continued-prompt-regexp): Remove, unused.
2133 (prolog-find-value-by-system): Try and use the value of prolog-system
2134 in the *prolog* buffer if it helps.
2135 (prolog-mode-keybindings-common): Bind C-c C-z unconditionally...
2136 (prolog-zip-on): ..and check prolog-system and version here instead.
2137 (prolog-inferior-self-insert-command): New command.
2138 (prolog-inferior-mode-map): Use it.
2139 (prolog-inferior-error-regexp-alist): New var.
2140 (prolog-inferior-mode): Use it, with compilation-shell-minor-mode.
2141 (prolog-input-filter): Use derived-mode-p.
2142 (prolog-inferior-guess-flavor): New function.
2143 (prolog-ensure-process): Use it. Use make-comint-in-buffer rather than
2144 make-comint to avoid running comint-mode twice.
2145 (prolog-inferior-buffer): New fun.
2146 (prolog-old-process-region, prolog-old-process-file):
2147 Don't call prolog-bsts here...
2148 (prolog-build-prolog-command): ...do it here instead.
2149 (prolog-old-process-region, prolog-old-process-file):
2150 Use compilation-fake-loc and compilation-forget-errors.
2151 (prolog-consult-compile-region): Use bolp.
2152
2153 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
2154
2155 * image-mode.el (image-display-size): Doc fix (Bug#7820).
2156
2157 2011-01-27 Sam Steingold <sds@gnu.org>
2158
2159 * midnight.el (clean-buffer-list-kill-never-buffer-names):
2160 Remove "*server*" which is never created by emacs server.
2161
2162 2011-01-27 Deniz Dogan <deniz.a.m.dogan@gmail.com>
2163
2164 * vc/vc-bzr.el (vc-bzr-diff): Don't pass --diff-options unless
2165 there are some diff switches.
2166
2167 2011-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
2168
2169 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2170 Copy change made to ruby-font-lock-syntactic-keywords.
2171
2172 * htmlfontify.el: Make it obey the font-lock-face text property.
2173 Miscellaneous cleanup such as:
2174 - Don't hide expressions after a closing paren.
2175 - Move initial setq into let.
2176 - Hoist common parts out of ifs.
2177 (hfy-p-to-face, hfy-p-to-face-lennart): Remove.
2178 (hfy-face-at): Use get-text-property instead.
2179 (hfy-prop-invisible-p): Use invisible-p if available.
2180 (htmlfontify-manual): Use \\[...].
2181 (hfy-html-quote-regex): Use [...].
2182 (hfy-combined-face-spec): Simplify.
2183 (hfy-compile-face-map): Don't presume point-min==1.
2184 (hfy-css-name, hfy-buffer, htmlfontify-buffer): Use \' rather than $ to
2185 match end of string.
2186 (hfy-text-p): η-reduce.
2187 (hfy-tags-for-file): Receive cache-hash directly.
2188 (hfy-mark-tag-names): Adjust call.
2189
2190 2011-01-27 Glenn Morris <rgm@gnu.org>
2191
2192 * msb.el (msb-after-load-hooks): Make it an obsolete alias.
2193 (msb-after-load-hook): Remove eval-after-load wackiness.
2194
2195 2011-01-25 Sam Steingold <sds@gnu.org>
2196
2197 * vc/vc-svn.el (vc-svn-diff): Use `diff-command' instead of the
2198 literal "diff" (important for windows-nt).
2199
2200 2011-01-25 Glenn Morris <rgm@gnu.org>
2201
2202 * emacs-lisp/copyright.el (copyright-at-end-flag)
2203 (copyright-names-regexp): Add safety properties.
2204 (copyright-year-ranges): New option.
2205 (copyright-find-end): New function, split from copyright-update-year.
2206 (copyright-update-year): Use copyright-find-end.
2207 (copyright-fix-years): Optionally, convert years to ranges.
2208 Handle years continued over comment lines.
2209 Do not mess with the fill-prefix.
2210 Do not call copyright-update.
2211 (copyright-update-directory): Optionally, fix years rather than update.
2212 Skip directories. Find files with only safe local vars.
2213
2214 2011-01-25 Stefan Monnier <monnier@iro.umontreal.ca>
2215
2216 * files.el (file-name-non-special): Only change buffer-file-name after
2217 insert-file-contents if it's `visit'ing the file (bug#7854).
2218
2219 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
2220
2221 * dired.el (dired-revert): Doc fix (Bug#7758).
2222
2223 * simple.el (line-move-visual): Doc fix (Bug#7594).
2224
2225 2011-01-25 Nobuyoshi Nakada <nobu@ruby-lang.org>
2226
2227 * progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for
2228 here-doc which ends with an underscore.
2229 (ruby-mode-set-encoding): Skip shebang line always.
2230 (ruby-mode-map): Bind C-c C-c to comment-region.
2231 (ruby-font-lock-keywords): Highlight literal hash key labels as symbols.
2232 (ruby-forward-sexp): Stop after literal hash key labels.
2233 (ruby-font-lock-syntactic-keywords): Highlight regexp after open
2234 bracket.
2235
2236 2011-01-25 Keitaro Miyazaki <keitaro.miyazaki@gmail.com> (tiny change)
2237
2238 * emacs-lisp/re-builder.el (reb-mode-map): Set case-fold-search in
2239 the correct buffer (Bug#7650).
2240
2241 2011-01-25 Glenn Morris <rgm@gnu.org>
2242
2243 * comint.el (comint-mode): Doc fix. (Bug#7897)
2244
2245 * simple.el (do-auto-fill): Give it a doc string.
2246
2247 * button.el (make-text-button): Doc fix. (See bug#7881)
2248
2249 2011-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
2250
2251 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
2252 Don't move backward, so as not to fall in an inf-loop (bug#7736).
2253
2254 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): (bug#7735)
2255 Handle ?" and friends differently (e.g. don't use backrefs).
2256
2257 2011-01-24 Jay Belanger <jay.p.belanger@gmail.com>
2258
2259 * calc/calc.el (calc-default-power-reference-level)
2260 (calc-default-field-reference-level): New variables.
2261 * calc/calc-units.el (math-standard-units): Add dB and Np.
2262 (math-logunits): New variable.
2263 (math-extract-logunits, math-logcombine, calcFunc-luplus)
2264 (calcFunc-luminus, calc-luplus, calc-luminus, math-logunit-level)
2265 (calcFunc-fieldlevel, calcFunc-powerlevel, calc-level):
2266 New functions.
2267 (math-find-base-units-rec): Add entry for ln(10).
2268 * calc/calc-help.el (calc-u-prefix-help): Add logarithmic help.
2269 (calc-ul-prefix-help): New function.
2270 * calc/calc-ext.el (calc-init-extensions): Autoload new units
2271 functions. Add keybindings for new units functions.
2272
2273 2011-01-22 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2274
2275 * net/rcirc.el (rcirc-kill-buffer-hook): Flush logs when killing
2276 rcirc buffers. (Bug#4940)
2277
2278 2011-01-22 Glenn Morris <rgm@gnu.org>
2279
2280 * emacs-lisp/copyright.el (copyright-find-copyright): New function,
2281 split out from copyright-update-year.
2282 (copyright-update): Don't mess with the GPL version if we don't own the
2283 copyright. Update license regexp, and remove no longer needed
2284 Esperanto stuff.
2285 (copyright-fix-years): Use copyright-find-copyright.
2286
2287 2011-01-22 Chong Yidong <cyd@stupidchicken.com>
2288
2289 * vc/diff.el (diff-sentinel): Doc fix (Bug#7682).
2290
2291 2011-01-22 Jari Aalto <jari.aalto@cante.net>
2292
2293 * play/landmark.el: Change `lm-' prefix to `landmark-' (Bug#7672).
2294 (lm): Rename to landmark.
2295 (lm-test-run): Rename to landmark-test-run.
2296
2297 2011-01-22 Chong Yidong <cyd@stupidchicken.com>
2298
2299 * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in
2300 "Case sensitive" menu item.
2301
2302 2011-01-22 Roland McGrath <roland@frob.com>
2303
2304 * comint.el (comint-replace-by-expanded-history-before-point): Fix
2305 expansion of !$ and !!:N syntax to pick the indicated word (bug#7883).
2306
2307 2011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
2308
2309 * progmodes/js.el (js--regexp-literal): Count backslashes (bug#7882).
2310
2311 2011-01-22 Jari Aalto <jari.aalto@cante.net>
2312
2313 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2314 Assume foo(bar) is a manpage reference rather than some unquoted
2315 symbol (bug#7705).
2316
2317 2011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
2318
2319 * subr.el (shell-quote-argument): Properly quote \n (bug#7687).
2320 Suggested by Flo <sensorflo@gmail.com>.
2321
2322 2011-01-22 Glenn Morris <rgm@gnu.org>
2323
2324 * progmodes/compile.el (compilation-error-regexp-alist):
2325 Fix custom type. (Bug#7812)
2326
2327 2011-01-22 Ken Manheimer <ken.manheimer@gmail.com>
2328
2329 * allout.el (allout-prefixed-keybindings): Bind (prefixed) '#' to
2330 allout-number-siblings, in keeping with what obtained due to
2331 (now-defunct) allout-keybindings-list. Ditch repeat binding to
2332 (prefixed) ?i.
2333 (allout-before-change-handler): Better expose spots affected by
2334 undo.
2335
2336 2011-01-22 Chong Yidong <cyd@stupidchicken.com>
2337
2338 * man.el (Man-highlight-references0): Use make-button (Bug#7881).
2339
2340 2011-01-22 Phil Hagelberg <phil@evri.com>
2341
2342 * pcmpl-unix.el (pcmpl-ssh-config-file): New option.
2343 (pcmpl-ssh-known-hosts): Rename from pcmpl-ssh-hosts.
2344 (pcmpl-ssh-config-hosts): New function.
2345 (pcmpl-ssh-hosts): Use pcmpl-ssh-config-hosts in addition to
2346 pcmpl-ssh-known-hosts.
2347
2348 2011-01-21 Jay Belanger <jay.p.belanger@gmail.com>
2349
2350 * calc/calc-undo.el (calc-undo): Autoload it.
2351 * calc/calc-ext.el (calc-init-extensions): Remove keybindings
2352 and autoload for `calc-undo'.
2353 * calc/calc.el (calc-mode-map): Add keybindings for `calc-undo'.
2354 * calc/calc-prog.el:
2355 * calc/calc-graph.el:
2356 * calc/calc-map.el: Change `arglist' to `math-arglist' throughout.
2357
2358 2011-01-21 Štěpán Němec <stepnem@gmail.com> (tiny change)
2359
2360 * calc/calc-ext.el (calc-init-extensions): Map all `undo'
2361 keybindings to `calc-undo'.
2362
2363 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
2364
2365 Don't mess with *temp*.
2366 * obsolete/spell.el: Move from textmodes/spell.el.
2367 (spell-string):
2368 * term.el (term-read-input-ring):
2369 * startup.el (display-startup-echo-area-message):
2370 * progmodes/antlr-mode.el (antlr-directory-dependencies):
2371 * comint.el (comint-read-input-ring): Use with-temp-buffer.
2372 * international/mule.el (ctext-pre-write-conversion): Don't hardcode
2373 point-min==1.
2374
2375 2011-01-20 Ken Manheimer <ken.manheimer@gmail.com>
2376
2377 * allout.el (allout-institute-keymap): Use fset instead of
2378 reapplying defalias.
2379
2380 (allout-hotspot-key-handler): Check for non-control-modified
2381 bindings for hotspot characters if there are no control-modified
2382 versions.
2383
2384 * allout.el: Summary - migrate to defining allout mode using
2385 define-minor-mode instead of defun. Significantly clean-up
2386 internal keymap provisions, refactoring and, in the process,
2387 removing a lot of accumulated cruft.
2388
2389 allout-mode-map is now a keymap by virtue of being a defalias to
2390 allout-mode-map-value, which contains the actual keymap structure.
2391
2392 (allout-mode): Use define-minor-mode rather than defun.
2393 Remove now-unnecessary minor-mode setup activities from the body.
2394 Specify :keymap as allout-mode-map so the minor-mode-map-alist
2395 entry will be '(allout-mode . allout-mode-map) - see
2396 allout-mode-map-value, below. Adjust docstring to track changes.
2397 (allout-minor-mode): Remove this defalias, now that we're using
2398 define-minor-mode.
2399 (allout-mode-map): Set value to be 'allout-mode-map. The actual
2400 keymap is allout-mode-map-value, via defalias.
2401 (allout-mode-map-value): The variable holding the actual mode
2402 keymap structure, by virtue of defalias from allout-mode-map.
2403 (allout-compose-and-institute-keymap): Rename from
2404 allout-bind-keys, and including the binding-composition
2405 functionality of the former produce-allout-mode-map and
2406 allout-setup-mode-map.
2407 (allout-institute-keymap): Take over the "setup" part of the former
2408 allout-setup-mode-map. Reassign allout-mode-map-value value and
2409 update the defalias.
2410 (allout-command-prefix, allout-prefixed-keybindings)
2411 (allout-unprefixed-keybindings):
2412 Use allout-compose-and-institute-keymap to process the bindings.
2413 (allout-unprefixed-keybindings): Remove extraneous '?' question marks.
2414 (allout-prefixed-keybindings): Elide binding to (prefixed) \C-h -
2415 user can customize if they want to use that binding.
2416 Bind allout-copy-topic-as-kill to (prefixed) \M-k.
2417 Bind allout-up-current-level to (prefixed) \C-u. (I think i mistakenly
2418 elided that, previously, instead of the one for \C-h.)
2419 (allout-hotspot-key-handler): Remove attempt to resolve the key
2420 through the literal key-string lookup on allout-keybindings-list.
2421 That probably hasn't worked for a Long Time, and removal of
2422 allout-keybindings-list further simplifies the keybindings situation.
2423 (allout-pre-command-business): Use allout-mode-map-value instead
2424 of allout-mode-map.
2425 (allout-preempt-trailing-ctrl-h): Remove. The user can customize
2426 the bindings if they want to use a keybinding having a trailing
2427 \C-h. No deprecation needed since this feature was never in a release.
2428 (allout-keybindings-list): Remove. It's not been useful for a
2429 while. (See allout-hotspot-key-handler changes, above.)
2430 (produce-allout-mode-map): Remove. Consolidate into
2431 allout-compose-and-institute-keymap.
2432 (allout-mode-map-adjustments): Remove. No longer necessary with
2433 removal of allout-preempt-trailing-ctrl-h.
2434 (allout-setup-mode-map): Remove. Consolidate into
2435 allout-compose-and-institute-keymap and allout-institute-keymap.
2436
2437 2011-01-20 Glenn Morris <rgm@gnu.org>
2438
2439 * vc/vc-svn.el (vc-svn-after-dir-status): Tweak previous change.
2440
2441 * simple.el (read-expression-history): Remove, it's in minibuf.c.
2442
2443 2011-01-20 Chong Yidong <cyd@stupidchicken.com>
2444
2445 * subr.el (y-or-n-p): Revert 2011-01-07 change, removing ARGS.
2446
2447 * files.el (find-alternate-file, basic-save-buffer)
2448 (basic-save-buffer-2, revert-buffer, recover-file)
2449 (kill-buffer-ask, abort-if-file-too-large)
2450 (set-visited-file-name, write-file, backup-buffer)
2451 (basic-save-buffer, save-some-buffers):
2452 * dired-aux.el (dired-compress-file): Callers changed.
2453
2454 2011-01-19 Glenn Morris <rgm@gnu.org>
2455
2456 * vc/vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
2457 Also check the property status. (Bug#7861)
2458
2459 2011-01-18 Michael Albinus <michael.albinus@gmx.de>
2460
2461 * net/tramp.el (tramp-debug-message): Extend function exclude
2462 list. Use `regexp-opt'.
2463
2464 2011-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
2465
2466 * textmodes/tex-mode.el (tex-font-lock-verb): Make sure \verb
2467 highlighting doesn't spill over subsequent lines.
2468
2469 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
2470 keymap expression. Improve docstring.
2471
2472 * electric.el (electric-indent-post-self-insert-function):
2473 Don't auto-indent for indent-to-left-margin, it's too often
2474 counter-productive.
2475
2476 2011-01-16 Tassilo Horn <tassilo@member.fsf.org>
2477
2478 * strokes.el (strokes-read-stroke): Re-fill strokes buffer with
2479 spaces if the frame was resized, so that the full visible buffer
2480 serves as canvas for strokes.
2481
2482 2011-01-16 Glenn Morris <rgm@gnu.org>
2483
2484 * info-xref.el (info-xref-docstrings): Replace cl function.
2485 Also skip directories.
2486
2487 2011-01-16 Kevin Ryde <user42@zip.com.au>
2488
2489 * info-xref.el: Version 3.
2490 (info-xref-check, info-xref-check-all): Move commentary details
2491 into docstrings for better visibility.
2492 Use compilation-mode for the results buffer.
2493 (info-xref-output, info-xref-output-error, info-xref-with-output)
2494 (info-xref-filename, info-xref-in-progress):
2495 New internals for this.
2496 (info-xref-check-list, info-xref-check-buffer)
2497 (info-xref-check-all-custom): Use those.
2498 (info-xref-output-buffer): Rename from info-xref-results-buffer.
2499 (info-xref-output-heading): Rename from info-xref-filename-heading.
2500 (info-xref-good, info-xref-bad, info-xref-xfile-alist)
2501 (info-xref-filename-heading): Move to output managing section.
2502 (info-xref-docstrings): New command checking "Info node `(foo)Bar'"
2503 (info-xref-lock-file-p, info-xref-with-file): New helpers for it.
2504 (info-xref-subfile-p): Move to generic section with those two.
2505 (info-xref-check-node): New function split from
2506 info-xref-check-buffer, shared by info-xref-docstrings.
2507 (info-xref-goto-node-p): Move to a checking section with that func.
2508 (info-xref-unavail): New counter.
2509 (info-xref-check-node): Use it.
2510 (info-xref-with-output): Show count of unavailables at end of output.
2511 (info-xref-all-info-files): Exclude ".*" dotfiles. Ignore broken
2512 symlinks. Exclude .texi files. Exclude Emacs backup files.
2513 (info-xref-check-all-custom): Fix quietening viper-mode and
2514 gnus-registry-install -- use setq not let so as not to unbind
2515 after load.
2516
2517 2011-01-16 Juri Linkov <juri@jurta.org>
2518
2519 * isearch.el (isearch-abort): Don't quit if search has
2520 an incomplete regexp (isearch-error is non-nil). (Bug#7534)
2521
2522 2011-01-15 Mark Diekhans <markd@soe.ucsc.edu>
2523
2524 * files.el (backup-buffer): Make last-resort backup file in
2525 .emacs.d (Bug#6953).
2526
2527 * subr.el (locate-user-emacs-file): If .emacs.d does not exist,
2528 make it with permission 700.
2529
2530 2011-01-15 Kenichi Handa <handa@m17n.org>
2531
2532 * mail/rmailmm.el (rmail-mime-insert-header):
2533 Set rmail-mime-coding-system to a cons whose car is the last coding
2534 system used to decode the header.
2535 (rmail-mime-find-header-encoding): New function.
2536 (rmail-mime-insert-decoded-text):
2537 Override rmail-mime-coding-system if it is a cons.
2538 (rmail-show-mime): If only a header part was decoded, find the
2539 coding system while ignoring mm-charset-override-alist.
2540
2541 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
2542
2543 * subr.el (event-start, event-end): Doc fix (Bug#7826).
2544
2545 2011-01-15 Kenichi Handa <handa@m17n.org>
2546
2547 * mail/rmailmm.el (rmail-mime-next-item)
2548 (rmail-mime-previous-item): Delete them.
2549 (rmail-mime-shown-mode): Recursively call for children.
2550 (rmail-mime-hidden-mode): Delete the 2nd arg TOP.
2551 Callers changed.
2552 (rmail-mime-raw-mode): Recursively call for children.
2553 (rmail-mode-map): Change mapping of tab and backtab to
2554 forward-button and backward-button respectively.
2555 (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
2556 button.
2557 (rmail-mime-update-tagline): New function.
2558 (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
2559 body display is changed.
2560 (rmail-mime-toggle-button): Rename from rmail-mime-image.
2561 (rmail-mime-image): Delete this button type.
2562 (rmail-mime-toggle): New button type.
2563 (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
2564 body display is changed. Change the save button label to "Save".
2565 Don't process show/hide button here.
2566 (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if
2567 the body display is changed. Unconditionally call
2568 rmail-mime-insert for children.
2569 (rmail-mime-handle): Update `display' vector of the just inserted
2570 entity.
2571 (rmail-mime-process): If mail-header-parse-content-type returns
2572 nil, use "text/plain" as the fallback type.
2573 (rmail-mime-insert): For raw-mode, recursively call
2574 rmail-mim-insert for children.
2575 (rmail-mime): Handle the case that the current buffer is not rmail
2576 buffer (e.g. in summary buffer).
2577
2578 2011-01-15 Kenichi Handa <handa@m17n.org>
2579
2580 * mail/rmailmm.el (rmail-mime-next-item)
2581 (rmail-mime-previous-item): Skip the body of a non-multipart
2582 entity if a tagline is shown.
2583
2584 2011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2585
2586 * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721).
2587 (tmm-prompt): Simplify.
2588 (tmm-add-prompt): Remove unused var `win'.
2589
2590 * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810)
2591 to minor mode which used nil accidentally to mean "turn off".
2592
2593 2011-01-15 Michael Albinus <michael.albinus@gmx.de>
2594
2595 * net/tramp-sh.el (tramp-find-inline-compress)
2596 (tramp-get-inline-coding): Quote command after pipe symbol for
2597 local calls under W32. (Bug#6784)
2598
2599 2011-01-15 Michael Albinus <michael.albinus@gmx.de>
2600
2601 * net/tramp.el (tramp-default-method): Initialize with pscp/plink
2602 only when running under W32.
2603
2604 2011-01-15 Eli Zaretskii <eliz@gnu.org>
2605
2606 * progmodes/grep.el (grep-compute-defaults): Quote the program
2607 file name after the pipe symbol in Grep templates. (Bug#6784)
2608 * jka-compr.el (jka-compr-partial-uncompress): Likewise.
2609
2610 2011-01-15 Lennart Borgman <lennart.borgman@gmail.com>
2611
2612 * buff-menu.el (Buffer-menu-buffer-list): New var.
2613 (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a
2614 restricted buffer list is not lost on revert (Bug#7749).
2615
2616 2011-01-15 Eric Hanchrow <eric.hanchrow@gmail.com>
2617
2618 * net/ldap.el (ldap-search-internal): Discard stderr output.
2619
2620 2011-01-15 Eli Zaretskii <eliz@gnu.org>
2621
2622 * files.el (directory-abbrev-alist): Doc fix. (Bug#7777)
2623
2624 2011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2625
2626 * vc-bzr.el (vc-bzr-annotate-time): Tweak previous change.
2627
2628 2011-01-15 Kenichi Handa <handa@m17n.org>
2629
2630 * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
2631 part as a plain text.
2632 (rmail-mime-process-multipart): Set the default content-type to
2633 nil for unknown multipart subtypes (bug#7651).
2634
2635 2011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2636
2637 * hexl.el (hexl-mode-old-*): Remove.
2638 (hexl-mode--old-var-vals): New var to replace them.
2639 (hexl-mode--minor-mode-p, hexl-mode--setq-local): New funs.
2640 (hexl-mode, hexl-follow-line, hexl-activate-ruler):
2641 Use them to set local vars (bug#7846).
2642 (hexl-mode-exit): Use hexl-mode--old-var-vals to restore state.
2643 (hexl-backward-short, hexl-backward-word, hexl-scroll-down)
2644 (hexl-scroll-up, hexl-end-of-1k-page, hexl-end-of-512b-page): Simplify.
2645
2646 * vc/smerge-mode.el: Resolve comment conflicts more aggressively.
2647 (smerge-resolve--normalize-re): New var.
2648 (smerge-resolve--extract-comment, smerge-resolve--normalize): New funs.
2649 (smerge-resolve): Use them.
2650 * newcomment.el (comment-only-p): New function.
2651 (comment-or-uncomment-region): Use it.
2652
2653 2011-01-14 Brent Goodrick <bgoodr@gmail.com> (tiny change)
2654
2655 * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
2656 table, get the value before switching to the output buffer. (Bug#7733)
2657
2658 2011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2659
2660 * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
2661
2662 2011-01-14 Kim F. Storm <storm@cua.dk>
2663
2664 * emulation/cua-base.el (cua--init-keymaps):
2665 Remap exchange-point-and-mark in cua-global-keymap.
2666
2667 2011-01-14 Tassilo Horn <tassilo@member.fsf.org>
2668
2669 * progmodes/sh-script.el (sh-other-keywords): Add ZSH's foreach
2670 loop keyword.
2671
2672 2011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2673
2674 * emacs-lisp/easymenu.el: Add :enable (bug#7754), and obey :label.
2675 Require CL.
2676 (easy-menu-create-menu, easy-menu-convert-item-1):
2677 Use :label rather than nil for labels. Use `case'.
2678 Add :enable as alias for :active.
2679 (easy-menu-binding): Obey :label.
2680
2681 2011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2682
2683 Use run-mode-hooks for major mode hooks (bug#513).
2684 * textmodes/reftex-toc.el (reftex-toc-mode-map):
2685 Rename from reftex-toc-map.
2686 (reftex-toc-mode): Use define-derived-mode.
2687 * textmodes/reftex-sel.el (reftex-select-shared-map): New map.
2688 (reftex-select-label-mode-map, reftex-select-bib-mode-map):
2689 Rename from reftex-select-(label|bib)-map. Move init into declaration.
2690 (reftex-select-label-mode, reftex-select-bib-mode):
2691 Use define-derived-mode.
2692 * textmodes/reftex-index.el (reftex-index-phrases-mode-map)
2693 (reftex-index-mode-map): Rename from reftex-index(-phrases)-map.
2694 Move init into delcaration.
2695 (reftex-index-mode, reftex-index-phrases-mode):
2696 Use define-derived-mode.
2697 * speedbar.el (speedbar-mode-syntax-table): Renaqme from
2698 speedbar-syntax-table. Move init into declaration.
2699 (speedbar-mode-map): Rename from speedbar-key-map.
2700 Move init into declaration.
2701 (speedbar-file-key-map): Move init into declaration.
2702 (speedbar-mode): Use define-derived-mode.
2703 * recentf.el (recentf-mode): Don't run hook (or message) redundantly.
2704 * net/rcirc.el (rcirc-mode): Use run-mode-hooks.
2705 * emacs-lisp/chart.el (chart-mode-map): Rename from chart-map.
2706 (chart-face-list): Move initialization into declaration.
2707 (chart-mode): Use define-derived-mode.
2708 * calculator.el (calculator-mode-map): Move init into declaration.
2709 (calculator-mode): Use define-derived-mode.
2710
2711 * mail/mail-utils.el (mail-strip-quoted-names): Make the regexp code
2712 work for nested comments.
2713
2714 * progmodes/prolog.el: Use syntax-propertize. Further code cleanup.
2715 (prolog-use-prolog-tokenizer-flag): Change default when
2716 syntax-propertize can be used.
2717 (prolog-syntax-propertize-function): New var.
2718 (prolog-mode-variables): Move make-local-variable into `set'.
2719 Don't make comment-column local since we don't set it.
2720 Set comment-add (as it was in previous prolog.el). Use dolist.
2721 Set syntax-propertize-function.
2722 (prolog-mode, prolog-inferior-mode):
2723 Call prolog(-inferior)-menu directly, not through the mode-hook.
2724 (prolog-buffer-module, prolog-indent-level)
2725 (prolog-paren-is-the-first-on-line-p, prolog-paren-balance)
2726 (prolog-comment-limits, prolog-goto-comment-column):
2727 Use line-(end|beginning)-position.
2728 (prolog-build-prolog-command): Tighten up regexp.
2729 (prolog-consult-compile): Move make-local-variable into `set'.
2730 (prolog-consult-compile-filter, prolog-goto-next-paren)
2731 (prolog-help-on-predicate, prolog-clause-info)
2732 (prolog-mark-predicate): Don't let+setq.
2733 (prolog-indent-line): Use indent-line-to.
2734 Only call prolog-goto-comment-column if necessary.
2735 (prolog-indent-level): Use bobp.
2736 (prolog-first-pos-on-line): Remove, not used any more.
2737 (prolog-in-string-or-comment): Use syntax-ppss if available.
2738 (prolog-help-on-predicate): Use read-string.
2739 (prolog-goto-predicate-info): Simplify.
2740 (prolog-read-predicate): Use `default' rather than `initial'.
2741 (prolog-temporary-file): Use make-temp-file to close a security hole.
2742 (prolog-toggle-sicstus-sd): New command.
2743 (prolog-electric-underscore, prolog-variables-to-anonymous):
2744 Use dynamic-scoping as it was meant.
2745 (prolog-menu): Move menu definitions to top-level.
2746 Use a toggle-button for Sicstus's source debugger.
2747 Change "Code" to the more usual "Prolog", and hence change "Prolog"
2748 to "System".
2749 (prolog-inferior-menu): Reuse prolog-menu's help menu.
2750 Move other menu definition to top-level.
2751
2752 2011-01-13 Tassilo Horn <tassilo@member.fsf.org>
2753
2754 * doc-view.el (doc-view-open-text): Use meaningful text buffer
2755 name. Keep original document's directory as default-directory
2756 (bug#6446).
2757 (doc-view-initiate-display): Fall back to normal mode when
2758 doc-view-mode cannot be enabled, also when extracting the document
2759 text into a separate buffer (bug#6446).
2760
2761 * simple.el (shell-command): Don't error out if shell command
2762 buffer contains text with non-nil read-only property when erasing
2763 the buffer.
2764
2765 2011-01-13 Kim F. Storm <storm@cua.dk>
2766
2767 * ido.el (ido-may-cache-directory): Move "too-big" check later.
2768 (ido-next-match, ido-prev-match): Fix stray reordering of matching
2769 items when cycling through the matches.
2770
2771 2011-01-13 Tassilo Horn <tassilo@member.fsf.org>
2772
2773 * dired-x.el (dired-omit-verbose): New defcustom that allows
2774 disabling the omit messages.
2775 (dired-omit-expunge): Use it.
2776
2777 2011-01-13 Christian Ohler <ohler@gnu.org>
2778
2779 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: New files.
2780
2781 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
2782
2783 * font-lock.el (font-lock-verbose): Default to nil.
2784
2785 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
2786
2787 * simple.el (sendmail-user-agent-compose): Move to sendmail.el.
2788 (compose-mail): New arg RETURN-ACTION.
2789 (compose-mail-other-window, compose-mail-other-frame): Likewise.
2790
2791 * mail/sendmail.el (mail-return-action): New var.
2792 (mail-mode): Make it buffer-local.
2793 (mail-bury): Obey it. Move special Rmail window handling to
2794 rmail-mail-return.
2795 (mail, mail-setup): New arg RETURN-ACTION.
2796 (sendmail-user-agent-compose): Move from simple.el.
2797
2798 * mail/rmail.el (rmail-mail-return): New function.
2799 (rmail-start-mail): Pass it to compose-mail.
2800
2801 2011-01-12 Chong Yidong <cyd@stupidchicken.com>
2802
2803 * menu-bar.el (menu-bar-custom-menu): Tweak Mule and Customize
2804 menus. Add menu item for customize-themes.
2805
2806 * cus-theme.el (customize-themes):
2807 * emacs-lisp/package.el (package--list-packages):
2808 Use switch-to-buffer.
2809
2810 2011-01-11 Johan Bockgård <bojohan@gnu.org>
2811
2812 * emacs-lisp/unsafep.el (unsafep): Handle backquoted forms.
2813
2814 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2815
2816 * progmodes/prolog.el: Fix up coding convention and such.
2817 (prolog-indent-width): Use the same default as in
2818 previous prolog.el rather than tab-width which depends on which buffer
2819 is current when the file is loaded.
2820 (prolog-electric-newline-flag): Only enable if electric-indent-mode
2821 is not available.
2822 (prolog-emacs): Remove. Use (featurep 'xemacs) instead.
2823 (prolog-known-systems): Remove.
2824 (prolog-mode-syntax-table, prolog-inferior-mode-map):
2825 Move initialization into declaration.
2826 (prolog-mode-map): Move initialization into declaration.
2827 Remove system-specific mode-map vars, since they referred to the same
2828 keymap anyway.
2829 (prolog-mode-variables): Obey the user's preference w.r.t
2830 adaptive-fill-mode. Prefer symbol-value to `eval'.
2831 (prolog-mode-keybindings-edit): Add compatibility bindings.
2832 (prolog-mode): Use define-derived-mode. Don't handle mercury here.
2833 (mercury-mode-map): New var.
2834 (mercury-mode, prolog-inferior-mode): Use define-derived-mode.
2835 (prolog-ensure-process, prolog-process-insert-string)
2836 (prolog-consult-compile): Use with-current-buffer.
2837 (prolog-guess-fill-prefix): Simplify data flow.
2838 (prolog-replace-in-string): New function to use instead of
2839 replace-in-string.
2840 (prolog-enable-sicstus-sd): Don't abuse `eval'.
2841 (prolog-uncomment-region): Use `uncomment-region' when available.
2842 (prolog-electric-colon, prolog-electric-dash): Use `eolp'.
2843 (prolog-int-to-char, prolog-char-to-int): New functions to use instead
2844 of int-to-char and char-to-int.
2845 (prolog-mode-hook, prolog-inferior-mode-hook): Don't force font-lock.
2846
2847 2011-01-11 Stefan Bruda <stefan@bruda.ca>
2848
2849 * progmodes/prolog.el: Replace by a whole new file.
2850
2851 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2852
2853 * subr.el (eval-after-load): Fix timing for features (bug#7769).
2854 (declare-function, undefined, insert-for-yank)
2855 (replace-regexp-in-string): Follow checkdoc's recommendations.
2856
2857 2011-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2858
2859 * calendar/diary-lib.el (diary-mode): Refresh *Calendar* after
2860 refreshing the diary buffer.
2861
2862 2011-01-10 Ken Manheimer <ken.manheimer@gmail.com>
2863
2864 * allout.el: Add 2011 to the file copyright.
2865 (allout-encrypt-string): Prevent encryption from adding an extra
2866 newline at the end of the topic body.
2867 (allout-version): Increment to 2.3.
2868
2869 2011-01-10 Michael Albinus <michael.albinus@gmx.de>
2870
2871 * net/dbus.el (dbus-unregister-service): Complete doc.
2872 Fix call of dbus-error signal.
2873 (dbus-register-property): Use `dont-register' keyword.
2874
2875 2011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
2876
2877 * net/dbus.el (dbus-unregister-service): Translate returned
2878 integer into a symbol.
2879 (dbus-register-property): Use `dbus-register-service' to do the
2880 name registration.
2881
2882 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
2883
2884 * progmodes/idlw-help.el (idlwave-help-link): Inherit from link face.
2885 Suggested by Joakim Verona.
2886
2887 * comint.el (comint-highlight-prompt): Inherit minibuffer-prompt.
2888
2889 * wid-edit.el (visibility): Replace :on-image and :off-image
2890 widget properties with :on-glyph and :off-glyph, for consistency
2891 with the `visibility' widget.
2892 (widget-toggle-value-create, widget-visibility-value-create):
2893 Merge into a single function `widget-toggle-value-create'.
2894
2895 * cus-edit.el (custom-variable-value-create, custom-visibility)
2896 (custom-face-edit-value-create, custom-face-value-create):
2897 Replace :on-image and :off-image widget properties with :on-glyph and
2898 :off-glyph, for consistency with the `visibility' widget.
2899
2900 2011-01-09 Andreas Schwab <schwab@linux-m68k.org>
2901
2902 * net/ldap.el (ldap-search-internal): Don't use eval.
2903
2904 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
2905
2906 * subr.el (read-char-choice): Use read-key.
2907
2908 * custom.el (custom-safe-themes): Rename from
2909 custom-safe-theme-files. Add :risky tag.
2910 (load-theme, custom-theme-load-confirm): Save sha1 hashes to
2911 custom-safe-themes, not filenames. Suggested by Stefan Monnier.
2912
2913 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
2914
2915 * tool-bar.el (tool-bar-setup): Remove Help button. Remove label
2916 from Search and add a label to Undo.
2917
2918 * vc/vc-dir.el (vc-dir-tool-bar-map): Rearrange, removing
2919 inappropriate buttons and adding :vert-only tags.
2920
2921 * progmodes/compile.el (compilation-mode-tool-bar-map): Adjust to
2922 removal of Help tool-bar button. Remove Undo button for space.
2923
2924 * info.el (info-tool-bar-map): Add :vert-only tags.
2925
2926 2011-01-08 Tassilo Horn <tassilo@member.fsf.org>
2927
2928 * doc-view.el (doc-view-mode-p): Check for png or imagemagick
2929 image backend support. Either of them is fine.
2930
2931 2011-01-08 Chong Yidong <cyd@stupidchicken.com>
2932
2933 * subr.el (y-or-n-p): Doc fix.
2934
2935 * custom.el (custom-safe-theme-files): New defcustom.
2936 (custom-theme-load-confirm): New function.
2937 (load-theme): Load theme using `load', confirming with
2938 custom-theme-load-confirm if necessary.
2939
2940 * subr.el (read-char-choice): New function, factored out from
2941 dired-query and hack-local-variables-confirm.
2942
2943 * dired-aux.el (dired-query):
2944 * files.el (hack-local-variables-confirm): Use it.
2945
2946 * dired-aux.el (dired-compress-file):
2947 * files.el (abort-if-file-too-large, find-alternate-file)
2948 (set-visited-file-name, write-file, backup-buffer)
2949 (basic-save-buffer, basic-save-buffer-2, save-some-buffers)
2950 (delete-directory, revert-buffer, recover-file, kill-buffer-ask):
2951 Use new format string args for y-or-n-p and yes-or-no-p.
2952
2953 2011-01-08 Andreas Schwab <schwab@linux-m68k.org>
2954
2955 * progmodes/compile.el (compilation-error-regexp-alist-alist)
2956 [gcc-include]: Tighten file name match, add match for column
2957 number. (Bug#7806)
2958 [gnu]: Remove unused group.
2959
2960 2011-01-08 Glenn Morris <rgm@gnu.org>
2961
2962 * makefile.w32-in (EMACSOPT): Add --no-site-lisp.
2963
2964 * makefile.w32-in (EMACSOPT): -batch implies --no-init-file.
2965
2966 2011-01-07 Sam Steingold <sds@gnu.org>
2967
2968 * w32-fns.el (w32-shell-name): Use `shell-file-name' instead of
2969 the `explicit-shell-file-name' because that is the
2970 non-interactive shell.
2971
2972 2011-01-07 Chong Yidong <cyd@stupidchicken.com>
2973
2974 * subr.el (y-or-n-p): Accept format string args.
2975
2976 2011-01-07 Glenn Morris <rgm@gnu.org>
2977
2978 * Makefile.in (EMACSOPT): Add --no-site-lisp.
2979
2980 2011-01-06 Ken Manheimer <ken.manheimer@gmail.com>
2981
2982 * allout.el (allout-back-to-current-heading): Ensure return to
2983 the visible containing topic, rather than a collapsed one.
2984 (allout-view-change-hook): Remove hook that was deprecated long ago.
2985 (allout-exposure-change-hook): Remove documentation remarks
2986 concerning removed allout-view-change-hook.
2987 (allout-flag-region): Remove invocation of and documentation
2988 remarks concerning allout-view-change-hook.
2989
2990 2011-01-06 Glenn Morris <rgm@gnu.org>
2991
2992 * vc/vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time)
2993 (vc-bzr-annotate-extract-revision-at-line):
2994 Handle authors with embedded spaces. (Bug#7792)
2995
2996 2011-01-05 Tassilo Horn <tassilo@member.fsf.org>
2997
2998 * doc-view.el (doc-view-image-width): New variable.
2999 (doc-view-enlarge, doc-view-insert-image): Prefer imagemagick
3000 backend for PNG images, and do dynamic rescaling instead of
3001 reconverting the whole doc.
3002
3003 2011-01-05 Glenn Morris <rgm@gnu.org>
3004
3005 * emacs-lisp/rx.el (rx-repeat): Replace CL function.
3006
3007 2011-01-04 Ken Manheimer <ken.manheimer@gmail.com>
3008
3009 * allout.el: Reconcile with changes in line movement behavior for
3010 long text lines that cross more than a single physical window
3011 line, ie when truncate-lines is nil.
3012 (allout-next-visible-heading): Provide for change in line-move
3013 behavior on long lines when truncate-lines is nil. In that case,
3014 line-move can wind up on the same textual line when it moves to
3015 the next window line, and moving to the bullet position after the
3016 move yields zero advancement. Add logic to detect and compensate
3017 for the lack of progress.
3018 (allout-current-topic-collapsed-p): move-end-of-line respect for
3019 field boundaries is different when operating with body lines
3020 shorter than window width versus ones greater than window width,
3021 which can yield false negatives in this function. Avoid
3022 difference by applying move-end-of-line while field-text-motion is
3023 inhibited.
3024
3025 2011-01-04 Glenn Morris <rgm@gnu.org>
3026
3027 * textmodes/rst.el (rst-compile-toolsets):
3028 Add pdf and s5 to option alist.
3029
3030 2011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
3031
3032 * net/dbus.el (dbus-register-property): Add optional parameter
3033 dont-register-service. Updated docstring accordingly.
3034
3035 2011-01-04 Andreas Schwab <schwab@linux-m68k.org>
3036
3037 * textmodes/rst.el (rst-compile-pdf-preview)
3038 (rst-compile-slides-preview): Remove extra line.
3039
3040 2011-01-04 Glenn Morris <rgm@gnu.org>
3041
3042 * textmodes/rst.el (rst-compile-toolsets): Make it a defcustom.
3043 Add `pdf' and `s5' entries. Use `prog.py' if found, otherwise
3044 default to `prog' without a .py extension.
3045 (rst-compile-pdf-preview, rst-compile-slides-preview):
3046 Use program names from rst-compile-toolsets, rather than hard-coding.
3047 (rst-portable-mark-active-p): Fix presumed typo.
3048
3049 2011-01-02 Eli Zaretskii <eliz@gnu.org>
3050
3051 * term/w32-win.el (dynamic-library-alist): Set up correctly for
3052 libpng versions both before and after 1.4.0. (Bug#7716)
3053
3054 2011-01-02 Eli Zaretskii <eliz@gnu.org>
3055
3056 * time.el (display-time-mode): Mention display-time-interval in
3057 the doc string. (Bug#7713)
3058
3059 2011-01-02 Kenichi Handa <handa@m17n.org>
3060
3061 * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
3062 condition-case and return an error message string if something
3063 goes wrong.
3064 (rmail-show-mime): Adjust for the above change. Insert the
3065 header by rmail-mime-insert-header.
3066
3067 2011-01-02 Kenichi Handa <handa@m17n.org>
3068
3069 * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
3070 rmail-mime-previous-item, and rmail-mime-toggle-hidden.
3071 (rmail-mime-mbox-buffer)
3072 (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
3073 (rmail-mime-entity): Argument changed. All codes handling an
3074 entity object are changed.
3075 (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
3076 the above change.
3077 (rmail-mime-entity-children, rmail-mime-entity-handler)
3078 (rmail-mime-entity-tagline): New functions.
3079 (rmail-mime-message-p): New function.
3080 (rmail-mime-save): Bind rmail-mime-mbox-buffer.
3081 (rmail-mime-entity-segment, rmail-mime-next-item)
3082 (rmail-mime-previous-item, rmail-mime-shown-mode)
3083 (rmail-mime-hidden-mode, rmail-mime-raw-mode)
3084 (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
3085 (rmail-mime-insert-tagline, rmail-mime-insert-header):
3086 New functions.
3087 (rmail-mime-text-handler): Call rmail-mime-insert-text.
3088 (rmail-mime-insert-decoded-text): New function.
3089 (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
3090 (rmail-mime-insert-image): Argument changed. Caller changed.
3091 (rmail-mime-image): Call rmail-mime-toggle-hidden.
3092 (rmail-mime-set-bulk-data): New function.
3093 (rmail-mime-insert-bulk): Argument changed.
3094 (rmail-mime-multipart-handler): Return t.
3095 (rmail-mime-process-multipart): Argument changed.
3096 Handle "multipart/alternative" here.
3097 (rmail-mime-process): Argument changed.
3098 (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
3099 (rmail-mime-insert): Argument changed. Handle raw display mode.
3100 (rmail-mime): Argument changed. Handle toggling of raw display
3101 mode.
3102 (rmail-show-mime): Bind rmail-mime-mbox-buffer and
3103 rmail-mime-view-buffer.
3104 (rmail-insert-mime-forwarded-message): Likewise.
3105 (rmail-search-mime-message): Likewise. Don't bind rmail-buffer.
3106
3107 * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
3108 non-nil, handle the header in rmail-show-mime-function.
3109
3110 2011-01-02 Leo <sdl.web@gmail.com>
3111
3112 * help-fns.el (describe-variable): Fix previous change.
3113
3114 2011-01-02 Juri Linkov <juri@jurta.org>
3115
3116 * isearch.el (isearch-lazy-highlight-error): New variable.
3117 (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
3118 `isearch-lazy-highlight-error'. Set `isearch-lazy-highlight-error'
3119 to the current value of `isearch-error' (Bug#7468).
3120
3121 2011-01-02 Chong Yidong <cyd@stupidchicken.com>
3122
3123 * help-fns.el (describe-variable): Don't emit trailing whitespace
3124 (Bug#7511).
3125
3126 2011-01-02 Chong Yidong <cyd@stupidchicken.com>
3127
3128 * textmodes/rst.el (rst-compile-pdf-preview)
3129 (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
3130
3131 2011-01-02 Kevin Gallagher <Kevin.Gallagher@boeing.com>
3132
3133 * emulation/edt-mapper.el: Override mapping of function keys so
3134 that the later call to read-key-sequence works.
3135
3136 2011-01-02 Eli Zaretskii <eliz@gnu.org>
3137
3138 * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
3139 Unix EOLs. (Bug#7589)
3140
3141 2011-01-02 Leo <sdl.web@gmail.com>
3142
3143 * eshell/em-hist.el (eshell-previous-matching-input): Signal error
3144 if point is not behind eshell-last-output-end (Bug#7585).
3145
3146 2011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
3147
3148 * files.el (file-local-variables-alist):
3149 Make permanent-local (bug#7767).
3150
3151 2011-01-02 Glenn Morris <rgm@gnu.org>
3152
3153 * version.el (emacs-copyright): Set short copyright year to 2011.
3154
3155 2011-01-02 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
3156
3157 * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
3158 an existing temp buffer. (Bug#7746)
3159
3160 2011-01-02 Glenn Morris <rgm@gnu.org>
3161
3162 * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
3163 multiple addresses. (Bug#7760)
3164
3165 2011-01-01 Ken Manheimer <ken.manheimer@gmail.com>
3166
3167 * allout.el (allout-auto-fill): Do not infinitely recurse - use
3168 do-auto-fill if everything points back to allout-auto-fill.
3169 (allout-mode-deactivate-hook): Declare obsolete, in favor of
3170 standard-formed minor-mode deactivate hook, allout-mode-off-hook.
3171
3172 2010-12-31 Michael Albinus <michael.albinus@gmx.de>
3173
3174 * net/tramp-sh.el (tramp-methods): Add recursive options to "scpc"
3175 and "scpx".
3176
3177 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3178
3179 * doc-view.el (doc-view-set-doc-type): New function refactored
3180 from doc-view-mode.
3181 (doc-view-fallback-mode): New function.
3182 (doc-view-mode): Use it.
3183 (doc-view-mode-maybe): New function that checks if doc-view-mode
3184 can be used and falls back to the next best mode otherwise.
3185
3186 * files.el (auto-mode-alist): Use doc-view-mode-maybe for PDF,
3187 DVI, OpenDocument, and MS Office files.
3188
3189 2010-12-30 Andreas Schwab <schwab@linux-m68k.org>
3190
3191 * emacs-lisp/rx.el (rx-syntax): Fix typo.
3192
3193 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3194
3195 * doc-view.el (doc-view-toggle-display): Perform rassq-delete-all
3196 on a copy of auto-mode-alist, because that deletes with side
3197 effects.
3198
3199 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3200
3201 * doc-view.el (doc-view-mode, doc-view-toggle-display):
3202 Use normal-mode without doc-view-mode bindings in auto-mode-alist as
3203 fallback instead of hard coding fundamental mode.
3204
3205 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3206
3207 * doc-view.el (doc-view-doc->txt): Handle OpenDocument (or MS
3208 Office) files also for searching.
3209
3210 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3211
3212 * doc-view.el: Implement viewing of OpenDocument (and Microsoft
3213 Office) files. Not yet enabled via auto-mode-list.
3214 (doc-view-unoconv-program): New custom variable.
3215 (doc-view-mode-p): Handle new odf document type.
3216 (doc-view-odf->pdf): New conversion function.
3217 (doc-view-convert-current-doc): Call it for odf files.
3218 (doc-view-mode): Recognize newly supported file extensions.
3219
3220 2010-12-30 Michael Albinus <michael.albinus@gmx.de>
3221
3222 * net/tramp.el (tramp-default-method-alist)
3223 (tramp-default-user-alist)
3224 (tramp-local-host-regexp, tramp-prefix-domain-format)
3225 (tramp-prefix-domain-regexp): Set tramp-autoload cookie.
3226
3227 * net/tramp-ftp.el:
3228 * net/tramp-gvfs.el:
3229 * net/tramp-gw.el:
3230 * net/tramp-imap.el:
3231 * net/tramp-sh.el:
3232 * net/tramp-smb.el: Add tramp-autoload cookie for initialisation
3233 code of `tramp-default-method-alist' and `tramp-default-user-alist'.
3234
3235 2010-12-29 Karl Fogel <kfogel@red-bean.com>
3236
3237 * saveplace.el (save-place-alist-to-file): Save list sorted and
3238 pretty-printed, so that it is mergeable by line-based text merging,
3239 as suggested by Iain Dalton <iain.dalton {_AT_} gmail.com>.
3240
3241 2010-12-28 Ken Manheimer <ken.manheimer@gmail.com>
3242
3243 * allout.el (allout-v18/19-file-var-hack): Obsolete, remove.
3244 (allout-mode): Argument "toggle" => "force".
3245 Refine the docstring.
3246 Remove special provisions for reactivation, besides the 'force'
3247 argument.
3248 Consolidate layout provisions coce directly into the activation
3249 condition branch, now that we've removed those provisions.
3250 (allout-unload-function): Explicitly activate the mode before
3251 deactivating, if it's initially deactivated.
3252 (allout-set-buffer-multibyte): Properly prevent byte-compiler
3253 warnings for version of function used only where
3254 set-buffer-multibyte is unavailable.
3255
3256 2010-12-28 Chong Yidong <cyd@stupidchicken.com>
3257
3258 * tool-bar.el (tool-bar-setup): Remove :enable conditions, which
3259 are handled by the menu-bar entries. As before, don't use
3260 :visibile to avoid changing the tool-bar.
3261
3262 2010-12-27 Michael Albinus <michael.albinus@gmx.de>
3263
3264 * net/secrets.el (secrets-delete-alias): New defun.
3265
3266 2010-12-27 Michael Albinus <michael.albinus@gmx.de>
3267
3268 * net/tramp.el (tramp-default-user-alist): Do not add "ssh" based
3269 methods, otherwise ~/.ssh/config would be ignored.
3270
3271 2010-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
3272
3273 * emacs-lisp/rx.el: Make it a superset of sregex.
3274 (rx-constituents): Add `any => "."', mark `repeat' as taking any number
3275 of args, add `regex' alias.
3276 (rx-info): Add arg to distinguish head and standalone forms.
3277 (rx-check, rx-form): Pass the corresponding arg.
3278 (rx-**): Simplify.
3279 (rx-repeat): Make it work for any number of args.
3280 (rx-syntax): Make it accept syntax chars as is.
3281 * obsolete/sregex.el: Move from emacs-lisp/.
3282 * emacs-lisp/re-builder.el: Remove sregex support.
3283 * emacs-lisp/edebug.el (sregexq, rx): Remove redundant defs.
3284
3285 2010-12-25 Eli Zaretskii <eliz@gnu.org>
3286
3287 * mouse.el (mouse-yank-primary): On MS-Windows, try the (emulated)
3288 PRIMARY first, then the clipboard. (Bug#7699)
3289
3290 2010-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
3291
3292 * emacs-lisp/bytecomp.el (byte-compile-output-docform): Fix up use of
3293 print-number-table.
3294
3295 2010-12-21 Chong Yidong <cyd@stupidchicken.com>
3296
3297 * help-fns.el (find-lisp-object-file-name): Locate .emacs from
3298 .emacs.elc (Bug#7530).
3299
3300 * wid-edit.el (widget-image-find): Remove bogus :ascent spec from
3301 image spec (Bug#7480).
3302
3303 2010-12-21 Daiki Ueno <ueno@unixuser.org>
3304
3305 * obsolete/pgg-parse.el, obsolete/pgg-pgp5.el, obsolete/pgg-pgp.el,
3306 * obsolete/pgg-gpg.el, obsolete/pgg-def.el, obsolete/pgg.el:
3307 Move from lisp/.
3308
3309 2010-12-20 Leo <sdl.web@gmail.com>
3310
3311 * dnd.el (dnd-get-local-file-name): Unhex of file name shall
3312 always be performed (Bug#7680).
3313
3314 2010-12-20 Chong Yidong <cyd@stupidchicken.com>
3315
3316 * menu-bar.el (menu-bar-kill-ring-save): Make obsolete.
3317 (menu-bar-edit-menu): Bind "Copy" to kill-ring-save. Don't use
3318 mouse-region-match.
3319
3320 * color.el: Move from gnus/.
3321
3322 * vc/diff.el (diff-better-file-name): Function deleted.
3323 abbreviating file names causes problems with shell-quote-argument.
3324 (diff-no-select): Just use expand-file-name.
3325
3326 * tool-bar.el (tool-bar--image-expression): New function.
3327 (tool-bar-local-item, tool-bar--image-exp): Use it.
3328 (tool-bar-setup): Initialize tool-bar-separator-image-expression.
3329 Use :enable instead of :visible to avoid changing the tool-bar
3330 configuration unnecessarily.
3331
3332 * info.el (info-tool-bar-map): Add separators.
3333
3334 2010-12-17 Ken Brown <kbrown@cornell.edu>
3335
3336 * loadup.el: Use version numbers in Cygwin build.
3337
3338 2010-12-17 Ryan Twitchell <metatheorem@gmail.com> (tiny change)
3339
3340 * ido.el (ido-file-internal): Ask for confirmation before
3341 overwriting an existing file (Bug#1238).
3342
3343 2010-12-16 Chong Yidong <cyd@stupidchicken.com>
3344
3345 * tool-bar.el (tool-bar-setup): Add separators.
3346
3347 * menu-bar.el (featurep): Use menu-bar-separator.
3348
3349 2010-12-16 Ken Manheimer <ken.manheimer@gmail.com>
3350
3351 Migrate allout encryption provisions from pgg to epg.
3352
3353 * allout.el (allout-toggle-current-subtree-encryption)
3354 (allout-toggle-subtree-encryption): Adjust docstrings to reflect
3355 defaulting policy and other changes. Change fetch-pass to keymode-cue,
3356 for simpler universal argument interpretation.
3357 (allout-toggle-subtree-encryption): Adjust docstring to describe
3358 changed encryption provisions. Change fetch-pass to keymode-cue, for
3359 simpler universal argument interpretation. Remove provisions for
3360 handling key type and identity - they'll all be within
3361 allout-encrypt-string or epg/epg or even contained all the way in gpg.
3362 (allout-encrypt-string): Include keymode-cue, for optionally prompting
3363 for keypair recipients (universal argument > 1) and, in addition,
3364 associating the specified recipients with the outline (universal
3365 argument > 4) using a file local variable setting for
3366 'epa-file-encrypt-to'.
3367 Require epa, for recipients handling.
3368 Change how regexp filtering elements are named.
3369 Describe the problem with caching of incorrect symmetric-decryption
3370 keys.
3371 Use the epa-passphrase-callback-function, in case the user is using
3372 GnuPG v1.
3373 Support saving of the selected keypair recipients when invoked with a
3374 keymode-cue > 4.
3375 Remove obsolete arguments 'fetch-pass', 'target-cache-id', 'retried'.
3376 Require 'epa.
3377 Establish epg-context with armoring and default epg-protocol.
3378 Remove all passphrase cache, verification, and hinting code.
3379 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling):
3380 No longer used, delete.
3381 (allout-mode): Adjust docstring to describe changed encryption
3382 provisions. Describe the problem with caching of incorrect
3383 symmetric-decryption keys.
3384 (allout-obtain-passphrase, allout-epg-passphrase-callback-function)
3385 (allout-make-passphrase-state, allout-passphrase-state-passphrase)
3386 (allout-encrypted-key-info, allout-update-passphrase-mnemonic-aids)
3387 (allout-get-encryption-passphrase-verifier, allout-verify-passphrase):
3388 Obsolete, remove.
3389
3390 2010-12-16 Daiki Ueno <ueno@unixuser.org>
3391
3392 * epa-file.el (epa-file-select-keys): Accept 'silent to inhibit
3393 key selection prompt; make 'silent as default (Bug#7487).
3394
3395 2010-12-16 Leo <sdl.web@gmail.com>
3396
3397 * eshell/eshell.el (eshell-directory-name):
3398 Use locate-user-emacs-file (Bug#7578).
3399
3400 2010-12-15 Glenn Morris <rgm@gnu.org>
3401
3402 * loadup.el (symbol-file-load-history-loaded): Remove; unused.
3403
3404 2010-12-15 Jari Aalto <jari.aalto@cante.net>
3405 Scott Evans <gse@antisleep.com>
3406
3407 * rect.el (rectange--default-line-number-format)
3408 (rectangle-number-line-callback): New functions.
3409 (rectangle-number-lines): New command, bound to C-x r N (Bug#4382).
3410
3411 2010-12-15 Chong Yidong <cyd@stupidchicken.com>
3412
3413 * rect.el (operate-on-rectangle-lines, string-rectangle-string):
3414 Delete unused variables.
3415 (move-to-column-force): Remove function obsolete since 21.2.
3416
3417 2010-12-14 Michael Albinus <michael.albinus@gmx.de>
3418
3419 * net/tramp.el (tramp-temp-buffer-file-name): Make it permanent-local.
3420 (tramp-handle-insert-file-contents): Do not set permanent-local
3421 property.
3422
3423 * net/tramp-cache.el (tramp-persistency-file-name):
3424 Use `locate-user-emacs-file' if fboundp.
3425
3426 * net/tramp-sh.el (tramp-methods): Add "ksu".
3427 (tramp-default-user-alist): Add "ksu". Use `regexp-opt' for
3428 method list.
3429
3430 2010-12-14 Glenn Morris <rgm@gnu.org>
3431
3432 * progmodes/js.el: Doc't require font-lock, etags, or easymenu.
3433 (find-tag-marker-ring): Declare.
3434 (js-find-symbol): Require etags.
3435
3436 * mail/sendmail.el: Don't require rmail or mailalias when compiling.
3437 Require mail-utils.
3438 (mail-alias-file): Don't autoload. Doc fix.
3439 (mail-bury-selects-summary, mail-send-nonascii): Don't autoload.
3440 (mail-mailer-swallows-blank-line): Default to nil. Doc fix.
3441 Mark as obsolete, and risky.
3442 (mail-setup): Simplify.
3443
3444 * mail/mailalias.el (build-mail-aliases): Make it interactive.
3445 * mail/sendmail.el (build-mail-aliases): Update autoload.
3446
3447 * dired.el (dired-trivial-filenames, dired-chown-program)
3448 (dired-auto-revert-buffer): Remove autoload cookies.
3449 * mail/sendmail.el (mail-recover-1): Require 'dired.
3450
3451 * dired.el (dired-subdir-switches, dired-chown-program)
3452 (dired-use-ls-dired, dired-chmod-program, dired-touch-program):
3453 Make into defcustoms.
3454 (dired-chown-program): Simplify initialization.
3455
3456 * mail/mail-utils.el: No need to require lisp-mode, it's in loadup.
3457
3458 2010-12-13 Romain Francoise <romain@orebokech.com>
3459
3460 * net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.
3461
3462 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3463
3464 * net/netrc.el (netrc-point-at-eol): Remove the unused
3465 netrc-point-at-old and netrc-bound-and-true-p bindings.
3466 (netrc-parse): Cache the netrc contents.
3467
3468 2010-12-13 Eli Zaretskii <eliz@gnu.org>
3469
3470 * subr.el (posn-col-row): Evaluate header-line-format in the
3471 context of the POSITION window's buffer.
3472
3473 2010-12-13 Glenn Morris <rgm@gnu.org>
3474
3475 * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
3476 (with-silent-modifications): Doc fixes.
3477
3478 2010-12-13 Michael Albinus <michael.albinus@gmx.de>
3479
3480 * net/tramp.el (tramp-action-password, tramp-process-actions):
3481 Revert previous from. Use `save-restriction'.
3482
3483 2010-12-13 Stephen Berman <stephen.berman@gmx.net>
3484
3485 * calendar/diary-lib.el (diary-list-sexp-entries):
3486 Handle case of no newline at end of file. (Bug#7536)
3487
3488 2010-12-13 Glenn Morris <rgm@gnu.org>
3489
3490 * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
3491
3492 2010-12-13 Michael Albinus <michael.albinus@gmx.de>
3493
3494 * net/tramp.el (tramp-action-password): Delete region, do not narrow.
3495 (tramp-process-actions): Do not widen.
3496
3497 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3498 Protect buffer-modified value. (Bug#7557)
3499
3500 2010-12-13 Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
3501
3502 * log-edit.el (log-edit-changelog-entries):
3503 Regexp quote filename. (Bug#7505)
3504
3505 2010-12-13 Tom Breton <tehom@panix.com>
3506
3507 * cus-edit.el (custom-save-all):
3508 Bind print-length and print-level to nil. (Bug#7581)
3509
3510 2010-12-13 Glenn Morris <rgm@gnu.org>
3511
3512 * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
3513 Run hooks to update menu contents. (Bug#7586)
3514
3515 * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
3516 file names, for the sake of MS Windows. (Bug#7588)
3517
3518 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
3519
3520 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
3521 empty lines without a leading space.
3522
3523 2010-12-13 Leo <sdl.web@gmail.com>
3524
3525 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
3526 while mapping over marks (Bug#6810).
3527
3528 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
3529
3530 * image-dired.el (image-dired-db-file)
3531 (image-dired-temp-image-file, image-dired-gallery-dir)
3532 (image-dired-temp-rotate-image-file): Set default values relative
3533 to image-dired-dir (Bug#7518).
3534
3535 2010-12-13 Lawrence Mitchell <wence@gmx.li>
3536
3537 * format.el (format-decode-run-method): Pass args FROM and TO, not
3538 point-min and point-max, to shell-command-on-region (Bug#7488).
3539
3540 2010-12-13 Jan Djärv <jan.h.d@swipnet.se>
3541
3542 * frame.el (blink-cursor-mode): Make default t for ns.
3543
3544 2010-12-13 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3545
3546 * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3547
3548 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
3549
3550 * comint.el (comint-dynamic-list-input-ring)
3551 (comint-dynamic-complete-filename)
3552 (comint-replace-by-expanded-filename)
3553 (comint-dynamic-simple-complete)
3554 (comint-dynamic-list-filename-completions)
3555 (comint-dynamic-list-completions): Doc fix (Bug#7499).
3556
3557 * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
3558 Doc fix (Bug#7471).
3559
3560 2010-12-13 Martin Rudalics <rudalics@gmx.at>
3561
3562 * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
3563 (Bug#7533).
3564
3565 2010-12-13 W. Martin Borgert <debacle@debian.org> (tiny change)
3566
3567 * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
3568 (Bug#7491).
3569
3570 2010-12-13 Eli Zaretskii <eliz@gnu.org>
3571
3572 * files.el (file-relative-name): Handle UNC file names on
3573 DOS/Windows. (Bug#4674)
3574
3575 2010-12-13 Daiki Ueno <ueno@unixuser.org>
3576
3577 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
3578 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
3579 (epg-context-set-passphrase-callback): Mention that the callback
3580 is not called when used with GnuPG 2.x.
3581
3582 2010-12-13 Glenn Morris <rgm@gnu.org>
3583
3584 * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
3585 Ensure ps-footer-font-size-internal is initialized.
3586 Call ps-get-page-dimensions before trying to use ps-font-for-text.
3587
3588 2010-12-13 Kenichi Handa <handa@m17n.org>
3589
3590 * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
3591 within condition-case.
3592 (rmail-show-mime): Don't use condition-case.
3593 (rmail-search-mime-message): New function.
3594 (rmail-search-mime-message-function): Set to
3595 rmail-search-mime-message.
3596
3597 2010-12-13 Leo <sdl.web@gmail.com>
3598
3599 * ido.el (ido-common-initialization): New function. (bug#3274)
3600 (ido-mode): Use it.
3601 (ido-completing-read): Call it.
3602
3603 2010-12-12 Karl Fogel <kfogel@red-bean.com>
3604
3605 * bookmark.el (bookmark-name-from-full-record): Rename back to
3606 this original name from `bookmark-name-from-record' reverting part
3607 of 2010-12-08T08:09:27Z!kfogel@red-bean.com / kfogel@red-bean.com-20101208080927-5j9jqnb2xvcw4ogm.
3608 As Drew Adams pointed out, there was no reason to cause churn for
3609 third-party callers. (Bug#7609)
3610
3611 2010-12-12 Alan Mackenzie <acm@muc.de>
3612
3613 * progmodes/cc-engine.el (c-forward-type): Before scanning a
3614 template arglist, check that the current language supports this.
3615
3616 2010-12-11 Glenn Morris <rgm@gnu.org>
3617
3618 * vc/vc-bzr.el (vc-bzr-state-heuristic): Also check that the executable
3619 state of the file matches. (Bug#7544)
3620 (vc-bzr-register, vc-bzr-checkin)
3621 (vc-bzr-annotate-extract-revision-at-line): Doc fixes.
3622 (vc-directory-exclusion-list): Remove unnecessary eval-after-load.
3623
3624 * textmodes/sgml-mode.el (sgml-xml-guess): Add .xhtml extension.
3625
3626 2010-12-11 Karel Klíč <kklic@redhat.com>
3627
3628 * files.el (auto-mode-alist): Use html-mode for *.xhtml. (Bug#7606)
3629
3630 2010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3631
3632 Derive from prog-mode, use derived-mode-p, and fix up various
3633 minor style issues in lisp/progmodes.
3634
3635 * progmodes/vhdl-mode.el (vhdl-mode):
3636 * progmodes/verilog-mode.el (verilog-mode):
3637 * progmodes/vera-mode.el (vera-mode):
3638 * progmodes/sql.el (sql-mode):
3639 * progmodes/scheme.el (scheme-mode):
3640 * progmodes/perl-mode.el (perl-mode):
3641 * progmodes/octave-inf.el (inferior-octave-mode):
3642 * progmodes/autoconf.el (autoconf-mode):
3643 * progmodes/m4-mode.el (m4-mode):
3644 * progmodes/inf-lisp.el (inferior-lisp-mode):
3645 * progmodes/idlwave.el (idlwave-mode):
3646 * progmodes/icon.el (icon-mode):
3647 * progmodes/idlw-help.el (idlwave-help-mode):
3648 * progmodes/dcl-mode.el (dcl-mode):
3649 * progmodes/idlw-shell.el (idlwave-shell-mode):
3650 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-electric-list-mode)
3651 (ebrowse-member-mode, ebrowse-electric-position-mode):
3652 Use define-derived-mode.
3653
3654 * progmodes/xscheme.el (exit-scheme-interaction-mode)
3655 (xscheme-enter-interaction-mode, xscheme-enter-debugger-mode)
3656 (xscheme-debugger-mode-p, xscheme-send-string-1):
3657 * progmodes/tcl.el (inferior-tcl-proc, tcl-current-word)
3658 (tcl-load-file, tcl-restart-with-file):
3659 * progmodes/ps-mode.el (ps-run-running):
3660 * progmodes/gdb-mi.el (gud-watch, gdb-mouse-set-clear-breakpoint):
3661 * progmodes/js.el (js--get-all-known-symbols):
3662 * progmodes/inf-lisp.el (inferior-lisp-proc):
3663 * progmodes/idlwave.el (idlwave-beginning-of-statement)
3664 (idlwave-template, idlwave-update-buffer-routine-info)
3665 (idlwave-update-current-buffer-info)
3666 (idlwave-get-routine-info-from-buffers, idlwave-choose)
3667 (idlwave-scan-class-info, idlwave-fix-keywords)
3668 (idlwave-list-buffer-load-path-shadows):
3669 * progmodes/idlw-toolbar.el (idlwave-toolbar, idlwave-toolbar-add)
3670 (idlwave-toolbar-remove):
3671 * progmodes/idlw-shell.el (idlwave-shell-save-and-action)
3672 (idlwave-shell-file-name, idlwave-shell-electric-debug-all-off)
3673 (idlwave-shell-menu-def):
3674 * progmodes/idlw-complete-structtag.el
3675 (idlwave-prepare-structure-tag-completion):
3676 * progmodes/gud.el (gud-set-buffer):
3677 * progmodes/f90.el (f90-backslash-not-special):
3678 * progmodes/delphi.el (delphi-find-unit): Use derived-mode-p.
3679
3680 * progmodes/xscheme.el (xscheme-start)
3681 (local-set-scheme-interaction-buffer, scheme-interaction-mode):
3682 * progmodes/which-func.el (which-function):
3683 * progmodes/vhdl-mode.el (vhdl-set-style):
3684 * progmodes/verilog-mode.el (verilog-set-compile-command)
3685 (verilog-modify-compile-command, verilog-error-regexp-add-xemacs)
3686 (verilog-set-define, verilog-auto-reeval-locals):
3687 * progmodes/sql.el (sql-product-font-lock, sql-interactive-mode):
3688 * progmodes/simula.el (simula-mode):
3689 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
3690 * progmodes/python.el (python-check, python-mode):
3691 * progmodes/prolog.el (prolog-mode-variables):
3692 * progmodes/gud.el (gud-tooltip-activate-mouse-motions):
3693 * progmodes/ebrowse.el (ebrowse-view-file-other-frame):
3694 * progmodes/delphi.el (delphi-mode):
3695 * progmodes/cc-styles.el (c-setup-paragraph-variables):
3696 * progmodes/cc-mode.el (c-basic-common-init, c-common-init)
3697 (c-font-lock-init): Move make-local-variable to their setq.
3698
3699 * progmodes/vhdl-mode.el (vhdl-write-file-hooks-init)
3700 (vhdl-hs-minor-mode, vhdl-ps-print-init): Fix make-local-variable ->
3701 make-local-hook.
3702 * progmodes/sh-script.el (sh-require-final-newline): Remove.
3703 (sh-set-shell): Don't set require-final-newline since it's already done
3704 by prog-mode.
3705 * progmodes/modula2.el (m2-mode): Don't make m2-end-comment-column
3706 since we never set it.
3707 * progmodes/ebrowse.el (ebrowse-set-tree-indentation):
3708 Use read-string and standard prompt.
3709 * progmodes/dcl-mode.el (dcl-mode-map): Move init into declaration.
3710 * progmodes/meta-mode.el (meta-mode-abbrev-table): Merge init and decl.
3711 (meta-common-mode-syntax-table): Rename from meta-mode-syntax-table.
3712 (meta-common-mode-map): Rename from meta-mode-map.
3713 Remove C-m binding, which is a user preference, not mode specific.
3714 (meta-common-mode): New major mode; replace meta-common-initialization.
3715 * progmodes/js.el (js-mode): Call syntax-propertize rather than messing
3716 around with font-lock.
3717 * progmodes/etags.el (select-tags-table-mode):
3718 Derive from special-mode.
3719 * progmodes/octave-mod.el (octave-mode):
3720 * progmodes/gdb-mi.el (gdb-inferior-io-mode, gdb-threads-mode)
3721 (gdb-memory-mode, gdb-disassembly-mode, gdb-breakpoints-mode)
3722 (gdb-frames-mode, gdb-locals-mode, gdb-registers-mode):
3723 Let define-derived-mode do its job.
3724 * progmodes/cpp.el (cpp-edit-mode-map):
3725 Move initialization into declaration.
3726 (cpp-edit-mode): Use define-derived-mode.
3727 (cpp-edit-load): Use derived-mode-p.
3728 * progmodes/mixal-mode.el (mixal-mode):
3729 * progmodes/f90.el (f90-mode):
3730 * progmodes/cfengine.el (cfengine-mode): Don't bother setting
3731 require-final-newline since prog-mode does it already.
3732 * progmodes/cc-cmds.el (c-update-modeline): Use match-string.
3733 * progmodes/asm-mode.el (asm-mode-map): Fix menu setup.
3734 * progmodes/antlr-mode.el: Require cc-mode upfront.
3735 (antlr-mode-syntax-table, antlr-action-syntax-table): Initialize in
3736 the declaration.
3737 (antlr-directory-dependencies, antlr-show-makefile-rules):
3738 Use derived-mode-p.
3739 (antlr-language-option): Don't assume point-min==1.
3740 (antlr-mode): Use define-derived-mode.
3741 * progmodes/ada-mode.el: Use derived-mode-p.
3742 (ada-mode): Use define-derived-mode.
3743 Use hack-local-variables-hook.
3744
3745 2010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3746
3747 * textmodes/texinfo.el (texinfo-mode-map): Bind texinfo-insert-@end.
3748 (texinfo-mode): Don't disable adaptive-fill-mode.
3749 (texinfo-insert-block): Adjust cursor placement for blocks with arg.
3750 (texinfo-insert-@end, texinfo-insert-braces, texinfo-insert-@code)
3751 (texinfo-insert-@dfn, texinfo-insert-@email, texinfo-insert-@emph)
3752 (texinfo-insert-@example, texinfo-insert-@file, texinfo-insert-@item)
3753 (texinfo-insert-@kbd, texinfo-insert-@node, texinfo-insert-@noindent)
3754 (texinfo-insert-@quotation, texinfo-insert-@samp)
3755 (texinfo-insert-@strong, texinfo-insert-@table, texinfo-insert-@var)
3756 (texinfo-insert-@uref): Use define-skeleton.
3757 (texinfo-insert-@-with-arg): Delete.
3758
3759 2010-12-10 Eli Zaretskii <eliz@gnu.org>
3760
3761 * arc-mode.el (archive-zip-extract): If w32-quote-process-args is
3762 nil, do quote archive member names. (Bug#6144)
3763
3764 2010-12-10 Glenn Morris <rgm@gnu.org>
3765
3766 * files.el (diff-no-select): Declare.
3767
3768 * mail/emacsbug.el (report-emacs-bug): Use mail-user-agent properties.
3769 (report-emacs-bug-create-existing-bugs-buffer): Avoid free variables.
3770
3771 * comint.el (comint-input-ring-file-name): Doc fix.
3772
3773 2010-12-09 Eli Zaretskii <eliz@gnu.org>
3774
3775 * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
3776 New functions.
3777 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>:
3778 Use them instead of `nil' and `>', respectively.
3779 (menu-bar-showhide-tool-bar-menu): Use menu-bar-frame-for-menubar
3780 instead of `nil'.
3781 (toggle-menu-bar-mode-from-frame): Use menu-bar-frame-for-menubar
3782 and menu-bar-positive-p instead of `nil' and `>', respectively.
3783 (Bug#1077)
3784
3785 2010-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3786
3787 * whitespace.el (whitespace-newline-mode): Code fix.
3788
3789 2010-12-09 Glenn Morris <rgm@gnu.org>
3790
3791 * play/landmark.el (lm-print-y,s,noise-int, lm-print-y,s,noise):
3792 Rename functions without commas, update callers.
3793
3794 2010-12-08 Jeff Dairiki <dairiki@dairiki.org> (tiny change)
3795
3796 * whitespace.el (whitespace-cleanup-region):
3797 Clean up spaces before tabs. (Bug#7582)
3798
3799 2010-12-08 Karl Fogel <kfogel@red-bean.com>
3800
3801 * bookmark.el: Adjust parameter names and doc strings to resolve
3802 confusion over whether "bookmark" meant a bookmark name or a
3803 bookmark record. Along the way, shorten one function's name for
3804 similar reasons. (Issue #7548)
3805 (bookmark-name-from-record): New name for
3806 `bookmark-name-from-full-record'. All callers changed.
3807 (bookmark-get-bookmark, bookmark-get-bookmark-record)
3808 (bookmark-default-annotation-text, bookmark-prop-get, bookmark-prop-set)
3809 (bookmark-get-annotation, bookmark-set-annotation)
3810 (bookmark-get-filename, bookmark-set-filename)
3811 (bookmark-get-position, bookmark-set-position)
3812 (bookmark-get-front-context-string, bookmark-set-front-context-string)
3813 (bookmark-get-rear-context-string, bookmark-set-rear-context-string)
3814 (bookmark-get-handler, bookmark-edit-annotation, bookmark--jump-via)
3815 (bookmark-handle-bookmark, bookmark-location, bookmark-show-annotation):
3816 Rename `bookmark' parameter to `bookmark-name-or-record', to
3817 clearly show its role, and shorten or adjust doc strings accordingly.
3818 (bookmark-set-name): Same, and pass the parameter directly to
3819 `bookmark-get-bookmark' instead of redundantly doing the callee's work.
3820 (bookmark-default-annotation-text, bookmark-send-edited-annotation)
3821 (bookmark-relocate, bookmark-insert-location, bookmark-insert)
3822 (bookmark-delete): Rename `bookmark' parameter to `bookmark-name',
3823 and in some cases shorten doc string accordingly.
3824 (bookmark-rename): Change `old' and `new' parameters to `old-name'
3825 and `new-name', and adjust an internal variable to avoid confusion.
3826 (bookmark-jump, bookmark-jump-noselect): Clarify `bookmark'
3827 parameter in doc string.
3828
3829 2010-12-08 Glenn Morris <rgm@gnu.org>
3830
3831 * progmodes/gdb-mi.el (gdb): Try to initialize comint input history
3832 from gdb's history file. (Bug#7575)
3833
3834 * mail/emacsbug.el (report-emacs-bug):
3835 Try to handle some other mail clients.
3836
3837 2010-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3838
3839 * files.el (dir-locals-collect-variables): Don't let errors stop us.
3840 Use string-prefix-p.
3841 (file-name-version-regexp): New var.
3842 (file-name-sans-versions):
3843 * jka-cmpr-hook.el (jka-compr-build-file-regexp): Use it,
3844 (jka-compr-get-compression-info): Use dolist.
3845 (jka-compr-compression-info-list): Don't bother specifying
3846 version/backup regexps.
3847
3848 2010-12-07 Tassilo Horn <tassilo@member.fsf.org>
3849
3850 * simple.el (just-one-space): Make argument n default to 1 if
3851 omitted.
3852
3853 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3854
3855 * electric.el (electric-indent-post-self-insert-function):
3856 Delete trailing newlines even if we don't reindent.
3857
3858 2010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3859
3860 * minibuffer.el (completion-at-point): Remove the `arg'.
3861 * bindings.el (complete-symbol): Move back from minibuffer.el.
3862
3863 2010-12-06 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3864
3865 * simple.el (just-one-space): Delete newlines for negative arg.
3866
3867 2010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3868
3869 * ansi-color.el (ansi-color-unfontify-region): Replace by trivial def.
3870 (ansi-color-filter-apply): Simplify.
3871 (ansi-color-apply): Use `font-lock-face' rather than `face'.
3872
3873 2010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3874
3875 * vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3876
3877 2010-12-04 Chong Yidong <cyd@stupidchicken.com>
3878
3879 * dired.el (dired-use-ls-dired): Set default to a special
3880 "unspecified" value.
3881 (dired-insert-directory): When called the first time, check
3882 whether "ls --dired" succeeds and set dired-use-ls-dired (Bug#7546).
3883
3884 2010-12-04 Tak Ota <Takaaki.Ota@am.sony.com>
3885
3886 * replace.el: Add "collect" feature to occur.
3887 (occur-collect-regexp-history): New var.
3888 (occur-read-primary-args): Return a replace string for nlines,
3889 if needed.
3890 (occur): Extend the meaning of nlines.
3891
3892 2010-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3893
3894 * progmodes/which-func.el (which-func-ff-hook): Log the error message.
3895 (which-func-update-1): Distinguish symbols from strings.
3896 (which-function): Stay within 80 columns.
3897
3898 2010-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3899
3900 * subr.el (with-demoted-errors): Distinguish symbols from strings.
3901
3902 * newcomment.el (comment-styles): Add docs to each style (bug#7509).
3903 Improve docstring.
3904 (comment-style): Use comment-styles's docs to describe values.
3905
3906 2010-12-03 Jan Djärv <jan.h.d@swipnet.se>
3907
3908 * term/common-win.el (x-setup-function-keys): Restore ns-new-frame
3909 and ns-show-prefs (Bug#7535).
3910
3911 * term/ns-win.el (global-map): Restore ns-new-frame and ns-show-prefs
3912 bindings (Bug#7535).
3913
3914 2010-12-03 Glenn Morris <rgm@gnu.org>
3915
3916 * nxml/nxml-mode.el: Require rng-nxml.
3917 (rng-nxml-mode-init, nxml-enable-unicode-char-name-sets):
3918 Remove declarations.
3919
3920 * nxml/nxml-mode.el, nxml/nxml-outln.el, nxml/rng-loc.el:
3921 * nxml/rng-nxml.el, nxml/rng-valid.el:
3922 Remove leading `*' from defcustom docs.
3923
3924 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
3925 (normal-top-level-add-to-load-path, tty-handle-args):
3926 Convert comments to basic doc-strings.
3927
3928 * net/browse-url.el (browse-url-url-at-point)
3929 (browse-url-default-browser): Remove autoload cookies.
3930
3931 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
3932 Remove more undefined cl functions.
3933
3934 * vc/diff.el (diff-sentinel): Make new arguments optional.
3935 * ibuf-ext.el (diff-sentinel): Update declaration.
3936
3937 2010-12-03 Daiki Ueno <ueno@unixuser.org>
3938
3939 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
3940 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
3941 (epg-context-set-passphrase-callback): Mention that the callback
3942 is not called when used with GnuPG 2.x.
3943
3944 2010-12-02 Michael Albinus <michael.albinus@gmx.de>
3945
3946 * net/tramp.el (tramp-local-host-regexp): Add "localhost6".
3947 (tramp-file-name-port): Check also for `tramp-default-port'.
3948 (tramp-get-connection-name): New defun.
3949 (tramp-get-connection-process): Use it.
3950 (tramp-debug-message): Extend function exclude list.
3951 (tramp-drop-volume-letter): Fix doc string.
3952
3953 * net/tramp-cmds.el: Remove solved todo item.
3954
3955 * net/tramp-ftp.el:
3956 * net/tramp-gvfs.el:
3957 * net/tramp-gw.el:
3958 * net/tramp-imap.el:
3959 * net/tramp-smb.el: Fix regexps added to `tramp-default-method-alist'
3960 and `tramp-default-user-alist', respectively.
3961
3962 * net/tramp-gw.el (tramp-gw-open-connection):
3963 Use `tramp-get-connection-name' and `tramp-get-connection-buffer'.
3964
3965 * net/tramp-imap.el (tramp-imap-make-iht): Use just
3966 `tramp-file-name-port'.
3967
3968 * net/tramp-sh.el (tramp-methods): Add recursive options to "pscp"
3969 and "psftp". Exchange "%k" marker with options.
3970 (tramp-do-copy-or-rename-file, tramp-sh-handle-file-local-copy):
3971 Compute size of link target.
3972 (tramp-do-copy-or-rename-file-out-of-band): Move setting of
3973 `tramp-current-*' up due to gateway methods. Optimize computing of
3974 copy arguments. Use `tramp-get-connection-name' and
3975 `tramp-get-connection-buffer'. Improve debug messages.
3976 (tramp-compute-multi-hops): Remove port determination.
3977 (tramp-maybe-open-connection): Use `tramp-get-connection-name'.
3978
3979 * net/trampver.el: Update release number.
3980
3981 2010-12-02 Glenn Morris <rgm@gnu.org>
3982
3983 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
3984 Avoid infinite loop over windows. (Bug#7492)
3985
3986 * progmodes/flymake.el (flymake-check-file-limit):
3987 Allow nil to mean "no limit".
3988 (flymake-check-patch-master-file-buffer): Update for above change.
3989 Allow a .tex file-name extension to be optional.
3990 (flymake-master-tex-init): Also match \include statements.
3991
3992 2010-11-30 Sam Steingold <sds@gnu.org>
3993
3994 * nxml/nxml-mode.el (nxml-parent-document): Add a variable.
3995 (nxml-parent-document-set): A function to set `nxml-parent-document'.
3996 (nxml-mode): Define using `define-derived-mode' instead of `defun'.
3997 (nxml-mode-hook): Remove `defcustom' (auto-defined by
3998 define-derived-mode').
3999 * nxml/rng-valid.el (rng-dtd-trivial-p): Add a helper function for
4000 users who want to call `nxml-parent-document-set'.
4001
4002 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
4003
4004 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
4005 stand-alone lines, since that is handled by log-edit-match-to-eoh
4006 (Bug#6465).
4007
4008 2010-11-27 Eduard Wiebe <usenet@pusto.de>
4009
4010 * dired.el (dired-get-filename): Replace backslashes with slashes
4011 in file names on MS-Windows, needed by `locate'. (Bug#7308)
4012 * locate.el (locate-default-make-command-line): Don't consider
4013 drive letter and root directory part of
4014 `directory-listing-before-filename-regexp'. (Bug#7308)
4015 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
4016
4017 2010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4018
4019 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
4020 of :smie-open/close-alist.
4021 (smie-next-sexp): Make it accept a "start token" as argument.
4022 (smie-indent-keyword): Be careful not to misidentify tokens that span
4023 more than one line, as empty lines. Add argument `token'.
4024
4025 2010-11-27 Kenichi Handa <handa@m17n.org>
4026
4027 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
4028 multipart subtypes, insert all as usual.
4029
4030 * mail/rmail.el: Require rfc2047.
4031
4032 2010-11-27 Kenichi Handa <handa@m17n.org>
4033
4034 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
4035 (rmail-mime-entity-disposition)
4036 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
4037 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
4038 (rmail-mime-save): Handle the case that the button's `data' is a
4039 MIME entity.
4040 (rmail-mime-insert-text): New function.
4041 (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
4042 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
4043 (rmail-mime-insert-bulk): New function mostly copied from the old
4044 rmail-mime-bulk-handler.
4045 (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
4046 (rmail-mime-process-multipart): New function mostly copied from
4047 the old rmail-mime-multipart-handler.
4048 (rmail-mime-show): Just call rmail-mime-process.
4049 (rmail-mime-process): New function mostly copied from the old
4050 rmail-mime-show.
4051 (rmail-mime-insert-multipart, rmail-mime-parse)
4052 (rmail-mime-insert, rmail-show-mime)
4053 (rmail-insert-mime-forwarded-message)
4054 (rmail-insert-mime-resent-message): New functions.
4055 (rmail-insert-mime-forwarded-message-function): Set to
4056 rmail-insert-mime-forwarded-message.
4057 (rmail-insert-mime-resent-message-function): Set to
4058 rmail-insert-mime-resent-message.
4059
4060 * mail/rmailsum.el: Require rfc2047.
4061 (rmail-header-summary): Handle multiline Subject: field.
4062 (rmail-summary-line-decoder): Change the default to
4063 rfc2047-decode-string.
4064
4065 * mail/rmail.el (rmail-enable-mime): Change the default to t.
4066 (rmail-mime-feature): Change the default to `rmailmm'.
4067 (rmail-quit): Delete the specifal code for rmail-enable-mime.
4068 (rmail-display-labels): Likewise.
4069 (rmail-show-message-1): Check rmail-enable-mime, and use
4070 rmail-show-mime-function for a MIME message. Decode the headers
4071 according to RFC2047.
4072
4073 2010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4074
4075 * progmodes/which-func.el (which-func-imenu-joiner-function):
4076 Return a string, as expected.
4077 (which-function-mode): Make sure we stop any previous timer before
4078 starting a new one.
4079
4080 2010-11-27 Michael Albinus <michael.albinus@gmx.de>
4081
4082 * net/tramp.el (tramp-default-method-alist)
4083 (tramp-default-user-alist, tramp-default-proxies-alist):
4084 Adapt custom options type. (Bug#7445)
4085
4086 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
4087
4088 * progmodes/python.el: Add Ipython support (Bug#5390).
4089 (python-shell-prompt-alist)
4090 (python-shell-continuation-prompt-alist): New options.
4091 (python--set-prompt-regexp): New function.
4092 (inferior-python-mode, run-python, python-shell):
4093 Require ansi-color. Use python--set-prompt-regexp to set the comint
4094 prompt based on the Python interpreter.
4095 (python--prompt-regexp): New var.
4096 (python-check-comint-prompt)
4097 (python-comint-output-filter-function): Use it.
4098 (run-python): Use a pipe (Bug#5694).
4099
4100 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
4101
4102 * progmodes/python.el (run-python): Doc fix.
4103 (python-keep-current-directory-in-path): New var (Bug#7454).
4104
4105 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
4106
4107 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
4108 Prompt user before actually printing.
4109
4110 2010-11-27 Glenn Morris <rgm@gnu.org>
4111
4112 * startup.el (package-enable-at-startup, package-initialize):
4113 Remove unnecessary declarations.
4114
4115 2010-11-27 Eli Zaretskii <eliz@gnu.org>
4116
4117 * international/characters.el (glyphless-char-display-control):
4118 Exclude newline and TAB from the c0-control group.
4119
4120 2010-11-27 Glenn Morris <rgm@gnu.org>
4121
4122 * mail/sendmail.el (build-mail-aliases): Doc fix for autoload.
4123 (expand-mail-aliases): Remove unnecessary autoload.
4124
4125 * allout.el (allout-command-prefix, allout-mode-map): Declare.
4126
4127 * shell.el (shell-dir-cookie-re): Move definition before use.
4128
4129 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
4130 Replace undefined CL functions.
4131
4132 2010-11-26 Eli Zaretskii <eliz@gnu.org>
4133
4134 * simple.el (prog-mode): Set bidi-paragraph-direction to
4135 left-to-right.
4136
4137 * term/pc-win.el (x-get-selection-internal): Emulation for MS-DOS.
4138
4139 2010-11-26 Glenn Morris <rgm@gnu.org>
4140
4141 * calendar/diary-lib.el (diary-outlook-format-1): New function, so that
4142 diary-outlook-formats can be sensitive to calendar-date-style.
4143 (diary-outlook-formats): Simplify the default setting.
4144 (diary-from-outlook-internal): Pass subject and body as arguments.
4145 Use dolist rather than dotimes. Don't save the diary buffer.
4146 (diary-from-outlook-gnus, diary-from-outlook-rmail):
4147 Pass subject and body as explicit arguments to the -internal function.
4148
4149 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4150
4151 * mail/rfc2368.el (rfc2368-parse-mailto-url): Unfold URLs before
4152 parsing them. This makes mailto:...?subject=foo\nbar work.
4153
4154 2010-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4155
4156 * vc/diff.el (diff): Fix last change.
4157
4158 2010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4159
4160 * emacs-lisp/pcase.el: Improve pcase-let. Use "pcase--" prefix.
4161 (pcase--dontcare-upats): New var.
4162 (pcase-let, pcase-let*): Generate better code.
4163 Accept the same bodies as `let'.
4164 (pcase-dolist): New macro.
4165 (pcase--trivial-upat-p): New helper function.
4166 (pcase--expand): Strip leading "(let nil" if any.
4167
4168 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4169
4170 * mail/mailclient.el (browse-url): Require.
4171 (mailclient-send-it): Bind `browse-url-mailto-function' to nil to
4172 use the external browser function to send the mail (bug#7469).
4173
4174 * net/browse-url.el (browse-url-browser-function): Revert the
4175 default back to the previous value, since the new value broke
4176 mailclient.el.
4177 (browse-url-mailto-function): New variable for mailto: URLs.
4178 (browse-url): Use the new variable for mailto: URLs.
4179
4180 2010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4181
4182 * eshell/esh-cmd.el (eshell-parse-command):
4183 * eshell/esh-arg.el (eshell-parse-arguments):
4184 * eshell/em-script.el (eshell-source-file):
4185 Use with-silent-modifications.
4186
4187 2010-11-23 Chong Yidong <cyd@stupidchicken.com>
4188
4189 * vc/vc.el (vc-merge): Remove optional arg PROMPT. Always prompt
4190 for a merge location.
4191
4192 * vc/vc-bzr.el (vc-bzr-pull): Remove unused var.
4193 (vc-bzr-merge-branch): Always prompt.
4194 (vc-bzr-async-command): Use the full branch filename.
4195
4196 2010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4197
4198 * shell.el (shell): Use current-buffer by default if it's already
4199 a shell mode buffer and its process is dead.
4200 Suggested by Jose E. Marchesi <jemarch@gnu.org>.
4201
4202 2010-11-23 Tassilo Horn <tassilo@member.fsf.org>
4203
4204 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
4205 Mention that the keywords should be comma separated.
4206
4207 2010-11-23 Chong Yidong <cyd@stupidchicken.com>
4208
4209 * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available.
4210 Accept optional prefix arg meaning to prompt for a command.
4211 (vc-update): Use vc-BACKEND-pull if available. Accept optional
4212 prefix arg meaning to prompt for a command.
4213 (vc-pull): Alias for vc-update.
4214
4215 * vc/vc-bzr.el (vc-bzr-admin-branchconf, vc-bzr-history): New vars.
4216 (vc-bzr--branch-conf, vc-bzr-async-command, vc-bzr-pull)
4217 (vc-bzr-merge-branch): New functions, implementing merge-branch
4218 and pull operations.
4219
4220 2010-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
4221
4222 * Makefile.in: Fix up last merge.
4223
4224 * vc/diff.el (diff-old-temp-file, diff-new-temp-file): Remove.
4225 (diff-sentinel): Get them as arguments instead.
4226 (diff-old-file, diff-new-file, diff-extra-args): Remove.
4227 (diff-file-local-copy, diff-better-file-name): New funs.
4228 (diff-no-select): Rename from diff-into-buffer.
4229 Support buffers additionally to files. Move `buf' arg. Don't display buf.
4230 Prefer closures to buffer-local variables.
4231 (diff): Adjust accordingly.
4232 (diff-buffer-with-file): Move from files.el.
4233 * files.el (diff-buffer-with-file): Move to vc/diff.el.
4234 (diff-buffer-internal): Remove.
4235 (diff-buffer-buffer): Remove.
4236 (save-some-buffers-action-alist): Use diff-no-select so as not to guess
4237 the buffer name used, and so as not to mess up windows and frames.
4238
4239 2010-11-22 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
4240
4241 * files.el: Make revert work with diff-buffer-with-file (bug#7277).
4242 (diff-buffer-internal): New function extracted from diff-buffer-with-file
4243 (diff-buffer-with-file): Use it.
4244 * vc/diff.el (diff-into-buffer): New fun, extracted from diff.
4245 (diff): Use it.
4246
4247 2010-11-22 Tassilo Horn <tassilo@member.fsf.org>
4248
4249 * textmodes/reftex-ref.el (reftex-goto-label): Use the current
4250 \ref's or \pageref's value as default instead of initial input.
4251
4252 2010-11-21 Michael Albinus <michael.albinus@gmx.de>
4253
4254 * files.el (backup-by-copying-when-mismatch): The default value is
4255 now t.
4256
4257 * startup.el (normal-top-level):
4258 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
4259 `backup-by-copying-when-mismatch'.
4260
4261 2010-11-21 Jan Djärv <jan.h.d@swipnet.se>
4262
4263 * tool-bar.el (tool-bar-setup): Remove save as, print and customize.
4264
4265 2010-11-21 Deniz Dogan <deniz.a.m.dogan@gmail.com>
4266
4267 * progmodes/python.el (python-font-lock-keywords):
4268 Highlight top-level augmented assignments (Bug#6445).
4269
4270 2010-11-21 Jan Djärv <jan.h.d@swipnet.se>
4271
4272 * term/ns-win.el (ns-right-control-modifier)
4273 (ns-right-command-modifier): Defvar them.
4274
4275 * cus-start.el (all): Add ns-right-control-modifier and
4276 ns-right-command-modifier (Bug#7458).
4277
4278 2010-11-20 Glenn Morris <rgm@gnu.org>
4279
4280 * emacs-lisp/authors.el (authors-ignored-files)
4281 (authors-valid-file-names, authors-renamed-files-alist): Add entries.
4282
4283 2010-11-20 Tassilo Horn <tassilo@member.fsf.org>
4284
4285 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
4286 (report-emacs-bug-parse-query-results)
4287 (report-emacs-bug-create-existing-bugs-buffer): Pass through
4288 keywords used for querying the bug database to show them in the
4289 existing bugs buffer.
4290
4291 2010-11-20 Jan Djärv <jan.h.d@swipnet.se>
4292
4293 * tool-bar.el (tool-bar-setup): Add some :vert-only keywords.
4294
4295 * info.el (info-tool-bar-map): Add some :vert-only keywords.
4296
4297 2010-11-20 Eli Zaretskii <eliz@gnu.org>
4298
4299 * international/characters.el (glyphless-char-display-control):
4300 Make it a defcustom, with update-glyphless-char-display as its
4301 :set attribute.
4302 (top level): Don't call update-glyphless-char-display.
4303
4304 2010-11-20 Michael Albinus <michael.albinus@gmx.de>
4305
4306 Sync with Tramp 2.2.0.
4307
4308 * net/tramp.el (tramp-handle-insert-file-contents): Don't use
4309 `file-remote-p' (due to compatibility).
4310
4311 * net/tramp-sh.el (tramp-do-copy-or-rename-file-directly)
4312 (tramp-do-copy-or-rename-file-out-of-band): Use `ignore-errors'.
4313
4314 * net/trampver.el: Update release number.
4315
4316 2010-11-20 Eli Zaretskii <eliz@gnu.org>
4317
4318 * faces.el (glyphless-char): Define value for `pc'.
4319
4320 2010-11-20 Tassilo Horn <tassilo@member.fsf.org>
4321
4322 Implemented a bug querying mechanism.
4323 * mail/emacsbug.el (report-emacs-bug-tracker-url): New variable.
4324 (report-emacs-bug-create-existing-bugs-buffer)
4325 (report-emacs-bug-parse-query-results)
4326 (report-emacs-bug-query-existing-bugs): New functions.
4327
4328 2010-11-19 Tassilo Horn <tassilo@member.fsf.org>
4329
4330 * textmodes/reftex-ref.el (reftex-goto-label): If point is inside
4331 a \ref{} or \pageref{} macro, then use its value as initial input.
4332
4333 2010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
4334
4335 * calc/calc-units.el (math-build-units-table-buffer):
4336 calc/README: Mention that the TeX specific units won't use the
4337 `tex' prefix in TeX mode.
4338 calc/calc-lang.el (math-variable-table): Don't use the `tex'
4339 prefix for units in TeX mode.
4340
4341 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4342
4343 * simple.el (kill-new, kill-append, kill-region):
4344 * comint.el (comint-kill-region): Make the yank-handler argument
4345 obsolete.
4346
4347 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4348
4349 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
4350 that are both openers (resp. closers) and something else.
4351 (smie-grammar): Loosen definition of valid values.
4352 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
4353 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
4354 (smie-indent-after-keyword): Adjust users.
4355 (smie-indent-keyword): Don't indent empty lines.
4356
4357 * vc-hg.el (vc-hg-program): New var.
4358 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
4359 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
4360
4361 2010-11-18 Glenn Morris <rgm@gnu.org>
4362
4363 * emacs-lisp/autoload.el (autoload-find-destination): The function
4364 coding-system-eol-type may return non-numeric values. (Bug#7414)
4365
4366 2010-11-18 Ulrich Mueller <ulm@gentoo.org>
4367
4368 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
4369
4370 2010-11-18 Eli Zaretskii <eliz@gnu.org>
4371
4372 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
4373
4374 2010-11-18 Chong Yidong <cyd@stupidchicken.com>
4375
4376 * textmodes/picture.el (picture-mouse-set-point): Don't use
4377 posn-col-row; explicitly compute the motion based on the posn at
4378 the window-start (Bug#7390).
4379
4380 2010-11-18 Glenn Morris <rgm@gnu.org>
4381
4382 * novice.el (disabled-command-function):
4383 Fix 2009-11-15 change. (Bug#7384)
4384
4385 2010-11-18 Glenn Morris <rgm@gnu.org>
4386
4387 * calendar/calendar.el (diary-iso-date-forms): Make elements
4388 mutually exclusive. (Bug#7377)
4389
4390 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4391
4392 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
4393 when filling the remaining "unconstrained" values.
4394
4395 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4396
4397 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
4398 safety predicate.
4399
4400 * files.el (safe-local-variable-p): Gracefully handle errors.
4401
4402 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
4403 Use smie-indent-virtual when indenting relative to an opener.
4404 (smie-rule-separator): Use smie-rule-parent.
4405 (smie-indent-keyword): Consult rules, even for openers at bol.
4406 (smie-indent-comment-close): Try to align closer's content.
4407
4408 2010-11-18 Glenn Morris <rgm@gnu.org>
4409
4410 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
4411
4412 2010-11-18 Glenn Morris <rgm@gnu.org>
4413
4414 * printing.el (pr-menu-bind): Doc fix.
4415
4416 * speedbar.el (speedbar-toggle-images): Doc fix.
4417
4418 * progmodes/python.el (python-shell): Doc fix.
4419
4420 * wid-edit.el (widget-field-use-before-change)
4421 (widget-use-overlay-change): Doc fixes.
4422
4423 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4424
4425 Minor cleanup to improve style.
4426 * textmodes/rst.el (rst-update-section): Use point-marker.
4427 (rst-get-decoration): Eliminate unneeded assignment.
4428 (rst-promote-region, rst-straighten-decorations)
4429 (rst-section-tree, rst-adjust): Use point-marker.
4430 (rst-toc-mode-mouse-goto): Avoid setq.
4431 (rst-shift-region-guts, rst-shift-region-left)
4432 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2)
4433 (rst-convert-bullets-to-enumeration): Use copy-marker.
4434
4435 * minibuffer.el (completion-fail-discreetly): New var.
4436 (completion--do-completion): Use it.
4437
4438 * electric.el (electric-pair-pairs): New var.
4439 (electric-pair-post-self-insert-function): Use it.
4440 (electric-layout-post-self-insert-function): Don't insert a before
4441 newline unless it's actually needed.
4442
4443 2010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4444
4445 * progmodes/python.el (run-python): Explain why we remove the current
4446 directory from sys.path. Suggested by Eric Hanchrow <erich@cozi.com>.
4447
4448 * progmodes/grep.el (grep-regexp-alist): Tighten the regexp (bug#7378).
4449
4450 2010-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4451
4452 * progmodes/octave-mod.el: Rely on elecric-*-modes.
4453 (octave-mode-map): Don't bind ;, SPC, and LF.
4454 (octave-auto-indent, octave-auto-newline): Remove.
4455 (electric-layout-rules): Declare.
4456 (octave-mode): Set electric-layout-rules.
4457 (octave-indent-new-comment-line): Use reindent-then-newline-and-indent.
4458 (octave-reindent-then-newline-and-indent, octave-electric-semi)
4459 (octave-electric-space): Remove.
4460
4461 * electric.el (electric-layout-mode): New minor mode.
4462 (electric--after-char-pos): New function.
4463 (electric-indent-post-self-insert-function): Use it.
4464 (electric-layout-rules): New var.
4465 (electric-layout-post-self-insert-function): New function.
4466 (electric-indent-mode): Make them interact better.
4467
4468 2010-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4469
4470 * emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.
4471 (checkdoc-sentencespace-region-engine, checkdoc-this-string-valid)
4472 (checkdoc-proper-noun-region-engine): Use with-syntax-table.
4473
4474 2010-11-15 Agustín Martín <agustin.martin@hispalinux.es>
4475
4476 * textmodes/flyspell.el (flyspell-generic-progmode-verify):
4477 Make sure to check inside the word (Bug#6761).
4478
4479 2010-11-14 Chong Yidong <cyd@stupidchicken.com>
4480
4481 * startup.el (command-line): If the cursorColor resource is set,
4482 change the cursor face-spec (Bug#7392).
4483
4484 2010-11-13 Ken Manheimer <ken.manheimer@gmail.com>
4485
4486 The main features of the following allout.el changes are:
4487 - implement user customization for the allout key bindings
4488 - add a customization control by which the user can inhibit use of
4489 a trailing Ctrl-H, so by default it's reserved for use with
4490 describe-prefix-bindings
4491 - adapt to new version of called-interactively-p, while
4492 maintaining backwards compatibility with old version
4493 - fix hotspot navigation so i works properly with meta-modified keys.
4494
4495 * allout.el (allout-keybindings, allout-bind-keys)
4496 (allout-keybindings-binding, allout-prefixed-keybindings)
4497 (allout-unprefixed-keybindings, allout-preempt-trailing-ctrl-h)
4498 (allout-keybindings-list, allout-mode-map-adjustments)
4499 (allout-setup-mode-map): Establish allout-mode keymaps as user
4500 customizable settings, and also establish a customizable setting which
4501 regulates whether or not a trailing control-h is reserved for use with
4502 describe-prefix-bindings - and inhibit it by default, so that control-h
4503 *is* reserved for describe-prefix-bindings unless the user changes it.
4504
4505 * allout.el (allout-hotspot-key-handler): Distinguish more explicitly
4506 and accurately between modified and unmodified events, and handle
4507 modified events more comprehensively.
4508
4509 * allout.el (allout-substring-no-properties):
4510 Alias to use or provide version of `substring-no-properties'.
4511 (allout-solicit-alternate-bullet): Use `allout-substring-no-properties'.
4512
4513 * allout.el (allout-next-single-char-property-change):
4514 Alias to use or provide version of `next-single-char-property-change'.
4515 (allout-annotate-hidden, allout-hide-by-annotation):
4516 Use `allout-next-single-char-property-change'.
4517
4518 * allout.el (allout-select-safe-coding-system):
4519 Alias to use or provide version of `select-safe-coding-system'.
4520 (allout-toggle-subtree-encryption):
4521 Use `allout-select-safe-coding-system'.
4522
4523 * allout.el (allout-set-buffer-multibyte):
4524 Alias to use or provide version of `set-buffer-multibyte'.
4525 (allout-encrypt-string): Use `allout-set-buffer-multibyte'.
4526
4527 * allout.el (allout-called-interactively-p): Macro for using the
4528 different versions of called-interactively-p identically, depending on
4529 the subroutine's argument signature.
4530 (allout-back-to-current-heading, allout-beginning-of-current-entry):
4531 Use `(interactive "p")' instead of `(called-interactively-p)'.
4532
4533 * allout.el (allout-init, allout-ascend, allout-end-of-level)
4534 (allout-previous-visible-heading, allout-forward-current-level)
4535 (allout-backward-current-level, allout-show-children):
4536 Use `allout-called-interactively-p' instead of `called-interactively-p'.
4537
4538 * allout.el (allout-before-change-handler):
4539 Exempt edits to the (overlaid) character after the allout outline
4540 bullet from edit confirmation prompt.
4541
4542 * allout.el (allout-add-resumptions):
4543 Ensure that it respects correct buffer for keybindings.
4544
4545 * allout.el (allout-beginning-of-line):
4546 Use `allout-previous-single-char-property-change' alias for the sake of
4547 diverse compatibility.
4548
4549 * allout.el (allout-end-of-line):
4550 Use `allout-mark-active-p' to encapsulate respect for mark activity.
4551
4552 2010-11-13 Chong Yidong <cyd@stupidchicken.com>
4553
4554 * frame.el (frame-notice-user-settings): Don't clobber other
4555 user-set parameters when calling face-set-after-frame-default in
4556 response to background-color parameter (Bug#7373).
4557
4558 2010-11-13 Eli Zaretskii <eliz@gnu.org>
4559
4560 * international/characters.el (glyphless-char-display-control):
4561 Rename from glyphless-char-control; all users changed. Doc fix.
4562 Signal an error if display method is not one of the recognized
4563 symbols.
4564
4565 2010-11-13 Michael Albinus <michael.albinus@gmx.de>
4566
4567 * net/tramp-compat.el (tramp-compat-line-beginning-position)
4568 (tramp-compat-line-end-position): Remove them.
4569
4570 * net/tramp.el (tramp-parse-rhosts-group)
4571 (tramp-parse-shosts-group, tramp-parse-sconfig-group)
4572 (tramp-parse-hosts-group, tramp-parse-passwd-group)
4573 (tramp-parse-netrc-group, tramp-parse-putty-group)
4574 * net/tramp-cmds.el (tramp-append-tramp-buffers)
4575 * net/tramp-sh.el (tramp-do-file-attributes-with-ls)
4576 (tramp-sh-handle-file-selinux-context)
4577 (tramp-sh-handle-file-name-all-completions)
4578 (tramp-sh-handle-insert-directory)
4579 (tramp-sh-handle-expand-file-name, tramp-find-executable)
4580 (tramp-wait-for-output, tramp-send-command-and-read)
4581 * net/tramp-smb.el (tramp-smb-read-file-entry)
4582 (tramp-smb-get-cifs-capabilities): Use `point-at-eol'.
4583
4584 * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use
4585 `point-at-bol'.
4586 (tramp-remote-coding-commands): Add an alternative using "base64
4587 -d -i". This is needed for older base64 versions from GNU
4588 coreutils. Reported by Klaus Reichl
4589 <Klaus.Reichl@thalesgroup.com>.
4590
4591 2010-11-13 Hrvoje Niksic <hniksic@xemacs.org>
4592
4593 * simple.el (count-words-region): New function.
4594
4595 2010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4596
4597 * shell.el (shell-dir-cookie-re): New custom variable.
4598 (shell-dir-cookie-watcher): New function.
4599
4600 * vc/vc.el (vc-deduce-backend): Use default-directory in shell-mode
4601 and compilation-mode (bug#7350).
4602
4603 * vc/smerge-mode.el (smerge-refine): Choose better default part to
4604 highlight when one of them is empty.
4605
4606 * skeleton.el (skeleton-read): Don't use `newline' since it may strip
4607 trailing space.
4608 (skeleton-newline): New function.
4609 (skeleton-internal-1): Use it.
4610
4611 * simple.el (open-line): `newline' may strip trailing space.
4612
4613 2010-11-12 Kevin Ryde <user42@zip.com.au>
4614
4615 * international/mule-cmds.el (princ-list): Use mapc.
4616
4617 2010-11-12 Glenn Morris <rgm@gnu.org>
4618
4619 * emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
4620 Use it to replace all instances of "*Compile-Log*".
4621
4622 2010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4623
4624 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Add debug and
4625 indentation specs.
4626
4627 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4628
4629 * progmodes/modula2.el: Use SMIE and skeleton.
4630 (m2-mode-syntax-table): (*..*) can be nested.
4631 Add //...\n. Fix paren syntax.
4632 (m2-mode-map): Remove LF and TAB bindings.
4633 (m2-indent): Add safety property.
4634 (m2-smie-grammar): New var.
4635 (m2-smie-refine-colon, m2-smie-refine-of, m2-smie-backward-token)
4636 (m2-smie-forward-token, m2-smie-refine-semi, m2-smie-rules): New funs.
4637 (m2-mode): Use define-derived-mode.
4638 (m2-newline, m2-tab): Remove.
4639 (m2-begin, m2-case, m2-definition, m2-else, m2-for, m2-header)
4640 (m2-if, m2-loop, m2-module, m2-or, m2-procedure, m2-with, m2-record)
4641 (m2-stdio, m2-type, m2-until, m2-var, m2-while, m2-export)
4642 (m2-import): Use define-skeleton.
4643
4644 2010-11-11 Glenn Morris <rgm@gnu.org>
4645
4646 * obsolete/lucid.el: Don't warn about any CL functions in this file.
4647
4648 * ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first)
4649 (ls-lisp-verbosity): Add custom :set-after property.
4650 (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes.
4651 (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument.
4652 (ls-lisp-insert-directory): Update caller.
4653 (ls-lisp-set-options): New function.
4654 (ls-lisp-emulation): Use ls-lisp-set-options for custom :set.
4655 Doc fix.
4656
4657 * play/landmark.el (lm-prompt-for-move):
4658 * play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.
4659
4660 * progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
4661
4662 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
4663 (idlwave-study-twins): Prefix dynamic local variable `name'.
4664 (idlwave-routine-twin-compare): Update for above change.
4665
4666 * progmodes/idlw-help.el (idlwave-do-mouse-completion-help):
4667 Prefix dynamic local variables `name', `kwd', and `link'.
4668 * progmodes/idlw-shell.el (idlwave-shell-complete-execcomm-help):
4669 * progmodes/idlw-complete-structtag.el
4670 (idlwave-complete-structure-tag-help):
4671 * progmodes/idlwave.el (idlwave-complete-sysvar-help)
4672 (idlwave-complete-sysvar-tag-help)
4673 (idlwave-complete-class-structure-tag-help):
4674 Update for above name changes.
4675
4676 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4677
4678 * net/browse-url.el (browse-url-browser-function): Change the
4679 default to use `browse-url-mail' on mailto: URLs.
4680
4681 2010-11-10 Chong Yidong <cyd@stupidchicken.com>
4682
4683 * emacs-lisp/package.el (package-read-all-archive-contents):
4684 Reset package-archive-contents to nil before re-reading.
4685
4686 2010-11-10 Brandon Craig Rhodes <brandon@rhodesmill.org> (tiny change)
4687
4688 * textmodes/flyspell.el (flyspell-word): Do not re-check words
4689 already found as misspellings by (flyspell-large-region), just
4690 do highlighting (bug#7322).
4691
4692 2010-11-10 Glenn Morris <rgm@gnu.org>
4693
4694 * progmodes/octave-mod.el (octave-mark-block): Update for smie change.
4695
4696 * emulation/edt.el (edt-with-position): New macro.
4697 (edt-find-forward, edt-find-backward, edt-find-next-forward)
4698 (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward)
4699 (edt-paragraph-forward, edt-paragraph-backward): Use it.
4700
4701 * emulation/tpu-extras.el (tpu-with-position): New macro.
4702 (tpu-paragraph, tpu-page, tpu-search-internal): Use it.
4703
4704 * textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
4705
4706 * textmodes/texnfo-upd.el (texinfo-all-menus-update)
4707 (texinfo-menu-copy-old-description, texinfo-start-menu-description)
4708 (texinfo-master-menu, texinfo-insert-node-lines)
4709 (texinfo-multiple-files-update):
4710 * textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying):
4711 Use line-beginning-position.
4712
4713 * progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags):
4714 No recent Emacs supports system-type `emx'.
4715
4716 * progmodes/ada-xref.el (is-windows): Rename to ada-on-ms-windows.
4717 (ada-command-separator, ada-default-prj-properties)
4718 (ada-find-any-references): Update for above name change.
4719
4720 * dirtrack.el (dirtrack-directory-function)
4721 (dirtrack-canonicalize-function):
4722 * filecache.el (file-cache-completion-ignore-case)
4723 (file-cache-case-fold-search, file-cache-ignore-case):
4724 * term.el (serial-port-is-file-p): Cosmetic change.
4725
4726 * emulation/viper-init.el (viper-ms-style-os-p): Doc fix.
4727 Remove non-existent `windows-95' system-type.
4728 * dired.el (dired-chown-program): Remove non-existent `linux'
4729 system-type.
4730
4731 * net/net-utils.el (net-utils-remove-ctl-m): Use memq for system-types.
4732 (ping-program-options): Remove non-existent `linux' system-type.
4733
4734 * startup.el (package-initialize): Update declaration.
4735
4736 * ls-lisp.el (ls-lisp-time-lessp, ls-lisp-time-to-seconds): Remove.
4737 (ls-lisp-handle-switches): Use time-less-p.
4738 (ls-lisp-format-time): Use float-time.
4739
4740 * textmodes/remember.el (remember-time-to-seconds): Remove.
4741 (remember-store-in-mailbox): Use float-time.
4742
4743 * calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias.
4744
4745 * calendar/time-date.el (time-to-seconds): Always an alias on Emacs,
4746 never a real function.
4747 (with-no-warnings): Remove compat stub, now unused.
4748 (time-less-p): Doc fix.
4749 (time-to-number-of-days): Simplify.
4750
4751 * eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds):
4752 Remove.
4753 (eshell-read-passwd, eshell-read-hosts): Use time-less-p.
4754 * eshell/esh-test.el (eshell-test, eshell-show-usage-metrics):
4755 * eshell/em-unix.el (eshell-show-elapsed-time, eshell/time):
4756 * eshell/em-pred.el (eshell-pred-file-time): Use float-time.
4757 * eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
4758
4759 * eshell/em-unix.el (eshell-remove-entries, eshell/rm)
4760 (eshell-shuffle-files, eshell-shorthand-tar-command)
4761 (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln):
4762 Prefix dynamic locals `interactive', `preview', `recursive', `verbose'.
4763 * eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries):
4764 Prefix dynamic local variable `matches'.
4765
4766 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
4767 Prefix dynamic local variable `skeleton'.
4768
4769 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
4770
4771 * net/browse-url.el (browse-url-mail): Insert body part of mailto url
4772 in mail buffer; make yank-action always a command that yanks original
4773 buffer.
4774
4775 2010-11-09 Glenn Morris <rgm@gnu.org>
4776
4777 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
4778
4779 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4780
4781 * minibuffer.el (minibuffer-completion-help): Specify the end of the
4782 completion field (bug#7211).
4783
4784 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
4785 Fix handling of backslash escapes.
4786 (python-quote-syntax): Adjust accordingly.
4787
4788 2010-11-09 Richard Levitte <richard@levitte.org> (tiny change)
4789
4790 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
4791 (vc-mtn-workfile-branch): Adjust to new output format.
4792
4793 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4794
4795 * international/mule-cmds.el (princ-list): Mark as obsolete.
4796
4797 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4798
4799 * emacs-lisp/smie.el: New package.
4800
4801 2010-11-09 Michael Albinus <michael.albinus@gmx.de>
4802
4803 * files.el (backup-by-copying-when-mismatch):
4804 Set `permanent-local' property.
4805
4806 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
4807 `permanent-local' property for `backup-by-copying-when-mismatch'.
4808
4809 2010-11-09 Eli Zaretskii <eliz@gnu.org>
4810
4811 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
4812
4813 2010-11-09 Wilson Snyder <wsnyder@wsnyder.org>
4814
4815 * progmodes/verilog-mode.el (verilog-insert-one-definition)
4816 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
4817 AUTOINOUT for SV style multidimensional arrays, bug294.
4818 Reported by Eric Mastromarchi.
4819 (verilog-preprocess): Use with-current-buffer and
4820 font-lock-fontify-buffer to cleanup style issues.
4821
4822 2010-11-09 Glenn Morris <rgm@gnu.org>
4823
4824 * locate.el (locate, locate-mode): Doc fixes.
4825
4826 2010-11-09 Chong Yidong <cyd@stupidchicken.com>
4827
4828 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
4829 user for confirmation.
4830 (server-force-stop): Use it.
4831 (server-start): Use server-force-stop for kill-emacs-hook, to
4832 avoid user interaction while killing Emacs.
4833
4834 2010-11-09 Glenn Morris <rgm@gnu.org>
4835
4836 * progmodes/meta-mode.el: Remove leading `*' from defcustom docs.
4837 (meta-indent-line): Simplify.
4838
4839 * vc/emerge.el (emerge-line-number-in-buf):
4840 * textmodes/ispell.el (ispell-region):
4841 * textmodes/fill.el (current-fill-column):
4842 * progmodes/xscheme.el (xscheme-send-current-line):
4843 * progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
4844 * progmodes/tcl.el (tcl-hairy-scan-for-comment):
4845 * progmodes/sh-script.el (sh-handle-prev-do):
4846 * progmodes/meta-mode.el (meta-indent-line):
4847 * progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
4848 (idlwave-in-quote):
4849 * progmodes/idlw-shell.el (idlwave-shell-current-frame)
4850 (idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
4851 * progmodes/fortran.el (fortran-looking-at-if-then):
4852 * progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
4853 * progmodes/cperl-mode.el (cperl-sniff-for-indent)
4854 (cperl-find-pods-heres):
4855 * progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
4856 * net/quickurl.el (quickurl-list-insert):
4857 * net/ldap.el (ldap-search-internal):
4858 * net/eudc.el (eudc-expand-inline):
4859 * mail/sendmail.el (sendmail-send-it):
4860 * mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
4861 * emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
4862 (viper-brac-function):
4863 * calc/calc-yank.el (calc-do-grab-region):
4864 * calc/calc-keypd.el (calc-keypad-press):
4865 * term.el (term-move-columns, term-insert-spaces):
4866 * speedbar.el (speedbar-highlight-one-tag-line):
4867 * simple.el (current-word):
4868 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
4869 * info.el (Info-find-node-in-buffer-1, Info-follow-reference)
4870 (Info-scroll-down):
4871 * hippie-exp.el (he-line-beg):
4872 * epa.el (epa--marked-keys):
4873 * dired-aux.el (dired-kill-line, dired-do-kill-lines)
4874 (dired-update-file-line, dired-add-entry, dired-remove-entry)
4875 (dired-relist-entry):
4876 * buff-menu.el (Buffer-menu-buffer):
4877 * array.el (current-line):
4878 * allout.el (allout-resolve-xref)
4879 (allout-latex-verbatim-quote-curr-line):
4880 Replace yet more uses of end-of-line etc with line-end-position, etc.
4881
4882 2010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4883
4884 * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)
4885 (checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list.
4886 (checkdoc-syntax-table): Initialize in the declaration.
4887 (emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns
4888 the mode on unconditionally.
4889
4890 * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)
4891 (extent-end-position, extent-start-position): Remove setf method for
4892 non-existing functions (bug#7319).
4893
4894 2010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
4895
4896 * emacs-lisp/smie.el: Simplify the smie-rules-function return values.
4897 (smie-precs->prec2): Rename from smie-precs-precedence-table.
4898 (smie-bnf->prec2): Rename from smie-bnf-precedence-table.
4899 (smie-prec2->grammar): Rename from smie-prec2-levels.
4900 (smie-grammar): Rename from smie-op-levels.
4901 (smie-indent--hanging-p): Rename from smie-hanging-p.
4902 (smie-rule-hanging-p): New alias.
4903 (smie-indent--bolp): Rename from smie-bolp.
4904 (smie-indent--hanging-p): New alias.
4905 (smie--token): New dynamically bound variable.
4906 (smie-indent--parent): New function.
4907 (smie-rule-parent-p): Use it; rename from smie-parent-p.
4908 (smie-rule-next-p): Rename from smie-next-p.
4909 (smie-rule-prev-p): Rename from smie-prev-p.
4910 (smie-rule-sibling-p, smie-rule-parent)
4911 (smie-indent--separator-outdent, smie-rule-separator): New functions.
4912 (smie-rule-separator-outdent): New var.
4913 (smie-indent--rule): Merge with smie-indent--column.
4914 (smie-indent-forward-token, smie-indent-backward-token):
4915 Also recognize close parens.
4916 (smie-indent-keyword): Don't use smie-indent--column any more.
4917 (smie-indent-after-keyword): Ignore closers by default.
4918 (smie-indent-line): Use with-demoted-errors.
4919 * progmodes/octave-mod.el (octave-smie-grammar):
4920 Rename from octave-smie-op-levels.
4921 (octave-smie-rules): Adjust to new behavior.
4922 * progmodes/prolog.el (prolog-smie-grammar):
4923 Rename from prolog-smie-op-levels.
4924
4925 2010-11-07 Glenn Morris <rgm@gnu.org>
4926
4927 * eshell/esh-util.el (subst-char-in-string)
4928 (directory-files-and-attributes): These compatibility definitions are
4929 not needed on any version of Emacs since at least 21.4.
4930
4931 * progmodes/verilog-mode.el (verilog-get-beg-of-line)
4932 (verilog-get-end-of-line): Remove.
4933 (verilog-within-string, verilog-re-search-forward-substr)
4934 (verilog-re-search-backward-substr, verilog-set-auto-endcomments)
4935 (verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
4936 Use point-at-bol, point-at-eol.
4937 * progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
4938 Remove.
4939 (pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
4940 (electric-pascal-terminate-line, pascal-set-auto-comments)
4941 (pascal-indent-paramlist, pascal-indent-declaration)
4942 (pascal-get-lineup-indent, pascal-func-completion)
4943 (pascal-get-completion-decl, pascal-var-completion, pascal-completion):
4944 Use point-at-bol, point-at-eol.
4945 * progmodes/flymake.el (flymake-line-beginning-position)
4946 (flymake-line-end-position): Remove.
4947 (flymake-highlight-line): Use point-at-bol, point-at-eol.
4948 * eshell/esh-util.el (line-end-position, line-beginning-position):
4949 Remove compat definitions.
4950
4951 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4952 Use end-of-line N.
4953 (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine):
4954 Use line-end-position.
4955
4956 * emacs-lisp/chart.el (chart-zap-chars):
4957 * play/decipher.el (decipher-set-map):
4958 * progmodes/ada-mode.el (ada-get-current-indent)
4959 (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard):
4960 * progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help):
4961 * progmodes/ada-xref.el (ada-initialize-runtime-library)
4962 (ada-get-all-references):
4963 * progmodes/cperl-mode.el (cperl-electric-paren)
4964 (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else)
4965 (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol)
4966 (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing)
4967 (cperl-word-at-point-hard):
4968 * progmodes/idlw-shell.el (idlwave-shell-move-or-history)
4969 (idlwave-shell-filename-string, idlwave-shell-batch-command)
4970 (idlwave-shell-display-line):
4971 * progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph)
4972 (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template):
4973 * progmodes/js.el (js--re-search-forward-inner)
4974 (js--re-search-backward-inner):
4975 * progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2)
4976 (vhdl-fix-clause, vhdl-compose-configuration-architecture):
4977 * progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile):
4978 * textmodes/flyspell.el (flyspell-process-localwords):
4979 * textmodes/ispell.el (ispell-buffer-local-parsing)
4980 (ispell-buffer-local-dict, ispell-buffer-local-words):
4981 Use point-at-bol and point-at-eol.
4982
4983 * speedbar.el (speedbar-generic-item-info)
4984 (speedbar-item-info-tag-helper, speedbar-change-expand-button-char)
4985 (speedbar-add-indicator, speedbar-check-vc-this-line)
4986 (speedbar-check-obj-this-line, speedbar-extract-one-symbol)
4987 (speedbar-buffers-line-directory, speedbar-buffer-revert-buffer):
4988 Replace more uses of end-of-line etc with line-end-position.
4989
4990 2010-11-06 Glenn Morris <rgm@gnu.org>
4991
4992 * textmodes/texnfo-upd.el (texinfo-start-menu-description)
4993 (texinfo-update-menu-region-beginning, texinfo-menu-first-node)
4994 (texinfo-delete-existing-pointers, texinfo-find-pointer)
4995 (texinfo-clean-up-node-line, texinfo-insert-node-lines)
4996 (texinfo-multiple-files-update):
4997 * textmodes/table.el (table--probe-cell-left-up)
4998 (table--probe-cell-right-bottom):
4999 * textmodes/picture.el (picture-tab-search):
5000 * textmodes/page-ext.el (pages-copy-header-and-position)
5001 (pages-directory-for-addresses):
5002 * progmodes/vera-mode.el (vera-get-offset):
5003 * progmodes/simula.el (simula-calculate-indent):
5004 * progmodes/python.el (python-pdbtrack-overlay-arrow):
5005 * progmodes/prolog.el (end-of-prolog-clause):
5006 * progmodes/perl-mode.el (perl-calculate-indent, perl-indent-exp):
5007 * progmodes/icon.el (indent-icon-exp):
5008 * progmodes/etags.el (tag-re-match-p):
5009 * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
5010 * progmodes/ebnf2ps.el (ebnf-begin-file):
5011 * progmodes/dcl-mode.el (dcl-back-to-indentation-1)
5012 (dcl-save-local-variable):
5013 * play/life.el (life-setup):
5014 * play/gametree.el (gametree-looking-at-ply):
5015 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
5016 * mail/sendmail.el (mail-mode-auto-fill):
5017 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
5018 * emacs-lisp/edebug.el (edebug-overlay-arrow):
5019 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid):
5020 * woman.el (woman-parse-numeric-value, woman2-TH, woman2-SH)
5021 (woman-tab-to-tab-stop, WoMan-warn-ignored):
5022 * type-break.el (type-break-file-keystroke-count):
5023 * term.el (term-replace-by-expanded-history-before-point)
5024 (term-skip-prompt, term-extract-string):
5025 * speedbar.el (speedbar-edit-line, speedbar-expand-line)
5026 (speedbar-contract-line, speedbar-toggle-line-expansion)
5027 (speedbar-parse-c-or-c++tag, speedbar-parse-tex-string)
5028 (speedbar-buffer-revert-buffer, speedbar-highlight-one-tag-line):
5029 * sort.el (sort-skip-fields):
5030 * skeleton.el (skeleton-internal-list):
5031 * simple.el (line-move-finish, line-move-to-column):
5032 * shell.el (shell-forward-command):
5033 * misc.el (copy-from-above-command):
5034 * makesum.el (double-column):
5035 * ebuff-menu.el (electric-buffer-update-highlight):
5036 * dired.el (dired-move-to-end-of-filename):
5037 * dframe.el (dframe-popup-kludge):
5038 * bookmark.el (bookmark-kill-line, bookmark-bmenu-show-filenames):
5039 * arc-mode.el (archive-get-lineno):
5040 Use line-end-position and line-beginning-position.
5041
5042 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins):
5043 (idlwave-study-twins): Prefix dynamic local `class'.
5044 (idlwave-routine-twin-compare): Update for above name change.
5045
5046 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
5047 Use boundp tests to silence compiler. Update for changed name of
5048 bytecomp-filename variable.
5049
5050 * emulation/viper-cmd.el (viper-read-string-with-history):
5051 Prefix dynamic local `initial'.
5052 (viper-minibuffer-standard-hook): Update for above name change.
5053
5054 * emacs-lisp/elint.el (elint-init-env): Prefix dynamic local `env'.
5055 (elint-init-form): Update for above name change.
5056
5057 * mail/mail-extr.el (mail-extract-address-components): Give dynamic
5058 local variables `cbeg' and `cend' a prefix.
5059 (mail-extr-voodoo): Update for above name change.
5060
5061 * textmodes/reftex-toc.el (reftex-toc-do-promote)
5062 (reftex-toc-promote-prepare): Pass `delta' as an explicit argument.
5063 (reftex-toc-promote-action): Doc fix.
5064
5065 * textmodes/reftex-sel.el (reftex-select-item): Give local variables
5066 `prompt', `data' a prefix.
5067 (reftex-select-post-command-hook, reftex-select-callback)
5068 (reftex-select-mouse-accept, reftex-select-read-cite):
5069 Update for above name changes.
5070
5071 * textmodes/reftex-ref.el (reftex-reference): Rename local variable
5072 `refstyle' to reftex-refstyle.
5073 (reftex-offer-label-menu): Update for above name change.
5074 * textmodes/reftex-sel.el (reftex-select-toggle-varioref): Update for
5075 `refstyle' name change.
5076
5077 * vc/emerge.el (emerge-eval-in-buffer): Remove, and replace all uses
5078 with with-current-buffer.
5079 (diff, template): Give dynamic local variables a prefix.
5080 (emerge-line-numbers): Rename local `diff' to emerge-line-diff.
5081 (emerge-line-number-in-buf): Update for above name change.
5082 (emerge-combine-versions-internal): Rename local `template' to
5083 emerge-combine-template.
5084 (emerge-combine-versions-edit): Update for above name change.
5085
5086 2010-11-06 Ralf Angeli <angeli@caeruleus.net>
5087
5088 * textmodes/reftex-cite.el
5089 (reftex-extract-bib-entries-from-thebibliography): Match bibitem
5090 entries with whitespace after \bibitem.
5091 (reftex-create-bibtex-file): Match entries containing numbers and
5092 symbol constituents. Make sure that entries with whitespace at
5093 various places are found.
5094
5095 2010-11-05 Christian Millour <cm@abtela.com> (tiny change)
5096
5097 * shell.el (shell-process-popd): Made aware of comint-file-name-prefix.
5098
5099 2010-11-05 Jan Djärv <jan.h.d@swipnet.se>
5100
5101 * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
5102
5103 2010-11-05 Glenn Morris <rgm@gnu.org>
5104
5105 * woman.el (woman0-roff-buffer, woman1-roff-buffer)
5106 (woman2-roff-buffer): Give local variable `request' a prefix.
5107 (woman0-macro): Rename argument `request' in the same way.
5108 (woman-request): New name for `request' dynamic variable.
5109 (woman-unquote, woman-forward-arg): Update for above name change.
5110 (woman1-roff-buffer): Give local variable `unquote' a prefix.
5111 (woman1-unquote): New name for `unquote' dynamic variable.
5112 (woman1-B-or-I, woman1-alt-fonts): Update for above name change.
5113 (woman-translations): Rename from `translations'. No longer global.
5114 (woman2-tr, woman-translate): Update for above name change.
5115 (woman-translate): Check for bound variable.
5116 (woman2-roff-buffer): Give local variable `translations' a prefix.
5117
5118 * play/doctor.el: Give all local variables a prefix. Update callers.
5119 (doc$, doctor-put-meaning): Use backquote.
5120
5121 * emacs-lisp/cl-macs.el (loop): Give local variable args a prefix.
5122 (cl-parse-loop-clause, cl-loop-handle-accum): Update for above change.
5123
5124 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Give local
5125 variables bytes, ptr, op a prefix.
5126 (disassemble-offset): Update for above change.
5127
5128 2010-11-03 Chong Yidong <cyd@stupidchicken.com>
5129
5130 * emacs-lisp/package.el (package-unpack): Remove no-op.
5131 (package--builtins, package--dir): Doc fix.
5132 (package-activate-1, package-activate, package-install)
5133 (package-compute-transaction): Fix error message.
5134 (package-delete): Use delete-directory. Omit system packages.
5135 (package-initialize): Set package-alist to nil first.
5136 (package-menu-mark-delete, package-menu-mark-install): Don't add
5137 symbols that are inconsistent with the package state.
5138 (package-menu-execute): Perform deletions and installations as
5139 single batch operations.
5140
5141 2010-11-03 Glenn Morris <rgm@gnu.org>
5142
5143 * progmodes/idlwave.el (idlwave-pset): Only used on XEmacs.
5144 (props): Remove unnecessary declaration.
5145
5146 * textmodes/ispell.el (ispell-init-process): On Emacs, always use
5147 set-process-query-on-exit-flag.
5148
5149 * textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
5150 (reftex-toc-do-promote): Remove unused local `mpos'.
5151 (reftex-toc-restore-region): Make `mpos' local to this function.
5152
5153 * net/dbus.el (dbus-name-owner-changed-handler): Doc fix.
5154
5155 * play/landmark.el (lm-losing-threshold): Correct spelling.
5156 (lm-human-plays): Use new name.
5157
5158 * play/gomoku.el (gomoku-loosing-threshold): Correct spelling.
5159 (gomoku-human-plays): Use new name.
5160
5161 * play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
5162 (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
5163 (gomoku-score-trans-table, gomoku-winning-threshold)
5164 (gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
5165
5166 2010-11-03 Chong Yidong <cyd@stupidchicken.com>
5167
5168 * emacs-lisp/package.el: Don't put built-in packages in
5169 package-alist, to avoid loading inefficiencies.
5170 (package-built-in-p): Make VERSION optional, and treat it as a
5171 minimum acceptable version.
5172 (package-activate): Search separately for built-in packages.
5173 Emit a warning if a dependency fails.
5174 (define-package): Handle most common case, where there is no
5175 obsolete package, first.
5176 (package-compute-transaction): Print required version in error.
5177 (package--initialized): New variable.
5178 (list-packages): Use it.
5179 (package-initialize): Optional arg NO-ACTIVATE. Don't put
5180 built-in packages in packages-alist; keep it separate.
5181 Set package--initialized.
5182 (describe-package): Avoid activating packages as a side-effect.
5183 Search separately for built-in packages.
5184 (describe-package-1): Handle the case where an elpa package is
5185 simultaneously built-in and available/installed.
5186 (package-installed-p, package--generate-package-list):
5187 Search separately for built-in packages.
5188 (package-load-descriptor): Doc fix.
5189
5190 2010-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5191
5192 * progmodes/perl-mode.el (perl-syntax-propertize-function):
5193 Handle __DATA__ and __END__.
5194
5195 2010-11-02 Noah Friedman <friedman@splode.com>
5196
5197 * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
5198 nil, do not ask to recompile files that are not already compiled,
5199 and do not recompile them.
5200
5201 2010-11-02 Chong Yidong <cyd@stupidchicken.com>
5202
5203 * emacs-lisp/package.el (package-initialize): Ensure that
5204 obsoleted built-in packages are not in package-activated-list
5205 during activation.
5206 (describe-package-1): Make the "installed" status override
5207 "built-in".
5208
5209 2010-11-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5210
5211 * subr.el (version-separator, version-regexp-alist): Remove '*'
5212 from docstring.
5213 (version-list-<=, version<=, version=): Doc fix.
5214
5215 2010-11-01 Kenichi Handa <handa@m17n.org>
5216
5217 * faces.el (glyphless-char): Inherit underline for tty.
5218
5219 2010-11-01 Kenichi Handa <handa@m17n.org>
5220
5221 Implement various display methods for glyphless characters.
5222
5223 * international/characters.el (char-acronym-table): New variable.
5224 (glyphless-char-control): New variable.
5225 (update-glyphless-char-display): New function.
5226
5227 * faces.el (glyphless-char): New face.
5228
5229 2010-11-01 Glenn Morris <rgm@gnu.org>
5230
5231 * calendar/holidays.el (general-holidays, oriental-holidays)
5232 (local-holidays, other-holidays, hebrew-holidays, christian-holidays)
5233 (islamic-holidays, bahai-holidays, solar-holidays): Move aliases before
5234 the definitions of their targets.
5235
5236 * emacs-lisp/smie.el (smie): New custom group.
5237 (smie-blink-matching-inners, smie-indent-basic): Add :group.
5238
5239 * faces.el (xw-defined-colors, x-setup-function-keys):
5240 * mouse-sel.el (x-select-text):
5241 * term/w32console.el (x-setup-function-keys): Update declarations.
5242
5243 * progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare.
5244
5245 * textmodes/ispell.el (comment-add): Declare.
5246
5247 * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
5248 Declare.
5249
5250 * info.el (finder-keywords-hash, package-alist): Declare.
5251
5252 2010-11-01 Chong Yidong <cyd@stupidchicken.com>
5253
5254 * finder.el (finder-compile-keywords): Don't use intern-soft,
5255 since package names may not yet exist in the obarray.
5256
5257 2010-11-01 Chong Yidong <cyd@stupidchicken.com>
5258
5259 * vc/vc-arch.el (vc-arch-checkin):
5260 * vc/vc-cvs.el (vc-cvs-checkin):
5261 * vc/vc-mtn.el (vc-mtn-checkin):
5262 * vc/vc-rcs.el (vc-rcs-checkin):
5263 * vc/vc-sccs.el (vc-sccs-checkin):
5264 * vc/vc-svn.el (vc-svn-checkin): Remove optional extra arg, unused
5265 since 2010-04-21 commit by Stefan Monnier.
5266
5267 2010-11-01 Glenn Morris <rgm@gnu.org>
5268
5269 * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
5270
5271 * startup.el (package-enable-at-startup, package-initialize):
5272 Silence compiler.
5273
5274 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
5275 Silence compiler.
5276
5277 2010-10-31 Julien Danjou <julien@danjou.info>
5278
5279 * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
5280 (byte-recompile-directory):
5281 * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
5282 Use `byte-recompile-file'.
5283
5284 2010-10-31 Glenn Morris <rgm@gnu.org>
5285
5286 * cus-start.el: Handle standard values via a keyword.
5287 Only set version property if specified.
5288 (cursor-in-non-selected-windows, menu-bar-mode)
5289 (tool-bar-mode, show-trailing-whitespace):
5290 Do not specify standard values.
5291 (transient-mark-mode, temporary-file-directory): Use :standard.
5292
5293 2010-10-31 Jan Djärv <jan.h.d@swipnet.se>
5294
5295 * term/x-win.el (x-get-selection-value): New function that gets
5296 PRIMARY with type as specified in x-select-request-type. (Bug#6802)
5297
5298 2010-10-31 Michael Albinus <michael.albinus@gmx.de>
5299
5300 * net/tramp.el (tramp-handle-insert-file-contents): For root,
5301 preserve owner and group when editing files. (Bug#7289)
5302
5303 2010-10-31 Glenn Morris <rgm@gnu.org>
5304
5305 * speedbar.el (speedbar-mode):
5306 * play/fortune.el (fortune-in-buffer, fortune):
5307 * play/gomoku.el (gomoku-mode):
5308 * play/landmark.el (lm-mode):
5309 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
5310 Replace inappropriate uses of toggle-read-only. (Bug#7292)
5311
5312 * select.el (x-selection): Mark it as an obsolete alias.
5313
5314 2010-10-31 Aaron S. Hawley <aaron.s.hawley@gmail.com>
5315
5316 * vc/add-log.el (find-change-log): Use derived-mode-p rather than
5317 major-mode (bug#7284).
5318
5319 2010-10-31 Glenn Morris <rgm@gnu.org>
5320
5321 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
5322 rather than just an unused variable that inherits from the real one.
5323
5324 2010-10-31 Alan Mackenzie <acm@muc.de>
5325
5326 * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
5327 This fixes bug #7185.
5328
5329 2010-10-30 Chong Yidong <cyd@stupidchicken.com>
5330
5331 * startup.el (command-line): Search for package directories, and
5332 don't load package.el if none are found.
5333
5334 * emacs-lisp/package.el (describe-package, list-packages):
5335 Call package-initialize if it has not been called yet.
5336
5337 2010-10-30 Alan Mackenzie <acm@muc.de>
5338
5339 * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
5340 which fontifies the tail of an enum.
5341 (c-basic-matchers-after): Insert a call to the above new function.
5342 This fixes bug #7264.
5343
5344 2010-10-30 Glenn Morris <rgm@gnu.org>
5345
5346 * cus-start.el: Add :set properties for minor modes menu-bar-mode,
5347 tool-bar-mode, transient-mark-mode. (Bug#7306)
5348 Include the :set property in the dumped Emacs.
5349
5350 2010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5351
5352 SMIE: change indent rules format, improve smie-setup.
5353 * emacs-lisp/smie.el (smie-precs-precedence-table)
5354 (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
5355 Mark them pure so the tables gets built at compile time.
5356 (smie-bnf-precedence-table): Store the closer-alist in the table.
5357 (smie-prec2-levels): Preserve the closer-alist.
5358 (smie-blink-matching-open): Be more forgiving in case of indentation.
5359 (smie-hanging-p): Rename from smie-indent--hanging-p.
5360 (smie-bolp): Rename from smie-indent--bolp.
5361 (smie--parent, smie--after): New dynamic vars.
5362 (smie-parent-p, smie-next-p, smie-prev-p): New funs.
5363 (smie-indent-rules): Remove.
5364 (smie-indent--offset-rule): Remove fun.
5365 (smie-rules-function): New var.
5366 (smie-indent--rule): New fun.
5367 (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
5368 (smie-indent-exps): Use it.
5369 (smie-setup): Setup paren blinking; add keyword args for token
5370 functions; extract closer-alist from op-levels.
5371 (smie-indent-debug-log): Remove var.
5372 (smie-indent-debug): Remove fun.
5373 * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
5374 (prolog-smie-rules): New fun to replace it.
5375 (prolog-mode-variables): Simplify.
5376 * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
5377 it's setup automatically.
5378 (octave-smie-indent-rules): Remove.
5379 (octave-smie-rules): New fun to replace it.
5380 (octave-mode): Simplify.
5381
5382 2010-10-29 Glenn Morris <rgm@gnu.org>
5383
5384 * files.el (temporary-file-directory): Remove (already defined in C).
5385 * cus-start.el: Add temporary-file-directory.
5386
5387 * abbrev.el (abbrev-mode):
5388 * composite.el (auto-composition-mode):
5389 * menu-bar.el (menu-bar-mode):
5390 * simple.el (transient-mark-mode):
5391 * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
5392 that they do not define the associated variables twice.
5393 * simple.el (transient-mark-mode): Remove defvar.
5394 * composite.el (auto-composition-mode): Make variable auto-buffer-local.
5395 * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
5396 Handle multiple groups, and also custom-delayed-init-variables.
5397 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
5398
5399 2010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5400
5401 * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
5402 (pcase-if): Add one minor optimization.
5403 (pcase-split-equal): Rename from pcase-split-eq.
5404 (pcase-split-member): Rename from pcase-split-memq.
5405 (pcase-u1): Add strings to the member optimization.
5406 Add `guard' variant of predicates.
5407 (pcase-q1): Add string patterns.
5408
5409 2010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5410
5411 * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
5412
5413 2010-10-28 Glenn Morris <rgm@gnu.org>
5414
5415 * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
5416 Move menu-bar related settings to ../menu-bar.el.
5417 * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
5418 Move ns-specific settings here from term/ns-win.el.
5419
5420 * simple.el (x-selection-owner-p): Remove unused declaration.
5421
5422 2010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5423
5424 * minibuffer.el (completion-cycling): New var (bug#7266).
5425 (minibuffer-complete, completion--do-completion):
5426 Use completion--flush-all-sorted-completions.
5427 (minibuffer-complete): Only cycle if completion-cycling is set.
5428 (completion--flush-all-sorted-completions): Unset completion-cycling.
5429 (minibuffer-force-complete): Set completion-cycling.
5430 (completion-all-sorted-completions): Move declaration before first use.
5431
5432 2010-10-28 Leo <sdl.web@gmail.com>
5433
5434 * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
5435 which changes the order of matches seen by users (bug#7231).
5436
5437 2010-10-28 Jes Bodi Klinke <jes@bodi-klinke.dk> (tiny change)
5438
5439 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5440 Don't confuse -omega as "-o mega".
5441
5442 2010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
5443
5444 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
5445 (log-edit-author): New dynamic var.
5446 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
5447 to return the author if different from committer.
5448 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
5449
5450 * play/landmark.el: Adjust commenting convention.
5451 (lm-nil-score): Rename from nil-score.
5452 (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
5453 (OOOOscore): Move into a let in lm-score-trans-table.
5454 (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
5455
5456 * electric.el (electric-indent-chars): Autoload.
5457 * progmodes/octave-mod.el (octave-mode):
5458 * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
5459 (ruby-mode-abbrev-table): Merge initialization and declaration.
5460
5461 2010-10-27 Glenn Morris <rgm@gnu.org>
5462
5463 * abbrev.el (abbrev-mode): Remove one of the three definitions of this
5464 variable.
5465
5466 * server.el (server-host, server-port, server-auth-dir): Autoload risky.
5467
5468 * term/ns-win.el: Restore require of cl when compiling.
5469 (menu-bar-final-items): Remove non-existent `windows' menu.
5470 (ns-handle-nxopen): Optionally handle the temp-case.
5471 (ns-handle-nxopentemp): Just call ns-handle-nxopen.
5472 (ns-insert-file, ns-find-file): Use `pop'.
5473
5474 2010-10-26 Glenn Morris <rgm@gnu.org>
5475
5476 * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
5477
5478 2010-10-26 Adrian Robert <Adrian.B.Robert@gmail.com>
5479
5480 * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
5481 global map.
5482 * term/common-win.el (x-setup-function-keys): Remove most of the
5483 keymappings. Comment on the remaining ones.
5484
5485 2010-10-26 Peter Oliver <p.d.oliver@mavit.org.uk> (tiny change)
5486
5487 * server.el (server-port): New option. (Bug#854)
5488 (server-start): Use server-port.
5489
5490 2010-10-26 Glenn Morris <rgm@gnu.org>
5491
5492 * term/ns-win.el (ns-version-string): Remove unused declaration.
5493 (ns-invocation-args): Change to x-invocation-args.
5494 (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
5495 (ns-handle-name-switch, ns-ignore-2-arg): Remove.
5496 (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
5497 Use x-invocation-args instead of ns-invocation-args.
5498 (ns-initialize-window-system, handle-args-function-alist):
5499 Use x-handle-args instead of ns-handle-args.
5500 * term/common-win.el (x-handle-args): Also handle nextstep arguments.
5501 * startup.el (command-line-ns-option-alist): Replace
5502 ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
5503 ns-handle-iconic with the x- equivalents.
5504
5505 * term/common-win.el (x-select-enable-clipboard):
5506 * term/pc-win.el (x-select-enable-clipboard): Doc fix.
5507
5508 * term/ns-win.el: No need to require cl when compiling.
5509 (x-display-name, x-setup-function-keys, x-select-text, x-colors)
5510 (xw-defined-colors): Use the common-win definitions.
5511 (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
5512 (ns-handle-iconic): Make it an alias for x-handle-iconic.
5513 * term/common-win.el (x-select-text, x-alternatives-map)
5514 (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
5515 * loadup.el [ns]: Load common-win.
5516
5517 2010-10-26 Daiki Ueno <ueno@unixuser.org>
5518
5519 * epa-mail.el (epa-mail-encrypt): Handle local-part only
5520 recipients; expand mail aliases (Bug#7280).
5521
5522 2010-10-25 Glenn Morris <rgm@gnu.org>
5523
5524 * term/common-win.el (x-handle-switch): Simplify with pop.
5525 Optionally handle numeric switches.
5526 (x-handle-numeric-switch): Just call x-handle-switch.
5527 (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
5528 (x-handle-name-switch, x-handle-display, x-handle-args):
5529 Simplify with pop.
5530
5531 * term/ns-win.el: Do not require easymenu.
5532 (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
5533 <spell>: Move adjustments to menu-bar.el.
5534 * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
5535 <separator-undo, spell>: Move ns-win's adjustments here.
5536 * loadup.el [ns]: Do not load easymenu.
5537
5538 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
5539
5540 * image.el (image-checkbox-checked, image-checkbox-unchecked):
5541 Delete (Bug#7222).
5542
5543 * startup.el (fancy-startup-tail): Instead of using inline images,
5544 refer to image files from etc/.
5545
5546 * wid-edit.el (checkbox): Likewise.
5547 (widget-image-find): Center image specs.
5548
5549 2010-10-24 Glenn Morris <rgm@gnu.org>
5550
5551 * term/ns-win.el (x-select-text): Doc fix.
5552 * w32-fns.el (x-alternatives-map, x-setup-function-keys)
5553 (x-select-text): Move to term/common-win.
5554 * term/w32-win.el (xw-defined-colors): Move to common-win.
5555 * term/x-win.el (xw-defined-colors, x-alternatives-map)
5556 (x-setup-function-keys, x-select-text): Move to common-win.
5557 * term/common-win.el (x-select-text, x-alternatives-map)
5558 (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
5559 definitions here.
5560
5561 2010-10-24 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
5562
5563 * net/mairix.el (mairix-searches-mode-map):
5564 * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
5565
5566 2010-10-24 Michael McNamara <mac@mail.brushroad.com>
5567
5568 * progmodes/verilog-mode.el (verilog-directive-re): Make this variable
5569 auto-built for efficiency of execution and updating.
5570 (verilog-extended-complete-re): Support 'pure' fucntion & task
5571 declarations (these have no bodies).
5572 (verilog-beg-of-statement): General cleanup to enable support of
5573 'pure' fucntion & task declarations (these have no bodies).
5574 These efforts together fix Verilog bug210 from veripool; which was also
5575 noticed by Steve Pearlmutter.
5576 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
5577 (verilog-directive-nest-re, verilog-set-auto-endcomments):
5578 Support `elsif. Reported by Shankar Giri.
5579 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
5580 attribute handling for lining up declarations and assignments.
5581 (verilog-beg-of-statement-1): Fix issue where continued declaration
5582 is indented differently if it is after a begin..end clock.
5583 (verilog-in-attribute-p, verilog-skip-backward-comments)
5584 (verilog-skip-forward-comment-p): Support proper treatment of
5585 attributes by indent code. Reported by Jeff Steele.
5586 (verilog-in-directive-p): Fix comment to correctly describe function.
5587 (verilog-backward-up-list, verilog-in-struct-region-p)
5588 (verilog-backward-token, verilog-in-struct-p)
5589 (verilog-in-coverage-p, verilog-do-indent)
5590 (verilog-pretty-declarations): Use verilog-backward-up-list as
5591 wrapper around backward-up-list inorder to properly skip comments.
5592 Reported by David Rogoff.
5593 (verilog-property-re, verilog-endcomment-reason-re)
5594 (verilog-beg-of-statement, verilog-set-auto-endcomments)
5595 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
5596 of if). Reported by Max Bjurling and
5597 (verilog-calc-1): Fix for clocking block in modport
5598 declaration. Reported by Brian Hunter.
5599
5600 2010-10-24 Wilson Snyder <wsnyder@wsnyder.org>
5601
5602 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
5603 (verilog-gate-keywords, verilog-read-sub-decls)
5604 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
5605 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
5606 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
5607 (verilog-read-decls): Fix spaces in V2K module parameters causing
5608 mis-identification as interfaces, bug287.
5609 (verilog-read-decls): Fix not treating "parameter string" as a
5610 parameter in AUTOINSTPARAM.
5611 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
5612 treating `elsif similar to `endif inside AUTOSENSE.
5613 (verilog-do-indent): Implement correct automatic or static task or
5614 function end comment highlight. Reported by Steve Pearlmutter.
5615 (verilog-font-lock-keywords-2): Fix highlighting of single
5616 character pins, bug264. Reported by Michael Laajanen.
5617 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
5618 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
5619 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
5620 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
5621 (verilog-pretty-expr): Fix interactive arguments, bug272.
5622 Reported by Mark Johnson.
5623 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
5624 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
5625 bug269. Suggested by Gary Delp.
5626 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
5627 (verilog-preprocessor, verilog-set-compile-command):
5628 Create verilog-preprocess and verilog-preprocessor to show
5629 preprocessed output.
5630 (verilog-get-beg-of-line, verilog-get-end-of-line)
5631 (verilog-modi-file-or-buffer, verilog-modi-name)
5632 (verilog-modi-point, verilog-within-string): Move defmacro's
5633 before first use to avoid warning. Reported by Steve Pearlmutter.
5634 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
5635 (verilog-colorize-region, verilog-highlight-buffer)
5636 (verilog-highlight-includes, verilog-highlight-modules)
5637 (verilog-highlight-region, verilog-mode): Rename colorize to
5638 highlight to match other packages. Disable module highlighting,
5639 as received speed complaints, reenable for experimentation only
5640 using new verilog-highlight-modules.
5641 (verilog-read-decls): Fix regexp stack overflow in very large
5642 AUTO_TEMPLATEs, bug250.
5643 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
5644 (verilog-scan): Create verilog-save-buffer-state to standardize
5645 making insignificant changes that shouldn't call hooks.
5646 (verilog-save-no-change-functions, verilog-save-scan-cache)
5647 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
5648 Create verilog-save-no-change-functions to wrap verilog-scan
5649 preservation, and fix to work with nested preserved calls.
5650 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
5651 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
5652 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
5653 (verilog-submit-bug-report): Update variable list to be complete.
5654 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
5655 breaking on-the-fly font-locking.
5656 (verilog-colorize-buffer, verilog-colorize-include-files)
5657 (verilog-colorize-include-files-buffer, verilog-colorize-region)
5658 (verilog-load-file-at-mouse, verilog-load-file-at-point)
5659 (verilog-mode, verilog-read-inst-module-matcher): With point on a
5660 AUTOINST cell instance name, middle mouse button now finds-file on
5661 it. Suggested by Brad Dobbie.
5662 (verilog-alw-get-temps, verilog-auto-reset)
5663 (verilog-auto-sense-sigs, verilog-read-always-signals)
5664 (verilog-read-always-signals-recurse): Fix loop indexes being
5665 AUTORESET. AUTORESET now assumes any variables in the
5666 initialization section of a for() should be ignored.
5667 Reported by Dan Dever.
5668 (verilog-error-font-lock-keywords)
5669 (verilog-error-regexp-emacs-alist)
5670 (verilog-error-regexp-xemacs-alist): Fix error detection of
5671 Cadence HAL, reported by David Asher. Repair drift between the
5672 three similar error variables.
5673 (verilog-modi-lookup, verilog-modi-lookup-cache)
5674 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
5675 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
5676 Fix slow verilog-auto expansion on very large files.
5677 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
5678 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
5679 "{1*2{...". Broke in last revision.
5680 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
5681 submodule connections with replications "{#{a},#{b}}".
5682
5683 2010-10-24 Juanma Barranquero <lekktu@gmail.com>
5684
5685 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
5686 Fix typo in docstring.
5687
5688 2010-10-24 Kenichi Handa <handa@m17n.org>
5689
5690 * face-remap.el (text-scale-adjust): Call read-event with a proper
5691 prompt.
5692
5693 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
5694
5695 * emacs-lisp/unsafep.el: Don't mark functions that display
5696 messages as safe. Suggested by Johan Bockgård.
5697
5698 2010-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5699
5700 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
5701 Turn comments into docstrings.
5702
5703 * minibuffer.el (completion--replace): Move point where it belongs
5704 when there's a common suffix (bug#7215).
5705
5706 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
5707
5708 Merge read-color and facemenu-read-color (Bug#7242).
5709
5710 * faces.el (read-color): Use the completion code from
5711 facemenu-read-color. Require match in completion. Doc fix.
5712
5713 * facemenu.el (facemenu-read-color): Alias for read-color.
5714 (facemenu-set-foreground, facemenu-set-background):
5715 Use read-color.
5716
5717 * frame.el (set-background-color, set-foreground-color)
5718 (set-cursor-color, set-mouse-color, set-border-color):
5719 Use read-color.
5720
5721 2010-10-24 Leo <sdl.web@gmail.com>
5722
5723 * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
5724 argument of delete-file and delete-directory (Bug#7011).
5725
5726 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
5727
5728 * emacs-lisp/package.el (package-menu-mode-map): Inherit from
5729 button-buffer-map.
5730
5731 2010-10-24 Ralf Angeli <angeli@caeruleus.net>
5732
5733 * emacs-lisp/package.el (package--generate-package-list): Make the
5734 *Packages* buffer read-only.
5735
5736 2010-10-24 Alan Mackenzie <acm@muc.de>
5737
5738 * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
5739 result of `c-beginning-of-decl-1' between invocations of a lambda
5740 function (Bug #7265).
5741
5742 2010-10-24 Daiki Ueno <ueno@unixuser.org>
5743
5744 * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
5745 executable is not available on the system (Bug#7268).
5746
5747 2010-10-24 Glenn Morris <rgm@gnu.org>
5748
5749 * select.el (selection-coding-system, next-selection-coding-system):
5750 Sync doc with C versions.
5751
5752 * w32-vars.el (x-select-enable-clipboard):
5753 * term/x-win.el (x-select-enable-clipboard): Move to common-win.
5754 * term/common-win.el (x-select-enable-clipboard): Move here.
5755
5756 * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
5757 definition of C variable.
5758
5759 * frame.el (show-trailing-whitespace, auto-hscroll-mode)
5760 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5761 Don't redefine things that are defined in C.
5762 * cus-start.el: Also handle :risky, :safe, :set, and :tag.
5763 (show-trailing-whitespace, auto-hscroll-mode)
5764 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5765 Set up the appropriate custom properties.
5766
5767 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
5768
5769 Bind "C-c ]" to ...
5770 * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
5771 * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
5772 * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
5773 * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
5774
5775 2010-10-23 Glenn Morris <rgm@gnu.org>
5776
5777 * textmodes/flyspell.el (flyspell-mode): If there was an error,
5778 say what it was.
5779
5780 * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
5781 Sync docs with C version.
5782
5783 * term/ns-win.el (xw-defined-colors):
5784 * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
5785
5786 * term/pc-win.el (x-select-enable-clipboard):
5787 * term/x-win.el (x-select-enable-clipboard):
5788 * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
5789
5790 * comint.el (comint-password-prompt-regexp): Make it less vague.
5791 Bump version.
5792
5793 * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
5794
5795 * help.el (finder-by-keyword): Remove unnecessary autoload.
5796
5797 2010-10-22 Glenn Morris <rgm@gnu.org>
5798
5799 * loadup.el: Unconditionally load float-sup.
5800 * paren.el (show-paren-delay):
5801 * emacs-lisp/float-sup.el:
5802 * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
5803 * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
5804 (lazy-lock-stealth-verbose): Assume float support.
5805 * ps-print.el: Assume float support on Emacs.
5806 * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
5807 Remove non-float branch.
5808
5809 * emacs-lisp/autoload.el (batch-update-autoloads): Update for
5810 src/Makefile no longer being pre-processed.
5811
5812 2010-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5813
5814 * emacs-lisp/find-func.el (find-library): Use test-completion.
5815
5816 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5817
5818 * newcomment.el (comment-dwim): Fix the intentation in the doc string.
5819
5820 2010-10-21 Michael Albinus <michael.albinus@gmx.de>
5821
5822 * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
5823 space in stat format string.
5824 (tramp-send-command): Unset $PS1 when using here documents, in
5825 order not to get several prompts.
5826 (tramp-get-inline-coding): Return `nil' in case of errors.
5827
5828 2010-10-21 Daiki Ueno <ueno@unixuser.org>
5829
5830 * hexl.el (hexl-mode, hexl-mode-exit):
5831 Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
5832 (hexl-revert-buffer-function): New function.
5833 (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
5834
5835 2010-10-19 Alan Mackenzie <acm@muc.de>
5836
5837 * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
5838 Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
5839 that these keywords aren't wrongly matched as identifiers.
5840
5841 * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
5842 setting of c-new-BEG and c-new-END from c-before-change to
5843 c-after-change. (Bug#7181)
5844
5845 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
5846
5847 * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
5848 Don't mark as safe.
5849
5850 * custom.el (custom-theme-set-variables): Likewise.
5851 (load-theme): Add custom-theme-set-faces and
5852 custom-theme-set-variables to safe-functions while loading.
5853 (custom-enabled-themes): Mark as risky.
5854
5855 2010-10-18 Julien Danjou <julien@danjou.info>
5856
5857 * bindings.el: Remove end dashes in default mode-line-format.
5858
5859 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
5860
5861 * bindings.el (global-map): Bind C-d to delete-char and deletechar
5862 to delete-forward-char.
5863
5864 * simple.el (normal-erase-is-backspace-mode): Remap delete to
5865 deletechar, and hence delete-forward-char.
5866
5867 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5868
5869 * repeat.el (repeat): Use read-key (bug#6256).
5870
5871 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
5872
5873 * emacs-lisp/unsafep.el: Don't mark functions that display
5874 messages as safe. Suggested by Johan Bockgård.
5875
5876 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5877
5878 * minibuffer.el (completion--replace): Move point where it belongs
5879 when there's a common suffix (bug#7215).
5880
5881 2010-10-19 Kenichi Handa <handa@m17n.org>
5882
5883 * international/characters.el: Add category '|' (word breakable)
5884 to fullwidth characters.
5885
5886 2010-10-19 Michael Albinus <michael.albinus@gmx.de>
5887
5888 * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
5889 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
5890 order to make stat results a float. Patch by Andreas Schwab
5891 <schwab@linux-m68k.org>.
5892
5893 2010-10-18 Julien Danjou <julien@danjou.info>
5894
5895 * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
5896 hidden by `make-pointer-invisible'.
5897
5898 2010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5899
5900 * files.el (locate-file-completion-table): Strip non-matching elements
5901 before checking length of list (bug#7238).
5902
5903 2010-10-18 Chong Yidong <cyd@stupidchicken.com>
5904
5905 * custom.el (custom-theme-set-variables): Mark as a safe function.
5906 (load-theme): Check forms using unsafep.
5907
5908 * cus-face.el (custom-theme-set-faces): Mark as a safe function.
5909
5910 2010-10-17 Agustín Martín <agustin.martin@hispalinux.es>
5911
5912 * textmodes/ispell.el (ispell-aspell-find-dictionary):
5913 Fix aspell data file searching (bug#7230).
5914
5915 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
5916
5917 * cus-theme.el (custom-theme--migrate-settings): New var.
5918 (customize-create-theme): Allow editing the `user' theme.
5919 (custom-theme-add-variable, custom-theme-add-var-1)
5920 (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
5921 to the front of each variable or face widget.
5922 (custom-theme-write): Save theme settings in the correct order.
5923 Optionally, remove saved settings from user customizations.
5924 (custom-theme-write-variables, custom-theme-write-faces):
5925 Save only the checked widgets.
5926 (customize-themes): Add a link for migrating custom settings.
5927
5928 * custom.el (custom-declare-theme, provide-theme):
5929 Use custom-theme-name-valid-p.
5930 (custom-theme-name-valid-p): Remove checks that are now
5931 unnecessary since themes no longer obey load-path.
5932
5933 * cus-edit.el (custom-variable-value-create): For the simple
5934 style, hide documentation string when hidden.
5935
5936 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
5937
5938 * cus-edit.el (custom-variable, custom-face): Combine the
5939 :inhibit-magic and :display-style properties into a single
5940 :custom-style property.
5941 (custom-toggle-hide-variable, custom-toggle-hide-face):
5942 New functions. If hiding an edited value, save it to :shown-value.
5943 (custom-variable-value-create, custom-face-value-create): Use them.
5944 (custom-magic-reset): Allow magic property to be unset.
5945
5946 * custom.el: Custom themes no longer use load-path.
5947 (custom-theme-load-path): New option. Change built-in theme
5948 directory to etc/.
5949 (custom-enabled-themes): Add custom-theme-load-path dependency.
5950 (custom-theme--load-path): New function.
5951 (load-theme, custom-available-themes): Use it.
5952
5953 * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
5954 (customize-themes): Link to custom-theme-load-path variable.
5955 (custom-theme-add-var-1, custom-theme-add-face-1): Use the
5956 :custom-style property.
5957
5958 * themes/*.el: Moved to etc/.
5959
5960 2010-10-16 Ralf Angeli <angeli@caeruleus.net>
5961
5962 * textmodes/reftex-cite.el
5963 (reftex-extract-bib-entries-from-thebibliography): Do not move
5964 point when searching for \bibitem entries. Match entries with
5965 spaces or tabs in front of arguments.
5966
5967 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
5968
5969 * cus-theme.el (customize-create-theme): Delete overlays after
5970 erasing. If given a THEME arg, display only the faces of that arg
5971 instead of custom-theme--listed-faces.
5972 (custom-theme-variable-menu, custom-theme-variable-action)
5973 (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
5974 (custom-theme-add-variable, custom-theme-add-face): Apply value
5975 from the theme settings, instead of the current value.
5976 (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
5977 (custom-theme-visit-theme): Allow calling outside theme buffers.
5978 (custom-theme-merge-theme): Don't enable the theme when merging.
5979 (custom-theme-write-variables, custom-theme-write-faces): Use the
5980 :shown-value properties to save buffer values, not global ones.
5981 (customize-themes): Display a warning about user customizations.
5982
5983 * cus-edit.el (custom-variable-value-create)
5984 (custom-face-value-create): Obey new special properties
5985 :shown-value and :inhibit-magic.
5986
5987 2010-10-15 Michael Albinus <michael.albinus@gmx.de>
5988
5989 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
5990 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
5991 <dale@codefu.org>.
5992
5993 2010-10-14 Kenichi Handa <handa@m17n.org>
5994
5995 * mail/rmail.el (rmail-show-message-1): Catch an error of
5996 base64-decode-region and just show an error message (bug#7165).
5997
5998 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
5999 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
6000 a font-spec (bug#7197).
6001
6002 2010-10-14 Glenn Morris <rgm@gnu.org>
6003
6004 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
6005
6006 2010-10-14 Juanma Barranquero <lekktu@gmail.com>
6007
6008 * international/mule.el (define-coding-system):
6009 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6010 * composite.el (compose-region): Fix typo in docstring.
6011
6012 2010-10-14 Chong Yidong <cyd@stupidchicken.com>
6013
6014 * cus-face.el (custom-theme-set-faces): Call custom-push-theme
6015 only after checking the theme-face property.
6016
6017 * faces.el (face-spec-reset-face): Reset all attributes in one
6018 single call to set-face-attribute.
6019 (face-spec-match-p): Make it a defsubst.
6020 (frame-set-background-mode): New arg KEEP-FACE-SPECS.
6021 (x-create-frame-with-faces, tty-create-frame-with-faces)
6022 (tty-set-up-initial-frame-faces): Don't recompute face specs in
6023 frame-set-background-mode, since they are recomputed immediately
6024 afterwards in face-set-after-frame-default.
6025 (face-set-after-frame-default): Minor optimization.
6026 (cursor): Provide non-trivial defface spec.
6027
6028 * custom.el (custom-theme-recalc-face): Simplify.
6029
6030 2010-10-14 Jay Belanger <jay.p.belanger@gmail.com>
6031
6032 * calc/calc-alg.el (math-var): Rename from `var'.
6033 (math-is-polynomial, math-is-poly-rec): Replace `var'
6034 with `math-var'.
6035
6036 * calc/calcalg2.el (math-var): Rename from `var'.
6037 (calcFunc-table, math-scan-for-limits): Replace `var'
6038 with `math-var'.
6039
6040 2010-10-13 Glenn Morris <rgm@gnu.org>
6041
6042 * subr.el (last): Deal with dotted lists (reported in bug#7174).
6043
6044 2010-10-13 Stephen Berman <stephen.berman@gmx.net>
6045
6046 * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
6047
6048 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6049
6050 * net/tls.el (tls-program): Remove spurious %s from openssl.
6051 (tls-starttls-switches): Remove starttls hack.
6052 (open-tls-stream): Ditto.
6053 (tls-find-starttls-argument): Ditto.
6054
6055 2010-10-13 Juanma Barranquero <lekktu@gmail.com>
6056
6057 * image.el (image-library-alist): Declare as obsolete alias.
6058 (image-type-available-p): Use `dynamic-library-alist'.
6059
6060 * term/w32-win.el (dynamic-library-alist):
6061 Use instead of `image-library-alist'.
6062
6063 2010-10-13 IRIE Shinsuke <irieshinsuke@yahoo.co.jp> (tiny change)
6064
6065 * subr.el (last): Make it faster. (Bug#7174)
6066
6067 2010-10-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
6068
6069 * Makefile.in (compile-clean): Use `` instead of $(). (Bug#7178)
6070
6071 2010-10-12 Chong Yidong <cyd@stupidchicken.com>
6072
6073 * cus-theme.el (custom-theme--listed-faces): Add cursor face.
6074 (describe-theme-1): Extract doc from unloaded themes.
6075
6076 * custom.el (custom-theme-name-valid-p): Don't list color-themes.
6077
6078 * themes/tango-theme.el:
6079 * themes/tango-dark-theme.el:
6080 * themes/wheatgrass-theme.el: New files.
6081
6082 2010-10-12 Chong Yidong <cyd@stupidchicken.com>
6083
6084 * cus-theme.el (describe-theme, customize-themes)
6085 (custom-theme-save): New commands.
6086 (custom-new-theme-mode-map): Bind C-x C-s.
6087 (custom-new-theme-mode): Use custom--initialize-widget-variables.
6088 (customize-create-theme): New optional arg THEME.
6089 (custom-theme-revert): Use it.
6090 (custom-theme-visit-theme): Remove dead code.
6091 (custom-theme-merge-theme): Use custom-available-themes.
6092 (custom-theme-write): Make interactive.
6093 (custom-theme-write): Use custom-theme-name-valid-p.
6094 (describe-theme-1, custom-theme-choose-revert)
6095 (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
6096 New funs.
6097 (custom-theme-allow-multiple-selections): New option.
6098 (custom-theme-choose-mode): New major mode.
6099
6100 * custom.el (custom-theme-set-variables): Remove dead code.
6101 Obey custom--inhibit-theme-enable.
6102 (custom--inhibit-theme-enable): New var.
6103 (provide-theme): Obey it.
6104 (load-theme): Replace load with manual read/eval, in order to
6105 check for correctness. Use custom-theme-name-valid-p.
6106 (custom-theme-name-valid-p): New function.
6107 (custom-available-themes): Use it.
6108
6109 * cus-edit.el (custom--initialize-widget-variables): New function.
6110 (Custom-mode): Use it.
6111
6112 * cus-face.el (custom-theme-set-faces): Remove dead code.
6113 Obey custom--inhibit-theme-enable.
6114
6115 * help-mode.el (help-theme-def, help-theme-edit): New buttons.
6116
6117 2010-10-12 Juanma Barranquero <lekktu@gmail.com>
6118
6119 * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
6120
6121 2010-10-12 Jan Djärv <jan.h.d@swipnet.se>
6122
6123 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
6124 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
6125 (mac-right-option-modifier): New alias for ns-right-option-modifier.
6126
6127 * cus-start.el (all): ns-right-alternate-modifier is new.
6128
6129 2010-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
6130
6131 * emacs-lisp/lisp.el (lisp-completion-at-point):
6132 Use emacs-lisp-mode-syntax-table for the whole function.
6133
6134 2010-10-12 David Koppelman <koppel@ece.lsu.edu>
6135
6136 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
6137 instead of font-lock-mode before adding keywords.
6138 Remove hi-lock-mode off code. Remove inhibit hack.
6139 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
6140 non-nil; removed hook inhibit hack.
6141
6142 2010-10-12 Glenn Morris <rgm@gnu.org>
6143
6144 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
6145 (load-path-shadows-find): ... to this.
6146 (list-load-path-shadows): Update for above change.
6147
6148 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
6149
6150 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
6151
6152 * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
6153 Fix comment for declare-function.
6154
6155 2010-10-11 Chong Yidong <cyd@stupidchicken.com>
6156
6157 * custom.el (custom-fix-face-spec): New function; code moved from
6158 custom-face-edit-fix-value.
6159 (custom-push-theme): Use it when checking if a face has been
6160 changed outside customize.
6161 (custom-available-themes): New function.
6162 (load-theme): Use it.
6163
6164 * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
6165
6166 * custom.el (custom-push-theme): Cleanup (use cond).
6167 (disable-theme): Recompute the saved-face property.
6168 (custom-theme-recalc-face): Follow face alias before setting prop.
6169
6170 * image.el (image-checkbox-checked, image-checkbox-unchecked):
6171 New variables, containing checkbox images.
6172
6173 * startup.el (fancy-startup-tail):
6174 * wid-edit.el (checkbox): Use them.
6175
6176 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
6177
6178 * shell.el (shell-mode-map):
6179 * progmodes/modula2.el (m2-mode-map):
6180 * progmodes/inf-lisp.el (inferior-lisp-mode-map):
6181 * play/mpuz.el (mpuz-mode-map):
6182 * play/landmark.el (lm-mode-map):
6183 * play/decipher.el (decipher-mode-map):
6184 * play/5x5.el (5x5-mode-map):
6185 * net/telnet.el (telnet-mode-map):
6186 * net/quickurl.el (quickurl-list-mode-map):
6187 * net/mairix.el (mairix-searches-mode-map):
6188 * net/eudc-hotlist.el (eudc-hotlist-mode-map):
6189 * net/dig.el (dig-mode-map):
6190 * mail/mspools.el (mspools-mode-map):
6191 * hexl.el (hexl-mode-map):
6192 * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
6193 (wordstar-C-o-map, wordstar-C-q-map):
6194 * emacs-lisp/edebug.el (edebug-eval-mode-map):
6195 * emacs-lisp/chart.el (chart-map):
6196 * edmacro.el (edmacro-mode-map):
6197 * erc/erc-list.el (erc-list-menu-mode-map):
6198 * array.el (array-mode-map): Declare and define in one step.
6199
6200 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
6201
6202 2010-10-10 Daiki Ueno <ueno@unixuser.org>
6203
6204 * epa.el (epa-passphrase-callback-function): Display filename
6205 passed as the 3rd arg.
6206 * epa-file.el (epa-file-passphrase-callback-function):
6207 Pass filename to epa-passphrase-callback-function.
6208
6209 2010-10-09 Chong Yidong <cyd@stupidchicken.com>
6210
6211 * cus-edit.el (custom-face-widget-to-spec)
6212 (custom-face-get-current-spec, custom-face-state): New functions.
6213 (custom-face-set, custom-face-mark-to-save)
6214 (custom-face-value-create, custom-face-state-set): Use them.
6215
6216 * cus-theme.el (custom-theme--listed-faces): New var.
6217 (customize-create-theme): Use *Custom Theme* as the buffer name.
6218 Set revert-buffer-function. Optional arg BUFFER. Insert all
6219 faces listed in custom-theme--listed-faces.
6220 (custom-theme-revert): New function.
6221 (custom-theme-add-variable, custom-theme-add-face): Insert at the
6222 bottom of the list.
6223 (custom-theme-write): Prompt for theme name if empty.
6224 (custom-theme-write-variables): Use dolist.
6225 (custom-theme-write-faces): Handle hidden (collapsed) widgets.
6226
6227 2010-10-09 Alan Mackenzie <acm@muc.de>
6228
6229 Enhance fontification of declarators to take account of the
6230 presence/absence of "typedef".
6231
6232 * cc-engine.el (c-forward-type): New &optional param
6233 "brace-block-too".
6234 (c-forward-decl-or-cast-1): cdr of return value now indicates the
6235 presence of either or both of a "struct"-like keyword and "typedef".
6236
6237 * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
6238 fontification of declarators which follow a "}".
6239 (c-font-lock-declarations): Fontify declarators according to the
6240 presence/absence of "typedef".
6241
6242 * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
6243 for "typedef".
6244 (c-typedef-decl-key): New lang variable built from
6245 c-typedef-decl-kwds.
6246
6247 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
6248
6249 * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
6250 since that's too annoying. Move the filter groups commands to
6251 TAB/backtab.
6252
6253 * epa.el (epa-passphrase-callback-function): Say what we're
6254 querying the password for.
6255
6256 * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
6257 behaviour, don't bury the ibuffer buffer when visiting other buffers.
6258
6259 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
6260
6261 * cus-edit.el (custom-commands, custom-buffer-create-internal)
6262 (custom-magic-value-create): Pad button tags with spaces.
6263 (custom-face-edit): New variable.
6264 (custom-face-value-create): Determine whether to use the usual
6265 face editor here, instead of using custom-face-selected.
6266 Pass face defaults to custom-face-edit widget.
6267 (custom-face-selected, custom-display-unselected): Delete widgets.
6268 (custom-display-unselected-match): Function removed.
6269 (custom-face-set, custom-face-mark-to-save):
6270 Accept custom-face-edit widgets as the direct widget child.
6271
6272 * wid-edit.el (widget--completing-widget): New var.
6273 (widget-default-complete): Bind it when doing completion.
6274 (widget-string-complete, widget-file-complete): Use it.
6275
6276 2010-10-09 Glenn Morris <rgm@gnu.org>
6277
6278 * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
6279 (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
6280 (holiday-hebrew-misc): Small simplifications.
6281
6282 * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
6283
6284 * net/browse-url.el: Don't require thingatpt, term, dired,
6285 executable, or w3-auto when compiling.
6286 (dired-get-filename, term-char-mode, term-send-down, term-send-string):
6287 Declare.
6288 (browse-url-text-emacs): Require term.
6289
6290 2010-10-08 Andreas Schwab <schwab@linux-m68k.org>
6291
6292 * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
6293
6294 2010-10-08 Glenn Morris <rgm@gnu.org>
6295
6296 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
6297
6298 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
6299 (shadows-compare-text-p): Make it an obsolete alias for...
6300 (load-path-shadows-compare-text): ... new name.
6301 (find-emacs-lisp-shadows): Update for above name change.
6302 (load-path-shadows-same-file-or-nonexistent): New name for the old
6303 shadow-same-file-or-nonexistent.
6304
6305 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
6306
6307 * minibuffer.el (completion--some, completion--do-completion)
6308 (minibuffer-complete-and-exit, minibuffer-completion-help)
6309 (completion-basic-try-completion)
6310 (completion-basic-all-completions)
6311 (completion-pcm--find-all-completions): Use lexical-let to
6312 avoid some false matches in variable completion (Bug#7056)
6313
6314 2010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
6315
6316 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
6317
6318 2010-10-08 Leo <sdl.web@gmail.com>
6319
6320 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
6321 return non-nil if the file exists (Bug#7090).
6322
6323 2010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6324
6325 * minibuffer.el (completion--replace):
6326 Better preserve markers (bug#7138).
6327
6328 2010-10-08 Juanma Barranquero <lekktu@gmail.com>
6329
6330 * server.el (server-process-filter): Doc fix.
6331
6332 2010-10-08 Drew Adams <drew.adams@oracle.com>
6333
6334 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
6335
6336 2010-10-08 Glenn Morris <rgm@gnu.org>
6337
6338 * vc/ediff-wind.el (ediff-setup-control-frame):
6339 * vc/ediff-ptch.el (ediff-default-backup-extension):
6340 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
6341 (ediff-exec-process): Remove system-types emx, windows-95.
6342
6343 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
6344
6345 2010-10-07 Chong Yidong <cyd@stupidchicken.com>
6346
6347 * cus-edit.el (custom-variable, custom-face): Doc fix.
6348 (custom-face-edit): Add value-create attribute.
6349 (custom-face-edit-value-create)
6350 (custom-face-edit-value-visibility-action): New functions.
6351 Hide unused face attributes by default, and add a visibility toggle.
6352 (custom-face-edit-deactivate): Show empty values with shadow face.
6353 (custom-face-selected): Only use this for face specs with default
6354 attributes.
6355 (custom-face-value-create): Cleanup.
6356
6357 * wid-edit.el (widget-checklist-value-create): Use dolist.
6358 (widget-checklist-match-find): Make second arg optional.
6359
6360 2010-10-07 Glenn Morris <rgm@gnu.org>
6361
6362 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
6363 Prefix things.
6364
6365 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
6366 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
6367 load-path-shadows-mode, update references.
6368 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
6369 Rename variable and button.
6370 (list-load-path-shadows): Update button caller.
6371
6372 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6373
6374 * emacs-lisp/smie.el (smie-bnf-classify): New function.
6375 (smie-bnf-precedence-table): Use it to remember the closers/openers.
6376 (smie-merge-prec2s): Handle those new entries.
6377 (smie-prec2-levels): Only set precedence to nil for actual
6378 openers/closers.
6379 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
6380 that is now unnecessary.
6381
6382 2010-10-07 Miles Bader <miles@gnu.org>
6383
6384 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
6385
6386 2010-10-07 Glenn Morris <rgm@gnu.org>
6387
6388 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
6389 (mail-position-on-field): Remove declarations.
6390 (mail-position-on-field): Autoload it.
6391 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
6392 and mail-header-end. Don't require sendmail.
6393
6394 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
6395 (shadow-mode): New mode.
6396 (shadow-find-file): New button.
6397 (list-load-path-shadows): Use shadow-mode and buttons.
6398
6399 * iimage.el (iimage-version): Remove.
6400 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
6401 Turn into defcustoms.
6402 (iimage-mode-map): Give it a doc string.
6403
6404 * calendar/appt.el (appt-activate): Give a warning rather than an error
6405 if there is no diary-file.
6406
6407 2010-10-06 Michael Albinus <michael.albinus@gmx.de>
6408
6409 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
6410 Use `tramp-handle-find-backup-file-name'.
6411
6412 2010-10-06 Glenn Morris <rgm@gnu.org>
6413
6414 * font-core.el (font-lock-defaults-alist): Remove variable.
6415 (font-lock-mode): Doc fix.
6416 (font-lock-default-function): Do not consult font-lock-defaults-alist.
6417 * font-lock.el (font-lock-refresh-defaults): Doc fix.
6418 (font-lock-set-defaults): Doc fix.
6419 Do not consult font-lock-defaults-alist.
6420
6421 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
6422
6423 * emacs-lisp/cl.el: No longer provide cl-19.
6424
6425 2010-10-05 Michael Albinus <michael.albinus@gmx.de>
6426
6427 * net/tramp.el (tramp-handle-directory-files-and-attributes)
6428 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
6429 New defuns, taken from tramp-smb.el.
6430 (tramp-coding-system-change-eol-conversion)
6431 (tramp-set-process-query-on-exit-flag): Remove.
6432
6433 * net/tramp-compat.el (top): Do not check for byte-compiler objects.
6434 (tramp-compat-coding-system-change-eol-conversion)
6435 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
6436 from tramp.el.
6437
6438 * net/tramp-gvfs.el:
6439 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
6440 by `tramp-compat-set-process-query-on-exit-flag'.
6441
6442 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
6443 Use `tramp-handle-directory-files-and-attributes',
6444 `tramp-handle-file-exists-p' and
6445 `tramp-handle-file-newer-than-file-p'.
6446 (tramp-imap-handle-file-exists-p)
6447 (tramp-imap-handle-file-executable-p)
6448 (tramp-imap-handle-file-readable-p)
6449 (tramp-imap-handle-directory-files-and-attributes)
6450 (tramp-imap-handle-file-newer-than-file-p): Remove.
6451
6452 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
6453 by `tramp-compat-set-process-query-on-exit-flag' and
6454 `tramp-coding-system-change-eol-conversion' by
6455 `tramp-compat-coding-system-change-eol-conversion'.
6456
6457 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
6458 Use `tramp-handle-directory-files-and-attributes',
6459 `tramp-handle-file-exists-p' and
6460 `tramp-handle-file-newer-than-file-p'.
6461 (tramp-smb-handle-directory-files-and-attributes)
6462 (tramp-smb-handle-file-exists-p)
6463 (tramp-smb-handle-file-newer-than-file-p): Remove.
6464 (tramp-smb-maybe-open-connection):
6465 Replace `tramp-set-process-query-on-exit-flag' by
6466 `tramp-compat-set-process-query-on-exit-flag'.
6467
6468 2010-10-05 Glenn Morris <rgm@gnu.org>
6469
6470 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
6471
6472 2010-10-04 Michael Albinus <michael.albinus@gmx.de>
6473
6474 Continue reorganization of load dependencies. (Bug#7156)
6475
6476 * net/tramp.el (tramp-handle-file-local-copy-hook)
6477 (tramp-delete-temp-file-function): Move down.
6478 (tramp-exists-file-name-handler): Move up.
6479 (tramp-register-file-name-handlers): Simplify autoload.
6480 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
6481 (tramp-handle-directory-files, tramp-handle-dired-uncache)
6482 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
6483 (tramp-handle-file-name-completion)
6484 (tramp-handle-file-name-directory)
6485 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
6486 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
6487 (tramp-handle-find-backup-file-name)
6488 (tramp-handle-insert-file-contents, tramp-handle-load)
6489 (tramp-handle-substitute-in-file-name)
6490 (tramp-handle-unhandled-file-name-directory)
6491 (tramp-mode-string-to-int, tramp-local-host-p)
6492 (tramp-make-tramp-temp-file): Move from tramp-sh.el.
6493
6494 * net/tramp-gvfs.el (top):
6495 * net/tramp-smb.el (top): Do not require 'tramp-sh.
6496
6497 * net/tramp-sh.el (all): Move several objects to tramp.el, see
6498 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
6499
6500 2010-10-04 Glenn Morris <rgm@gnu.org>
6501
6502 * calendar/appt.el (appt-add): Ensure reminders are enabled.
6503 (appt-activate): Give status messages.
6504
6505 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
6506
6507 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
6508 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
6509 `gnutls-negotiate' (formerly `starttls-negotiate').
6510 Remove trivial wrapper `starttls-open-stream'.
6511
6512 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
6513
6514 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
6515 log-outgoing commands.
6516 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
6517 to create a buffer local revert-buffer-function variable.
6518 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
6519 revert-buffer-function lambda.
6520
6521 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
6522
6523 * net/gnutls.el (starttls-negotiate): Use the plist interface to
6524 `gnutls-boot'. Make TYPE the only required parameter.
6525 Allow TRUSTFILES and KEYFILES to be lists.
6526 (open-ssl-stream): Use it.
6527
6528 2010-10-03 Glenn Morris <rgm@gnu.org>
6529
6530 * subr.el (directory-sep-char): Remove obsolete variable.
6531 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
6532 it is "necessary".
6533
6534 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
6535 * vc/vc.el (vc-static-header-alist): Doc fix.
6536 * vc/vc-cvs.el (vc-cvs-header):
6537 * vc/vc-rcs.el (vc-rcs-header):
6538 * vc/vc-sccs.el (vc-sccs-header):
6539 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
6540 * obsolete/vc-mcvs.el (vc-mcvs-header):
6541 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
6542 on XEmacs.
6543
6544 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
6545
6546 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
6547 Remove obsolete use of binary-overwrite-mode (Bug#7001).
6548
6549 2010-10-03 Glenn Morris <rgm@gnu.org>
6550
6551 * obsolete/x-menu.el: Remove file, obsolete since 21.1.
6552
6553 * textmodes/rst.el (rst-font-lock-keywords-function):
6554 Drop Emacs 20 code.
6555
6556 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
6557
6558 * printing.el: Drop Emacs 20 code.
6559
6560 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
6561 without having used appt.el already).
6562
6563 * subr.el (make-local-hook): Remove function obsolete since 21.1.
6564 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
6565 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
6566 XEmacs.
6567 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
6568 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
6569
6570 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
6571 (charset-width, find-charset-region, chars-in-region, forward-point)
6572 (encode-coding-string, coding-system-p, ccl-execute-on-string)
6573 (define-ccl-program, multibyte-string-p, string-make-multibyte):
6574 Remove compatibility cruft (none of these are used by ps*.el).
6575
6576 2010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6577
6578 * subr.el (booleanp): Return t instead of a list (Bug#7086).
6579
6580 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
6581
6582 * server.el (server-process-filter, server-return-error):
6583 Give emacsclient time to shut down after receiving an error string.
6584
6585 2010-10-02 Michael Albinus <michael.albinus@gmx.de>
6586
6587 * files.el (remote-file-name-inhibit-cache): New defcustom.
6588
6589 * time.el (display-time-file-nonempty-p):
6590 Use `remote-file-name-inhibit-cache'.
6591
6592 * net/tramp.el (tramp-completion-reread-directory-timeout):
6593 Fix docstring.
6594
6595 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
6596 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
6597 `remote-file-name-inhibit-cache'. Check also for an integer
6598 value. Add/increase counter when `tramp-verbose' >= 10.
6599 (tramp-set-file-property): Add/increase counter when
6600 `tramp-verbose' >= 10.
6601
6602 * net/tramp-cmds.el (tramp-cleanup-all-connections)
6603 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
6604 (tramp-bug): Set tramp-autoload cookie. Report all interned
6605 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
6606 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
6607 characters only in strings.
6608
6609 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
6610 to backward compatibility.
6611
6612 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
6613 (tramp-handle-file-name-all-completions)
6614 (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
6615 (tramp-open-connection-setup-interactive-shell):
6616 Call `tramp-cleanup-connection' directly.
6617
6618 2010-10-02 Glenn Morris <rgm@gnu.org>
6619
6620 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
6621
6622 * subr.el (char-bytes): Remove obsolete function.
6623
6624 * isearch.el (isearch-return-char): Remove obsolete function.
6625
6626 * mouse.el: No longer provide mldrag.
6627 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
6628 Remove obsolete aliases.
6629
6630 * comint.el (comint-kill-output): Remove obsolete alias.
6631
6632 * composite.el (decompose-composite-char): Remove obsolete function.
6633 * ps-def.el (decompose-composite-char): Remove unused function.
6634
6635 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
6636
6637 * outline.el (outline-visible): Remove obsolete function.
6638
6639 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
6640 * faces.el (internal-find-face, internal-get-face)
6641 (frame-update-faces, frame-update-face-colors)
6642 (x-frob-font-weight, x-frob-font-slant)
6643 (internal-frob-font-weight, internal-frob-font-slant)
6644 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
6645 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
6646 (x-make-font-bold-italic): Remove functions and aliases, obsolete
6647 since Emacs 21.1.
6648 * emulation/viper-util.el (viper-get-face):
6649 * obsolete/lucid.el (find-face, get-face): Use facep.
6650 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
6651 Remove unused functions.
6652 * vc/ediff-util.el (ediff-submit-report): Doc fix.
6653
6654 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
6655 delete tempfile if interrupted during compilation.
6656
6657 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6658
6659 * net/tls.el (tls-starttls-switches): Give up on using starttls with
6660 gnutls-cli.
6661 (tls-program): Add --insecure to be consistent with the defaults from
6662 openssl s_client. Now all three commands are insecure.
6663
6664 2010-10-01 Eli Zaretskii <eliz@gnu.org>
6665
6666 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
6667 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
6668 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
6669
6670 2010-10-01 Glenn Morris <rgm@gnu.org>
6671
6672 * obsolete/sc.el: Remove file.
6673
6674 * files.el (temporary-file-directory): On darwin, also try
6675 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
6676
6677 2010-10-01 Juanma Barranquero <lekktu@gmail.com>
6678
6679 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
6680 Let's not break compatibility gratuitously, shall we?
6681
6682 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6683
6684 * net/tls.el (tls-starttls-switches): New variable.
6685 (tls-find-starttls-argument): Use it.
6686 (open-tls-stream): Ditto.
6687
6688 * net/netrc.el (netrc-credentials): Return the value of the "default"
6689 entry.
6690 (netrc-machine): Ditto.
6691
6692 2010-09-30 Eli Zaretskii <eliz@gnu.org>
6693
6694 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
6695
6696 2010-09-30 Juanma Barranquero <lekktu@gmail.com>
6697
6698 * server.el (server-start): Don't write pid to the authentication file.
6699 (server-create-tty-frame): Don't send pid.
6700 (server-process-filter): Send pid at the start of every connection.
6701
6702 2010-09-30 Glenn Morris <rgm@gnu.org>
6703
6704 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
6705 (show-all-diary-entries): Remove obsolete function aliases.
6706
6707 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
6708 Remove options, obsolete since 22.1.
6709 (appt-display-format, appt-display-message):
6710 Remove backwards-compatibility code.
6711 (appt-check): No longer check appt-issue-message.
6712 (appt-make-list): No longer autoload it. Doc fix. No longer
6713 activate the package.
6714
6715 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6716
6717 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
6718 (starttls-negotiate): Just call boot, and let the handshake be
6719 triggered from the read loop.
6720
6721 2010-09-29 Glenn Morris <rgm@gnu.org>
6722
6723 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
6724 not displaying the diary.
6725 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
6726 * calendar/appt.el (appt-check): No longer need to kill diary.
6727
6728 * calendar/diary-lib.el (diary-list-entries): Move the
6729 "Preparing..." message entirely here.
6730 (diary-simple-display, diary-fancy-display): Move "Preparing..."
6731 messages to diary-list-entries.
6732 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
6733 diary-display-function.
6734
6735 * calendar/diary-lib.el (diary-include-other-diary-files):
6736 Trap some recursive includes.
6737
6738 * calendar/appt.el (appt-activate): Check diary file.
6739
6740 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
6741
6742 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
6743 construction.
6744
6745 * calendar/time-date.el: No need to require cl for Emacs 21.
6746
6747 2010-09-28 Glenn Morris <rgm@gnu.org>
6748
6749 * calendar/appt.el (appt-check): Minor simplification.
6750
6751 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
6752
6753 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
6754 citation prefix.
6755
6756 2010-09-27 Andreas Schwab <schwab@linux-m68k.org>
6757
6758 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6759 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
6760
6761 2010-09-27 Kenichi Handa <handa@m17n.org>
6762
6763 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
6764 "ustar" format.
6765
6766 2010-09-27 Kenichi Handa <handa@m17n.org>
6767
6768 * international/mule.el (define-coding-system): Docstring fixed.
6769
6770 * international/mule-diag.el (describe-character-set): Use princ
6771 with proper print-length and print-level instead of insert.
6772
6773 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
6774
6775 * window.el (walk-windows): Doc fix (bug#7105).
6776
6777 2010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6778
6779 * emacs-lisp/float-sup.el (e): Remove.
6780
6781 2010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
6782
6783 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
6784 variable.
6785 (starttls-negotiate): Use it.
6786
6787 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6788
6789 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
6790 back.
6791
6792 2010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
6793
6794 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
6795
6796 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6797
6798 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
6799
6800 * net/netrc.el (netrc-store-data): New function.
6801
6802 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
6803
6804 * net/gnutls.el: GnuTLS glue code to set up a connection.
6805
6806 2010-09-25 Julien Danjou <julien@danjou.info>
6807
6808 * notifications.el: Call dbus-register-signal only if it is bound.
6809
6810 2010-09-25 Glenn Morris <rgm@gnu.org>
6811
6812 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
6813 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
6814 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
6815 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
6816 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
6817 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
6818 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
6819 * eshell/esh-util.el, eshell/esh-var.el:
6820 Remove leading `*' from docs of faces and defcustoms.
6821
6822 2010-09-25 Ulrich Mueller <ulm@gentoo.org>
6823
6824 * eshell/em-ls.el (eshell-ls-archive-regexp):
6825 * eshell/esh-util.el (eshell-tar-regexp):
6826 * ibuffer.el (ibuffer-compressed-file-name-regexp):
6827 * info.el (Info-suffix-list):
6828 * international/mule.el (auto-coding-alist):
6829 * woman.el (woman-file-regexp, woman-file-compression-regexp):
6830 * progmodes/etags.el (tags-compression-info-list):
6831 Support xz compression.
6832
6833 2010-09-25 Chong Yidong <cyd@stupidchicken.com>
6834
6835 * files.el (get-free-disk-space): Don't assume the "df" output
6836 columns line up (Bug#6995).
6837
6838 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
6839
6840 * finder.el (finder-unknown-keywords):
6841 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
6842 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
6843
6844 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
6845
6846 * server.el (server-start): Revert part of 2010-08-08 change. Using
6847 address 127.0.0.1 for local host is now done in Fmake_network_process.
6848
6849 2010-09-24 Glenn Morris <rgm@gnu.org>
6850
6851 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
6852 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
6853 * textmodes/css-mode.el, textmodes/dns-mode.el:
6854 Move autoloaded auto-mode-alist entries to files.el.
6855 * files.el (auto-mode-alist): Move entries here.
6856
6857 2010-09-23 Glenn Morris <rgm@gnu.org>
6858
6859 * isearch.el (isearch-lazy-highlight-cleanup)
6860 (isearch-lazy-highlight-initial-delay)
6861 (isearch-lazy-highlight-interval)
6862 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
6863 * net/net-utils.el (ipconfig-program-options):
6864 Move aliases to options before the associated definitions.
6865
6866 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6867
6868 * newcomment.el (comment-normalize-vars): Better test validity of
6869 comment-end-skip.
6870
6871 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6872
6873 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
6874 (float-e): New name for `e'.
6875 (degrees-to-radians, radians-to-degrees):
6876 * calendar/solar.el (solar-longitude):
6877 * calculator.el (calculator-registers, calculator-funcall):
6878 * textmodes/artist.el (artist-spray-random-points):
6879 * play/bubbles.el (bubbles--initialize-images): Use new names.
6880
6881 2010-09-23 Eric M. Ludlam <zappo@gnu.org>
6882
6883 Update to CEDET 1.0's version of EIEIO.
6884
6885 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
6886 New function.
6887 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
6888 (eieio-default-eval-maybe): Eval val instead of unquoting only.
6889 (class-precedence-list): If class is nil, return nil.
6890 (eieio-generic-call): If class of first input arg is nil, don't
6891 look up static methods, and do check for primary methods.
6892 (initialize-instance): See if the default needs to be evaluated
6893 during the constructor.
6894 (eieio-perform-slot-validation-for-default): Don't do the check
6895 for values that will eventually be evaluated.
6896 (eieio-eval-default-p): New function.
6897 (eieio-default-eval-maybe): Use it.
6898
6899 2010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
6900
6901 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
6902 method-invocation-order.
6903 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
6904 (eieio-class-precedence-dfs): Compute class precedence list using
6905 dfs algorithm.
6906 (eieio-class-precedence-bfs): Compute class precedence list using
6907 bfs algorithm.
6908 (eieio-class-precedence-c3): Compute class precedence list using
6909 c3 algorithm.
6910 (class-precedence-list): New function.
6911 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
6912 (inconsistent-class-hierarchy): New error symbol.
6913 (call-next-method): Stow the replacement argument list for future
6914 call-next-method invocations.
6915
6916 2010-09-23 Glenn Morris <rgm@gnu.org>
6917
6918 * calendar/appt.el (appt-check): If not displaying the diary,
6919 use (diary 1) to only get the entries we need.
6920 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
6921 that it is in day order. (Bug#7019)
6922
6923 * calendar/appt.el (appt-check): Rather than showing the diary,
6924 just turn off invisible display, and only if needed.
6925
6926 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
6927
6928 2010-09-23 Glenn Morris <rgm@gnu.org>
6929
6930 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
6931 (byte-compile-defvar, byte-compile-cl-warn):
6932 Start warnings with lower-case, like the majority.
6933
6934 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
6935
6936 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
6937
6938 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
6939 * files.el (auto-mode-alist): Move ld-script entries here, further down
6940 the list.
6941
6942 * vc/add-log.el: Don't require timezone when compiling.
6943 (timezone-make-date-sortable): Autoload it.
6944 (change-log-sortable-date-at): Don't require timezone.
6945 Use `ignore-errors'.
6946
6947 * comint.el (comint-use-prompt-regexp-instead-of-fields):
6948 Move alias before definition, so it does not need autoloading.
6949
6950 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
6951 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
6952 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
6953 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
6954 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
6955 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
6956 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
6957 * textmodes/tex-mode.el, textmodes/two-column.el:
6958 Remove leading `*' from docs of defcustoms etc.
6959
6960 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
6961
6962 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
6963
6964 2010-09-22 Dan Christensen <jdc@uwo.ca>
6965
6966 * calendar/time-date.el (date-to-time): Try using parse-time-string
6967 first before using the slower timezone-make-date-arpa-standard.
6968
6969 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
6970
6971 * calendar/time-date.el (format-seconds): Comment fix.
6972
6973 2010-09-22 Glenn Morris <rgm@gnu.org>
6974
6975 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
6976 is not automatically buffer-local.
6977
6978 2010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6979
6980 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
6981 (smie-indent-comment): Be more careful with comment-start-skip.
6982 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
6983 (smie-indent-functions): Use them.
6984
6985 2010-09-21 Michael Albinus <michael.albinus@gmx.de>
6986
6987 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
6988
6989 2010-09-21 Jan Djärv <jan.h.d@swipnet.se>
6990
6991 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
6992 tool-bar-position. Don't modify frame parameters here.
6993 (menu-bar-options-save): Add tool-bar-position.
6994
6995 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
6996
6997 2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6998
6999 * textmodes/reftex-parse.el (reftex-what-macro)
7000 (reftex-context-substring): Let-bind forward-sexp-function to nil
7001 since we don't need/want to treat \begin...\end as a block (bug#7053).
7002
7003 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
7004
7005 * simple.el (blink-matching-open): Use syntax-class.
7006
7007 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
7008 Set invisibility spec for pascal's outline mode.
7009 (pascal-outline-change): Clean up calling convention.
7010 (pascal-show-all, pascal-hide-other-defuns): Update callers.
7011
7012 * progmodes/prolog.el (prolog-smie-forward-token)
7013 (prolog-smie-backward-token): New functions.
7014 (prolog-mode-variables): Use them to parse "!," correctly.
7015 Set up smie-blink-matching for ".".
7016
7017 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
7018 and `end'.
7019 (ispell-region, ispell-process-line): Update users.
7020
7021 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
7022 point-min==1.
7023
7024 * textmodes/ispell.el: Fix commenting convention.
7025 (ispell-parse-output): Simplify, use push.
7026 (ispell-region): Use match-string-no-properties.
7027 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
7028 (ispell-minor-mode): Use define-minor-mode.
7029 (ispell-message): Remove unused var `skip-regexp'.
7030 (ispell-add-per-file-word-list): Use dynamic let-binding.
7031 Try and use the proper comment marker.
7032
7033 * mail/sendmail.el: Fix commenting convention.
7034 (sendmail-send-it): Use line-beginning-position.
7035
7036 * help-fns.el (describe-variable): Add original value, if applicable.
7037
7038 2010-09-20 Juanma Barranquero <lekktu@gmail.com>
7039
7040 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
7041
7042 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
7043
7044 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7045
7046 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
7047 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
7048 (smie-prec2-levels): Use them to better diagnose precedence cycles.
7049 (smie-blink-matching-check): Don't signal a mismatch if car is t.
7050 (smie-blink-matching-open): Rewrite to remove assumptions, so that
7051 something like "." can also be a closer.
7052 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
7053 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
7054 Rename internal functions to use "--". Update callers.
7055
7056 * frame.el (make-frame-names-alist): Don't list frames on other displays.
7057
7058 * fringe.el (fringe-styles): New var.
7059 (fringe-mode, fringe-query-style): Use it.
7060
7061 2010-09-18 Michael R. Mauger <mmaug@yahoo.com>
7062
7063 * progmodes/sql.el: Version 2.8
7064 (sql-login-params): Update widget structure; changes still needed.
7065 (sql-product-alist): Add :list-all and :list-table features for
7066 SQLite, Postgres and MySQL products.
7067 (sql-redirect): Handle default value.
7068 (sql-execute, sql-execute-feature): New functions.
7069 (sql-read-table-name): New function.
7070 (sql-list-all, sql-list-table): New functions. User API.
7071 (sql-mode-map, sql-interactive-mode-map): Add key definitions
7072 for above functions.
7073 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
7074 for above functions.
7075 (sql-postgres-login-params): Add user and database defaults.
7076 (sql-buffer-live-p): Bug fix.
7077 (sql-product-history): New variable.
7078 (sql-read-product): New function. Use it.
7079 (sql-set-product, sql-product-interactive): Use it.
7080 (sql-connection-history): New variable.
7081 (sql-read-connection): New function. Use it.
7082 (sql-connect): New function.
7083 (sql-for-each-login): Redesign function interface.
7084 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
7085 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
7086 (sql-comint): Check for program. Existing live buffer.
7087 (sql-comint-postgres): Add port parameter.
7088
7089 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7090
7091 * emacs-lisp/warnings.el: Fix commenting convention.
7092 (display-warning): Use special mode and make the buffer read-only.
7093
7094 2010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
7095
7096 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
7097 empty string when it follows a repeated or optional pattern.
7098
7099 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
7100
7101 * indent.el (indent-according-to-mode): Apply syntax-propertize.
7102 (indent-region): Use indent-according-to-mode.
7103
7104 2010-09-18 Eli Zaretskii <eliz@gnu.org>
7105
7106 * fringe.el (fringe-mode): Doc fix.
7107
7108 2010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
7109
7110 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
7111 refreshing the preview buffer.
7112
7113 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
7114
7115 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
7116 (latex-syntax-propertize-rules): New consts; replace
7117 tex-font-lock-syntactic-keywords.
7118 (tex-env-mark, latex-env-before-change): New functions.
7119 (latex-electric-env-pair-mode): New minor mode.
7120 (tex-font-lock-verb): Change arguments; do move point.
7121 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
7122 representation as a form of comment.
7123 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
7124 (doctex-syntax-propertize-rules): New const; replaces
7125 doctex-font-lock-syntactic-keywords.
7126 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
7127
7128 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
7129 (fortran-make-syntax-propertize-function): New function; replaces
7130 fortran-font-lock-syntactic-keywords.
7131 (fortran-mode): Use it.
7132 (fortran-line-length): Use it. Improve interactive spec.
7133
7134 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
7135 (syntax-propertize-rules): Add var-ref case. Fix offset computation
7136 when adding surrounding \(..\).
7137
7138 * progmodes/js.el (js-mode): Fix last change (bug#7054).
7139
7140 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7141
7142 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
7143 Use with-current-buffer.
7144
7145 * isearch.el (isearch-face): Rename from `isearch'.
7146 (isearch-highlight): Use new name.
7147
7148 2010-09-17 Eli Zaretskii <eliz@gnu.org>
7149
7150 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
7151 5, for `half' width fringes. (Bug#6933)
7152
7153 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7154
7155 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
7156 (byte-compile-defvar): "foo/bar" does not lack a prefix.
7157
7158 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
7159
7160 2010-09-17 Stephen Berman <stephen.berman@gmx.net>
7161
7162 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
7163 in calculating new frame position. Add more space between new and
7164 parent on the left (Bug#7048).
7165
7166 2010-09-17 Michael Albinus <michael.albinus@gmx.de>
7167
7168 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
7169 defmacro.
7170
7171 2010-09-16 Chong Yidong <cyd@stupidchicken.com>
7172
7173 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
7174
7175 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
7176 obsolete alias for x-selection-value.
7177
7178 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
7179
7180 2010-09-16 Michael Albinus <michael.albinus@gmx.de>
7181
7182 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
7183 cookie.
7184
7185 2010-09-15 Michael Albinus <michael.albinus@gmx.de>
7186
7187 * net/tramp-compat.el (tramp-compat-with-temp-message)
7188 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
7189 (tramp-compat-process-put): New defuns.
7190
7191 * net/tramp.el (top):
7192 * net/tramp-gvfs.el (top):
7193 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
7194
7195 * net/tramp.el (tramp-progress-reporter-update):
7196 Use `tramp-compat-funcall'.
7197
7198 * net/tramp.el (tramp-process-actions):
7199 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
7200 * net/tramp-sh.el (tramp-handle-vc-registered)
7201 (tramp-get-remote-stat, tramp-get-remote-readlink):
7202 Use `tramp-compat-with-temp-message'.
7203
7204 * net/tramp-sh.el (top): Require 'cl.
7205 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
7206 (tramp-open-connection-setup-interactive-shell):
7207 Use `tramp-compat-process-put'.
7208
7209 2010-09-15 Alan Mackenzie <acm@muc.de>
7210
7211 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
7212 indentation.
7213 (c-forward-<>-arglist-recur): Fix an infinite recursion.
7214
7215 2010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7216
7217 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
7218 `lexical' for warnings related to lexical scoping.
7219 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
7220 global vars which don't have a prefix and could hence affect lexical
7221 scoping in unrelated files.
7222
7223 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7224
7225 * net/imap.el: Revert back to version
7226 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
7227 seem problematic.
7228
7229 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
7230
7231 * obsolete/old-whitespace.el (whitespace-unload-function):
7232 Explicitly pass `obarray' to `unintern' to avoid a warning.
7233
7234 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7235
7236 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
7237 Add `when' argument. Update callers.
7238
7239 * subr.el (unintern): Declare the obarray arg mandatory.
7240
7241 2010-09-14 Glenn Morris <rgm@gnu.org>
7242
7243 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
7244 Doc fixes.
7245
7246 * calendar/diary-lib.el (diary-included-files): New variable.
7247 (diary-list-entries): Maybe initialize diary-included-files.
7248 (diary-include-other-diary-files): Append to diary-included-files.
7249 * calendar/appt.el (appt-update-list): Also check the members of
7250 diary-included-files. (Bug#6999)
7251 (appt-check): Doc fix.
7252
7253 2010-09-14 David Reitter <david.reitter@gmail.com>
7254
7255 * simple.el (line-move-visual): Do not truncate goal column to
7256 integer size. (Bug#7020)
7257
7258 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7259
7260 * repeat.el (repeat): Allow repeating when the last event is a click.
7261 Suggested by Drew Adams (bug#6256).
7262
7263 2010-09-14 Sascha Wilde <wilde@sha-bang.de>
7264
7265 * vc/vc-hg.el (vc-hg-state, vc-hg-working-revision):
7266 Replace setting HGRCPATH to "" by some less invasive --config options.
7267
7268 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7269
7270 * font-lock.el (font-lock-beginning-of-syntax-function):
7271 Mark as obsolete.
7272
7273 2010-09-14 Glenn Morris <rgm@gnu.org>
7274
7275 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
7276 and tool-bar modes. (Bug#6211)
7277 (menu-bar-mode): Move setting of standard-value after the
7278 minor-mode definition, otherwise it seems to have no effect.
7279
7280 2010-09-14 Masatake YAMATO <yamato@redhat.com>
7281
7282 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
7283 Fix typo. (Bug#6976)
7284
7285 2010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7286
7287 * whitespace.el: Allow cleaning up blanks without blank
7288 visualization (Bug#6651). Adjust help window for
7289 whitespace-toggle-options (Bug#6479). Allow to use fill-column
7290 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
7291 (whitespace-style): Add new value 'face. Adjust docstring.
7292 (whitespace-space, whitespace-hspace, whitespace-tab):
7293 Adjust foreground property face.
7294 (whitespace-line-column): Adjust docstring and type declaration.
7295 (whitespace-style-value-list, whitespace-toggle-option-alist)
7296 (whitespace-help-text): Adjust const initialization.
7297 (whitespace-toggle-options, global-whitespace-toggle-options):
7298 Adjust docstring.
7299 (whitespace-display-window, whitespace-interactive-char)
7300 (whitespace-style-face-p, whitespace-color-on): Adjust code.
7301 (whitespace-help-scroll): New fun.
7302
7303 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
7304
7305 * calendar/time-date.el (format-seconds): Comment fix.
7306
7307 2010-09-13 Michael R. Mauger <mmaug@yahoo.com>
7308
7309 * progmodes/sql.el: Version 2.7.
7310 (sql-buffer-live-p): Improve detection.
7311 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
7312 (sql-set-sqli-buffer): Use it.
7313 (sql-product-interactive): Run `sql-set-sqli-hook'.
7314 (sql-rename-buffer): Code cleanup.
7315 (sql-redirect, sql-redirect-value): New functions. More to come.
7316
7317 2010-09-13 Juanma Barranquero <lekktu@gmail.com>
7318
7319 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.
7320 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
7321 (TRAMP_SRC): New macro.
7322 ($(lisp)/net/tramp-loaddefs.el): New target.
7323
7324 2010-09-13 Michael Albinus <michael.albinus@gmx.de>
7325
7326 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
7327
7328 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
7329
7330 * net/tramp.el (top): Don't show loading message. Require just
7331 'tramp-compat, everything else is required there.
7332 Use `ignore-errors' where appropriate.
7333 (tramp-inline-compress-start-size, tramp-copy-size-limit)
7334 (tramp-terminal-type, tramp-end-of-output)
7335 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
7336 (tramp-completion-function-alist-ssh)
7337 (tramp-completion-function-alist-telnet)
7338 (tramp-completion-function-alist-su)
7339 (tramp-completion-function-alist-putty, tramp-remote-path)
7340 (tramp-remote-process-environment, tramp-sh-extra-args)
7341 (tramp-actions-before-shell, tramp-uudecode)
7342 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
7343 (tramp-perl-file-attributes)
7344 (tramp-perl-directory-files-and-attributes)
7345 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
7346 (tramp-perl-encode, tramp-perl-decode)
7347 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
7348 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
7349 (tramp-handle-make-symbolic-link, tramp-handle-load)
7350 (tramp-handle-file-name-as-directory)
7351 (tramp-handle-file-name-directory)
7352 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
7353 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
7354 (tramp-do-file-attributes-with-ls)
7355 (tramp-do-file-attributes-with-perl)
7356 (tramp-do-file-attributes-with-stat)
7357 (tramp-handle-set-visited-file-modtime)
7358 (tramp-handle-verify-visited-file-modtime)
7359 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
7360 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
7361 (tramp-handle-file-selinux-context)
7362 (tramp-handle-set-file-selinux-context)
7363 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
7364 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
7365 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
7366 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
7367 (tramp-handle-file-ownership-preserved-p)
7368 (tramp-handle-directory-file-name, tramp-handle-directory-files)
7369 (tramp-handle-directory-files-and-attributes)
7370 (tramp-do-directory-files-and-attributes-with-perl)
7371 (tramp-do-directory-files-and-attributes-with-stat)
7372 (tramp-handle-file-name-all-completions)
7373 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
7374 (tramp-handle-copy-file, tramp-handle-copy-directory)
7375 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
7376 (tramp-do-copy-or-rename-file-via-buffer)
7377 (tramp-do-copy-or-rename-file-directly)
7378 (tramp-do-copy-or-rename-file-out-of-band)
7379 (tramp-handle-make-directory, tramp-handle-delete-directory)
7380 (tramp-handle-delete-file)
7381 (tramp-handle-dired-recursive-delete-directory)
7382 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
7383 (tramp-handle-insert-directory)
7384 (tramp-handle-unhandled-file-name-directory)
7385 (tramp-handle-expand-file-name)
7386 (tramp-handle-substitute-in-file-name)
7387 (tramp-handle-executable-find, tramp-process-sentinel)
7388 (tramp-handle-start-file-process, tramp-handle-process-file)
7389 (tramp-handle-call-process-region, tramp-handle-shell-command)
7390 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
7391 (tramp-handle-insert-file-contents)
7392 (tramp-handle-insert-file-contents-literally)
7393 (tramp-handle-find-backup-file-name)
7394 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
7395 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
7396 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
7397 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
7398 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
7399 (tramp-find-file-exists-command, tramp-open-shell)
7400 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
7401 (tramp-open-connection-setup-interactive-shell)
7402 (tramp-local-coding-commands, tramp-remote-coding-commands)
7403 (tramp-find-inline-encoding, tramp-call-local-coding-command)
7404 (tramp-inline-compress-commands, tramp-find-inline-compress)
7405 (tramp-compute-multi-hops, tramp-maybe-open-connection)
7406 (tramp-send-command, tramp-wait-for-output)
7407 (tramp-send-command-and-check, tramp-barf-unless-okay)
7408 (tramp-send-command-and-read, tramp-mode-string-to-int)
7409 (tramp-convert-file-attributes, tramp-check-cached-permissions)
7410 (tramp-file-mode-from-int, tramp-file-mode-permissions)
7411 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
7412 (tramp-method-out-of-band-p, tramp-local-host-p)
7413 (tramp-get-remote-path, tramp-get-remote-tmpdir)
7414 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
7415 (tramp-get-test-command, tramp-get-test-nt-command)
7416 (tramp-get-file-exists-command, tramp-get-remote-ln)
7417 (tramp-get-remote-perl, tramp-get-remote-stat)
7418 (tramp-get-remote-readlink, tramp-get-remote-trash)
7419 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
7420 (tramp-get-local-uid, tramp-get-local-gid)
7421 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
7422 tramp-sh.el.
7423 (tramp-methods, tramp-default-method-alist)
7424 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
7425 Move initialization to tramp-sh.el.
7426 (tramp-temp-name-prefix): Make it a defconst.
7427 (tramp-dissect-file-name): Don't check anymore for multi-hop
7428 methods.
7429 (tramp-debug-outline-regexp): Add a docstring.
7430 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
7431 (tramp-get-debug-buffer): Use it.
7432
7433 * net/tramp-cache.el (top): Set tramp-autoload cookie for
7434 initialization forms.
7435 (tramp-set-connection-property): Don't protect `tramp-message'
7436 call, it isn't necessary any longer.
7437 (tramp-dump-connection-properties): Use `ignore-errors'.
7438
7439 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
7440 'password-cache and 'auth-source.
7441
7442 * net/tramp-gvfs.el (top):
7443 * net/tramp-smb.el (top): Require 'tramp-sh.
7444
7445 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
7446
7447 * net/tramp-sh.el: New file, derived from tramp.el.
7448 (top): Initialize `tramp-methods', `tramp-default-method-alist',
7449 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
7450 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
7451 Use `ignore-errors' where appropriate.
7452 (tramp-sh-file-name-handler-alist): Rename from
7453 `tramp-file-name-handler-alist'.
7454 (tramp-send-command-and-check): Return t or nil. Remove all
7455 `zerop' checks, where called.
7456 (tramp-handle-set-file-modes)
7457 (tramp-do-copy-or-rename-file-directly)
7458 (tramp-handle-delete-directory, tramp-handle-delete-file)
7459 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
7460 (tramp-sh-file-name-handler, tramp-send-command-and-check)
7461 (tramp-get-remote-ln): Set tramp-autoload cookie.
7462
7463 * net/tramp-fish.el: Remove file.
7464
7465 2010-09-13 Daiki Ueno <ueno@unixuser.org>
7466
7467 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
7468 buffer-file-name to avoid file-locking. (Bug#7026)
7469
7470 2010-09-13 Julien Danjou <julien@danjou.info>
7471
7472 * notifications.el (notifications-notify): Add support for
7473 image-path and sound-name.
7474 (notifications-specification-version): Add this variable.
7475
7476 2010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7477
7478 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
7479
7480 2010-09-12 Leo <sdl.web@gmail.com>
7481
7482 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
7483 (rcirc-completion-start): New variables.
7484 (rcirc-nick-completions): Rename to rcirc-completions.
7485 (rcirc-nick-completion-start-offset): Delete.
7486 (rcirc-completion-at-point): New function for constructing
7487 completion data for both nicks and irc commands. Add to
7488 completion-at-point-functions in rcirc mode.
7489 (rcirc-complete): Rename from rcirc-nick-complete; use
7490 rcirc-completion-at-point.
7491 (defun-rcirc-command): Update rcirc-client-commands.
7492
7493 2010-09-11 Glenn Morris <rgm@gnu.org>
7494
7495 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
7496 atomically, to avoid parallel build errors. (Bug#4196)
7497
7498 2010-09-11 Michael R. Mauger <mmaug@yahoo.com>
7499
7500 * progmodes/sql.el: Version 2.6
7501 (sql-dialect): Synonym for "sql-product".
7502 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
7503 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
7504 Set "sql-buffer" to buffer name not buffer object so multiple sql
7505 interactive buffers work properly. Reverts misguided changes in
7506 earlier work.
7507 (sql-comint): Make sure different buffer name is used if "*SQL*"
7508 buffer is for a different product.
7509 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
7510 login param.
7511 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
7512 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
7513 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
7514 Accept new buffer name or prompt for one.
7515 (sql-port): Default to zero.
7516 (sql-comint-mysql): Handle "sql-port" as a numeric.
7517 (sql-port-history): Delete unused variable.
7518 (sql-get-login): Default "sql-port" to a number.
7519 (sql-product-alist): Correct Postgres prompt and terminator regexp.
7520 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
7521 "sqlite3" executables.
7522 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
7523 (sql-buffer-live-p): New function.
7524 (sql-mode-menu, sql-send-string): Use it.
7525 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
7526 syntax pattern.
7527 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
7528 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
7529
7530 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7531
7532 * net/netrc.el (netrc-credentials): New convenience function.
7533
7534 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7535
7536 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
7537 to replace texinfo-font-lock-syntactic-keywords.
7538 (texinfo-mode): Use it.
7539
7540 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
7541 Use syntax-propertize-function.
7542
7543 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
7544 replace sgml-font-lock-syntactic-keywords.
7545 (sgml-mode): Use it.
7546
7547 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
7548 since we don't use it.
7549
7550 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
7551
7552 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
7553 if available.
7554 (vhdl-fontify-buffer): Adjust.
7555
7556 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
7557 replace tcl-font-lock-syntactic-keywords.
7558 (tcl-mode): Use it.
7559
7560 * progmodes/simula.el (simula-syntax-propertize-function): New var to
7561 replace simula-font-lock-syntactic-keywords.
7562 (simula-mode): Use it.
7563
7564 * progmodes/sh-script.el (sh-st-symbol): Remove.
7565 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
7566 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
7567 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
7568 (sh-font-lock-paren): Set syntax-multiline.
7569 (sh-font-lock-syntactic-keywords): Remove.
7570 (sh-syntax-propertize-function): New function to replace it.
7571 (sh-mode): Use it.
7572
7573 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
7574 Define while compiling.
7575 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
7576 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
7577 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
7578 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
7579 (ruby-here-doc-end-syntax): Only define when
7580 syntax-propertize is not available.
7581 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
7582 New functions.
7583 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
7584 (electric-indent-chars): Silence bytecompiler.
7585 (ruby-mode): Use prog-mode, syntax-propertize-function, and
7586 electric-indent-chars.
7587
7588 * progmodes/python.el (python-syntax-propertize-function): New var to
7589 replace python-font-lock-syntactic-keywords.
7590 (python-mode): Use it.
7591 (python-quote-syntax): Simplify and adjust to new use.
7592
7593 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
7594 replace perl-font-lock-syntactic-keywords.
7595 (perl-syntax-propertize-special-constructs): New fun to replace
7596 perl-font-lock-special-syntactic-constructs.
7597 (perl-font-lock-syntactic-face-function): New fun.
7598 (perl-mode): Use it.
7599
7600 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
7601 to replace octave-font-lock-close-quotes.
7602 (octave-syntax-propertize-function): New function to replace
7603 octave-font-lock-syntactic-keywords.
7604 (octave-mode): Use it.
7605
7606 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
7607 replaces mixal-font-lock-syntactic-keywords.
7608 (mixal-mode): Use it.
7609
7610 * progmodes/make-mode.el (makefile-syntax-propertize-function):
7611 New var; replaces makefile-font-lock-syntactic-keywords.
7612 (makefile-mode): Use it.
7613 (makefile-imake-mode): Adjust.
7614
7615 * progmodes/js.el (js--regexp-literal): Define while compiling.
7616 (js-syntax-propertize-function): New var; replaces
7617 js-font-lock-syntactic-keywords.
7618 (js-mode): Use it.
7619
7620 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
7621 replaces gdb-script-font-lock-syntactic-keywords.
7622 (gdb-script-mode): Use it.
7623
7624 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
7625 (fortran--font-lock-syntactic-keywords): New var.
7626 (fortran-line-length): Update syntax-propertize-function and
7627 fortran--font-lock-syntactic-keywords.
7628
7629 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
7630
7631 * progmodes/cfengine.el (cfengine-mode):
7632 Use syntax-propertize-function.
7633 (cfengine-font-lock-syntactic-keywords): Remove.
7634
7635 * progmodes/autoconf.el (autoconf-mode):
7636 Use syntax-propertize-function.
7637 (autoconf-font-lock-syntactic-keywords): Remove.
7638
7639 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
7640 (ada-after-change-function, ada-initialize-syntax-table-properties)
7641 (ada-handle-syntax-table-properties): Only define when
7642 syntax-propertize is not available.
7643 (ada-mode): Use syntax-propertize-function.
7644
7645 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
7646 (font-lock-fontify-syntactic-keywords-region): Move handling of
7647 font-lock-syntactically-fontified to...
7648 (font-lock-default-fontify-region): ...here.
7649 Let syntax-propertize-function take precedence.
7650 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
7651
7652 * emacs-lisp/syntax.el (syntax-propertize-function)
7653 (syntax-propertize-chunk-size, syntax-propertize--done)
7654 (syntax-propertize-extend-region-functions): New vars.
7655 (syntax-propertize-wholelines, syntax-propertize-multiline)
7656 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
7657 (syntax-propertize): New functions.
7658 (syntax-propertize-rules): New macro.
7659 (syntax-ppss-flush-cache): Set syntax-propertize--done.
7660 (syntax-ppss): Call syntax-propertize.
7661
7662 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
7663
7664 2010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
7665
7666 * textmodes/ispell.el (ispell-init-process): Improve comments.
7667 XEmacs compatibility changes regarding (add-hook) 'local option
7668 and (set-process-query-on-exit-flag).
7669
7670 2010-09-09 Michael Albinus <michael.albinus@gmx.de>
7671
7672 * net/tramp-cache.el (tramp-parse-connection-properties):
7673 Set tramp-autoload cookie.
7674
7675 2010-09-09 Glenn Morris <rgm@gnu.org>
7676
7677 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
7678 (imagemagick-register-types): Doc fix.
7679
7680 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7681
7682 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
7683
7684 * progmodes/js.el (require): Require is already "eval-and-compile".
7685 (js--re-search-forward): Avoid `eval'. Preserve the error data.
7686 (js--re-search-backward): Use js--re-search-forward.
7687
7688 * progmodes/fortran.el (fortran-line-length): Don't recompute
7689 syntactic keywords redundantly a second time.
7690
7691 * progmodes/ada-mode.el: Replace "(set '" with setq.
7692 (ada-mode): Simplify.
7693 (ada-create-case-exception, ada-adjust-case-interactive)
7694 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
7695 (ada-search-ignore-string-comment, ada-move-to-start)
7696 (ada-move-to-end): Use with-syntax-table.
7697
7698 * font-lock.el (save-buffer-state): Remove `varlist' arg.
7699 (font-lock-unfontify-region, font-lock-default-fontify-region):
7700 Update usage correspondingly.
7701 (font-lock-fontify-syntactic-keywords-region):
7702 Set parse-sexp-lookup-properties buffer-locally here.
7703 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
7704
7705 * simple.el (blink-matching-open): Don't burp if we can't find a match.
7706
7707 2010-09-08 Glenn Morris <rgm@gnu.org>
7708
7709 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
7710 Error if not compiled with -DBYTE_CODE_METER.
7711
7712 * emacs-lisp/bytecomp.el (byte-recompile-directory):
7713 Ignore dir-locals-file.
7714
7715 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7716
7717 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7718 Not a const.
7719 (compilation-error-regexp-alist-alist): Rule out ": " in file names
7720 for the `gnu' messages.
7721 (compilation-set-skip-threshold): New command.
7722 (compilation-start): Use \' rather than $.
7723 (compilation-forget-errors): Use clrhash.
7724
7725 2010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
7726
7727 * textmodes/ispell.el (ispell-valid-dictionary-list):
7728 Simplify logic.
7729
7730 2010-09-08 Michael Albinus <michael.albinus@gmx.de>
7731
7732 Migrate to Tramp 2.2. Rearrange load dependencies.
7733 (Bug#1529, Bug#5448, Bug#5705)
7734
7735 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
7736 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
7737 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
7738
7739 * net/tramp.el (top): Remove all other tramp-* loads except
7740 tramp-compat.el. Remove all changes to tramp-unload-hook for
7741 other tramp-* packages. Rearrange defun order. Change calls of
7742 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
7743 `tramp-compat-octal-to-decimal' to new function names.
7744 (tramp-terminal-type, tramp-initial-end-of-output)
7745 (tramp-methods, tramp-foreign-file-name-handler-alist)
7746 (tramp-tramp-file-p, tramp-completion-mode-p)
7747 (tramp-send-command-and-check, tramp-get-remote-path)
7748 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
7749 (tramp-shell-quote-argument): Set tramp-autoload cookie.
7750 (with-file-property, with-connection-property): Move to
7751 tramp-cache.el.
7752 (tramp-local-call-process, tramp-decimal-to-octal)
7753 (tramp-octal-to-decimal): Move to tramp-compat.el.
7754 (tramp-handle-shell-command): Do not require 'shell.
7755 (tramp-compute-multi-hops): No special handling for tramp-gw-*
7756 symbols.
7757 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
7758
7759 * net/tramp-cache.el (top): Require 'tramp. Add to
7760 `tramp-unload-hook'.
7761 (tramp-cache-data, tramp-get-file-property)
7762 (tramp-set-file-property, tramp-flush-file-property)
7763 (tramp-flush-directory-property, tramp-get-connection-property)
7764 (tramp-set-connection-property, tramp-flush-connection-property)
7765 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
7766 cookie.
7767 (with-file-property, with-connection-property): New defuns, moved
7768 from tramp.el.
7769 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
7770 macro.
7771
7772 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
7773 (tramp-version): Set tramp-autoload cookie.
7774
7775 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
7776 changes to tramp-unload-hook for other tramp-* packages. Add to
7777 `tramp-unload-hook'.
7778 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
7779 (tramp-compat-call-process): New defuns, moved from tramp.el.
7780
7781 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
7782 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7783 Add to `tramp-unload-hook'. Change call of
7784 `tramp-compat-decimal-to-octal' to new function name.
7785 (tramp-fish-method): Make it a defconst.
7786 (tramp-fish-file-name-p): Make it a defsubst.
7787 (tramp-fish-method, tramp-fish-file-name-handler)
7788 (tramp-fish-file-name-p): Set tramp-autoload cookie.
7789
7790 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
7791 `tramp-foreign-file-name-handler-alist'. Add to
7792 `tramp-unload-hook'.
7793 (tramp-ftp-method): Make it a defconst.
7794 (tramp-ftp-file-name-p): Make it a defsubst.
7795 (tramp-ftp-method, tramp-ftp-file-name-handler)
7796 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
7797
7798 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
7799 `tramp-foreign-file-name-handler-alist'. Add to
7800 `tramp-unload-hook'. Change checks, whether package can be
7801 loaded.
7802 (tramp-gvfs-file-name-p): Make it a defsubst.
7803 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
7804 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
7805 (tramp-gvfs-handle-file-directory-p): New defun.
7806 (tramp-gvfs-file-name-handler-alist): Use it.
7807
7808 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
7809 `tramp-foreign-file-name-handler-alist'. Add to
7810 `tramp-unload-hook'.
7811 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
7812 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
7813 defconst.
7814 (tramp-gw-tunnel-method, tramp-gw-socks-method)
7815 (tramp-gw-open-connection): Set tramp-autoload cookie.
7816
7817 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
7818 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7819 Add to `tramp-unload-hook'. Change checks, whether package can be
7820 loaded.
7821 (tramp-imap-file-name-p): Make it a defsubst.
7822 (tramp-imap-method, tramp-imaps-method)
7823 (tramp-imap-file-name-handler)
7824 (tramp-imap-file-name-p): Set tramp-autoload cookie.
7825
7826 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
7827 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7828 Add to `tramp-unload-hook'. Change checks, whether package can be
7829 loaded. Change call of `tramp-compat-decimal-to-octal' to new
7830 function name.
7831 (tramp-smb-tunnel-method): Make it a defconst.
7832 (tramp-smb-file-name-p): Make it a defsubst.
7833 (tramp-smb-method, tramp-smb-file-name-handler)
7834 (tramp-smb-file-name-p): Set tramp-autoload cookie.
7835
7836 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
7837 (tramp-uuencode-region): Set tramp-autoload cookie.
7838
7839 * net/trampver.el (top) Add to `tramp-unload-hook'.
7840 (tramp-version, tramp-bug-report-address): Set tramp-autoload
7841 cookie. Update release number.
7842
7843 2010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
7844
7845 * textmodes/ispell.el (ispell-start-process): Make sure original
7846 arg list is properly initialized (Bug#6993, Bug#6994).
7847
7848 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
7849
7850 * files.el (directory-abbrev-alist): Use \` as default regexp.
7851
7852 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
7853 chars like - or ] (bug#6984).
7854 (rx-any-condense-range): Explode 2-char ranges.
7855
7856 2010-09-06 Glenn Morris <rgm@gnu.org>
7857
7858 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
7859
7860 2010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
7861
7862 * textmodes/bibtex.el:
7863 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
7864
7865 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7866
7867 * net/imap.el (imap-message-map): Remove optional buffer parameter,
7868 since no callers use it.
7869 (imap-message-get): Ditto.
7870 (imap-message-put): Ditto.
7871 (imap-mailbox-map): Ditto.
7872 (imap-mailbox-put): Ditto.
7873 (imap-mailbox-get): Ditto.
7874 (imap-mailbox-get): Revert last change for this function.
7875
7876 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7877
7878 * net/imap.el (imap-fetch-safe): Remove function, and alter all
7879 callers to use `imap-fetch' instead. According to the comments, this
7880 should be safe, since all other IMAP clients use the 1:* syntax.
7881 (imap-enable-exchange-bug-workaround): Remove.
7882 (imap-debug): Remove -- doesn't seem very useful.
7883
7884 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7885
7886 * net/imap.el (imap-log): New convenience function used throughout
7887 instead of repeating the same code all over the place.
7888
7889 2010-09-05 David De La Harpe Golden <david@harpegolden.net>
7890
7891 * mouse.el (mouse-save-then-kill): Save region to kill-ring
7892 when mouse-drag-copy-region is non-nil (Bug#6956).
7893
7894 2010-09-05 Chong Yidong <cyd@stupidchicken.com>
7895
7896 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
7897 Improve regexps (Bug#6987).
7898 (dired-sort-toggle): Search more robustly for -t flag.
7899
7900 * files.el (get-free-disk-space): Search more robustly for
7901 "available" column. Suggested by Ehud Karni
7902 <ehud@unix.mvs.co.il>.
7903
7904 2010-09-05 Juanma Barranquero <lekktu@gmail.com>
7905
7906 * international/uni-bidi.el:
7907 * international/uni-category.el:
7908 * international/uni-combining.el:
7909 * international/uni-decimal.el:
7910 * international/uni-mirrored.el:
7911 * international/uni-name.el: Regenerate.
7912
7913 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7914
7915 * electric.el (electric-indent-post-self-insert-function):
7916 Don't reindent with a sloppy indentation function.
7917
7918 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
7919 border case in change-log-mode.
7920
7921 2010-09-04 Chong Yidong <cyd@stupidchicken.com>
7922
7923 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7924 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
7925 Recognize leading tab in gcc-include regexp. Ignore names with
7926 leading "from" or "in" in gnu regexp (Bug#6937).
7927
7928 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7929
7930 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
7931 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
7932 (ispell-start-process): Avoid setq and simplify logic.
7933 (ispell-init-process): Setup kill-buffer-hook locally when needed.
7934 (kill-buffer-hook): Don't use it globally with code that uses
7935 expand-file-name since that may call kill-buffer via
7936 code_conversion_restore.
7937
7938 2010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
7939
7940 * emacs-lisp/package.el (package-directory-list): Only call
7941 file-name-nondirectory on a string.
7942
7943 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
7944
7945 * emacs-lisp/package.el (package--download-one-archive):
7946 Ensure that archive-contents is valid before saving it.
7947 (package-activate-1, package-mark-obsolete, define-package)
7948 (package-compute-transaction, package-list-maybe-add): Use push.
7949
7950 2010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
7951
7952 Use SMIE's blink-paren for octave-mode.
7953 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
7954 Backslashes do not escape single-quotes, single-quotes do.
7955 (octave-block-else-regexp, octave-block-end-regexp)
7956 (octave-block-match-alist): Remove.
7957 (octave-smie-bnf-table): New var, with old content.
7958 (octave-smie-op-levels): Use it.
7959 (octave-smie-closer-alist): New var.
7960 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
7961 (octave-blink-matching-block-open): Remove.
7962 (octave-reindent-then-newline-and-indent, octave-electric-semi)
7963 (octave-electric-space): Let self-insert-command run expand-abbrev and
7964 blink parens.
7965
7966 * electric.el (electricity): New group.
7967 (electric-indent-chars): New var.
7968 (electric-indent-post-self-insert-function): New fun.
7969 (electric-indent-mode): New minor mode.
7970 (electric-pair-skip-self): New custom.
7971 (electric-pair-post-self-insert-function): New function.
7972 (electric-pair-mode): New minor mode.
7973
7974 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
7975 calcAlg-blink-matching-open.
7976 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
7977 (calc-do-alg-entry): Only touch the part of the keymap that varies.
7978 Use the new blink-matching-check-function.
7979
7980 Provide blink-matching support to SMIE.
7981 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
7982 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
7983 (smie-blink-matching-check, smie-blink-matching-open): New functions.
7984
7985 * simple.el (newline): Fix last change to properly remove itself from
7986 the hook.
7987
7988 2010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
7989
7990 * simple.el (newline): Eliminate optimization.
7991 Use post-self-insert-hook to set hard-newline and things before
7992 running post-self-insert-hook.
7993 (blink-matching-check-mismatch): New function.
7994 (blink-matching-check-function): New variable.
7995 (blink-matching-open): Use them.
7996 Skip back forward over prefix chars skipped by forward-sexp.
7997 Don't check if the parens are backslash escaped.
7998 (blink-paren-post-self-insert-function): Check backslash escaping here.
7999
8000 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
8001
8002 * emacs-lisp/package.el (package-menu-mode-map):
8003 Change package-menu-revert bindings to revert-buffer.
8004 (package-menu-mode): Set revert-buffer-function.
8005 (package-menu-revert): Doc fix.
8006
8007 2010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
8008
8009 * textmodes/ispell.el (ispell-init-process): Use "~/" as
8010 `default-directory' unless using Ispell per-directory personal
8011 dictionaries and not in a mini-buffer under XEmacs.
8012 (kill-buffer-hook): Do not kill ispell process on exit when
8013 `ispell-process-directory' is "~/". (Bug#6143)
8014
8015 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
8016
8017 * simple.el (kill-new): Call interprogram-cut-function with only
8018 one argument.
8019
8020 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
8021 Remove cut buffer from error message.
8022
8023 * term/x-win.el (x-select-text):
8024 * term/pc-win.el (x-selection-value):
8025 * term/ns-win.el (x-selection-value):
8026 * eshell/em-term.el:
8027 * w32-fns.el (x-get-selection-value):
8028 * mouse-sel.el (mouse-sel-set-selection-function):
8029 * frame.el (display-selections-p): Remove cut-buffer in documentation.
8030
8031 * term/x-win.el: Update documentation for x-last-selected-text-*.
8032 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
8033 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
8034 (x-select-text): Remove argument PUSH, update documentation.
8035 Remove cut-buffer code.
8036 (x-selection-value-internal): Was previously x-selection-value.
8037 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
8038 Update documentation, remove cut-buffer code.
8039 Call x-selection-value-internal.
8040 (x-clipboard-yank): Call x-selection-value-internal.
8041 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
8042
8043 * term/pc-win.el (x-last-selected-text):
8044 x-cut-buffer-or-selection-value renamed to x-selection-value
8045 (x-select-text): Remove argument PUSH, update documentation.
8046
8047 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
8048 x-cut-buffer-or-selection-value renamed to x-selection-value
8049 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
8050 (x-select-text): Remove argument PUSH, update documentation.
8051
8052 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
8053
8054 * w32-fns.el (x-last-selected-text):
8055 x-cut-buffer-or-selection-value renamed to x-selection-value.
8056 (x-cut-buffer-max): Remove.
8057 (x-select-text): Remove argument PUSH, update documentation.
8058
8059 * simple.el (interprogram-cut-function): Remove mention of PUSH.
8060
8061 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
8062
8063 * mouse-sel.el (mouse-sel-get-selection-function):
8064 x-cut-buffer-or-selection-value renamed to x-selection-value.
8065 (x-select-text): Remove optional push.
8066
8067 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
8068
8069 * simple.el (blink-paren-function): Move from C to here.
8070 (blink-paren-post-self-insert-function): New function.
8071 (post-self-insert-hook): Use it.
8072
8073 * emacs-lisp/pcase.el (pcase-split-memq):
8074 Fix overenthusiastic optimisation.
8075 (pcase-u1): Handle the case of a lambda pred.
8076
8077 2010-08-31 Kenichi Handa <handa@m17n.org>
8078
8079 * international/mule-cmds.el (standard-display-european-internal):
8080 Setup standard-display-table for 8-bit characters by storing 8-bit
8081 characters in the element vector.
8082
8083 * disp-table.el (standard-display-8bit):
8084 Setup standard-display-table for 8-bit characters by storing 8-bit
8085 characters in the element vector.
8086 (standard-display-european): Likewise.
8087
8088 2010-08-31 Masatake YAMATO <yamato@redhat.com>
8089
8090 * textmodes/nroff-mode.el (nroff-view): New command.
8091 (nroff-mode-map): Bind it to C-c C-c.
8092
8093 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
8094
8095 * emacs-lisp/smie.el (smie-down-list): New command.
8096
8097 Remove old indentation and navigation code on octave-mode.
8098 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
8099 smie-down-list rather than add a binding for octave-down-block.
8100 (octave-mark-block, octave-blink-matching-block-open):
8101 Rely on forward-sexp-function.
8102 (octave-fill-paragraph): Don't narrow, so you can use
8103 indent-according-to-mode.
8104 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
8105 (octave-in-block-p, octave-re-search-forward-kw)
8106 (octave-re-search-backward-kw, octave-indent-calculate)
8107 (octave-end-as-array-index-p, octave-block-end-offset)
8108 (octave-scan-blocks, octave-forward-block, octave-backward-block)
8109 (octave-down-block, octave-backward-up-block, octave-up-block)
8110 (octave-before-magic-comment-p, octave-indent-line): Remove.
8111
8112 2010-08-31 Chong Yidong <cyd@stupidchicken.com>
8113
8114 * emacs-lisp/package.el (package--read-archive-file): Just use
8115 `read', to avoid copying an additional string.
8116 (package-menu-mode): Set header-line-format here.
8117 (package-menu-refresh, package-menu-revert): Signal an error if
8118 not in the Package Menu.
8119 (package-menu-package-list): New var.
8120 (package--generate-package-list): Operate on the current buffer;
8121 don't assume that it is *Packages*, since the user may rename it.
8122 Allow persistent package listings and sort keys using
8123 package-menu-package-list and package-menu-package-sort-key.
8124 (package-menu--version-predicate): Fix version calculation.
8125 (package-menu-sort-by-column): Don't select the window.
8126 (package--list-packages): Create the *Packages* buffer.
8127 Set package-menu-package-list-key.
8128 (list-packages): Sorting by status is now the default.
8129 (package-buffer-info): Use match-string-no-properties.
8130 (define-package): Add a &rest argument for future proofing, but
8131 don't use it yet.
8132 (package-install-from-buffer, package-install-buffer-internal):
8133 Merge into a single function, package-install-from-buffer.
8134 (package-install-file): Change caller.
8135
8136 * finder.el: Load finder-inf using `require'.
8137 (finder-list-matches): Sorting by status is now the default.
8138 (finder-compile-keywords): Simpify printing.
8139
8140 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8141
8142 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
8143 (octave-mode-map): Remove special bindings for forward/backward-block
8144 and octave-backward-up-block. Use smie-close-block.
8145 (octave-continuation-marker-regexp): New var.
8146 (octave-continuation-regexp): Use it.
8147 (octave-operator-table, octave-smie-op-levels)
8148 (octave-operator-regexp, octave-smie-indent-rules): New vars.
8149 (octave-smie-backward-token, octave-smie-forward-token): New funs.
8150 (octave-mode): Use SMIE.
8151 (octave-close-block): Delete.
8152
8153 2010-08-30 Eli Zaretskii <eliz@gnu.org>
8154
8155 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
8156 CLIPBOARD, not in PRIMARY. (Bug#6944)
8157
8158 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8159
8160 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
8161 a list of parents.
8162 (smie-indent-column): Allow indirection through variables.
8163
8164 * composite.el (save-buffer-state): Delete, unused.
8165 * font-lock.el (save-buffer-state): Use with-silent-modifications.
8166 (font-lock-default-fontify-region): Use with-syntax-table.
8167 * jit-lock.el (with-buffer-unmodified): Remove.
8168 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
8169
8170 Use `declare' in defmacros.
8171 * window.el (save-selected-window):
8172 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
8173 * progmodes/python.el (def-python-skeleton):
8174 * net/dbus.el (dbus-ignore-errors):
8175 * jka-cmpr-hook.el (with-auto-compression-mode):
8176 * international/mule.el (with-category-table):
8177 * emacs-lisp/timer.el (with-timeout):
8178 * emacs-lisp/lisp-mnt.el (lm-with-file):
8179 * emacs-lisp/eieio.el (with-slots):
8180 * emacs-lisp/easymenu.el (easy-menu-define):
8181 * emacs-lisp/debug.el (debugger-env-macro):
8182 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
8183 (Multiple-value-call, Multiple-value-prog1):
8184 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
8185 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
8186 edebug rule to definition.
8187 * emacs-lisp/lisp-mode.el (save-selected-window)
8188 (with-current-buffer, combine-after-change-calls)
8189 (with-output-to-string, with-temp-file, with-temp-buffer)
8190 (with-temp-message, with-syntax-table, read-if, eval-after-load)
8191 (dolist, dotimes, when, unless):
8192 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
8193
8194 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
8195
8196 * finder.el: Require `package'.
8197 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
8198 (finder-package-info): Var deleted.
8199 (finder-keywords-hash, finder--builtins-alist): New vars.
8200 (finder-compile-keywords): Compute package--builtins and
8201 finder-keywords-hash instead of finder-keywords-hash, respecting
8202 the "Package" header.
8203 (finder-unknown-keywords, finder-list-matches):
8204 Use finder-keywords-hash and package--list-packages.
8205 (finder-mode): Don't set font-lock-defaults.
8206 (finder-exit): We don't use "*Finder-package*" and "*Finder
8207 Category*" buffers anymore.
8208
8209 * emacs-lisp/package.el (package--builtins-base): Var deleted.
8210 (package--builtins): Set default value to nil.
8211 (package-initialize): Load precomputed value of package--builtins
8212 from finder-inf.el.
8213 (package-alist, package-compute-transaction)
8214 (package-download-transaction): Improve docstring.
8215 (package-read-all-archive-contents): Do not change
8216 package--builtins here.
8217 (list-packages): Make package-list-packages an alias for this.
8218 Sort by status by default.
8219 (package--list-packages): Add optional PACKAGES arg.
8220 (describe-package-1): Use font-lock-face property. For built-in
8221 packages, insert file commentary.
8222 (package--generate-package-list): Rename from
8223 package-list-packages-internal; all callers changed. Add optional
8224 PACKAGES arg. Add alphabetical sort fallbacks.
8225 (package-menu--version-predicate, package-menu--status-predicate)
8226 (package-menu--description-predicate)
8227 (package-menu--name-predicate): New functions.
8228
8229 * info.el (Info-finder-find-node): Search package-alist instead of
8230 finder-package-info.
8231
8232 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
8233
8234 * subr.el (version-regexp-alist): Don't use "a" and "b" for
8235 "alpha" and "beta".
8236 (version-to-list): Handle versions like "10.3d".
8237
8238 2010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8239
8240 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
8241 (macroexp-accumulate): Use `declare'.
8242
8243 2010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8244
8245 * whitespace.el (whitespace-style): Adjust type declaration.
8246
8247 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
8248
8249 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
8250
8251 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
8252
8253 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
8254 (Bug#6907).
8255
8256 2010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
8257
8258 * progmodes/js.el: Make indentation more customizable (Bug#6914).
8259 (js-paren-indent-offset, js-square-indent-offset)
8260 (js-curly-indent-offset): New options.
8261 (js--proper-indentation): Use them.
8262
8263 2010-08-26 Daniel Colascione <dan.colascione@gmail.com>
8264
8265 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
8266 instead of inspecting font-lock properties (Bug#6916).
8267
8268 2010-08-26 David Reitter <david.reitter@gmail.com>
8269
8270 * server.el (server-visit-files): Run pre-command-hook and
8271 post-command-hook for each buffer while it is current (Bug#6910).
8272 (server-execute): Do not run hooks here.
8273
8274 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
8275
8276 Sync with Tramp 2.1.19.
8277
8278 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Protect
8279 deleting tmpfile.
8280 (tramp-gvfs-maybe-open-connection): Use `tramp-compat-funcall'.
8281
8282 * net/tramp.el (tramp-handle-expand-file-name)
8283 (tramp-completion-handle-file-name-all-completions)
8284 (tramp-completion-handle-file-name-completion):
8285 Use `tramp-connectable-p'.
8286
8287 * net/trampver.el: Update release number.
8288
8289 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
8290
8291 * help.el (help-map): Bind `C-h P' to describe-package.
8292
8293 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
8294
8295 * emacs-lisp/package.el (package-refresh-contents): Catch errors
8296 when downloading archives.
8297 (describe-package-1): Add package commentary.
8298 (package-install-button-action): New function.
8299 (package-menu-mode-map): Bind ? to package-menu-describe-package.
8300 (package-menu-view-commentary): Function removed.
8301 (package-list-packages-internal): Hide the `package' package too.
8302
8303 2010-08-25 Kenichi Handa <handa@m17n.org>
8304
8305 * language/misc-lang.el ("Arabic"): New language environment.
8306 Setup composition-function-table for Arabic characters.
8307
8308 * international/fontset.el (setup-default-fontset): Fix typo for
8309 arabic OTF spec (fini->fina).
8310
8311 2010-08-25 Jan Djärv <jan.h.d@swipnet.se>
8312
8313 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
8314 on all frames.
8315
8316 2010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8317
8318 * whitespace.el: Allow cleaning up blanks without blank
8319 visualization (Bug#6651). Adjust help window for
8320 whitespace-toggle-options (Bug#6479). Allow to use fill-column
8321 instead of whitespace-line-column (from EmacsWiki). New version
8322 13.1.
8323 (whitespace-style): Add new value 'face. Adjust docstring.
8324 (whitespace-space, whitespace-hspace, whitespace-tab):
8325 Adjust foreground property face.
8326 (whitespace-line-column): Adjust docstring and type declaration.
8327 (whitespace-style-value-list, whitespace-toggle-option-alist)
8328 (whitespace-help-text): Adjust const initialization.
8329 (whitespace-toggle-options, global-whitespace-toggle-options):
8330 Adjust docstring.
8331 (whitespace-display-window, whitespace-interactive-char)
8332 (whitespace-style-face-p, whitespace-color-on): Adjust code.
8333 (whitespace-help-scroll): New fun.
8334
8335 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
8336
8337 * emacs-lisp/package.el (list-packages): Alias for
8338 package-list-packages.
8339
8340 2010-08-24 Kevin Ryde <user42@zip.com.au>
8341
8342 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
8343 (Bug#5651).
8344
8345 * progmodes/ruby-mode.el (ruby): Add defgroup.
8346
8347 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
8348
8349 * progmodes/python.el: Add Ipython support (Bug#5390).
8350 (python-shell-prompt-alist)
8351 (python-shell-continuation-prompt-alist): New options.
8352 (python--set-prompt-regexp): New function.
8353 (inferior-python-mode, run-python, python-shell):
8354 Require ansi-color. Use python--set-prompt-regexp to set the comint
8355 prompt based on the Python interpreter.
8356 (python--prompt-regexp): New var.
8357 (python-check-comint-prompt)
8358 (python-comint-output-filter-function): Use it.
8359 (run-python): Use a pipe (Bug#5694).
8360
8361 2010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
8362
8363 * progmodes/python.el (python-send-region): Send a different
8364 Python command if Ipython is in use.
8365 (python-check-version): Use a Python command to find the version.
8366
8367 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
8368
8369 * mouse.el (mouse-yank-primary): Avoid setting primary when
8370 deactivating the mark (Bug#6872).
8371
8372 2010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
8373
8374 * progmodes/python.el (python-block-pairs): Allow use of "finally"
8375 with "else" (Bug#3991).
8376
8377 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
8378
8379 * net/dbus.el: Accept UNIX domain sockets as bus address.
8380 (top): Don't initialize `dbus-registered-objects-table' anymore,
8381 this is done in dbusbind.c.
8382 (dbus-check-event): Adapt test for bus.
8383 (dbus-return-values-table, dbus-unregister-service)
8384 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
8385 Adapt doc string.
8386
8387 2010-08-23 Juanma Barranquero <lekktu@gmail.com>
8388
8389 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
8390
8391 2010-08-22 Juri Linkov <juri@jurta.org>
8392
8393 * simple.el (read-extended-command): New function with the logic
8394 for `completing-read' moved to Elisp from `execute-extended-command'.
8395 Use `function-called-at-point' in `minibuffer-default-add-function'
8396 to get a command name for M-n (bug#5364, bug#5214).
8397
8398 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
8399
8400 * startup.el (command-line-1): Issue warning for ignored arguments
8401 --unibyte, etc (Bug#6886).
8402
8403 2010-08-22 Leo <sdl.web@gmail.com>
8404
8405 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
8406 (ignore, bright, dim, keyword): Split list of nicknames before
8407 passing to rcirc-add-or-remove (Bug#6894).
8408
8409 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
8410
8411 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
8412
8413 2010-08-22 Leo <sdl.web@gmail.com>
8414
8415 Fix buffer-list rename&refresh after killing a buffer in ido.
8416 * ido.el: Revert Óscar's.
8417 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
8418 Remember the buffers at head, rather than their name.
8419 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
8420
8421 2010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
8422 Stefan Monnier <monnier@iro.umontreal.ca>
8423
8424 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
8425 extra backslash added to each line (bug#6890).
8426
8427 2010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
8428
8429 * subr.el (read-key): Don't echo keystrokes (bug#6883).
8430
8431 2010-08-22 Glenn Morris <rgm@gnu.org>
8432
8433 * menu-bar.el (menu-bar-games-menu): Add landmark.
8434
8435 2010-08-22 Glenn Morris <rgm@gnu.org>
8436
8437 * align.el (align-regexp): Make group and spacing arguments
8438 use the interactive defaults when non-interactive. (Bug#6698)
8439
8440 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
8441 expansion, so as not to need sendmail.
8442 (mail-text-start): Remove declaration.
8443 (rmail-retry-failure): Require sendmail.
8444
8445 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
8446
8447 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
8448
8449 2010-08-22 Michael Albinus <michael.albinus@gmx.de>
8450
8451 * progmodes/flymake.el (flymake-start-syntax-check-process):
8452 Use `start-file-process' in order to let it run also on remote hosts.
8453
8454 2010-08-22 Kenichi Handa <handa@m17n.org>
8455
8456 * files.el: Add `word-wrap' as safe local variable.
8457
8458 2010-08-22 Glenn Morris <rgm@gnu.org>
8459
8460 * woman.el (woman-translate): Case matters. (Bug#6849)
8461
8462 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
8463
8464 * simple.el (kill-region): Doc fix (Bug#6787).
8465
8466 2010-08-22 Glenn Morris <rgm@gnu.org>
8467
8468 * calendar/diary-lib.el (diary-header-line-format):
8469 Fit it to the window, not the frame.
8470
8471 2010-08-22 Andreas Schwab <schwab@linux-m68k.org>
8472
8473 * subr.el (ignore-errors): Add debug declaration.
8474
8475 2010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
8476
8477 * whitespace.el (whitespace-color-off): Remove post-command-hook
8478 locally.
8479
8480 2010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8481
8482 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
8483
8484 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
8485
8486 * cus-edit.el (custom-group-value-create): Add extra newline
8487 before end line (Bug#6876).
8488
8489 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
8490
8491 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
8492 when extending it. Before killing on the second click, check if
8493 the buffer is the correct one. Doc fix.
8494 (mouse-secondary-save-then-kill): Allow usage without first
8495 calling mouse-start-secondary, by defaulting to point. Don't save
8496 an empty secondary selection. Doc fix.
8497
8498 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8499
8500 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
8501 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
8502 New version 13.0.
8503 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8504 Adjust initialization.
8505 (whitespace-bob-marker, whitespace-eob-marker)
8506 (whitespace-buffer-changed): New vars.
8507 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
8508 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
8509 (whitespace-post-command-hook, whitespace-display-char-on):
8510 Adjust code.
8511 (whitespace-looking-back, whitespace-buffer-changed): New funs.
8512 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
8513
8514 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8515
8516 * files.el (locate-file-completion-table): Only list the .el and .elc
8517 extensions if there's no other choice (bug#5955).
8518
8519 * facemenu.el (facemenu-self-insert-data): New var.
8520 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
8521 New functions.
8522 (facemenu-add-face): Use them.
8523
8524 * simple.el (blink-matching-open): Obey forward-sexp-function.
8525
8526 2010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
8527
8528 * simple.el (prog-mode-map): New var.
8529 (prog-indent-sexp): New command.
8530
8531 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
8532
8533 * progmodes/prolog.el (smie): Require.
8534
8535 * emacs-lisp/smie.el (smie-default-backward-token)
8536 (smie-default-forward-token): Strip properties.
8537 (smie-next-sexp): Be more careful with associative operators.
8538 (smie-forward-sexp-command): Generalize.
8539 (smie-backward-sexp-command): Simplify.
8540 (smie-closer-alist): New var.
8541 (smie-close-block): New command.
8542 (smie-indent-debug-log): New var.
8543 (smie-indent-offset-rule): Add a few more cases.
8544 (smie-indent-column): New function.
8545 (smie-indent-after-keyword): Use it.
8546 (smie-indent-keyword): Use it.
8547 Fix up the opener code's point position.
8548 (smie-indent-comment): Only applies at BOL.
8549 (smie-indent-debug): New command.
8550
8551 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
8552 declarations that are useful before running the macro.
8553
8554 2010-08-18 Joakim Verona <joakim@verona.se>
8555
8556 * image.el (imagemagick-types-inhibit): New variable.
8557 (imagemagick-register-types): New function.
8558 * image-mode.el (image-transform-properties): New function.
8559 (image-transform-set-scale, image-transform-fit-to-height)
8560 (image-transform-set-rotation, image-transform-set-resize)
8561 (image-transform-fit-to-width, image-transform-fit-to-height):
8562 New functions.
8563 (image-toggle-display-image): Support image transforms.
8564
8565 2010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
8566
8567 * image.el (create-animated-image): Don't add heuristic mask to image
8568 (Bug#6839).
8569
8570 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
8571
8572 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
8573 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
8574
8575 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
8576
8577 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
8578
8579 Font-lock '...' strings, plus various simplifications and fixes.
8580 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
8581 (octave-font-lock-close-quotes): New function.
8582 (octave-font-lock-syntactic-keywords): New var.
8583 (octave-mode): Use it. Set beginning-of-defun-function.
8584 (octave-mode-map): Don't override the <foo>-defun commands.
8585 (octave-mode-menu): Pass it directly to easy-menu-define;
8586 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
8587 (octave-block-match-alist): Fix up last change so that
8588 octave-close-block uses the more specific keyword.
8589 (info-lookup-mode): Silence byte-compiler.
8590 (octave-beginning-of-defun): Not interactive any more.
8591 Optimize slightly.
8592 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
8593 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
8594 (octave-completion-at-point-function): Make sure point is within
8595 beg..end.
8596 (octave-reindent-then-newline-and-indent):
8597 Use reindent-then-newline-and-indent.
8598 (octave-add-octave-menu): Remove.
8599
8600 2010-08-17 Jan Djärv <jan.h.d@swipnet.se>
8601
8602 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
8603 (report-emacs-bug-can-use-xdg-email): New functions.
8604 (report-emacs-bug): Set can-xdg-email to result of
8605 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
8606 \C-cm to report-emacs-bug-insert-to-mailer and add help text
8607 about it.
8608
8609 * net/browse-url.el (browse-url-default-browser): Add cond
8610 for browse-url-xdg-open.
8611 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
8612
8613 2010-08-17 Glenn Morris <rgm@gnu.org>
8614
8615 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
8616 (c-fontify-recorded-types-and-refs): Define for compiler.
8617 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
8618 before use.
8619
8620 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
8621 Fix format call.
8622
8623 2010-08-17 Michael Albinus <michael.albinus@gmx.de>
8624
8625 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
8626 properties.
8627 (tramp-handle-process-file): Call the program in a subshell, in
8628 order to preserve working directory.
8629 (tramp-action-password): Hide password prompt before next run.
8630 (tramp-process-actions): Widen connection buffer for the trace.
8631
8632 2010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
8633
8634 * net/rcirc.el (rcirc-log-process-buffers): New option.
8635 (rcirc-print): Use it.
8636 (rcirc-generate-log-filename): New function.
8637 (rcirc-log-filename-function): Change default to
8638 rcirc-generate-log-filename (Bug#6828).
8639
8640 2010-08-16 Chong Yidong <cyd@stupidchicken.com>
8641
8642 * simple.el (deactivate-mark): If select-active-regions is `only',
8643 only set selection for temporarily active regions.
8644
8645 * cus-start.el: Change defcustom for select-active-regions.
8646
8647 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
8648
8649 * mouse.el (mouse--drag-set-mark-and-point): New function.
8650 (mouse-drag-track): Use LOCATION arg to push-mark.
8651 Use mouse--drag-set-mark-and-point to take click-count into
8652 consideration when updating point and mark (Bug#6840).
8653
8654 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
8655
8656 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8657 Give the Ruby rule a lower priority than Gnu (Bug#6778).
8658
8659 2010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
8660
8661 * font-lock.el (lisp-font-lock-keywords-2):
8662 Add combine-after-change-calls, condition-case-no-debug,
8663 with-demoted-errors, and with-silent-modifications (Bug#6025).
8664
8665 2010-08-14 Kevin Ryde <user42@zip.com.au>
8666
8667 * emacs-lisp/copyright.el (copyright-update-year)
8668 (copyright-update): Temporary switch-to-buffer to ensure the
8669 buffer change being queried is visible (Bug#5394).
8670
8671 2010-08-14 Tom Tromey <tromey@redhat.com>
8672
8673 * progmodes/etags.el (tags-file-name): Mark safe if stringp
8674 (Bug#6733).
8675
8676 2010-08-14 Eli Zaretskii <eliz@gnu.org>
8677
8678 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
8679 MS-DOS. (Bug#6689)
8680
8681 2010-08-13 Jan Djärv <jan.h.d@swipnet.se>
8682
8683 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
8684 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
8685 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
8686 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
8687 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
8688 Call menu-bar-set-tool-bar-position.
8689
8690 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8691
8692 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
8693 comment style (bug#6834).
8694 * progmodes/scheme.el (scheme-mode-syntax-table):
8695 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
8696 "b" flag in "' 14b" syntax.
8697
8698 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
8699 for (un)commenting the region and performing completion.
8700 (octave-mode-menu): Use standard commands for help and completion.
8701 (octave-mode-syntax-table): Support %{..%} comments (sort of).
8702 (octave-mode): Use define-derived-mode.
8703 Set completion-at-point-functions and don't set columns.
8704 Don't disable adaptive-fill-regexp.
8705 (octave-describe-major-mode, octave-comment-region)
8706 (octave-uncomment-region, octave-comment-indent)
8707 (octave-indent-for-comment): Remove.
8708 (octave-indent-calculate): Rename from calculate-octave-indent.
8709 (octave-indent-line, octave-fill-paragraph): Update caller.
8710 (octave-initialize-completions): No need to make an alist.
8711 (octave-completion-at-point-function): New function.
8712 (octave-complete-symbol): Use it.
8713 (octave-insert-defun): Use define-skeleton.
8714
8715 * progmodes/octave-mod.el (octave-mode): Set comment-add.
8716 (octave-mode-map): Use comment-dwim (bug#6829).
8717
8718 2010-08-12 Antoine Levitt <antoine.levitt@gmail.com>
8719
8720 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
8721 indentation of inserted comment.
8722
8723 2010-08-11 Jan Djärv <jan.h.d@swipnet.se>
8724
8725 * faces.el (region): Add type gtk that uses gtk colors.
8726
8727 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
8728 Handle theme-name change.
8729
8730 2010-08-10 Michael R. Mauger <mmaug@yahoo.com>
8731
8732 * progmodes/sql.el: Version 2.5
8733 (sql-product-alist): Add :prompt-cont-regexp property for several
8734 database products.
8735 (sql-prompt-cont-regexp): New variable.
8736 (sql-output-newline-count, sql-output-by-send):
8737 New variables. Record number of newlines in input text.
8738 (sql-send-string): Handle multiple filters and count newlines.
8739 (sql-send-magic-terminator): Count terminator newline.
8740 (sql-interactive-remove-continuation-prompt): Filters output to
8741 remove continuation prompts; one for each newline.
8742 (sql-interactive-mode): Set up new variables, prompt regexp and
8743 output filter.
8744 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
8745 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
8746
8747 2010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8748
8749 * emacs-lisp/pcase.el: New file.
8750
8751 2010-08-10 Michael Albinus <michael.albinus@gmx.de>
8752
8753 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
8754 as here-document, otherwise the command could exceed maximum
8755 length of command line.
8756 (tramp-handle-vc-registered): Call script accordingly.
8757 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
8758
8759 2010-08-10 Kenichi Handa <handa@m17n.org>
8760
8761 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
8762 composable pattern.
8763
8764 2010-08-09 Chong Yidong <cyd@stupidchicken.com>
8765
8766 * emacs-lisp/package.el (package-version-split)
8767 (package--version-first-nonzero, package-version-compare):
8768 Functions removed.
8769 (package-directory-list, package-load-all-descriptors)
8770 (package--built-in, package-activate, define-package)
8771 (package-installed-p, package-compute-transaction)
8772 (package-read-all-archive-contents)
8773 (package--add-to-archive-contents, package-buffer-info)
8774 (package-tar-file-info, package-list-packages-internal):
8775 Use version-to-list and version-list-*.
8776
8777 * emacs-lisp/package-x.el (package-upload-buffer-internal):
8778 Use version-to-list.
8779 (package-upload-buffer-internal): Use version-list-<=.
8780
8781 2010-08-09 Kenichi Handa <handa@m17n.org>
8782
8783 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
8784 composable pattern.
8785
8786 2010-08-08 Chong Yidong <cyd@stupidchicken.com>
8787
8788 * tutorial.el (tutorial--default-keys): C-d is now bound to
8789 delete-forward-char (Bug#6826).
8790
8791 * mouse.el (mouse-drag-track): Remove accidentally-removed check
8792 for `double' value of mouse-1-click-follows-link (Bug#6807).
8793
8794 2010-08-08 Johan Bockgård <bojohan@gnu.org>
8795
8796 * replace.el (replace-highlight): Bind isearch-forward and
8797 isearch-error, ensuring that highlighting is updated if the user
8798 switches the search direction (Bug#6808).
8799
8800 * isearch.el (isearch-lazy-highlight-forward): New var.
8801 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
8802 (isearch-lazy-highlight-update): Use it.
8803
8804 2010-08-08 Kenichi Handa <handa@m17n.org>
8805
8806 * international/mule.el (define-charset): Store NAME as :base property.
8807 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
8808 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
8809 current priority. Force using the designation of the specific
8810 charset by adding `charset' text property. Improve the whole algorithm.
8811
8812 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8813
8814 * emulation/pc-select.el (pc-selection-mode-hook)
8815 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
8816 (pc-selection-mode): Fix typos in docstrings.
8817
8818 2010-08-08 Kenichi Handa <handa@m17n.org>
8819
8820 * language/cyrillic.el: Don't add "microsoft-cp1251" to
8821 ctext-non-standard-encodings-alist here.
8822
8823 * international/mule.el (ctext-non-standard-encodings-alist):
8824 Add "koi8-r" and "microsoft-cp1251".
8825 (ctext-standard-encodings): New variable.
8826 (ctext-non-standard-encodings-table): List only elements for
8827 non-standard encodings.
8828 (ctext-pre-write-conversion): Adjust for the above change.
8829 Check ctext-standard-encodings.
8830
8831 * international/mule-conf.el (compound-text): Doc fix.
8832 (ctext-no-compositions): Doc fix.
8833 (compound-text-with-extensions): Doc fix.
8834
8835 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8836
8837 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
8838
8839 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8840
8841 * progmodes/which-func.el (which-func-format): Split help-echo text
8842 into lines, like other mode-line tooltips.
8843
8844 * server.el (server-start): When using TCP sockets, force IPv4
8845 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
8846
8847 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8848
8849 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
8850
8851 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8852
8853 * term.el (term-delimiter-argument-list): Reflow docstring.
8854 (term-read-input-ring, term-write-input-ring, term-send-input)
8855 (term-bol, term-erase-in-display, serial-supported-or-barf):
8856 Fix typos in docstrings.
8857
8858 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8859
8860 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
8861
8862 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8863
8864 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
8865
8866 2010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
8867
8868 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
8869 Fix typo in docstring (bug#6747).
8870
8871 2010-08-08 Leo <sdl.web@gmail.com>
8872
8873 * eshell/esh-io.el (eshell-get-target): Better detection of
8874 read-only file (Bug#6762).
8875
8876 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8877
8878 * align.el (align-default-spacing): Doc fix.
8879 (align-region-heuristic, align-regexp): Fix typos in docstrings.
8880
8881 2010-08-08 Stephen Peters <speters@itasoftware.com>
8882
8883 * calendar/icalendar.el
8884 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
8885 (icalendar--get-weekday-numbers): New.
8886 (icalendar--convert-recurring-to-diary): Handle multiple byday
8887 values in weekly rules. (Bug#6766)
8888
8889 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
8890
8891 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
8892 (icalendar--create-uid, icalendar-export-region)
8893 (icalendar--parse-summary-and-rest): Code formatting.
8894
8895 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
8896
8897 * calc/calc.el (calc-trail-mode, calc-refresh): Use `face' property
8898 to italicize headers.
8899 (calc-highlight-selections-with-faces): New variable.
8900 (calc-selected-face, calc-nonselected-face): New faces.
8901
8902 * calc/calccomp.el (math-comp-highlight-string): Use
8903 `calc-highlight-selections-with-faces' to determine how to highlight
8904 sub-formulas.
8905
8906 * calc/calc-sel.el (calc-show-selections): Change message to when
8907 using faces to highlight selections.
8908
8909 2010-08-07 Michael R. Mauger <mmaug@yahoo.com>
8910
8911 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
8912 Add SQLite 3 keywords, functions and datatypes.
8913 (sql-interactive-mode): Remove `comint-process-echoes' set to t
8914 (Bug#6686).
8915
8916 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
8917
8918 * simple.el (select-active-regions): Move to keyboard.c.
8919 (deactivate-mark): Used saved-region-selection.
8920 (select-active-region): Function removed.
8921 (activate-mark, set-mark, push-mark-command)
8922 (handle-shift-selection): Don't call it.
8923 (keyboard-quit): Avoid adding the region to the window selection.
8924
8925 * mouse.el (mouse-drag-track): Remove hacks to deal with old
8926 select-active-regions implementation.
8927 (mouse-yank-at-click): Doc fix.
8928
8929 * cus-start.el: Add custom declaration for select-active-regions.
8930
8931 2010-08-07 Eli Zaretskii <eliz@gnu.org>
8932
8933 * simple.el (delete-forward-char): Doc fix.
8934
8935 * tutorial.el (help-with-tutorial): Hack safe file-local variables
8936 after reading the tutorial.
8937
8938 2010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
8939
8940 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph):
8941 Fix for the case that a C style comment has its delimiters alone on
8942 their respective lines. (Bug#193)
8943
8944 2010-08-06 Michael Albinus <michael.albinus@gmx.de>
8945
8946 * net/tramp.el (tramp-handle-start-file-process): Set connection
8947 property "vec".
8948 (tramp-process-sentinel): Use it for flushing the cache.
8949 We cannot do it via the process buffer, the buffer could be deleted
8950 already when running the sentinel.
8951
8952 2010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
8953
8954 * comint.el (comint-mode): Make directory tracking functions
8955 functional on remote files. (Bug#6764)
8956
8957 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
8958
8959 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
8960
8961 2010-08-05 Eli Zaretskii <eliz@gnu.org>
8962
8963 * emacs-lisp/find-gc.el (find-gc-source-files):
8964 Rename unexec.c => unexcoff.c.
8965
8966 * emacs-lisp/authors.el (authors-fixed-entries):
8967 Rename unexec.c => unexcoff.c.
8968
8969 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
8970
8971 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
8972 cache, not only file cache.
8973 (tramp-process-sentinel): New defun.
8974 (tramp-handle-start-file-process): Use it, in order to invalidate
8975 file caches.
8976
8977 2010-08-03 Leo <sdl.web@gmail.com>
8978
8979 * server.el (server-start): Simplify loop.
8980
8981 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
8982
8983 * frame.el (screen-height, screen-width, set-screen-width)
8984 (set-screen-height): Remove ancient compatibility aliases.
8985
8986 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
8987 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
8988
8989 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
8990 that change current buffer.
8991
8992 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8993
8994 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
8995 beginning of the string. Use `string-match-p'. (Bug#6765)
8996
8997 2010-08-01 Jan Djärv <jan.h.d@swipnet.se>
8998
8999 * cus-start.el (x-gtk-use-system-tooltips): New variable.
9000
9001 2010-08-01 Chong Yidong <cyd@stupidchicken.com>
9002
9003 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
9004 (package--builtins): Tweak descriptions.
9005 (package-print-package): Upcase descriptions if necessary.
9006 Show all built-in packages in font-lock-builtin-face.
9007 (package-list-packages-internal): Omit "emacs" package.
9008 Show status of built-in packages as "built-in".
9009
9010 2010-07-31 Chong Yidong <cyd@stupidchicken.com>
9011
9012 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
9013 before killing to preserve the primary selection (Bug#6701).
9014
9015 * term/x-win.el (x-select-text): Doc fix.
9016
9017 2010-07-31 Nathaniel Flath <flat0103@gmail.com>
9018
9019 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
9020 (objc-font-lock-extra-types):
9021 * progmodes/cc-mode.el (c-basic-common-init):
9022 * progmodes/cc-langs.el (c-make-mode-syntax-table)
9023 (c++-make-template-syntax-table)
9024 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
9025 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
9026 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
9027 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
9028 * progmodes/cc-fonts.el (c-make-inverse-face)
9029 (c-basic-matchers-after):
9030 * progmodes/cc-engine.el (c-forward-keyword-clause)
9031 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
9032 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
9033 (c-guess-continued-construct, c-guess-basic-syntax):
9034 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
9035 The above functions were modified or created.
9036
9037 2010-07-31 Jan Djärv <jan.h.d@swipnet.se>
9038
9039 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
9040
9041 2010-07-31 Eli Zaretskii <eliz@gnu.org>
9042
9043 * files.el (bidi-paragraph-direction): Define safe local values.
9044
9045 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
9046 language-info-alist. Remove outdated FIXME in a comment.
9047
9048 2010-07-31 Alan Mackenzie <acm@muc.de>
9049
9050 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
9051 Auto-fill broken in C/C++ modes.
9052
9053 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
9054
9055 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
9056 (menu-bar-showhide-tool-bar-menu-customize-disable)
9057 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
9058 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
9059 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
9060 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
9061 make a menu for Options => toolbar that can move it.
9062
9063 2010-07-29 Chong Yidong <cyd@stupidchicken.com>
9064
9065 * emacs-lisp/package-x.el (package--make-rss-entry):
9066 (package-maint-add-news-item, package--update-news)
9067 (package-upload-buffer-internal): New arg ARCHIVE-URL.
9068
9069 * emacs-lisp/package.el (package-archive-url): Rename from
9070 package-archive-id.
9071 (package-install): Doc fix.
9072 (package-download-single, package-download-tar, package-install)
9073 (package-menu-view-commentary): Callers changed.
9074
9075 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
9076
9077 * net/tramp.el (tramp-handle-start-file-process): Check only for
9078 `remote-tty' process property.
9079 (tramp-open-shell): Don't check for tty.
9080 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
9081 process property.
9082
9083 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
9084 host.
9085
9086 2010-07-28 Chong Yidong <cyd@stupidchicken.com>
9087
9088 * emacs-lisp/package.el (package-load-list, package-archives)
9089 (package-archive-contents, package-user-dir)
9090 (package-directory-list, package--builtins, package-alist)
9091 (package-activated-list, package-obsolete-alist): Mark as risky.
9092
9093 2010-07-28 Phil Hagelberg <phil@evri.com>
9094
9095 Add support for non-default package repositories.
9096 * emacs-lisp/package.el (package-archive-base): Var deleted.
9097 (package-archives): New variable.
9098 (package-archive-contents): Doc fix.
9099 (package-load-descriptor): Do nothing if descriptor file is missing.
9100 (package--write-file-no-coding): New function.
9101 (package-unpack-single): Use it.
9102 (package-archive-id): New function.
9103 (package-download-single, package-download-tar)
9104 (package-menu-view-commentary): Use it.
9105 (package-installed-p): Make second argument optional.
9106 (package-read-all-archive-contents): New function.
9107 (package-initialize): Use it.
9108 (package-read-archive-contents): Add ARCHIVE argument.
9109 (package--add-to-archive-contents): New function.
9110 (package-install): Don't call package-read-archive-contents.
9111 (package--download-one-archive): Store archive file in a
9112 subdirectory of package-user-dir.
9113 (package-menu-execute): Remove spurious line movement.
9114
9115 2010-07-28 Jan Djärv <jan.h.d@swipnet.se>
9116
9117 * cus-start.el (tool-bar-style): Add text-image-horiz.
9118
9119 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
9120
9121 * progmodes/gud.el (gud-common-init): Check for remoteness of
9122 `file', and not of `default-directory'.
9123
9124 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
9125
9126 * net/tramp.el (tramp-methods): Move hostname to the end in all
9127 ssh `tramp-login-args'.
9128 (tramp-verbose): Describe verbose level 9.
9129 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
9130 (tramp-open-connection-setup-interactive-shell): Trace stty
9131 settings if `tramp-verbose' >= 9.
9132 (tramp-handle-start-file-process): Implement tty setting.
9133 (Bug#4604, Bug#6360)
9134
9135 * net/tramp-cmds.el (tramp-bug): Recommend setting of
9136 `tramp-verbose' to 9.
9137
9138 2010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
9139
9140 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
9141 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
9142 Remove references to package `lisp-re' (bug#4369).
9143
9144 2010-07-27 Tom Tromey <tromey@redhat.com>
9145
9146 * progmodes/js.el (js-mode):
9147 * progmodes/make-mode.el (makefile-mode):
9148 * progmodes/simula.el (simula-mode):
9149 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
9150
9151 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
9152
9153 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
9154
9155 * time.el (display-time-day-and-date): Remove spurious * in docstring.
9156 (display-time-world-buffer-name, display-time-world-mode-map):
9157 Fix typos in docstrings.
9158
9159 2010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
9160
9161 * image-mode.el (image-display-size): New function.
9162 (image-forward-hscroll, image-next-line, image-eol, image-eob)
9163 (image-mode-fit-frame): Use it (Bug#6639).
9164
9165 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
9166
9167 * dired.el (dired-buffers-for-dir): Handle list values of
9168 dired-directory (Bug#6636).
9169
9170 2010-07-26 Sam Steingold <sds@gnu.org>
9171
9172 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
9173 Do not call `x-get-selection' the second time, reuse the value.
9174
9175 2010-07-26 Daiki Ueno <ueno@unixuser.org>
9176
9177 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
9178 which consist of control chars only. Suggested by Richard Stallman.
9179
9180 2010-07-25 Daiki Ueno <ueno@unixuser.org>
9181
9182 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
9183 exists before passing an error to find-file-not-found-functions
9184 (bug#6723).
9185
9186 2010-07-23 Lukas Huonker <l.huonker@gmail.com>
9187
9188 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
9189 Remove leading nil element, adjust values.
9190 (tetris-shapes, tetris-shape-scores):
9191 Change representation of shapes and remove some redundancy.
9192 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
9193 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
9194 Adjust for working with new representation of shapes.
9195 (tetris-shape-rotations): New function.
9196 (tetris-move-bottom, tetris-move-left, tetris-move-right)
9197 (tetris-rotate-prev, tetris-rotate-next):
9198 Adjust for working with the new version of tetris-test-shape.
9199
9200 2010-07-23 Markus Triska <markus.triska@gmx.at>
9201
9202 * progmodes/ps-mode.el: Use comint (bug#5954).
9203 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
9204 (ps-mode-other-newline): Simplify.
9205 (ps-run-mode): Derive from comint-mode instead of
9206 fundamental-mode, yielding input history etc.
9207 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
9208 (ps-run-send-string): Adapt for comint-mode.
9209 (ps-run-newline): Remove now unneeded function.
9210
9211 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
9212
9213 * net/tramp.el (tramp-methods): Move hostname to the end in all
9214 plink `tramp-login-args'.
9215
9216 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
9217
9218 * net/tramp.el (tramp-open-shell): New defun.
9219 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9220 Use it.
9221
9222 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
9223
9224 * net/tramp.el (tramp-file-name-regexp-unified)
9225 (tramp-completion-file-name-regexp-unified): On W32 systems, do
9226 not regard the volume letter as remote filename. (Bug#5447)
9227
9228 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
9229
9230 * custom.el (custom-declare-variable): Give a clearer error message
9231 when the docstring is missing (bug#6476).
9232
9233 2010-07-22 Michael R. Mauger <mmaug@yahoo.com>
9234
9235 * progmodes/sql.el: Version 2.4. Improved Login prompting.
9236 (sql-login-params): New widget definition.
9237 (sql-oracle-login-params, sql-mysql-login-params)
9238 (sql-solid-login-params, sql-sybase-login-params)
9239 (sql-informix-login-params, sql-ingres-login-params)
9240 (sql-ms-login-params, sql-postgres-login-params)
9241 (sql-interbase-login-params, sql-db2-login-params)
9242 (sql-linter-login-params): Use it.
9243 (sql-sqlite-login-params): Use it; Define "database" parameter as
9244 a file name.
9245 (sql-sqlite-program): Change to "sqlite3".
9246 (sql-comint-sqlite): Make sure database name is complete.
9247 (sql-for-each-login): New function.
9248 (sql-connect, sql-save-connection): Use it.
9249 (sql-get-login-ext): New function.
9250 (sql-get-login): Use it.
9251 (sql-make-alternate-buffer-name): Handle :file parameters.
9252
9253 2010-07-22 Juanma Barranquero <lekktu@gmail.com>
9254
9255 * dired.el (dired-no-confirm): Document value t and fix defcustom to
9256 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
9257
9258 2010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
9259
9260 * dired.el (dired-mode-map): Use command remapping (bug#6632).
9261
9262 2010-07-22 Lawrence Mitchell <wence@gmx.li>
9263
9264 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
9265
9266 2010-07-21 Michael Albinus <michael.albinus@gmx.de>
9267
9268 * net/tramp.el (tramp-get-ls-command)
9269 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
9270 instead of "/".
9271
9272 2010-07-20 Michael R. Mauger <mmaug@yahoo.com>
9273
9274 * progmodes/sql.el: Version 2.3.
9275 (sql-connection-alist): Change keys from symbols to strings;
9276 enhanced the widget definition.
9277 (sql-mode-menu): Add submenu to select connections.
9278 (sql-interactive-mode-menu): Add "Save Connection" item.
9279 (sql-add-product): Fix menu item.
9280 (sql-get-product-feature): Improved error handling.
9281 (sql--alt-buffer-part, sql--alt-if-not-empty): Remove.
9282 (sql-make-alternate-buffer-name): Simplified.
9283 (sql-product-interactive): Handle missing product.
9284 (sql-connect): Support string keys, minor improvements.
9285 (sql-save-connection): New function.
9286 (sql-connection-menu-filter): New function.
9287
9288 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
9289
9290 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
9291 (tramp-open-connection-setup-interactive-shell):
9292 Apply workaround for IRIX64 bug. Move argument of last
9293 `tramp-send-command' where it belongs to.
9294
9295 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
9296
9297 * net/tramp.el (tramp-perl-file-attributes)
9298 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
9299 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
9300 front of `login-args'.
9301
9302 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
9303
9304 * time.el (display-time-world-mode): Define with `define-derived-mode'.
9305 Set `show-trailing-whitespace' to nil.
9306 (display-time-world-display): Simplify.
9307
9308 2010-07-18 Alan Mackenzie <acm@muc.de>
9309
9310 Enhance `c-file-style' in file/directory local variables.
9311 * progmodes/cc-mode.el (c-count-cfss): New function.
9312 (c-before-hack-hook): Call `c-set-style' differently according to
9313 whether c-file-style was set in file or directory local
9314 variables.
9315
9316 2010-07-18 Michael R. Mauger <mmaug@yahoo.com>
9317
9318 * progmodes/sql.el: Version 2.2.
9319 (sql-product, sql-user, sql-database, sql-server, sql-port):
9320 Use defcustom :safe keyword rather than putting safe-local-variable
9321 property.
9322 (sql-password): Use defcustom :risky keyword rather than putting
9323 risky-local-variable property.
9324 (sql-oracle-login-params, sql-sqlite-login-params)
9325 (sql-solid-login-params, sql-sybase-login-params)
9326 (sql-informix-login-params, sql-ingres-login-params)
9327 (sql-ms-login-params, sql-postgres-login-params)
9328 (sql-interbase-login-params, sql-db2-login-params)
9329 (sql-linter-login-params): Add `port' option.
9330 (sql-get-product-feature): Add NO-INDIRECT parameter.
9331 (sql-comint-oracle, sql-comint-sybase)
9332 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
9333 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
9334 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
9335 (sql-comint-linter): Rename sql-connect-* functions to
9336 sql-comint-*.
9337 (sql-product-alist, sql-mode-menu): Rename as above and
9338 :sqli-connect-func to :sqli-comint-func.
9339 (sql-connection): New variable.
9340 (sql-interactive-mode): Set it.
9341 (sql-connection-alist): New variable.
9342 (sql-connect): New function.
9343 (sql--alt-buffer-part, sql--alt-if-not-empty)
9344 (sql-make-alternate-buffer-name): Improved alternative buffer name.
9345
9346 2010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9347
9348 * image-mode.el (image-bookmark-make-record): Do not set context
9349 in an image (Bug#6650).
9350
9351 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
9352
9353 * simple.el (select-active-region): New function.
9354 (push-mark-command, set-mark, activate-mark)
9355 (handle-shift-selection): Use it.
9356 (deactivate-mark): Don't check for size of region.
9357
9358 * mouse.el (mouse-drag-track): Use select-active-region.
9359
9360 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
9361
9362 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
9363 "--dired" stronger.
9364
9365 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
9366
9367 * term/x-win.el (x-select-enable-primary): Change default to nil.
9368 (x-select-enable-clipboard): Add :version keyword.
9369
9370 * mouse.el (mouse-drag-copy-region):
9371 * simple.el (select-active-regions): Likewise.
9372
9373 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
9374
9375 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
9376 (vc-coding-system-for-diff): Use it to decide whether to inherit
9377 from the file the EOL format for reading the diffs of that file.
9378 (Bug#4451)
9379
9380 2010-07-16 Eli Zaretskii <eliz@gnu.org>
9381
9382 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
9383 unibyte, so compressed attachments are not compressed again.
9384
9385 2010-07-16 Michael Albinus <michael.albinus@gmx.de>
9386
9387 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
9388 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
9389 (tramp-find-shell): Simplify setting connection property.
9390 (tramp-get-ls-command): Make test for "--color=never" stronger.
9391
9392 2010-07-15 Simon South <ssouth@member.fsf.org>
9393
9394 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
9395 blocks within record declarations (i.e. variant parts) correctly.
9396
9397 2010-07-15 Simon South <ssouth@member.fsf.org>
9398
9399 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
9400 over literal tokens when parsing so newlines aren't "absorbed" by
9401 single-line comments. Corrects the indentation of case blocks
9402 that have a comment on the first line.
9403
9404 2010-07-14 Karl Fogel <kfogel@red-bean.com>
9405
9406 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
9407 by Drew Adams (Bug#5504).
9408
9409 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
9410
9411 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
9412 now that Unicode is used (Bug#6594).
9413
9414 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
9415
9416 * term/x-win.el (x-select-enable-clipboard): Default to t.
9417 (x-initialize-window-system): Don't overwrite Paste menu item.
9418
9419 * simple.el (select-active-regions): Default to t.
9420 (push-mark-command): Don't overwrite primary with empty string.
9421
9422 * mouse.el: Bind mouse-2 to mouse-yank-primary.
9423 (mouse-drag-copy-region): Default to nil.
9424
9425 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
9426 Cut/Copy/Paste menu bar items.
9427
9428 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9429
9430 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
9431 Patch applied by Karl Fogel.
9432
9433 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
9434 and `bookmark-current-buffer' if they have been already set in
9435 another buffer (e.g gnus-art).
9436
9437 2010-07-13 Karl Fogel <kfogel@red-bean.com>
9438 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9439
9440 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
9441
9442 * bookmark.el (bookmark-make-record-default): Allow unneeded
9443 information to be omitted from the record.
9444
9445 Adjust declarations and calls:
9446
9447 * info.el (bookmark-make-record-default): Adjust declaration.
9448 (Info-bookmark-make-record): Adjust call.
9449
9450 * woman.el (bookmark-make-record-default): Adjust declaration.
9451 (woman-bookmark-make-record): Adjust call.
9452
9453 * man.el (bookmark-make-record-default): Adjust declaration.
9454 (Man-bookmark-make-record): Adjust call.
9455
9456 * image-mode.el (bookmark-make-record-default): Adjust declaration.
9457
9458 * doc-view.el (bookmark-make-record-default): Adjust declaration.
9459
9460 2010-07-13 Karl Fogel <kfogel@red-bean.com>
9461
9462 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
9463 This is also from Thierry Volpiatto's patch in bug #6444. However,
9464 because it was extraneous to the functional change in that patch,
9465 and causes a re-indendation, I am committing it separately.
9466
9467 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9468
9469 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
9470 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
9471 Patch applied by Karl Fogel (Bug#6444).
9472
9473 2010-07-13 Chong Yidong <cyd@stupidchicken.com>
9474
9475 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
9476
9477 2010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
9478
9479 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
9480 Dempsky; bug#5084). Remove incorrect binding for S-tab.
9481 (ns-alternatives-map): Change S-tab binding to backtab
9482 (bug#6616).
9483
9484 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
9485 under ns.
9486
9487 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
9488
9489 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
9490 (Bug#5806)
9491
9492 * language/tv-util.el (tai-viet-re): Remove format.
9493
9494 2010-07-12 Kenichi Handa <handa@m17n.org>
9495
9496 * language/hebrew.el: Remove no-byte-compile declaration.
9497 Change coding: tag to utf-8. Register hebrew-shape-gstring in
9498 composition-function-table for 3-character looking back.
9499 (hebrew-font-get-precomposed): New function.
9500 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
9501
9502 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
9503
9504 * mouse.el (mouse-drag-track): Handle select-active-regions
9505 (Bug#6612).
9506
9507 2010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
9508
9509 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
9510 empty argument to gvfs-copy.
9511
9512 2010-07-10 Glenn Morris <rgm@gnu.org>
9513
9514 * calendar/calendar.el (calendar-week-end-day): New function.
9515 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
9516 Respect calendar-week-start-day. (Bug#6606)
9517 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
9518 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
9519 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
9520 respect calendar-week-start-day.
9521
9522 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
9523
9524 * simple.el (use-region-p): Doc fix (Bug#6607).
9525
9526 2010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
9527
9528 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9529 Add regexps for cucumber and ruby.
9530
9531 2010-07-08 Daiki Ueno <ueno@unixuser.org>
9532
9533 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
9534 (epa-file-insert-file-contents): Hack to prevent
9535 find-file from opening empty buffer when decryption failed
9536 (bug#6568).
9537
9538 2010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
9539
9540 * textmodes/ispell.el (ispell-alternate-dictionary):
9541 Use file-readable-p.
9542 Return nil if no word-list is found at default locations.
9543 (ispell-complete-word-dict): Default to nil.
9544 (ispell-command-loop): Use 'word-list' when using lookup-words.
9545 (lookup-words): Use ispell-complete-word-dict or
9546 ispell-alternate-dictionary. Check for word-list availability
9547 and handle errors if needed with better messages (Bug#6539).
9548 (ispell-complete-word): Use ispell-complete-word-dict or
9549 ispell-alternate-dictionary.
9550
9551 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
9552
9553 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
9554 builtins (BufferError, BytesWarning, WindowsError; callables
9555 bin, bytearray, bytes, format, memoryview, next, print; __package__).
9556
9557 2010-07-07 Glenn Morris <rgm@gnu.org>
9558
9559 * play/zone.el (top-level): Do not require timer, tabify, or cl.
9560 (zone-shift-left): Ignore intangibility, and any errors from
9561 forward-char.
9562 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
9563 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
9564 deleting, and copying text properties.
9565 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
9566 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
9567 to point-max is hard.
9568 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
9569 (zone-fill-out-screen): Ignore intangibility.
9570
9571 2010-07-05 Chong Yidong <cyd@stupidchicken.com>
9572
9573 * menu-bar.el (menu-bar-mode):
9574 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
9575 if it has been set.
9576
9577 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
9578 word/line selection (Bug#6565).
9579
9580 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
9581
9582 * net/dbus.el (dbus-send-signal): Declare function.
9583
9584 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
9585
9586 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
9587 (dbus-register-property): New optional argument EMITS-SIGNAL.
9588 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
9589
9590 2010-07-03 Chong Yidong <cyd@stupidchicken.com>
9591
9592 * mouse.el (mouse-drag-overlay): Variable deleted.
9593 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
9594 (mouse--remap-link-click-p): New function.
9595 (mouse-drag-track): Handle dragging by using temporary Transient
9596 Mark mode, instead of a special overlay.
9597 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
9598 mouse-show-mark.
9599
9600 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
9601 deleted.
9602
9603 2010-07-02 Juri Linkov <juri@jurta.org>
9604
9605 * autoinsert.el (auto-insert-alist): Fix readability
9606 by using dotted pair notation for lambda.
9607
9608 2010-07-02 Juri Linkov <juri@jurta.org>
9609
9610 * faces.el (read-face-name): Rename arg `string-describing-default'
9611 to `default'. Doc fix. Display the default value in quotes
9612 in the prompt. With empty input, return the `default' arg,
9613 unless the default value is a string (in which case return nil).
9614 (describe-face): Replace the string `default' arg of `read-face-name'
9615 with the symbol `default'.
9616
9617 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
9618
9619 * emulation/viper-cmd.el (viper-delete-backward-char)
9620 (viper-del-backward-char-in-insert)
9621 (viper-del-backward-char-in-replace, viper-change)
9622 (viper-backward-indent): Replace delete-backward-char with
9623 delete-char (Bug#6552).
9624
9625 2010-07-01 Chong Yidong <cyd@stupidchicken.com>
9626
9627 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
9628
9629 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
9630
9631 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
9632 argument passed to frame-creation-function (Bug#5378).
9633
9634 * faces.el (x-handle-named-frame-geometry)
9635 (x-handle-reverse-video, x-create-frame-with-faces)
9636 (face-set-after-frame-default, tty-create-frame-with-faces):
9637 Don't separately consult default-frame-alist. It is now passed as the
9638 PARAMETER argument.
9639
9640 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
9641
9642 * startup.el (command-line): Don't call tool-bar-setup in a
9643 tty-only build.
9644
9645 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
9646
9647 * ruler-mode.el (ruler--save-header-line-format): New fun.
9648 (ruler-mode): Use it as a setter function, so as not to overwrite
9649 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
9650
9651 2010-06-29 Chong Yidong <cyd@stupidchicken.com>
9652
9653 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
9654 (vc-root-diff, vc-print-root-log, vc-log-incoming)
9655 (vc-log-outgoing): Use it.
9656 (vc-diff-internal): Set diff-vc-backend.
9657
9658 * vc/diff-mode.el (diff-vc-backend): New var.
9659
9660 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
9661
9662 * dynamic-setting.el (font-setting-change-default-font):
9663 Remove call to message.
9664
9665 2010-06-28 Kenichi Handa <handa@m17n.org>
9666
9667 * international/quail.el (quail-insert-kbd-layout): Fix the
9668 showing of untranslated characters.
9669
9670 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
9671
9672 * simple.el (delete-active-region): New option.
9673 (delete-backward-char): Implement in Lisp.
9674 (delete-forward-char): New command.
9675
9676 * mouse.el (mouse-region-delete-keys): Delete.
9677 (mouse-show-mark): Simplify.
9678
9679 * bindings.el (global-map): Bind delete and DEL, the former to
9680 delete-forward-char.
9681
9682 2010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
9683
9684 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
9685 (ruby-mode): Bind indent-line-function (Bug#5119).
9686
9687 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
9688
9689 * startup.el (command-line): Recognize "0" X resource value.
9690
9691 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
9692
9693 * startup.el (command-line): Use X resources to set the value of
9694 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
9695
9696 * menu-bar.el (menu-bar-mode):
9697 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
9698 Set init-value to t.
9699
9700 * frame.el (frame-notice-user-settings): Don't change
9701 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
9702 vice versa (Bug#2249).
9703
9704 2010-06-26 Eli Zaretskii <eliz@gnu.org>
9705
9706 * w32-fns.el (w32-convert-standard-filename): Doc fix.
9707
9708 2010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
9709
9710 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
9711 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
9712
9713 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
9714 default directories are expanded (Bug#6143).
9715
9716 2010-06-24 Juri Linkov <juri@jurta.org>
9717
9718 * minibuffer.el (completions-format): Change default from nil to
9719 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
9720
9721 2010-06-24 Juri Linkov <juri@jurta.org>
9722
9723 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
9724 buffer-locally to lambda that re-runs the vc diff command.
9725 (Bug#6447)
9726
9727 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
9728
9729 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
9730 echo area is in use (Bug#3412).
9731
9732 2010-06-22 Glenn Morris <rgm@gnu.org>
9733
9734 * textmodes/texinfmt.el (texinfo-format-region)
9735 (texinfo-raise-lower-sections, texinfo-format-separate-node)
9736 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
9737 (texinfo-format-option, texinfo-noindent):
9738 Use line-beginning-position and line-end-position.
9739
9740 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
9741 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
9742 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
9743 utf-8 characters.
9744
9745 2010-06-21 Karl Fogel <kfogel@red-bean.com>
9746
9747 * play/zone.el (zone-fall-through-ws): Fix next-line ->
9748 forward-line fallout.
9749
9750 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
9751
9752 * mouse.el (mouse-appearance-menu): Add docstring.
9753
9754 * help.el (describe-key): Print up-event using key-description.
9755
9756 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
9757
9758 * net/zeroconf.el (zeroconf-resolve-service)
9759 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
9760 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
9761
9762 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
9763
9764 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
9765
9766 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
9767
9768 Avoid displaying files with a nil state in vc-dir.
9769 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
9770 cases that cause insertion.
9771 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
9772 with a nil state.
9773
9774 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
9775
9776 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
9777
9778 2010-06-29 Leo <sdl.web@gmail.com>
9779
9780 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
9781
9782 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
9783
9784 * generic-x.el (bat-generic-mode): Fix regexp for command line
9785 switches (Bug#5719).
9786
9787 2010-06-27 Masatake YAMATO <yamato@redhat.com>
9788
9789 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
9790 of nconc to avoid pure storage error (Bug#6239).
9791
9792 2010-06-27 Christoph Scholtes <cschol2112@googlemail.com>
9793
9794 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
9795 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
9796 bindings of bookmark-automatically-show-annotations (Bug#6515).
9797
9798 2010-06-25 Eli Zaretskii <eliz@gnu.org>
9799
9800 * arc-mode.el (archive-zip-extract): Don't quote the file name on
9801 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
9802
9803 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
9804
9805 * comint.el (make-comint, make-comint-in-buffer): Mention return
9806 value in the docstrings. (Bug#6498)
9807
9808 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
9809
9810 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
9811 since it is not present when using some non-default switches.
9812
9813 2010-06-23 Karl Fogel <kfogel@red-bean.com>
9814
9815 * simple.el (compose-mail): Fix doc string to refer to
9816 `compose-mail-user-agent-warnings', instead of to the
9817 nonexistent `compose-mail-check-user-agent'.
9818
9819 2010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
9820
9821 Fix an indentation bug:
9822
9823 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
9824 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
9825 of existing values.
9826
9827 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
9828 (c-clear->-pair-props-if-match-before): now return t when they've
9829 cleared properties, nil otherwise.
9830 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
9831 by taking account of the existing value.
9832
9833 * progmodes/cc-defs.el
9834 (c-clear-char-property-with-value-function): Fix this to clear the
9835 property rather than overwriting it with nil.
9836
9837 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
9838
9839 * emacs-lisp/package.el (package-print-package): Add link to
9840 package description via describe-package.
9841 (describe-package-1): List package requirements. Add button to
9842 perform installation.
9843 (package-menu-describe-package): New command.
9844
9845 * help-mode.el (help-package): New button type.
9846
9847 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
9848
9849 * emacs-lisp/package.el: Move package-list-packages binding to
9850 menu-bar.el.
9851 (describe-package, describe-package-1, package--dir): New funs.
9852 (package-activate-1): Use package--dir.
9853
9854 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
9855
9856 * help-mode.el (help-package-def): New button type.
9857
9858 * menu-bar.el: Move package-list-packages binding here from
9859 package.el.
9860
9861 2010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
9862
9863 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
9864
9865 2010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9866
9867 * emacs-lisp/edebug.el (edebug-read-list):
9868 Phase out old-style backquotes.
9869
9870 2010-06-17 Juri Linkov <juri@jurta.org>
9871
9872 * help-mode.el (help-mode): Set buffer-local variable
9873 revert-buffer-function to help-mode-revert-buffer.
9874 (help-mode-revert-buffer): New function.
9875
9876 * info.el (Info-revert-find-node): Check for major-mode Info-mode
9877 before popping to "*info*" (like in other Info functions).
9878 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
9879 old-history-forward. Pop to old-buffer-name or "*info*" to
9880 recreate the killed buffer. Set Info-history-forward from
9881 old-history-forward.
9882 (Info-breadcrumbs-depth): Add :group and :version.
9883
9884 2010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
9885
9886 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
9887
9888 2010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
9889
9890 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
9891 for languages like Portuguese with pt_{BR,PT} and no plain pt.
9892
9893 2010-06-17 Juanma Barranquero <lekktu@gmail.com>
9894
9895 * emacs-lisp/package.el (package-menu-mode-map):
9896 Move initialization into declaration.
9897
9898 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
9899
9900 2010-06-17 Chong Yidong <cyd@stupidchicken.com>
9901
9902 * emacs-lisp/package.el (package-archive-base): Point to
9903 elpa.gnu.org.
9904 (package-enable, package-load-list): New defcustoms.
9905 (package-user-dir, package-directory-list): Turn into defcustoms.
9906 Don't include package-user-dir in package-directory-list.
9907 (package--builtins-base): Don't include Emacs as a "package".
9908 (package-subdirectory-regexp): New var.
9909 (package-load-all-descriptors, package-compute-transaction)
9910 (package-download-transaction): Obey package-load-list.
9911 (package-activate-1): Rename from package-do-activate.
9912 (package-list-packages-internal): Check package-load-list.
9913 (package-load-descriptor, package-generate-autoloads)
9914 (package-unpack, package-unpack-single)
9915 (package--read-archive-file, package-delete):
9916 Use expand-file-name.
9917
9918 * emacs-lisp/package-x.el: New file. Package uploading
9919 functionality split out from package.el.
9920
9921 * startup.el (command-line): Load packages after reading init file.
9922
9923 2010-06-17 Tom Tromey <tromey@redhat.com>
9924
9925 * emacs-lisp/package.el: New file.
9926
9927 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9928
9929 Fix vc-annotate for renamed files when using Git.
9930 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
9931 ls-files. Doe not pass the object as a file name to cat-file, it
9932 is not a file name.
9933 (vc-git-annotate-command): Pass the file name using -- to avoid
9934 ambiguity with the revision.
9935 (vc-git-previous-revision): Pass a relative file name.
9936
9937 2010-06-22 Glenn Morris <rgm@gnu.org>
9938
9939 * progmodes/js.el (js-mode-map): Use standard capitalization and
9940 ellipses for menu entries.
9941
9942 * wid-edit.el (widget-complete): Doc fix.
9943
9944 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
9945
9946 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
9947
9948 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9949
9950 Fix annotating other revisions for renamed files in vc-annotate.
9951 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
9952 VC backend. Use it when non-nil.
9953 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
9954 (Bug#6487).
9955
9956 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
9957 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
9958 Do not pass the file name to the 'previous-revision call when we
9959 don't want a file diff. (Bug#6489)
9960
9961 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9962
9963 Fix finding revisions for renamed files in vc-annotate.
9964 * vc/vc.el (vc-find-revision): Add an optional argument for
9965 the VC backend. Use it when non-nil.
9966 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
9967 backend to vc-find-revision. (Bug#6487)
9968
9969 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9970
9971 Fix reading file names in Git annotate buffers.
9972 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
9973 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
9974
9975 2010-06-20 Alan Mackenzie <acm@muc.de>
9976
9977 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
9978 in file local variables, set it first.
9979
9980 2010-06-19 Glenn Morris <rgm@gnu.org>
9981
9982 * descr-text.el (describe-char-unicode-data): Insert separating
9983 space when needed. (Bug#6422)
9984
9985 * progmodes/idlwave.el (idlwave-action-and-binding):
9986 Fix typo in 2009-12-03 change. (Bug#6450)
9987
9988 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
9989
9990 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
9991 handling for `lambda' (misunderstanding).
9992
9993 2010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
9994
9995 * calc/calc-poly.el (math-accum-factors): Make sure that
9996 constants aren't distributed after they are factored out.
9997
9998 2010-06-16 Juri Linkov <juri@jurta.org>
9999
10000 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
10001 `list-colors-print'. (Bug#6332)
10002
10003 * subr.el (read-quoted-char): Fix up last change (bug#6290).
10004
10005 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
10006
10007 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
10008 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
10009
10010 * font-lock.el (font-lock-major-mode): Rename from
10011 font-lock-mode-major-mode to distinguish it from
10012 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
10013 (font-lock-set-defaults):
10014 * font-core.el (font-lock-default-function): Adjust users.
10015 (font-lock-mode): Don't set it at all.
10016
10017 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
10018
10019 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
10020
10021 2010-06-16 Glenn Morris <rgm@gnu.org>
10022
10023 * calendar/appt.el (appt-time-msg-list): Doc fix.
10024 (appt-check): Let-bind appt-warn-time.
10025 (appt-add): Make the 3rd argument optional.
10026 Simplify argument names. Doc fix. Check for integer WARNTIME.
10027 Only add WARNTIME to the output list if non-nil.
10028
10029 2010-06-16 Ivan Kanis <apple@kanis.eu>
10030
10031 * calendar/appt.el (appt-check): Let the 3rd element of
10032 appt-time-msg-list specify the warning time.
10033 (appt-add): Add new argument with the warning time. (Bug#5176)
10034
10035 2010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
10036
10037 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
10038 older than version 1.6. (Bug#6361)
10039
10040 2010-06-16 Helmut Eller <eller.helmut@gmail.com>
10041
10042 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
10043 used by cl-do-arglist. (Bug#6408)
10044
10045 2010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
10046
10047 * textmodes/ispell.el (ispell-dictionary-base-alist):
10048 Fix portuguese casechars/not-casechars for missing 'çÇ'.
10049 Suggested by Rolando Pereira (bug#6434).
10050
10051 2010-06-15 Juanma Barranquero <lekktu@gmail.com>
10052
10053 * facemenu.el (list-colors-sort): Doc fix.
10054
10055 2010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
10056
10057 * progmodes/sql.el (sql-connect-mysql): Fix typo.
10058
10059 2010-06-14 Juri Linkov <juri@jurta.org>
10060
10061 Add sort option `list-colors-sort'. (Bug#6332)
10062 * facemenu.el (color-rgb-to-hsv): New function.
10063 (list-colors-sort): New defcustom.
10064 (list-colors-sort-key): New function.
10065 (list-colors-display): Doc fix. Sort list according to the option
10066 `list-colors-sort'.
10067 (list-colors-print): Add HSV values to `help-echo' property of
10068 RGB strings.
10069
10070 2010-06-14 Juri Linkov <juri@jurta.org>
10071
10072 * compare-w.el: Move to the "vc" subdirectory.
10073
10074 2010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
10075
10076 * image-mode.el (image-mode-map): Remap left-char and right-char.
10077
10078 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
10079
10080 2010-06-12 Chong Yidong <cyd@stupidchicken.com>
10081
10082 * term/common-win.el (x-colors): Add all the color names defined
10083 in rgb.txt (Bug#6332).
10084
10085 * facemenu.el (list-colors-print): Don't print extra names if it
10086 will overflow the window width.
10087
10088 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
10089 change (Bug#6343).
10090
10091 2010-06-12 Eli Zaretskii <eliz@gnu.org>
10092
10093 * files.el (make-directory): Doc fix (bug#6396).
10094
10095 2010-06-12 Michael Albinus <michael.albinus@gmx.de>
10096
10097 * net/tramp.el (tramp-remote-process-environment): Protect version
10098 string by apostroph.
10099 (tramp-shell-prompt-pattern): Do not use a shy group in case of
10100 XEmacs.
10101 (tramp-file-name-for-operation): Add `call-process-region'.
10102 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
10103
10104 * net/tramp-compat.el (top): Do not autoload
10105 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
10106 only when `start-file-process' is not bound.
10107 (tramp-advice-file-expand-wildcards): Do not use
10108 `tramp-handle-file-remote-p'.
10109 (tramp-compat-make-temp-file): Handle the case, that
10110 `make-temp-file' has no third argument EXTENSION.
10111
10112 2010-06-11 Juanma Barranquero <lekktu@gmail.com>
10113
10114 * makefile.w32-in (WINS_BASIC): Include new directory vc.
10115
10116 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
10117
10118 2010-06-11 Juri Linkov <juri@jurta.org>
10119
10120 * finder.el (finder-known-keywords): Add keyword "vc"
10121 for version control.
10122
10123 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
10124 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
10125 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
10126 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
10127
10128 2010-06-11 Juri Linkov <juri@jurta.org>
10129
10130 Move version control related files to the "vc" subdirectory.
10131 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
10132 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
10133 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
10134 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
10135 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
10136 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
10137 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
10138 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
10139 Move files to the "vc" subdirectory.
10140
10141 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
10142
10143 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
10144 (Bug#6367).
10145
10146 2010-06-11 Stephen Eglen <stephen@gnu.org>
10147
10148 * shell.el: Bind `shell-resync-dirs' to M-RET.
10149
10150 2010-06-10 Michael Albinus <michael.albinus@gmx.de>
10151
10152 * notifications.el: Move file from lisp/net, because it is
10153 supposed to talk locally to the user.
10154
10155 2010-06-10 Julien Danjou <julien@danjou.info>
10156
10157 * net/notifications.el (notifications-on-action-signal)
10158 (notifications-on-closed-signal): Pass notification id as first
10159 argument to the callback functions. Add docstrings.
10160 (notifications-notify): Fix docstring.
10161
10162 2010-06-10 Glenn Morris <rgm@gnu.org>
10163
10164 * emacs-lisp/authors.el (authors-ignored-files)
10165 (authors-valid-file-names): Add some files.
10166
10167 2010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
10168
10169 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
10170 merge conflict, giving preference to the emacs-23 version of the code.
10171
10172 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
10173
10174 * emacs-lisp/advice.el (ad-compile-function):
10175 Define warning-suppress-types before we let-bind it (bug#6275).
10176
10177 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
10178 declare it, make it buffer-local and permanent-local (bug#6324).
10179 (vc-resynch-window): Adjust name.
10180 * vc-hooks.el (vc-find-file-hook): Adjust name.
10181
10182 2010-06-09 Michael Albinus <michael.albinus@gmx.de>
10183
10184 * net/notifications.el (notifications-notify): Fix docstring.
10185
10186 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
10187
10188 Update to Unicode 6.0.0 beta.
10189 * international/charprop.el: Update copyright.
10190 * international/mule-cmds.el (ucs-names): Update character ranges.
10191 * international/uni-bidi.el:
10192 * international/uni-category.el:
10193 * international/uni-combining.el:
10194 * international/uni-comment.el:
10195 * international/uni-decimal.el:
10196 * international/uni-decomposition.el:
10197 * international/uni-digit.el:
10198 * international/uni-lowercase.el:
10199 * international/uni-mirrored.el:
10200 * international/uni-name.el:
10201 * international/uni-numeric.el:
10202 * international/uni-old-name.el:
10203 * international/uni-titlecase.el:
10204 * international/uni-uppercase.el: Regenerate.
10205
10206 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
10207
10208 * emacs-lisp/smie.el (comment-string-strip): Declare function.
10209 (smie-precs-precedence-table): Fix typo in docstring.
10210
10211 * vc-mtn.el (log-edit-extract-headers): Declare function.
10212
10213 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
10214
10215 * net/notifications.el (dbus-register-signal): Declare function.
10216 (notifications-notify): Fix typos and reflow docstring.
10217
10218 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
10219
10220 Improve VC create/retrieve tag/branch.
10221 * vc.el (vc-create-tag): Do not read the directory name for VCs
10222 with repository revision granularity. Adjust the tag/branch
10223 prompt. Reset VC properties.
10224 (vc-retrieve-tag): Do not read the directory name for VCs
10225 with repository revision granularity. Reset VC properties.
10226
10227 2010-06-09 Julien Danjou <julien@danjou.info>
10228
10229 * net/notifications.el: New file.
10230
10231 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
10232
10233 Add optional support for resetting VC properties.
10234 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
10235 call vc-file-clearprops when true.
10236 (vc-resynch-buffer): Add new optional argument, pass it down.
10237 (vc-resynch-buffers-in-directory): Likewise.
10238
10239 Improve support for special markup in the VC commit message.
10240 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
10241 * vc-hg.el (vc-hg-checkin): Add support for Date:.
10242 * vc-git.el (vc-git-checkin):
10243 * vc-bzr.el (vc-bzr-checkin): Likewise.
10244
10245 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
10246
10247 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
10248 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
10249
10250 2010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
10251
10252 * iimage.el: Remove images as soon as the underlying text is modified.
10253 (iimage-modification-hook): New function.
10254 (iimage-mode-buffer): Use it.
10255
10256 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
10257
10258 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
10259 smie-indent-offset-after. Add :prev case. Make a bit more generic.
10260 (smie-indent-virtual): Remove `virtual' arg. Update callers.
10261 (smie-indent-keyword): Add handling of open-paren keywords.
10262 (smie-indent-comment-continue): Don't assume comment-continue.
10263
10264 2010-06-07 Martin Rudalics <rudalics@gmx.at>
10265
10266 * window.el (pop-to-buffer): Remove the conditional that
10267 compares new-window and old-window, so it will reselect
10268 the selected window unconditionally.
10269 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
10270
10271 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
10272
10273 * emacs-lisp/smie.el (smie-indent-offset-after)
10274 (smie-indent-forward-token, smie-indent-backward-token): New functions.
10275 (smie-indent-after-keyword): Use them.
10276 (smie-indent-fixindent): Only applies to the indentation of the BOL.
10277 (smie-indent-keyword): Tweak the black magic.
10278 (smie-indent-comment-continue): Strip comment-continue before use.
10279 (smie-indent-functions): Indent comments before keywords.
10280
10281 2010-06-06 Juri Linkov <juri@jurta.org>
10282
10283 * isearch.el (isearch-lazy-highlight-search): Fix looping
10284 by checking for empty match. This syncs this loop with the
10285 similar loop in `isearch-search'. (Bug#6362)
10286
10287 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
10288
10289 * net/dbus.el (dbus-register-method): Declare function.
10290 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
10291 (dbus-introspect): Doc fix.
10292 (dbus-event-bus-name, dbus-introspect-get-interface)
10293 (dbus-introspect-get-argument): Reflow docstrings.
10294
10295 2010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
10296
10297 vc-log-incoming/vc-log-outgoing fixes for Git.
10298 * vc-git.el (vc-git-log-view-mode): Fix font lock for
10299 incoming/outgoing logs.
10300 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
10301 instead of vc-git-compute-remote.
10302 (vc-git-compute-remote): Remove.
10303
10304 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
10305
10306 * term/common-win.el (x-colors): Add "dark green" and "dark
10307 turquoise" (Bug#6332).
10308
10309 2010-06-04 Juri Linkov <juri@jurta.org>
10310
10311 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
10312 Instead of setting `replace' to t and replacing the same string
10313 with itself, don't do certain actions when
10314 kill-do-not-save-duplicates is non-nil and string is equal to car
10315 of kill-ring: don't call menu-bar-update-yank-menu, don't push
10316 interprogram-paste strings to kill-ring, and don't push the input
10317 argument `string' to kill-ring.
10318 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
10319
10320 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
10321
10322 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
10323
10324 2010-06-04 Michael Albinus <michael.albinus@gmx.de>
10325
10326 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
10327 (tramp-gvfs-handler-mounted-unmounted)
10328 (tramp-gvfs-connection-mounted-p): Handle default-location.
10329
10330 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
10331 move files to trash.
10332
10333 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
10334
10335 * international/mule-cmds.el (nonascii-insert-offset)
10336 (nonascii-translation-table): Add obsolescence information.
10337
10338 * international/mule.el (make-translation-table-from-vector): Doc fix.
10339
10340 2010-06-03 Glenn Morris <rgm@gnu.org>
10341
10342 * desktop.el (desktop-clear-preserve-buffers):
10343 Add "*Warnings*" buffer. (Bug#6336)
10344
10345 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
10346
10347 vc-log-incoming/vc-log-outgoing improvements for Git.
10348 * vc-git.el (vc-git-log-outgoing): Use the same format as the
10349 short log.
10350 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
10351
10352 Add bindings for vc-log-incoming and vc-log-outgoing.
10353 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
10354 and vc-log-outgoing.
10355 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
10356 and vc-log-outgoing.
10357
10358 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
10359
10360 * net/rcirc.el (rcirc-sort-nicknames): Remove.
10361 (rcirc-handler-366): Always sort nicknames.
10362
10363 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
10364
10365 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
10366
10367 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
10368
10369 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
10370
10371 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
10372
10373 * net/rcirc.el (rcirc-sort-nicknames): Change default.
10374 (rcirc-sort-nicknames-join): Avoid setq.
10375
10376 2010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
10377
10378 * net/rcirc.el (rcirc-sort-nicknames): New custom.
10379 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
10380 (rcirc-handler-366): Use them.
10381
10382 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
10383
10384 Split smie-indent-calculate into more manageable chunks.
10385 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
10386 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
10387 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
10388 (smie-indent-exps): Extract from smie-indent-calculate.
10389 (smie-indent-functions): New var.
10390 (smie-indent-functions): Use them.
10391
10392 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10393
10394 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
10395 (smie-indent-calculate): Simplify and cleanup.
10396
10397 2010-06-02 Michael Albinus <michael.albinus@gmx.de>
10398
10399 * net/tramp-gvfs.el (top): Require url-util.
10400 (tramp-gvfs-mount-point): Remove.
10401 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
10402 New defuns.
10403 (with-tramp-dbus-call-method): Format trace message.
10404 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
10405 Implement backup call, when operation on local files fails.
10406 Use progress reporter. Flush properties of changed files.
10407 (tramp-gvfs-handle-make-directory): Make more traces.
10408 (tramp-gvfs-url-file-name): Hexify file name in url.
10409 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
10410 into account for the resulting file name.
10411 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
10412 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
10413 (tramp-gvfs-handler-mounted-unmounted)
10414 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
10415 attribute "default_location". Set "prefix" property.
10416 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
10417 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
10418 exists. Raise an error, if not (due to a corresponding answer
10419 "no" in interactive questions, for example).
10420
10421 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
10422
10423 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
10424
10425 2010-06-01 Juanma Barranquero <lekktu@gmail.com>
10426
10427 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
10428 right-*. (Bug#6265)
10429
10430 2010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
10431
10432 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
10433 * vc-git.el (vc-git-compute-remote): New function.
10434 (vc-git-log-outgoing): Use it instead of hard coding a value.
10435 (vc-git-log-incoming): New function.
10436
10437 Improve state updating for VC tag commands.
10438 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
10439 to update the state of all buffers in the directory.
10440
10441 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
10442
10443 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10444
10445 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
10446 `file-directory-p' to the filename part rather than to the whole text.
10447
10448 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10449
10450 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
10451
10452 2010-05-31 Drew Adams <drew.adams@oracle.com>
10453
10454 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
10455
10456 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
10457
10458 * subr.el (momentary-string-display): Just use read-event to read
10459 the exit event (Bug#6238).
10460
10461 2010-05-30 Eli Zaretskii <eliz@gnu.org>
10462
10463 * international/mule.el (define-coding-system): Doc fix (bug#6313).
10464
10465 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
10466
10467 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
10468 Suggested by Eli Zaretskii <eliz@gnu.org>.
10469
10470 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10471
10472 * minibuffer.el (completion-file-name-table): Don't return a boundary
10473 past the end of `string' (bug#6299).
10474 (completion--file-name-table): Delegate to completion-file-name-table
10475 for the `boundaries' case.
10476
10477 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
10478
10479 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
10480 movement commands.
10481
10482 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
10483 `path-separator', but maintain compatibility with Emacs 20.2.
10484
10485 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
10486
10487 * server.el (server-process-filter): Receive parent-id argument
10488 from emacsclient.
10489 (server-create-window-system-frame): New arg. Pass parent-id as
10490 frame parameter.
10491
10492 2010-05-29 Eli Zaretskii <eliz@gnu.org>
10493
10494 Bidi-sensitive word movement with arrow keys.
10495 * subr.el (right-arrow-command, left-arrow-command): Move to
10496 bindings.el.
10497
10498 * bindings.el (right-char, left-char): Move from subr.el and
10499 rename from right-arrow-command and left-arrow-command.
10500 (right-word, left-word): New functions.
10501 (global-map) <right>: Bind to right-char.
10502 (global-map) <left>: Bind to left-char.
10503 (global-map) <C-right>: Bind to right-word.
10504 (global-map) <C-left>: Bind to left-word.
10505
10506 * ls-lisp.el (ls-lisp-classify-file): New function.
10507 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
10508 (ls-lisp-classify): Call ls-lisp-classify-file.
10509 (insert-directory): Remove blanks from switches.
10510
10511 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
10512
10513 * ansi-color.el: Delete unused escape sequences (Bug#6085).
10514 (ansi-color-drop-regexp): New constant.
10515 (ansi-color-apply, ansi-color-filter-region)
10516 (ansi-color-apply-on-region): Delete unrecognized control sequences.
10517 (ansi-color-apply): Build string list before calling concat.
10518
10519 2010-05-28 Juri Linkov <juri@jurta.org>
10520
10521 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
10522 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
10523 (Bug#5270)
10524
10525 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
10526
10527 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
10528 to ignored backtrace functions.
10529 (with-progress-reporter): Expand docstring.
10530 (tramp-handle-delete-file): Implement TRASH argument.
10531 (tramp-get-remote-trash): New defun.
10532
10533 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
10534
10535 * net/tramp-compat.el (tramp-compat-delete-file):
10536 Use `symbol-value' for backward compatibility.
10537
10538 * net/tramp.el (tramp-handle-make-symbolic-link)
10539 (tramp-handle-load)
10540 (tramp-do-copy-or-rename-file-via-buffer)
10541 (tramp-do-copy-or-rename-file-directly)
10542 (tramp-do-copy-or-rename-file-out-of-band)
10543 (tramp-handle-process-file, tramp-handle-call-process-region)
10544 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10545 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10546 (tramp-delete-temp-file-function): Use `delete-file' instead
10547 of `tramp-compat-delete-file'.
10548
10549 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
10550 (tramp-fish-handle-make-symbolic-link)
10551 (tramp-fish-handle-process-file): Use `delete-file' instead
10552 of `tramp-compat-delete-file'.
10553
10554 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10555 Use `delete-file' instead of `tramp-compat-delete-file'.
10556
10557 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Use
10558 `delete-file' instead of `tramp-compat-delete-file'.
10559
10560 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file):
10561 Use `delete-file' instead of `tramp-compat-delete-file'.
10562
10563 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10564 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10565 (tramp-smb-handle-write-region): Use `delete-file' instead of
10566 `tramp-compat-delete-file'.
10567 (tramp-smb-handle-delete-directory): Use 'trash as arg.
10568
10569 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
10570
10571 * dired.el (dired-delete-file): New arg TRASH.
10572 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
10573 (dired-do-flagged-delete, dired-do-delete): Use trash.
10574
10575 * speedbar.el (speedbar-item-delete): Allow trashing.
10576
10577 * files.el (delete-directory): New arg TRASH.
10578
10579 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
10580 (ange-ftp-rename-remote-to-remote)
10581 (ange-ftp-rename-local-to-remote)
10582 (ange-ftp-rename-remote-to-local, ange-ftp-load)
10583 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
10584 `delete-file'.
10585 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
10586 allow trashing.
10587
10588 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
10589 handle new TRASH arg of `delete-file'.
10590
10591 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
10592 (tramp-handle-make-symbolic-link, tramp-handle-load)
10593 (tramp-do-copy-or-rename-file-via-buffer)
10594 (tramp-do-copy-or-rename-file-directly)
10595 (tramp-do-copy-or-rename-file-out-of-band)
10596 (tramp-handle-process-file, tramp-handle-call-process-region)
10597 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10598 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10599 (tramp-delete-temp-file-function): Use null TRASH arg in
10600 tramp-compat-delete-file call.
10601
10602 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
10603 (tramp-fish-handle-delete-file)
10604 (tramp-fish-handle-make-symbolic-link)
10605 (tramp-fish-handle-process-file): Use null TRASH arg in
10606 `tramp-compat-delete-file' call.
10607
10608 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
10609 arg in `tramp-compat-delete-file' call.
10610
10611 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
10612 (tramp-gvfs-handle-write-region): Use null TRASH arg in
10613 `tramp-compat-delete-file' call.
10614
10615 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
10616 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
10617 `tramp-compat-delete-file' call.
10618
10619 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10620 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10621 (tramp-smb-handle-write-region): Use null TRASH arg in
10622 tramp-compat-delete-file call.
10623 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
10624 (tramp-smb-handle-delete-file): Rename arg.
10625
10626 * diff.el (diff-sentinel):
10627 * epg.el (epg--make-temp-file, epg-decrypt-string)
10628 (epg-verify-string, epg-sign-string, epg-encrypt-string):
10629 * jka-compr.el (jka-compr-partial-uncompress)
10630 (jka-compr-call-process, jka-compr-write-region):
10631 * server.el (server-sentinel): Remove optional arg from
10632 delete-file, reverting 2010-05-03 change.
10633
10634 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
10635
10636 * progmodes/verilog-mode.el (verilog-type-font-keywords):
10637 Use font-lock-constant-face, not obsolete font-lock-reference-face.
10638
10639 2010-05-27 Kenichi Handa <handa@m17n.org>
10640
10641 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
10642 element of GSTRING is nil.
10643
10644 2010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10645
10646 * emacs-lisp/smie.el (smie-forward-token-function)
10647 (smie-backward-token-function): New vars.
10648 (smie-backward-sexp, smie-forward-sexp)
10649 (smie-indent-hanging-p, smie-indent-calculate): Use them.
10650 (smie-default-backward-token): Rename from smie-backward-token and
10651 skip comments.
10652 (smie-default-forward-token): Rename from smie-forward-token and
10653 skip comments.
10654 (smie-next-sexp): Handle nil results from next-token.
10655 (smie-indent-calculate): Add a new case for special `fixindent' comments.
10656
10657 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
10658
10659 * progmodes/verilog-mode.el (verilog-type-font-keywords):
10660 Use font-lock-constant-face, not obsolete font-lock-reference-face.
10661
10662 2010-05-27 Masatake YAMATO <yamato@redhat.com>
10663
10664 * htmlfontify.el (hfy-face-resolve-face): New function.
10665 (hfy-face-to-style): Use it (Bug#6279).
10666
10667 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10668
10669 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
10670 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
10671
10672 2010-05-26 Glenn Morris <rgm@gnu.org>
10673
10674 * emulation/edt.el (edt-load-keys): Use locate-library.
10675
10676 2010-05-25 Chong Yidong <cyd@stupidchicken.com>
10677
10678 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
10679 (log-edit-changelog-entries): Doc fix.
10680 (log-edit-changelog-insert-entries): Args changed.
10681 Rename relative filenames in ChangeLog entries. Delete tabs.
10682 (log-edit-insert-changelog-entries): Reorganize return value of
10683 `log-edit-changelog-entries' to pass filenames to
10684 log-edit-changelog-insert-entries.
10685
10686 2010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10687
10688 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
10689 `image-dired-dired-insert-marked-thumbs' to
10690 `image-dired-dired-toggle-marked-thumbs'.
10691
10692 * image-dired.el: Require cl when compiling.
10693 (image-dired-dired-toggle-marked-thumbs): Rename from
10694 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
10695 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
10696 to 'no-dir. Skip files whose names don't match
10697 `image-file-name-regexp'. When file has a thumbnail overlay,
10698 delete it. (Bug#5270)
10699
10700 2010-05-25 Juri Linkov <juri@jurta.org>
10701
10702 * image-mode.el (image-mode): Add image-after-revert-hook to
10703 after-revert-hook.
10704 (image-after-revert-hook): New function. (Bug#5669)
10705
10706 2010-05-25 Juri Linkov <juri@jurta.org>
10707
10708 * image.el (image-animated-p): When delay between animated images
10709 is 0, set it to 10 (0.1 sec). (Bug#6258)
10710
10711 2010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
10712
10713 * net/tramp.el (tramp-handle-insert-directory): Don't use
10714 `forward-word', its default syntax could be changed.
10715
10716 2010-05-25 Michael Albinus <michael.albinus@gmx.de>
10717
10718 * net/tramp.el (tramp-progress-reporter-update): New defun.
10719 (with-progress-reporter): Use it.
10720 (tramp-process-actions):
10721 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
10722 Preserve current message, in order to let progress reporter continue
10723 afterwards. (Bug#6257)
10724
10725 2010-05-25 Glenn Morris <rgm@gnu.org>
10726
10727 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
10728 Add :version.
10729
10730 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
10731
10732 * net/rcirc.el (rcirc-default-user-name): Change to "user".
10733 (rcirc-default-full-name): Change to "unknown".
10734 (rcirc-user-name-history): Add variable.
10735
10736 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
10737 Jonathan Rockway <jon@jrock.us>
10738
10739 * net/rcirc.el (rcirc-server-alist): Add :pass.
10740 (rcirc): When prompting for connection parameters, also prompt for
10741 username and password.
10742 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
10743 value to server when connecting.
10744
10745 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10746
10747 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
10748 (smie-merge-prec2s): Pass the tables as separate args.
10749 (smie-bnf-precedence-table): Adjust call accordingly.
10750 (smie-prec2-levels): Set levels at the end.
10751
10752 Replace Lisp calls to delete-backward-char by delete-char.
10753 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
10754 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
10755 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
10756 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
10757 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
10758 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
10759 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
10760 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
10761 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
10762 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
10763 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
10764 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
10765 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
10766 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
10767 delete-backward-char by calls to delete-char.
10768
10769 2010-05-25 Kenichi Handa <handa@m17n.org>
10770
10771 * language/hebrew.el (hebrew-shape-gstring): New function.
10772 Register it in composition-function-table for all Hebrew combining
10773 characters.
10774
10775 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10776
10777 * epa.el (epa--select-keys): Don't explicitly delete the window since
10778 that can fail (e.g. sole window in frame). Use dedication instead.
10779
10780 2010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
10781
10782 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
10783
10784 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
10785
10786 * image.el (image-refresh): Define as an alias for image-flush.
10787
10788 * image-mode.el (image-toggle-display-image): Caller changed.
10789
10790 2010-05-21 Juri Linkov <juri@jurta.org>
10791
10792 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
10793 Remove "all" from grep-files-aliases. Split grep-files-aliases by
10794 whitespace, call wildcard-to-regexp on substrings and concat them
10795 with "\\|". (Bug#6114)
10796
10797 2010-05-21 Alan Mackenzie <acm@muc.de>
10798
10799 * progmodes/cc-engine.el (c-parse-state-get-strategy):
10800 Replace parameter `here' with `here-' and `here-plus', which sandwich
10801 any pertinent CPP construct.
10802 (c-remove-stale-state-cache-backwards): Fix a bug which happens
10803 when doing (c-parse-state) in a CPP construct: Exclude any "new"
10804 CPP construct from taking part in the scanning.
10805
10806 2010-05-21 Michael Albinus <michael.albinus@gmx.de>
10807
10808 * net/tramp.el (tramp-do-copy-or-rename-file)
10809 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
10810 Tune `with-progress-reporter' messages.
10811 (tramp-handle-vc-registered):
10812 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
10813 (tramp-fish-handle-insert-file-contents)
10814 (tramp-fish-maybe-open-connection):
10815 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10816 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
10817 (tramp-imap-handle-insert-file-contents)
10818 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
10819
10820 2010-05-21 Juanma Barranquero <lekktu@gmail.com>
10821
10822 * add-log.el (change-log-font-lock-keywords):
10823 Highlight all authors in multi-author entries.
10824
10825 * smerge-mode.el (smerge-refine-ignore-whitespace)
10826 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
10827 Fix typos in docstrings.
10828 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
10829
10830 2010-05-21 Glenn Morris <rgm@gnu.org>
10831
10832 * progmodes/fortran.el (fortran-mode):
10833 * progmodes/f90.el (f90-mode): Derive from prog-mode.
10834
10835 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
10836 having a relative path in src/Makefile.in.
10837
10838 2010-05-20 Kevin Ryde <user42@zip.com.au>
10839
10840 * help-mode.el (help-make-xrefs): For Info node links turn
10841 newlines into spaces. Link node names with newlines are matched
10842 by help-xref-info-regexp and buttonized, this change ensures they
10843 can be followed successfully with RET. (Bug#6206)
10844
10845 2010-05-20 Juri Linkov <juri@jurta.org>
10846
10847 * locate.el (locate): Use pop-to-buffer instead of
10848 switch-to-buffer-other-window. (Bug#6204)
10849
10850 2010-05-20 Juri Linkov <juri@jurta.org>
10851
10852 * replace.el (replace-highlight): Fix lazy-highlighting
10853 for `M-s w str M-% str RET'.
10854
10855 2009-12-15 Masatake YAMATO <yamato@redhat.com>
10856
10857 * isearch.el (isearch-yank-word-or-char): Pull next subword
10858 when `subword-mode' is activated. (Bug#6220)
10859
10860 2010-05-20 Mark A. Hershberger <mah@everybody.org>
10861
10862 * isearch.el (isearch-update-post-hook): New hook.
10863 (isearch-update): Use the new hook. (Bug#6225)
10864
10865 2010-05-20 Juri Linkov <juri@jurta.org>
10866
10867 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
10868 [f1], [help], and (char-to-string help-char) instead of "\C-h".
10869 (Bug#6222)
10870
10871 2010-05-20 Juri Linkov <juri@jurta.org>
10872
10873 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
10874 (Bug#6223)
10875
10876 2010-05-20 Juri Linkov <juri@jurta.org>
10877
10878 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
10879 FILE-NAME to read from the minibuffer when called interactively
10880 with prefix argument instead of using buffer-file-name.
10881 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
10882
10883 * dired.el: Update autoloads.
10884
10885 2010-05-20 Chong Yidong <cyd@stupidchicken.com>
10886
10887 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
10888 nxml-finish-element, for consistency with SGML mode.
10889
10890 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
10891 octave-close-block.
10892
10893 2010-05-20 Juanma Barranquero <lekktu@gmail.com>
10894
10895 * composite.el: Require cl when compiling.
10896 (reference-point-alist, compose-gstring-for-graphic)
10897 (compose-gstring-for-terminal): Fix typos in docstrings.
10898
10899 2010-05-19 Juri Linkov <juri@jurta.org>
10900
10901 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
10902 set-window-parameter.
10903
10904 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
10905
10906 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
10907 where appropriate.
10908 (tramp-maybe-open-connection): Use it.
10909
10910 2010-05-19 Eli Zaretskii <eliz@gnu.org>
10911
10912 * simple.el (move-end-of-line): Make sure we are at line beginning
10913 before backing up to end of previous line.
10914
10915 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
10916
10917 * password-cache.el (password-cache-remove): Fix docstring.
10918
10919 * net/secrets.el: Autoload the widget functions.
10920 (secrets-search-items, secrets-create-item)
10921 (secrets-get-attributes, secrets-expand-item): Attributes will be
10922 stored on the password database without leading ":", as all other
10923 clients do as well.
10924 (secrets-mode): Fix docstring.
10925 (secrets-show-secrets): Provide it as autoloaded command only when
10926 D-Bus support is available. Check existence of Secret Service API.
10927
10928 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10929
10930 * indent.el (indent-region): Deactivate region (bug#6200).
10931
10932 2010-05-19 Glenn Morris <rgm@gnu.org>
10933
10934 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
10935
10936 2010-05-19 Kenichi Handa <handa@m17n.org>
10937
10938 * composite.el: Register compose-gstring-for-graphic in
10939 composition-function-table only for combining characters (Mn, Mc, Me).
10940
10941 2010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
10942
10943 * calc/calc-trail.el (calc-trail-isearch-forward)
10944 (calc-trail-isearch-backward): Ensure that the new window
10945 point is set correctly.
10946
10947 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10948
10949 * subr.el (read-quoted-char): Resolve modifiers after key
10950 remapping (bug#6212).
10951
10952 2010-05-18 Michael Albinus <michael.albinus@gmx.de>
10953
10954 Add visualization code for secrets.
10955 * net/secrets.el (secrets-mode): New major mode.
10956 (secrets-show-secrets, secrets-show-collections)
10957 (secrets-expand-collection, secrets-expand-item)
10958 (secrets-tree-widget-after-toggle-function)
10959 (secrets-tree-widget-show-password): New defuns.
10960
10961 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10962
10963 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
10964 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
10965 handled in smie-next-sexp.
10966 (smie-indent-calculate): Provide a starting indentation (so the
10967 recursion is well-founded ;-).
10968
10969 Fix handling of non-associative equal levels.
10970 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
10971 when it's not needed.
10972 (smie-op-left, smie-op-right): New functions.
10973 (smie-next-sexp): New function, extracted from smie-backward-sexp.
10974 Better handle equal levels to distinguish the associative case from
10975 the "multi-keyword construct" case.
10976 (smie-backward-sexp, smie-forward-sexp): Use it.
10977
10978 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
10979
10980 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
10981
10982 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
10983 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
10984
10985 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10986
10987 Provide a simple generic indentation engine and use it for Prolog.
10988 * emacs-lisp/smie.el: New file.
10989 * progmodes/prolog.el (prolog-smie-op-levels)
10990 (prolog-smie-indent-rules): New var.
10991 (prolog-mode-variables): Use them to configure SMIE.
10992 (prolog-indent-line, prolog-indent-level): Remove.
10993
10994 2010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
10995
10996 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
10997 order before computing the averages.
10998
10999 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
11000
11001 * calc/calc-vec.el (calc-histogram):
11002 (calcFunc-histogram): Allow vectors as inputs.
11003 (math-vector-avg): New function.
11004
11005 * calc/calc-ext.el (math-group-float): Have the number of digits
11006 being grouped depend on the radix (Bug#6189).
11007
11008 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
11009
11010 * version.el (emacs-copyright, emacs-version): Don't define here,
11011 now that emacs.c defines it.
11012
11013 2010-05-15 Eli Zaretskii <eliz@gnu.org>
11014
11015 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
11016 "Describe Language Environment" menu item.
11017
11018 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
11019
11020 Bidi-sensitive movement with arrow keys.
11021 * subr.el (right-arrow-command, left-arrow-command): New functions.
11022
11023 * bindings.el (global-map): Bind them to right and left arrow keys.
11024
11025 Don't override standard definition of convert-standard-filename.
11026 * files.el (convert-standard-filename):
11027 Call w32-convert-standard-filename and dos-convert-standard-filename on
11028 the corresponding systems.
11029
11030 * w32-fns.el (w32-convert-standard-filename): Rename from
11031 convert-standard-filename. Doc fix.
11032
11033 * dos-fns.el (dos-convert-standard-filename): Doc fix.
11034 (convert-standard-filename): Don't defalias.
11035 (register-name-alist, make-register, register-value)
11036 (set-register-value, intdos): Obsolete aliases for the
11037 corresponding dos-* functions and variables.
11038 (dos-intdos): Add a doc string.
11039
11040 2010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
11041
11042 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
11043 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
11044 (math-compose-tex-func):
11045 * calc/calccomp.el (math-compose-expr):
11046 * calc/calc-ext.el (math-format-flat-expr-fancy):
11047 * calc/calc-store.el (calc-read-var-name):
11048 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
11049
11050 * calc/calc.el (var-π, var-φ, var-γ): New variables.
11051 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
11052 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
11053 (math-standard-units): Add units.
11054
11055 2010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
11056
11057 * progmodes/asm-mode.el (asm-mode):
11058 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
11059
11060 * pcomplete.el (pcomplete-completions-at-point): New function,
11061 extracted from pcomplete-std-complete.
11062 (pcomplete-std-complete): Use it.
11063
11064 2010-05-15 Glenn Morris <rgm@gnu.org>
11065
11066 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
11067 Remove references to CVS, RCS and Old directories.
11068
11069 2010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
11070
11071 * calc/calc-bin.el (math-format-twos-complement): Group digits when
11072 appropriate.
11073
11074 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
11075
11076 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
11077 (sh-mode-syntax-table): Give it a default value instead.
11078 (sh-header-marker): Make buffer-local.
11079 (sh-mode): Move make-local-variable to the corresponding setq.
11080 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
11081 Use complete-with-action.
11082
11083 * simple.el (prog-mode): New (abstract) major mode.
11084 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
11085 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
11086
11087 2010-05-14 Juanma Barranquero <lekktu@gmail.com>
11088
11089 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
11090 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
11091 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
11092 (sql-make-alternate-buffer-name, sql-placeholders-filter)
11093 (sql-escape-newlines-filter, sql-input-sender)
11094 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
11095
11096 2010-05-13 Chong Yidong <cyd@stupidchicken.com>
11097
11098 Add TeX open-block and close-block keybindings to SGML, and vice versa.
11099
11100 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
11101 latex-open-block and C-c / to latex-close-block.
11102
11103 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
11104 and C-c C-e to sgml-close-tag.
11105
11106 2010-05-13 Michael Albinus <michael.albinus@gmx.de>
11107
11108 * net/tramp.el (with-progress-reporter): Create reporter object
11109 only when the message would be displayed. Handle nested calls.
11110 (tramp-handle-load, tramp-handle-file-local-copy)
11111 (tramp-handle-insert-file-contents, tramp-handle-write-region)
11112 (tramp-maybe-send-script, tramp-find-shell):
11113 Use `with-progress-reporter'.
11114 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
11115 Fix message text.
11116
11117 * net/tramp-smb.el (tramp-smb-handle-copy-file)
11118 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
11119 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
11120 Use `with-progress-reporter'.
11121
11122 2010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
11123
11124 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
11125 process everytime when spellchecking from the minibuffer (bug#6143).
11126
11127 2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
11128
11129 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
11130
11131 * dos-fns.el: Add "dos-" prefix for namespace control.
11132 (convert-standard-filename): Define as alias for
11133 dos-convert-standard-filename but only if applicable.
11134
11135 2010-05-12 Alan Mackenzie <acm@muc.de>
11136
11137 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
11138 Push the mark at the start of these functions when appropriate.
11139
11140 2010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11141
11142 * minibuffer.el (completion-cycle-threshold): New custom var.
11143 (completion--do-completion): Use it.
11144 (minibuffer-complete): Use cycling if appropriate.
11145
11146 2010-05-11 Juanma Barranquero <lekktu@gmail.com>
11147
11148 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
11149 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
11150
11151 2010-05-11 Juri Linkov <juri@jurta.org>
11152
11153 * scroll-all.el (scroll-all-check-to-scroll):
11154 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
11155
11156 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
11157
11158 * iimage.el (iimage-mode-map): Move initialization into declaration.
11159 (iimage-mode-buffer): Use with-silent-modifications.
11160 Simplify calling convention. Adjust callers.
11161 (iimage-mode): Don't run hook redundantly.
11162
11163 * minibuffer.el (completion-pcm--pattern->regex):
11164 Fix last change (bug#6160).
11165
11166 2010-05-10 Juri Linkov <juri@jurta.org>
11167
11168 Remove nodes visited during Isearch from the Info history.
11169 * info.el (Info-isearch-initial-history)
11170 (Info-isearch-initial-history-list): New variables.
11171 (Info-isearch-start): Record initial values of
11172 Info-isearch-initial-history and Info-isearch-initial-history-list.
11173 Add Info-isearch-end to isearch-mode-end-hook.
11174 (Info-isearch-end): New function.
11175
11176 2010-05-10 Michael Albinus <michael.albinus@gmx.de>
11177
11178 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
11179 format string, in order to work around a bug in pdksh.
11180 Reported by Gilles Pion <gpion@lfdj.com>.
11181 (tramp-handle-verify-visited-file-modtime): Do not send a command
11182 when the connection is not established.
11183 (tramp-handle-set-file-times): Simplify the check for utc.
11184
11185 2010-05-10 Juanma Barranquero <lekktu@gmail.com>
11186
11187 Fix use of `filter-buffer-substring' (rework previous change).
11188 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
11189 (cua-repeat-replace-region):
11190 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
11191 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
11192 (cua-cut-region-to-global-mark): Use it.
11193
11194 2010-05-09 Michael R. Mauger <mmaug@yahoo.com>
11195
11196 * progmodes/sql.el: Version 2.1.
11197 (sql-product-alist): Redesign structure of product info.
11198 (sql-product, sql-user, sql-server, sql-database): Safe variables.
11199 (sql-port, sql-port-history): New variables.
11200 (sql-interactive-product): New variable.
11201 (sql-send-terminator): New variable.
11202 (sql-imenu-generic-expression): Add "Types" imenu entry.
11203 (sql-oracle-login-params, sql-sqlite-login-params)
11204 (sql-mysql-login-params, sql-solid-login-params)
11205 (sql-sybase-login-params, sql-informix-login-params)
11206 (sql-ingres-login-params, sql-ms-login-params)
11207 (sql-postgres-login-params, sql-interbase-login-params)
11208 (sql-db2-login-params, sql-linter-login-params)
11209 (sql-oracle-scan-on): New variables.
11210 (sql-mode-map): Add C-c C-i to start interactive mode.
11211 (sql-mode-menu): Update existing menu entries.
11212 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
11213 (sql-mode-oracle-font-lock-keywords)
11214 (sql-mode-postgres-font-lock-keywords)
11215 (sql-mode-ms-font-lock-keywords)
11216 (sql-mode-sybase-font-lock-keywords)
11217 (sql-mode-informix-font-lock-keywords)
11218 (sql-mode-interbase-font-lock-keywords)
11219 (sql-mode-ingres-font-lock-keywords)
11220 (sql-mode-solid-font-lock-keywords)
11221 (sql-mode-mysql-font-lock-keywords)
11222 (sql-mode-sqlite-font-lock-keywords)
11223 (sql-mode-db2-font-lock-keywords)
11224 (sql-mode-linter-font-lock-keywords): Update initialization to
11225 reduce run-time complexity.
11226 (sql-add-product, sql-del-product): New functions.
11227 (sql-set-product-feature, sql-get-product-feature): New functions.
11228 (sql-product-font-lock): Update product API.
11229 (sql-add-product-keywords): New function.
11230 (sql-highlight-product): Update product API.
11231 (sql-help-list-products): New function.
11232 (sql-help): Dynamically lists free and non-free products.
11233 (sql-get-login): Correct bug in handling history and added
11234 prompt for port.
11235 (sql-copy-column): Copy without properties.
11236 (sqli-input-sender): Apply filters to SQLi input.
11237 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
11238 Implement as a filter.
11239 (sql-escape-newlines-filter): Implement as a filter.
11240 (sql-remove-tabs-filter): New function.
11241 (sql-send-magic-terminator): New function.
11242 (sql-send-string): Implement magic terminator.
11243 (sql-send-region): Use `sql-send-string'.
11244 (sql-interactive-mode): Use product API.
11245 (sql-product-interactive): Use product API.
11246 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
11247 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
11248 (sql-db2, sql-linter): Use `sql-product-interactive'.
11249 (sql-connect): New function.
11250 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
11251 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
11252 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
11253 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
11254 Use `sql-connect'.
11255
11256 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
11257
11258 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
11259 New custom variable.
11260 (completion-pcm--string->pattern): Use it.
11261 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
11262 Make it handle any symbol as `any'.
11263 (completion-pcm--merge-completions): Extract common suffix for the new
11264 `prefix' symbol as well.
11265 (completion-substring--all-completions): Use the new `prefix' symbol.
11266
11267 2010-05-09 Michael Albinus <michael.albinus@gmx.de>
11268
11269 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
11270 not bound.
11271 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
11272 (tramp-compat-funcall): New defmacro.
11273 (tramp-compat-line-beginning-position)
11274 (tramp-compat-line-end-position)
11275 (tramp-compat-temporary-file-directory)
11276 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
11277 (tramp-compat-copy-file, tramp-compat-copy-directory)
11278 (tramp-compat-delete-file, tramp-compat-delete-directory)
11279 (tramp-compat-number-sequence, tramp-compat-process-running-p)
11280 * net/tramp.el (top, with-progress-reporter)
11281 (tramp-rfn-eshadow-setup-minibuffer)
11282 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
11283 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
11284 (tramp-completion-mode-p, tramp-check-for-regexp)
11285 (tramp-open-connection-setup-interactive-shell)
11286 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
11287 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
11288 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
11289 * net/tramp-cmds.el (tramp-cleanup-all-connections)
11290 (tramp-reporter-dump-variable, tramp-load-report-modules)
11291 (tramp-append-tramp-buffers)
11292 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
11293
11294 * net/tramp-imap.el (top): Autoload `epg-make-context'.
11295
11296 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11297
11298 * progmodes/compile.el (compilation-buffer-modtime): Rename from
11299 buffer-modtime. Adjust users.
11300
11301 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
11302
11303 * international/mule.el (auto-coding-alist): Only purecopy
11304 car of each item, not the whole list (Bug#6083).
11305
11306 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
11307
11308 * progmodes/js.el (js-mode): Make paragraph variables local before
11309 calling c-setup-paragraph-variables (Bug#6071).
11310
11311 2010-05-08 Eli Zaretskii <eliz@gnu.org>
11312
11313 * composite.el (compose-region, reference-point-alist): Fix typos
11314 in the doc strings.
11315
11316 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
11317
11318 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
11319 gnuplot's "set" command.
11320
11321 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
11322
11323 * abbrev.el (last-abbrev-text): Doc fix.
11324 (abbrev-prefix-mark): Don't escape parenthesis.
11325
11326 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
11327
11328 * composite.el (find-composition): Doc fix.
11329
11330 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
11331
11332 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
11333 (sql-oracle-program, sql-sqlite-options)
11334 (sql-query-placeholders-and-send): Doc fixes.
11335 (sql-set-product, sql-interactive-mode): Reflow docstrings.
11336 (sql-imenu-generic-expression, sql-buffer)
11337 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
11338 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
11339 (sql-mode-sybase-font-lock-keywords)
11340 (sql-mode-informix-font-lock-keywords)
11341 (sql-mode-interbase-font-lock-keywords)
11342 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
11343 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
11344 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
11345 (sql-product-feature, sql-highlight-product)
11346 (comint-line-beginning-position, sql-rename-buffer)
11347 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
11348 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
11349 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
11350 Fix typos in docstrings.
11351
11352 2010-05-08 Juri Linkov <juri@jurta.org>
11353
11354 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
11355 property instead of `invisible' and `after-string' (bug#5998).
11356
11357 2010-05-08 Juri Linkov <juri@jurta.org>
11358
11359 * image-mode.el (image-mode-as-text): Fix typo in docstring.
11360
11361 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
11362
11363 * filecache.el (file-cache-add-directory-list)
11364 (file-cache-add-directory-recursively): Fix typos in docstrings.
11365
11366 2010-05-08 Kenichi Handa <handa@m17n.org>
11367
11368 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
11369 (gujarati-composable-pattern): Fix typo.
11370
11371 2010-05-08 Kenichi Handa <handa@m17n.org>
11372
11373 * language/indian.el (oriya-composable-pattern)
11374 (tamil-composable-pattern, malayalam-composable-pattern):
11375 Add two-part vowels to "v" (vowel sign).
11376
11377 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
11378
11379 * files.el (copy-directory): Handle symlinks (Bug#5982).
11380
11381 2010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
11382
11383 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
11384 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
11385 (Bug#5846).
11386
11387 2010-05-08 Glenn Morris <rgm@gnu.org>
11388
11389 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
11390
11391 * minibuffer.el (completion-at-point): Doc fix.
11392
11393 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11394
11395 * electric.el (Electric-command-loop): Minor tweak.
11396
11397 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
11398 better with dedicated windows.
11399
11400 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
11401
11402 * Version 23.2 released.
11403
11404 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
11405 Stefan Monnier <monnier@iro.umontreal.ca>
11406
11407 Highlight vendor specific properties.
11408 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
11409 (css-proprietary-property): New face.
11410 (css-font-lock-keywords): Use them.
11411
11412 2010-05-07 Eli Zaretskii <eliz@gnu.org>
11413
11414 * cus-start.el (all): Add native condition for tool-bar-* symbols.
11415
11416 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11417
11418 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
11419 * files.el (auto-mode-alist): Remove redundant entries.
11420
11421 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
11422 * simple.el (auto-save-mode): Move from files.el.
11423 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
11424
11425 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
11426
11427 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
11428
11429 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
11430
11431 * mail/binhex.el (binhex-decode-region-internal)
11432 * mail/uudecode.el (uudecode-decode-region-internal)
11433 * net/dns.el (dns-read-string-name, dns-write, dns-read)
11434 (dns-read-type, dns-query)
11435 * pgg-parse.el (pgg-parse-armor)
11436 * pgg.el (pgg-verify-region)
11437 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
11438 XEmacs.
11439
11440 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
11441
11442 2010-05-07 Juanma Barranquero <lekktu@gmail.com>
11443
11444 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
11445
11446 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
11447 * emulation/cua-base.el (cua-repeat-replace-region):
11448 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
11449 (cua-cut-region-to-global-mark):
11450 Remove text properties with `set-text-properties'.
11451
11452 2010-05-06 Michael Albinus <michael.albinus@gmx.de>
11453
11454 * net/tramp.el (top, with-progress-reporter):
11455 Use `symbol-function' inside `funcall'.
11456
11457 * net/tramp-compat.el (tramp-compat-file-attributes)
11458 (tramp-compat-delete-file, tramp-compat-delete-directory):
11459 Handle only `wrong-number-of-arguments' error.
11460
11461 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
11462 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
11463 inside `funcall'.
11464
11465 2010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11466
11467 * minibuffer.el (completion--sreverse, completion--common-suffix):
11468 New functions.
11469 (completion-pcm--merge-completions): Extract common suffix when safe.
11470
11471 * emacs-lisp/easy-mmode.el (define-minor-mode):
11472 Make :variable more flexible.
11473 * files.el (auto-save-mode): Use it to define using define-minor-mode.
11474
11475 2010-05-05 Juri Linkov <juri@jurta.org>
11476
11477 Add `slow' and `history' tags to the desktop data.
11478
11479 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
11480 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
11481 (Info-finder-find-node): Require `finder.el' to be able
11482 to restore node from the desktop.
11483 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
11484 data `Info-history' and `slow' tag in the assoc list.
11485 (Info-restore-desktop-buffer): Don't restore nodes with the
11486 `slow' tag. Restore `Info-history'.
11487
11488 2010-05-05 Michael Albinus <michael.albinus@gmx.de>
11489
11490 Add FORCE argument to `delete-file'.
11491
11492 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
11493 forcing to delete the temporary file.
11494 (ange-ftp-delete-file): Add FORCE arg.
11495 (ange-ftp-rename-remote-to-remote)
11496 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
11497 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
11498 Force file deletion.
11499
11500 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
11501
11502 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
11503 (tramp-handle-make-symbolic-link, tramp-handle-load)
11504 (tramp-do-copy-or-rename-file-via-buffer)
11505 (tramp-do-copy-or-rename-file-directly)
11506 (tramp-do-copy-or-rename-file-out-of-band)
11507 (tramp-handle-process-file, tramp-handle-call-process-region)
11508 (tramp-handle-shell-command, tramp-handle-file-local-copy)
11509 (tramp-handle-insert-file-contents, tramp-handle-write-region)
11510 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
11511
11512 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
11513 (tramp-fish-handle-make-symbolic-link)
11514 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
11515
11516 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
11517 Use `tramp-compat-delete-file'.
11518
11519 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
11520 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
11521
11522 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
11523 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
11524
11525 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
11526 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
11527 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
11528 Use `tramp-compat-delete-file'.
11529
11530 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11531
11532 Minor cleanups.
11533 * subr.el (add-minor-mode): Use push.
11534 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
11535 * emulation/edt.el (edt-select-mode): Simplify.
11536
11537 Use define-minor-mode in more cases.
11538 * term/tvi970.el (tvi970-set-keypad-mode):
11539 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
11540 (normal-erase-is-backspace-mode):
11541 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
11542 (set-scroll-bar-mode-1): (Re)move to its sole caller.
11543 (get-scroll-bar-mode): New function.
11544 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
11545
11546 Use define-minor-mode for less obvious cases.
11547 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
11548 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
11549 * international/iso-ascii.el (iso-ascii-mode):
11550 * frame.el (auto-raise-mode, auto-lower-mode):
11551 * composite.el (global-auto-composition-mode): Use define-minor-mode.
11552
11553 2010-05-04 Michael Albinus <michael.albinus@gmx.de>
11554
11555 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
11556 in order to see error messages for failed logins.
11557
11558 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
11559
11560 * diff.el (diff-sentinel):
11561
11562 * epg.el (epg--make-temp-file, epg-decrypt-string)
11563 (epg-verify-string, epg-sign-string, epg-encrypt-string):
11564
11565 * jka-compr.el (jka-compr-partial-uncompress)
11566 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
11567
11568 * server.el (server-sentinel): Use delete-file's new FORCE arg
11569 (Bug#6070).
11570
11571 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11572
11573 Use define-minor-mode where applicable.
11574 * view.el (view-mode):
11575 * type-break.el (type-break-query-mode)
11576 (type-break-mode-line-message-mode):
11577 * textmodes/reftex.el (reftex-mode):
11578 * term/vt100.el (vt100-wide-mode):
11579 * tar-mode.el (tar-subfile-mode):
11580 * savehist.el (savehist-mode):
11581 * ibuf-ext.el (ibuffer-auto-mode):
11582 * composite.el (auto-composition-mode):
11583 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
11584 Use define-minor-mode.
11585 (vhdl-mode): Use static mode-line format.
11586 (vhdl-mode-line-update): Delete.
11587 (vhdl-create-mode-menu, vhdl-activate-customizations)
11588 (vhdl-hs-minor-mode): Don't bother calling it.
11589
11590 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
11591
11592 * simple.el (with-wrapper-hook): Move.
11593 (buffer-substring-filters): Mark obsolete.
11594 (filter-buffer-substring-functions): New variable.
11595 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
11596
11597 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
11598 Michael Albinus <michael.albinus@gmx.de>
11599
11600 Implement compression for inline methods.
11601
11602 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
11603 (tramp-copy-size-limit): Allow also nil.
11604 (tramp-inline-compress-commands): New defconst.
11605 (tramp-find-inline-compress, tramp-get-inline-compress)
11606 (tramp-get-inline-coding): New defuns.
11607 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
11608 replaced by `tramp-get-inline-coding'.
11609 (tramp-handle-file-local-copy, tramp-handle-write-region)
11610 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
11611
11612 2010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11613
11614 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
11615 Remove unused functions.
11616
11617 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
11618 Set find-tag-default-function as a variable rather than a property.
11619
11620 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
11621 * progmodes/etags.el (tags-completion-at-point-function):
11622 Remove left over interactive spec. Add autoloading stub.
11623 (complete-tag): Use tags-completion-at-point-function.
11624
11625 2010-04-30 Chong Yidong <cyd@stupidchicken.com>
11626
11627 * minibuffer.el (tags-completion-at-point-function): Fix return value.
11628
11629 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
11630
11631 * ido.el (ido-init-completion-maps): Remove C-v binding.
11632 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
11633
11634 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
11635
11636 * minibuffer.el (tags-completion-at-point-function): New function.
11637 (completion-at-point-functions): Use it.
11638
11639 * progmodes/etags.el (complete-tag): Revert last change.
11640
11641 2010-04-29 Alan Mackenzie <acm@muc.de>
11642
11643 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
11644 off-by-one error (in end of macro position).
11645
11646 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11647
11648 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
11649 firefox is absent. Don't autoload.
11650 (browse-url-galeon-program): Don't autoload.
11651
11652 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
11653
11654 * bindings.el (complete-symbol): Move into minibuffer.el.
11655
11656 * minibuffer.el (complete-tag): Move from etags.el. If tags
11657 completion cannot be performed, return nil instead of signalling
11658 an error.
11659 (completion-at-point): Make it an alias for complete-symbol.
11660 (complete-symbol): Move from bindings.el, and replace with the
11661 body of completion-at-point.
11662
11663 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
11664
11665 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
11666
11667 * net/tramp.el (tramp-remote-selinux-p): New defun.
11668 (tramp-handle-file-selinux-context)
11669 (tramp-handle-set-file-selinux-context): Use it.
11670
11671 2010-04-28 Sam Steingold <sds@gnu.org>
11672
11673 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
11674 `safe-local-variable' if the value is a string or a symbol with
11675 the property `bug-reference-url-format'.
11676
11677 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
11678
11679 * progmodes/bug-reference.el (bug-reference-url-format):
11680 Revert 2010-04-27 change due to security risk.
11681
11682 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11683
11684 Make it possible to locally disable a globally enabled mode.
11685 * simple.el (fundamental-mode): Run fundamental-mode-hook.
11686 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
11687 rather than kill-all-local-variables so it runs fundamental-mode-hook.
11688 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11689 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
11690 that subsequent hooks get a chance to disable it.
11691
11692 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
11693
11694 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11695 Avoid re-enabling a minor mode after the user turned the minor mode
11696 off if MODE-enable-in-buffers is run twice (typically once from
11697 fundamental-mode's after-change-major-mode-hook and a second time from
11698 run-mode-hook's own after-change-major-mode-hook).
11699
11700 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
11701
11702 2010-04-27 Sam Steingold <sds@gnu.org>
11703
11704 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
11705 `safe-local-variable' if the value is a string or a function, as
11706 documented and implemented on 2010-04-02.
11707
11708 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
11709
11710 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
11711 when method is 'kill.
11712
11713 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
11714
11715 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
11716 condition in default directory check.
11717 (ispell-init-process, ispell-kill-ispell, kill-buffer-hook):
11718 Kill ispell process when killing its associated buffer.
11719
11720 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
11721
11722 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
11723 but we aren't using it.
11724
11725 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
11726
11727 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
11728 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
11729
11730 2010-04-24 Glenn Morris <rgm@gnu.org>
11731
11732 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
11733 Ignore VCS-ignore files, and deleted nextstep preferences files.
11734 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
11735 (authors-ambiguous-files): New list.
11736 (authors-valid-file-names): Add some deleted files.
11737 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
11738 (authors-disambiguate-file-name): New function. (Bug#5501)
11739 (authors-canonical-file-name): Doc fix.
11740 Don't warn about obsolete files.
11741 (authors-canonical-file-name, authors-scan-el):
11742 Use authors-disambiguate-file-name.
11743
11744 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
11745 Add autoload cookies.
11746 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
11747 (generated-autoload-file): Set file-local value to "htmlfontify.el".
11748 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
11749 They have definitions / compiler macros in cl.el.
11750 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
11751 Replace manual autoloads with generated ones.
11752 (htmlfontify-unload-rgb-file): Remove autoload.
11753 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
11754
11755 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
11756
11757 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
11758 (byte-compile-setq-default): Optimize for the
11759 single-var case and don't call byte-compile-form in this case to avoid
11760 inf-loop with byte-compile-set-default.
11761
11762 * progmodes/compile.el (compilation-start): Abbreviate default directory.
11763
11764 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
11765
11766 Implement SELINUX backends.
11767
11768 * net/tramp.el (tramp-file-name-handler-alist):
11769 Add `file-selinux-context' and `set-file-selinux-context'.
11770 (tramp-handle-file-selinux-context)
11771 (tramp-handle-set-file-selinux-context): New defuns.
11772 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
11773 Handle PRESERVE-SELINUX-CONTEXT.
11774
11775 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11776 Add `file-selinux-context' and `set-file-selinux-context'.
11777 (tramp-gvfs-handle-file-selinux-context)
11778 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
11779 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
11780
11781 * net/ange-ftp.el (ange-ftp-copy-file):
11782 * net/tramp-fish.el (tramp-fish-handle-copy-file):
11783 * net/tramp-imap.el (tramp-imap-handle-copy-file):
11784 * net/tramp-smb.el (tramp-smb-handle-copy-file):
11785 Add PRESERVE-SELINUX-CONTEXT.
11786
11787 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
11788
11789 Synchronize with Tramp repository.
11790
11791 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
11792 (tramp-action-process-alive, tramp-action-out-of-band)
11793 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
11794 (tramp-exists-file-name-handler): Fix docstring.
11795 (with-progress-reporter): New defmacro.
11796 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
11797 (tramp-maybe-open-connection): Use it.
11798
11799 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
11800
11801 Detect ssh 'ControlMaster' argument automatically in some cases.
11802
11803 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
11804 (tramp-default-method): Use it.
11805
11806 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
11807
11808 * net/tramp.el (tramp-handle-copy-file): Add new optional
11809 parameter `preserve-selinux-context'.
11810 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
11811
11812 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
11813
11814 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
11815 Ensure, that non remote files are still checked. Oops.
11816
11817 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
11818
11819 Fix Bug#5840.
11820
11821 * icomplete.el (icomplete-completions): Use `non-essential'.
11822
11823 * net/tramp.el (tramp-connectable-p): New defun.
11824 (tramp-handle-expand-file-name)
11825 (tramp-completion-handle-file-name-all-completions)
11826 (tramp-completion-handle-file-name-completion): Use it.
11827
11828 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11829
11830 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
11831
11832 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
11833
11834 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
11835
11836 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
11837
11838 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
11839 is present.
11840
11841 * info.el (info-tool-bar-map): Add labels.
11842
11843 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
11844
11845 * cus-edit.el (custom-commands): Add labels for tool bar.
11846 (custom-buffer-create-internal, Custom-mode): Adjust for
11847 labels in custom-commands.
11848
11849 * dynamic-setting.el: Renamed from font-setting.el.
11850
11851 2010-04-21 John Wiegley <jwiegley@gmail.com>
11852
11853 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
11854 toggles the use of virtual buffers.
11855 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
11856 (ido-toggle-virtual-buffers): New function.
11857
11858 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
11859
11860 Use `define-derived-mode'; fix window selection; doc fixes.
11861 * play/tetris.el (tetris, tetris-update-speed-function)
11862 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
11863 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
11864 (tetris-rotate-next, tetris-end-game, tetris-start-game)
11865 (tetris-pause-game): Fix typos in docstrings.
11866 (tetris-mode-map, tetris-null-map):
11867 Move initialization into declaration.
11868 (tetris-mode): Define with `define-derived-mode';
11869 set show-trailing-whitespace to nil.
11870 (tetris): Prefer window already displaying the "*Tetris*" buffer.
11871
11872 2010-04-21 Karel Klíč <kklic@redhat.com>
11873
11874 * files.el (backup-buffer): Handle SELinux context, and return it
11875 if a backup was made by renaming.
11876 (backup-buffer-copy): Set SELinux context to the target file.
11877 (basic-save-buffer): Set SELinux context of the newly written file.
11878 (basic-save-buffer-1): Now it also returns any SELinux context.
11879 (basic-save-buffer-2): Set SELinux context of the newly created file,
11880 and return it.
11881 * net/tramp.el (tramp-file-name-for-operation):
11882 Add file-selinux-context.
11883
11884 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11885
11886 Make the log-edit comments use RFC822 format throughout.
11887
11888 * vc.el (vc-checkin, vc-modify-change-comment):
11889 Adjust to new vc-start/finish-logentry.
11890 (vc-find-conflicted-file): New command.
11891 (vc-transfer-file): Adjust to new vc-checkin.
11892 (vc-next-action): Improve scoping.
11893
11894 * vc-hg.el (vc-hg-log-edit-mode): Remove.
11895 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
11896
11897 * vc-git.el (vc-git-log-edit-mode): Remove.
11898 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
11899 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
11900
11901 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
11902 (vc-start-logentry): Remove argument `extra'.
11903 (vc-finish-logentry): Remove extra args.
11904
11905 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
11906 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
11907 (vc-bzr-conflicted-files): New function.
11908
11909 * log-edit.el (log-edit-extra-flags)
11910 (log-edit-before-checkin-process): Remove.
11911 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
11912 (log-edit-headers-alist): New var.
11913 (log-edit-header-contents-regexp): New const.
11914 (log-edit-match-to-eoh): New function.
11915 (log-edit-font-lock-keywords): Use them.
11916 (log-edit): Insert a "Summary:" header as default.
11917 (log-edit-mode): Mark font-lock rules as case-insensitive.
11918 (log-edit-done): Cleanup headers.
11919 (log-view-process-buffer): Remove.
11920 (log-edit-extract-headers): New function to replace it.
11921
11922 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
11923
11924 * subr.el (default-direction-reversed): Remove obsolescence info.
11925
11926 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11927
11928 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
11929 windows/frames.
11930
11931 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
11932 I.e. include text after point in the completion region.
11933 Also, return nil when we're not after/in a symbol.
11934
11935 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
11936 default enable-multibyte-characters.
11937
11938 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11939
11940 * international/mule.el: Help the user choose a valid coding-system.
11941 (read-buffer-file-coding-system): New function.
11942 (set-buffer-file-coding-system): Use it. Prompt the user if the
11943 coding-system cannot encode all the chars.
11944
11945 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
11946 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
11947 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
11948 Don't use *vc-bzr-shelve*.
11949
11950 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
11951
11952 Fix the version number for added files.
11953 * vc-hg.el (vc-hg-working-revision): Check if the file is
11954 registered after hg parent fails (Bug#5961).
11955
11956 2010-04-19 Glenn Morris <rgm@gnu.org>
11957
11958 * htmlfontify.el (htmlfontify-buffer)
11959 (htmlfontify-copy-and-link-dir): Autoload entry points.
11960
11961 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
11962
11963 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
11964 name relative to the project root (Bug#5960).
11965
11966 2010-04-19 Glenn Morris <rgm@gnu.org>
11967
11968 * vc-git.el (vc-git-print-log): Doc fix.
11969
11970 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
11971
11972 * ido.el (ido-file-internal): Fix 2009-12-02 change.
11973
11974 2010-04-19 Christoph Scholtes <cschol2112@googlemail.com>
11975
11976 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
11977 default settings (Bug#5928).
11978
11979 2010-04-19 Glenn Morris <rgm@gnu.org>
11980
11981 * progmodes/fortran.el (fortran-match-and-skip-declaration):
11982 New function.
11983 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
11984
11985 2010-04-19 Kenichi Handa <handa@m17n.org>
11986
11987 * language/indian.el (malayalam-composable-pattern): Fix previous
11988 change (add U+0D4D "SIGN VIRAMA").
11989 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
11990 (tamil-composable-pattern): Fix typo in the regexp.
11991 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
11992 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
11993 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
11994
11995 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
11996
11997 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
11998 paragraph-separate (Bug#5821).
11999
12000 2010-04-19 Juri Linkov <juri@jurta.org>
12001
12002 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
12003
12004 * info.el (Info-find-node-2): Comment out code that skips
12005 breadcrumbs line.
12006 (Info-mouse-follow-link): New command.
12007 (Info-link-keymap): New keymap.
12008 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
12009 Return a string with links instead of inserting breadcrumbs
12010 to the Info buffer.
12011 (Info-fontify-node): Comment out code that inserts breadcrumbs.
12012 Instead of putting the `invisible' text property over the Info
12013 header, make an overlay over the Info header with the `invisible'
12014 property and `after-string' set to the string returned by
12015 `Info-breadcrumbs'.
12016
12017 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
12018
12019 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
12020 Reported by monkey@sandpframing.com.
12021
12022 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12023
12024 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
12025 (tmm-get-keymap): Add key-binding shortcuts now that they're not
12026 available in the "keyseq cache" any more.
12027
12028 * custom.el (defcustom): Add edebug spec.
12029
12030 2010-04-18 Juri Linkov <juri@jurta.org>
12031
12032 Test for special mode-class in view-buffer instead of view-file (bug#5513).
12033
12034 * view.el (view-file, view-buffer): Move test for special mode-class
12035 from view-file to view-buffer.
12036
12037 * tar-mode.el (tar-extract): Turn if's into one cond
12038 like in arc-mode.el.
12039
12040 2010-04-18 Juri Linkov <juri@jurta.org>
12041
12042 Add 7z archive format support (bug#5475).
12043
12044 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
12045 (archive-7z-extract): New defcustom.
12046 (archive-find-type): Add magic string for 7z.
12047 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
12048 If `stderr-file' is non-nil, use `(t stderr-file)' for the
12049 `buffer' arg of `call-process'.
12050 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
12051 call the function `archive-7z-extract' with the variable
12052 `archive-7z-extract' let-bound to `archive-zip-extract'.
12053 (archive-7z-summarize, archive-7z-extract): New functions.
12054
12055 * international/mule.el (auto-coding-alist):
12056 * files.el (auto-mode-alist): Add 7z file extension.
12057
12058 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12059
12060 * loadup.el: Setup hash-cons for pure data.
12061
12062 Fix duplicate entries in cedet's loaddefs.el files.
12063 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
12064 Should make most file-local generated-autoload-file unnecessary.
12065 (print-readably): Silence warnings.
12066 (autoload-find-destination): Take load-name as an arg to make sure
12067 it's the same as the one that will be in the file.
12068 (autoload-generate-file-autoloads): Adjust to above changes.
12069 Try to make the dataflow a bit simpler.
12070
12071 * cvs-status.el (cvs-refontify): Remove unused.
12072
12073 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
12074
12075 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
12076
12077 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
12078 twos-complement mode.
12079
12080 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
12081
12082 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
12083 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
12084 (calc-inverse): Add "Option" to message, as appropriate.
12085 (calc-hyperbolic): Add "Option" to message, as appropriate.
12086 (calc-option, calc-is-option): New functions.
12087
12088 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
12089 (calc-option-prefix-help): New function.
12090
12091 * calc/calc-misc.el (calc-help): Add "Option" entry.
12092
12093 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
12094 (calc-option-flag): New variable.
12095 (calc-do): Set `calc-option-flag to nil.
12096 (calc-set-mode-line): Add "Opt " as appropriate.
12097
12098 2010-04-16 Juri Linkov <juri@jurta.org>
12099
12100 Move scrolling commands from simple.el to window.el
12101 because their primitives are implemented in window.c.
12102
12103 * simple.el (scroll-error-top-bottom)
12104 (scroll-up-command, scroll-down-command, scroll-up-line)
12105 (scroll-down-line, scroll-other-window-down)
12106 (beginning-of-buffer-other-window, end-of-buffer-other-window):
12107 * window.el (scroll-error-top-bottom)
12108 (scroll-up-command, scroll-down-command, scroll-up-line)
12109 (scroll-down-line, scroll-other-window-down)
12110 (beginning-of-buffer-other-window, end-of-buffer-other-window):
12111 Move from simple.el to window.el because their primitives are
12112 implemented in window.c.
12113
12114 2010-04-16 Juri Linkov <juri@jurta.org>
12115
12116 * isearch.el (isearch-lookup-scroll-key): Check both
12117 `isearch-scroll' and `scroll-command' properties.
12118 (scroll-up, scroll-down): Remove `isearch-scroll' property.
12119
12120 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
12121
12122 * simple.el (scroll-up-command, scroll-down-command)
12123 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
12124
12125 2010-04-15 Juri Linkov <juri@jurta.org>
12126
12127 * simple.el (scroll-up-command, scroll-down-command)
12128 (scroll-up-line, scroll-down-line): Put `scroll-command'
12129 property on the these symbols. Remove them from
12130 `scroll-preserve-screen-position-commands'.
12131
12132 * mwheel.el (mwheel-scroll): Put `scroll-command' and
12133 `isearch-scroll' properties on the `mwheel-scroll' symbol.
12134 Remove it from `scroll-preserve-screen-position-commands'.
12135
12136 * isearch.el (isearch-allow-scroll): Doc fix.
12137
12138 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
12139
12140 * net/tramp.el (tramp-error-with-buffer): Don't show the
12141 connection buffer when we are in completion mode.
12142 (tramp-file-name-handler): Catch the error for some operations
12143 when we are in completion mode. This gives the user the chance to
12144 correct the file name in the minibuffer.
12145
12146 2010-04-15 Glenn Morris <rgm@gnu.org>
12147
12148 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
12149
12150 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
12151
12152 Simplify by using `define-derived-mode'.
12153 * info.el (Info-mode):
12154 * calendar/todo-mode.el (todo-mode):
12155 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
12156 (gomoku-mode-map): Move initialization into declaration.
12157
12158 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
12159
12160 Fix Bug#5840.
12161 * ido.el (ido-file-name-all-completions-1):
12162 * minibuffer.el (minibuffer-completion-help):
12163 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
12164
12165 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12166
12167 * simple.el (non-essential): New var.
12168
12169 Add a new field `location' to bookmarks for non-file bookmarks.
12170 * bookmark.el (bookmark-location): Use the new field, if present.
12171 (bookmark-insert-location): Undo last change, not needed any more.
12172 * man.el (Man-bookmark-make-record):
12173 * woman.el (woman-bookmark-make-record): Add `location' field.
12174
12175 2010-04-14 Juri Linkov <juri@jurta.org>
12176
12177 * simple.el (scroll-error-top-bottom): New defcustom.
12178 (scroll-up-command, scroll-down-command): Use it. Doc fix.
12179
12180 * emulation/pc-select.el (pc-select-override-scroll-error):
12181 Obsolete in favor of `scroll-error-top-bottom'.
12182
12183 2010-04-14 Juri Linkov <juri@jurta.org>
12184
12185 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
12186 `scroll-up-command' and `M-v' to `scroll-down-command'.
12187
12188 * emulation/cua-rect.el (cua--init-rectangles):
12189 * forms.el (forms--change-commands):
12190 * image-mode.el (image-mode-map):
12191 Remap scroll-down-command and scroll-up-command
12192 in addition to scroll-down and scroll-up.
12193
12194 2010-04-14 Juri Linkov <juri@jurta.org>
12195
12196 * mwheel.el (scroll-preserve-screen-position-commands):
12197 Add mwheel-scroll to this list of commands.
12198
12199 * simple.el (scroll-preserve-screen-position-commands):
12200 Add scroll-up-command, scroll-down-command, scroll-up-line,
12201 scroll-down-line to this list of commands.
12202
12203 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
12204
12205 * obsolete/complete.el: Move from lisp/complete.el.
12206
12207 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
12208
12209 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
12210 to the minor mode function now turns the mode ON unconditionally.
12211
12212 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
12213
12214 * vc-dir.el (vc-dir-kill-line): New command.
12215 (vc-dir-mode-map): Bind it to C-k.
12216
12217 * bookmark.el (bookmark-insert-location): Handle a nil filename.
12218
12219 * woman.el: Add bookmark declarations to silence the compiler.
12220 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
12221 step to compatibility between man and woman bookmarks.
12222 Adjust for Man-default-bookmark-title renaming.
12223 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
12224
12225 * man.el: Add bookmark declarations to silence the compiler.
12226 (Man-name-local-regexp): Make it match NAME as well.
12227 (Man-getpage-in-background): Return the buffer.
12228 (Man-notify-when-ready): Use `case'.
12229 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
12230 Don't hardcode "NAME". Simplify.
12231 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
12232 Rename from Man-bookmark-make-record.
12233 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
12234 we have the actual man-args. Use Man-getpage-in-background rather
12235 than `man' since the arg is already processed. Let bookmark.el do the
12236 window handling. Only wait for the relevant process.
12237 Don't forget to autoload.
12238
12239 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
12240
12241 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12242
12243 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
12244 New functions.
12245 (woman-mode): Setup bookmark support.
12246
12247 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
12248 (man-bookmark-jump): New functions.
12249 (Man-mode): Setup bookmark support.
12250
12251 2010-04-10 Jari Aalto <jari.aalto@cante.net>
12252
12253 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
12254 recognize ssh-keygen prompt (Bug#2817).
12255
12256 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
12257
12258 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
12259
12260 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
12261
12262 Synchronize with Tramp repository.
12263
12264 * net/tramp.el (tramp-completion-function-alist)
12265 (tramp-file-name-regexp, tramp-chunksize)
12266 (tramp-local-coding-commands, tramp-remote-coding-commands):
12267 Fix docstring.
12268 (tramp-remote-process-environment): Use `format' instead of `concat'.
12269 (tramp-handle-directory-files-and-attributes)
12270 (tramp-get-remote-path): Use `copy-tree'.
12271 (tramp-handle-file-name-all-completions): Backward/ XEmacs
12272 compatibility: Use `completion-ignore-case' if
12273 `read-file-name-completion-ignore-case' does not exist.
12274 (tramp-do-copy-or-rename-file-directly): Do not use
12275 `tramp-handle-file-remote-p'.
12276 (tramp-do-copy-or-rename-file-out-of-band):
12277 Use `tramp-compat-delete-directory'.
12278 (tramp-do-copy-or-rename-file-out-of-band)
12279 (tramp-compute-multi-hops, tramp-maybe-open-connection):
12280 Use `format-spec-make'.
12281 (tramp-find-foreign-file-name-handler)
12282 (tramp-advice-make-auto-save-file-name)
12283 (tramp-set-auto-save-file-modes): Remove superfluous check for
12284 `stringp'. This is done inside `tramp-tramp-file-p'.
12285 (tramp-debug-outline-regexp): New defconst.
12286 (tramp-get-debug-buffer): Use it.
12287 (tramp-check-for-regexp): Use (forward-line 1).
12288 (tramp-set-auto-save-file-modes): Adapt version check.
12289
12290 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
12291 Wrap call of `featurep' for 2nd argument.
12292 (tramp-compat-make-temp-file): Simplify fallback implementation.
12293 (tramp-compat-copy-tree): Remove function.
12294 (tramp-compat-delete-directory): Provide implementation for older
12295 Emacsen.
12296
12297 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
12298 Do not use `tramp-fish-handle-file-attributes.
12299
12300 * net/trampver.el: Update release number.
12301
12302 2010-04-10 Glenn Morris <rgm@gnu.org>
12303
12304 * progmodes/compile.el (compilation-save-buffers-predicate):
12305 Add missing :version tag.
12306
12307 2010-04-09 Sam Steingold <sds@gnu.org>
12308
12309 * progmodes/compile.el (compilation-save-buffers-predicate):
12310 Remove the "autoload" cookie.
12311
12312 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
12313 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
12314 and `bug-reference-prog-mode' can be used in hooks directly.
12315
12316 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
12317
12318 Add --author support to git commit.
12319 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
12320 (vc-git-log-edit-mode): New minor mode.
12321 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
12322 New declarations.
12323
12324 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
12325
12326 * vc-hooks.el, vc-git.el: Improve documentation comments.
12327
12328 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
12329
12330 Fix some of the problems in defsubst* (bug#5728).
12331 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
12332 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
12333
12334 2010-04-07 Sam Steingold <sds@gnu.org>
12335
12336 * progmodes/compile.el (compilation-save-buffers-predicate):
12337 New custom variable.
12338 (compile, recompile): Pass it to `save-some-buffers'.
12339
12340 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
12341
12342 * wid-edit.el (widget-choose): Move cursor to the second line of
12343 the buffer (Bug#5695).
12344
12345 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
12346
12347 Add new VC methods: vc-log-incoming and vc-log-outgoing.
12348 * vc.el (vc-print-log-setup-buttons): New function split out from
12349 vc-print-log-internal.
12350 (vc-log-internal-common): New function, a parametrized version of
12351 vc-print-log-internal.
12352 (vc-print-log-internal): Just call vc-log-internal-common with the
12353 right arguments.
12354 (vc-incoming-outgoing-internal):
12355 (vc-log-incoming, vc-log-outgoing): New functions.
12356 (vc-log-view-type): New permanent local variable.
12357
12358 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
12359
12360 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
12361 of the dynamic bound vc-short-log.
12362 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
12363
12364 * vc-git.el (vc-git-log-outgoing): New function.
12365 (vc-git-log-view-mode): Use vc-log-view-type instead
12366 of the dynamic bound vc-short-log.
12367
12368 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
12369 of the dynamic bound vc-short-log. Highlight the tag.
12370 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
12371 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
12372 (vc-hg-incoming-mode): Remove.
12373 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
12374
12375 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
12376
12377 Fix default-directory for vc-root-diff.
12378 * vc.el (vc-root-diff): Bind default-directory to the root
12379 directory for the diff command.
12380
12381 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
12382
12383 * progmodes/verilog-mode.el (verilog-forward-sexp):
12384 (verilog-calc-1): Support "disable fork" and "fork wait" multi
12385 word keywords, suggested by Steve Pearlmutter.
12386 (verilog-pretty-declarations): Support lineup of declarations in
12387 port lists.
12388 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
12389 fix bug for /* / comments.
12390 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
12391 Speed up and simplfy as this is never called with a bound.
12392 (verilog-pretty-declarations): Enhance to line up declarations
12393 inside a parameter list, suggested by Alan Morgan.
12394 (verilog-pretty-expr): Tune assignment regular expression match
12395 string for corner cases; also use markers instead of character
12396 number as indent changes the later.
12397
12398 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
12399
12400 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
12401 as missing keyword.
12402 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
12403 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
12404 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
12405 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
12406 Tennant.
12407 (verilog-keywords):
12408 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
12409 1800-2009 keywords, including "global.".
12410
12411 2010-04-06 John Wiegley <jwiegley@gmail.com>
12412
12413 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
12414 appearing in buffer list (if a live buffer name matched a recentf
12415 file basename). Should use uniquify to offer a real solution.
12416
12417 2010-04-06 John Wiegley <jwiegley@gmail.com>
12418
12419 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
12420 comment to code, and add a :version tag.
12421 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
12422
12423 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
12424
12425 Enable recentf-mode if using virtual buffers.
12426 * ido.el (recentf-list): Declare for byte-compiler.
12427 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
12428 (ido-make-buffer-list): Simplify.
12429 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
12430
12431 2010-04-05 Juri Linkov <juri@jurta.org>
12432
12433 Scrolling commands which scroll a line instead of full screen.
12434 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
12435
12436 * simple.el (scroll-up-line, scroll-down-line): New commands.
12437 Put property isearch-scroll=t on them.
12438
12439 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
12440 Remove commands.
12441
12442 2010-04-05 Juri Linkov <juri@jurta.org>
12443
12444 Scrolling commands which do not signal errors at top/bottom.
12445 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
12446
12447 * simple.el (scroll-up-command, scroll-down-command): New commands.
12448 Put property isearch-scroll=t on them.
12449
12450 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
12451 `scroll-down-command' and [next] from `scroll-up' to
12452 `scroll-up-command'.
12453
12454 * emulation/cua-base.el: Put property CUA=move on
12455 `scroll-up-command' and `scroll-down-command'.
12456 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
12457 and `scroll-down-command' to `cua-scroll-down'.
12458
12459 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
12460
12461 * help.el (describe-mode): Return nil.
12462
12463 2010-04-04 John Wiegley <jwiegley@gmail.com>
12464
12465 * ido.el (ido-use-virtual-buffers): New variable to indicate
12466 whether "virtual buffer" support is enabled for IDO.
12467 (ido-virtual): Face used to indicate virtual buffers in the list.
12468 (ido-buffer-internal): If a buffer is chosen, and no such buffer
12469 exists, but a virtual buffer of that name does (which would be why
12470 it was in the list), recreate the buffer by reopening the file.
12471 (ido-make-buffer-list): If virtual buffers are being used, call
12472 `ido-add-virtual-buffers-to-list' before the make list hook.
12473 (ido-virtual-buffers): New variable which contains a copy of the
12474 current contents of the `recentf-list', albeit pared down for the
12475 sake of speed, and with proper faces applied.
12476 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
12477 create a list of "virtual buffers" to present to the user in
12478 addition to the currently open set. Note that this logic could
12479 get rather slow if that list is too large. With the default
12480 `recentf-max-saved-items' of 200, there is little speed penalty.
12481
12482 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12483
12484 * font-lock.el: Require CL when compiling.
12485 (font-lock-turn-on-thing-lock): Use `case'.
12486
12487 2010-04-03 Eli Zaretskii <eliz@gnu.org>
12488
12489 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
12490 Zaretskii.
12491
12492 2010-04-02 Juri Linkov <juri@jurta.org>
12493
12494 * ehelp.el (electric-help-orig-major-mode):
12495 New buffer-local variable.
12496 (electric-help-mode): Set it to original major-mode. Doc fix.
12497 (with-electric-help): Use `electric-help-orig-major-mode' instead
12498 of (default-value 'major-mode). Doc fix.
12499 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
12500
12501 2010-04-02 Sam Steingold <sds@gnu.org>
12502
12503 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
12504 `vc-hg-command' with a list of flags.
12505
12506 * progmodes/bug-reference.el (bug-reference-bug-regexp):
12507 Also accept "patch" and "RFE".
12508 (bug-reference-fontify): `bug-reference-url-format' can also be a
12509 function to be able to handle the bug kind.
12510 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
12511
12512 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
12513
12514 * tmm.el (tmm-get-keymap): Check with symbolp before passing
12515 value to fboundp, it may not be a symbol.
12516
12517 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
12518
12519 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
12520
12521 2010-03-31 Juri Linkov <juri@jurta.org>
12522
12523 * simple.el (next-line, previous-line): Re-throw a signal
12524 with `signal' instead of using `ding'.
12525 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
12526
12527 2010-03-31 Juri Linkov <juri@jurta.org>
12528
12529 * simple.el (keyboard-escape-quit): Raise deselecting the active
12530 region higher than exiting the minibuffer.
12531 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
12532
12533 2010-03-31 Juri Linkov <juri@jurta.org>
12534
12535 * image.el (image-animated-p): Use `image-metadata' instead of
12536 `image-extension-data'. Get GIF extenstion data from metadata
12537 property `extension-data'.
12538
12539 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12540
12541 * simple.el (append-to-buffer): Simplify.
12542
12543 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
12544
12545 * textmodes/artist.el (artist-mode): Fix typo in docstring.
12546 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
12547
12548 2010-03-31 Kenichi Handa <handa@m17n.org>
12549
12550 * language/sinhala.el (composition-function-table): Fix regexp for
12551 the new Unicode specification.
12552
12553 * language/indian.el (devanagari-composable-pattern)
12554 (tamil-composable-pattern, kannada-composable-pattern)
12555 (malayalam-composable-pattern): Adjust for the new Unicode
12556 specification.
12557 (bengali-composable-pattern, gurmukhi-composable-pattern)
12558 (gujarati-composable-pattern, oriya-composable-pattern)
12559 (telugu-composable-pattern): New variables to cope with the new
12560 Unicode specification. Use them in composition-function-table.
12561
12562 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12563
12564 Make tmm-menubar work for the Buffers menu again (bug#5726).
12565 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
12566 vectors rather than cons cells, as used in menu-bar-update-buffers.
12567
12568 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
12569
12570 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
12571 (js-insert-and-indent): Revert 2009-08-15 change, restoring
12572 electric punctuation for "{}();,:" (Bug#5586).
12573
12574 * mail/sendmail.el (mail-default-directory): Doc fix.
12575
12576 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
12577
12578 * mail/sendmail.el (mail-default-directory): Doc fix.
12579
12580 2010-03-31 Eli Zaretskii <eliz@gnu.org>
12581
12582 * subr.el (version-regexp-alist, version-to-list)
12583 (version-list-<, version-list-=, version-list-<=)
12584 (version-list-not-zero, version<, version<=, version=): Doc fix.
12585 (Bug#5744).
12586
12587 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
12588
12589 * vc.el (vc-root-diff): Doc fix.
12590
12591 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
12592
12593 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
12594
12595 * simple.el (append-to-buffer): Fix last change.
12596
12597 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
12598
12599 * simple.el (append-to-buffer): Ensure that point is preserved if
12600 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
12601 (Bug#5749)
12602
12603 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12604
12605 * files.el (auto-mode-case-fold): Change default to t.
12606
12607 2010-03-30 Juri Linkov <juri@jurta.org>
12608
12609 * dired-x.el (dired-omit-mode): Doc fix.
12610
12611 2010-03-30 Juri Linkov <juri@jurta.org>
12612
12613 * replace.el (occur-accumulate-lines): Move occur-engine related
12614 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
12615 to be located after `occur-engine'.
12616
12617 2010-03-30 Juri Linkov <juri@jurta.org>
12618
12619 Make occur handle multi-line matches cleanly with context.
12620 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
12621
12622 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
12623 (occur-engine): Add local variables `ret', `prev-after-lines',
12624 `prev-lines'. Use more arguments for `occur-context-lines'.
12625 Set first elem of its returned list to `data', and the second elem
12626 to `prev-after-lines'. Don't print the separator line.
12627 In the end, print remaining context after-lines.
12628 (occur-context-lines): Add new arguments `begpt', `endpt',
12629 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
12630 after-lines of the previous match with before-lines of the
12631 current match and not overlap them. Return a list with two
12632 values: the output line and the list of context after-lines.
12633
12634 2010-03-30 Juri Linkov <juri@jurta.org>
12635
12636 * replace.el (occur-accumulate-lines): Fix a bug where the first
12637 context line at the beginning of the buffer was missing.
12638
12639 2010-03-30 Eli Zaretskii <eliz@gnu.org>
12640
12641 * files.el: Make bidi-display-reordering safe variable for boolean
12642 values.
12643
12644 2010-03-29 Phil Hagelberg <phil@evri.com>
12645 Chong Yidong <cyd@stupidchicken.com>
12646
12647 * subr.el: Extend progress reporters to perform "spinning".
12648 (progress-reporter-update, progress-reporter-do-update):
12649 Handle non-numeric value arguments.
12650 (progress-reporter--pulse-characters): New var.
12651
12652 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
12653
12654 * progmodes/compile.el (compilation-start): Fix regexp detection
12655 of initial cd command (Bug#5771).
12656
12657 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
12658
12659 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
12660
12661 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
12662
12663 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
12664 * progmodes/gdb-mi.el: Restore.
12665 * progmodes/gdb-ui.el: Remove.
12666 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
12667
12668 2010-03-25 Glenn Morris <rgm@gnu.org>
12669
12670 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
12671 all dired buffers, even tramp ones. (Bug#5755)
12672
12673 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12674
12675 Add "union tags" in mpc.el.
12676 * mpc.el: Remove backward compatibility code.
12677 (mpc-browser-tags): Change default.
12678 (mpc--find-memoize-union-tags): New var.
12679 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
12680 (mpc-cmd-find): Handle the case where the playlist does not exist.
12681 Handle union-tags.
12682 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
12683 (mpc-cmd-add): Use mpc-cmd-flush.
12684 (mpc-tagbrowser-tag-name): New fun.
12685 (mpc-tagbrowser-buf): Use it.
12686 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
12687
12688 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12689
12690 Misc cleanup.
12691 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
12692 Use replace-regexp-in-string.
12693 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
12694 (makefile-imake-mode-syntax-table): Move init into defvar.
12695 (makefile-mode): Use define-derived-mode.
12696
12697 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
12698 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
12699 not be present any more.
12700
12701 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
12702
12703 * faces.el (set-face-attribute): Fix typo in docstring.
12704 (face-valid-attribute-values): Reflow docstring.
12705
12706 2010-03-24 Glenn Morris <rgm@gnu.org>
12707
12708 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
12709
12710 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
12711
12712 * indent.el (indent-for-tab-command): Doc fix.
12713
12714 2010-03-24 Alan Mackenzie <acm@muc.de>
12715
12716 * progmodes/cc-engine.el (c-remove-stale-state-cache):
12717 Fix off-by-one error. Fixes bug #5747.
12718
12719 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
12720
12721 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
12722 (image-dired-read-comment): Doc fix.
12723
12724 * json.el (json-object-type, json-array-type, json-key-type)
12725 (json-false, json-null, json-read-number):
12726 * minibuffer.el (completion-in-region-functions):
12727 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
12728 (cal-tex-cursor-week):
12729 * emacs-lisp/trace.el (trace-function):
12730 * eshell/em-basic.el (eshell/printnl):
12731 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
12732 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
12733 * obsolete/levents.el (allocate-event, event-key, event-object)
12734 (event-point, event-process, event-timestamp, event-to-character)
12735 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
12736 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
12737 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
12738 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
12739 (reftex-highlight-selection): Fix typos in docstrings.
12740
12741 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
12742
12743 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
12744
12745 2010-03-24 Glenn Morris <rgm@gnu.org>
12746
12747 * mail/rmail.el (rmail-highlight-face): Restore option deleted
12748 2008-02-13 without comment; mark it obsolete.
12749 (rmail-highlight-headers): Use rmail-highlight-face once more.
12750
12751 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
12752
12753 * woman.el (woman2-process-escapes): Only consume the newline if
12754 the filler character is on a line by itself (Bug#5729).
12755
12756 2010-03-24 Kenichi Handa <handa@m17n.org>
12757
12758 * language/indian.el (devanagari-composable-pattern): Add more
12759 consonants.
12760
12761 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
12762
12763 * net/trampver.el: Update release number.
12764
12765 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
12766
12767 * net/tramp.el (tramp-find-executable):
12768 Use `tramp-get-connection-buffer'. Make the regexp for checking
12769 output of "wc -l" more robust.
12770 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
12771 (tramp-open-connection-setup-interactive-shell): Remove workaround
12772 for OpenSolaris bug, it is not needed anymore.
12773
12774 2010-03-24 Glenn Morris <rgm@gnu.org>
12775
12776 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
12777
12778 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
12779
12780 * files.el (auto-mode-alist): Accept more verilog file patterns.
12781
12782 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12783
12784 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
12785
12786 2010-03-24 Glenn Morris <rgm@gnu.org>
12787
12788 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
12789 log-edit-before-checkin-process.
12790
12791 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
12792
12793 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
12794
12795 * vc-dispatcher.el (vc-start-logentry): Doc fix.
12796 (log-view-process-buffer, log-edit-extra-flags): Declare.
12797
12798 * log-edit.el (log-edit-before-checkin-process): Doc fix.
12799
12800 2010-03-23 Sam Steingold <sds@gnu.org>
12801
12802 Fix bug#5620: recalculate all markers on compilation buffer
12803 modifications, not on file modifications.
12804 * progmodes/compile.el (compilation-buffer-modtime): New buffer-local
12805 variable: the buffer modification time, for buffers not associated with
12806 files.
12807 (compilation-mode): Create it.
12808 (compilation-filter): Update it.
12809 (compilation-next-error-function): Use it instead of
12810 `visited-file-modtime' for timestamp.
12811
12812 2010-03-23 Juri Linkov <juri@jurta.org>
12813
12814 Implement Occur multi-line matches.
12815 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
12816
12817 * replace.el (occur): Doc fix.
12818 (occur-engine): Set `begpt' to the beginning of the first line.
12819 Set `endpt' to the end of the last match line. At first, count
12820 line numbers between `origpt' and `begpt'. Split out code from
12821 `out-line' variable to new let-bindings `match-prefix' and
12822 `match-str'. In `out-line' add non-numeric prefix to all
12823 non-first lines of multi-line matches. Finally, count lines
12824 between `begpt' and `endpt' and add to `lines'.
12825
12826 2010-03-23 Juri Linkov <juri@jurta.org>
12827
12828 * replace.el (occur-accumulate-lines, occur-engine):
12829 Use `occur-engine-line' instead of duplicate code.
12830 (occur-engine-line): New function created from duplicate code
12831 in `occur-accumulate-lines' and `occur-engine'.
12832
12833 * replace.el (occur-engine-line): Add optional arg `keep-props'.
12834 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
12835
12836 2010-03-23 Juri Linkov <juri@jurta.org>
12837
12838 * finder.el: Remove TODO tasks.
12839
12840 * info.el (Info-finder-find-node): Add node "all"
12841 with all package info. Handle a list of multiple keywords
12842 separated by comma.
12843 (info-finder): In interactive use with a prefix argument,
12844 use `completing-read-multiple' to read a list of keywords
12845 separated by comma.
12846
12847 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
12848
12849 Add a new completion style `substring'.
12850 * minibuffer.el (completion-basic--pattern): New function.
12851 (completion-basic-try-completion, completion-basic-all-completions):
12852 Use it.
12853 (completion-substring--all-completions)
12854 (completion-substring-try-completion)
12855 (completion-substring-all-completions): New functions.
12856 (completion-styles-alist): New style `substring'.
12857
12858 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12859
12860 Get rid of .elc files after removal of the corresponding .el.
12861 * Makefile.in (compile-clean): New target.
12862 (compile-main): Use it.
12863
12864 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
12865
12866 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
12867 don't do make there. When compiling with separate object dir, there
12868 is no Makefile there.
12869
12870 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12871
12872 Get rid of the ELCFILES abomination, again.
12873 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
12874 (all, compile): Don't call compile-last.
12875 (compile-main): Build the "elcfiles" list dynamically.
12876 (compile-targets): New (internal) target.
12877
12878 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
12879
12880 * Makefile.in (top_srcdir): Define.
12881 (abs_top_builddir): Define.
12882 (srcdir): Don't append `/..'.
12883 (EMACS): Use ${abs_top_builddir}.
12884 (all, compile, compile-always, compile-last): Don't set emacswd.
12885 (update-subdirs, update-authors): Use $(top_srcdir) instead of
12886 $(srcdir).
12887 (lisp): Use $(srcdir) instead of @srcdir@.
12888
12889 2010-03-21 Juri Linkov <juri@jurta.org>
12890
12891 Fix message of multi-line occur regexps and multi-buffer header lines.
12892 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
12893
12894 * replace.el (occur-1): Don't display regexp if it is longer
12895 than window-width. Use `query-replace-descr' to display regexp.
12896 (occur-engine): Don't display regexp in the buffer header for
12897 multi-buffer occur. Display a separate header line with total
12898 match count and regexp for multi-buffer occur.
12899 Use `query-replace-descr' to display regexp.
12900
12901 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
12902
12903 * net/secrets.el: Fix parenthesis.
12904 (secrets-enabled): Fix parenthesis.
12905
12906 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12907
12908 Use more relative file and directory names.
12909 * Makefile.in (EMACS): Arrange for it to work when we chdir.
12910 (setwins, setwins_almost, setwins_for_subdirs):
12911 Don't `cd'; output relative names.
12912 (all, compile, compile-always, compile-last): Set emacswd.
12913 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
12914 Just cd to the lisp source dir so we can use relative file names.
12915
12916 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
12917
12918 2010-03-20 Glenn Morris <rgm@gnu.org>
12919
12920 * textmodes/rst.el: Use faces for font-lock customization, and make the
12921 old -face variables obsolete.
12922 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
12923 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
12924 (rst-block-face, rst-external-face, rst-definition-face)
12925 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
12926 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
12927 Make obsolete.
12928 (rst-font-lock-keywords-function): Update for above changes.
12929
12930 2010-03-20 Juri Linkov <juri@jurta.org>
12931
12932 * s-region.el:
12933 * obsolete/s-region.el: Move to obsolete.
12934
12935 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
12936
12937 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
12938
12939 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12940
12941 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
12942
12943 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12944
12945 Add special markup processing for commit logs.
12946 * log-edit.el (log-edit-extra-flags): New variable.
12947 (log-edit): Add new argument MODE. Use that mode when non-nil
12948 instead of the log-view-mode.
12949 (log-view-process-buffer): New function.
12950
12951 * vc.el: Document that the checkin method takes optional
12952 arguments. Document new backend specific method: log-view-mode.
12953 (vc-default-log-edit-mode): New function.
12954 (vc-checkin): Use a backend specific log-view-mode.
12955 Pass extra arguments to the checkin method.
12956 (vc-modify-change-comment): Pass a dummy extra argument.
12957
12958 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
12959 log-edit.
12960 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
12961 (vc-finish-logentry): Process the log buffer before passing it
12962 down. Pass log-edit-extra-flags.
12963
12964 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
12965 command.
12966 (log-edit-extra-flags, log-edit-before-checkin-process):
12967 New declarations.
12968
12969 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
12970 command.
12971 (log-edit-extra-flags, log-edit-before-checkin-process):
12972 New declarations.
12973 (vc-hg-log-edit-mode): New derived mode.
12974
12975 * vc-arch.el (vc-arch-checkin):
12976 * vc-cvs.el (vc-cvs-checkin):
12977 * vc-git.el (vc-git-checkin):
12978 * vc-mtn.el (vc-mtn-checkin):
12979 * vc-rcs.el (vc-rcs-checkin):
12980 * vc-sccs.el (vc-sccs-checkin):
12981 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
12982
12983 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
12984
12985 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
12986 parent typo).
12987
12988 2010-03-19 Glenn Morris <rgm@gnu.org>
12989
12990 * password-cache.el (password-cache, password-cache-expiry): Autoload.
12991
12992 2010-03-18 Glenn Morris <rgm@gnu.org>
12993
12994 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
12995
12996 * replace.el (query-replace-history): Give it a doc string.
12997 (map-query-replace-regexp): Use query-replace-from-history-variable
12998 and query-replace-to-history-variable.
12999
13000 * mail/hashcash.el (declare-function): Remove duplicate definition.
13001
13002 * mail/emacsbug.el (report-emacs-bug-pretest-address):
13003 Make it an obsolete alias for report-emacs-bug-address.
13004 (message-strip-special-text-properties): Declare.
13005 (report-emacs-bug): Remove test for a pretest bug address.
13006 Combine message-mode-specific code.
13007
13008 * mail/supercite.el: Don't require sendmail.
13009 (mh-in-header-p): Declare rather than using with-no-warnings.
13010 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
13011 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
13012
13013 * calendar/cal-french.el: Convert to utf-8.
13014
13015 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
13016 Emacs scripts.
13017
13018 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
13019
13020 * net/secrets.el (secrets-enabled): New variable. Use it instead
13021 of a subfeature.
13022
13023 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
13024
13025 * net/secrets.el (top): Register the D-Bus signals only when the
13026 service "org.freedesktop.secrets" can be pinged.
13027 Provide subfeature `enabled'.
13028
13029 2010-03-14 Juri Linkov <juri@jurta.org>
13030
13031 Add finder unknown keywords.
13032
13033 * finder.el (finder-unknown-keywords): New function.
13034
13035 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
13036 to create a Finder node with unknown keywords.
13037
13038 2010-03-14 Juri Linkov <juri@jurta.org>
13039
13040 * finder.el (finder-compile-keywords): Replace `princ' with
13041 `prin1' on a list of symbols interned from keyword strings.
13042
13043 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
13044 a comma, then split keywords using a comma and optional whitespace.
13045 Otherwise, split by whitespace.
13046
13047 * complete.el:
13048 * face-remap.el:
13049 * log-view.el:
13050 * net/hmac-def.el:
13051 * net/hmac-md5.el:
13052 * net/netrc.el:
13053 * progmodes/mixal-mode.el: Fix keywords.
13054
13055 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
13056
13057 * Makefile.in (ELCFILES): Add net/secrets.elc.
13058
13059 * net/secrets.el: New file.
13060
13061 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
13062
13063 * facemenu.el (list-colors-display, list-colors-print): New arg
13064 callback. Use it to allow selecting colors.
13065
13066 * wid-edit.el (widget-image-insert): Insert image prop even if the
13067 current display is non-graphic.
13068 (widget-field-value-set): New fun.
13069 (editable-field): Use it.
13070 (widget-field-value-get): Clean up unused var.
13071 (widget-color-value-create, widget-color--choose-action):
13072 New funs. Allow using list-colors-display to choose color.
13073
13074 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
13075
13076 * cus-edit.el: Resort topmost custom groups.
13077 (custom-buffer-sort-alphabetically): Default to t.
13078 (customize-apropos): Use apropos-parse-pattern.
13079 (custom-search-field): New var.
13080 (custom-buffer-create-internal): Add custom-apropos search field.
13081 (custom-add-parent-links): Don't display parent doc.
13082 (custom-group-value-create): Don't sort top-level custom group.
13083 (custom-magic-value-create): Show visibility button before option name.
13084
13085 (custom-variable-state): New fun, from custom-variable-state-set.
13086 (custom-variable-state-set): Use it.
13087 (custom-group-value-create): Hide options with standard values
13088 using the :hidden-states property. Use progress reporter.
13089
13090 (custom-show): Simplify.
13091 (custom-visibility): Disable images by default.
13092 (custom-variable): New property :hidden-states.
13093 (custom-variable-value-create): Enable images for
13094 custom-visibility widgets. Use :hidden-states property to
13095 determine initial visibility.
13096
13097 * wid-edit.el (widget-image-find): Give images center ascent.
13098 (visibility): Add :on-image and :off-image properties.
13099 (widget-visibility-value-create): Use them.
13100
13101 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
13102
13103 * cus-edit.el (processes): Remove from development group.
13104 (oop, hypermedia): Delete group.
13105 (comm): Promote to top-level group.
13106
13107 * net/browse-url.el (browse-url):
13108 * net/xesam.el (xesam):
13109 * net/tramp.el (tramp):
13110 * net/goto-addr.el (goto-address):
13111 * net/ange-ftp.el (ange-ftp): Put in comm group.
13112
13113 * view.el (view): Remove from editing group.
13114
13115 * uniquify.el (uniquify): Put in files group.
13116
13117 * net/browse-url.el (browse-url):
13118 * ps-print.el (postscript): Put in external group.
13119
13120 * cus-edit.el (outlines):
13121 * textmodes/text-mode.el (text-mode-hook):
13122 * textmodes/table.el (table):
13123 * textmodes/picture.el (picture):
13124 * outline.el (outlines): Put in wp group.
13125
13126 * nxml/nxml-mode.el (nxml): Remove from wp group.
13127
13128 * net/tramp-imap.el (tramp-imap): Put in tramp group.
13129
13130 * mail/metamail.el (metamail): Remove from hypermedia group.
13131
13132 * cus-edit.el (abbrev):
13133 * whitespace.el (whitespace):
13134 * vcursor.el (vcursor):
13135 * reveal.el (reveal):
13136 * hl-line.el (hl-line): Put in convenience group.
13137
13138 * epg-config.el (epg): Put in data group.
13139
13140 * emulation/pc-select.el (pc-select): Put in emulations group.
13141
13142 * calculator.el (calculator): Put in applications group.
13143
13144 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
13145
13146 Add .dir-locals.el support for file-less buffers.
13147 * files.el (hack-local-variables): Split out code to apply local
13148 variable settings ...
13149 (hack-local-variables-apply): ... here. New function.
13150 (hack-dir-local-variables): Use the default directory for when the
13151 buffer does not have an associated file.
13152 (hack-dir-local-variables-non-file-buffer): New function.
13153 * diff-mode.el (diff-mode):
13154 * vc-annotate.el (vc-annotate-mode):
13155 * vc-dir.el (vc-dir-mode):
13156 * log-edit.el (log-edit-mode):
13157 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
13158
13159 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
13160
13161 Add support for shelving snapshots and for showing shelves.
13162 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
13163 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
13164 New functions.
13165 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
13166 (vc-bzr-extra-menu-map): Map them.
13167
13168 2010-03-11 Glenn Morris <rgm@gnu.org>
13169
13170 * cus-edit.el (customize-changed-options-previous-release):
13171 Bump to 23.1.
13172
13173 * image.el (image-animate-max-time): Fix :version tag.
13174
13175 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
13176
13177 * Branch for 23.2.
13178
13179 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
13180
13181 * vc-git.el (vc-git-revision-table): Include remote branches.
13182
13183 2010-03-10 Kim F. Storm <storm@cua.dk>
13184
13185 Animated image API.
13186 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
13187
13188 * image.el (image-animate-max-time): New defcustom.
13189 (image-animated-types): New defconst.
13190 (create-animated-image, image-animate-timer)
13191 (image-animate-start, image-animate-stop, image-animate-timeout)
13192 (image-animated-p): New functions.
13193
13194 * image-mode.el (image-toggle-display-image):
13195 Replace `create-image' with `create-animated-image'.
13196
13197 2010-03-09 Miles Bader <miles@gnu.org>
13198
13199 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
13200 instead of "format:"; this ensures that the output is
13201 newline-terminated.
13202
13203 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
13204
13205 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
13206 that all errors are caught, and that the return value is always a
13207 list (Bug#5692).
13208
13209 2010-03-08 Kenichi Handa <handa@m17n.org>
13210
13211 * language/misc-lang.el (windows-1256): New coding system.
13212 (cp1256): New alias of windows-1256 (bug#5690).
13213
13214 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
13215
13216 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
13217 call to rfc822-bad-address. (Bug#5692)
13218
13219 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
13220
13221 * vc-git.el (vc-git-annotate-extract-revision-at-line):
13222 Use vc-git-root as default directory for revision path (Bug#5657).
13223
13224 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
13225
13226 * calculator.el (calculator): Don't bind split-window-keep-point
13227 (Bug#5674).
13228
13229 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
13230
13231 * vc-git.el: Re-flow to fit into 80 columns.
13232 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
13233 Remove spurious `quote' element in each case alternative.
13234 (vc-git-show-log-entry): Use prog1.
13235 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
13236
13237 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
13238
13239 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
13240
13241 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
13242
13243 * macros.el (insert-kbd-macro): Look up keyboard macro using the
13244 definition, not the name (Bug#5481).
13245
13246 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
13247
13248 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
13249 argument with a local variable. (Bug#5670)
13250
13251 2010-03-02 Juri Linkov <juri@jurta.org>
13252
13253 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
13254
13255 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
13256
13257 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
13258 error when FILENAME and NEWNAME are existing remote directories.
13259
13260 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
13261 parameter DIR-FLAG.
13262
13263 2010-03-02 Glenn Morris <rgm@gnu.org>
13264
13265 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
13266 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
13267
13268 2010-03-01 Kenichi Handa <handa@m17n.org>
13269
13270 * language/burmese.el (burmese-composable-pattern): Rename from
13271 myanmar-composable-pattern.
13272
13273 * international/characters.el (script-list):
13274 * international/fontset.el (script-representative-chars):
13275 Change myanmar to burmese.
13276 (otf-script-alist): Likewise.
13277 (setup-default-fontset): Likewise. Re-fix :otf spec.
13278
13279 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
13280
13281 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
13282
13283 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
13284
13285 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
13286
13287 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
13288
13289 * net/tramp.el (tramp-handle-write-region): START can be a string.
13290 Take care in the checks. Reported by Dan Davison
13291 <davison@stats.ox.ac.uk>.
13292
13293 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
13294
13295 * net/dbus.el (dbus-introspect, dbus-get-property)
13296 (dbus-set-property, dbus-get-all-properties):
13297 Use `dbus-call-method' when noninteractive. (Bug#5645)
13298
13299 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
13300
13301 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
13302 * emacs-lisp/elint.el (elint-add-required-env):
13303 * calendar/icalendar.el (icalendar--add-diary-entry):
13304 * calc/calcalg2.el (math-tracing-integral):
13305 * files.el (recover-session-finish): Use with-current-buffer
13306 instead of save-excursion.
13307
13308 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
13309
13310 Fix in-buffer completion when after-change-functions modify the buffer.
13311 * minibuffer.el (completion--replace): New function.
13312 (completion--do-completion): Use it and use relative movement.
13313
13314 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
13315
13316 * international/fontset.el (setup-default-fontset): Fix :otf spec.
13317
13318 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
13319
13320 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
13321 Allow the characters _<> in the stack entry (Bug#5653).
13322
13323 2010-02-26 Kenichi Handa <handa@m17n.org>
13324
13325 * language/burmese.el: Fix entries in composition-function-table.
13326 (myanmar-composable-pattern): New variable.
13327
13328 * international/fontset.el (setup-default-fontset): Add an entry
13329 for myanmar.
13330
13331 * international/characters.el (script-list): Add Myanmar
13332 Extended-A.
13333
13334 2010-02-26 Glenn Morris <rgm@gnu.org>
13335
13336 * custom.el (custom-initialize-delay): Doc fix.
13337
13338 * mail/sendmail.el (send-mail-function): Autoload the call
13339 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
13340
13341 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
13342
13343 * files.el (hack-local-variables-filter): For eval forms, also
13344 check safe-local-variable-p (Bug#5636).
13345
13346 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
13347
13348 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
13349 setting the modes by `ignore-errors'. It might fail, for example
13350 if the file is not owned by the user but the group.
13351 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
13352
13353 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
13354
13355 * files.el (directory-listing-before-filename-regexp):
13356 Use stricter matching for iso-style dates, to avoid false matches with
13357 date-like filenames (Bug#5597).
13358
13359 * htmlfontify.el (htmlfontify): Doc fix.
13360
13361 * eshell/eshell.el (eshell): Doc fix.
13362
13363 * startup.el (fancy-about-screen): In mode-line, apply
13364 mode-line-buffer-id face only to the buffer name (Bug#5613).
13365
13366 2010-02-20 Kevin Ryde <user42@zip.com.au>
13367
13368 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13369 In `watcom' anchor regexp to start of line, to avoid slowness
13370 (Bug#5599).
13371
13372 2010-02-20 Eli Zaretskii <eliz@gnu.org>
13373
13374 * subr.el (remove-yank-excluded-properties): Explain in a comment
13375 why `category' property is removed.
13376
13377 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
13378
13379 * isearch.el (isearch-update-post-hook, isearch-update):
13380 Revert 2010-02-17 change.
13381
13382 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
13383
13384 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
13385 (icalendar--convert-weekly-to-ical)
13386 (icalendar--convert-yearly-to-ical)
13387 (icalendar--convert-block-to-ical)
13388 (icalendar--convert-cyclic-to-ical)
13389 (icalendar--convert-anniversary-to-ical): Take care of time
13390 specifications where hour has 1-digit only (Bug#5549).
13391
13392 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
13393
13394 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
13395 of disassemble output in GDB 7.1.
13396
13397 2010-02-19 Glenn Morris <rgm@gnu.org>
13398
13399 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
13400 property. (Bug#5593)
13401
13402 2010-02-18 Sam Steingold <sds@gnu.org>
13403
13404 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
13405
13406 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
13407
13408 Use abbreviated file names in bookmarks (bug#5591).
13409 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
13410 calls to expand-file-name.
13411 (bookmark-relocate): Use abbreviated file names in bookmarks.
13412 (bookmark-load): Use abbreviated file names in messages.
13413
13414 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
13415
13416 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
13417 expand "." and "..". Reported by Thierry Volpiatto
13418 <thierry.volpiatto@gmail.com>.
13419
13420 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
13421
13422 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
13423 permissions of the temporary file to "0600". In case the remote
13424 file has no read permissions for the owner, there might be
13425 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
13426
13427 22010-02-18 Glenn Morris <rgm@gnu.org>
13428
13429 * emacs-lisp/authors.el (authors-renamed-files-alist):
13430 Add entries for INSTALL.CVS.
13431
13432 2010-02-17 Mark A. Hershberger <mah@everybody.org>
13433
13434 * vc-bzr.el: Fix typo in Known Bugs section.
13435
13436 * isearch.el (isearch-update-post-hook): New hook.
13437 (isearch-update): Use the new hook.
13438
13439 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
13440
13441 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
13442 Fix errors in copying directories.
13443 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
13444 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
13445 (tramp-handle-delete-file)
13446 (tramp-handle-dired-recursive-delete-directory)
13447 (tramp-handle-write-region): Flush also the cache for the upper
13448 directory.
13449
13450 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
13451
13452 * simple.el (save-interprogram-paste-before-kill): Doc fix.
13453
13454 * cus-edit.el (hardware): Doc fix.
13455
13456 * man.el (man): Add to external custom group.
13457
13458 * delim-col.el (columns): Move to wp custom group.
13459
13460 * doc-view.el (doc-view): Add to data custom group.
13461
13462 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
13463
13464 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
13465 by ispell-parse-output (Bug#5575).
13466
13467 2010-02-16 Kenichi Handa <handa@m17n.org>
13468
13469 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
13470 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
13471 (skkdic-convert): Use `euc-japan' coding system for writing.
13472
13473 2010-02-16 Glenn Morris <rgm@gnu.org>
13474
13475 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
13476 tex-main-file before using it. (Bug#5562)
13477
13478 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
13479
13480 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
13481 warnings, since it is annoying for the user to see them each time he
13482 runs the code.
13483
13484 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
13485
13486 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
13487 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
13488 instead of PROC for caching "first-password-request". Otherwise,
13489 new processes would not profit from passwords already entered.
13490
13491 * net/tramp-cache.el (tramp-dump-connection-properties):
13492 Don't save "first-password-request" property.
13493
13494 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
13495
13496 * outline.el (outline-head-from-level):
13497 * simple.el (with-wrapper-hook):
13498 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
13499 (elint-defun, elint-buffer-env, elint-top-form-logged)
13500 (elint-unbound-variable):
13501 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
13502 Fix typos in docstrings.
13503
13504 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
13505
13506 * files.el (insert-directory): When WILDCARD-REGEXP and
13507 FULL-DIRECTORY-P are nil, insert the file entry instead of the
13508 whole directory. (Bug#5551)
13509
13510 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
13511 dired's alignment sanity. (Bug#5516)
13512
13513 2010-02-14 Juri Linkov <juri@jurta.org>
13514
13515 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
13516 Remove remaining ^H with their preceding chars. (Bug#5566)
13517
13518 2010-02-13 Glenn Morris <rgm@gnu.org>
13519
13520 * simple.el (transpose-subr): Give it a doc-string.
13521
13522 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
13523 Doc fixes.
13524
13525 2010-02-12 Juri Linkov <juri@jurta.org>
13526
13527 * arc-mode.el (archive-unique-fname): Make directories for nested
13528 archives. (Bug#5540)
13529
13530 2010-02-12 Juri Linkov <juri@jurta.org>
13531
13532 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
13533
13534 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
13535
13536 * subr.el (copy-overlay): Handle deleted overlays.
13537
13538 * man.el (Man-completion-table): Don't signal an error if we can't run
13539 manual-program (bug#4056).
13540
13541 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
13542
13543 * textmodes/artist.el (artist-mt): Fix typos in docstring.
13544
13545 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13546
13547 * info.el (Info-bookmark-jump): Simplify.
13548
13549 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
13550 (bookmark-default-handler): Accept new bookmark field `buffer'.
13551
13552 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
13553
13554 * iswitchb.el (iswitchb-completions): Revert last change.
13555
13556 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
13557
13558 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
13559 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
13560 This prevents file names like "~/" being listed literally.
13561
13562 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
13563
13564 * term/xterm.el (xterm-maybe-set-dark-background-mode):
13565 Remove dead code. (Bug#5546)
13566
13567 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
13568
13569 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
13570 correctly (Bug#5548).
13571
13572 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
13573
13574 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
13575 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
13576
13577 2010-02-08 Kenichi Handa <handa@m17n.org>
13578
13579 * international/mule-util.el (with-coding-priority): Add autoload
13580 cookie for putting `lisp-indent-function'.
13581
13582 2010-02-07 Glenn Morris <rgm@gnu.org>
13583
13584 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
13585 Move F2003 named interfaces from keywords-2 to keywords-1, and
13586 use function-name-face rather than constant-face.
13587 Simplify "abstract interface" regexp.
13588
13589 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
13590
13591 * eshell/esh-util.el (eshell-file-attributes): New optional arg
13592 ID-FORMAT. Pass it to `file-attributes'.
13593
13594 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
13595
13596 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
13597
13598 * faces.el (set-face-attribute): Allow calling
13599 internal-set-lisp-face-attribute with 'unspecified family and
13600 foundry argument (Bug#5536).
13601
13602 2010-02-07 Glenn Morris <rgm@gnu.org>
13603
13604 * progmodes/f90.el (f90-font-lock-keywords-2)
13605 (f90-looking-at-type-like, f90-looking-at-program-block-end):
13606 Handle F2003 named interfaces.
13607
13608 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
13609
13610 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
13611 beg and end before calling c-get-state-before-change-functions.
13612
13613 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
13614
13615 * vc-bzr.el (vc-bzr-dir-extra-headers):
13616 Disable the pending merges header.
13617
13618 2010-02-05 Juri Linkov <juri@jurta.org>
13619
13620 * doc-view.el (doc-view-mode):
13621 * image-mode.el (image-mode): Put property mode-class=special.
13622 (Bug#4896)
13623
13624 2010-02-05 Mark A. Hershberger <mah@everybody.org>
13625
13626 * vc-svn.el (vc-svn-revision-table): New function.
13627
13628 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
13629
13630 * net/ange-ftp.el (ange-ftp-insert-directory):
13631 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
13632 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
13633 Handle also directories. (Bug#5478)
13634
13635 2010-02-05 Glenn Morris <rgm@gnu.org>
13636
13637 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
13638
13639 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
13640
13641 * startup.el (command-line-1): Convert options beginning with a
13642 single dash as well (Bug#5519).
13643
13644 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
13645
13646 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
13647 * minibuffer.el (completion-initials-expand): Only check the presence
13648 of delims *within* the boundaries, since otherwise the / delim is
13649 always found for files.
13650
13651 Fix up various corner case problems.
13652 * doc-view.el (doc-view-last-page-number): New function.
13653 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
13654 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
13655 (doc-view-kill-proc): Avoid inf-loop in freak cases.
13656 (doc-view-reconvert-doc): Use the new recursive delete-directory.
13657 (doc-view-convert-current-doc): Don't create the resolution.el file
13658 here any more.
13659 (doc-view-pdf/ps->png): Do it here instead.
13660 (doc-view-already-converted-p): Check that resolution.el is present.
13661 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
13662 windows that are not yet showing images.
13663
13664 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
13665
13666 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
13667 `dired-uncache' for every elemnt which is an absolute file name.
13668
13669 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
13670 directory, handle its directory component.
13671 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
13672 function is called permanently and creates noise, otherwise.
13673
13674 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
13675 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
13676 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
13677
13678 2010-02-04 David Burger <dburger@google.com> (tiny change)
13679
13680 * macros.el (apply-macro-to-region-lines):
13681 Minor simplification. (Bug#5485)
13682
13683 2010-02-04 Glenn Morris <rgm@gnu.org>
13684
13685 * mail/rmail.el (rmail-show-message-1): Handle malformed
13686 quoted-printable text. (Bug#5441)
13687
13688 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
13689
13690 * simple.el (visual-line-mode): Capitalize lighter.
13691
13692 2010-02-03 John Wiegley <jwiegley@gmail.com>
13693
13694 * iswitchb.el (iswitchb-completions): Add bookmark files to the
13695 list of files considered for "virtual buffer" completions.
13696
13697 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
13698
13699 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
13700 also in case of (and (not full) (not wildcard)). This is needed
13701 when dired is called with a list of files, which are not in
13702 `default-directory'. (Bug#5478)
13703
13704 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
13705
13706 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
13707
13708 2010-02-02 Juri Linkov <juri@jurta.org>
13709
13710 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
13711 from unidiff to allow function-line after @@.
13712
13713 2010-02-02 Juri Linkov <juri@jurta.org>
13714
13715 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
13716 '(RCS SCCS) with inverted condition.
13717
13718 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
13719
13720 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
13721 messages.
13722
13723 2010-02-01 Juri Linkov <juri@jurta.org>
13724
13725 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
13726 compare with "pkunzip" and "pkzip" instead of only "pkzip".
13727 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
13728 only when (car archive-zip-extract) is "unzip". (Bug#5475)
13729
13730 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
13731
13732 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
13733 (doc-view-revert-buffer): New command.
13734 (doc-view-mode-map): Use it.
13735
13736 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
13737
13738 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
13739 pending merge is detected.
13740
13741 2010-01-31 Juri Linkov <juri@jurta.org>
13742
13743 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
13744 beginning of interactive spec like all other grep commands do.
13745 Put "all" in front of "gz". (Bug#5260)
13746
13747 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
13748
13749 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
13750
13751 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
13752
13753 * dirtrack.el (dirtrack): Warn instead of signalling error if the
13754 regexp is incorrect (Bug#5476).
13755
13756 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
13757
13758 * net/tramp.el (tramp-handle-insert-directory): Handle also
13759 symlinks, when FILENAME is not in `default-directory'.
13760
13761 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
13762
13763 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
13764 FILE is not in `default-directory'. (Bug#5478)
13765
13766 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
13767 of SWITCHES. Handle the case, FILENAME is not in
13768 `default-directory'. (Bug#5478)
13769 (tramp-register-file-name-handlers): Add safe-magic property.
13770
13771 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
13772
13773 * arc-mode.el (archive-zip-extract): Quote the argument passed to
13774 unzip (Bug#5475).
13775
13776 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
13777
13778 * progmodes/flymake.el (flymake-allowed-file-name-masks)
13779 (flymake-master-make-header-init): Add other C++ filename masks.
13780 (flymake-find-possible-master-files)
13781 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
13782
13783 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
13784
13785 Fix some busybox annoyances.
13786
13787 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
13788 not responding." string.
13789 (tramp-open-connection-setup-interactive-shell): Dump stty
13790 settings. Enable "neveropen" arg for all `tramp-send-command'
13791 calls. Handle "=" in variable values properly.
13792 (tramp-find-inline-encoding): Raise an error, when no encoding is
13793 found.
13794 (tramp-wait-for-output): Check, whether PROC buffer is available.
13795 Remove spurious " ^H" sequences, sent by busybox.
13796 (tramp-get-ls-command): Suppress coloring, if possible.
13797
13798 2010-01-28 Glenn Morris <rgm@gnu.org>
13799
13800 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
13801
13802 * log-edit.el (log-edit-strip-single-file-name): Add missing
13803 :safe, :group, and :version tags.
13804
13805 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
13806
13807 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
13808 buffers. (Bug#5477)
13809
13810 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
13811
13812 * files.el (delete-directory): Handle moving to trash without
13813 first doing recursion (Bug#5436).
13814
13815 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
13816
13817 * vc-hooks.el (vc-path): Mark as obsolete.
13818
13819 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
13820
13821 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
13822 names too.
13823
13824 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
13825 for the short log.
13826 (vc-bzr-log-view-mode): Adjust regexp for the above change.
13827
13828 2010-01-25 Mark A. Hershberger <mah@everybody.org>
13829
13830 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
13831
13832 * vc-bzr.el (vc-bzr-revision-table): New function.
13833
13834 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com>
13835
13836 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
13837 diff-index command. This requires at least git-1.5.5. (Bug#1589).
13838
13839 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
13840
13841 Remove support for adding --signoff on commit.
13842 Future support will use an incompatible generic mechanism.
13843 * vc-git.el (vc-git-add-signoff): Remove variable.
13844 (vc-git-toggle-signoff): Remove function.
13845 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
13846
13847 * term/xterm.el (xterm-maybe-set-dark-background-mode):
13848 Rename from xterm-set-background-mode. Return t if the background mode
13849 was set.
13850 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
13851 earlier, call it again in case the background mode has changed.
13852
13853 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
13854
13855 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
13856 (Bug#3541).
13857
13858 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
13859
13860 * emacs-lisp/assoc.el (aelement): Doc fix.
13861 (aput, adelete, amake): Use lexical-let (Bug#5450).
13862
13863 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
13864
13865 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
13866 is the same as subprogram call, not declaration. (Bug#5435).
13867
13868 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
13869
13870 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
13871 (tramp-smb-maybe-open-connection): Use it.
13872
13873 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
13874
13875 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
13876
13877 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
13878
13879 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
13880 just because we see "encoding: 8bit".
13881 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
13882
13883 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
13884
13885 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
13886
13887 2010-01-22 Eli Zaretskii <eliz@gnu.org>
13888
13889 * jka-compr.el (jka-compr-load): If load-file is not in
13890 load-history, try its file-truename version. (bug#5447)
13891
13892 2010-01-21 Alan Mackenzie <acm@muc.de>
13893
13894 Fix a situation where deletion of a cpp construct throws an error.
13895 * progmodes/cc-engine.el (c-invalidate-state-cache):
13896 Before invoking c-with-all-but-one-cpps-commented-out, check that the
13897 special cpp construct is still in the buffer.
13898 (c-parse-state): Record the special cpp with markers, not numbers.
13899
13900 2010-01-21 Kenichi Handa <handa@m17n.org>
13901
13902 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
13903 process last-command-event, as it is now decoded first (Bug#5380).
13904
13905 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
13906
13907 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
13908
13909 2010-01-20 Glenn Morris <rgm@gnu.org>
13910
13911 * indent.el (tab-always-indent): Fix custom-type.
13912
13913 2010-01-19 Alan Mackenzie <acm@muc.de>
13914
13915 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
13916 buffer throws "args out of range".
13917 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
13918 playing the role of delimiter.
13919
13920 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
13921
13922 * progmodes/ada-mode.el: Fix bug#5400.
13923 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
13924 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
13925 changed. Delete RECURSIVE parameter; never used. Improve doc string.
13926 Improve comments in "is" portion. Handle null procedure declaration.
13927 (ada-move-to-end): Improve doc string.
13928
13929 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
13930
13931 * ido.el (ido-cur-list): Initialize to nil.
13932 Remove obsolete information from commentary.
13933 (ido-choice-list): Initialize to nil.
13934 (ido-get-bufname): Reject minibuffers.
13935 (ido-make-buffer-list): If "default" is a nonexistent
13936 buffer, ignore it, as per the function's comment.
13937 (ido-kill-buffer-internal): New function.
13938 (ido-kill-buffer-at-head): Use it.
13939 (ido-visit-buffer): Likewise.
13940
13941 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
13942
13943 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
13944
13945 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
13946
13947 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
13948 Fix typos in chart titles.
13949
13950 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
13951 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
13952 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
13953 (describe-class, eieio-describe-generic, describe-generic):
13954 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
13955 (eieio-speedbar-expand):
13956 * emulation/viper-cmd.el (viper-exec-form-in-vi)
13957 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
13958 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
13959 (viper-del-backward-char-in-replace, viper-backward-indent)
13960 (viper-brac-function, viper-register-to-point, viper-submit-report):
13961 * net/tramp.el (tramp-remote-coding-commands):
13962 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
13963 Fix typos in docstrings.
13964
13965 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
13966
13967 * mail/sendmail.el (mail-yank-original): Set the mark if the
13968 specified function for yanking does not do it.
13969
13970 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
13971
13972 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
13973
13974 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
13975 resyncing a directory.
13976
13977 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
13978
13979 * progmodes/ada-mode.el: Fix bug#1920.
13980 (ada-ident-re): Delete ., allow multibyte characters.
13981 (ada-goto-label-re): New; matches goto labels.
13982 (ada-block-label-re): New; matches block labels.
13983 (ada-label-re): New; matches both.
13984 (ada-named-block-re): Delete; callers changed to use
13985 `ada-block-label-re' instead.
13986 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
13987 Use `ada-block-label-re'.
13988 (ada-indent-on-previous-lines): Improve handling of goto labels.
13989 (ada-get-indent-block-start): Special-case block label.
13990 (ada-get-indent-label): Split into `ada-indent-block-label' and
13991 `ada-indent-goto-label'.
13992 (ada-goto-stmt-start, ada-goto-next-non-ws):
13993 Optionally ignore goto labels.
13994 (ada-goto-next-word): Simplify.
13995 (ada-indent-newline-indent-conditional): Insert newline before
13996 trying to fix indentation; doc fix.
13997
13998 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
13999
14000 * calc/calc.el (calc-command-flags): Give it an initial value.
14001
14002 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
14003
14004 * files.el (minibuffer-with-setup-hook):
14005 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
14006 (artist-key-draw-continously, artist-key-do-continously-continously)
14007 (artist-key-set-point-continously, artist-mouse-draw-continously):
14008 Fix typos in docstrings.
14009
14010 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
14011
14012 * nxml/nxml-mode.el (nxml-extend-after-change-region):
14013 Never return t (Bug#3898).
14014
14015 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
14016
14017 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
14018 can parse the output of the external commands (Bug#5279).
14019
14020 2010-01-16 Jari Aalto <jari.aalto@cante.net>
14021
14022 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
14023
14024 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
14025
14026 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
14027
14028 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
14029
14030 * startup.el (command-line): Remove unused --icon-type arg.
14031 Handle --display arg, passing it to command-line-1 (Bug#5392).
14032
14033 2010-01-16 Mario Lang <mlang@delysid.org>
14034
14035 * emacs-lisp/chart.el (chart-translate-namezone):
14036 * textmodes/artist.el (artist-compute-popup-menu-table):
14037 Remove duplicated words in doc-strings.
14038
14039 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
14040
14041 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
14042 to mairix-search to suppress threading (Bug#5342).
14043
14044 2010-01-15 Kenichi Handa <handa@m17n.org>
14045
14046 * international/mule-cmds.el (canonicalize-coding-system-name):
14047 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
14048
14049 2010-01-15 Glenn Morris <rgm@gnu.org>
14050
14051 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
14052
14053 * wid-edit.el (widget-keymap): Doc fix.
14054
14055 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
14056 former seems to be more widely accepted by various svn versions.
14057
14058 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
14059
14060 * find-cmd.el (find-constituents):
14061 * vc-arch.el (vc-arch-root):
14062 * window.el (window-body-height, pop-up-frames):
14063 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
14064 * progmodes/ada-stmt.el (ada-if):
14065 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
14066 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
14067 (ispell-encoding8-command, ispell-aspell-supports-utf8)
14068 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
14069
14070 * progmodes/flymake.el (flymake-post-syntax-check):
14071 Fix typo in error message.
14072
14073 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
14074
14075 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
14076 which is always a string. (Bug#5313)
14077
14078 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
14079
14080 * progmodes/ada-xref.el (ada-default-prj-properties):
14081 Simplify previous change.
14082
14083 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
14084
14085 * progmodes/ada-xref.el (ada-default-prj-properties):
14086 Default ada_project_path to $ADA_PROJECT_PATH.
14087
14088 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
14089
14090 * progmodes/ada-mode.el (ada-create-keymap):
14091 Override `narrow-to-defun' with `ada-narrow-to-defun'.
14092
14093 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
14094
14095 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
14096 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
14097 (ada-get-current-indent, ada-imenu-generic-expression)
14098 (ada-which-function): Check for it.
14099
14100 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
14101
14102 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
14103 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
14104
14105 2010-01-14 Glenn Morris <rgm@gnu.org>
14106
14107 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
14108
14109 2010-01-14 Kenichi Handa <handa@m17n.org>
14110
14111 * composite.el (auto-composition-mode): Make it a buffer local
14112 variable (permanent-local).
14113 (auto-composition-function): Set the default value to
14114 auto-compose-chars.
14115 (auto-composition-mode): Make it a simple function, not a minor mode.
14116 (global-auto-composition-mode): Likewise.
14117 (turn-on-auto-composition-if-enabled): Delete it.
14118
14119 2010-01-13 Karl Fogel <kfogel@red-bean.com>
14120
14121 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
14122
14123 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
14124
14125 * files.el (copy-directory): Compute target for recursive
14126 directories with identical names. (Bug#5343)
14127
14128 2010-01-12 Glenn Morris <rgm@gnu.org>
14129
14130 * mail/emacsbug.el (report-emacs-bug-pretest-address):
14131 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
14132
14133 2010-01-11 Sam Steingold <sds@gnu.org>
14134
14135 * imenu.el (imenu-default-create-index-function): Detect infinite
14136 loops caused by imenu-prev-index-position-function.
14137
14138 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
14139
14140 * htmlfontify.el (htmlfontify-load-rgb-file)
14141 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
14142 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
14143 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
14144 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
14145 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
14146 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
14147 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
14148 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
14149 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
14150 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
14151 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
14152 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
14153 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
14154 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
14155 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
14156 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
14157 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
14158 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
14159 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
14160 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
14161 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
14162 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
14163 backslash-quoting from parentheses, etc.
14164
14165 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
14166
14167 * progmodes/js.el: Autoload javascript-mode alias.
14168
14169 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
14170
14171 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
14172 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
14173 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
14174 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
14175 Fix typos in docstrings.
14176 (ffap-url-regexp): Doc fix.
14177 (ffap-at-mouse): Fix typo in message.
14178
14179 2010-01-11 Glenn Morris <rgm@gnu.org>
14180
14181 * version.el (emacs-copyright): Set copyright year to 2010.
14182
14183 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
14184
14185 * format.el (format-annotate-function): Only set
14186 write-region-post-annotation-function after running to-fn so as not to
14187 affect nested write-region calls (bug#5273).
14188
14189 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
14190
14191 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
14192 wisent/python.el.
14193
14194 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
14195
14196 * man.el (Man-goto-section): Signal error if the section is not
14197 found (Bug#5317).
14198
14199 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
14200
14201 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
14202 URLs with a leading triple slash in the file: scheme. (Bug#5345)
14203
14204 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
14205
14206 * progmodes/compile.el: Don't treat compile-command as safe if
14207 compilation-read-command might be nil (Bug#4218).
14208
14209 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
14210
14211 * startup.el (command-line-1): Use orig-argi to check for ignored X and
14212 NS options.
14213
14214 2010-01-08 Kenichi Handa <handa@m17n.org>
14215
14216 * international/fontset.el (build-default-fontset-data):
14217 Exclude characters in scripts kana, hangul, han, or cjk-misc.
14218
14219 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
14220
14221 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
14222 to `create-file-buffer' as it expects, not just a buffer name.
14223 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
14224 to help uniquify. (Bug#3224)
14225
14226 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
14227
14228 * font-setting.el (font-setting-change-default-font): Use user-spec
14229 instead of name.
14230
14231 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
14232
14233 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
14234
14235 2010-01-05 Tom Tromey <tromey@redhat.com>
14236
14237 * progmodes/python.el (python-font-lock-keywords):
14238 Handle qualified decorators (Bug#881).
14239
14240 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
14241
14242 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
14243 in a lightweight checkout.
14244
14245 2010-01-05 Kenichi Handa <handa@m17n.org>
14246
14247 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
14248
14249 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
14250
14251 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
14252
14253 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
14254
14255 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
14256 checkouts. (Bug#618)
14257 (vc-bzr-log-view-mode): Also highlight the author.
14258 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
14259 (vc-bzr-shelve-menu-map):
14260 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
14261 (vc-bzr-shelve-apply): Make prompt more explicit.
14262
14263 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
14264
14265 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
14266 They are valid characters in URL paths (rfc3986), and at least
14267 Firefox does not understand the encoded version (Bug#3166).
14268
14269 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
14270
14271 * progmodes/octave-mod.el (octave-end-keywords)
14272 (octave-block-begin-or-end-regexp, octave-block-match-alist):
14273 Add "end" keyword (Bug#3061).
14274 (octave-end-as-array-index-p): New function.
14275 (calculate-octave-indent): Use it.
14276
14277 2010-01-02 Karl Fogel <kfogel@red-bean.com>
14278
14279 * bookmark.el: Consistently put the text property on the bookmark name.
14280 (bookmark-bmenu-marks-width): Bump back to 2, to include
14281 annotation marks.
14282 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
14283 property on the bookmark name, instead of not putting it at all.
14284 (bookmark-bmenu-list): Fix where we put the text property.
14285
14286 2010-01-02 Karl Fogel <kfogel@red-bean.com>
14287
14288 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
14289 for showing buffer modified state (as added in the previous change).
14290
14291 2010-01-02 Karl Fogel <kfogel@red-bean.com>
14292
14293 * bookmark.el: Show modified state of bookmark buffer more accurately.
14294 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
14295 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
14296 (with-buffer-modified-unmodified): New macro.
14297 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
14298 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
14299 Use new macro to preserve the buffer modified state.
14300
14301 2010-01-02 Karl Fogel <kfogel@red-bean.com>
14302
14303 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
14304 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
14305 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
14306 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
14307 (bookmark-bmenu-rename, bookmark-bmenu-locate)
14308 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
14309 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
14310
14311 2010-01-02 Eli Zaretskii <eliz@gnu.org>
14312
14313 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
14314 Make the lines in the generated doc string shorter. (Bug#4668)
14315
14316 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
14317
14318 * net/rcirc.el: Add follow-link binding (Bug#4738).
14319
14320 2010-01-02 Eli Zaretskii <eliz@gnu.org>
14321
14322 * Makefile.in (bzr-update): Rename from cvs-update.
14323 (cvs-update): New target for backward compatibility.
14324
14325 * makefile.w32-in (bzr-update): Rename from cvs-update.
14326 (cvs-update): New target for backward compatibility.
14327
14328 2010-01-02 Karl Fogel <kfogel@red-bean.com>
14329
14330 * bookmark.el: Remove gratuitous gratitude.
14331
14332 2010-01-02 Karl Fogel <kfogel@red-bean.com>
14333
14334 * bookmark.el (bookmark-bmenu-any-marks): New function.
14335 (bookmark-bmenu-save): Clear buffer modification if no marks.
14336
14337 2010-01-02 Karl Fogel <kfogel@red-bean.com>
14338
14339 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
14340 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
14341 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
14342 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
14343
14344 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
14345 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
14346 To: emacs-devel {_AT_} gnu.org
14347 Subject: bookmark.el bug report
14348 Date: Mon, 28 Dec 2009 14:19:16 +0800
14349 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
14350
14351 2010-01-02 Karl Fogel <kfogel@red-bean.com>
14352
14353 * bookmark.el: Improvements suggested by Drew Adams:
14354 (bookmark-bmenu-ensure-position): New name for
14355 `bookmark-bmenu-check-position'. Just ensure the position,
14356 don't return any meaningful value.
14357 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
14358 New constants.
14359
14360 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
14361
14362 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
14363 (bookmark-yank-point, bookmark-bmenu-check-position):
14364 Fix typos in docstrings.
14365 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
14366 (bookmark-name-from-full-record, bookmark-get-position)
14367 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
14368 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
14369 Remove useless quoting of parenthesis, etc. in docstrings.
14370
14371 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
14372 (ediff-append-custom-diff): Fix typo in error message.
14373 (ediff-meta-mark-equal-files): Fix typos in messages.
14374
14375 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
14376
14377 * net/imap-hash.el (imap-hash-make): Doc fix.
14378 (imap-hash-test): Fix typo in error message; reflow docstring.
14379 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
14380 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
14381 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
14382 Fix typos in docstrings.
14383 (imap-hash-open-connection): Fix typo in error message.
14384
14385 * play/gomoku.el (gomoku): Fix typos in docstring.
14386
14387 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
14388 (gdb-jsonify-buffer): Fix typos in docstring.
14389 (gdb-goto-breakpoint): Fix typo in error message.
14390 ("Display Other Windows"): Fix typo in help message.
14391 (gdb-speedbar-expand-node): Fix typo in question.
14392
14393 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
14394 (idlwave-html-system-help-location, idlwave-html-help-location)
14395 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
14396 (idlwave-help-browser-generic-args, idlwave-help-directory)
14397 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
14398 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
14399 (idlwave-online-help, idlwave-help-html-link)
14400 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
14401 Fix typos in docstrings.
14402 (idlwave-help-with-source, idlwave-help-find-routine-definition):
14403 Reflow docstrings.
14404 (idlwave-help-assistant-start): Fix typo in error message.
14405
14406 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
14407 (octave-electric-space): Fix typos in docstrings.
14408
14409 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
14410
14411 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
14412
14413 2010-01-01 Juri Linkov <juri@jurta.org>
14414
14415 * comint.el (comint-input-ring-size): Make it a defcustom and
14416 increase the default to 500 (Bug#5148).
14417
14418 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
14419
14420 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
14421 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
14422 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
14423
14424 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
14425
14426 Show working revision correctly for mercurial.
14427 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
14428 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
14429
14430 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
14431
14432 Declare some functions for the byte-compiler.
14433 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
14434 (speedbar-timer-fn, speedbar-change-expand-button-char)
14435 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
14436
14437 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
14438
14439 This changeset reverts GDB Graphical Interface to use annotations.
14440 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
14441
14442 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
14443
14444 Make vc-dir work on subdirectories of the bzr root.
14445 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
14446 Return file names relative to it.
14447 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
14448 relative directory to vc-bzr-after-dir-status.
14449
14450 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
14451
14452 * font-lock.el (font-lock-refresh-defaults): New function, which
14453 can be used to let font-lock react to external changes in
14454 variables like font-lock-defaults and keywords.
14455 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
14456
14457 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
14458
14459 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
14460
14461 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
14462
14463 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
14464
14465 Supersede color.diff settings in git log (bug#5211).
14466
14467 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
14468 escape chars in its output when the user has color.diff set to `always'.
14469 This fix works on git 1.4.2 and newer (released on 2006-08-13).
14470
14471 2009-12-26 Kevin Ryde <user42@zip.com.au>
14472
14473 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
14474 node. Keep previous "Index" name to work with past coreutils too.
14475
14476 * man.el (man): Revise docstring a bit to show -a and -l as
14477 examples. Add -k description since support for it has otherwise
14478 been a secret. (Further to bug#3717.)
14479 (Man-bgproc-sentinel): When "-k foo" produces no output show error
14480 "no matches" rather than "Can't find manpage", as the latter reads
14481 like -k was interpreted as a page name, which is not so. (Bug#5431)
14482
14483 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
14484
14485 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
14486 switches. Check also for //SUBDIRED// line.
14487
14488 2009-12-25 Kenichi Handa <handa@m17n.org>
14489
14490 * language/indian.el (devanagari-composable-pattern): Fix to
14491 handle ZWNJ and ZWJ. Use it in composition-function-table for
14492 Devanagari.
14493 (malayalam-composable-pattern): Fix previous change.
14494
14495 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14496
14497 * ps-print.el (ps-face-attributes): It was not returning the
14498 attribute face for faces specified as string. Reported by harven
14499 <harven@free.fr>. (Bug#5254)
14500 (ps-print-version): New version 7.3.5.
14501
14502 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
14503
14504 * calendar/icalendar.el (icalendar--convert-tz-offset):
14505 Fix timezone names.
14506 (icalendar--convert-tz-offset): Fix the "last-day-problem".
14507 (icalendar--add-diary-entry): Remove the trailing blank that
14508 diary-make-entry inserts.
14509
14510 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
14511
14512 Make `file-expand-wildcards' work for remote files.
14513
14514 * files.el (file-expand-wildcards): In case of remote files, check
14515 only local file name part for wildcards. Provide feature 'files
14516 and subfeature 'remote-wildcards. (Bug#5198)
14517
14518 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
14519 if there is already an established connection.
14520 (tramp-advice-file-expand-wildcards): Remove it.
14521
14522 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
14523 (tramp-advice-file-expand-wildcards): Move from tramp.el.
14524 Activate advice for older GNU Emacs versions. (Bug#5237)
14525
14526 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
14527
14528 Some doc fixes (more needed).
14529
14530 * find-cmd.el (find-constituents): Reflow docstring.
14531 (find-cmd, find-prune, find-command): Fix typos in docstrings.
14532 (find-generic): Doc fix.
14533
14534 2009-12-17 Juri Linkov <juri@jurta.org>
14535
14536 Fix regression from 23.1 to allow multiple modes in Local Variables.
14537
14538 * files.el (hack-local-variables-filter): While ignoring duplicates,
14539 don't take `mode' into account.
14540 (hack-local-variables-filter, hack-dir-local-variables):
14541 Don't remove duplicate `mode' from local-variables-alist (like `eval').
14542
14543 2009-12-17 Juri Linkov <juri@jurta.org>
14544
14545 Make `dired-diff' safer. (Bug#5225)
14546
14547 * dired-aux.el (dired-diff): Signal an error when `file' equals to
14548 `current' or when `file' is a directory of the `current' file.
14549
14550 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
14551
14552 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
14553 unconditionally preloaded files.
14554
14555 2009-12-16 Juri Linkov <juri@jurta.org>
14556
14557 Revert to old 23.1 logic of using the file at the mark as default.
14558 * dired-aux.el (dired-diff): Use the file at the mark as default
14559 if it's not the same as the current file, and the target dir is
14560 the current dir or the mark is active. Add the current file
14561 as the arg of `dired-dwim-target-defaults'. Use the default file
14562 in the prompt. (Bug#5225)
14563
14564 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
14565
14566 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
14567 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
14568 (tramp-check-for-regexp): Check also, when an echoing shell stops
14569 to echo sent commands.
14570
14571 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
14572
14573 * Makefile.in: Revert last change (Bug#5191).
14574
14575 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
14576
14577 * vc-hg.el (vc-hg-print-log): Fix argument order.
14578 (vc-hg-working-revision): Make sure the command is executed in a
14579 known environment so that we can parse the output. (Bug#4417)
14580
14581 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
14582
14583 * progmodes/python.el (python-symbol-completions): Remove text
14584 properties from symbol string before calling python-send-receive.
14585
14586 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
14587
14588 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
14589 when there are values for both file and line. (Bug#5060)
14590
14591 2009-12-14 Juri Linkov <juri@jurta.org>
14592
14593 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
14594 whitespace after the file name of the first line of unified format,
14595 because git-diff doesn't output whitespace and file modification time
14596 after the file name.
14597
14598 2009-12-14 David Kastrup <dak@gnu.org>
14599
14600 * info.el (Info-hide-cookies-node): Before hiding a cookie,
14601 check if it already has the `display' property added by
14602 `Info-display-images-node', and not put the `invisible' property
14603 in this case.
14604
14605 2009-12-13 Glenn Morris <rgm@gnu.org>
14606
14607 * mail/emacsbug.el (message-sort-headers): Define for compiler.
14608 (report-emacs-bug): In message-mode, sort manually before storing
14609 original report text. (Bug#5178)
14610 Remove superfluous save-excursion.
14611
14612 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
14613
14614 * net/dbus.el (dbus-property-handler): Filter lambda forms out
14615 when responding to "GetAll" properties.
14616
14617 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
14618
14619 * simple.el (compose-mail): Remove mail-setup-with-from from
14620 customization checks.
14621
14622 2009-12-12 Eli Zaretskii <eliz@gnu.org>
14623
14624 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
14625 RAR archives created on Unix systems.
14626
14627 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
14628
14629 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
14630 the varalias that was accidentally removed by the 2009-11-19 change
14631 (bug#5186).
14632
14633 2009-12-12 Kenichi Handa <handa@m17n.org>
14634
14635 * language/indian.el (indian-compose-regexp): New function.
14636 (malayalam-composable-pattern): Fix the pattern.
14637 (composition-function-table): Set malayalam-composable-pattern for
14638 Malayalam characters.
14639
14640 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
14641
14642 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
14643 rather than down-mouse-1, based on follow-link conventions.
14644
14645 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
14646 are compiled.
14647
14648 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
14649
14650 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
14651 (verilog-vmm-statement-re, verilog-ovm-statement-re)
14652 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
14653 (verilog-leap-to-head, verilog-backward-token):
14654 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
14655
14656 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
14657
14658 * progmodes/verilog-mode.el (verilog-auto-lineup)
14659 (verilog-nameable-item-re): Cleanup user-visible spelling and
14660 documentation errors. One reported by Gary Delp.
14661 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
14662 (verilog-read-decls): Fix AUTOWIRE with types declared in a
14663 package, bug195. Reported by Pierre-David Pfister.
14664
14665 2009-12-11 Glenn Morris <rgm@gnu.org>
14666
14667 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
14668
14669 * mail/emacsbug.el: No longer require sendmail.
14670 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
14671 (report-emacs-bug-orig-text): Doc fix.
14672 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
14673 New local variables, to adapt to different mail-user-agents.
14674 (report-emacs-bug): Fix test for a gnu.org address.
14675 Use overlays for emphasis, since font-lock defeats 'face property.
14676 Pretest bugs also end up at the newsgroup these days.
14677 Stop message-mode stripping text properties.
14678 Set and use the new buffer-local variables.
14679 (report-emacs-bug-hook): Add doc-string.
14680 Remove some unnecessary save-excursions and simplify.
14681 Use the appropriate hook and send-command.
14682
14683 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
14684 capitalization of some menu entries.
14685
14686 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14687
14688 * whitespace.el (whitespace-display-char-on):
14689 Ensure `buffer-display-table' is unique when two or more windows are
14690 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
14691 New version 12.1.
14692
14693 2009-12-10 Eli Zaretskii <eliz@gnu.org>
14694
14695 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
14696 characters in the Attribute field.
14697
14698 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
14699
14700 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
14701
14702 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
14703
14704 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
14705 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
14706 Disregard autoload-excludes.
14707 (update-directory-autoloads): Obey autoload-excludes here instead.
14708 But don't store its contents in no-autoloads and remove entries that
14709 refer to excludes files.
14710
14711 2009-12-10 Glenn Morris <rgm@gnu.org>
14712
14713 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
14714 (expand-mail-aliases): Define for compiler.
14715
14716 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
14717 Define for compiler.
14718
14719 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
14720 appropriate for the mail-user-agent in use.
14721
14722 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
14723
14724 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
14725
14726 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
14727
14728 Fix short log parsing and fontification.
14729 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
14730 Fix fontification for the [merge] label.
14731
14732 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
14733
14734 Drop some properties to avoid surprises (bug#5002).
14735 * htmlfontify.el (hfy-ignored-properties): New defcustom.
14736 (hfy-fontify-buffer): Use it.
14737
14738 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
14739
14740 Minor cleanup.
14741 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
14742 Adjust all callers.
14743 (ffap-locate-file): Remove unused arg `dir-ok' and make other
14744 args compulsory. Adjust callers.
14745 (ffap-gopher-at-point): Remove unused var `name'.
14746
14747 Get rid of the ELCFILES abomination.
14748 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
14749 (compile-elcfiles): New phony target.
14750 (compile-main): Compute ELCFILES dynamically.
14751 (compile-clean): New target to remove left-over elc files.
14752 (compile, all): Use it.
14753
14754 2009-12-09 Kenichi Handa <handa@etlken>
14755
14756 * international/mule-diag.el: Require help-mode instead of help-fns.
14757
14758 2009-12-09 Kenichi Handa <handa@m17n.org>
14759
14760 * international/mule-cmds.el (ucs-names): Supply sufficiently
14761 fine ranges instead of pre-calculating accurate ranges.
14762 Iterate with bigger gc-cons-threshold.
14763
14764 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
14765
14766 Add support for stashing a snapshot of the current tree.
14767 * vc-git.el (vc-git-stash-snapshot): New function.
14768 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
14769
14770 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
14771
14772 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
14773 instead of `(beginning|end)-of-line'.
14774
14775 2009-12-08 Glenn Morris <rgm@gnu.org>
14776
14777 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
14778
14779 * Makefile.in (ELCFILES): Regenerate.
14780
14781 2009-12-07 Juri Linkov <juri@jurta.org>
14782
14783 Don't lazy-highlight the comint output in history Isearch mode.
14784
14785 * comint.el (comint-history-isearch-search): Instead of
14786 `comint-line-beginning-position', use `comint-after-pmark-p'
14787 to check if point if before the process mark, and go to
14788 `process-mark' in this case.
14789
14790 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14791
14792 * textmodes/tex-mode.el (latex-complete)
14793 (latex-indent-or-complete): Remove.
14794 (latex-mode): Set completion-at-point-functions instead.
14795
14796 Provide a standard completion command and hook it into TAB.
14797 * minibuffer.el (completion-at-point-functions): New var.
14798 (completion-at-point): New command.
14799 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
14800 * progmodes/python.el (python-mode-map): Use completion-at-point.
14801 (python-completion-at-point): Rename from python-partial-symbol and
14802 adjust for use in completion-at-point-functions.
14803 (python-mode): Setup completion-at-point for Python completion.
14804 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
14805 extracted from lisp-complete-symbol.
14806 (lisp-complete-symbol): Use it.
14807 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
14808 setup completion-at-point for Elisp completion.
14809 (emacs-lisp-mode-map, lisp-interaction-mode-map):
14810 Use completion-at-point.
14811 * ielm.el (ielm-map): Use completion-at-point.
14812 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
14813 * progmodes/sym-comp.el: Move to...
14814 * obsolete/sym-comp.el: Move from progmodes.
14815
14816 2009-12-07 Eli Zaretskii <eliz@gnu.org>
14817
14818 Prevent save-buffer in Rmail buffers from using the coding-system
14819 of the current message, and from clobbering the encoding mnemonics
14820 in the mode line (Bug#4623).
14821
14822 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
14823 flag, too.
14824 (rmail-message-encoding): New variable.
14825 (rmail-write-region-annotate): Record the encoding of the current
14826 message in rmail-message-encoding.
14827 (rmail-after-save-hook): New function, restores the encoding of
14828 the current message after the message collection is saved.
14829
14830 2009-12-07 Juri Linkov <juri@jurta.org>
14831
14832 * progmodes/grep.el (grep-read-files): Use `completing-read'
14833 instead of `read-string'. Set its `collection' arg to
14834 `read-file-name-internal'. (Bug#4301)
14835
14836 2009-12-07 Juri Linkov <juri@jurta.org>
14837
14838 Correctly restore original Isearch point. (Bug#4994)
14839
14840 * isearch.el (isearch-mode): Move `isearch-push-state' after
14841 `(run-hooks 'isearch-mode-hook)'.
14842 (isearch-cancel): When `isearch-push-state-function' is defined,
14843 let-bind `isearch-cmds' to the first state (the last element of
14844 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
14845 function and restores the original point). Otherwise, move point
14846 to `isearch-opoint'.
14847
14848 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14849
14850 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
14851 chars that don't have names, so the table can be built much faster at
14852 run-time.
14853
14854 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
14855
14856 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
14857 change. Suggested by David Kastrup.
14858
14859 * simple.el (compose-mail): Check for incompatibilities and warn.
14860 (compose-mail-user-agent-warnings): New option.
14861
14862 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14863
14864 Support showing a single log entry from vc-annotate.
14865 * vc.el (print-log): Add a new argument: START-REVISION.
14866 (vc-print-log-internal): Add a new optional argument and
14867 pass it to the backend.
14868 (vc-print-log, vc-print-root-log): Adjust callers.
14869 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
14870 buffer already displays the requested log entry, use it.
14871 Otherwise display only the log entry in question.
14872 * vc-svn.el (vc-svn-print-log):
14873 * vc-mtn.el (vc-mtn-print-log):
14874 * vc-hg.el (vc-hg-state):
14875 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
14876 (vc-git-show-log-entry): Return t on success.
14877 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
14878 (vc-bzr-show-log-entry): Return t on success.
14879 * vc-rcs.el (vc-rcs-print-log):
14880 * vc-sccs.el (vc-sccs-print-log):
14881 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
14882
14883 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14884
14885 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
14886 Add menus to the meta mode. (Bug#5043)
14887
14888 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
14889
14890 * ediff-init.el (ediff-event-key): Use event-to-character instead of
14891 event-key.
14892
14893 * ediff.el (ediff-buffers-internal): Add unwind-protect.
14894
14895 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
14896
14897 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
14898 Berbain <raphael.berbain@gmail.com>.
14899
14900 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
14901 characters.
14902 (tramp-initial-end-of-output): New defconst.
14903 (tramp-methods, tramp-find-shell)
14904 (tramp-open-connection-setup-interactive-shell)
14905 (tramp-maybe-open-connection): Use it.
14906 (tramp-shell-prompt-pattern, tramp-wait-for-output):
14907 Handle existence of `#' and `$'.
14908
14909 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
14910 Use `tramp-initial-end-of-output'.
14911
14912 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14913
14914 Get the background mode from the terminal for xterm, and set
14915 faces accordingly.
14916 * term/xterm.el (xterm-set-background-mode): New function.
14917 (terminal-init-xterm): Use it in case xterm supports background
14918 color queries. Recompute faces after getting the background
14919 color.
14920
14921 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
14922
14923 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
14924 number comment back on its own line, for easier parsing.
14925
14926 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14927
14928 Make it work for non-file buffers (bug#5102).
14929 * doc-view.el (doc-view-current-cache-dir):
14930 Use doc-view-buffer-file-name rather than buffer-file-name.
14931 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
14932
14933 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
14934
14935 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
14936 author field is too short.
14937
14938 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
14939
14940 * vc-git.el (vc-git-print-log): Handle a limit argument.
14941 Display the short log in graph form and with labels.
14942 (vc-git-log-view-mode): Handle labels.
14943
14944 Make vc-revert change VC state from 'added to 'unregistered.
14945 * vc-git.el (vc-git-revert): Call git reset first.
14946
14947 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
14948
14949 * net/newst-backend.el, net/newst-plainview.el:
14950 * net/newst-reader.el, net/newst-ticker.el:
14951 * net/newst-treeview.el, net/newsticker.el:
14952 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
14953
14954 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
14955
14956 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
14957
14958 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
14959 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
14960 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
14961 Update annotation regexp.
14962
14963 * simple.el (beginning-of-visual-line): Constrain to field
14964 boundaries (Bug#5106).
14965
14966 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
14967
14968 * xml.el (xml-substitute-numeric-entities):
14969 Move newsticker--decode-numeric-entities in newst-backend.el to
14970 xml-substitute-numeric-entities in xml.el. (Bug#5008)
14971 * net/newst-backend.el (newsticker--parse-generic-feed)
14972 (newsticker--parse-generic-items)
14973 (newsticker--decode-numeric-entities):
14974 Move newsticker--decode-numeric-entities in newst-backend.el to
14975 xml-substitute-numeric-entities in xml.el. (Bug#5008)
14976
14977 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
14978
14979 * progmodes/js.el (js--js-not): Add null to the list of values.
14980
14981 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
14982
14983 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
14984
14985 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14986
14987 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
14988 delimiter if it is at the end of the current line.
14989 (bibtex-generate-url-list): Fix docstring.
14990
14991 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
14992
14993 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
14994 minibuffer's content with itself.
14995 Fold the confirm-after-completion case into the `confirm' case.
14996 (completion-pcm-word-delimiters): Add : and / to the delimiters.
14997
14998 2009-12-06 Kevin Ryde <user42@zip.com.au>
14999
15000 * ffap.el (ffap-rfc-path): Make this a defcustom since
15001 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
15002
15003 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
15004 manuals, similar to existing setup for help-mode. (Bug#3913.)
15005
15006 2009-12-05 Juri Linkov <juri@jurta.org>
15007
15008 Save and restore dired buffer's point positions too. (Bug#4880)
15009
15010 * dired.el (dired-save-positions): Return in the first element
15011 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
15012 Doc fix.
15013 (dired-restore-positions): First restore buffer's position.
15014 While restoring window's positions, check if window still displays
15015 the original buffer.
15016
15017 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
15018
15019 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
15020 if possible.
15021
15022 * shell.el (shell): Require ansi-color (Bug#5113).
15023
15024 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
15025
15026 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
15027
15028 2009-12-05 Alan Mackenzie <acm@muc.de>
15029
15030 * progmodes/cc-mode.el (c-before-hack-hook)
15031 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
15032 `c-file-style' to work again. This reversion restores the current
15033 software to its state in Emacs 23.1. (Bug#4146)
15034
15035 2009-12-05 Kevin Ryde <user42@zip.com.au>
15036
15037 * textmodes/sgml-mode.el (sgml-lexical-context):
15038 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
15039
15040 2009-12-05 Juri Linkov <juri@jurta.org>
15041
15042 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
15043 for virtual nodes. (Bug#4147)
15044 (Info-find-node-2): Set `Info-current-node-virtual' to nil
15045 when moving from a virtual node.
15046 (Info-mode-menu): Add `Info-virtual-index' to the menu.
15047 (Info-mode): Add `Info-virtual-index' to the docstring.
15048
15049 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15050
15051 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
15052 track of the buffer position of the end of a BibTeX entry as this
15053 position may change during reformatting.
15054 (bibtex-format-entry): Remove whitespace before processing
15055 numerical fields so that we recognize the latter properly.
15056 (bibtex-reformat): Do not use push which changes the global value
15057 of bibtex-entry-format.
15058 (bibtex-field-braces-alist, bibtex-field-strings-alist)
15059 (bibtex-field-re-init): Replace only space characters by regexp
15060 for whitespace.
15061 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
15062 (bibtex-initialize): Also update bibtex-strings.
15063 (bibtex-kill-field): Preserve white space at end of entry.
15064 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
15065 Update bibtex-reference-keys.
15066
15067 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
15068
15069 * minibuffer.el (completion-pcm--merge-try): Also consider placing
15070 point after a star, if that's the only place where modifications can
15071 make progress.
15072
15073 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
15074
15075 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
15076 in docstrings.
15077
15078 2009-12-04 Juri Linkov <juri@jurta.org>
15079
15080 * proced.el (proced): Call `(proced-update t)' to update process
15081 information instead of only running proced-post-display-hook.
15082 (proced-send-signal): Add a leading space to the buffer name
15083 " *Marked Processes*" to make this buffer ephemeral.
15084
15085 2009-12-04 Juri Linkov <juri@jurta.org>
15086
15087 * dired.el (dired-auto-revert-buffer): New defcustom.
15088 (dired-internal-noselect): Use it.
15089
15090 2009-12-04 Juri Linkov <juri@jurta.org>
15091
15092 Change roles of modes and functions in image-mode.el (Bug#5062).
15093
15094 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
15095 in `auto-mode-alist'.
15096 (image-mode-previous-major-mode): New variable.
15097 (image-minor-mode-map): Rename from `image-mode-text-map'.
15098 (image-mode): Move graceful error-handling code from
15099 `image-minor-mode' to here. On errors call `image-mode-as-text'.
15100 (image-minor-mode): Remove all image-handling code.
15101 Replace `image-mode-text-map' with `image-minor-mode-map'.
15102 Check for `image-type' in mode-line format string.
15103 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
15104 (image-mode-as-text): New function with most code from
15105 `image-mode-maybe'.
15106 (image-toggle-display-text): Move code that removes image
15107 properties from `image-toggle-display' to here.
15108 (image-toggle-display-image): New function with code that adds
15109 image properties copied from `image-toggle-display'.
15110 (image-toggle-display): Remove most code with leaving only code
15111 that toggles between `image-mode-as-text' and `image-mode'.
15112
15113 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
15114
15115 * net/newst-treeview.el
15116 (newsticker--treeview-list-highlight-start): Restored call to
15117 save-excursion: Selected item was stuck.
15118 (newsticker--treeview-list-select): New.
15119 (newsticker--treeview-item-show-text)
15120 (newsticker--treeview-item-show)
15121 (newsticker--treeview-item-update): Use new
15122 newsticker-treeview-item-mode.
15123 (newsticker-treeview-update): Keep current item.
15124 (newsticker-treeview-next-new-or-immortal-item): Doc change.
15125 (newsticker--treeview-first-feed): Doc change.
15126 (newsticker-treeview-list-menu)
15127 (newsticker-treeview-item-menu): Add menu entries.
15128 (newsticker-treeview-item-mode): New.
15129
15130 * net/newst-backend.el (newsticker-customize): Delete other
15131 windows.
15132
15133 2009-12-04 Sam Steingold <sds@gnu.org>
15134
15135 * log-view.el (log-view-mode-map): "q" calls quit-window,
15136 like in all the other non-self-insert buffers.
15137
15138 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
15139
15140 Minor cleanup.
15141 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
15142 key decoding rather than do it manually via last-input-event +
15143 ascii-character.
15144 (term-exec): Use delete-and-extract-region.
15145 (term-handle-ansi-terminal-messages): Remove unused var `end'.
15146 (term-process-pager): Remove unused var `i'.
15147 (term-dynamic-simple-complete): Make obsolete.
15148 (serial-update-config-menu): Remove unused vars `y' and `str'.
15149 (term-update-mode-line): Remove unused var `temp'.
15150
15151 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
15152
15153 Limit the number of log entries displayed by default.
15154 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
15155 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
15156 using a prefix argument.
15157
15158 2009-12-03 Glenn Morris <rgm@gnu.org>
15159
15160 * progmodes/idlwave.el (class): Restore still useful declaration.
15161
15162 2009-12-03 Alan Mackenzie <acm@muc.de>
15163
15164 Enhance `c-parse-state' to run efficiently in "brace deserts".
15165
15166 * progmodes/cc-mode.el (c-basic-common-init):
15167 Call c-state-cache-init.
15168 (c-neutralize-syntax-in-and-mark-CPP): Rename from
15169 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
15170 placing `category' properties value 'c-cpp-delimiter at its boundaries.
15171
15172 * progmodes/cc-langs.el (c-before-font-lock-function):
15173 c-extend-and-neutralize-syntax-in-CPP has been renamed
15174 c-neutralize-syntax-in-and-mark-CPP.
15175
15176 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
15177 with `category' properties now, not `syntax-table' ones.
15178
15179 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
15180 enhanced (but slower) version of c-end-of-macro that won't land
15181 inside a literal or on another awkward character.
15182 (c-state-cache-too-far, c-state-cache-start)
15183 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
15184 (c-state-nonlit-pos-cache-limit, c-state-point-min)
15185 (c-state-point-min-lit-type, c-state-point-min-lit-start)
15186 (c-state-min-scan-pos, c-state-brace-pair-desert)
15187 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
15188 buffer local variables.
15189 (c-state-literal-at, c-state-lit-beg)
15190 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
15191 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
15192 (c-state-cache-top-paren, c-state-cache-after-top-paren)
15193 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
15194 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
15195 (c-renarrow-state-cache)
15196 (c-append-lower-brace-pair-to-state-cache)
15197 (c-state-push-any-brace-pair, c-append-to-state-cache)
15198 (c-remove-stale-state-cache)
15199 (c-remove-stale-state-cache-backwards, c-state-cache-init)
15200 (c-invalidate-state-cache-1, c-parse-state-1)
15201 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
15202 (c-parse-state): Enhance and refactor.
15203 (c-debug-parse-state): Amend to deal with all the new variables.
15204
15205 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
15206 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
15207 modify to use category text properties rather than syntax-table ones.
15208 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
15209 to switch off/on the syntactic paren property of C++ template
15210 delimiters using the category property.
15211 (c-with-<->-as-parens-suppressed): Macro to invoke code with
15212 template delims suppressed.
15213 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
15214 New constant/macros which apply category properties to the start
15215 and end of preprocessor constructs.
15216 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
15217 "comment out" the syntactic value of characters in preprocessor
15218 constructs.
15219 (c-with-cpps-commented-out)
15220 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
15221 with characters in all or all but one preprocessor constructs
15222 "commented out".
15223
15224 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15225
15226 * proced.el (proced-filter-alist): Use regexp-quote.
15227
15228 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
15229
15230 Cleanup.
15231 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
15232 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
15233 arguments. Expand `default-directory'.
15234
15235 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
15236 the benefit of returning an expanded localname.
15237 (tramp-tramp-file-p): Handle the case NAME is not a string.
15238
15239 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
15240
15241 Add support for bzr shelve/unshelve.
15242 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
15243 (vc-bzr-extra-menu-map): New variables.
15244 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
15245 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
15246 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
15247 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
15248 (vc-bzr-dir-extra-headers): Display shelves.
15249
15250 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
15251
15252 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
15253
15254 * textmodes/bibtex.el (bibtex-complete-internal):
15255 Use completion-in-region.
15256 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
15257
15258 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
15259
15260 Support applying stashes. Improve UI.
15261 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
15262 (vc-git-stash-apply, vc-git-stash-pop)
15263 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
15264 (vc-git-stash-menu): New functions.
15265 (vc-git-stash-menu-map): New variable.
15266 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
15267
15268 2009-12-03 Glenn Morris <rgm@gnu.org>
15269
15270 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
15271 (vc-print-log-internal): Fix previous change.
15272 (vc-revert): Correct pluralization.
15273
15274 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
15275
15276 * progmodes/make-mode.el (makefile-special-targets-list): No need for
15277 it to be an alist any more.
15278 (makefile-complete): Use completion-in-region.
15279
15280 * progmodes/octave-mod.el (octave-complete-symbol):
15281 Use completion-in-region.
15282
15283 Misc cleanup.
15284 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
15285 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
15286 (idlwave-complete-class): Don't quote lambda.
15287 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
15288 (idlwave-mode-map): Move initialization into declaration.
15289 (idlwave-action-and-binding): Use backquotes.
15290 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
15291 Simplify.
15292 (idlwave-is-pointer-dereference): Remove unused var `pos'.
15293 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
15294 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
15295 `parts', and `all-parts'.
15296 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
15297 (idlwave-convert-xml-system-routine-info): Remove unused string
15298 `version-string'.
15299 (idlwave-display-user-catalog-widget): Use dolist.
15300 (idlwave-scanning-lib): Declare dynamically-scoped var.
15301 (idlwave-scan-library-catalogs): Remove unused var `flags'.
15302 (completion-highlight-first-word-only): Declare to silence bytecomp.
15303 (idlwave-popup-select): Tighten scope of `resp'.
15304 (idlwave-find-struct-tag): Remove unused var `beg'.
15305 (idlwave-after-load-rinfo-hook): Declare.
15306 (idlwave-sintern-class-info): Remove unused var `taglist'.
15307 (idlwave-find-class-definition): Remove unused var `list'.
15308 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
15309 (idlwave-what-module-find-class): Remove unused var `classes'.
15310
15311 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
15312
15313 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
15314
15315 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
15316
15317 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
15318 buffers visited. Remove redundant current-buffer-saving.
15319
15320 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
15321
15322 Use completion-in-buffer and remove uses of dynamic scoping.
15323 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
15324 (pascal-buffer-to-use, pascal-flag): Don't declare.
15325 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
15326 (pascal-get-completion-decl, pascal-keyword-completion):
15327 Add `pascal-str' argument, save-excursion,
15328 return the found completions, and don't filter with pascal-pred.
15329 (pascal-completion-cache): New var.
15330 (pascal-completion): Don't switch buffer any more (it was never
15331 necessary). Don't save-excursion any more (it's done by the called
15332 subroutines). Use a cache to avoid redundant computations.
15333 Use complete-with-action rather than pascal-completion-response and
15334 let it apply the predicate as well.
15335 (pascal-complete-word): Use completion-in-buffer when
15336 pascal-toggle-completions is nil.
15337 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
15338 not used any more.
15339 (pascal-comp-defun): Don't change buffer any more.
15340 Use complete-with-action rather than pascal-completion-response and
15341 let it apply the predicate as well.
15342 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
15343 when neded.
15344
15345 2009-12-02 Kenichi Handa <handa@m17n.org>
15346
15347 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
15348 shape for all Indic scripts.
15349
15350 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
15351
15352 Use completion-in-buffer.
15353 * wid-edit.el (widget-field-text-end): New function.
15354 (widget-field-value-get): Use it.
15355 (widget-string-complete, widget-file-complete)
15356 (widget-color-complete): Use it and completion-in-region.
15357 (widget-complete): Don't narrow the buffer.
15358
15359 2009-12-02 Glenn Morris <rgm@gnu.org>
15360
15361 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
15362 (rmail-select-summary): Use rmail-pop-to-buffer.
15363 * mail/rmailsum.el: Replace all pop-to-buffer calls with
15364 rmail-pop-to-buffer, to prevent horizontal splits.
15365
15366 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
15367 save-excursion with save-current-buffer.
15368 Widen before searching. (Bug#5093)
15369 (diary-list-sexp-entries): Remove superfluous save-excursion.
15370
15371 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
15372
15373 * woman.el (woman-make-bufname): Handle man-pages with "." in the
15374 name. (Bug#5038)
15375
15376 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
15377
15378 * ido.el (ido-file-internal): Handle filenames at point that do
15379 not have a directory part. (Bug#5049)
15380
15381 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
15382
15383 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
15384 (mpc-songs-jump-to, mpc-resume): Doc fixes.
15385
15386 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
15387
15388 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
15389 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
15390 any more.
15391
15392 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
15393
15394 * comint.el (comint-insert-input): Ignore clicks to the right of
15395 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
15396
15397 * vc.el (vc-print-log-internal): Don't wait for the process to
15398 terminate before setting up the major mode.
15399
15400 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
15401 in case.
15402
15403 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
15404 the last element.
15405
15406 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
15407
15408 2009-12-01 Glenn Morris <rgm@gnu.org>
15409
15410 * window.el (window--display-buffer-2): Fix previous changes.
15411
15412 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
15413
15414 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
15415
15416 2009-12-01 Glenn Morris <rgm@gnu.org>
15417
15418 * Makefile.in (ELCFILES): Add mpc.elc.
15419
15420 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
15421
15422 * mpc.el: New file.
15423
15424 2009-12-01 Glenn Morris <rgm@gnu.org>
15425
15426 * window.el (window-to-use): Define for compiler.
15427
15428 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
15429 consistent with others (no final period).
15430
15431 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
15432 (rmail-mime-show): Downcase the encoding. (Bug#5070)
15433
15434 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
15435
15436 Make vc-print-log buttons work.
15437 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
15438
15439 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
15440
15441 * savehist.el (savehist-autosave-interval): Allow setting to nil
15442 through customize. (Bug#5056)
15443
15444 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
15445
15446 Fix references to jit-lock properties.
15447 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
15448 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
15449 (perl-font-lock-special-syntactic-constructs):
15450 Quote jit-lock-defer-multiline property.
15451
15452 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
15453
15454 * vc-git.el (vc-git-registered): Call vc-git-root only once.
15455
15456 2009-11-30 Juri Linkov <juri@jurta.org>
15457
15458 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
15459 value `buffer' of `multi-isearch-next-buffer-current-function'.
15460 Use `(current-buffer)' when `buffer' is nil.
15461 (multi-isearch-next-buffer-from-list): Don't fallback to
15462 `(current-buffer)' when `buffer' is nil. (Bug#4947)
15463
15464 2009-11-30 Juri Linkov <juri@jurta.org>
15465
15466 * misearch.el (multi-isearch-read-buffers): Move canonicalization
15467 of buffers with `get-buffer' to `multi-isearch-buffers'.
15468 (multi-isearch-buffers, multi-isearch-buffers-regexp):
15469 Canonicalize BUFFERS with `get-buffer'. Doc fix.
15470 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
15471 FILES with `expand-file-name' converting relative file names
15472 to absolute. Doc fix. (Bug#4727)
15473
15474 2009-11-30 Juri Linkov <juri@jurta.org>
15475
15476 * misearch.el (multi-isearch-read-buffers)
15477 (multi-isearch-read-matching-buffers): New functions.
15478 (multi-isearch-buffers, multi-isearch-buffers-regexp):
15479 Use them in the `interactive' spec. Doc fix.
15480 (multi-isearch-read-files, multi-isearch-read-matching-files):
15481 New functions.
15482 (multi-isearch-files, multi-isearch-files-regexp):
15483 Use them in the `interactive' spec. Doc fix. (Bug#4725)
15484
15485 2009-11-30 Juri Linkov <juri@jurta.org>
15486
15487 * doc-view.el (doc-view-continuous):
15488 Rename from `doc-view-continuous-mode'.
15489 (doc-view-menu): Move "Toggle display" to the top.
15490 Add submenu "Continuous" with radio buttons "Off"/"On"
15491 and "Save as Default".
15492 (doc-view-scroll-up-or-next-page)
15493 (doc-view-scroll-down-or-previous-page)
15494 (doc-view-next-line-or-next-page)
15495 (doc-view-previous-line-or-previous-page):
15496 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
15497
15498 2009-11-30 Juri Linkov <juri@jurta.org>
15499
15500 * comint.el (comint-mode-map): Rebind `M-r' from
15501 `comint-previous-matching-input' to
15502 `comint-history-isearch-backward-regexp'.
15503 Unbind `M-s' to allow global key binding `M-s'.
15504 Add menu items for `comint-history-isearch-backward' and
15505 `comint-history-isearch-backward-regexp'. (Bug#3746)
15506
15507 2009-11-30 Juri Linkov <juri@jurta.org>
15508
15509 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
15510 For def=recenter, replace `recenter' with `recenter-top-bottom'
15511 that is called with `this-command' and `last-command' let-bound
15512 to `recenter-top-bottom'. When the last `def' was not `recenter',
15513 set `recenter-last-op' to nil. (Bug#4981)
15514
15515 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
15516
15517 Minor cleanup and simplification.
15518 * filecache.el (file-cache-add-directory)
15519 (file-cache-add-directory-recursively)
15520 (file-cache-add-from-file-cache-buffer)
15521 (file-cache-delete-file-regexp, file-cache-delete-directory)
15522 (file-cache-files-matching-internal, file-cache-display): Use dolist.
15523 (file-cache-temp-minibuffer-message): Delete function.
15524 (file-cache-minibuffer-complete): Use minibuffer-message instead.
15525
15526 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
15527 Don't signal an error when bumping into EOB in tr, s, or y.
15528
15529 2009-11-29 Juri Linkov <juri@jurta.org>
15530
15531 * startup.el (fancy-about-text): Fix wording of Guided Tour.
15532 (Bug#4960)
15533
15534 * descr-text.el (describe-char-unidata-list): Use lowercase name
15535 for "Unicode name" like in other tags.
15536
15537 2009-11-29 Juri Linkov <juri@jurta.org>
15538
15539 * ediff-util.el (ediff-minibuffer-with-setup-hook):
15540 New compatibility macro.
15541 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
15542
15543 2009-11-29 Juri Linkov <juri@jurta.org>
15544
15545 Add defcustom to define the cycling order of `recenter-top-bottom'.
15546 (Bug#4981)
15547
15548 * window.el (recenter-last-op): Doc fix.
15549 (recenter-positions): New defcustom.
15550 (recenter-top-bottom): Rewrite to use `recenter-positions'.
15551 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
15552
15553 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
15554
15555 Improve integration of Tramp and ange-ftp in eshell.
15556
15557 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
15558 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
15559 (eshell/sudo): Flatten args. Let-bind `default-directory'.
15560
15561 * eshell/esh-util.el (top): Require also Tramp when compiling.
15562 (eshell-directory-files-and-attributes): Check for FTP remote
15563 connection.
15564 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
15565 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
15566 (eshell-file-attributes): Handle ".". Return `entry'.
15567
15568 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
15569 (ange-ftp-directory-files-and-attributes)
15570 (ange-ftp-real-directory-files-and-attributes): New defuns.
15571
15572 * net/tramp.el (tramp-maybe-open-connection): Open the remote
15573 shell with "exec" when possible. This prevents trailing prompts
15574 in `start-file-process'.
15575
15576 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
15577
15578 Try and remove assumptions about point-min==1.
15579 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
15580 (rng-compute-mode-line-string): Show the validation percentage in
15581 terms of the narrowed text, not the widened text.
15582 (rng-do-some-validation): Don't catch internal errors when debugging.
15583 (rng-first-error): Simplify.
15584 (rng-after-change-function): Remove work around. AFAIK the bug has
15585 been fixed a while ago.
15586
15587 * image-mode.el (image-minor-mode): Exit more gracefully when the image
15588 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
15589
15590 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
15591
15592 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
15593 `cd' doesn't always do it for us (bug#5067).
15594
15595 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
15596 on 2009-10-25 as part of some other change (bug#5067).
15597
15598 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
15599
15600 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
15601 `suspicious'.
15602 (byte-compile-warnings): Use byte-compile-warning-types.
15603 (byte-compile-save-excursion): Warn about use of set-buffer right
15604 after save-excursion.
15605
15606 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
15607 the excursion as well.
15608
15609 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
15610
15611 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
15612 providing a Tramp related implementation of "su" and "sudo".
15613 (eshell-unix-initialize): Add "su" and "sudo".
15614
15615 2009-11-27 Daiki Ueno <ueno@unixuser.org>
15616
15617 * net/socks.el (socks-send-command): Convert binary request to
15618 unibyte before sending. This fixes mishandling of some port
15619 numbers such as 129.
15620
15621 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
15622
15623 * help.el (describe-bindings-internal): Remove `interactive'.
15624
15625 * man.el (Man-completion-table): Trim a terminating "(".
15626 Remove the space between name page a section.
15627 Add the command's description on the `help-echo' property.
15628 Remove `process-connection-type' binding since it's unused by
15629 call-process.
15630 Provide completion for the "<section> <name>" format as well.
15631 (Man-default-man-entry): Remove spurious var shadowing the argument.
15632
15633 2009-11-26 Kevin Ryde <user42@zip.com.au>
15634
15635 * log-view.el: Add "Keywords: tools", since its other keywords
15636 aren't in finder-known-keywords, and following vc.el.
15637
15638 * sha1.el (sha1-string-external): default-directory "/" in case
15639 otherwise non-existent. process-connection-type pipe for touch of
15640 efficiency recommended by elisp manual. (An aside in Bug#3911.)
15641
15642 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
15643
15644 Misc coding convention cleanups.
15645 * htmlfontify.el (hfy-init-kludge-hook): Rename from
15646 hfy-init-kludge-hooks.
15647 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
15648 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
15649 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
15650 and push.
15651 (hfy-slant, hfy-weight): Use tables rather than code.
15652 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
15653 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
15654 (hfy-face-attr-for-class): Initialize `face-spec' directly.
15655 (hfy-face-to-css): Remove `nconc' with single arg.
15656 (hfy-p-to-face-lennart): Use `or'.
15657 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
15658 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
15659 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
15660 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
15661 (hfy-force-fontification): Use run-hooks.
15662
15663 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
15664
15665 Various minor fixes.
15666 * htmlfontify.el (hfy-default-header): Add toggle_invis since
15667 Javascript belongs in the header, not the body.
15668 (hfy-javascript): Remove.
15669 (hfy-fontify-buffer): Don't insert it any more.
15670 (hfy-face-at): Handle (face0 face1 face2) style face properties.
15671 Fix bug in invis handling when there were no invis props in a chunk.
15672
15673 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
15674
15675 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
15676
15677 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
15678
15679 * finder.el (finder-mode-map): Add a menu.
15680
15681 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
15682
15683 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
15684 "unsigned" structs.
15685
15686 (verilog-leap-to-head, verilog-backward-token): Handle "disable
15687 fork" statement better.
15688
15689 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
15690
15691 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
15692 (verilog-delete-auto, verilog-delete-empty-auto-pair)
15693 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
15694 Reported by Clay Douglass.
15695
15696 (verilog-auto-inst, verilog-auto-star-safe)
15697 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
15698 Fix removing "// Interfaces" when saving .* expansions.
15699 Reported by Pierre-David Pfister.
15700
15701 2009-11-26 Glenn Morris <rgm@gnu.org>
15702
15703 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
15704 the scope.
15705
15706 2009-11-25 Johan Bockgård <bojohan@gnu.org>
15707
15708 * vc-annotate.el (vc-annotate-revision-previous-to-line):
15709 Really use previous revision.
15710
15711 2009-11-25 Kevin Ryde <user42@zip.com.au>
15712
15713 * man.el (Man-completion-table): default-directory "/" in case
15714 doesn't otherwise exist. process-environment COLUMNS=999 so as
15715 not to truncate long names. process-connection-type pipe to avoid
15716 any chance of hitting the pseudo-tty TIOCGWINSZ.
15717 (man): completion-ignore-case t for friendliness and since man
15718 itself is case-insensitive on the command line.
15719 Further to Bug#3717.
15720
15721 * arc-mode.el: Add "Keywords: files", so the details in its
15722 commentary can be reached from finder-by-keyword.
15723 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
15724 editing mode, but it's comms related and sgml-mode.el has "comm"
15725 on that basis too.
15726 * textmodes/bibtex-style.el: Add "Keywords: tex".
15727 * international/isearch-x.el, international/ja-dic-cnv.el:
15728 * international/ja-dic-utl.el, international/kkc.el:
15729 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
15730
15731 2009-11-25 Juri Linkov <juri@jurta.org>
15732
15733 * man.el (Man-completion-table): Modify regexp to include
15734 section names to completion strings. (Bug#3717)
15735
15736 2009-11-25 Juri Linkov <juri@jurta.org>
15737
15738 Search recursively in gzipped files. (Bug#4982)
15739
15740 * progmodes/grep.el (grep-highlight-matches): Add new options
15741 `always' and `auto'. Doc fix.
15742 (grep-process-setup): Check `grep-highlight-matches' for
15743 `auto-detect' to determine the need to compute grep defaults.
15744 Move Windows/DOS specific --colors settings handling
15745 to `grep-compute-defaults'. Check `grep-highlight-matches'
15746 to get the value of "--color=".
15747 (grep-compute-defaults): Compute `grep-highlight-matches' when it
15748 has the value `auto-detect'. Move Windows/DOS specific settings
15749 from `grep-process-setup'.
15750 (zrgrep): New command with alias `rzgrep'.
15751
15752 2009-11-25 Juri Linkov <juri@jurta.org>
15753
15754 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
15755 to nil instead of switching off view-mode. (Bug#4896)
15756
15757 2009-11-25 Juri Linkov <juri@jurta.org>
15758
15759 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
15760
15761 * mwheel.el (mwheel-scroll-up-function)
15762 (mwheel-scroll-down-function): New defvars.
15763 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
15764 `scroll-up', and `mwheel-scroll-down-function' instead of
15765 `scroll-down'.
15766
15767 * doc-view.el (doc-view-scroll-up-or-next-page)
15768 (doc-view-scroll-down-or-previous-page): Add optional ARG.
15769 Use this ARG in the call to image-scroll-up/image-scroll-down.
15770 Change `interactive' spec to "P". Goto next/previous page only
15771 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
15772 SPC/DEL case). Doc fix.
15773 (doc-view-next-line-or-next-page)
15774 (doc-view-previous-line-or-previous-page): Rename arg to ARG
15775 for consistency.
15776 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
15777 `doc-view-scroll-up-or-next-page', and buffer-local
15778 `mwheel-scroll-down-function' to
15779 `doc-view-scroll-down-or-previous-page'.
15780
15781 2009-11-25 Juri Linkov <juri@jurta.org>
15782
15783 Provide additional default values (directories at other Dired
15784 windows) via M-n in the minibuffer of some Dired commands.
15785
15786 * dired-aux.el (dired-diff, dired-compare-directories)
15787 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
15788 `minibuffer-default' in `minibuffer-with-setup-hook'.
15789 (dired-dwim-target-directory): Find a window that displays Dired
15790 buffer instead of failing when the next window is not Dired.
15791 Use `get-window-with-predicate' to find for the next Dired window.
15792 (dired-dwim-target-defaults): New function.
15793
15794 * ediff-util.el (ediff-read-file-name):
15795 Use `dired-dwim-target-defaults' to set `minibuffer-default'
15796 in `minibuffer-with-setup-hook'.
15797
15798 2009-11-25 Juri Linkov <juri@jurta.org>
15799
15800 Provide additional default values (file name at point or at the
15801 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
15802
15803 * minibuffer.el (read-file-name-defaults): New function.
15804 (read-file-name): Reset `minibuffer-default' to nil when
15805 it duplicates initial input `insdef'.
15806 Bind `minibuffer-default-add-function' to lambda that
15807 calls `read-file-name-defaults' in `minibuffer-selected-window'.
15808 (minibuffer-insert-file-name-at-point): New command.
15809
15810 * files.el (file-name-at-point-functions): New defcustom.
15811 (find-file-default): Remove defvar.
15812 (find-file-read-args): Don't use `find-file-default'.
15813 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15814 to `read-file-name'.
15815 (find-file-literally): Use `read-file-name' with
15816 `confirm-nonexistent-file-or-buffer'.
15817
15818 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
15819
15820 * dired.el (dired-read-dir-and-switches):
15821 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15822 to `read-file-name'.
15823 (dired-file-name-at-point): New function.
15824 (dired-mode): Add hook `dired-file-name-at-point' to
15825 `file-name-at-point-functions'.
15826
15827 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15828
15829 Really make the *Completions* window soft-dedicated (bug#5030).
15830 * window.el (window--display-buffer-2): Add `dedicated' argument.
15831 (display-buffer): Pass it when needed so the dedicated flag is set
15832 after calling set-window-buffer, which would otherwise reset it.
15833
15834 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15835
15836 * progmodes/meta-mode.el (meta-complete-symbol):
15837 * progmodes/etags.el (complete-tag):
15838 * mail/mailabbrev.el (mail-abbrev-complete-alias):
15839 Use completion-in-region.
15840
15841 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
15842 (dabbrev-completion): Use completion-in-region.
15843 (dabbrev--abbrev-at-point): Simplify regexp.
15844
15845 * abbrev.el (abbrev--before-point): Use word-motion functions
15846 if :regexp is not specified (bug#5031).
15847
15848 * subr.el (string-prefix-p): New function.
15849
15850 * man.el (Man-completion-cache): New var.
15851 (Man-completion-table): Use it.
15852
15853 * vc.el (vc-print-log-internal): Make `limit' optional for better
15854 compatibility (e.g. with vc-annotate.el).
15855
15856 2009-11-24 Kevin Ryde <user42@zip.com.au>
15857
15858 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
15859 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
15860
15861 * emacs-lisp/elint.el (elint-add-required-env): Better error message
15862 when .el source file not found or other error.
15863
15864 2009-11-24 Markus Triska <markus.triska@gmx.at>
15865
15866 * linum.el (linum-update-window): Ignore intangible (bug#4996).
15867
15868 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15869
15870 Handle the [back] button properly (bug#4979).
15871 * descr-text.el (describe-text-properties): Add a `buffer' argument.
15872 Use help-setup-xref, help-buffer, and with-help-window.
15873 (describe-char): Add `buffer' argument.
15874 Pass proper command to help-setup-xref. Don't meddle with
15875 help-xref-stack-item directly.
15876 (describe-text-category): Use with-help-window and help-buffer.
15877
15878 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
15879 for the displayed buffer (bug#4887).
15880
15881 * man.el (Man-completion-table): New function.
15882 (man): Use it.
15883
15884 2009-11-24 David Reitter <david.reitter@gmail.com>
15885
15886 * vc-git.el (vc-git-registered): Use checkout directory (where
15887 .git is) rather than the file's directory and a relative path spec
15888 to work around a bug in git.
15889
15890 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
15891
15892 Improve handling of processes on remote hosts.
15893
15894 * eshell/esh-util.el (eshell-path-env): New defvar.
15895 (eshell-parse-colon-path): New defun.
15896 (eshell-file-attributes): Use `eshell-parse-colon-path'.
15897
15898 * eshell/esh-ext.el (eshell-search-path):
15899 Use `eshell-parse-colon-path'.
15900 (eshell-remote-command): Remove argument HANDLER.
15901 (eshell-external-command): Check for FTP remote connection.
15902
15903 * eshell/esh-proc.el (eshell-gather-process-output):
15904 Use `file-truename', in order to start also symlinked files.
15905 Apply `start-file-process' instead of `start-process'.
15906 Shorten `command' to the local file name part.
15907
15908 * eshell/em-cmpl.el (eshell-complete-commands-list):
15909 Use `eshell-parse-colon-path'.
15910
15911 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
15912
15913 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
15914 to `eshell-directory-change-hook'.
15915
15916 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
15917
15918 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
15919 because it could be enabled automatically if view-read-only is non-nil.
15920
15921 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
15922
15923 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
15924 made on 2009-11-22.
15925
15926 2009-11-24 Glenn Morris <rgm@gnu.org>
15927
15928 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
15929 deleted variable bookmark-bmenu-bookmark-column.
15930
15931 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15932
15933 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
15934
15935 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
15936
15937 * net/browse-url.el (browse-url-filename-alist): On Windows, add
15938 two slashes to the "file:" prefix.
15939 (browse-url-file-url): De-munge Cygwin filenames before passing
15940 them to Windows browser.
15941 (browse-url-default-windows-browser): Use call-process.
15942
15943 2009-11-23 Juri Linkov <juri@jurta.org>
15944
15945 Implement DocView Continuous mode. (Bug#4896)
15946 * doc-view.el (doc-view-continuous-mode): New defcustom.
15947 (doc-view-mode-map): Bind C-n/<down> to
15948 `doc-view-next-line-or-next-page', C-p/<up> to
15949 `doc-view-previous-line-or-previous-page'.
15950 (doc-view-next-line-or-next-page)
15951 (doc-view-previous-line-or-previous-page): New commands.
15952
15953 2009-11-23 Juri Linkov <juri@jurta.org>
15954
15955 Implement Isearch in comint input history. (Bug#3746)
15956 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
15957 `isearch-mode-hook'.
15958 (comint-history-isearch): New defcustom.
15959 (comint-history-isearch-backward)
15960 (comint-history-isearch-backward-regexp): New commands.
15961 (comint-history-isearch-message-overlay): New buffer-local variable.
15962 (comint-history-isearch-setup, comint-history-isearch-end)
15963 (comint-goto-input, comint-history-isearch-search)
15964 (comint-history-isearch-message, comint-history-isearch-wrap)
15965 (comint-history-isearch-push-state)
15966 (comint-history-isearch-pop-state): New functions.
15967
15968 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
15969
15970 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
15971 return.
15972 (tramp-handle-make-symbolic-link)
15973 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
15974 Quote file names.
15975 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
15976 (tramp-handle-process-file): Use it.
15977
15978 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
15979
15980 * window.el (move-to-window-line-last-op): Remove.
15981 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
15982
15983 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
15984
15985 Make M-r mirror the new cycling behavior of C-l.
15986 * window.el (move-to-window-line-last-op): New var.
15987 (move-to-window-line-top-bottom): New command.
15988 (global-map): Bind M-r move-to-window-line-top-bottom.
15989
15990 2009-11-23 Sven Joachim <svenjoac@gmx.de>
15991
15992 * dired-x.el (dired-guess-shell-alist-default):
15993 Support xz format. (Bug#4953)
15994
15995 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
15996
15997 * emulation/viper-cmd.el: Use viper-last-command-char instead of
15998 last-command-char/last-command-event.
15999 (viper-prefix-arg-value): Do correct conversion of event-char for
16000 XEmacs.
16001
16002 * emulation/viper-util.el, emulation/viper.el:
16003 Use viper-last-command-char instead of
16004 last-command-char/last-command-event.
16005
16006 * ediff-init.el, ediff-mult.el, ediff-util.el:
16007 Replace last-command-char and last-command-event
16008 with (ediff-last-command-char) everywhere.
16009
16010 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
16011 created in fundamental mode.
16012
16013 * ediff.el (ediff-version): Revert the change of interactive-p to
16014 called-interactively-p.
16015
16016 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
16017
16018 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
16019 generation from word-movement command names.
16020
16021 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
16022
16023 * cus-start.el (all): Add native condition for font-use-system-font.
16024
16025 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
16026
16027 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
16028 Correct the patch from 2009-11-18. (Bug#3910)
16029
16030 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
16031
16032 * progmodes/subword.el: Rename from lisp/subword.el.
16033
16034 * subword.el: Rename to progmodes/subword.el.
16035
16036 * Makefile.in (ELCFILES): Adapt to subword.el move.
16037
16038 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16039 Stefan Monnier <monnier@iro.umontreal.ca>
16040
16041 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
16042 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
16043 (bookmark-bmenu-show-filenames): Use push.
16044 (bookmark-bmenu-hide-filenames): Use local var instead of
16045 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
16046 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
16047 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
16048 filenames now that the bookmark names are always available.
16049
16050 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
16051
16052 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
16053 (bookmark-search-pattern): Move and leave unbound.
16054 (bookmark-bmenu-mode-map): Change binding.
16055 (bookmark-read-search-input): Simplify.
16056 Don't use text-char-description. Don't error on non-char events.
16057 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
16058 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
16059 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
16060 Use a local var for the timer.
16061 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
16062 (i.e. bookmark-bmenu-search).
16063
16064 2009-11-21 Glenn Morris <rgm@gnu.org>
16065
16066 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
16067
16068 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
16069
16070 * net/browse-url.el (browse-url-default-windows-browser):
16071 Use cygstart for cygwin.
16072
16073 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
16074
16075 * bookmark.el: Formatting and doc fixes only:
16076 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
16077 (bookmark-bmenu-search): Wrap to fit within 80 columns.
16078 Minor grammar and punctuation fixes in doc string.
16079 (bookmark-read-search-input): Adjust to fit within 80 columns.
16080
16081 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
16082
16083 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
16084 (c-backward-into-nomenclature): Adapt to subword renaming.
16085
16086 * subword.el (subword-forward, subword-backward, subword-mark)
16087 (subword-kill, subword-backward-kill, subword-transpose)
16088 (subword-downcase, subword-upcase, subword-capitalize)
16089 (subword-forward-internal, subword-backward-internal):
16090 Rename from forward-subword, backward-subword, mark-subword,
16091 kill-subword, backward-kill-subword, transpose-subwords,
16092 downcase-subword, upcase-subword, capitalize-subword,
16093 forward-subword-internal, backward-subword-internal.
16094
16095 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16096
16097 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
16098 New options.
16099 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
16100 New vars.
16101 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
16102 (bookmark-bmenu-filter-alist-by-regexp)
16103 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
16104 (bookmark-bmenu-search): New command.
16105 (bookmark-bmenu-mode-map): Bind it.
16106
16107 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
16108
16109 * progmodes/cc-cmds.el: declare-functioned forward-subword and
16110 backward-subword to quit the byte-compiler.
16111
16112 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
16113
16114 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
16115
16116 * progmodes/cc-cmds.el (c-update-modeline)
16117 (c-forward-into-nomenclature, c-backward-into-nomenclature):
16118 Refer to subword.el functions instead of cc-subword.el.
16119
16120 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
16121 subword.el functions instead of cc-subword.el.
16122
16123 * progmodes/cc-subword.el: Rename to subword.el.
16124 * subword.el: Rename from progmodes/cc-subword.el.
16125 (subword-mode-map): Rename from c-subword-mode-map.
16126 (subword-mode): Rename from c-subword-mode.
16127 (global-subword-mode): New global minor mode.
16128 (forward-subword): Rename from c-forward-subword.
16129 (backward-subword): Rename from c-backward-subword.
16130 (mark-subword): Rename from c-mark-subword.
16131 (kill-subword): Rename from c-kill-subword.
16132 (backward-kill-subword): Rename from c-backward-kill-subword.
16133 (transpose-subwords): Rename from c-tranpose-subword.
16134 (downcase-subword): Rename from c-downcase-subword.
16135 (capitalize-subword): Rename from c-capitalize-subword.
16136 (forward-subword-internal): Rename from c-forward-subword-internal.
16137 (backward-subword-internal): Rename from c-backward-subword-internal.
16138
16139 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
16140
16141 * vc.el (vc-deduce-fileset): Allow non-state changing operations
16142 from a dired buffer.
16143 (vc-dired-deduce-fileset): New function.
16144 (vc-root-diff, vc-print-root-log): Use it.
16145
16146 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
16147 nil LIMIT argument to vc-print-log-internal.
16148
16149 2009-11-20 Glenn Morris <rgm@gnu.org>
16150
16151 * Makefile.in (ELCFILES): Regenerate.
16152
16153 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
16154
16155 * calc/calc.el (calc-set-mode-line):
16156 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
16157 (math-format-number): Rename `math-format-complement-signed' to
16158 `math-format-twos-complement'.
16159
16160 * calc/calc-bin.el (math-format-twos-complement): Rename from
16161 math-format-complement-signed.
16162 (calc-radix): Rename `calc-complement-signed-mode' to
16163 `calc-twos-complement-mode'.
16164 (calc-octal-radix, calc-hex-radix): Add an argument for
16165 two's complement.
16166
16167 * calc/calc-embed.el (calc-embedded-mode-vars):
16168 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
16169
16170 * calc/calc-ext.el (calc-init-extensions):
16171 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
16172 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
16173
16174 * calc/calc-units.el (math-build-units-table-buffer):
16175 Let `calc-twos-complement-mode' be nil.
16176
16177 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
16178 entries.
16179
16180 * calc/calc-vec.el (calcFunc-vunpack):
16181 * calc/calc-aent.el (calc-do-calc-eval):
16182 * calc/calc-forms.el (math-format-date):
16183 * calc/calc-graph.el (calc-graph-plot):
16184 * calc/calc-math.el (math-use-emacs-fn):
16185 * calc/calccomp.el (math-compose-expr):
16186 Let `calc-twos-complement-mode' be nil.
16187
16188 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
16189
16190 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
16191 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
16192 * minibuffer.el (completion-in-region-functions): New hook.
16193 (completion-in-region): New function.
16194 * emacs-lisp/lisp.el (lisp-complete-symbol):
16195 * pcomplete.el (pcomplete-std-complete): Use it.
16196
16197 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
16198
16199 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
16200 (latex-complete-alist): New vars.
16201 (latex-string-prefix-p, latex-complete-bibtex-keys)
16202 (latex-complete-envnames, latex-complete-refkeys)
16203 (latex-complete-data): New functions.
16204 (latex-complete, latex-indent-or-complete): New commands.
16205
16206 * window.el (display-buffer-mark-dedicated): New var.
16207 (display-buffer): Obey it.
16208 * minibuffer.el (minibuffer-completion-help): Use it.
16209
16210 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
16211
16212 * filecache.el (file-cache-add-file): Use push and cons.
16213 (file-cache-delete-file-regexp): Use push.
16214 (file-cache-complete): Use completion-in-region.
16215
16216 * simple.el (with-wrapper-hook): Fix thinko.
16217
16218 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
16219 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
16220 Use with-current-buffer and string-to-number.
16221 (hfy-fallback-colour-values): Use assoc-string.
16222 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
16223 (hfy-face-at): Remove unused var `found-face'.
16224 (hfy-compile-stylesheet): Remove unused var `css'.
16225 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
16226 and `orig-buffer'.
16227 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
16228 Use with-current-buffer.
16229 (hfy-text-p): Use expand-file-name and fewer setq.
16230
16231 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
16232
16233 * htmlfontify.el, hfy-cmap.el: New files.
16234
16235 2009-11-19 Juri Linkov <juri@jurta.org>
16236
16237 * minibuffer.el (completions-format): New defcustom.
16238 (completion--insert-strings): Implement vertical format.
16239
16240 * simple.el (switch-to-completions): Move point to the first
16241 completion when point was at the beginning of the buffer.
16242
16243 2009-11-19 Juri Linkov <juri@jurta.org>
16244
16245 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
16246
16247 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
16248
16249 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
16250
16251 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
16252 (mail-signature): Change default to t.
16253 (mail-from-style): Deprecate `system-default' value.
16254 (mail-insert-from-field): For default value of mail-from-style,
16255 default to `angles' unless `angles' needs quoting and `parens'
16256 does not.
16257 (mail-citation-prefix-regexp): Use citation regexp from
16258 message-mode.
16259
16260 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
16261
16262 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
16263 Set variables for computing the prompt for reading password.
16264
16265 2009-11-19 Glenn Morris <rgm@gnu.org>
16266
16267 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
16268
16269 * textmodes/flyspell.el (sgml-lexical-context): Declare.
16270
16271 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
16272 (newsticker-treeview-listwindow-height): Fix custom type.
16273
16274 2009-11-19 Kenichi Handa <handa@m17n.org>
16275
16276 * descr-text.el (describe-char-padded-string): Compose with TAB
16277 only if there's a font for CH.
16278 (describe-char): Fix the condition for detecting a trivial composition.
16279
16280 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
16281
16282 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
16283 more accurate version of the regexp. (Bug#3910)
16284
16285 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
16286
16287 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
16288
16289 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
16290
16291 * font-setting.el (font-use-system-font): Declare for byte-compiler.
16292 (font-setting-change-default-font): Fix typo in docstring.
16293
16294 2009-11-18 Alan Mackenzie <acm@muc.de>
16295
16296 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
16297
16298 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
16299
16300 * font-setting.el (font-use-system-font): Move ...
16301
16302 * cus-start.el (all): ... to here.
16303
16304 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
16305
16306 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
16307 Don't set `ad-return-value' if `ad-do-it' doesn't.
16308
16309 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
16310 modification time.
16311
16312 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
16313
16314 * menu-bar.el: Put "Use system font" in Option-menu.
16315 (menu-bar-options-save): Add font-use-system-font.
16316
16317 * loadup.el: If feature system-font-setting or font-render-setting is
16318 there, load font-setting.
16319
16320 * Makefile.in (ELCFILES): Add font-settings.el.
16321 * font-setting.el: New file.
16322
16323 2009-11-17 Glenn Morris <rgm@gnu.org>
16324
16325 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
16326
16327 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
16328 Preserve point in the list buffer. (Bug#4939)
16329 Use point-at-eol.
16330 (newsticker--treeview-list-update-highlight)
16331 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
16332
16333 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
16334
16335 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
16336 Remove.
16337
16338 * calc/calc-ext.el (calc-init-extensions): Remove references to
16339 symclip.
16340
16341 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
16342
16343 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
16344 * calc/calc-help.el (calc-b-prefix-help): Remove references to
16345 `calc-symclip'.
16346
16347 2009-11-16 Kevin Ryde <user42@zip.com.au>
16348
16349 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
16350 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
16351
16352 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
16353 (lm-keywords-list): Allow comma-only separator like "foo,bar".
16354 Ignore trailing spaces by omit-nulls to split-string (fixing
16355 regression from Emacs 21 due to the incompatible split-string
16356 change). (Bug #4928.)
16357
16358 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
16359
16360 * vc.el (vc-log-show-limit): Default to 2000.
16361 (vc-print-log-internal): Insert buttons to request more entries
16362 when limiting the output.
16363
16364 * vc-sccs.el (vc-sccs-print-log):
16365 * vc-rcs.el (vc-rcs-print-log):
16366 * vc-cvs.el (vc-cvs-print-log):
16367 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
16368 LIMIT is non-nil.
16369
16370 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
16371
16372 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
16373 error when `tramp-gvfs-dbus-event-vector' is set.
16374 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
16375
16376 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
16377
16378 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
16379
16380 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
16381
16382 * net/dbus.el (dbus-unregister-service): New defun.
16383 (dbus-register-property): Register the handlers of
16384 "org.freedesktop.DBus.Properties" for SERVICE.
16385 (dbus-property-handler): Fix docstring.
16386
16387 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16388
16389 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
16390 Quote doc string reference in defvaralias as it is not in special form.
16391 (byte-compile-output-docform): Doc fix.
16392
16393 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
16394
16395 * calc/calc.el (math-2-word-size, math-half-2-word-size)
16396 (calc-complement-signed-mode): New variables.
16397 (calc-set-mode-line): Add indicator for twos-complements.
16398 (math-format-number): Format twos-complement notation.
16399
16400 * calc/calc-bin.el (calc-word-size): Reset the variables
16401 `math-2-word-size' and `math-half-2-word-size'.
16402 (math-format-complement-signed, math-symclip, calcFunc-symclip)
16403 (calc-symclip): New functions.
16404
16405 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
16406
16407 * calc/calc-embed.el (calc-embedded-mode-vars):
16408 Add `calc-complement-signed-mode' to the list of modes.
16409
16410 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
16411 (calc-b-oper-keys): Add `calc-symclip' to list.
16412
16413 * calc/calc-ext.el (math-read-number-fancy): Read complement
16414 signed numbers.
16415 (calc-init-extensions): Add binding for `calc-symclip'.
16416 Add autoload for `calcFunc-symclip' and `calc-symclip'.
16417
16418 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
16419 `calc-symclip'.
16420 (calc-modes-menu): Add item for twos complement mode.
16421
16422 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
16423
16424 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
16425
16426 * register.el (jump-to-register, insert-register): Handle Semantic
16427 tags. From commented-out advice in semantic/senator.el.
16428
16429 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
16430
16431 * vc.el (vc-log-show-limit): New variable.
16432 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
16433 when using a prefix argument.
16434 (vc-print-log-internal): Add new argument LIMIT.
16435
16436 * vc-svn.el (vc-svn-print-log):
16437 * vc-mtn.el (vc-mtn-print-log):
16438 * vc-hg.el (vc-hg-print-log):
16439 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
16440 pass it to the log command when set. Make the BUFFER argument
16441 non-optional.
16442
16443 * vc-sccs.el (vc-sccs-print-log):
16444 * vc-rcs.el (vc-rcs-print-log):
16445 * vc-git.el (vc-git-print-log):
16446 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
16447 ignore it. Make the BUFFER argument non-optional.
16448
16449 * bindings.el (mode-line-buffer-identification): Do not purecopy.
16450
16451 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
16452
16453 * dired.el (dired-mode-map): Move encryption items to "Operate"
16454 menu (Bug#4703).
16455
16456 * strokes.el (strokes-update-window-configuration): Make strokes
16457 buffer current before erasing (Bug#4906).
16458
16459 2009-11-15 Juri Linkov <juri@jurta.org>
16460
16461 * simple.el (set-mark-default-inactive): Add :type, :group
16462 and :version. (Bug#4876)
16463
16464 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
16465
16466 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
16467 (archive-unique-fname): ... here. (Bug#4929)
16468
16469 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
16470
16471 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
16472 with a real fix.
16473
16474 * novice.el (disabled-command-function): Add useful args.
16475 Setup the help buffer so that [back] works.
16476 Remove redundant call to help-mode.
16477 (disabled-command-function): Use `case'.
16478 (en/disable-command): New function extracted from enable-command.
16479 (enable-command, disable-command): Use it.
16480
16481 2009-11-14 Glenn Morris <rgm@gnu.org>
16482
16483 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
16484 constants. (Bug#4913)
16485
16486 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
16487
16488 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
16489
16490 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
16491 defined in C that have no doc-strings. (Bug#1063)
16492
16493 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
16494
16495 * cus-edit.el (data, files):
16496 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
16497
16498 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
16499
16500 * simple.el (shell-command): Doc fix (Bug#4891).
16501
16502 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
16503
16504 2009-11-14 Glenn Morris <rgm@gnu.org>
16505
16506 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
16507 statements for vc-diff, emerge-quit, and rmail-cease-edit.
16508 If they are already loaded, eval-after-load will do the right thing.
16509
16510 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
16511 compiling.
16512
16513 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
16514
16515 * simple.el (x-selection-owner-p): Declare.
16516 (read-mail-command): Use custom radio type rather than choice.
16517 (completion-no-auto-exit): Doc fix.
16518
16519 * custom.el (defgroup):
16520 * epg-config.el (epg): Doc fixes.
16521
16522 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
16523
16524 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
16525 * international/ccl.el (define-ccl-program): Do not purecopy the
16526 docstring, defconst does it anyway.
16527
16528 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
16529
16530 * add-log.el (add-change-log-entry): Avoid displaying the changelog
16531 a second time.
16532
16533 * x-dnd.el (x-dnd-maybe-call-test-function):
16534 * window.el (split-window-vertically):
16535 * whitespace.el (whitespace-help-on):
16536 * vc-rcs.el (vc-rcs-consult-headers):
16537 * userlock.el (ask-user-about-lock-help)
16538 (ask-user-about-supersession-help):
16539 * type-break.el (type-break-force-mode-line-update):
16540 * time-stamp.el (time-stamp-conv-warn):
16541 * terminal.el (te-set-output-log, te-more-break, te-filter)
16542 (te-sentinel, terminal-emulator):
16543 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
16544 (term-write-input-ring, term-check-source, term-start-output-log):
16545 (term-display-buffer-line, term-dynamic-list-completions):
16546 (term-ansi-make-term, serial-term):
16547 * subr.el (selective-display):
16548 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
16549 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
16550 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
16551 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
16552 (speedbar-remove-localized-speedbar-support)
16553 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
16554 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
16555 (speedbar-buffers-line-directory):
16556 * simple.el (shell-command-on-region, append-to-buffer)
16557 (prepend-to-buffer):
16558 * shadowfile.el (shadow-save-todo-file):
16559 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
16560 (scroll-bar-maybe-set-window-start):
16561 * sb-image.el (speedbar-image-dump):
16562 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
16563 (load-save-place-alist-from-file):
16564 * ps-samp.el (ps-print-message-from-summary):
16565 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
16566 (ps-background-image, ps-begin-job, ps-do-despool):
16567 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
16568 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
16569 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
16570 (pr-call-process, pr-file-list, pr-interface-save):
16571 * novice.el (disabled-command-function)
16572 (enable-command, disable-command):
16573 * mouse.el (mouse-buffer-menu-alist):
16574 * mouse-copy.el (mouse-kill-preserving-secondary):
16575 * macros.el (kbd-macro-query):
16576 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
16577 * informat.el (batch-info-validate):
16578 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
16579 * hippie-exp.el (try-expand-dabbrev-visible):
16580 * help-mode.el (help-make-xrefs):
16581 * help-fns.el (describe-variable):
16582 * generic-x.el (bat-generic-mode-run-as-comint):
16583 * finder.el (finder-mouse-select):
16584 * find-dired.el (find-dired-sentinel):
16585 * filesets.el (filesets-file-close):
16586 * files.el (list-directory):
16587 * faces.el (list-faces-display, describe-face):
16588 * facemenu.el (list-colors-display):
16589 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
16590 * epg.el (epg--process-filter, epg-cancel):
16591 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
16592 (epa--read-signature-type):
16593 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
16594 (emerge-file-names):
16595 * ehelp.el (electric-helpify):
16596 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
16597 * ediff-vers.el (rcs-ediff-view-revision):
16598 * ediff-util.el (ediff-setup):
16599 * ediff-mult.el (ediff-append-custom-diff):
16600 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
16601 (ediff-wordify):
16602 * echistory.el (Electric-command-history-redo-expression):
16603 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
16604 * disp-table.el (describe-display-table):
16605 * dired.el (dired-find-buffer-nocreate):
16606 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
16607 * dabbrev.el (dabbrev--same-major-mode-p):
16608 * chistory.el (list-command-history):
16609 * apropos.el (apropos-documentation):
16610 * allout.el (allout-obtain-passphrase):
16611 (allout-copy-exposed-to-buffer):
16612 (allout-verify-passphrase): Use with-current-buffer.
16613
16614 2009-11-13 Glenn Morris <rgm@gnu.org>
16615
16616 * Makefile.in (ELCFILES): Regenerate.
16617
16618 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
16619
16620 * net/dbus.el (dbus-registered-objects-table): Rename from
16621 `dbus-registered-functions-table', because it contains also properties.
16622 (dbus-unregister-object): Unregister also properties.
16623 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
16624 Use a timeout of 500 msec, in order to not block.
16625 (dbus-register-property, dbus-property-handler): New defuns.
16626
16627 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
16628
16629 * simple.el (minibuffer-default-add-completions): Drop deprecated
16630 4th arg.
16631
16632 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
16633
16634 * textmodes/artist.el (artist-mouse-choose-operation):
16635 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
16636 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
16637 (artist-compute-up-event-key): New function.
16638 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
16639
16640 2009-11-13 Kenichi Handa <handa@m17n.org>
16641
16642 * language/japan-util.el: Make sure that the value of jisx0208
16643 property is jisx0208 character.
16644
16645 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
16646
16647 * international/mule.el (auto-coding-regexp-alist): Only purecopy
16648 car or each item, not the whole list.
16649
16650 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
16651
16652 * minibuffer.el (minibuffer-completion-help):
16653 Use minibuffer-hide-completions.
16654
16655 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
16656
16657 * dired.el (dired-save-positions, dired-restore-positions): New funs.
16658 (dired-revert): Use them (bug#4880).
16659
16660 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
16661
16662 * tooltip.el (tooltip-frame-parameters): Undo previous change.
16663
16664 2009-11-12 Juri Linkov <juri@jurta.org>
16665
16666 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
16667 New functions.
16668 (find-file-literally-at-point): Alias of `ffap-literally'.
16669
16670 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
16671
16672 * textmodes/ispell.el (ispell-skip-region-alist):
16673 * textmodes/css-mode.el (auto-mode-alist):
16674 * progmodes/compile.el (auto-mode-alist):
16675 * international/mule.el (ctext-non-standard-encodings-alist)
16676 (ctext-non-standard-encodings-regexp):
16677 * simple.el (shell-command-switch, text-read-only):
16678 * replace.el (occur-mode-map):
16679 * paths.el (rmail-file-name):
16680 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
16681 * find-file.el (ff-special-constructs):
16682 * files.el (file-name-handler-alist):
16683 * composite.el: Purecopy strings.
16684
16685 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
16686
16687 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
16688
16689 * widget.el (define-widget): Purecopy the docstring.
16690 * international/mule-cmds.el (charset): Do not purecopy the
16691 docstring here, define-widget does it.
16692
16693 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
16694 * textmodes/bibtex-style.el (auto-mode-alist):
16695 * progmodes/inf-lisp.el (inferior-lisp-prompt):
16696 * progmodes/compile.el (compile-command):
16697 * language/korea-util.el (default-korean-keyboard):
16698 * international/mule-conf.el (file-coding-system-alist):
16699 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
16700 * tooltip.el (tooltip-frame-parameters):
16701 * newcomment.el (comment-end, comment-padding):
16702 * dired.el (dired-trivial-filenames):
16703 * comint.el (comint-file-name-prefix): Purecopy initial values.
16704
16705 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
16706
16707 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
16708 (tramp-advice-minibuffer-electric-tilde): Unload advices via
16709 `tramp-unload'.
16710 (tramp-advice-make-auto-save-file-name)
16711 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
16712 after removing the advice.
16713
16714 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
16715
16716 * progmodes/grep.el (grep-regexp-alist):
16717 * international/mule-cmds.el (iso-2022-control-alist):
16718 * emacs-lisp/timer.el (timer-duration-words):
16719 * subr.el (version-separator, version-regexp-alist):
16720 * minibuffer.el (completion-styles-alist):
16721 * faces.el (face-attribute-name-alist, list-faces-sample-text):
16722 Change defvars to defconsts.
16723
16724 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
16725 * loadup.el ("international/mule-conf"): Load the byte compiled version.
16726 * international/mule-conf.el: Allow to be byte compiled.
16727
16728 * international/mule.el (define-charset): Purecopy props.
16729 (load-with-code-conversion): Purecopy doc string and file name.
16730 (put-charset-property): Purecopy strings.
16731 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
16732
16733 * international/mule-cmds.el (register-input-method): Purecopy arguments.
16734 (define-char-code-property): Correctly purecopy the table.
16735
16736 * international/ccl.el (define-ccl-program): Purecopy the docstring.
16737
16738 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
16739
16740 * subr.el (add-hook): Purecopy strings.
16741 (eval-after-load): Purecopy load-history-regexp and the form.
16742
16743 * custom.el (custom-declare-group): Purecopy load-file-name.
16744
16745 * subr.el (menu-bar-separator): New defconst.
16746 * net/eudc.el (eudc-tools-menu):
16747 * international/mule-cmds.el (set-coding-system-map)
16748 (mule-menu-keymap):
16749 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
16750 * vc-hooks.el (vc-menu-map):
16751 * replace.el (occur-mode-map):
16752 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
16753 (menu-bar-edit-menu, menu-bar-goto-menu)
16754 (menu-bar-custom-menu, menu-bar-showhide-menu)
16755 (menu-bar-options-menu, menu-bar-tools-menu)
16756 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
16757 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
16758 (menu-bar-help-menu):
16759 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
16760 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
16761
16762 * term/x-win.el (x-gtk-stock-map):
16763 * progmodes/vera-mode.el (auto-mode-alist):
16764 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
16765 (inferior-lisp-program, inferior-lisp-load-command):
16766 * progmodes/hideshow.el (hs-special-modes-alist):
16767 * progmodes/gud.el (same-window-regexps):
16768 * progmodes/grep.el (grep-program, find-program, xargs-program):
16769 * net/telnet.el (same-window-regexps):
16770 * net/rlogin.el (same-window-regexps):
16771 * language/ethiopic.el (font-ccl-encoder-alist):
16772 * vc-sccs.el (vc-sccs-master-templates):
16773 * vc-rcs.el (vc-rcs-master-templates):
16774 * subr.el (cl-assertion-failed):
16775 * simple.el (next-error-overlay-arrow-position):
16776 * lpr.el (lpr-command):
16777 * locate.el (locate-ls-subdir-switches):
16778 * info.el (same-window-regexps, info)
16779 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
16780 * image-mode.el (image-mode, auto-mode-alist):
16781 * hippie-exp.el (hippie-expand-ignore-buffers):
16782 * format.el (format-alist):
16783 * find-dired.el (find-ls-subdir-switches, find-grep-options)
16784 (find-name-arg):
16785 * facemenu.el (facemenu-keybindings):
16786 * dired.el (dired-listing-switches, dired-chown-program):
16787 * diff.el (diff-switches, diff-command):
16788 * cus-edit.el (same-window-regexps):
16789 * bindings.el (mode-line-mule-info)
16790 (mode-line-buffer-identification): Purecopy strings.
16791
16792 2009-11-11 Juri Linkov <juri@jurta.org>
16793
16794 * simple.el (dired-get-filename) <declare-function>:
16795 Tell the byte-compiler about dired-get-filename.
16796 (shell-command): In Dired mode, get filename from the current line
16797 as the default value.
16798
16799 2009-11-10 Glenn Morris <rgm@gnu.org>
16800
16801 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
16802 * calendar/holidays.el, progmodes/cperl-mode.el:
16803 Update x-popup-menu declarations.
16804
16805 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
16806 (list-load-path-shadows): Use dolist.
16807 (list-load-path-shadows): Use with-current-buffer.
16808
16809 2009-11-10 Juri Linkov <juri@jurta.org>
16810
16811 * minibuffer.el (read-file-name): Support a list of default values
16812 in `default-filename'. Use the first file name where only one
16813 element is required. Doc fix.
16814
16815 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
16816
16817 * net/dbus.el (dbus-unregister-object): Release service, if no
16818 other method is registered for it.
16819
16820 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
16821
16822 * bookmark.el (bookmark-completing-read): Sort bookmark names if
16823 bookmark-sort-flag is non-nil (Bug#4653).
16824
16825 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
16826
16827 * emulation/cua-base.el: Add CUA property to some CC mode commands
16828 (Bug#4100).
16829
16830 2009-11-08 Kevin Ryde <user42@zip.com.au>
16831
16832 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
16833 at end of sentence (Bug#4818).
16834
16835 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
16836
16837 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16838 Handle "see declaration of" MSFT statements (Bug#4100).
16839
16840 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
16841
16842 * net/tramp.el (tramp-advice-make-auto-save-file-name)
16843 (tramp-advice-file-expand-wildcards): Unload via
16844 `ad-remove-advice'.
16845
16846 * net/trampver.el: Update release number.
16847
16848 2009-11-08 Kevin Ryde <user42@zip.com.au>
16849
16850 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
16851 `ad-do-it'.
16852
16853 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
16854
16855 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
16856 in order to keep context in SELinux.
16857
16858 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
16859
16860 * dired-aux.el (dired-query): Place cursor in echo area and allow
16861 C-g.
16862
16863 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
16864 menu item if not on a directory (Bug#4701).
16865
16866 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
16867
16868 Sync with Tramp 2.1.17.
16869
16870 * net/tramp.el (tramp-handle-copy-directory): Don't use
16871 `file-remote-p' (due to compatibility).
16872
16873 * net/tramp-compat.el (tramp-compat-copy-directory)
16874 (tramp-compat-delete-directory): New defuns.
16875
16876 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
16877 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
16878 Use `tramp-compat-delete-directory'.
16879
16880 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
16881 (tramp-smb-handle-delete-directory):
16882 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
16883
16884 * net/trampver.el: Update release number.
16885
16886 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
16887
16888 * tar-mode.el (tar-copy): Call write-region on the right buffer
16889 (Bug#4857).
16890
16891 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
16892 by hand, if necessary (Bug#4878).
16893
16894 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
16895
16896 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
16897 align size column (Bug#4839).
16898
16899 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
16900 statement.
16901
16902 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16903
16904 * progmodes/ld-script.el (auto-mode-alist):
16905 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
16906
16907 * cus-face.el (custom-declare-face): Purecopy face spec.
16908
16909 2009-11-06 Kenichi Handa <handa@m17n.org>
16910
16911 * international/uni-bidi.el: Re-generated.
16912 * international/uni-category.el: Re-generated.
16913 * international/uni-combining.el: Re-generated.
16914 * international/uni-mirrored.el: Re-generated.
16915
16916 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16917
16918 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
16919 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
16920 (tex-start-options, slitex-run-command, latex-run-command)
16921 (tex-run-command, tex-directory):
16922 * textmodes/ispell.el (ispell-html-skip-alists)
16923 (ispell-tex-skip-alists, ispell-tex-skip-alists):
16924 * textmodes/fill.el (adaptive-fill-first-line-regexp):
16925 (adaptive-fill-regexp):
16926 * textmodes/dns-mode.el (auto-mode-alist):
16927 * progmodes/python.el (interpreter-mode-alist):
16928 * progmodes/etags.el (tags-compression-info-list):
16929 * progmodes/etags.el (tags-file-name):
16930 * net/browse-url.el (browse-url-galeon-program)
16931 (browse-url-firefox-program):
16932 * mail/sendmail.el (mail-signature-file)
16933 (mail-citation-prefix-regexp):
16934 * international/mule-conf.el (eight-bit):
16935 * international/latexenc.el (latex-inputenc-coding-alist):
16936 * international/fontset.el (x-pixel-size-width-font-regexp):
16937 * emacs-lisp/warnings.el (warning-type-format):
16938 * emacs-lisp/trace.el (trace-buffer):
16939 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
16940 (emacs-lisp-mode-map):
16941 * calendar/holidays.el (holiday-solar-holidays)
16942 (holiday-bahai-holidays, holiday-islamic-holidays)
16943 (holiday-christian-holidays, holiday-hebrew-holidays)
16944 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
16945 (hebrew-holidays-1, holiday-oriental-holidays)
16946 (holiday-general-holidays):
16947 * x-dnd.el (x-dnd-known-types):
16948 * tool-bar.el (tool-bar):
16949 * startup.el (site-run-file):
16950 * shell.el (shell-dumb-shell-regexp):
16951 * rfn-eshadow.el (file-name-shadow-tty-properties)
16952 (file-name-shadow-properties):
16953 * paths.el (remote-shell-program, news-directory):
16954 * mouse.el ([C-down-mouse-3]):
16955 * menu-bar.el (menu-bar-tools-menu):
16956 * jka-cmpr-hook.el (jka-compr-load-suffixes)
16957 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
16958 (jka-compr-compression-info-list):
16959 * isearch.el (search-whitespace-regexp):
16960 * image-file.el (image-file-name-extensions):
16961 * find-dired.el (find-ls-option):
16962 * files.el (directory-listing-before-filename-regexp)
16963 (directory-free-space-args, insert-directory-program)
16964 (list-directory-brief-switches, magic-fallback-mode-alist)
16965 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
16966 (automount-dir-prefix):
16967 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
16968 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
16969 (face-font-registry-alternatives, face-font-registry-alternatives)
16970 (face-font-family-alternatives):
16971 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
16972 (facemenu-foreground-menu, facemenu-face-menu):
16973 * epa-hook.el (epa-file-name-regexp):
16974 * dnd.el (dnd-protocol-alist):
16975 * textmodes/rst.el (auto-mode-alist):
16976 * button.el (default-button): Purecopy strings.
16977
16978 2009-11-06 Glenn Morris <rgm@gnu.org>
16979
16980 * Makefile.in (ELCFILES): Update.
16981
16982 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
16983
16984 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
16985 * emacs-lisp/levents.el: Move to obsolete/levents.el.
16986
16987 * nxml/xsd-regexp.el (xsdre-gen-categories):
16988 * nxml/xmltok.el (xmltok-parse-entity):
16989 * nxml/rng-parse.el (rng-parse-validate-file):
16990 * nxml/rng-maint.el (rng-format-manual)
16991 (rng-manual-output-force-new-line):
16992 * nxml/rng-loc.el (rng-save-schema-location-1):
16993 * nxml/rng-cmpct.el (rng-c-parse-file):
16994 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
16995 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
16996
16997 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
16998
16999 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
17000 Remove extra save-excursions and make-variable-buffer-local's.
17001 Suggested by Stefan Monnier.
17002
17003 (verilog-getopt-file, verilog-module-inside-filename-p)
17004 (verilog-set-define): Merge GNU 1.35 and repair changes from
17005 switching to using with-current-buffer.
17006
17007 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
17008 being treated as a number and confusing AUTORESET.
17009 Reported by Dan Dever.
17010
17011 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
17012 Add verilog-auto-ignore-concat to fix backward compatibility with
17013 older verilog-modes. Reported by Dan Katz.
17014
17015 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
17016 containing closing anchors "...$".
17017
17018 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
17019 Reported by Wade Smith.
17020
17021 (verilog-batch-execute-func): Comment on function usage.
17022
17023 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
17024
17025 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
17026 for labels.
17027
17028 (verilog-label-re, verilog-calc-1): Support proper indent of named
17029 asserts.
17030
17031 (verilog-backward-token, verilog-basic-complete-re)
17032 (verilog-beg-of-statement, verilog-indent-re): Support proper
17033 indent of the assert statement at the beginning of a block of text.
17034
17035 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
17036 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
17037 tokens as begins.
17038
17039 2009-11-05 Glenn Morris <rgm@gnu.org>
17040
17041 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
17042 Emacs 19. (Bug#1531)
17043 (byte-compile-fix-header): Update for the above change.
17044 Drop test for epoch::version.
17045
17046 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
17047 * cus-dep.el (custom-make-dependencies):
17048 * finder.el (finder-compile-keywords):
17049 Use autoload-rubric's feature argument.
17050
17051 * calendar/diary-lib.el (top-level): Make load behave more like require.
17052
17053 * vc-git.el (vc-git-stash-map): Move definition before use.
17054
17055 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
17056
17057 * custom.el (custom-declare-group): Purecopy standard-value.
17058 (custom-declare-group): Purecopy custom-prefix.
17059
17060 * international/mule.el (load-with-code-conversion):
17061 Call do-after-load-evaluation unconditionally.
17062
17063 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
17064
17065 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
17066
17067 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
17068
17069 2009-11-04 Glenn Morris <rgm@gnu.org>
17070
17071 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
17072 (byte-compile-compatibility): Remove option.
17073 (byte-compile-close-variables, byte-compile-fix-header)
17074 (byte-compile-insert-header, byte-compile-output-docform)
17075 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
17076 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
17077 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
17078 (byte-compile-insert, byte-compile-defun):
17079 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
17080 (byte-defop-compiler19): Remove.
17081 Without byte-compile-compatibility, the 'emacs19-opcode property is not
17082 used by anything. Replace all calls with byte-defop-compiler.
17083
17084 2009-11-04 Juri Linkov <juri@jurta.org>
17085
17086 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
17087 (menu-bar-options-menu): Don't quote the `prop' arg of
17088 `menu-bar-make-mm-toggle'.
17089
17090 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
17091
17092 * calendar/calendar.el (cal-loaddefs):
17093 * calendar/diary-lib.el (diary-loaddefs):
17094 * calendar/holidays.el (hol-loaddefs):
17095 * eshell/esh-module.el (esh-groups): Load rather than require.
17096
17097 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
17098
17099 * calendar/todo-mode.el (todo-add-category): Don't hardcode
17100 point-min==1.
17101 (todo-top-priorities): Only display-buffer when called interactively.
17102 (todo-item-start): Don't save excursion point.
17103 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
17104 (todo-insert-item-here, todo-file-item, todo-remove-item):
17105 Adjust uses of todo-item-start and todo-item-end.
17106
17107 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
17108 (autoload-rubric): Don't use any more.
17109
17110 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
17111 and only put a prop if it is non-nil.
17112
17113 2009-11-03 Juri Linkov <juri@jurta.org>
17114
17115 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
17116 (menu-bar-options-menu): Fix list quoting (Bug#4429).
17117
17118 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
17119 and "Menu" to make top-level menu item visually one unit (like
17120 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
17121 multi-word menu items). Fix :help string for quit-window.
17122
17123 2009-11-03 Glenn Morris <rgm@gnu.org>
17124
17125 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
17126 (byte-compile-file-form-define-abbrev-table)
17127 (byte-compile-file-form-custom-declare-variable)
17128 (byte-compile-variable-ref, byte-compile-defvar):
17129 Whether or not a warning is enabled should only affect whether we issue
17130 the warning, not whether or not we collect the relevant data.
17131 Eg warnings can be turned on and off throughout the course of a file.
17132
17133 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
17134 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
17135
17136 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
17137
17138 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
17139 * play/mpuz.el (mpuz-create-buffer):
17140 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
17141 (lm-print-y,s,noise, lm-print-w0, lm-init):
17142 * play/gomoku.el (gomoku-prompt-for-move):
17143 * play/fortune.el (fortune-in-buffer):
17144 * play/dissociate.el (dissociated-press):
17145 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
17146 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
17147 * mail/supercite.el (sc-eref-show):
17148 * mail/smtpmail.el (smtpmail-send-it):
17149 * mail/rmailsum.el (rmail-summary-next-labeled-message)
17150 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
17151 (rmail-summary-undelete-many, rmail-summary-rmail-update)
17152 (rmail-summary-goto-msg, rmail-summary-expunge)
17153 (rmail-summary-get-new-mail, rmail-summary-search-backward)
17154 (rmail-summary-add-label, rmail-summary-output-menu)
17155 (rmail-summary-output-body):
17156 * mail/rfc822.el (rfc822-addresses):
17157 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
17158 * mail/mailpost.el (post-mail-send-it):
17159 * mail/hashcash.el (hashcash-generate-payment):
17160 * mail/feedmail.el (feedmail-run-the-queue)
17161 (feedmail-queue-send-edit-prompt-help-first)
17162 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
17163 (feedmail-deduce-address-list):
17164 * eshell/esh-ext.el (eshell-remote-command):
17165 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
17166 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
17167 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
17168 (viper-save-string-in-file, viper-valid-marker):
17169 * emulation/viper-keym.el (viper-toggle-key):
17170 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
17171 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
17172 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
17173 * emulation/viper-cmd.el (viper-exec-form-in-vi)
17174 (viper-exec-form-in-emacs, viper-brac-function):
17175 * emulation/viper.el (viper-delocalize-var):
17176 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
17177 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
17178 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
17179 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
17180 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
17181 * emulation/edt.el (edt-electric-helpify):
17182 * emulation/cua-rect.el (cua--rectangle-aux-replace):
17183 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
17184 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
17185 (cua-indent-to-global-mark-column):
17186 * calendar/diary-lib.el (calendar-mark-1):
17187 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
17188 Use with-current-buffer.
17189 * emulation/viper.el (viper-delocalize-var): Use dolist.
17190
17191 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
17192
17193 * comint.el (comint-replace-by-expanded-history-before-point):
17194 Replace !! with the previous input string literally (Bug#1795).
17195
17196 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
17197
17198 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
17199 to be made up of whitespace.
17200
17201 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
17202
17203 * minibuffer.el (read-file-name): Don't use file dialogs for
17204 remote directories (Bug#99).
17205
17206 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
17207
17208 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
17209
17210 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
17211
17212 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
17213 instead of deleting the window or frame.
17214
17215 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
17216
17217 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
17218 Support face colors.
17219
17220 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
17221 New function. Support face colors (Bug#1168).
17222 (tex-common-initialization): Use it.
17223
17224 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
17225 mode allows it (Bug#1168).
17226
17227 2009-10-31 Juri Linkov <juri@jurta.org>
17228
17229 * facemenu.el (list-colors-display): Don't mark buffer as
17230 modified (Bug#3948).
17231
17232 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
17233
17234 * international/mule-diag.el (list-character-sets-1):
17235 Minor message fix (Bug#3526).
17236
17237 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
17238 Fix face property (Bug#4834).
17239 (etags-list-tags, etags-tags-apropos-additional)
17240 (etags-tags-apropos, tags-select-tags-table): Add follow-link
17241 property.
17242
17243 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
17244 items.
17245
17246 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
17247
17248 * textmodes/two-column.el (2C-split):
17249 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
17250 * textmodes/tex-mode.el (tex-set-buffer-directory):
17251 * textmodes/spell.el (spell-region, spell-string):
17252 * textmodes/reftex.el (reftex-erase-buffer):
17253 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
17254 * textmodes/reftex-toc.el (reftex-toc-promote-action):
17255 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
17256 (reftex-select-item):
17257 * textmodes/reftex-ref.el (reftex-label-info-update)
17258 (reftex-offer-label-menu):
17259 * textmodes/reftex-index.el (reftex-index-change-entry)
17260 (reftex-index-phrases-info):
17261 * textmodes/reftex-global.el (reftex-create-tags-file)
17262 (reftex-save-all-document-buffers, reftex-ensure-write-access):
17263 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
17264 (reftex-view-crossref-from-bibtex):
17265 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
17266 (reftex-extract-bib-entries-from-thebibliography)
17267 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
17268 * textmodes/refbib.el (r2b-capitalize-title):
17269 (r2b-convert-buffer, r2b-help):
17270 * textmodes/page-ext.el (pages-directory)
17271 (pages-directory-goto-with-mouse):
17272 * textmodes/bibtex.el (bibtex-validate-globally):
17273 * textmodes/bib-mode.el (bib-capitalize-title):
17274 * textmodes/artist.el (artist-clear-buffer, artist-system):
17275 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
17276 (local-set-scheme-interaction-buffer, xscheme-process-filter)
17277 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
17278 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
17279 (xscheme-send-control-g-interrupt, xscheme-start-process)
17280 (xscheme-process-sentinel, xscheme-cd):
17281 * progmodes/verilog-mode.el (verilog-read-always-signals)
17282 (verilog-set-define, verilog-getopt-file)
17283 (verilog-module-inside-filename-p):
17284 * progmodes/sh-script.el:
17285 * progmodes/python.el (python-pdbtrack-get-source-buffer)
17286 (python-pdbtrack-grub-for-buffer, python-execute-file):
17287 * progmodes/octave-inf.el (inferior-octave):
17288 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
17289 (idlwave-shell-compile-helper-routines, idlwave-set-local)
17290 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
17291 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
17292 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
17293 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
17294 (idlwave-shell-filter, idlwave-shell-examine-highlight)
17295 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
17296 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
17297 (idlwave-shell-examine-display, idlwave-shell-run-region)
17298 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
17299 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
17300 * progmodes/idlw-help.el (idlwave-help-get-special-help)
17301 (idlwave-help-get-help-buffer):
17302 * progmodes/gud.el (gud-basic-call, gud-find-class)
17303 (gud-tooltip-activate-mouse-motions-if-enabled):
17304 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
17305 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
17306 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
17307 (ebrowse-tags-next-file):
17308 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
17309 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
17310 (ebnf-eps-finish-and-write):
17311 * progmodes/cpp.el (cpp-edit-save):
17312 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
17313 * progmodes/cc-defs.el (c-emacs-features):
17314 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
17315 (antlr-directory-dependencies):
17316 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
17317 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
17318 (ada-find-any-references, ada-make-filename-from-adaname)
17319 (ada-make-body-gnatstub):
17320 * obsolete/rnews.el (news-list-news-groups):
17321 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
17322 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
17323 * net/rcirc.el (rcirc-debug):
17324 * net/newst-treeview.el (newsticker--treeview-list-add-item)
17325 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
17326 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
17327 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
17328 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
17329 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
17330 (newsticker--treeview-list-clear-highlight)
17331 (newsticker--treeview-list-update-highlight)
17332 (newsticker--treeview-list-highlight-start)
17333 (newsticker--treeview-tree-update-highlight)
17334 (newsticker--treeview-get-selected-item)
17335 (newsticker-treeview-mark-list-items-old)
17336 (newsticker--treeview-set-current-node):
17337 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
17338 * net/newst-backend.el (newsticker--get-news-by-funcall)
17339 (newsticker--get-news-by-wget, newsticker--image-get)
17340 (newsticker--image-sentinel):
17341 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
17342 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
17343 (eudc-ph-close-session):
17344 * net/eudc.el (eudc-save-options):
17345 * language/thai-word.el (thai-update-word-table):
17346 * language/japan-util.el (japanese-string-conversion):
17347 * international/titdic-cnv.el (tsang-quick-converter)
17348 (ziranma-converter, ctlau-converter):
17349 * international/mule-cmds.el (describe-language-environment):
17350 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
17351 (skkdic-convert-postfix, skkdic-convert-prefix):
17352 (skkdic-convert-okuri-nasi, skkdic-convert):
17353 * emacs-lisp/re-builder.el (reb-update-overlays):
17354 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
17355 * emacs-lisp/gulp.el (gulp-send-requests):
17356 * emacs-lisp/find-gc.el (trace-call-tree):
17357 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
17358 (eieio-describe-generic):
17359 * emacs-lisp/eieio-base.el (eieio-persistent-read):
17360 * emacs-lisp/edebug.el (edebug-outside-excursion):
17361 * emacs-lisp/debug.el (debugger-make-xrefs):
17362 * emacs-lisp/cust-print.el (custom-prin1-to-string):
17363 * emacs-lisp/chart.el (chart-new-buffer):
17364 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
17365 Use with-current-buffer.
17366 * textmodes/artist.el (artist-system): Don't call
17367 copy-sequence on a fresh string.
17368 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
17369
17370 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
17371
17372 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
17373 is no item to edit. (Bug#4820)
17374 (todo-top-priorities): Restore point and restore narrowing in Todo
17375 buffer. (Bug#4820)
17376
17377 2009-10-31 Glenn Morris <rgm@gnu.org>
17378
17379 * net/ange-ftp.el (top-level): Don't require dired when compiling.
17380 (comint-last-output-start, comint-last-input-start)
17381 (comint-last-input-end): Don't defvar when compiling.
17382 (ange-ftp-process-file): Use bound-and-true-p.
17383
17384 * pcmpl-rpm.el (top-level): Move provide statement to end.
17385 (pcmpl-rpm): Remove unused custom group.
17386
17387 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
17388
17389 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
17390
17391 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
17392 (byte-compile-warnings): Add `constants' as an option.
17393 (byte-compile-callargs-warn, byte-compile-arglist-warn)
17394 (display-call-tree): Update for byte-compile-fdefinition possibly
17395 returning `(macro lambda ...)'. (Bug#4778)
17396 (byte-compile-variable-ref, byte-compile-setq-default):
17397 Respect `constants' member of byte-compile-warnings.
17398
17399 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
17400
17401 * vc-bzr.el (vc-bzr-revision-keywords): New var.
17402 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
17403 to "submit:".
17404
17405 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
17406
17407 * textmodes/ispell.el (ispell-skip-region-alist):
17408 * international/mule-conf.el (eight-bit):
17409 * international/fontset.el (font-encoding-alist):
17410 * startup.el (pure-space-overflow-message):
17411 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
17412 * paths.el (gnus-nntp-service, rmail-spool-directory)
17413 (term-file-prefix):
17414 * files.el (save-some-buffers-action-alist):
17415 * cmuscheme.el (same-window-buffer-names):
17416 * ielm.el (same-window-buffer-names):
17417 * shell.el (same-window-buffer-names):
17418 * mail/sendmail.el (same-window-buffer-names):
17419 * progmodes/inf-lisp.el (same-window-buffer-names):
17420 * bindings.el (mode-line-client)
17421 (mode-line-column-line-number-mode-map):
17422 * language/tibetan.el (tibetan-precomposition-rule-regexp)
17423 (tibetan-precomposed-regexp): Purecopy string arguments.
17424
17425 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
17426
17427 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
17428 (calcDigit-nondigit):
17429 * calc/calc-yank.el (calc-copy-to-buffer):
17430 * calc/calc-units.el (calc-invalidate-units-table):
17431 * calc/calc-trail.el (calc-trail-yank):
17432 * calc/calc-store.el (calc-insert-variables):
17433 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
17434 * calc/calc-prog.el (calc-read-parse-table):
17435 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
17436 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
17437 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
17438 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
17439 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
17440 (calc-graph-name, calc-graph-find-command, calc-graph-view)
17441 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
17442 * calc/calc-ext.el (calc-realign):
17443 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
17444 (calc-embedded-finish-edit, calc-embedded-make-info)
17445 (calc-embedded-finish-command, calc-embedded-stack-change):
17446 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
17447
17448 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
17449 shell-dynamic-complete-filename in preference to
17450 comint-dynamic-complete-filename.
17451
17452 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
17453 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
17454 Don't consider whether the display supports colors.
17455 (bookmark-import-new-list): Use dolist.
17456 (bookmark-bmenu-mode-map): Move initialization into declaration.
17457 (bookmark-bmenu-list): Use dolist, simplify.
17458 (bookmark-show-all-annotations): Use save-selected-window and dolist.
17459 (menu-bar-final-items): Use push.
17460
17461 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
17462
17463 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
17464 it works on remote files.
17465 (vc-hg-diff): Don't pass any `--cwd' argument.
17466
17467 2009-10-27 Kevin Ryde <user42@zip.com.au>
17468
17469 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
17470 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
17471 (Further to Bug#3921).
17472
17473 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
17474
17475 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
17476 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
17477 calling `tramp-imap-put-file'. Add file size to the call.
17478 (tramp-imap-get-file-entries): Compute also user name, file size,
17479 and date.
17480 (tramp-imap-handle-insert-directory): Insert uid and gid.
17481 (tramp-imap-handle-file-attributes): Transform uid and gid
17482 according to `id-format'.
17483 (tramp-imap-put-file): New optional parameter SIZE. Encode file
17484 size in header X-Size.
17485
17486 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
17487
17488 * simple.el (transpose-subr): Give clearer error when the mark
17489 is not set. (Bug#4807)
17490
17491 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
17492
17493 * net/tramp.el (tramp-perl-file-truename): New defconst.
17494 Perl code contributed by yary <not.com@gmail.com> (tiny change).
17495 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
17496 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
17497 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
17498
17499 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
17500 Ignore `dired-call-process'.
17501 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
17502
17503 2009-10-26 Julian Scheid <julians37@gmail.com>
17504
17505 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
17506 (tramp-get-remote-readlink): New defun.
17507 (tramp-handle-file-truename): Use it.
17508 (tramp-handle-file-exists-p): Check file-attributes cache, assume
17509 file exists if cache value present.
17510 (tramp-check-cached-permissions): New defun.
17511 (tramp-handle-file-readable-p): Use it.
17512 (tramp-handle-file-writable-p): Likewise.
17513 (tramp-handle-file-executable-p): Likewise.
17514 (tramp-handle-file-name-all-completions): Try using Perl to get
17515 partial completions. When perl not available, combine `cd' and
17516 `ls' into single remote operation and use shell expansion to get
17517 partial remote directory contents. Set `file-exists-p' cache for
17518 directory and any files returned by ls. Change cache handling to
17519 support partial directory contents. Use error message emitted by
17520 remote `cd' or Perl code for local tramp-error.
17521 (tramp-do-copy-or-rename-file-directly): Avoid separate
17522 tramp-send-command-and-check call.
17523 (tramp-handle-process-file): Merge three remote ops into one.
17524 Do not flush all caches when `process-file-side-effects' is set.
17525 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
17526 file-attributes shows uid/gid to be set already.
17527
17528 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
17529
17530 * textmodes/tex-mode.el (tex-dvi-view-command)
17531 (tex-show-queue-command, tex-open-quote):
17532 * progmodes/ruby-mode.el (auto-mode-alist)
17533 (interpreter-mode-alist): Purecopy strings.
17534
17535 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
17536
17537 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
17538 string for the hook, keymap and abbrev table.
17539
17540 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
17541
17542 * x-dnd.el (x-dnd-xdnd-to-action):
17543 * startup.el (fancy-startup-text, fancy-about-text): Change to
17544 defconst from defvar.
17545
17546 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
17547
17548 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
17549 Purecopy initialization strings.
17550
17551 * mail/sendmail.el (mail-header-separator)
17552 (mail-personal-alias-file):
17553 * mail/rmail.el (rmail-default-dont-reply-to-names)
17554 (rmail-ignored-headers, rmail-retry-ignored-headers)
17555 (rmail-highlighted-headers, rmail-secondary-file-directory)
17556 (rmail-secondary-file-regexp):
17557 * files.el (null-device, file-name-invalid-regexp)
17558 (locate-dominating-stop-dir-regexp)
17559 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
17560 (interpreter-mode-alist): Use mapcar instead of mapc.
17561
17562 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
17563
17564 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
17565 (completion-ignored-extensions):
17566 (debug-ignored-errors): Purecopy strings.
17567
17568 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
17569
17570 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
17571 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
17572 (pcomplete--here): Use push.
17573
17574 * subr.el (all-completions): Declare the 4th arg obsolete.
17575
17576 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
17577
17578 * pcomplete.el (pcomplete-unquote-argument-function): New var.
17579 (pcomplete-unquote-argument): New function.
17580 (pcomplete--common-suffix): Always pay attention to case.
17581 (pcomplete--table-subvert): Quote and unquote the text.
17582 (pcomplete--common-quoted-suffix): New function.
17583 (pcomplete-std-complete): Use it and pcomplete-begin.
17584
17585 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
17586 we're inside a dedicated or minibuffer window.
17587
17588 2009-10-24 Karl Fogel <kfogel@red-bean.com>
17589
17590 * bookmark.el: Update documentation, especially documentation
17591 of `bookmark-alist' and of the bookmark file format.
17592 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
17593
17594 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
17595
17596 * mail/emacsbug.el (report-emacs-bug): Clarify that the
17597 keybindings apply to the mail buffer (Bug#4003). Shrink help
17598 window to buffer.
17599
17600 * whitespace.el (whitespace-mode, whitespace-newline-mode)
17601 (global-whitespace-mode, global-whitespace-newline-mode)
17602 (whitespace-toggle-options, global-whitespace-toggle-options):
17603 Doc fix (Bug#3660).
17604
17605 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
17606 of xmltok-start before the end tag was inserted (Bug#2840).
17607
17608 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
17609 patterns that are preceded by an open-paren (Bug#1320).
17610
17611 2009-10-24 Sven Joachim <svenjoac@gmx.de>
17612
17613 * files.el (delete-directory): Delete symlinks to directories with
17614 delete-file (Bug#4739).
17615
17616 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
17617
17618 * vc.el (vc-backend-for-registration): Rename from
17619 vc-get-backend-for-registration. Update callers.
17620
17621 * international/mule-cmds.el (set-language-info-alist):
17622 Purecopy lang-env.
17623 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
17624 (charset): Purecopy the name.
17625 (define-char-code-property): Purecopy string arguments.
17626
17627 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
17628 Purecopy string arguments.
17629
17630 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
17631 * ediff-hook.el (menu-bar-ediff-menu):
17632 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
17633 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
17634
17635 2009-10-24 Glenn Morris <rgm@gnu.org>
17636
17637 * comint.el (comint-dynamic-list-completions):
17638 * term.el (term-dynamic-list-completions): Use choose-completion rather
17639 than obsolete alias mouse-choose-completion.
17640
17641 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
17642 file-cache-choose-completion.
17643 (file-cache-choose-completion): Handle an optional event argument.
17644 (file-cache-mouse-choose-completion): Make it an obsolete alias.
17645
17646 * progmodes/octave-mod.el (octave-complete-symbol):
17647 Use choose-completion if mouse-choose-completion is ever removed.
17648
17649 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
17650 use.
17651
17652 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
17653 compiler.
17654
17655 * vc-hooks.el (vc-responsible-backend): Fix declaration.
17656
17657 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
17658
17659 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
17660 Ignore `pred' now that we receive one.
17661 Handle test-completion specially.
17662
17663 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
17664
17665 * vc.el (vc-responsible-backend): Throw an error if not backend is
17666 found. Remove the REGISTER argument. Move the code dealing with
17667 REGISTER ...
17668 (vc-get-backend-for-registration): ... here. New function.
17669 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
17670 of vc-responsible-backend, pass the file name instead of the
17671 directory name.
17672
17673 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
17674
17675 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
17676 New funs.
17677 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
17678 (pcomplete-comint-setup): Don't modify a global var via
17679 accidental side-effects.
17680 (pcomplete-shell-setup): Adjust call accordingly.
17681 (pcomplete-parse-comint-arguments): Use push.
17682
17683 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
17684
17685 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
17686 Allow uncapitalized info node names (Bug#3921).
17687
17688 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
17689 to the DEBUG file (Bug#3781).
17690
17691 2009-10-23 Jari Aalto <jari.aalto@cante.net>
17692
17693 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
17694 dictionary entry (Bug#4579).
17695
17696 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
17697
17698 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
17699 from `rfn-eshadow-update-overlay-hook' when unloading.
17700 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
17701 "rsyncc". Adjust doc string.
17702 (tramp-temp-buffer-file-name): New buffer-local defvar.
17703 (tramp-handle-insert-file-contents, tramp-handle-write-region):
17704 Keep temporary file when indicated by method ("rsync" and
17705 "rsyncc").
17706 (tramp-handle-write-region): Handle APPEND.
17707 (tramp-delete-temp-file-function): New defun. Added to
17708 `kill-buffer-hook'.
17709
17710 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
17711
17712 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
17713
17714 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
17715
17716 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
17717 (color-name-rgb-alist, tty-standard-colors)
17718 (tty-color-mode-alist): Change to defconst.
17719
17720 * simple.el (mark-inactive): Purecopy message.
17721
17722 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
17723 (global-map, yank-menu):
17724 * textmodes/ispell.el (ispell-menu-map):
17725 * net/eudc.el (eudc-tools-menu):
17726 * international/mule-cmds.el (describe-language-environment-map)
17727 (setup-language-environment-map, set-coding-system-map)
17728 (mule-menu-keymap):
17729 * vc-hooks.el (vc-menu-entry, vc-menu-map):
17730 * replace.el (occur-mode-map):
17731 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
17732
17733 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
17734
17735 * calc/calc.el (math-read-number, math-read-number-simple):
17736 Use `save-match-data'.
17737
17738 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
17739
17740 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
17741 rather than fiddling with global-map bindings, since it should only
17742 affect per-terminal settings.
17743 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
17744
17745 * minibuffer.el (completion-table-with-terminator): Allow to specify
17746 the terminator-regexp.
17747
17748 * simple.el (switch-to-completions): Look for *Completions* in other
17749 frames as well.
17750
17751 * pcomplete.el: Allow the use of completion-tables.
17752 (pcomplete-std-complete): New command.
17753 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
17754 (pcomplete--here): Use a function for `form' rather than an expression,
17755 so it can be byte-compiled.
17756 (pcomplete-here, pcomplete-here*): Adjust accordingly.
17757 Add edebug declaration.
17758 (pcomplete-show-completions): Remove unused var `curbuf'.
17759 (pcomplete-do-complete, pcomplete-stub):
17760 Don't assume `completions' is a list of strings any more.
17761
17762 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
17763
17764 * find-dired.el (find-name-arg): Fix typo in docstring.
17765
17766 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
17767
17768 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
17769 (pcmpl-linux-fs-types): Same, and update to new modules layout.
17770
17771 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
17772 pcomplete-entries.
17773
17774 * comint.el (comint-read-input-ring, comint-write-input-ring)
17775 (comint-substitute-in-file-name)
17776 (comint-dynamic-complete-as-filename)
17777 (comint-dynamic-simple-complete)
17778 (comint-dynamic-list-filename-completions)
17779 (comint-dynamic-list-completions)
17780 (comint-redirect-results-list-from-process): Minor simplifications.
17781
17782 2009-10-21 Kevin Ryde <user42@zip.com.au>
17783
17784 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
17785 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
17786 the first form. And insert a blank line after ";;; Code" since
17787 that's usual style. (Bug#4612)
17788
17789 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
17790
17791 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17792
17793 * minibuffer.el (completion-table-with-terminator): Properly implement
17794 boundaries, in case `terminator' appears in the suffix.
17795 (completion--embedded-envvar-table): Don't return boundaries if
17796 there's no valid completion. Simplify.
17797 (completion-file-name-table): New completion table extracted from
17798 completion--file-name-table.
17799 (completion--file-name-table): Use it.
17800 (read-file-name-predicate): Declare obsolete.
17801 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
17802 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
17803 completion-file-name-table, and use the `pred' argument.
17804 * files.el (locate-file-completion-table): Use the `pred' arg rather
17805 than read-file-name-predicate.
17806 (abbreviate-file-name): Use \` rather than ^ for BOS.
17807
17808 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
17809
17810 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
17811 vc-responsible-backend to register, it causes problems.
17812
17813 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17814
17815 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
17816
17817 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
17818
17819 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
17820 (tramp-smb-handle-file-attributes): Use it.
17821 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
17822 (tramp-smb-handle-insert-directory): Use `mapc' rather than
17823 `mapcar'. Use `tramp-smb-get-stat-capability'.
17824 Add `dired-filename' text properties.
17825 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
17826 (tramp-smb-maybe-open-connection): Simplify check for smbclient
17827 version.
17828
17829 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
17830
17831 * subr.el (read-key-delay): Reduce to 0.01.
17832 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
17833 (bug#4751).
17834
17835 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
17836
17837 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
17838
17839 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
17840 (Info-menu): Remove unused vars `last' and `completions'.
17841 (Info-index-nodes): Remove unused var `node'.
17842
17843 * info.el (Info-complete-menu-item): Use complete-with-action.
17844
17845 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
17846
17847 Make vc-annotate work through copies and renames.
17848 * vc-annotate.el (vc-annotate-extract-revision-at-line):
17849 Return the file name too.
17850 (vc-annotate-revision-at-line)
17851 (vc-annotate-find-revision-at-line)
17852 (vc-annotate-revision-previous-to-line)
17853 (vc-annotate-show-log-revision-at-line): Update to get the file
17854 name from vc-annotate-extract-revision-at-line.
17855 (vc-annotate-show-diff-revision-at-line-internal): Change the
17856 argument to mean whether to show a file diff or not. Get the file
17857 name from vc-annotate-extract-revision-at-line.
17858 (vc-annotate-show-diff-revision-at-line):
17859 Update vc-annotate-show-diff-revision-at-line call.
17860 (vc-annotate-warp-revision): Add an optional file argument.
17861
17862 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
17863 (vc-git-annotate-extract-revision-at-line): Also return the file
17864 name if found.
17865
17866 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
17867 command. Remove unused code.
17868 (vc-hg-annotate-re): Update to match --follow output.
17869 (vc-hg-annotate-extract-revision-at-line): Also return the file
17870 name if found.
17871
17872 * vc.el: Update annotate-extract-revision-at-line documentation.
17873
17874 2009-10-18 Kevin Ryde <user42@zip.com.au>
17875
17876 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
17877 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
17878
17879 * net/browse-url.el (browse-url): Identify alist with "consp and
17880 not functionp" and let all other things go down the `apply' leg,
17881 as suggested by Stefan. (Further to bug#4531.)
17882
17883 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
17884
17885 * minibuffer.el (read-file-name): Check for repeat before putting
17886 a default argument in file-name-history (Bug#4657).
17887
17888 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
17889 read syntax (Bug#4737).
17890
17891 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
17892
17893 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
17894
17895 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
17896 (html-tag-alist, html-tag-help): Add descriptions for undocumented
17897 entries and make note of obsolete tags.
17898
17899 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
17900
17901 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
17902
17903 2009-10-18 Glenn Morris <rgm@gnu.org>
17904
17905 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
17906 grep, so that binary files (eg international/uni-bidi.el) can match.
17907 Remove test for "UnicodeData" files, since it is hopefully unnecessary
17908 now, and in any case the file header format has changed.
17909
17910 2009-10-17 Glenn Morris <rgm@gnu.org>
17911
17912 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
17913 (flyspell-get-word, flyspell-large-region)
17914 (flyspell-auto-correct-previous-word): Doc/error message fixes.
17915
17916 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
17917
17918 * Makefile.in (ELCFILES): Add ede/shell.
17919
17920 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
17921
17922 * term/common-win.el (x-colors): Purecopy it.
17923
17924 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17925
17926 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
17927 permissive for when the buffer is empty.
17928 (tar-header-block-tokenize): Decode the username and groupname.
17929 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
17930
17931 2009-10-17 Eric Ludlam <zappo@gnu.org>
17932
17933 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
17934 contains multibyte characters, choose first applicable coding
17935 system automatically.
17936
17937 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17938
17939 * international/mule-cmds.el (select-safe-coding-system): If the file
17940 has a coding cookie, use it regardless of any other setting (bug#4712).
17941
17942 2009-10-17 Glenn Morris <rgm@gnu.org>
17943
17944 * foldout.el (foldout-mouse-swallow-events):
17945 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
17946
17947 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
17948 (dired-keep-marker-copy, dired-keep-marker-hardlink)
17949 (dired-keep-marker-symlink, dired-dwim-target)
17950 (dired-copy-preserve-time): Do not autoload these defcustoms.
17951
17952 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
17953 messages from messing up the file coding. (Bug#4623)
17954
17955 2009-10-17 Jari Aalto <jari.aalto@cante.net>
17956
17957 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
17958 if no match is found for the current dictionary. (Bug#4578)
17959
17960 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
17961 optional, since that is how it is documented, and this is often called
17962 with a nil argument. (Bug#4577)
17963 (flyspell-external-point-words, flyspell-auto-correct-word)
17964 (flyspell-correct-word-before-point, flyspell-word-search-forward)
17965 (flyspell-word-search-backward): Remove nil argument in calls to
17966 flyspell-get-word, since it is not needed now.
17967
17968 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
17969
17970 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
17971
17972 2009-10-16 Glenn Morris <rgm@gnu.org>
17973
17974 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
17975
17976 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
17977
17978 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
17979 (ange-ftp-file-size): New function.
17980 (ange-ftp-file-attributes): Use it.
17981
17982 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
17983
17984 * net/tramp-smb.el (tramp-smb-version): New defvar.
17985 (tramp-smb-maybe-open-connection): Use it, in order to avoid
17986 repeated checks.
17987
17988 2009-10-16 Glenn Morris <rgm@gnu.org>
17989
17990 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
17991 Maybe copy some custom properties from old to new name. (Bug#4706)
17992
17993 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
17994
17995 * subr.el (error, sit-for, start-process-shell-command)
17996 (start-file-process-shell-command): Set the calling convention
17997 after the function definition.
17998
17999 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
18000
18001 * subr.el (error, sit-for, start-process-shell-command)
18002 (start-file-process-shell-command): Use the new
18003 set-advertised-calling-convention feature.
18004
18005 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
18006
18007 * international/ucs-normalize.el (ucs-normalize-version):
18008 Change to 1.2.
18009 (check-range): Adjust for Unicode 5.2.
18010
18011 2009-10-15 Juri Linkov <juri@jurta.org>
18012
18013 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
18014 to the `menu-item' format.
18015
18016 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
18017
18018 * net/tramp.el (tramp-replace-environment-variables): Do not fail
18019 if the environment variable does not exist.
18020
18021 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
18022 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
18023 parameter.
18024 (tramp-smb-handle-add-name-to-file)
18025 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
18026 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
18027 (tramp-smb-handle-file-attributes)
18028 (tramp-smb-do-file-attributes-with-stat)
18029 (tramp-smb-handle-file-local-copy)
18030 (tramp-smb-handle-insert-directory)
18031 (tramp-smb-handle-make-directory)
18032 (tramp-smb-handle-make-directory-internal)
18033 (tramp-smb-handle-make-symbolic-link)
18034 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
18035 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
18036 (tramp-smb-maybe-open-connection): Apply the changed parameters.
18037 (tramp-smb-read-file-entry): Read Disk names in compressed format.
18038 Handle long file names.
18039 (tramp-smb-get-cifs-capabilities): Check, whether the connection
18040 process is running.
18041 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
18042 Read share names with "-g" option.
18043
18044 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
18045
18046 * net/rcirc.el (rcirc-view-log-file): New command.
18047 (rcirc-track-minor-mode-map): Remove C-c ` binding.
18048 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
18049 specified.
18050
18051 2009-10-15 Glenn Morris <rgm@gnu.org>
18052
18053 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
18054 from the second command-line argument.
18055 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
18056 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
18057 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
18058 w32-batch-update-autoloads.
18059 * emacs-lisp/autoload.el (autoload-make-program): New variable.
18060 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
18061
18062 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
18063 the headers cannot be located. Simplify, subtracting superflous
18064 save-excursions.
18065
18066 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
18067
18068 Replace completion-base-size by completion-base-position to fix bugs
18069 such as (bug#4699).
18070 * simple.el (completion-base-position): New var.
18071 (completion-base-size): Mark as obsolete.
18072 (choose-completion): Make it work for mouse events as well.
18073 Pass the new base-position to choose-completion-string.
18074 (choose-completion-guess-base-position): New function, extracted from
18075 choose-completion-delete-max-match.
18076 (choose-completion-delete-max-match): Use it. Make obsolete.
18077 (choose-completion-string): Use the new base-position info.
18078 (completion-root-regexp): Delete.
18079 (completion-setup-function): Preserve completion-base-position.
18080 Eliminate obsolete base-size manipulation.
18081 * minibuffer.el (display-completion-list): Don't mess with base-size.
18082 (minibuffer-completion-help): Set completion-base-position instead.
18083 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
18084 choose-completion.
18085 * textmodes/bibtex.el (bibtex-complete):
18086 * emacs-lisp/crm.el (crm--choose-completion-string):
18087 Adjust to new calling convention.
18088 * complete.el (partial-completion-mode): Use minibufferp to avoid
18089 bumping into incompatible change to choose-completion-string-functions.
18090 * ido.el (ido-choose-completion-string): Make its calling convention
18091 more permissive.
18092 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
18093 base-size manipulation.
18094 (comint-dynamic-list-input-ring): Use dotimes and push.
18095 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
18096 fundamental-mode. Use `or'.
18097
18098 2009-10-14 Juri Linkov <juri@jurta.org>
18099
18100 * misearch.el (multi-isearch-next-buffer-from-list)
18101 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
18102
18103 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
18104
18105 * Makefile.in (compile-onefile): Load `bytecomp' rather than
18106 `bytecomp.el'.
18107
18108 * minibuffer.el (completion-pcm--merge-completions): Make sure the
18109 string we return is all made up of text from the completions rather
18110 than part from the completions and part from the input (bug#4219).
18111
18112 * ido.el (ido-everywhere): Use define-minor-mode.
18113
18114 * buff-menu.el (list-buffers, ctl-x-map):
18115 Mark the entry points with ;;;###autoload cookies.
18116
18117 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
18118
18119 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
18120 correctly in the detached head case.
18121 (vc-git-print-log): Remove unused binding.
18122
18123 * vc.el (vc-responsible-backend): When a directory is passed for
18124 for registration create a VC repository if no backend is
18125 responsible for the directory argument.
18126 (vc-deduce-fileset): Tell vc-responsible-backend to register.
18127
18128 * vc.el: Move comments about RCS and SCCS ...
18129 * vc-rcs.el:
18130 * vc-sccs.el: ... here, respectively.
18131
18132 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
18133
18134 * minibuffer.el (completion--file-name-table): Return nil if there's
18135 no file completion, even if substitute-in-file-name changed
18136 the string (bug#4708).
18137
18138 2009-10-13 Juri Linkov <juri@jurta.org>
18139
18140 * files-x.el (read-file-local-variable-value): Don't filter out
18141 minor modes from mode name completion (bug#4664).
18142
18143 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
18144
18145 * international/mule-cmds.el (ucs-names): Remove exclusion of
18146 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
18147
18148 2009-10-13 Kenichi Handa <handa@m17n.org>
18149
18150 * international/uni-name.el: Regenerated.
18151
18152 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
18153
18154 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
18155 should be automatically buffer-local, but isn't.)
18156
18157 2009-10-12 Sam Steingold <sds@gnu.org>
18158
18159 * progmodes/compile.el (compilation-next-error-function): Fix the
18160 timestamps if the buffer has been visited before.
18161 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
18162 non-anchored patterns, like the perl one (bug#3928).
18163
18164 2009-10-12 Glenn Morris <rgm@gnu.org>
18165
18166 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
18167 Let-bind `size'.
18168
18169 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
18170
18171 * proced.el (proced-unload-function): New function.
18172
18173 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
18174 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
18175 Doc fix.
18176
18177 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
18178
18179 2009-10-11 Juri Linkov <juri@jurta.org>
18180
18181 * files-x.el (read-file-local-variable-value):
18182 Provide default value only for bound variables (bug#4664).
18183
18184 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
18185
18186 * net/tramp.el (tramp-local-host-p): Function shall return nil for
18187 connection methods like smb.
18188
18189 * net/tramp-cache.el (tramp-flush-connection-property): The hash
18190 can be empty.
18191
18192 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
18193 (tramp-smb-file-name-handler-alist): Add handlers for
18194 `add-name-to-file', `make-symbolic-link'.
18195 (tramp-smb-handle-add-name-to-file)
18196 (tramp-smb-do-file-attributes-with-stat)
18197 (tramp-smb-handle-make-symbolic-link)
18198 (tramp-smb-get-cifs-capabilities): New defuns.
18199 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
18200 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
18201 (tramp-smb-handle-file-local-copy)
18202 (tramp-smb-handle-make-directory-internal)
18203 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
18204 The file name syntax depends on cifs capabilities.
18205 (tramp-smb-handle-file-attributes):
18206 Call `tramp-smb-do-file-attributes-with-stat' if possible.
18207 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
18208 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
18209
18210 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
18211
18212 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
18213 (eieio-defclass): Apply deftype handler and setf-method properties
18214 directly.
18215 (eieio-add-new-slot): Avoid union function from cl library.
18216 (eieio--typep): New function.
18217 (eieio-perform-slot-validation): Use it.
18218
18219 2009-10-10 Karl Fogel <kfogel@red-bean.com>
18220
18221 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
18222 Update documentation to refer to the variables documented in r1.135.
18223 (Bug#4188)
18224
18225 2009-10-10 Karl Fogel <kfogel@red-bean.com>
18226
18227 * bookmark.el (Info-suffix-list): Remove this unused variable.
18228 (bookmark-current-point): Remove this obsolete variable.
18229 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
18230 Adjust for removal of bookmark-current-point.
18231
18232 (bookmarks-already-loaded, bookmark-current-buffer)
18233 (bookmark-yank-point): Document. (Bug#4188)
18234
18235 2009-10-10 Glenn Morris <rgm@gnu.org>
18236
18237 * frame.el (frame-height): Doc fix.
18238
18239 * calendar/calendar.el (calendar-split-width-threshold): New option.
18240 (calendar-basic-setup): Use calendar-split-width-threshold.
18241
18242 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
18243
18244 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
18245 Ideographic Supplement" range (U+1F200..U+1F2FF).
18246
18247 2009-10-09 Karl Fogel <kfogel@red-bean.com>
18248
18249 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
18250 since the list will have been rebuilt anyway. (Bug#4349)
18251
18252 2009-10-09 Karl Fogel <kfogel@red-bean.com>
18253
18254 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
18255 (bookmark-bmenu-execute-deletions): Don't save here, as
18256 bookmark-delete will now do so if necessary.
18257 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
18258 (Bug#4348)
18259
18260 2009-10-09 Glenn Morris <rgm@gnu.org>
18261
18262 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
18263
18264 2009-10-09 Karl Fogel <kfogel@red-bean.com>
18265
18266 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
18267 (bookmark-jump-other-window): Just invoke bookmark-jump with new
18268 argument now, so the two function's behaviors will match. (Bug#3645)
18269
18270 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
18271
18272 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
18273 (tramp-file-name-real-host, tramp-file-name-port):
18274 Apply `save-match-data'.
18275
18276 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
18277 case both directories are remote.
18278 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
18279 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
18280
18281 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
18282
18283 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
18284
18285 2009-10-07 Glenn Morris <rgm@gnu.org>
18286
18287 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
18288 of concat.
18289
18290 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
18291
18292 * files-x.el (read-file-local-variable): Include some
18293 non-user-variables in the completion table (bug#4664).
18294
18295 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
18296
18297 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
18298 message.
18299
18300 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
18301 (tramp-smb-file-name-handler-alist): Add handler for
18302 `copy-directory', `expand-file-name', `set-file-modes'.
18303 (tramp-smb-handle-copy-directory)
18304 (tramp-smb-handle-expand-file-name)
18305 (tramp-smb-handle-set-file-modes): New defuns.
18306 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
18307 (tramp-smb-handle-file-attributes): Simplify check for retrieving
18308 entry.
18309 (tramp-smb-handle-insert-directory): Don't flush the cache.
18310 (tramp-smb-maybe-open-connection): Check for samba client and
18311 server versions.
18312
18313 2009-10-07 Eli Zaretskii <eliz@gnu.org>
18314
18315 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
18316 to not error out of search for "^lisp=" fails.
18317
18318 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
18319
18320 * makefile.w32-in (WINS_UPDATES): New macro.
18321 (custom-deps, finder-data, autoloads): Use it.
18322
18323 2009-10-07 Glenn Morris <rgm@gnu.org>
18324
18325 * Makefile.in (autoloads): Revert previous change.
18326 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
18327 the list of preloaded files passed on the command-line, get
18328 it from src/Makefile.
18329
18330 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
18331 show the original buffer rather than a random one.
18332
18333 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
18334
18335 * help.el (describe-no-warranty): Place point in a slightly better
18336 position in the GPLv3 text.
18337
18338 2009-10-06 Sam Steingold <sds@gnu.org>
18339
18340 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
18341 the comm attribute is present before calling regexp-quote.
18342
18343 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
18344
18345 * play/animate.el (animate-string): For good effect, make sure
18346 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
18347
18348 * play/animate.el (animate-sequence, animate-birthday-present):
18349 * misc.el (butterfly): Don't set `indent-tabs-mode'.
18350
18351 2009-10-06 Glenn Morris <rgm@gnu.org>
18352
18353 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
18354
18355 * emacs-lisp/autoload.el (autoload-excludes): New variable.
18356 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
18357 (batch-update-autoloads): Process a string value of autoload-excludes,
18358 set during the build process.
18359 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
18360
18361 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
18362 inside with-parsed... macro so that `v' is defined.
18363
18364 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
18365 * progmodes/fortran.el (fortran-end-of-block)
18366 (fortran-beginning-of-block):
18367 Also push mark in the macro case.
18368
18369 * emerge.el (emerge-show-file-name):
18370 * calc/calc.el (calc-quit):
18371 * calc/calc-misc.el (calc-big-or-small):
18372 * calc/calc-graph.el (calc-graph-view):
18373 * calc/calc-ext.el (calc-reset):
18374 * calendar/calendar.el (calendar-basic-setup):
18375 Use window-full-height-p.
18376
18377 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
18378 header we don't understand, don't insert another. (Bug#4624)
18379 If changing mime charset, insert the new one in the right place.
18380
18381 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
18382
18383 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
18384 (cal-tex-cursor-month): Correctly increment the end date for diary and
18385 holiday listing. (Bug#4626)
18386
18387 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18388
18389 * help-fns.el (describe-function-1): Don't burp if the function is not
18390 a symbol.
18391
18392 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
18393
18394 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
18395 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
18396 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
18397 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
18398
18399 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
18400 (eieio-default-superclass): Reflow docstrings.
18401 (this, class-option-assoc, defclass, eieio-class-un-autoload)
18402 (eieio-unbind-method-implementations, defmethod)
18403 (eieio-validate-slot-value, eieio-validate-class-slot-value)
18404 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
18405 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
18406 (eieio-slot-originating-class-p, eieio-slot-name-index)
18407 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
18408 (constructor, initialize-instance, no-next-method, object-print)
18409 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
18410 Fix typos in docstrings.
18411 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
18412 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
18413 (next-method-p): Doc fixes.
18414 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
18415 Fix typos in error messages.
18416 (eieio-defmethod): Fix typo in description of generic method.
18417
18418 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
18419 (eieio-persistent-save-interactive, slot-missing):
18420 Fix typos in docstrings.
18421 (eieio-instance-inheritor-slot-boundp): Doc fix.
18422
18423 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
18424 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
18425
18426 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
18427 (eieio-custom-object-apply-reset):
18428 Fix typos in docstrings and error messages.
18429
18430 * emacs-lisp/eieio-datadebug.el (data-debug-show):
18431 Fix typo in docstring.
18432
18433 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
18434 (eieio-browse-tree): Doc fix.
18435 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
18436 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
18437 Fix typos in docstrings.
18438
18439 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
18440 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
18441 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
18442 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
18443 Reflow docstrings.
18444
18445 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
18446
18447 * vc-hg.el (log-view-vc-backend): Declare for compiler.
18448 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
18449 Set log-view-vc-backend so that diff can work.
18450
18451 * log-view.el (log-view-diff): Use vc-diff-internal instead of
18452 vc-version-diff.
18453 (vc-diff-internal): Autoload this instead of vc-version-diff.
18454
18455 2009-10-05 Eli Zaretskii <eliz@gnu.org>
18456
18457 * simple.el (eval-expression): Doc fix.
18458
18459 * progmodes/cwarn.el (cwarn-mode): Doc fix.
18460
18461 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
18462
18463 * files.el (directory-files-no-dot-files-regexp): New defconst.
18464 (delete-directory): Use it.
18465 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
18466
18467 * net/tramp.el (tramp-verbose): Fix docstring.
18468 (tramp-methods): Add recursive option to `tramp-copy-args'.
18469 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
18470 "scp1_old", "scp2_old", "rsync", "rsyncc".
18471 (tramp-default-method): Check also for `auth-source-user-or-password'.
18472 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
18473 Add handler for `copy-directory'.
18474 (tramp-handle-copy-directory): New defun.
18475 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
18476 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
18477 Optimize sent command.
18478
18479 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18480
18481 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
18482 window if necessary.
18483
18484 * calendar/calendar.el (calendar-basic-setup): Don't call
18485 switch-to-buffer in a dedicated window.
18486
18487 2009-10-05 Karl Fogel <kfogel@red-bean.com>
18488
18489 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
18490 don't do anything related to relocating, just return nil.
18491 (bookmark-error-no-filename): New error.
18492 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
18493 bookmark has no file. Don't even attempt to handle things that
18494 are not files; the whole point of custom handlers is to keep that
18495 knowledge elsewhere anyway. Tighten some comments.
18496 (bookmark-file-or-variation-thereof): Remove now-unused function.
18497 (bookmark-location): Doc string fix.
18498 (Bug#4250)
18499
18500 2009-10-04 Karl Fogel <kfogel@red-bean.com>
18501
18502 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
18503 don't use a file dialog, because they usually don't know how to read
18504 a directory target from the user. (Bug#4230)
18505 Also, make sure the prompt can display directories as well as files.
18506
18507 2009-10-04 Karl Fogel <kfogel@red-bean.com>
18508
18509 * bookmark.el (bookmark-set, bookmark-buffer-name):
18510 Improve doc strings. (Bug#1193)
18511
18512 2009-10-04 Karl Fogel <kfogel@red-bean.com>
18513
18514 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
18515 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
18516 (bookmark-get-annotation, bookmark-set-annotation)
18517 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
18518 (bookmark-set-position, bookmark-get-front-context-string)
18519 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
18520 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
18521 (bookmark-jump-other-window, bookmark-handle-bookmark)
18522 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
18523 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
18524 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
18525 Improve doc strings to say whether bookmark can be a string or
18526 a record or both, and make other consistency and clarity fixes.
18527 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
18528 (bookmark-default-annotation-text, bookmark-yank-word)
18529 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
18530 (bookmark-import-new-list, bookmark-maybe-rename)
18531 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
18532 (bookmark-bmenu-bookmark): Give these doc strings.
18533 (bookmark-bmenu-check-position): Give this a doc string, but also
18534 add a FIXME comment about how the function may be pointless.
18535 (bookmark-default-handler): Rework doc string and change a
18536 parameter name, to clarify that this takes a bookmark record
18537 not a bookmark name.
18538 (bookmark-set): Change a parameter name to indicate its meaning,
18539 and improve the doc string a bit.
18540 (Bug#4188)
18541
18542 2009-10-04 Karl Fogel <kfogel@red-bean.com>
18543
18544 * bookmark.el (bookmark-alist): Document the new `handler' element
18545 in the param alist.
18546 (bookmark-make-record-function): Adjust documentation for above.
18547 (Bug#4193)
18548
18549 2009-10-04 Karl Fogel <kfogel@red-bean.com>
18550
18551 * info.el (Info-bookmark-make-record): Document this function.
18552 (Info-bookmark-jump): Document with a doc string, not just a comment.
18553 (Bug#4203)
18554
18555 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
18556
18557 * files.el (copy-directory): New defun.
18558
18559 * dired-aux.el (dired-copy-file-recursive): Use it.
18560
18561 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
18562
18563 * files-x.el (modify-dir-local-variable)
18564 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
18565 docstrings.
18566
18567 * recentf.el (recentf-unload-function): New function.
18568
18569 2009-10-04 Glenn Morris <rgm@gnu.org>
18570
18571 * window.el (window-full-height-p): Add doc string.
18572
18573 2009-10-04 Martin Rudalics <rudalics@gmx.at>
18574
18575 * window.el (window-full-height-p): New function. (Bug#4543)
18576
18577 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
18578
18579 * vc.el: Remove commented out code.
18580 (vc-derived-from-dir-mode): Remove, unused.
18581 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
18582
18583 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
18584
18585 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
18586 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
18587 there could be recursive loading when `default-directory' is a
18588 remote file name. (Bug#4614)
18589
18590 2009-10-03 Glenn Morris <rgm@gnu.org>
18591
18592 * calendar/calendar.el (calendar-basic-setup): Handle the case where
18593 the frame is wide.
18594 (calendar-generate-window): Test for shrinkability rather than width.
18595
18596 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
18597 reusing existing buffers, in case we happen to visit two files with the
18598 same basename. (Bug#4593)
18599
18600 2009-10-02 Eli Zaretskii <eliz@gnu.org>
18601
18602 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
18603 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
18604 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
18605 subdirs of cedet as well.
18606 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
18607
18608 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
18609
18610 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
18611 Obey advertised-signature-table.
18612
18613 * help-fns.el (help-function-arglist): Don't check
18614 advertised-signature-table.
18615 (describe-function-1): Do it here instead so it also applies to subrs.
18616
18617 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
18618
18619 * simple.el (start-file-process): Say in the doc-string, that file
18620 handlers might not support pty association, if PROGRAM is nil.
18621
18622 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
18623 HOST and USER are strings. They are nil, when there are
18624 incomplete entries in ~/.netrc, for example.
18625 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
18626 root directory ("device busy" error otherwise).
18627
18628 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
18629 Flush file properties of created directory.
18630
18631 2009-10-02 Eli Zaretskii <eliz@gnu.org>
18632
18633 * makefile.w32-in (WINS_BASIC): Remove cedet.
18634 (WINS_CEDET): Add cedet.
18635 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
18636
18637 2009-10-02 Kevin Ryde <user42@zip.com.au>
18638
18639 * net/browse-url.el (browse-url): Pass any symbol in
18640 browse-url-browser-function to `apply', since if you've mistakenly put
18641 an unbound symbol then the error is clearer. (Bug#4531)
18642
18643 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
18644
18645 * allout.el (allout-init, allout-back-to-current-heading)
18646 (allout-beginning-of-current-entry, allout-ascend-to-depth)
18647 (allout-ascend, allout-up-current-level, allout-end-of-level)
18648 (allout-previous-visible-heading, allout-forward-current-level)
18649 (allout-backward-current-level, allout-show-children):
18650 * apropos.el (apropos-describe-plist):
18651 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
18652 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
18653 * completion.el (add-completion, add-permanent-completion):
18654 * descr-text.el (describe-text-category, describe-char):
18655 * desktop.el (desktop-lazy-abort):
18656 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
18657 * dired.el (dired-build-subdir-alist):
18658 * ediff.el (ediff-version):
18659 * elide-head.el (elide-head, elide-head-show):
18660 * emerge.el (emerge-version):
18661 * env.el (getenv):
18662 * face-remap.el (variable-pitch-mode):
18663 * faces.el (describe-face):
18664 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
18665 (dired-at-point):
18666 * files.el (find-file-existing, auto-save-mode):
18667 * font-lock.el (font-lock-fontify-buffer):
18668 * help-fns.el (describe-function, describe-variable)
18669 (describe-syntax, describe-categories):
18670 * help.el (view-lossage, describe-bindings, describe-key)
18671 (describe-mode):
18672 * hexl.el (hexl-current-address):
18673 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
18674 * info.el (Info-goto-emacs-key-command-node):
18675 * log-edit.el (log-edit-insert-cvs-template)
18676 (log-edit-insert-cvs-rcstemplate):
18677 * menu-bar.el (menu-bar-mode):
18678 * mouse.el (mouse-appearance-menu):
18679 * newcomment.el (comment-indent-new-line):
18680 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
18681 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
18682 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
18683 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
18684 * recentf.el (recentf-mode):
18685 * savehist.el (savehist-mode, savehist-save):
18686 * shadowfile.el (shadow-copy-files):
18687 * simple.el (kill-ring-save, next-line, previous-line)
18688 (normal-erase-is-backspace-mode):
18689 * strokes.el (strokes-update-window-configuration)
18690 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
18691 (strokes-xpm-for-stroke):
18692 * time.el (emacs-uptime, emacs-init-time):
18693 * tutorial.el (tutorial--describe-nonstandard-key)
18694 (tutorial--detailed-help):
18695 * type-break.el (type-break-mode)
18696 (type-break-mode-line-message-mode, type-break-query-mode)
18697 (type-break-guesstimate-keystroke-threshold):
18698 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
18699 * version.el (emacs-version):
18700 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
18701 * winner.el (winner-mode):
18702 * calendar/timeclock.el (timeclock-in, timeclock-out)
18703 (timeclock-status-string, timeclock-change)
18704 (timeclock-workday-remaining-string)
18705 (timeclock-workday-elapsed-string)
18706 (timeclock-when-to-leave-string):
18707 * calendar/todo-mode.el (todo-add-category):
18708 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
18709 * emacs-lisp/autoload.el (update-file-autoloads):
18710 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
18711 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
18712 (checkdoc-message-text, checkdoc-defun):
18713 * emacs-lisp/debug.el (debugger-list-functions):
18714 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
18715 * emacs-lisp/eieio-opt.el (eieio-describe-class)
18716 (eieio-describe-generic):
18717 * emacs-lisp/lisp-mnt.el (lm-synopsis):
18718 * emacs-lisp/shadow.el (list-load-path-shadows):
18719 * emulation/cua-base.el (cua-mode):
18720 * emulation/edt.el (edt-set-scroll-margins):
18721 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
18722 (tpu-toggle-regexp, tpu-toggle-search-direction)
18723 (tpu-toggle-rectangle, tpu-toggle-control-keys):
18724 * emulation/tpu-extras.el (tpu-set-scroll-margins):
18725 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
18726 (viper-set-parsing-style-toggling-macro)
18727 (viper-set-emacs-state-searchstyle-macros):
18728 * emulation/viper.el (viper-set-hooks):
18729 * eshell/esh-mode.el (eshell-truncate-buffer):
18730 * international/mule-cmds.el (prefer-coding-system)
18731 (describe-input-method, describe-language-environment):
18732 * international/mule-diag.el (list-character-sets)
18733 (describe-character-set, describe-coding-system)
18734 (describe-fontset, list-fontsets, list-input-methods):
18735 * mail/sendmail.el (mail-signature):
18736 * net/ange-ftp.el (ange-ftp-copy-file):
18737 * net/browse-url.el (browse-url):
18738 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
18739 * net/quickurl.el (quickurl-add-url):
18740 * net/rcirc.el (names, topic):
18741 * net/xesam.el (xesam-mode):
18742 * play/5x5.el (5x5-new-game):
18743 * play/yow.el (apropos-zippy):
18744 * progmodes/ada-mode.el (ada-mode-version):
18745 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
18746 (f90-end-of-block)
18747 (f90-beginning-of-block):
18748 * progmodes/fortran.el (fortran-end-of-block)
18749 (fortran-beginning-of-block):
18750 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
18751 * progmodes/python.el (python-describe-symbol, python-shell):
18752 * term/ns-win.el (ns-print-buffer):
18753 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
18754 * textmodes/flyspell.el (flyspell-mode-on):
18755 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
18756 (pages-directory-for-addresses):
18757 * textmodes/table.el (table-recognize-cell)
18758 (table-query-dimension, table-generate-source)
18759 (table-insert-sequence, table--warn-incompatibility):
18760 * textmodes/tex-mode.el (tex-validate-buffer):
18761 * textmodes/texinfmt.el (texinfmt-version)
18762 (texinfo-format-buffer):
18763 Use `called-interactively-p' instead of `interactive-p'.
18764
18765 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
18766
18767 * image-mode.el (image-toggle-display):
18768 * emacs-lisp/elp.el (elp-instrument-function):
18769 * emacs-lisp/advice.el (ad-make-advised-definition):
18770 * emacs-lisp/easy-mmode.el (define-minor-mode):
18771 * net/browse-url.el (browse-url-maybe-new-window):
18772 * progmodes/sh-script.el (sh-learn-buffer-indent):
18773 Pass new argument 'any to `called-interactively-p'.
18774
18775 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
18776
18777 * international/uni-bidi.el:
18778 * international/uni-category.el:
18779 * international/uni-combining.el:
18780 * international/uni-comment.el:
18781 * international/uni-decimal.el:
18782 * international/uni-decomposition.el:
18783 * international/uni-digit.el:
18784 * international/uni-lowercase.el:
18785 * international/uni-mirrored.el:
18786 * international/uni-name.el:
18787 * international/uni-numeric.el:
18788 * international/uni-old-name.el:
18789 * international/uni-titlecase.el:
18790 * international/uni-uppercase.el:
18791 Regenerate from Unicode 5.2.0 data.
18792
18793 2009-10-01 Glenn Morris <rgm@gnu.org>
18794
18795 * Makefile.in (ELCFILES): Regenerate.
18796
18797 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18798
18799 * subr.el (interactive-p): Mark obsolete.
18800 (called-interactively-p): Make the optional-ness of `kind' obsolete.
18801 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
18802 advertised-signature-table for subroutines as well.
18803
18804 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
18805 (set-advertised-calling-convention): New function.
18806 (make-obsolete, define-obsolete-function-alias)
18807 (make-obsolete-variable, define-obsolete-variable-alias):
18808 Make the optional-ness of `when' obsolete.
18809 (define-obsolete-face-alias): Make `when' non-optional.
18810 * help-fns.el (help-function-arglist):
18811 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
18812 Use advertised-signature-table.
18813
18814 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
18815
18816 * files.el (delete-directory): New defun. The original function
18817 in fileio.c has been renamed to `delete-directory-internal'.
18818
18819 * dired.el (dired-delete-file): Call `delete-directory' with
18820 RECURSIVE parameter.
18821
18822 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
18823 parameter RECURSIVE. Implementation is missing.
18824
18825 * net/tramp.el (tramp-handle-make-directory): Flush upper
18826 directory's file properties.
18827 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
18828 (tramp-handle-dired-recursive-delete-directory): Flush directory
18829 properties after the remove command only.
18830
18831 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
18832 Handle optional parameter RECURSIVE.
18833
18834 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
18835 Handle optional parameter RECURSIVE.
18836
18837 * net/tramp-smb.el (tramp-smb-errors): Add error message for
18838 connection timeout.
18839 (tramp-smb-handle-delete-directory): Handle optional parameter
18840 RECURSIVE.
18841
18842 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18843
18844 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
18845 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
18846 (byte-compile-defmacro): Use backquotes.
18847
18848 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
18849
18850 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
18851 has no associated file.
18852 (vc-resynch-buffer): Use vc-dir-buffers.
18853
18854 2009-10-01 Glenn Morris <rgm@gnu.org>
18855
18856 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
18857 (chart-file-count):
18858 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
18859 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
18860 * emacs-lisp/eieio-opt.el (eieio-describe-class):
18861 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
18862 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
18863 (eieio-copy-parents-into-subclass, make-instance, class-children)
18864 (eieio-generic-form):
18865
18866 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
18867 match-data. (Bug#4555).
18868
18869 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
18870 rather than parsing it as a regexp. This relaxes the layout
18871 requirements and makes errors easier to detect.
18872 (check-declare-verify): Check file is regular.
18873 (check-declare-directory): Doc fix.
18874 * subr.el (declare-function): Doc fix.
18875
18876 * ibuffer.el (ibuffer-format-qualifier):
18877 * isearch.el (hi-lock-regexp-okay):
18878 * calc/calc.el (math-zerop):
18879 * mail/uce.el (rmail-msgbeg, rmail-msgend):
18880 * term/w32-win.el (setup-default-fontset, set-fontset-font):
18881 Remove unused declarations.
18882
18883 2009-09-30 Eric Ludlam <zappo@gnu.org>
18884
18885 * emacs-lisp/eieio.el (boolean-p): Delete.
18886
18887 2009-09-30 Glenn Morris <rgm@gnu.org>
18888
18889 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
18890
18891 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
18892 filename is not a string.
18893
18894 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
18895
18896 * files.el (safe-local-eval-forms): Fix typo.
18897
18898 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
18899
18900 * vc-hooks.el (vc-dir-buffers): New var.
18901 (vc-state-refresh): New function.
18902 (vc-state): Use it.
18903 (vc-after-save): Always ask the backend to recompute the new state.
18904 Always call vc-dir if necessary, using vc-dir-buffers.
18905 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
18906 Use vc-dir-buffers.
18907 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
18908 (vc-dir-prepare-status-buffer, vc-dir-update)
18909 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
18910 Don't call expand-file-name on default-directory.
18911
18912 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
18913
18914 * speedbar.el (speedbar-item-delete):
18915 * calc/calc-prog.el (calc-kbd-if):
18916 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
18917
18918 * epa.el (epa-key-list-mode-map):
18919 * hi-lock.el (hi-lock-menu): Fix typos in menus.
18920
18921 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
18922 (hs-show-hook): Fix typo in docstring.
18923
18924 2009-09-29 Glenn Morris <rgm@gnu.org>
18925
18926 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
18927 file-name-nondirectory call preventing location of cedet files.
18928 (check-declare-verify): Use literal search rather than re-search.
18929 Add basic defmethod and defclass, and define-overloadable-function.
18930
18931 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
18932 Use tramp-compat-file-attributes rather than nonexistent
18933 tramp-compat-handle-file-attributes.
18934
18935 * Makefile.in (lisptagsfiles4): New.
18936 (AUTOGENEL): Add cedet loaddefs files.
18937 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
18938 (update-elclist, compile-always, backup-compiled-files)
18939 (bootstrap-clean): Add yet another directory level.
18940 (update-elclist): Use LC_COLLATE rather than COLLATE.
18941 (ELCFILES): Update, via `make update-elclist'.
18942
18943 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
18944
18945 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
18946 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
18947 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
18948
18949 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
18950
18951 * Makefile.in (lisptagsfiles3): Define.
18952 (TAGS, TAGS-LISP): Use it.
18953 (update-elclist): Add third directory level to look for elc files.
18954 (compile-always): Likewise.
18955 (backup-compiled-files): Likewise.
18956 (bootstrap-clean): Likewise.
18957 (ELCFILES): Update.
18958
18959 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
18960
18961 * Makefile.in (ELCFILES): Add CEDET files.
18962
18963 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
18964
18965 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
18966
18967 * net/tramp.el (top): Require tramp-imap.
18968
18969 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
18970 Use `tramp-compat-handle-file-attributes'.
18971
18972 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
18973
18974 * net/tramp-imap.el: New package.
18975
18976 2009-09-28 Eric Ludlam <zappo@gnu.org>
18977
18978 * emacs-lisp/chart.el:
18979 * emacs-lisp/eieio-base.el:
18980 * emacs-lisp/eieio-comp.el:
18981 * emacs-lisp/eieio-custom.el:
18982 * emacs-lisp/eieio-datadebug.el:
18983 * emacs-lisp/eieio-opt.el:
18984 * emacs-lisp/eieio-speedbar.el:
18985 * emacs-lisp/eieio.el: New files.
18986
18987 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18988
18989 * whitespace.el (whitespace-trailing-regexp)
18990 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
18991 Fix doc string.
18992
18993 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
18994
18995 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
18996 menu.
18997
18998 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
18999 menu-bar-ediff-menu.
19000
19001 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
19002 define-overloadable-function.
19003
19004 * progmodes/autoconf.el: Provide autoconf as well, so that this
19005 file can be `require'd.
19006
19007 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
19008
19009 * emacs-lisp/autoload.el (generated-autoload-feature)
19010 (generated-autoload-load-name): New vars.
19011 (autoload-rubric, autoload-generate-file-autoloads): Use them.
19012 (make-autoload): Recognize define-overloadable-function and
19013 defclass forms (for EIEIO).
19014
19015 * Makefile.in (update-subdirs): Exclude cedet directory.
19016
19017 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
19018
19019 * term/ns-win.el: Don't set the region face background. (Bug#4381)
19020
19021 * faces.el: Default light-background background for region face to
19022 ns_selection_color under NS.
19023
19024 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
19025
19026 * net/imap-hash.el: New library, see NEWS.
19027
19028 * Makefile.in (ELCFILES): Add imap-hash.el.
19029
19030 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
19031
19032 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
19033 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
19034 * help-macro.el (make-help-screen): Avoid using an ambiguous function
19035 definition where the docstring could be taken for the return value.
19036
19037 2009-09-26 Glenn Morris <rgm@gnu.org>
19038
19039 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
19040 Add option to only show images below a certain size.
19041 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
19042 save-excursion calls.
19043
19044 2009-09-26 Eli Zaretskii <eliz@gnu.org>
19045
19046 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
19047 subdirectories) and eieio.
19048
19049 2009-09-26 Alan Mackenzie <acm@muc.de>
19050
19051 * progmodes/cc-engine.el (c-beginning-of-statement-1):
19052 Correct buggy bracketing. (Bug#4289)
19053
19054 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
19055 character constants (as case labels). (Bug#4289)
19056
19057 2009-09-25 Juri Linkov <juri@jurta.org>
19058
19059 * files.el (safe-local-eval-forms): Allow time-stamp in
19060 before-save-hook (Bug#4554).
19061
19062 2009-09-25 Drew Adams <drew.adams@oracle.com>
19063
19064 * menu-bar.el (list-buffers-directory): Doc fix.
19065
19066 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
19067
19068 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
19069 Try and avoid copying twice the same paragraph.
19070 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
19071 Remove save-excursion.
19072 (log-edit-changelog-entry): Do it here instead.
19073
19074 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
19075
19076 * bs.el (bs--get-file-name): Use `list-buffers-directory'
19077 when available, instead of hardcoding mode names. Doc fix.
19078
19079 * menu-bar.el (list-buffers-directory): Add docstring.
19080 Make automatically buffer-local.
19081
19082 * dired.el (dired-mode):
19083 * files.el (cd-absolute):
19084 * pcvs.el (cvs-temp-buffer):
19085 * pcvs-util.el (cvs-get-buffer-create):
19086 * shell.el (shell-mode):
19087 * vc-dir.el (vc-dir-mode):
19088 Don't make `list-buffers-directory' buffer local.
19089
19090 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
19091
19092 * comint.el (comint-exec, comint-run, make-comint):
19093 Doc fixes (Bug#4542).
19094
19095 2009-09-25 Glenn Morris <rgm@gnu.org>
19096
19097 * mail/rmailmm.el (rmail-mime): New custom group.
19098 Move all defcustoms in this file into this group.
19099 (rmail-mime-media-type-handlers-alist): Revert previous change.
19100 (rmail-mime-show-images): New option.
19101 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
19102 references to it, since it wasn't actually used for anything.
19103 (rmail-mime-insert-image): New function.
19104 (rmail-mime-image): Use rmail-mime-insert-image.
19105 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
19106 obey the value of `rmail-mime-show-images' option. Print the size of
19107 attachments.
19108
19109 2009-09-25 David Engster <deng@randomsample.de>
19110
19111 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
19112
19113 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19114
19115 * whitespace.el: Does not highlight trailing spaces While point is
19116 at end of line. Does not highligt spaces at beginning of buffer
19117 while point is at beginning of buffer. Does not highlight spaces
19118 at end of buffer while point is at end of buffer. (Bug#4177)
19119 New version 12.0.
19120 (whitespace-display-mappings): Adjust initialization.
19121 (whitespace-point, whitespace-font-lock-refontify): New vars.
19122 (whitespace-color-on, whitespace-color-off): Adjust code.
19123 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
19124 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
19125 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
19126
19127 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
19128
19129 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
19130
19131 * textmodes/sgml-mode.el: Remove xml-mode alias.
19132
19133 * files.el (auto-mode-alist, conf-mode-maybe)
19134 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
19135
19136 2009-09-24 Alan Mackenzie <acm@muc.de>
19137
19138 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
19139 c-forward-conditionals, but it doesn't move point and doesn't set
19140 the mark.
19141 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
19142 (c-down-conditional-with-else, c-backward-conditional)
19143 (c-forward-conditional): Refactor to use c-scan-conditionals.
19144
19145 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
19146
19147 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
19148 (help-default-arg-highlight): Remove.
19149 (help-highlight-arg): New function.
19150 (help-do-arg-highlight): Use it.
19151 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
19152
19153 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
19154
19155 * term.el (term-set-scroll-region, term-handle-ansi-escape):
19156 Undo last change, which didn't fix the problem and introduced others.
19157
19158 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
19159
19160 * progmodes/gdb-mi.el: Don't require speedbar.
19161 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
19162
19163 2009-09-24 Glenn Morris <rgm@gnu.org>
19164
19165 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
19166
19167 * term/ns-win.el (ns-reg-to-script): Define for compiler.
19168
19169 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
19170 there is no newline after the final mime boundary. (Bug#4539)
19171 Move markers on insertion so that any buttons inserted don't end up in
19172 the next part of a multipart message.
19173 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
19174 (rmail-mime-bulk-handler): Optionally handle images.
19175 (rmail-mime-image): New button action.
19176 (rmail-mime-image-handler): New function.
19177 (rmail-mime-mode): New mode.
19178 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
19179
19180 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
19181
19182 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
19183 than just dropping elements from it (bug#4504).
19184
19185 * term.el (term-set-scroll-region): Don't move cursor any more.
19186 (term-handle-ansi-escape): Call term-goto here instead.
19187 Suggested by Ivan Kanis <apple@kanis.eu>.
19188
19189 * term.el: Require CL.
19190 (term-ansi-reset): New function.
19191 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
19192 (term-handle-colors-array): Simplify.
19193
19194 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
19195
19196 * allout.el (allout-overlay-interior-modification-handler)
19197 (allout-obtain-passphrase):
19198 * epa-file.el (epa-file-write-region):
19199 * ps-print.el (ps-begin-job):
19200 * vc-hooks.el (vc-toggle-read-only):
19201 * vc-rcs.el (vc-rcs-rollback):
19202 * vc-sccs.el (vc-sccs-rollback):
19203 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
19204 (vc-version-diff, vc-revert, vc-rollback):
19205 * wdired.el (wdired-check-kill-buffer):
19206 * emacs-lisp/authors.el (authors):
19207 * net/socks.el (socks-open-connection):
19208 * net/zeroconf.el (zeroconf-service-add-hook):
19209 * obsolete/vc-mcvs.el (vc-mcvs-register):
19210 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
19211 (gdb-select-frame):
19212 * progmodes/grep.el (lgrep, rgrep):
19213 * progmodes/idlw-help.el (idlwave-help-check-locations)
19214 (idlwave-help-html-link, idlwave-help-assistant-open-link):
19215 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
19216 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
19217 (reftex-toc-rename-label): Fix typos in error messages.
19218
19219 * dired-aux.el (dired-do-shell-command): Reflow docstring.
19220 (dired-copy-how-to-fn): Doc fix.
19221 (dired-files-attributes, dired-read-shell-command):
19222 Fix typos in docstrings.
19223
19224 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
19225 (dired-x-find-file-other-window): Reflow docstrings.
19226 (dired-omit-marker-char, dired-read-shell-command)
19227 (dired-x-submit-report): Fix typos in docstrings.
19228
19229 * shell.el (shell-mode-hook):
19230 * view.el (View-scroll-line-forward):
19231 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
19232 Fix typos in docstrings.
19233
19234 * net/dig.el (dig-invoke): Fix typo in docstring.
19235 (query-dig): Reflow docstring.
19236
19237 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
19238 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
19239 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
19240 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
19241 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
19242 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
19243 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
19244 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
19245 (idlwave-completion-map, idlwave-current-indent)
19246 (idlwave-custom-ampersand-surround, idlwave-customize)
19247 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
19248 (idlwave-define-abbrev, idlwave-determine-class-special)
19249 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
19250 (idlwave-end-block-reg, idlwave-end-of-statement)
19251 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
19252 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
19253 (idlwave-explicit-class-listed, idlwave-file-header)
19254 (idlwave-fill-paragraph, idlwave-find-class-definition)
19255 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
19256 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
19257 (idlwave-in-quote, idlwave-indent-action-table)
19258 (idlwave-indent-expand-table, idlwave-indent-line)
19259 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
19260 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
19261 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
19262 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
19263 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
19264 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
19265 (idlwave-outlawed-buffers, idlwave-popup-select)
19266 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
19267 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
19268 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
19269 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
19270 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
19271 (idlwave-statement-type, idlwave-struct-skip)
19272 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
19273 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
19274 (idlwave-what-module-find-class): Fix typos in docstrings.
19275 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
19276 (idlwave-calculate-cont-indent, idlwave-expand-equal)
19277 (idlwave-find-module, idlwave-find-structure-definition)
19278 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
19279 (idlwave-list-load-path-shadows, idlwave-next-statement)
19280 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
19281 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
19282 (idlwave-template): Reflow docstrings.
19283
19284 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
19285 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
19286 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
19287 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
19288 (idlwave-shell-display-line, idlwave-shell-display-wframe)
19289 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
19290 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
19291 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
19292 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
19293 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
19294 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
19295 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
19296 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
19297 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
19298 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
19299 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
19300 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
19301 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
19302 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
19303 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
19304 Fix typos in docstrings.
19305 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
19306 (idlwave-shell-hide-output, idlwave-shell-mode)
19307 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
19308 Reflow docstrings.
19309
19310 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
19311
19312 2009-09-24 Ivan Kanis <apple@kanis.eu>
19313
19314 * term.el (term-bold-attribute): New var.
19315 (term-handle-colors-array): Use it.
19316
19317 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
19318
19319 * progmodes/gdb-mi.el (gdb-version): New variable.
19320 (gdb-non-stop-handler): Set gdb-version.
19321 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
19322 Condition "--thread" option on gdb-version.
19323 (gdb-invalidate-threads): Remove unused argument.
19324
19325 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
19326
19327 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
19328 to looking-back to avoid ridiculous slow down in large files (bug#4511).
19329
19330 2009-09-23 Glenn Morris <rgm@gnu.org>
19331
19332 * mail/rmail.el (rmail-reply): Don't try to add a References header when
19333 replying to mail without References or Message-Id. (Bug#4525)
19334
19335 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
19336
19337 * term/ns-win.el (ns-reg-to-script): New variable.
19338
19339 2009-09-23 Daiki Ueno <ueno@unixuser.org>
19340
19341 * epg.el (epg-wait-for-status): Preserve existing 'error results.
19342
19343 2009-09-22 Sam Steingold <sds@gnu.org>
19344
19345 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
19346 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
19347 to 1 because hg returns status 1 when nothing is found.
19348 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
19349
19350 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
19351
19352 * textmodes/fill.el: Convert to utf-8 encoding.
19353 (fill-french-nobreak-p): Remove redundant » and « inherited from our
19354 pre-Unicode days.
19355
19356 * add-log.el (change-log-fill-forward-paragraph): New function.
19357 (change-log-mode): Use it so fill-region DTRT.
19358 Set fill-indent-according-to-mode here rather than in
19359 change-log-fill-paragraph.
19360 (change-log-fill-paragraph): Remove.
19361
19362 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
19363
19364 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
19365 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
19366
19367 2009-09-22 Glenn Morris <rgm@gnu.org>
19368
19369 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
19370 the scroll-bar scroll the calendar window rather than the buffer.
19371
19372 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
19373 commands that move point (as opposed to scrolling).
19374
19375 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
19376
19377 * emacs-lisp/elint.el (elint): New custom group.
19378 (elint-log-buffer): Make it a defcustom.
19379 (elint-scan-preloaded, elint-ignored-warnings)
19380 (elint-directory-skip-re): New options.
19381 (elint-builtin-variables): Doc fix.
19382 (elint-preloaded-env): New variable.
19383 (elint-unknown-builtin-args): Add an entry for encode-time.
19384 (elint-extra-errors): Make it a variable rather than a constant.
19385 (elint-preloaded-skip-re): New constant.
19386 (elint-directory): Skip files matching elint-directory-skip-re.
19387 (elint-features): New variable, local to linted buffers.
19388 (elint-update-env): Initialize elint-features. Possibly add
19389 elint-preloaded-env to the buffer's environment.
19390 (elint-get-top-forms): Bind elint-current-pos, for log messages.
19391 Skip quoted forms.
19392 (elint-init-form): New function, extracted from elint-init-env.
19393 Make non-list forms a warning rather than an error.
19394 Add the mode-map for define-derived-mode. Handle define-minor-mode,
19395 easy-menu-define, put that adds an error-condition, and provide.
19396 When requiring cl, also require cl-macs. Really require cl, to handle
19397 some cl macros. Store required libraries in the list elint-features,
19398 so as not to re-load them. Treat cc-require like require.
19399 (elint-init-env): Call elint-init-form to do the work.
19400 Handle eval-and-compile and such like.
19401 (elint-add-required-env): Do not clear messages.
19402 (elint-special-forms): Add handlers for function, defalias, if, when,
19403 unless, and, or.
19404 (elint-form): Add optional argument to ignore elint-special-forms,
19405 useful to prevent recursive calls from handlers. Doc fix.
19406 Respect elint-ignored-warnings.
19407 (elint-form): Respect elint-ignored-warnings.
19408 (elint-bound-variable, elint-bound-function): New variables.
19409 (elint-unbound-variable): Respect elint-bound-variable.
19410 (elint-get-args): Respect elint-bound-function.
19411 (elint-check-cond-form): Add some simple handling for (f)boundp and
19412 featurep tests.
19413 (elint-check-defalias-form): New handler.
19414 (elint-check-let-form): Make an empty let a warning rather than an
19415 error.
19416 (elint-check-setq-form): Make an empty setq a warning rather than an
19417 error. Respect elint-ignored-warnings.
19418 (elint-check-defvar-form): Accept null doc-strings.
19419 (elint-check-conditional-form): New handler. Does some simple-minded
19420 checking of featurep and (f)boundp tests.
19421 (elint-put-function-args): New function.
19422 (elint-initialize): Use elint-scan-doc-file rather than
19423 elint-find-builtin-variables. Use elint-put-function-args.
19424 Possibly scan preloaded-file-list.
19425 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
19426 extend to handle functions as well.
19427
19428 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
19429
19430 * linum.el (linum-delete-overlays, linum-update-window):
19431 Do not modify the right margin. (Bug#3971)
19432
19433 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
19434
19435 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
19436 Use nxml-mode instead of xml-mode.
19437
19438 2009-09-21 Kevin Ryde <user42@zip.com.au>
19439
19440 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
19441
19442 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
19443
19444 * net/dig.el (dig-mode): Use define-derived-mode.
19445
19446 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
19447
19448 * vc-dispatcher.el (vc-do-command): Return the process object in
19449 the asynchronous case. Use when instead of if. Do not run
19450 vc-exec-after to display a message if not enabled. (Bug#4463)
19451
19452 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
19453 properties to the stash strings.
19454 (vc-git-stash-list): Return a list of strings.
19455 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
19456 (vc-git-stash-show-at-point): New functions.
19457 (vc-git-stash-map): New keymap.
19458
19459 * register.el (ctl-x-r-map): Define the keys here instead of
19460 using autoload.
19461
19462 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
19463
19464 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
19465 list, to workaround performance problem (bug#4485).
19466
19467 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
19468
19469 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
19470
19471 2009-09-20 Daiki Ueno <ueno@unixuser.org>
19472
19473 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
19474 Document that this option is not recommended to use.
19475
19476 2009-09-19 Glenn Morris <rgm@gnu.org>
19477
19478 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
19479 variable `var'.
19480
19481 * calc/calc-alg.el (var):
19482 * calc/calcalg2.el (var): Define for compiler.
19483
19484 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
19485
19486 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
19487 Doc fix (Bug#3932).
19488
19489 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
19490
19491 * time-stamp.el (time-stamp-month-dd-yyyy)
19492 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
19493 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
19494 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
19495 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
19496 Remove functions that have been obsolete since 1995 (Bug#4436).
19497
19498 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
19499 indent buffer only if called interactively (Bug#4452).
19500
19501 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
19502 Eli Zaretskii <eliz@gnu.org>
19503
19504 This fixes bug#4197 (merged to bug#865, though not identical).
19505 * server.el (server-auth-dir): Add docstring note about FAT32.
19506 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
19507 but warn against using them.
19508
19509 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
19510
19511 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
19512 older GDB where there is no has_more field.
19513
19514 2009-09-19 Glenn Morris <rgm@gnu.org>
19515
19516 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
19517
19518 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
19519
19520 * files.el (auto-mode-alist): Change default for XML files to nXML
19521 mode (Bug#4169).
19522
19523 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
19524
19525 * server.el (server-ensure-safe-dir): Pass 'integer
19526 to `file-attributes', as suggested.
19527
19528 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
19529
19530 * dired-aux.el (dired-query-alist): Remove spurious backslash.
19531 (dired-query): Use read-key.
19532
19533 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
19534
19535 * cus-start.el (ns-use-qd-smoothing): Remove.
19536
19537 2009-09-18 Glenn Morris <rgm@gnu.org>
19538
19539 * allout.el (top-level): Remove unnecessary progn.
19540
19541 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
19542
19543 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
19544 definition of abbrev table.
19545
19546 * speedbar.el (speedbar-track-mouse):
19547 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
19548 * net/eudc.el (eudc-expand-inline):
19549 * net/newst-backend.el (newsticker--cache-read-feed):
19550 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
19551 condition-case handlers.
19552
19553 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
19554
19555 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
19556 (gdb-var-list): Add an element for has_more field.
19557 (gdb-non-stop-handler): Enable pretty printing for STL containers.
19558 (gdb-var-create-handler, gdb-var-list-children-handler-1)
19559 (gdb-var-update-handler-1): Parse output of dynamic variable
19560 objects (STL containers).
19561 (gdb-var-delete-1): Pass var1 as an explicit second argument.
19562 (gdb-get-field): Delete alias. Use bindat-get-field directly.
19563
19564 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
19565 gdb-var-list.
19566 (gud-speedbar-buttons): Make node expandable if expression "has more"
19567 children.
19568
19569 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
19570
19571 * startup.el (emacs-quick-startup): Remove variable and all uses.
19572 (command-line): Set `inhibit-x-resources' instead.
19573 (command-line-1): Use `inhibit-x-resources' instead.
19574
19575 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
19576
19577 * subr.el: Fix last change to avoid using the `unless' macro,
19578 which breaks bootstrapping.
19579
19580 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
19581
19582 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
19583 extended definitions, in case we reload subr.el after having
19584 loaded CL.
19585 (eval-next-after-load): Mark as obsolete.
19586
19587 2009-09-17 Juri Linkov <juri@jurta.org>
19588
19589 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
19590 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
19591 (menu-bar-showhide-menu, menu-bar-tools-menu)
19592 (menu-bar-describe-menu, menu-bar-help-menu)
19593 (minibuffer-local-completion-map, minibuffer-local-map):
19594 Fix list quoting.
19595
19596 2009-09-17 Glenn Morris <rgm@gnu.org>
19597
19598 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
19599 arguments, whether or not it has a handler.
19600
19601 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
19602
19603 * simple.el (hard-newline): Give it a doc-string.
19604
19605 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
19606 (lisp-mode-syntax-table): Give them doc-strings.
19607
19608 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
19609
19610 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
19611 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
19612 (menu-bar-options-menu, menu-bar-showhide-menu)
19613 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
19614 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
19615 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
19616 (menu-bar-options-menu, menu-bar-tools-menu)
19617 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
19618 (menu-bar-help-menu):
19619 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
19620 string arguments.
19621
19622 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
19623 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
19624 calls for the menu names and :help.
19625
19626 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
19627
19628 * mouse.el (minor-mode-menu-from-indicator): Pay attention
19629 to :minor-mode-function (bug#4455).
19630
19631 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
19632
19633 * startup.el (command-line): Initialize the window-system after
19634 processing the command-line.
19635
19636 * textmodes/page.el (what-page): Make sure we don't inf-loop if
19637 page-delimiter matches the empty string.
19638
19639 2009-09-16 Glenn Morris <rgm@gnu.org>
19640
19641 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
19642 byte-compile-not-obsolete-var. It's a list now.
19643 (byte-compile-not-obsolete-funcs): New variable.
19644 (byte-compile-warn-obsolete): Don't warn about functions if they are in
19645 byte-compile-not-obsolete-funcs.
19646 (byte-compile-variable-ref, byte-compile-defvar): Update for
19647 byte-compile-not-obsolete-vars name-change and list nature.
19648 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
19649 and variables behind (f)boundp tests.
19650 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
19651
19652 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
19653
19654 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
19655
19656 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19657
19658 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
19659 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
19660 Don't autoload.
19661
19662 2009-09-15 Stephen Eglen <stephen@gnu.org>
19663
19664 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
19665 the virtual-buffers, use the name of the buffer specified by
19666 find-file-noselect, as the match may be a symlink. (This was a
19667 problem if the target and the symlink had different names.)
19668
19669 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19670
19671 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
19672
19673 * desktop.el (desktop-path): Check user-emacs-directory.
19674
19675 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
19676
19677 * loadup.el: Use after-load-functions to GC after loading each file.
19678 Remove the explicit GC calls that used to be sprinkled around.
19679
19680 * subr.el (after-load-functions): New hook.
19681 (do-after-load-evaluation): Run it. Use string-match-p to detect
19682 `obsolete' packages, rather than painfully extracting the relevant
19683 directory name.
19684
19685 2009-09-15 Glenn Morris <rgm@gnu.org>
19686
19687 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
19688 free variable `doc'.
19689
19690 * dired.el (dired-mode-map): Add menu entry for async shell command.
19691
19692 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
19693 variables, also consider the .elc files, since the .el files are
19694 normally gzipped (subsequent code locates the .el.gz from the .elc).
19695
19696 * calc/calc-prog.el (arglist): Define for compiler.
19697
19698 * calendar/diary-lib.el (diary-display-function): Change the default to
19699 fancy display.
19700 (body): Define for compiler.
19701
19702 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
19703 (byte-compile-file-form, byte-compile-lambda)
19704 (byte-compile-top-level-body, byte-compile-form)
19705 (byte-compile-variable-ref, byte-compile-setq)
19706 (byte-compile-setq-default, byte-compile-body)
19707 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
19708 (batch-byte-compile): Give some more local variables with common names
19709 a "bytecomp-" prefix to avoid masking warnings about free variables.
19710
19711 * startup.el (command-line-1): Give local variables with common names a
19712 distinguishing prefix, so as not to hide free variable warnings during
19713 bootstrap.
19714
19715 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
19716 clever and add a suffix to make a unique name, just let the user decide
19717 whether or not to overwrite it. If the input is a directory, write the
19718 default filename to that directory. (Bug#4388)
19719 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
19720 is a filename-as-a-directory.
19721
19722 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19723
19724 * textmodes/page.el (what-page): Don't move to beginning of line.
19725 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
19726
19727 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
19728
19729 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
19730
19731 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
19732
19733 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
19734 * help.el (help-for-help-internal): Add purecopy calls for text.
19735
19736 * vc.el (top): print-log method now takes an optional SHORTLOG
19737 argument. Add a new method: root.
19738 (vc-root-diff, vc-print-root-log): New functions.
19739 (vc-log-short-style): New variable.
19740 (vc-print-log-internal): Add support for showing short logs.
19741
19742 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
19743 vc-print-root-log and vc-print-root-diff.
19744
19745 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
19746 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
19747 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
19748 short logs.
19749
19750 * vc-cvs.el (vc-cvs-print-log):
19751 * vc-mtn.el (vc-mtn-print-log):
19752 * vc-rcs.el (vc-rcs-print-log):
19753 * vc-sccs.el (vc-sccs-print-log):
19754 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
19755 that is ignored for now.
19756
19757 * vc-mtn.el (vc-mtn-annotate-command):
19758 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
19759
19760 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
19761
19762 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
19763 to function-key-map, and give them ascii-character property.
19764 * term/x-win.el (x-alternatives-map):
19765 * term/ns-win.el (ns-alternatives-map):
19766 * term/internal.el (msdos-key-remapping-map):
19767 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
19768
19769 2009-09-14 Glenn Morris <rgm@gnu.org>
19770
19771 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
19772 temp-buffers (2009-09-12).
19773
19774 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19775
19776 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
19777 the new read-key function.
19778
19779 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
19780
19781 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
19782 is defined (Bug#4405).
19783
19784 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
19785
19786 * recentf.el (recentf-cleanup): Use a hash table to find
19787 duplicates (Bug#4407).
19788
19789 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
19790
19791 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
19792 kp-0 to ascii equivalents (Bug#4325).
19793
19794 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
19795
19796 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
19797
19798 * eshell/em-hist.el:
19799 * eshell/em-dirs.el (eshell-complete-user-reference):
19800 Declare pcomplete functions and variables to avoid compiler warnings.
19801
19802 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
19803
19804 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
19805 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
19806 * eshell/em-alias.el (eshell-aliases-file):
19807 * eshell/em-hist.el (eshell-history-file-name):
19808 Use expand-file-name instead of concat to make file names (Bug#4308).
19809
19810 2009-09-13 Glenn Morris <rgm@gnu.org>
19811
19812 * ediff-merg.el (ediff-do-merge):
19813 * filesets.el (filesets-run-cmd):
19814 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
19815 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
19816 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
19817 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
19818 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
19819 Replace empty `let's with `progn'.
19820
19821 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19822
19823 * mail/sendmail.el (send-mail-function):
19824 * tooltip.el (tooltip-mode):
19825 * simple.el (transient-mark-mode):
19826 * rfn-eshadow.el (file-name-shadow-mode):
19827 * frame.el (blink-cursor-mode):
19828 * font-core.el (global-font-lock-mode):
19829 * files.el (temporary-file-directory)
19830 (small-temporary-file-directory, auto-save-file-name-transforms):
19831 * epa-hook.el (auto-encryption-mode):
19832 * composite.el (global-auto-composition-mode):
19833 Use custom-initialize-delay.
19834 * startup.el (command-line): Don't explicitly call
19835 custom-reevaluate-setting for all the above vars.
19836 * custom.el (custom-initialize-safe-set)
19837 (custom-initialize-safe-default): Delete.
19838
19839 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19840
19841 * term/x-win.el (x-initialize-window-system):
19842 * term/w32-win.el (w32-initialize-window-system):
19843 * term/ns-win.el (ns-initialize-window-system): Don't call
19844 mouse-wheel-mode since it's enabled globally by default already.
19845
19846 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
19847 actually define the variable, but only silences the byte-compiler.
19848 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
19849 before looking it up.
19850 (mouse-wheel-scroll-amount): Also reset the bindings if this value
19851 is changed.
19852
19853 2009-09-12 Glenn Morris <rgm@gnu.org>
19854
19855 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
19856 1000.
19857 (elint-add-required-env): Don't beep on error.
19858 (elint-forms): In case of error, return ENV unchanged.
19859 (elint-init-env): Skip non-list forms.
19860 (elint-log): Handle unknown file positions.
19861
19862 2009-09-12 Daiki Ueno <ueno@unixuser.org>
19863
19864 * epg.el (epg-make-context): Add autoload cookie.
19865 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
19866 (epg-decrypt-string, epg-start-verify, epg-verify-file)
19867 (epg-verify-string, epg-start-sign, epg-sign-file)
19868 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
19869 (epg-encrypt-string, epg-start-export-keys)
19870 (epg-export-keys-to-file, epg-export-keys-to-string)
19871 (epg-start-import-keys, epg-import-keys-from-file)
19872 (epg-import-keys-from-string, epg-start-receive-keys)
19873 (epg-receive-keys, epg-import-keys-from-server)
19874 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
19875 (epg-sign-keys, epg-start-generate-key)
19876 (epg-generate-key-from-file, epg-generate-key-from-string):
19877 Remove autoload cookie.
19878
19879 2009-09-12 Eli Zaretskii <eliz@gnu.org>
19880
19881 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
19882 reevaluation of trash-directory.
19883
19884 * mwheel.el: Fix last change.
19885 (mouse-wheel-mode): New defvar.
19886 (mouse-wheel-mode): Remove autoload cookie.
19887
19888 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19889
19890 * mwheel.el (mwheel-installed-bindings): New var.
19891 (mouse-wheel-mode): Use it, so as to make sure we really remove all
19892 the bindings we set last time. Use custom-initialize-delay.
19893 * loadup.el: Load mwheel after term/*-win.el.
19894 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
19895 and mouse-wheel-up-event now that their first evaluation is done
19896 sufficiently late to be correct.
19897
19898 * startup.el (tutorial-directory): Make it a defcustom.
19899 Use custom-initialize-delay rather than eval-at-startup to set it.
19900 * image.el (image-load-path): Make it a defcustom.
19901 Use custom-initialize-delay rather than eval-at-startup to set it.
19902 * subr.el (eval-at-startup): Remove.
19903 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
19904
19905 * subr.el (do-after-load-evaluation): Warn the user after loading an
19906 obsolete package.
19907
19908 2009-09-12 Glenn Morris <rgm@gnu.org>
19909
19910 * proced.el (proced-mark-alt): Remove alias.
19911 (proced-mode-map): Remove proced-mark-alt.
19912
19913 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
19914 Elint file and directory. Remove initialization entry.
19915
19916 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
19917 commands.
19918 (elint-current-buffer): Set mode-line-process.
19919 (elint-init-env): Handle define-derived-mode.
19920 Fix declare-function with unspecified arglist. Guard against odd
19921 defalias statements (eg iso-insert's 8859-1-map).
19922 (elint-add-required-env): Use a temp buffer.
19923 (elint-form): Just print the function/macro name, not the whole form.
19924 Return env unchanged if we fail to parse a macro.
19925 (elint-forms): Guard against parse errors.
19926 (elint-output): New function, to handle batch mode.
19927 (elint-log-message): Add optional argument. Use elint-output.
19928 (elint-set-mode-line): New function.
19929
19930 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
19931
19932 * emacs-lisp/elp.el (elp-not-profilable): Add more
19933 functions (Bug#4233).
19934
19935 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
19936
19937 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
19938 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
19939
19940 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
19941
19942 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
19943 (gdb-var-list-children): Use json parsing.
19944
19945 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
19946
19947 * progmodes/js.el (js--proper-indentation): Handle the case where
19948 char-before is null. Reported by Deniz Dogan.
19949
19950 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
19951
19952 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
19953
19954 2009-09-11 Daiki Ueno <ueno@unixuser.org>
19955
19956 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
19957 (epg-digest-algorithm-alist): Add SHA224.
19958 (epg-context-set-passphrase-callback)
19959 (epg-context-set-progress-callback): Add description about
19960 callback function.
19961
19962 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19963
19964 * custom.el (custom-delayed-init-variables): New var.
19965 (custom-initialize-delay): New function.
19966 * startup.el (command-line): "Re"evaluate all vars in
19967 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
19968 explicitly any more.
19969 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
19970 to avoid creating a ~/.emacs.d at build-time (bug#4347).
19971
19972 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
19973
19974 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
19975
19976 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
19977 (gdb-var-update-handler): Use json parsing.
19978
19979 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
19980
19981 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
19982 decode annotated text, regardless of language environment. (Bug#2741)
19983
19984 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19985
19986 * Makefile.in (autoloads): Make rmail.el writable as well.
19987
19988 2009-09-11 Glenn Morris <rgm@gnu.org>
19989
19990 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
19991 loaddefs.el.
19992 * dired.el: Regenerate with extracted autoloads.
19993 * Makefile.in (autoloads): Make dired.el writable.
19994
19995 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
19996 * ibuffer.el: Regenerate with extracted autoloads.
19997 * Makefile.in (autoloads): Make ibuffer.el writable.
19998
19999 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
20000 * version.el (emacs-copyright, emacs-major-version)
20001 (emacs-minor-version): Reformat doc-strings for make-docfile.
20002
20003 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
20004 functions and variables, since they must be stuff specific to some other
20005 platform.
20006 (apropos-print): Make mouse-click message less specific about button.
20007
20008 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
20009 that records where a macro was defined.
20010 * help-fns.el (describe-function-1): Mention if a function has a
20011 compiler-macro.
20012 * help-mode.el (help-function-cmacro): New button.
20013
20014 * locate.el (top-level): Always require dired.
20015 (locate-mode-map): Initialize inside the defvar.
20016
20017 * net/ange-ftp.el (dired-compress-file): Declare.
20018 (ange-ftp-dired-compress-file): Add doc string.
20019
20020 * term/ns-win.el (x-display-name, x-setup-function-keys):
20021 Unify doc-strings with X versions.
20022
20023 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
20024
20025 * emulation/crisp.el (crisp-mode-map): Move initialization
20026 into declaration.
20027 (crisp-mode): Use define-minor-mode.
20028
20029 * progmodes/xscheme.el (xscheme-evaluation-commands):
20030 Put a :advertised-binding property rather than using
20031 advertised-xscheme-send-previous-expression.
20032 (advertised-xscheme-send-previous-expression): Declare obsolete.
20033 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
20034 `advertised-undo'.
20035 (crisp-mode): Add corresponding bindings to
20036 undo's :advertised-binding instead.
20037 * dired.el (dired-mode-map): Put a :advertised-binding property rather
20038 than using dired-advertised-find-file.
20039 (dired-advertised-find-file):
20040 * simple.el (advertised-undo):
20041 * wid-edit.el (advertised-widget-backward): Declare obsolete.
20042 (widget-keymap): Put a :advertised-binding property rather
20043 than using advertised-widget-backward.
20044 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
20045 than using advertised-undo.
20046 * tutorial.el (tutorial--default-keys): Adjust accordingly.
20047
20048 2009-09-10 Simon South <ssouth@slowcomputing.org>
20049
20050 * progmodes/delphi.el (delphi-tab): Indent region when Transient
20051 Mark mode is enabled and region is active; otherwise indent or
20052 insert TAB as usual.
20053 (delphi-mode): Update description of TAB-key binding.
20054
20055 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
20056
20057 * subr.el (define-key-rebound-commands): Mark obsolete.
20058 * startup.el (precompute-menubar-bindings): Remove.
20059 (normal-top-level): Remove obsolete code that tried to precompute
20060 menubar bindings.
20061 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
20062 define-key-rebound-commands and precompute-menubar-bindings.
20063
20064 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
20065
20066 * net/imap.el (imap-interactive-login): Better messages.
20067 (imap-open): Fix bug with renamed buffer on reconnect.
20068 (imap-authenticate): Add buffer-local imap-last-authenticator variable
20069 for easier debugging and cleaner code. On successful (guessed based on
20070 server capabilities) secondary authentication, set imap-state
20071 correctly.
20072 (imap-last-authenticator): Define imap-last-authenticator as a variable
20073 to avoid warnings.
20074
20075 2009-09-10 Glenn Morris <rgm@gnu.org>
20076
20077 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
20078
20079 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
20080 (byte-compile-file-form-autoload): Don't warn about unknown functions
20081 where the autoload statement comes after the use.
20082 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
20083 that any handlers inside the body (eg require) are in turn respected.
20084
20085 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
20086 effects.
20087
20088 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
20089 and syntax and abbrev tables basic docs, if they don't have any.
20090
20091 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
20092
20093 * international/mule-cmds.el (top-level): Require cl when compiling.
20094 (view-hello-file): Use default-value rather than
20095 default-enable-multibyte-characters.
20096
20097 * progmodes/fortran.el: Move all safe and risky properties into the
20098 defcustoms.
20099
20100 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
20101 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
20102 * mail/undigest.el:
20103 Put autoloads in rmail.el rather than loaddefs.el.
20104 * mail/rmail.el: Regenerate with extracted autoloads.
20105
20106 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
20107 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
20108
20109 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
20110
20111 Reported in thread for Bug#4375.
20112 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
20113 "-data-evaluate-expression" instead of print.
20114 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
20115 (gdb-tooltip-print): Parse output from above MI command.
20116 (gdb): Revert 2009-08-11 change. User should detach inferior
20117 manually.
20118
20119 Remove the word "separate" from IO functions as inferior
20120 output is now never displayed in the GUD buffer.
20121
20122 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
20123
20124 * startup.el (command-line-normalize-file-name): On Windows and
20125 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
20126
20127 2009-09-10 Juri Linkov <juri@jurta.org>
20128
20129 * isearch.el (isearch-text-char-description): Propertize escape
20130 character sequences with the `escape-glyph' face. (Bug#4344)
20131
20132 * simple.el (shell-command): Set asynchronous process filter to
20133 `comint-output-filter'. (Bug#4343)
20134
20135 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
20136 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
20137 the list. Move "asm" to the bottom.
20138 (grep-find-ignored-directories): Add `choice' with nil value
20139 to empty the list easily.
20140 (grep-find-ignored-files): New option.
20141 (grep-files-history): Set to nil by default instead of '("ch" "el").
20142 (grep-compute-defaults): Add "<X>" to `grep-template'.
20143 (grep-read-files): Bind new local variables `default-alias' and
20144 `default-extension'. Use a list of default values for the file prompt.
20145 (lgrep): Add `--exclude=' command line options composed from
20146 `grep-find-ignored-files'.
20147 (rgrep): Add `-name' command line options composed from
20148 `grep-find-ignored-files'. (Bug#4301)
20149
20150 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
20151
20152 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
20153 (bug#4368).
20154
20155 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
20156
20157 * calendar/time-date.el (autoload):
20158 Expand define-obsolete-function-alias into defalias and make-obsolete
20159 for old Emacsen that Gnus supports.
20160 (with-no-warnings): Define it for old Emacsen.
20161 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
20162 is available.
20163 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
20164 float-time is available; suppress compile warning for time-to-seconds.
20165
20166 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
20167
20168 * net/imap.el (imap-message-map): Docstring fix.
20169
20170 2009-09-09 Glenn Morris <rgm@gnu.org>
20171
20172 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
20173 line numbers too. (Bug#4374)
20174
20175 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
20176
20177 * smerge-mode.el (smerge-remove-props, smerge-refine):
20178 Use with-silent-modifications (bug#4342).
20179
20180 * subr.el (with-silent-modifications): New macro.
20181
20182 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
20183
20184 * files.el (top-level): Require `cl' when compiling.
20185
20186 2009-09-07 Glenn Morris <rgm@gnu.org>
20187
20188 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
20189
20190 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
20191 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
20192
20193 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
20194
20195 * vc-git.el (vc-git-annotate-command): Use separator to parse
20196 arguments correctly.
20197
20198 2009-09-06 Eli Zaretskii <eliz@gnu.org>
20199
20200 * proced.el (proced-mode): Doc fix.
20201
20202 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
20203
20204 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
20205 lstat fails.
20206 (tramp-do-file-attributes-with-ls): Check for file existence at
20207 remote end.
20208 (tramp-do-file-attributes-with-stat): Likewise.
20209 (tramp-convert-file-attributes): Return nil when attr is nil.
20210
20211 2009-09-05 Glenn Morris <rgm@gnu.org>
20212
20213 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
20214 properties to this button.
20215 (diary-fancy-display): Don't extend the button to the final newline.
20216 (diary-fancy-display-mode): Continue to define "q" as a local key.
20217
20218 * calendar/cal-china.el (holiday-chinese): Make it slightly more
20219 efficient.
20220
20221 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
20222
20223 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
20224 (byte-compile-dest-file-function): New option.
20225 (byte-compile-dest-file): Doc fix.
20226 Obey byte-compile-dest-file-function.
20227 (byte-compile-cl-file-p): New function.
20228 (byte-compile-eval): Only suppress noruntime warnings about cl functions
20229 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
20230 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
20231 than for file being previously loaded.
20232 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
20233 (byte-compile-file-form-require): Handle the case where requiring a file
20234 indirectly causes CL to be loaded.
20235
20236 2009-09-05 Karl Fogel <kfogel@red-bean.com>
20237
20238 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
20239 before killing the old buffer, since by the time `kill-buffer' is
20240 run so many buffer variables have been set to nil that it may not
20241 behave as expected. (Bug#4061)
20242
20243 2009-09-05 Karl Fogel <kfogel@red-bean.com>
20244
20245 * files.el (find-alternate-file): If the old buffer is modified
20246 and visiting a file, behave similarly to `kill-buffer' when
20247 killing it, thus reverting to the pre-1.878 behavior; see
20248 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
20249 for discussion. Also, consult `buffer-file-name' as a variable
20250 not as a function, for consistency with the rest of the code.
20251
20252 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
20253
20254 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
20255 also when adding a new directory.
20256
20257 * net/tramp-compat.el (tramp-compat-line-beginning-position):
20258 New defun.
20259
20260 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
20261
20262 * files.el (locate-file-completion-table): Make it provide boundary
20263 information, so partial-completion works better.
20264
20265 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
20266
20267 * mail/footnote.el (Footnote-text-under-cursor):
20268 Check footnote-text-marker-alist before using it (bug#4324).
20269
20270 2009-09-04 Glenn Morris <rgm@gnu.org>
20271
20272 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
20273 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
20274 * play/solitaire.el, play/tetris.el:
20275 Remove leading * from defcustom and defface docs.
20276
20277 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
20278 necessary.
20279 (diary-fancy-overriding-map): New variable.
20280 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
20281 Use view-mode.
20282
20283 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
20284 goto-line.
20285
20286 2009-09-03 Glenn Morris <rgm@gnu.org>
20287
20288 * arc-mode.el (archive-mode):
20289 * dos-fns.el (set-default-process-coding-system):
20290 * man.el (Man-getpage-in-background):
20291 * menu-bar.el (menu-bar-describe-menu):
20292 * server.el (server-process-filter):
20293 * startup.el (command-line):
20294 * tar-mode.el (tar-header-block-tokenize, tar-extract):
20295 * w32-fns.el (set-default-process-coding-system):
20296 * x-dnd.el (x-dnd-handle-file-name):
20297 * international/mule-cmds.el (mule-menu-keymap)
20298 (set-default-coding-systems, language-info-alist, set-language-info)
20299 (set-language-environment, standard-display-european-internal)
20300 (set-locale-environment):
20301 * international/mule-diag.el (mule-diag):
20302 * mail/emacsbug.el (report-emacs-bug):
20303 * mail/rmail.el (rmail-mode):
20304 * mail/sendmail.el (mail-setup):
20305 Use default-value rather than default-enable-multibyte-characters.
20306
20307 * progmodes/f90.el: Move all safe properties into the defcustoms.
20308 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
20309
20310 * calendar/appt.el (appt-check):
20311 * calendar/diary-lib.el (diary-set-header, diary-live-p)
20312 (diary-check-diary-file, diary-list-entries)
20313 (diary-include-other-diary-files, diary-simple-display)
20314 (diary-fancy-display, diary-print-entries)
20315 (diary-mark-included-diary-files, diary-make-entry):
20316 Don't call substitute-in-file-name on diary-file.
20317
20318 2009-09-03 Eduard Wiebe <usenet@pusto.de>
20319 Stefan Monnier <monnier@iro.umontreal.ca>
20320
20321 * mail/footnote.el (footnote-prefix): Make it a defcustom.
20322 (footnote-mode-map): Move initialization into the declaration.
20323 (footnote-minor-mode-map): Define it rather than changing global-map.
20324 (footnote-mode): Use define-minor-mode.
20325
20326 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
20327
20328 * net/tramp.el (tramp-handle-file-attributes-with-ls)
20329 (tramp-do-file-attributes-with-perl)
20330 (tramp-do-file-attributes-with-stat): Rename from
20331 `tramp-handle-file-attributes-with-*'.
20332 (tramp-handle-file-attributes): Use them.
20333 (tramp-do-directory-files-and-attributes-with-perl)
20334 (tramp-do-directory-files-and-attributes-with-stat): Rename from
20335 `tramp-handle-directory-files-and-attributes-with-*'.
20336 (tramp-handle-directory-files-and-attributes): Use them.
20337 (tramp-method-out-of-band-p): Additional parameter SIZE.
20338 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
20339 (tramp-handle-write-region): Use it.
20340 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
20341 (tramp-handle-vc-registered): Check, whether the first run did
20342 return files to be tested.
20343 (tramp-advice-make-auto-save-file-name): Do not call directly
20344 `tramp-handle-make-auto-save-file-name', because this would bypass
20345 the locking mechanism.
20346
20347 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
20348 (file-remote-p, process-file, start-file-process, set-file-times)
20349 (tramp-compat-file-attributes): Compatibility functions shall not
20350 call directly `tramp-handle-*', because this would bypass the
20351 locking mechanism.
20352 (tramp-compat-number-sequence): New defun.
20353
20354 2009-09-02 Glenn Morris <rgm@gnu.org>
20355
20356 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
20357 alias for float-time.
20358 (time-to-number-of-days): In Emacs, use float-time.
20359 * net/newst-backend.el (time-add): Suppress warnings from compat
20360 function.
20361 * time.el (emacs-uptime, emacs-init-time):
20362 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
20363 Use float-time rather than time-to-seconds.
20364
20365 * minibuffer.el (completion-initials-expand): Fix typo.
20366
20367 * faces.el (modeline, modeline-inactive, modeline-highlight)
20368 (modeline-buffer-id):
20369 * info.el (info-menu-5): Mark these face aliases as obsolete.
20370
20371 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
20372
20373 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
20374 space ...
20375 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
20376 no "--thread" option.
20377 (gdb-stopped): Don't print "Switched to thread" message when it is
20378 unchanged.
20379
20380 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
20381
20382 * minibuffer.el (completion-try-completion)
20383 (completion-all-completions): Remove ill-defined (and
20384 mistakenly installed and luckily never used nor documented)
20385 `completion-styles' property.
20386 (completion-initials-expand, completion-initials-all-completions)
20387 (completion-initials-try-completion): New functions.
20388 (completion-styles-alist): Add doc to each entry.
20389 Add new `initials' entry.
20390
20391 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
20392
20393 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
20394 MI command -var-evaluate-expression.
20395 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
20396 and tweak for case of string child.
20397 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
20398
20399 2009-09-01 Glenn Morris <rgm@gnu.org>
20400
20401 * add-log.el (change-log-date-face, change-log-name-face)
20402 (change-log-email-face, change-log-file-face, change-log-list-face)
20403 (change-log-conditionals-face, change-log-function-face)
20404 (change-log-acknowledgement-face):
20405 * cus-edit.el (custom-invalid-face, custom-rogue-face)
20406 (custom-modified-face, custom-set-face, custom-changed-face)
20407 (custom-saved-face, custom-button-face, custom-button-pressed-face)
20408 (custom-documentation-face, custom-state-face, custom-comment-face)
20409 (custom-comment-tag-face, custom-variable-tag-face)
20410 (custom-variable-button-face, custom-face-tag-face)
20411 (custom-group-tag-face-1, custom-group-tag-face):
20412 * diff-mode.el (diff-header-face, diff-file-header-face)
20413 (diff-index-face, diff-hunk-header-face, diff-removed-face)
20414 (diff-added-face, diff-changed-face, diff-function-face)
20415 (diff-context-face, diff-nonexistent-face):
20416 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
20417 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
20418 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
20419 (Info-title-4-face):
20420 * isearch.el (isearch-lazy-highlight-face):
20421 * log-view.el (log-view-file-face, log-view-message-face):
20422 * paren.el (show-paren-match-face, show-paren-mismatch-face):
20423 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
20424 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
20425 (cvs-msg-face):
20426 * smerge-mode.el (smerge-mine-face, smerge-other-face)
20427 (smerge-base-face, smerge-markers-face):
20428 * wid-edit.el (widget-documentation-face, widget-button-face)
20429 (widget-field-face, widget-single-line-field-face)
20430 (widget-inactive-face, widget-button-pressed-face):
20431 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
20432 (woman-addition-face):
20433 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
20434 (eshell-ls-executable-face, eshell-ls-readonly-face)
20435 (eshell-ls-unreadable-face, eshell-ls-special-face)
20436 (eshell-ls-missing-face, eshell-ls-archive-face)
20437 (eshell-ls-backup-face, eshell-ls-product-face)
20438 (eshell-ls-clutter-face):
20439 * eshell/em-prompt.el (eshell-prompt-face):
20440 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
20441 * obsolete/old-whitespace.el (whitespace-highlight-face):
20442 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
20443 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
20444 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
20445 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
20446 (antlr-font-lock-literal-face):
20447 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
20448 (ebrowse-root-class-face, ebrowse-file-name-face)
20449 (ebrowse-default-face, ebrowse-member-attribute-face)
20450 (ebrowse-member-class-face, ebrowse-progress-face):
20451 * progmodes/make-mode.el (makefile-space-face):
20452 * progmodes/sh-script.el (sh-heredoc-face):
20453 * textmodes/flyspell.el (flyspell-incorrect-face)
20454 (flyspell-duplicate-face):
20455 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
20456 * textmodes/texinfo.el (texinfo-heading-face):
20457 Mark face aliases with "-face" suffix as obsolete.
20458
20459 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
20460 compiler.
20461
20462 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
20463 (eudc-bob-sound-menu): Use defvar rather than defconst, since
20464 easy-menu-define wants to modify these.
20465
20466 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
20467
20468 * net/browse-url.el (browse-url-file-url):
20469 * term/internal.el (dos-codepage-setup):
20470 Use default-value rather than default-enable-multibyte-characters.
20471
20472 * progmodes/etags.el (etags-goto-tag-location):
20473 * progmodes/flymake.el (flymake-highlight-line)
20474 (flymake-goto-file-and-line, flymake-goto-line):
20475 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
20476 (gdb-goto-breakpoint):
20477 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
20478 * progmodes/python.el (python-find-function)
20479 (python-pdbtrack-track-stack-file):
20480 * progmodes/verilog-mode.el (verilog-surelint-off):
20481 * term/ns-win.el (ns-open-file-select-line):
20482 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
20483 Use forward-line rather than goto-line.
20484
20485 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
20486 * textmodes/reftex-index.el (reftex-display-index):
20487 * textmodes/reftex-ref.el (reftex-offer-label-menu):
20488 * textmodes/reftex-toc.el (reftex-toc):
20489 Remove unnecessary bindings of default-major-mode (all are followed by
20490 major-mode check and possible mode switch).
20491
20492 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
20493
20494 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
20495 Handle watchpoints (bug#4282).
20496 (def-gdb-thread-buffer-command): Enable thread to be selected by
20497 clicking without selecting threads buffer first.
20498 (gdb-current-context-command): Use selected frame so that "up",
20499 "down" etc work in the GUD buffer.
20500 (gdb-update): Find selected frame before rendering stack buffer.
20501 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
20502
20503 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
20504
20505 * progmodes/sym-comp.el (displayed-completions): Remove.
20506 (symbol-complete): Use minibuffer-complete.
20507
20508 2009-08-31 Glenn Morris <rgm@gnu.org>
20509
20510 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
20511
20512 * apropos.el (apropos-symbols-internal):
20513 Handle (obsolete) face aliases.
20514
20515 * faces.el (describe-face): Adjust the output format to be more like
20516 describe-variable, and to mention (obsolete) face aliases.
20517 Adjust the whitespace so that help-setup-xref works.
20518
20519 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
20520 * calendar/diary-lib.el (diary-button-face):
20521 Mark these face aliases as obsolete.
20522
20523 * calendar/calendar.el (calendar-today): Doc fix.
20524
20525 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
20526
20527 * progmodes/gdb-mi.el (gdb-control-all-threads)
20528 (gdb-control-current-thread): Force tool bar update.
20529 (gdb-non-stop-handler): New function.
20530 (gdb-init-1): Use it to test if non-stop mode is supported.
20531 Remove unused gdbmi buffer type.
20532
20533 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
20534
20535 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
20536 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
20537
20538 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
20539
20540 * comint.el (comint-exec-1): Check command is non-null first.
20541 Part of gdb-mi.el change (2009-08-28).
20542
20543 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20544
20545 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
20546
20547 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
20548
20549 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
20550 instead of `dolist' to avoid a recursive require when bootstrapping.
20551
20552 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20553
20554 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
20555
20556 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
20557
20558 * net/imap.el (imap-send-command): Simplify.
20559 (imap-wait-for-tag): point-max -> buffer-size.
20560
20561 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
20562
20563 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
20564 with constant argument.
20565
20566 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
20567
20568 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
20569
20570 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
20571 Change default, since most of our files don't have a history.
20572 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
20573 the user.
20574
20575 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20576 Add comint-run.
20577
20578 * calc/calc.el: Improve commenting convention.
20579 (calc-digit-map, toplevel): Simplify.
20580
20581 * comint.el (comint-insert-input): Be careful to only set point if we
20582 don't delegate to some other command.
20583
20584 * proced.el (proced-signal-list): Make it an alist.
20585 (proced-grammar-alist): Capitalize names.
20586 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
20587 Disable undo manually and make it read-only.
20588 Use completion-annotate-function.
20589
20590 * minibuffer.el (minibuffer-message): If the current buffer is not
20591 a minibuffer, insert the message in the echo area rather than at the
20592 end of the buffer.
20593 (completion-annotate-function): New variable.
20594 (minibuffer-completion-help): Use it.
20595 (completion--embedded-envvar-table): Environment vars are
20596 always case-sensitive.
20597
20598 2009-08-30 Glenn Morris <rgm@gnu.org>
20599
20600 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
20601 from fortran-current-defun.
20602 (fortran-beginning-of-subprogram): Be more precise about finding the
20603 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
20604 (fortran-end-of-subprogram): Simplify.
20605 (fortran-current-defun): Use fortran-start-prog-re.
20606
20607 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
20608
20609 * subr.el (do-after-load-evaluation): Simplify.
20610
20611 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
20612
20613 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
20614
20615 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
20616 (vc-rcs-print-log): Use it.
20617
20618 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
20619
20620 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
20621
20622 * paths.el (abbrev-file-name): Move to abbrev.el.
20623 * abbrev.el (abbrev-file-name): Move from paths.el.
20624 Obey user-emacs-directory.
20625 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
20626 user-emacs-directory.
20627 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
20628 abbrev-file-name and calc-settings-file any more.
20629 * startup.el (command-line): Recompute abbrev-file-name and
20630 abbreviated-home-dir.
20631 (normal-no-mouse-startup-screen): Improve the generic code and get rid
20632 of the special code for when C-h bindings haven't been changed.
20633 (display-startup-echo-area-message): Use with-current-buffer.
20634 (command-line-1): Use a list of strings, rather than a list of lists
20635 of strings for longopts.
20636
20637 * files.el (get-free-disk-space): Use / for default-directory.
20638
20639 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
20640 Use with-current-buffer.
20641
20642 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
20643 Recognize immutable variables like most-positive-fixnum.
20644 (byte-compile-setq-default): Check and warn if trying to assign
20645 to an immutable variable, or a non-variable.
20646
20647 * progmodes/cc-vars.el (c-comment-continuation-stars):
20648 * progmodes/cc-engine.el (c-looking-at-bos):
20649 * progmodes/cc-cmds.el (c-toggle-auto-state)
20650 (c-forward-into-nomenclature, c-backward-into-nomenclature)
20651 (c-comment-line-break-function): Add version of obsolescence.
20652
20653 2009-08-28 Juri Linkov <juri@jurta.org>
20654
20655 * files.el (magic-fallback-mode-alist): Add ZIP magic number
20656 associated with `archive-mode'.
20657
20658 * image.el (image-type-header-regexps): Use only JPEG magic number
20659 to determine JPEG images, and don't use `image-jpeg-p' because
20660 Emacs can display non-JFIF non-Exif JPEG images.
20661
20662 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
20663
20664 * arc-mode.el (archive-mode):
20665 * emacs-lisp/re-builder.el (re-builder-unload-function):
20666 Protect against the default value of `major-mode' being nil.
20667
20668 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
20669
20670 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
20671 Fix typos in docstrings.
20672
20673 * progmodes/js.el (js--macro-decl-re): Doc fix.
20674 (js--plain-method-re, js--split-name): Refloc docstring.
20675 (js--class-styles, js--make-merged-item, js--splice-into-items):
20676 Fix typos in docstrings; reflow docstrings.
20677 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
20678 (js--variable-decl-matcher, js--inside-pitem-p)
20679 (js--parse-state-at-point, js--get-all-known-symbols)
20680 (js--symbol-history, js-find-symbol, js--js-references)
20681 (js--moz-interactor, js--js-encode-value, js--read-tab):
20682 Fix typos in docstrings.
20683
20684 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20685
20686 * textmodes/reftex.el (reftex-get-file-buffer-force):
20687 * progmodes/verilog-mode.el (verilog-batch-execute-func):
20688 * emulation/viper.el (viper-go-away, viper-set-hooks):
20689 * emacs-lisp/re-builder.el (re-builder-unload-function):
20690 * emacs-lisp/bytecomp.el (byte-compile-file):
20691 * ses.el (ses-unload-function):
20692 * hexl.el (hexl-find-file):
20693 * files.el (normal-mode):
20694 * ehelp.el (with-electric-help):
20695 * autoinsert.el (auto-insert-alist):
20696 * arc-mode.el (archive-mode):
20697 Use (default-value 'major-mode) instead of default-major-mode.
20698
20699 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
20700 * international/mule.el (load-with-code-conversion):
20701 * emacs-lisp/debug.el (debug):
20702 * ediff-vers.el (ediff-rcs-get-output-buffer):
20703 * dired.el (dired-internal-noselect): Don't let-bind
20704 default-major-mode around code that doesn't use it.
20705 E.g. buffer creation via get-buffer-create doesn't use it.
20706
20707 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
20708
20709 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
20710 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
20711 when writing the temp file. Otherwise, epa-file gets confused.
20712 (tramp-register-file-name-handlers): Make it a defun. Move also
20713 `epa-file-handler' to the front of `file-name-handler-alist'.
20714
20715 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20716
20717 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
20718 start right after a ^M.
20719 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
20720 (tramp-completion-file-name-regexp-separate)
20721 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
20722 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
20723 Don't modify last-coding-system-used by accident.
20724 (tramp-completion-file-name-handler): Apply the checks here,
20725 instead during registration.
20726 (tramp-register-file-name-handlers): Rename from
20727 `tramp-register-file-name-handler'. Register both
20728 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
20729 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
20730
20731 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
20732
20733 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
20734 Remove variable ...
20735 (gdb-init-1, gdb-display-separate-io-buffer)
20736 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
20737 references to it.
20738 (gdb-inferior-io-mode): Use make-comint-in-buffer.
20739 (gdb-inferior-filter): Use comint-output-filter to stop
20740 echoing and remove ^M characters.
20741
20742 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20743
20744 * emulation/viper-init.el (viper-restore-cursor-type):
20745 * emulation/cua-base.el (cua--update-indications):
20746 Replace default-cursor-type with (default-value 'cursor-type).
20747
20748 * mail/sendmail.el (mail-recover-1):
20749 * international/mule-diag.el (describe-current-coding-system-briefly)
20750 (describe-current-coding-system):
20751 * international/mule-cmds.el (select-safe-coding-system)
20752 (select-message-coding-system)
20753 (set-language-environment-coding-systems, set-locale-environment):
20754 * hexl.el (hexl-insert-multibyte-char):
20755 * dos-w32.el (find-buffer-file-type-coding-system):
20756 * simple.el (what-cursor-position):
20757 Replace uses of default-buffer-file-coding-system
20758 with (default-value 'buffer-file-coding-system).
20759
20760 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
20761 Replace uses of default-cursor-in-non-selected-windows
20762 with (default-value 'cursor-in-non-selected-windows).
20763 Use with-current-buffer.
20764
20765 * mail/feedmail.el: Use CL macros.
20766 (feedmail-run-the-queue, feedmail-send-it-immediately):
20767 * dos-w32.el (find-buffer-file-type): Replace uses of
20768 default-buffer-file-type with (default-value 'buffer-file-type).
20769
20770 2009-08-28 Glenn Morris <rgm@gnu.org>
20771
20772 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
20773 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
20774 Use default-value of major-mode rather than default-major-mode.
20775
20776 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20777
20778 * Makefile.in (update-elcfiles): Report left over elc files.
20779
20780 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
20781 expand-file-name and with-current-buffer.
20782 (mail-get-names, mail-directory): Use with-current-buffer.
20783
20784 * vc.el (vc-read-revision): New function.
20785 (vc-version-diff, vc-merge): Use it.
20786
20787 2009-08-27 Sam Steingold <sds@gnu.org>
20788
20789 * simple.el (kill-do-not-save-duplicates): New user option.
20790 (kill-new): When it is non-nil, and the new string is the same as
20791 the latest kill, set replace to t to avoid duplicates in kill-ring.
20792
20793 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
20794
20795 * net/tramp.el (tramp-handle-process-file): Do not flush all
20796 caches when `process-file-side-effects' is set.
20797 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
20798 instead of `tramp-find-file-exists-command'.
20799 Unset `process-file-side-effects'.
20800
20801 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
20802
20803 * net/tramp.el (tramp-methods): New method "rsyncc".
20804 (top): Add completion function for "rsyncc".
20805 (tramp-message-show-message): New defvar.
20806 (tramp-message, tramp-error): Use it.
20807 (tramp-do-copy-or-rename-file-directly): Extend check for direct
20808 remote copying.
20809 (tramp-do-copy-or-rename-file-out-of-band): Handle new
20810 `tramp-methods' entry `copy-env' of "rsyncc".
20811 (tramp-vc-registered-read-file-names): New defconst.
20812 (tramp-vc-registered-file-names): New defvar.
20813 (tramp-handle-vc-registered): Implement optimization strategy.
20814 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
20815 (tramp-vc-file-name-handler): New defun.
20816 (tramp-get-ls-command, tramp-get-test-command)
20817 (tramp-get-file-exists-command, tramp-get-remote-ln)
20818 (tramp-get-remote-perl, tramp-get-remote-stat)
20819 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
20820
20821 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
20822 (tramp-cache-inhibit-cache): Extend doc string. It allows also
20823 timestamps.
20824 (tramp-get-file-property): Check for timestamps in
20825 `tramp-cache-inhibit-cache'.
20826 (tramp-set-file-property): Write timestamp.
20827
20828 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20829
20830 * language/japan-util.el (japanese-symbol-table): Add entries for
20831 cp932-2-byte.
20832
20833 * international/characters.el: Add category `j' to cp932-2-byte.
20834
20835 2009-08-27 Kenichi Handa <handa@m17n.org>
20836
20837 * international/fontset.el (build-default-fontset-data): New macro.
20838 (setup-default-fontset): Use build-default-fontset-data for CJK,
20839 tibetan, ethiopic, and ipa.
20840
20841 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20842
20843 * cus-start.el (default-major-mode): Customize `major-mode' instead.
20844 (enable-multibyte-characters): Not customizable any more.
20845
20846 * subr.el (default-mode-line-format, default-header-line-format)
20847 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
20848 (default-direction-reversed, default-truncate-lines)
20849 (default-left-margin, default-tab-width, default-case-fold-search)
20850 (default-left-margin-width, default-right-margin-width)
20851 (default-left-fringe-width, default-right-fringe-width)
20852 (default-fringes-outside-margins, default-scroll-bar-width)
20853 (default-vertical-scroll-bar, default-indicate-empty-lines)
20854 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
20855 (default-fringe-cursor-alist, default-scroll-up-aggressively)
20856 (default-scroll-down-aggressively, default-fill-column)
20857 (default-cursor-type, default-buffer-file-type)
20858 (default-cursor-in-non-selected-windows)
20859 (default-buffer-file-coding-system, default-major-mode)
20860 (default-enable-multibyte-characters): Mark as obsolete.
20861
20862 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
20863
20864 * vc-dir.el (vc-dir-update): Remove debug helper.
20865
20866 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
20867
20868 2009-08-26 Sam Steingold <sds@gnu.org>
20869
20870 * simple.el (save-interprogram-paste-before-kill): New user option.
20871 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
20872 save the interprogram-paste into kill-ring before overriding it
20873 with the Emacs kill.
20874
20875 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20876
20877 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
20878 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
20879 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
20880 and move to vc-rcs.el.
20881 (vc-default-next-revision): Rename to vc-rcs-next-revision and
20882 move to vc-rcs.el.
20883 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
20884 (vc-rcs-update-changelog): Remove.
20885 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
20886 and move to vc-rcs.el.
20887
20888 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
20889 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
20890 renaming.
20891 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
20892 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
20893 vc.el, renamed to be RCS specific.
20894
20895 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
20896 New functions.
20897 (vc-cvs-update-changelog): Move here from vc.el.
20898
20899 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
20900 New functions.
20901
20902 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
20903
20904 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
20905
20906 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20907
20908 * vc-git.el (vc-git-register): Use "git add" for directories.
20909 (vc-git-stash, vc-git-stash-show): New functions.
20910 (vc-git-extra-menu-map): Bind them.
20911
20912 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
20913 directory correctly in case the item is a directory itself.
20914
20915 * vc.el: Document the desired behavior for reverted files in the
20916 `added' state.
20917 (vc-default-prettify-state-info): Remove function, unused.
20918
20919 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
20920
20921 2009-08-26 Glenn Morris <rgm@gnu.org>
20922
20923 * bindings.el (standard-mode-line-format): Reposition dashes in
20924 which-func entry. (Bug#4217)
20925
20926 * files.el (enable-local-variables, enable-local-eval)
20927 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
20928 the defcustoms.
20929 (auto-mode-alist, ignored-local-variables)
20930 (save-some-buffers-action-alist): Move risky declarations to the
20931 definitions.
20932 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
20933 (font-lock-defaults, format-alist, imenu--index-alist)
20934 (imenu-generic-expression, input-method-alist, minor-mode-alist)
20935 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
20936 (mode-line-modified, mode-line-mule-info, mode-line-position)
20937 (mode-line-process, mode-line-remote, outline-level)
20938 (parse-time-rules, rmail-output-file-alist)
20939 (special-display-buffer-names, vc-mode):
20940 Move risky declarations to the relevant files.
20941 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
20942 (mode-line-modified, mode-line-process, mode-line-position)
20943 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
20944 * font-core.el (font-lock-defaults):
20945 * format.el (format-alist):
20946 * vc-hooks.el (vc-mode):
20947 * window.el (special-display-buffer-names):
20948 * international/mule-cmds.el (input-method-alist):
20949 Define riskiness here (dumped file) rather than in files.el.
20950 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
20951 * imenu.el (imenu-generic-expression, imenu--index-alist):
20952 * outline.el (outline-level):
20953 * time.el (display-time-string):
20954 * calendar/parse-time.el (parse-time-rules):
20955 * mail/rmailout.el (rmail-output-file-alist):
20956 Autoload riskiness here, rather than placing in files.el.
20957
20958 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
20959
20960 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
20961
20962 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
20963
20964 * simple.el (process-file-side-effects): New defvar.
20965
20966 * dired-aux.el (dired-show-file-type):
20967 * vc.el (vc-diff-internal):
20968 * vc-arch.el (vc-arch-diff):
20969 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
20970 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
20971 * vc-git.el (vc-git-registered, vc-git-working-revision)
20972 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
20973 (vc-git--empty-db-p):
20974 * vc-hooks.el (vc-user-login-name):
20975 * vc-svn.el (vc-svn-registered, vc-svn-state)
20976 (vc-svn-dir-extra-headers, vc-svn-find-revision):
20977 * progmodes/grep.el (grep-probe): Let-bind
20978 `process-file-side-effects' with nil.
20979
20980 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
20981
20982 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
20983 daemon. Replace ping by checking for running service for bluez
20984 and zeroconf. (Bug#4239)
20985
20986 2009-08-25 Kevin Ryde <user42@zip.com.au>
20987
20988 * net/dig.el (dig): Add autoload cookie.
20989
20990 2009-08-25 Glenn Morris <rgm@gnu.org>
20991
20992 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
20993 load-history for absolute file-names.
20994 (byte-compile-file-form-require): Warn about use of the cl package.
20995
20996 * format.el (format-alist): Doc fix.
20997
20998 * play/bubbles.el (top-level): Don't require cl at run-time.
20999
21000 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
21001 run-time cl).
21002
21003 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
21004
21005 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
21006 from cl package.
21007 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
21008
21009 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
21010
21011 * calc/calc-alg.el (math-trig-rewrite)
21012 (math-hyperbolic-trig-rewrite): New functions.
21013 (calc-simplify): Simplify trig functions when asked.
21014
21015 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
21016
21017 * diff-mode.el (diff-find-source-location): Avoid goto-line.
21018
21019 2009-08-24 Kenichi Handa <handa@m17n.org>
21020
21021 * language/ind-util.el (mapthread): Delete it.
21022 (combinatorial): New function.
21023 (indian--puthash-cv): Use combinatorial instead of mapthread.
21024
21025 2009-08-22 Kevin Ryde <user42@zip.com.au>
21026
21027 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
21028 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
21029 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
21030 Clarify docstring that the value is strings not symbols.
21031 (checkdoc-list-of-strings-p): New function.
21032
21033 2009-08-22 Glenn Morris <rgm@gnu.org>
21034
21035 * files.el (auto-mode-alist):
21036 * hippie-exp.el (he-concat-directory-file-name):
21037 * lpr.el (lpr-windows-system, printer-name):
21038 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
21039 * ps-print.el (ps-windows-system):
21040 * startup.el (command-line):
21041 * emulation/viper-ex.el (viper-glob-function):
21042 * international/mule-cmds.el (set-language-environment-coding-systems):
21043 * net/ange-ftp.el (ange-ftp-write-region):
21044 * obsolete/fast-lock.el (fast-lock-cache-name):
21045 Remove code for defunct system-types emx, macos, mswindows, next-mach,
21046 unisoft-unix, vax-vms, win32, w32.
21047
21048 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
21049 given name if the pattern is not more specific.
21050
21051 * calendar/lunar.el (lunar-phase-names): New option.
21052 (lunar-phase): Doc fix.
21053 (lunar-cycles-per-year): New constant.
21054 (lunar-index): New function.
21055 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
21056 (lunar-phase-name): Use lunar-phase-names.
21057 (calendar-lunar-phases): Use format.
21058 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
21059
21060 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
21061 Copy imenu-example--name-and-position function here for own use.
21062 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
21063
21064 * bs.el (bs--redisplay):
21065 * cus-edit.el (custom-redraw):
21066 * ibuffer.el (ibuffer-bury-buffer):
21067 * server.el (server-goto-line-column):
21068 * startup.el (command-line-1):
21069 * strokes.el (strokes-xpm-for-stroke):
21070 * term.el (term-display-buffer-line):
21071 * view.el (View-goto-line):
21072 * calc/calc.el (calc-do, calc-trail-buffer):
21073 * play/gamegrid.el (gamegrid-add-score-insecure):
21074 * progmodes/ada-mode.el (ada-compile-goto-error):
21075 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
21076 (ebrowse-select-1st-to-9nth):
21077 * progmodes/cperl-mode.el (cperl-time-fontification):
21078 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
21079 * progmodes/gud.el (gud-display-line):
21080 (idlwave-shell-display-line):
21081 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
21082 * progmodes/make-mode.el (makefile-browser-toggle):
21083 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
21084 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
21085 * textmodes/picture.el (picture-draw-rectangle):
21086 * textmodes/reftex-index.el (reftex-index-goto-letter):
21087 (reftex-select-jump-to-previous):
21088 * textmodes/reftex-sel.el (reftex-find-start-point)
21089 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
21090 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
21091 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
21092 * textmodes/tex-mode.el (tex-compilation-parse-errors):
21093 * textmodes/two-column.el (2C-associated-buffer):
21094 Use forward-line rather than goto-line.
21095
21096 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
21097 goto-line.
21098
21099 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
21100 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
21101 (quick-check-list-to-regexp): Declare.
21102
21103 * progmodes/make-mode.el (makefile-browser-insert-selection):
21104 Use goto-char rather than goto-line.
21105
21106 * progmodes/prolog.el (compilation-error-regexp-alist)
21107 (compilation-forget-errors): Declare.
21108
21109 2009-08-22 Juri Linkov <juri@jurta.org>
21110
21111 * progmodes/grep.el (lgrep, rgrep): At the beginning
21112 set `dir' to `default-directory' unless `dir' is a non-nil
21113 readable directory. (Bug#4052)
21114 (lgrep, rgrep): Change a weird way to report an error
21115 from using `read-string' to using `error'.
21116 Instead of using interactive arguments in the function body,
21117 add new argument `confirm'.
21118
21119 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
21120
21121 * textmodes/remember.el (remember-buffer):
21122 * progmodes/cperl-mode.el (cperl-vc-header-alist):
21123 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
21124 (icalendar-extract-ical-from-buffer):
21125 * net/newst-treeview.el (newsticker-groups-filename):
21126 * net/newst-backend.el (newsticker-cache-filename):
21127 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
21128 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
21129 (speedbar-add-ignored-path-regexp, speedbar-line-path)
21130 (speedbar-buffers-line-path, speedbar-path-line)
21131 (speedbar-buffers-line-path):
21132 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
21133 (epg-sign-keys):
21134 * epa.el (epa-display-verify-result):
21135 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
21136
21137 2009-08-21 Glenn Morris <rgm@gnu.org>
21138
21139 * progmodes/js.el (inferior-moz-process): Fix declaration.
21140
21141 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
21142
21143 * obsolete/rnewspost.el (news-mail-reply):
21144 Use goto-char rather than goto-line.
21145
21146 * term/ns-win.el (ns-open-file-select-line):
21147 Use line-beginning-position rather than goto-line.
21148
21149 * apropos.el (apropos-command):
21150 * ehelp.el (electric-helpify):
21151 * printing.el (pr-show-setup):
21152 * strokes.el (strokes-help):
21153 * tutorial.el (tutorial--describe-nonstandard-key)
21154 (tutorial--detailed-help):
21155 * woman.el (woman-mini-help, woman-display-extended-fonts):
21156 * calc/calc-help.el (calc-describe-key):
21157 * emulation/edt.el (edt-electric-helpify):
21158 * international/mule-diag.el (mule-diag):
21159 * play/yow.el (apropos-zippy):
21160 * progmodes/python.el (python-describe-symbol):
21161 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
21162 * textmodes/table.el (*table--cell-describe-mode)
21163 (*table--cell-describe-bindings):
21164 Use help-print-return-message rather than the now obsolete alias.
21165
21166 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
21167 (calendar-cursor-to-visible-date):
21168 * play/5x5.el (5x5-position-cursor):
21169 * play/decipher.el (decipher):
21170 * play/gomoku.el (gomoku-goto-xy):
21171 * play/landmark.el (lm-goto-xy):
21172 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
21173 (mpuz-paint-digit):
21174 Use forward-line, not goto-line.
21175
21176 * mail/rmail.el (rmail-obsolete): Delete custom group.
21177 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
21178 (rmail-remote-password, rmail-remote-password-required):
21179 Remove unneeded :set-after and :set properties.
21180
21181 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
21182
21183 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
21184
21185 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
21186
21187 * loadup.el: Remove leftover macos code.
21188
21189 * vc-git.el (vc-git-annotate-command): Run asynchronously.
21190 Explicitly pass the date format to git blame so that user local
21191 so that the output format can be parsed.
21192
21193 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
21194
21195 * net/dbus.el (top): Don't check for (getenv
21196 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
21197
21198 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
21199
21200 * log-edit.el (log-edit-strip-single-file-name): New var.
21201 (log-edit-insert-changelog): Use it. Bug#3571.
21202
21203 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
21204
21205 * subr.el (read-passwd): Use read-key so keypad keys work as well.
21206 Bug#3287.
21207
21208 * help.el (help-print-return-message): Rename from
21209 print-help-return-message.
21210
21211 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
21212 cvs-mode-map parent hack.
21213 (log-view-mode): Derive from special-mode.
21214
21215 * linum.el (linum-mode): window-size-change-functions is redundant.
21216 Adapt to new window-configuration-change-hook behavior.
21217 (linum-after-size, linum-after-config): Remove.
21218
21219 * imenu.el (imenu-example--name-and-position)
21220 (imenu-example--lisp-extract-index-name)
21221 (imenu-example--create-lisp-index, imenu-example--create-c-index):
21222 Mark as obsolete.
21223
21224 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
21225 (inferior-prolog-mode): Use it.
21226 (inferior-prolog-load-file): Reset list of errors.
21227
21228 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
21229
21230 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
21231
21232 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
21233
21234 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
21235
21236 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
21237 is running already.
21238
21239 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
21240
21241 * subr.el (listify-key-sequence-1): Use normal syntax since those
21242 integers are nowadays always represented by the same (positive) number
21243 on all platforms.
21244 (read-key-empty-map): New const.
21245 (read-key-delay): New var.
21246 (read-key): New function.
21247 (force-mode-line-update): Use with-current-buffer.
21248 (locate-user-emacs-file): Don't forget to abbreviate the file name.
21249 (start-process-shell-command, start-file-process-shell-command):
21250 Discourage the use of command-args.
21251
21252 2009-08-19 Glenn Morris <rgm@gnu.org>
21253
21254 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
21255
21256 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
21257
21258 * simple.el (choose-completion-string): Don't rely on
21259 minibuffer-completing-file-name and ad-hoc checks to decide whether
21260 to continue completion or not.
21261
21262 * minibuffer.el (minibuffer-hide-completions): New function.
21263 (completion--do-completion): Use it.
21264 (completions-annotations): New face.
21265 (completion--insert-strings): Use it.
21266 (completion-pcm--delim-wild-regex): Add docstring.
21267 (completion-pcm--string->pattern): Add support for 0-width delimiters
21268 in completion-pcm--delim-wild-regex.
21269
21270 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
21271
21272 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
21273 Remove unused var `buffer-modified-p'.
21274
21275 * minibuffer.el (completion--do-completion): Move point for the #b001
21276 case as well (bug#4176).
21277 (minibuffer-complete, minibuffer-complete-word): Don't move point.
21278
21279 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
21280
21281 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
21282 and :session buses.
21283
21284 2009-08-18 Kenichi Handa <handa@m17n.org>
21285
21286 * international/ucs-normalize.el (ucs-normalize-version):
21287 Change to 1.1.
21288 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
21289 (utf-8-hfs): Make it perform normalization on encoding too.
21290
21291 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
21292 (sentence-end-without-space): Delete duplicated chars.
21293 (sentence-end-base): Likewise.
21294
21295 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
21296 (html-mode): Delete duplicated chars from sentence-end-base.
21297
21298 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
21299 (texinfo-mode): Delete duplicated chars from sentence-end-base.
21300
21301 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
21302
21303 * files.el (hack-one-local-variable): If the mode function is for
21304 a minor mode, pass it an argument (Bug#4148).
21305
21306 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
21307
21308 * net/tramp.el (tramp-register-completion-file-name-handler):
21309 Check also for (member 'partial-completion completion-styles).
21310
21311 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
21312
21313 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
21314 abbrev (Bug#3943).
21315
21316 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
21317
21318 * progmodes/cperl-mode.el: Merge upstream 6.2.
21319 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
21320 (cperl-forward-re): Check cperl-brace-recursing.
21321 (cperl-highlight-charclass): New function.
21322 (cperl-find-pods-heres): Use it.
21323 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
21324 (cperl-beautify-regexp-piece): Fix column calculation.
21325 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
21326 (cperl-beautify-level): Don't process entire regexp.
21327 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
21328 calling man.
21329 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
21330 (cperl-init-faces): Build a list in the normal way.
21331
21332 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
21333
21334 * calendar/parse-time.el (parse-time-string-chars): Save match
21335 data.
21336
21337 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
21338
21339 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
21340 (sql-product): Use it.
21341 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
21342 (sql-set-product): Add completion.
21343 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
21344 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
21345 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
21346 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
21347 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
21348 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
21349 (sql-highlight-db2-keywords): Remove.
21350 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
21351 (sql-highlight-product): Use derived-mode-p.
21352 (sql-set-sqli-buffer): Use with-current-buffer.
21353 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
21354 Simplify.
21355
21356 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
21357
21358 * term.el: Fix commenting convention, turn comments into docstrings.
21359
21360 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
21361
21362 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
21363
21364 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
21365
21366 * calendar/parse-time.el (parse-time-string-chars): Compute using
21367 character classes, to handle non-ascii characters (Bug#3190).
21368
21369 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
21370
21371 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
21372 another heredoc if the user adds another < (Bug#3226).
21373
21374 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21375 Don't initialize based on window-system (Bug#4124).
21376
21377 * facemenu.el (facemenu-read-color): Use a completion function
21378 that accepts any defined color, such as RGB triplets (Bug#3677).
21379
21380 * files.el (get-free-disk-space): Change fallback default
21381 directory to /. Expand DIR argument before switching to fallback.
21382 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
21383
21384 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
21385
21386 * files.el (load-library): Doc fix.
21387
21388 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
21389
21390 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
21391 (viper-if-string): Redefine C-s in the minibuffer to insert the last
21392 incremental search string.
21393
21394 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
21395 XEmacs.
21396
21397 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
21398 (ediff-merge-region-is-non-clash)
21399 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
21400 Also check if the job is really a merge job.
21401
21402 * ediff.el (ediff-current-file): New function.
21403
21404 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
21405
21406 * progmodes/js.el: Edit docstrings throughout to follow Emacs
21407 conventions.
21408 (js-insert-and-indent): Delete function.
21409 (js-mode-map): Don't bind keys to js-insert-and-indent.
21410 (js-beginning-of-defun): Rename from js--beginning-of-defun.
21411 (js-end-of-defun): Rename from js--end-of-defun.
21412 (js-auto-indent-flag): Delete variable.
21413
21414 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
21415
21416 * progmodes/js.el: Remove proclaim statement.
21417 Defvar which-func-imenu-joiner-function to silence compiler.
21418
21419 * files.el (auto-mode-alist): Use js-mode for .js files.
21420
21421 * progmodes/js2-mode.el: Remove file.
21422
21423 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
21424
21425 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
21426
21427 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
21428
21429 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
21430 Karl Landstrom <karl.landstrom@brgeight.se>
21431
21432 * progmodes/js.el: New file.
21433
21434 2009-08-14 Mark A. Hershberger <mah@everybody.org>
21435
21436 * timezone.el (timezone-parse-date): Add ability to understand ISO
21437 basic format (minimal separators) dates in addition to the
21438 already-supported extended format dates.
21439
21440 2009-08-14 Eli Zaretskii <eliz@gnu.org>
21441
21442 * international/ucs-normalize.el: Add a `coding' file variable.
21443
21444 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
21445
21446 2009-08-14 Sam Steingold <sds@gnu.org>
21447
21448 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
21449
21450 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
21451
21452 * faces.el (help-argument-name): Define it here instead of
21453 help-fns.el, because in daemon mode help-fns.el may be loaded when
21454 faces are still uninitialized (Bug#1078).
21455
21456 * help-fns.el (help-argument-name): Move defface to faces.el.
21457
21458 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
21459
21460 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
21461 create buffer with a pty but no process so that GDB can make the
21462 inferior the controlling process.
21463
21464 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
21465
21466 * international/ucs-normalize.el: New file.
21467
21468 2009-08-13 Richard Stallman <rms@gnu.org>
21469
21470 * mail/rmail.el (rmail-get-attr-names):
21471 Accept an attribute header that is too short.
21472
21473 * mail/rmail.el (rmail-forget-messages):
21474 Ignore nil elt in rmail-message-vector. Use dotimes.
21475
21476 * progmodes/compile.el (compilation-goto-locus):
21477 Use next-error-move-function.
21478
21479 * simple.el (next-error-move-function): New variable.
21480
21481 2009-08-12 Juri Linkov <juri@jurta.org>
21482
21483 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
21484 always non-nil. (Bug#4052)
21485
21486 * replace.el (read-regexp): Return empty string when
21487 `default-value' is nil.
21488 (keep-lines-read-args): Don't use empty string as the
21489 default value for `read-regexp'. (Bug#2495)
21490
21491 2009-08-12 Juri Linkov <juri@jurta.org>
21492
21493 * international/mule-cmds.el (ucs-insert): Change arguments
21494 from `arg' to `character', `count', `inherit' to be the same
21495 as in `insert-char'. Doc fix. (Bug#4039)
21496
21497 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
21498
21499 2009-08-12 Juri Linkov <juri@jurta.org>
21500
21501 * files-x.el: New file.
21502
21503 * files.el: Move code that deals with adding/deleting
21504 file/directory-local variables to files-x.el.
21505
21506 * Makefile.in (ELCFILES): Add files-x.elc.
21507
21508 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
21509
21510 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
21511 to use `goto-line'.
21512 (gdb-place-breakpoints, gdb-get-location): Rewritten without
21513 `goto-line'.
21514 (gdb-invalidate-disassembly): Do not refresh upon receiving
21515 'update signal. Instead, update all disassembly buffers only after
21516 threads list.
21517 (gdb): Send -target-detach when buffer is killed (Bug#3794).
21518 (gdb-starting): Move -data-list-register-names...
21519 (gdb-stopped): ...here so it's sent when first thread stops.
21520 (gdb-registers-handler-custom): Do nothing if register names are
21521 unknown yet.
21522
21523 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
21524 from `gdb-mi.el' to avoid extra tangling.
21525
21526 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
21527 change which breaks `gud-def' definitions used in `gdb'.
21528 (gdb-update-gud-running): No extra fuss for updating frame number.
21529
21530 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
21531
21532 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
21533 (describe-language-environment-map, setup-language-environment-map)
21534 (set-coding-system-map): Move initialization into declaration.
21535 (set-language-info-alist): Last arg to define-key-after can be skipped.
21536
21537 * international/quail.el (quail-completion-1): Simplify.
21538 (quail-define-rules): Use slightly more compact code.
21539 (quail-insert-decode-map): Propertize keys, compact columns.
21540
21541 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21542 Add goto-line.
21543
21544 2009-08-10 Miles Bader <miles@gnu.org>
21545
21546 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
21547 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
21548 (js2-instance-member, js2-private-member, js2-private-function-call)
21549 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
21550 (js2-magic-paren, js2-external-variable):
21551 Remove "-face" suffix from face names.
21552 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
21553 (js2-highlight-undeclared-vars, js2-peek-token)
21554 (js2-parse-function-params, js2-mode-show-errors)
21555 (js2-mode-show-warnings, js2-make-magic-delimiter)
21556 (js2-mode-highlight-magic-parens): Update to use new face names.
21557
21558 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
21559
21560 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
21561 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
21562
21563 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
21564
21565 * subr.el: Provide hashtable-print-readable.
21566
21567 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
21568 hs-c-like-adjust-block-beginning.
21569 (hs-hide-block-at-point): Stop hiding at the beginning of
21570 hs-block-end-regexp (Bug#700).
21571
21572 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
21573
21574 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
21575 a macro.
21576 (gdb-registers-handler-custom): Do not fail when register names
21577 are unavailable.
21578
21579 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
21580
21581 * progmodes/gdb-mi.el (gdb-control-all-threads)
21582 (gdb-control-current-thread): Interactive setters for
21583 `gdb-gud-control-all-threads' to use in menu.
21584 (gdb-show-run-p): Show «Go» when process is not active.
21585 (gud-tool-bar-map): Add non-stop/A,T indicator.
21586 Uses gud/thread.xpm and gud/all.xpm.
21587
21588 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
21589
21590 * net/net-utils.el (net-utils-font-lock-keywords): New var.
21591 (nslookup-font-lock-keywords): Make it a variable.
21592 (net-utils-mode): New mode for viewing diagnostic network output.
21593 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
21594 (net-utils-run-simple): New function.
21595 (ifconfig, iwconfig, netstat, arp, route): Use it.
21596
21597 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
21598
21599 * progmodes/gdb-mi.el (gdb-read-memory-custom)
21600 (gdb-memory-set-address, def-gdb-set-positive-number)
21601 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
21602 after changing settings.
21603 (gdb-invalidate-disassembly): Update when first shown.
21604 (gdb-edit-locals-value): Fix.
21605 (gdb-registers-handler-custom): Print registers in right order and
21606 allow changing register values (only for current thread yet).
21607 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
21608 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
21609 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
21610 (gdb-locals-handler-custom, gdb-registers-handler-custom):
21611 Thread info in mode name.
21612 (gdb-registers-mode-map): TAB to switch to locals.
21613
21614 2009-08-08 Eli Zaretskii <eliz@gnu.org>
21615
21616 * mail/rmail.el (rmail-add-mbox-headers)
21617 (rmail-set-message-counters-counter): Search for
21618 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
21619
21620 2009-08-08 Glenn Morris <rgm@gnu.org>
21621
21622 * Makefile.in (ELCFILES): Update.
21623
21624 2009-08-07 Eli Zaretskii <eliz@gnu.org>
21625
21626 * mail/sendmail.el (mail-yank-original):
21627 Set buffer-file-coding-system from the one used by the message whose
21628 text is yanked.
21629
21630 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
21631 to "windows" when "pgnuplot" is used.
21632 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
21633 Don't call accept-process-output if "pgnuplot" is used.
21634 (calc-graph-init): Don't send -display and -geometry to
21635 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
21636 running "pgnuplot -V" with shell-command-to-string.
21637
21638 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
21639 the default.
21640
21641 2009-08-07 Eli Zaretskii <eliz@gnu.org>
21642
21643 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
21644 org/org-latex.elc.
21645
21646 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
21647
21648 * vc-dispatcher.el (vc-resynch-window): Update comment.
21649
21650 * term.el (term-handle-ansi-escape): Add comments with the
21651 terminfo capabilities implemented.
21652
21653 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
21654
21655 * progmodes/gdb-mi.el (gdb-var-create-regexp): Remove.
21656 (gdb-var-create-handler): Rewritten using JSON parser.
21657 (gdb-propertize-header): Move earlier.
21658 (gdb-set-header): Remove to avoid duplication.
21659 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
21660 Refresh disassembly buffers only after threads list have been
21661 update.
21662 (gdb-threads-header, gdb-registers-header): Per-buffer header line
21663 variables.
21664
21665 2009-08-04 Juri Linkov <juri@jurta.org>
21666
21667 * files.el: Commands to add/delete file/directory-local variables.
21668 (read-file-local-variable, read-file-local-variable-value)
21669 (read-file-local-variable-mode, modify-file-local-variable)
21670 (modify-file-local-variable-prop-line)
21671 (modify-dir-local-variable): New functions.
21672 (add-file-local-variable, delete-file-local-variable)
21673 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
21674 (add-dir-local-variable, delete-dir-local-variable)
21675 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
21676 (copy-dir-locals-to-file-locals-prop-line): New commands.
21677
21678 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
21679
21680 * abbrev.el (insert-abbrev-table-description): Prettify output.
21681 Suggested by Karl Chen.
21682
21683 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
21684
21685 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
21686 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
21687 (gdb-overlay-arrow-position, gdb-thread-position)
21688 (gdb-disassembly-position): Declare variables.
21689 (gdb-wait-for-pending): Function now.
21690 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
21691 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
21692 compilation goes smoothly.
21693 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
21694 (gdb-non-stop-setting): New customization setting which replaces
21695 `gdb-non-stop' so changing it doesn't break active GDB session.
21696 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
21697 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
21698 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
21699 (gdb-show-threads-by-default): New customization options.
21700 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
21701 routines.
21702 (gdb-get-buffer-create): Send buffers update signal when they are
21703 created.
21704 (gdb-invalidate-locals, gdb-invalidate-registers)
21705 (gdb-invalidate-breakpoints)
21706 (gdb-invalidate-threads, gdb-invalidate-disassembly)
21707 (gdb-invalidate-memory): Accept update signal.
21708 (gdb-current-context-command): Use --frame option.
21709 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
21710 Implement `gdb-frame-number' selection logic.
21711 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
21712 whether to show GUD toolbar buttons.
21713 (gdb-thread-exited): Unselect current thread when it exits.
21714 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
21715 (gdb-mark-line): Routine which sets overlay arrow or inverses
21716 video on fringeless displays.
21717 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
21718 to build aligned columns of data in GDB buffers and set text
21719 properties line-by-line.
21720 (gdb-invalidate-breakpoints)
21721 (gdb-breakpoints-list-handler-custom)
21722 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
21723 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
21724 (gdb-registers-handler-custom): Align data columns.
21725 (gdb-locals-handler-custom): Now prints data like in variable
21726 declarations.
21727 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
21728 Remove confusing buttons.
21729 (gdb-invalidate-threads): Append --frame.
21730 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
21731 between breakpoints/threads buffers.
21732 (gdb-set-window-buffer): Now can ignore dedicated windows.
21733 (gdb-propertize-header): Use `gdb-set-window-buffer'.
21734 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
21735 (def-gdb-thread-buffer-gud-command): Replaces
21736 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
21737 for fine thread control.
21738 (gdb-preempt-existing-or-display-buffer): New function used to
21739 display bound buffers without breaking window layout.
21740 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
21741 (gdb-select-frame): New version of `gdb-frames-select' which now
21742 sets `gdb-frame-number' so commands may use --frame option instead
21743 of inner debugger state.
21744 (gdb-frame-handler): Do not set `gdb-frame-number'.
21745 (gdb-threads-mode-map): Select threads with mouse.
21746
21747 * progmodes/gud.el (gdb-gud-context-call): Declare function to
21748 avoid compilation warning.
21749 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
21750 `gdb-show-stop-p`.
21751
21752 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
21753 Argument `key' renamed to `buffer-type'.
21754 (gdb-current-context-buffer-name): Do not add thread info to
21755 buffer name when no thread is selected.
21756 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
21757 command (bug 3794).
21758 (gdb-thread-selected): Handle `=thread-selected' notification.
21759 (gdb-wait-for-pending): New macro to deal with congestion problems.
21760 (gdb-breakpoints-list-handler-custom): Don't fail on pending
21761 breakpoints.
21762 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
21763 This fixes problem similar to one described in bug 3947.
21764 (gud-menu-map): More menu items.
21765 (gdb-init-1): Reset `gdb-thread-number' to nil.
21766
21767 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
21768 non-stop settings.
21769
21770 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
21771 (gdb-current-context-command): Do not append --thread if
21772 `gdb-thread-number' is nil.
21773 (gdb-running-threads-count, gdb-stopped-threads-count):
21774 New variables.
21775 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
21776 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
21777 New customization options.
21778 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
21779 GUD commands.
21780 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
21781 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
21782 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
21783 set `gdb-thread-number' and update `gud-running' properly.
21784 (gdb-running): Update threads list when new threads appear.
21785 (gdb-stopped): Support non-stop operation and new thread switching
21786 logic.
21787 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
21788 (gdb-json-partial-output): New set of JSON routines.
21789 (def-gdb-auto-update-trigger): New `signal-list' optional
21790 argument.
21791 (gdb-thread-list-handler-custom): Update `gud-running',
21792 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
21793 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
21794 (gdb-continue-thread, gdb-step-thread): New commands for fine
21795 thread execution control.
21796 (gud-menu-map): New menu items to switch non-stop options.
21797 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
21798 (gdb-send): Mimic RET properly (bug 3794).
21799
21800 * progmodes/gdb-mi.el (gdb-rules-name-maker)
21801 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
21802 gdb-buffer-rules.
21803 (def-gdb-auto-update-handler): New nopreserve optional argument.
21804 (gdb-stack-list-frames-custom): Print stack from top to bottom.
21805
21806 * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
21807 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
21808 (gdb-parent-mode): New mode to derive other GDB modes from.
21809 (gdb-display-disassembly-for-thread)
21810 (gdb-frame-disassembly-for-thread): New commands for threads
21811 buffer.
21812
21813 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
21814 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
21815 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
21816 (gdb-update): We now store all GDB buffers in a list so that they
21817 can be updated by traversing a list instead of calling invalidate
21818 triggers explicitly.
21819 (def-gdb-trigger-and-handler): New macro to define trigger-handler
21820 pair for GDB buffer.
21821 (gdb-stack-buffer-name): Add thread information.
21822 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
21823 handle pending triggers.
21824 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
21825 (def-gdb-thread-buffer-simple-command)
21826 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
21827 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
21828 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
21829 New commands which show buffers bound to thread.
21830 (gdb-stack-list-locals-regexp): Remove unused regexp.
21831
21832 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
21833 (gdb-locals-buffer-name, gdb-registers-buffer-name)
21834 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
21835 to (gud-comint-buffer) in *-buffer-name functions
21836 because (gdb-get-target-string) already does that.
21837 (gdb-locals-handler-custom, gdb-registers-handler-custom)
21838 (gdb-changed-registers-handler): Rewritten without regexps.
21839
21840 * progmodes/gdb-mi.el: Basic thread selection support.
21841 (gdb-thread-number): New variable.
21842 (gdb-current-context-command): New macro which adds --thread
21843 option to command.
21844 (gdb-threads-mode-map): Select thread with SPC.
21845 (gdb-thread-list-handler-custom): Mark current thread with overlay
21846 arrow. Synchronize GDB thread and Emacs thread.
21847 (gdb-select-thread): New command which selects current thread.
21848 (gdb-invalidate-frames, gdb-invalidate-locals)
21849 (gdb-invalidate-registers): Use --thread option.
21850
21851 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
21852
21853 * net/tramp.el (top): Make check for tramp-gvfs loading more
21854 robust. (Bug#3977)
21855 (tramp-handle-insert-file-contents): `unwind-protect' must be
21856 inside `with-parsed-tramp-file-name'.
21857
21858 * net/tramp-gvfs.el (top): Remove superfluous message when loading
21859 fails.
21860
21861 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
21862
21863 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
21864 directory if CLASSPATH is not set.
21865
21866 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
21867
21868 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
21869 New defconst.
21870 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
21871
21872 2009-08-02 Kevin Ryde <user42@zip.com.au>
21873
21874 * net/newst-backend.el (newsticker--raw-url-list-defaults):
21875 Update freshmeat link. Delete newsforge.com as it seems gone.
21876
21877 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
21878
21879 * select.el (x-set-selection): Doc fix (Bug#4021).
21880
21881 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
21882
21883 * help-fns.el (describe-variable): Treat list return values from
21884 dir-locals-find-file properly (Bug#4005).
21885
21886 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
21887
21888 * net/tramp.el (tramp-debug-message): Print also microseconds.
21889
21890 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
21891
21892 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
21893 or END is non-nil.
21894 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
21895 (tramp-get-debug-buffer): Change `outline-regexp' according to new
21896 format.
21897
21898 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
21899 (tramp-get-file-property): Use it.
21900
21901 * autorevert.el (auto-revert-handler):
21902 Allow `auto-revert-tail-mode' for remote files.
21903
21904 2009-08-02 Jason Rumney <jasonr@gnu.org>
21905
21906 * minibuffer.el (read-file-name): Treat confirm options to
21907 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
21908
21909 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
21910
21911 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
21912 (font-lock-variable-name-face, font-lock-constant-face):
21913 Darken the colors for light backgrounds.
21914
21915 2009-08-01 Eli Zaretskii <eliz@gnu.org>
21916
21917 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
21918 month names. (Bug#3987)
21919
21920 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
21921
21922 * simple.el (line-move-finish): Pass whole number to
21923 line-move-to-column.
21924 (line-move-visual): Perform hscroll to the recorded position.
21925
21926 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
21927
21928 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
21929
21930 2009-07-29 Alan Mackenzie <acm@muc.de>
21931
21932 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
21933
21934 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
21935
21936 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
21937 (gdb-place-breakpoints): Use full path when setting breakpoints.
21938
21939 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
21940
21941 * calc/calc.el (calc-mode-map): Add keybinding for
21942 `calc-transpose-lines'.
21943
21944 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
21945
21946 * calc/calc-misc.el (calc-transpose-lines): New function.
21947
21948 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
21949
21950 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
21951 Simplify check for out-of-band methods.
21952 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
21953 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
21954
21955 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
21956
21957 * vc-git.el (vc-git-checkin): Fix typo.
21958
21959 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
21960
21961 * progmodes/js2-mode.el: New file.
21962
21963 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
21964
21965 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
21966 (gud-menu-map): Adjust tooltip accordingly.
21967
21968 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
21969
21970 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
21971 (vc-bzr-log-view-mode): Adjust log-view-file-re.
21972
21973 * add-log.el (change-log-mode-map): Add a menu.
21974
21975 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
21976
21977 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
21978 function returns nil.
21979 (dbus-handle-event): Handle special return value :ignore.
21980 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
21981
21982 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
21983
21984 * view.el (view-mode-enable): Don't define Helper-return-blurb if
21985 it's not needed.
21986
21987 2009-07-25 Eli Zaretskii <eliz@gnu.org>
21988
21989 Fix Bug#3888:
21990
21991 * w32-vars.el (x-select-enable-clipboard): Doc fix.
21992
21993 * term/pc-win.el (x-display-name, x-colors)
21994 (x-select-enable-clipboard, x-select-text): Doc fix.
21995
21996 * term/common-win.el (x-display-name, x-colors): Doc fix.
21997
21998 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
21999 (xw-defined-colors): Doc fix.
22000
22001 * w32-fns.el (x-select-text, x-setup-function-keys)
22002 (x-get-selection, x-set-selection): Doc fix.
22003
22004 * term/x-win.el (x-select-text, x-setup-function-keys)
22005 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
22006
22007 * select.el (x-set-selection): Doc fix.
22008
22009 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
22010
22011 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
22012 instead of "IsNSSSupportAvailable". Avahi ought to work also when
22013 "IsNSSSupportAvailable" method is not available.
22014 Reported by Steve Youngs <steve@sxemacs.org>.
22015
22016 2009-07-24 Kenichi Handa <handa@m17n.org>
22017
22018 * international/characters.el: Fix setting of category ?C, ?|, ?K,
22019 and ?H. Fix setting of case for Latin Extended and Greek Extended.
22020 (build-unicode-category-table): Fix range checks.
22021
22022 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
22023
22024 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
22025 the buffer we try to sync is current when calling
22026 vc-resynch-buffer.
22027
22028 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
22029 not show up to date files.
22030
22031 2009-07-24 Glenn Morris <rgm@gnu.org>
22032
22033 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
22034 Add autoload cookies. If necessary, initialize.
22035 (elint-log): Handle non-file buffers.
22036 (elint-initialize): Add optional argument to reinitialize.
22037 (elint-find-builtin-variables): Save excursion.
22038
22039 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
22040
22041 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
22042 for Lint.
22043
22044 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
22045
22046 * vc.el (vc-print-log-internal): New function, split out from ...
22047 (vc-print-log): ... here.
22048 (vc-dir-move-to-goal-column): Declare.
22049
22050 * vc-git.el (vc-git-add-signoff): New variable.
22051 (vc-git-checkin): Use it.
22052 (vc-git-toggle-signoff): New function.
22053 (vc-git-extra-menu-map): Bind it to menu.
22054 (vc-git--run-command-string): Accept a nil FILE argument.
22055 (vc-git-stash-list): New function.
22056 (vc-git-dir-extra-headers): Use it.
22057
22058 2009-07-23 Glenn Morris <rgm@gnu.org>
22059
22060 * help-fns.el (describe-variable): Describe ignored and risky local
22061 variables in a similar way to that in which we describe safe ones.
22062
22063 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
22064 (byte-compile-output-file-form, byte-compile-output-docform)
22065 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
22066 Give some more local variables with common names a "bytecomp-" prefix,
22067 so as not to shadow things during compilation.
22068 * emacs-lisp/cl-macs.el (load-time-value)
22069 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
22070 `outbuffer' to `bytecomp-outbuffer'.
22071
22072 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
22073 since the next two variables cover them automatically now.
22074 (elint-builtin-variables, elint-autoloaded-variables): New.
22075 (elint-unknown-builtin-args): Remove all members, since they can be
22076 parsed automatically now.
22077 (elint-extra-errors): New.
22078 (elint-env-add-env, elint-env-add-macro): Use cadr.
22079 (elint-current-buffer): Use or. Change final message.
22080 (elint-get-top-forms): Use line-end-position.
22081 (elint-init-env): Use cadr. Handle autoload, declare-function,
22082 and defalias.
22083 (elint-add-required-env): Doc fix. Use or. Standardize error.
22084 (regexp-assoc): Remove unused function.
22085 (elint-top-form): Set elint-current-pos, to record the start of the
22086 top-level form, for compilation-mode.
22087 (elint-form): Trap errors in macro expansion. Use dolist.
22088 (elint-unbound-variable): Use elint-builtin-variables and
22089 elint-autoloaded-variables.
22090 (elint-get-args): Use cadr, or.
22091 (elint-check-cond-form): Use dolist, cadr.
22092 (elint-check-condition-case-form): Doc fix. Use cadr.
22093 Use elint-extra-errors.
22094 (elint-log): New function.
22095 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
22096 Distinguish errors and warnings.
22097 (elint-log-message): Use with-current-buffer. Inhibit read-only.
22098 Use a bytecomp-style format.
22099 (elint-clear-log): Preserve default-directory. Inhibit read-only.
22100 (elint-get-log-buffer): Use compilation mode. Disable undo.
22101 Don't truncate lines.
22102 (elint-initialize): Set builtin and autoloaded variable lists.
22103 Only process elint-unknown-builtin-args if non-nil.
22104 (elint-find-builtin-variables, elint-find-autoloaded-variables):
22105 New functions.
22106 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
22107
22108 2009-07-22 Kevin Ryde <user42@zip.com.au>
22109
22110 * net/newst-backend.el (newsticker--parse-atom-1.0)
22111 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
22112 (newsticker--parse-rss-1.0):
22113 * progmodes/idlwave.el (idlwave-mode):
22114 * progmodes/idlw-shell.el (idlwave-shell-mode):
22115 * progmodes/vera-mode.el (vera-mode):
22116 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
22117 * progmodes/vhdl-mode.el (vhdl-mode):
22118 * textmodes/table.el (table-generate-source)
22119 (table--warn-incompatibility):
22120 Hyperlink urls in docstrings with URL `...'.
22121
22122 2009-07-22 Glenn Morris <rgm@gnu.org>
22123
22124 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
22125 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
22126 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
22127 Remove leading * from defcustom docs.
22128
22129 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
22130
22131 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
22132 defcustom doc.
22133 (list-load-path-shadows): Optionally, just return shadows as a string.
22134
22135 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
22136
22137 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
22138
22139 * mail/rmailedit.el (rmail-edit-mode):
22140 Use auto-save-include-big-deletions.
22141
22142 * mail/rmail.el (rmail-variables):
22143 Use auto-save-include-big-deletions.
22144
22145 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
22146 changes.
22147
22148 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
22149
22150 * calc/calc.el (calc-undo-length): New variable.
22151 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
22152
22153 2009-07-21 Richard Stallman <rms@gnu.org>
22154
22155 * files.el (auto-save-mode): Handle buffer-save-size = -2
22156 for toggling mode.
22157
22158 2009-07-21 Glenn Morris <rgm@gnu.org>
22159
22160 * textmodes/ispell.el (ispell-looking-back): Update declaration.
22161
22162 * calendar/todo-mode.el (calendar-current-date): Update declaration.
22163
22164 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
22165 silence compiler. Instead...
22166 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
22167 (ps-print-ensure-fontified): Update for above function name changes.
22168
22169 * printing.el (pr-mh-get-msg-num, pr-mh-show)
22170 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
22171 silence compiler. Instead...
22172 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
22173 (mh-show-buffer): Only define for compiler.
22174 (pr-mh-current-message): Update for above function name changes.
22175
22176 * files.el (abort-if-file-too-large): Explicitly pass `filename'
22177 as an argument.
22178 (find-file-noselect, insert-file-1): Update for above change.
22179
22180 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
22181
22182 * mail/mailclient.el (mailclient-send-it): Fix message.
22183
22184 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
22185 (edebug-eval): Check cl-debug-env is bound.
22186 (print-level, print-circle): Don't redefine built-in variables.
22187
22188 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
22189 (custom-print-vectors): Remove old comments from doc.
22190
22191 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
22192 (emerge-version): Make the variable an obsolete alias for the
22193 emacs-version variable. Make the function obsolete.
22194 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
22195 Emerge options, rather than merging in into the main Options menu.
22196 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
22197 and auto advance modes. Disable edit/fast items when not relevant.
22198
22199 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
22200
22201 * term/vt420.el (terminal-init-vt420): Fix typo.
22202
22203 2009-07-20 Sam Steingold <sds@gnu.org>
22204
22205 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
22206 variable (removed from compile.el on 2004-03-11).
22207
22208 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
22209
22210 * files.el (hack-local-variables-filter): Fix last change.
22211
22212 2009-07-19 Juri Linkov <juri@jurta.org>
22213
22214 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
22215 (dir-local-variables-alist): New buffer-local variable.
22216 (hack-local-variables-filter): If variable is not dir-local,
22217 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
22218 because file-local overrides dir-local.
22219 (c-postprocess-file-styles) <declare-function>:
22220 Remove obsolete declaration.
22221 (hack-dir-local-variables): Add dir-local variable/value pair to
22222 `dir-local-variables-alist' and remove duplicates. Doc fix.
22223
22224 * help-fns.el (describe-variable): Add information about
22225 file-local and dir-local variables.
22226
22227 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
22228
22229 * files.el (hack-local-variables-filter): Rewrite.
22230
22231 2009-07-19 Glenn Morris <rgm@gnu.org>
22232
22233 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
22234 Silence compiler by only defining on XEmacs.
22235
22236 * international/mule.el (auto-coding-regexp-alist): Only match
22237 BABYL... at the start of buffer, not of lines. (Bug#3790)
22238
22239 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
22240 non-calendar buffers (Bug#3862). Restore "not on a date" message.
22241 (cal-menu-context-mouse-menu): Doc fix.
22242
22243 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
22244
22245 * simple.el (mail-user-agent): Doc fix. Set :version tag.
22246
22247 2009-07-18 Juri Linkov <juri@jurta.org>
22248
22249 * info.el: Virtual Info keyword finder.
22250 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
22251 (Info-finder-file): New variable.
22252 (Info-finder-find-file): New function.
22253 (finder-known-keywords, finder-package-info)
22254 (find-library-name, lm-commentary): Use defvar and
22255 declare-function to silence compiler warnings.
22256 (Info-finder-find-node): New function.
22257 (info-finder): New command.
22258
22259 * subr.el (process-kill-buffer-query-function): New function.
22260 (add-hook)<kill-buffer-query-functions>: Add hook
22261 `process-kill-buffer-query-function'.
22262
22263 2009-07-18 Alan Mackenzie <acm@muc.de>
22264
22265 * progmodes/cc-mode.el (c-before-hack-hook)
22266 (c-postprocess-file-styles): Give invocation of `c-set-style'
22267 DONT-OVERRIDE parameter of t. Already set style variables will
22268 thus not be overridden by style settings given by `c-file-syle'.
22269
22270 * files.el (hack-local-variables-filter): Remove entries with
22271 duplicate keys from `file-local-variables-alist'.
22272
22273 2009-07-18 Eli Zaretskii <eliz@gnu.org>
22274
22275 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
22276 x-set-selection if display-selections-p returns nil for the
22277 current frame.
22278
22279 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
22280
22281 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
22282
22283 2009-07-18 Eli Zaretskii <eliz@gnu.org>
22284
22285 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
22286 Accept nil in addition to a regexp.
22287 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
22288 Accept nil in addition to a regexp.
22289 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
22290 buffers that have an associated file. Handle nil values of
22291 desktop-buffers-not-to-save and desktop-files-not-to-save.
22292 (Bug#3833)
22293
22294 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
22295 (x-disown-selection-internal): New functions.
22296
22297 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
22298
22299 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
22300 warning.
22301 (gdb-breakpoints-header): Move forward to avoid compiler warning.
22302 (gdb-make-header-line-mouse-map): Remove duplicate definition.
22303
22304 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
22305
22306 * simple.el (set-mark): Revert last change.
22307
22308 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
22309
22310 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
22311 rendering of pngs is not possible instead of messaging a long
22312 description.
22313
22314 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
22315
22316 * w32-fns.el (x-selection-owner-p): New function.
22317
22318 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
22319 (mouse-yank-at-click, mouse-yank-primary):
22320 If select-active-regions is non-nil, deactivate the mark before
22321 insertion.
22322
22323 * simple.el (deactivate-mark, set-mark): Only save selection if we
22324 own it.
22325
22326 2009-07-17 Kenichi Handa <handa@m17n.org>
22327
22328 * case-table.el (describe-buffer-case-table): Fix for the case
22329 that KEY is a cons.
22330
22331 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
22332
22333 * vc-rcs.el (vc-rcs-find-file-hook):
22334 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
22335
22336 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
22337
22338 * net/tramp.el (tramp-wait-for-output): Handle the case when
22339 commands do not return a newline but a null byte before the shell
22340 prompt. (Bug#3858)
22341
22342 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22343
22344 * term/ns-win.el (ns-set-alpha): Don't declare.
22345 (ns-set-background-alpha): Remove function.
22346
22347 2009-07-16 Kevin Ryde <user42@zip.com.au>
22348
22349 * emacs-lisp/copyright.el (copyright-update): Save match-data across
22350 y-or-n-p, for safety.
22351
22352 2009-07-16 Richard Stallman <rms@gnu.org>
22353
22354 * files.el (auto-save-mode): If buffer-saved-size is -2,
22355 don't clobber it.
22356
22357 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
22358 (rmail-retry-ignored-headers): Add more uninteresting fields.
22359
22360 2009-07-15 Jari Aalto <jari.aalto@cante.net>
22361
22362 * net/rcirc.el (rcirc): Use history variables.
22363 (rcirc-server-name-history, rcirc-nick-name-history)
22364 (rcirc-server-port-history): New variables.
22365
22366 2009-07-15 Kenichi Handa <handa@m17n.org>
22367
22368 * international/mule-cmds.el (set-language-environment-charset):
22369 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
22370 ignore them.
22371
22372 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
22373 Delete unibyte-display.
22374
22375 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
22376
22377 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
22378
22379 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
22380
22381 * simple.el (deactivate-mark): Optional argument FORCE.
22382 (set-mark): Use deactivate-mark.
22383
22384 * info.el (Info-search): No need to check transient-mark-mode
22385 before calling deactivate-mark.
22386
22387 * select.el (x-set-selection): Doc fix.
22388 (x-valid-simple-selection-p): Allow buffer values.
22389 (xselect--selection-bounds): Handle buffer values.
22390 Suggested by David De La Harpe Golden.
22391
22392 * mouse.el (mouse-set-region, mouse-drag-track):
22393 Call copy-region-as-kill before setting the mark, to let
22394 select-active-regions work.
22395
22396 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
22397
22398 * simple.el (deactivate-mark): If select-active-regions is
22399 non-nil, copy the selection data into a string.
22400 (activate-mark): If select-active-regions is non-nil, set the
22401 selection to the current buffer.
22402 (set-mark): Update selection if select-active-regions is non-nil.
22403
22404 * select.el (x-valid-simple-selection-p): Allow buffer values.
22405
22406 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
22407
22408 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
22409 and more featureful message-mode.
22410
22411 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
22412
22413 * select.el (x-set-selection): Doc fix.
22414 (x-valid-simple-selection-p): Disallow selection data consisting
22415 of a list or cons of integers, since that is not used.
22416 (xselect--selection-bounds, xselect--int-to-cons): New functions.
22417 (xselect-convert-to-string, xselect-convert-to-length)
22418 (xselect-convert-to-filename, xselect-convert-to-charpos)
22419 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
22420
22421 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
22422
22423 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
22424 output in -break-info command (Emacs bug #3794).
22425
22426 2009-07-14 Glenn Morris <rgm@gnu.org>
22427
22428 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
22429 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
22430 (edebug-print-length, edebug-print-level, edebug-print-circle)
22431 (edebug-sit-for-seconds, edebug-view-outside)
22432 (edebug-bounce-point, edebug-set-global-break-condition)
22433 (edebug-Go-nonstop-mode, edebug-trace-mode)
22434 (edebug-Trace-fast-mode, edebug-continue-mode)
22435 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
22436 (edebug-visit-eval-list): Doc fixes.
22437
22438 * subr.el (def-edebug-spec): Doc fix.
22439
22440 2009-07-14 Kenichi Handa <handa@m17n.org>
22441
22442 * international/characters.el: Fix setting of category ?C.
22443
22444 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
22445
22446 * term/ns-win.el (x-select-font): defalias x-select-font to
22447 ns-popup-font-panel instead of generate-fontset-menu.
22448
22449 2009-07-12 Eli Zaretskii <eliz@gnu.org>
22450
22451 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
22452
22453 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
22454
22455 * arc-mode.el (archive-find-type): Allow for a PK00 string before
22456 the PK\003\004 header (Bug#3770).
22457
22458 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
22459
22460 * pcomplete.el (pcomplete-comint-setup): Check for
22461 shell-dynamic-complete-filename too.
22462
22463 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
22464
22465 * simple.el (temporary-goal-column): Change the value for
22466 line-move-visual to a cons cell.
22467 (line-move-visual): Record or set the window hscroll, if
22468 necessary (Bug#3494).
22469 (line-move-1): Handle cons value of temporary-goal-column.
22470
22471 2009-07-11 Kenichi Handa <handa@m17n.org>
22472
22473 * international/mule-diag.el (describe-character-set): Don't show
22474 width.
22475
22476 2009-07-10 Sam Steingold <sds@gnu.org>
22477
22478 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22479 Omake sometimes indents the errors it prints, so allow all
22480 regexps to start with spaces.
22481
22482 2009-07-10 Eli Zaretskii <eliz@gnu.org>
22483
22484 * cus-edit.el (customize-changed-options-previous-release):
22485 Bump value to 22.1. (Bug#3804)
22486
22487 2009-07-08 Sam Steingold <sds@gnu.org>
22488
22489 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
22490 to be a cons cell (test . ignored-directory) to selectively ignore
22491 some directories depending on the location of the search.
22492
22493 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
22494
22495 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
22496 remote user is root, on the local host.
22497 (tramp-local-host-p): Either the local user or the remote user
22498 must be root. (Bug#3771)
22499
22500 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
22501
22502 * progmodes/gdb-mi.el (gdb): Remove description of
22503 gdb-use-separate-io-buffer.
22504 (menu): Don't allow toggling of or enable
22505 gdb-use-separate-io-buffer from menubar.
22506
22507 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
22508
22509 * mail/unrmail.el (unrmail): Make sure the message ends with two
22510 newlines (Bug#3769).
22511
22512 2009-07-08 Glenn Morris <rgm@gnu.org>
22513
22514 * calendar/calendar.el (calendar-current-date): Rework previous change.
22515
22516 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
22517
22518 * calendar/calendar.el (calendar-current-date):
22519 Add an optional argument giving an offset from today.
22520
22521 2009-07-08 Glenn Morris <rgm@gnu.org>
22522
22523 * tutorial.el (tutorial--describe-nonstandard-key):
22524 Adjust the message for when a key has been unbound.
22525 (help-with-tutorial): Hide the arch-tag.
22526
22527 2009-07-08 Kenichi Handa <handa@m17n.org>
22528
22529 * international/fontset.el (setup-default-fontset): For each
22530 script, append (not set) font-specs.
22531
22532 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
22533 docstring.
22534
22535 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
22536
22537 * progmodes/gdb-mi.el (gdb-init-1): Move sending
22538 -data-list-register-names to ...
22539 (gdb-starting): ... here because GDB 7.0 requires execution to
22540 have started when using this MI command.
22541 (gdb-set-header): New function to distinguish select and
22542 unselected tabs in gdb buffers.
22543 (gdb-propertize-header): New macro that uses gdb-set-header.
22544 (gdb-breakpoints-header, gdb-locals-header): Use it.
22545 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
22546
22547 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
22548
22549 * Makefile.in (ELCFILES): Remove fadr.elc.
22550
22551 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
22552
22553 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
22554 may contain frame information, so `string-match' should be used.
22555 (gdb-update): Disassembly is invalidated through
22556 `gdb-get-selected-frame'.
22557 (gdb-pad-string): New function to pad string with spaces.
22558 (gdb-invalidate-disassembly): Invalidate only if the buffer
22559 exists.
22560 (gdb-disassembly-handler-custom): Column alignment.
22561 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
22562 placing new ones.
22563 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
22564 end of line, too.
22565 (gdb-frame-handler): Match convention to for disassembly buffer
22566 mode name.
22567 (gdb-stack-list-frames-handler): Rewritten without regexps.
22568 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
22569 not highlight breakpoints without line information.
22570 (gdb-input): Add trailing newline to command.
22571
22572 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
22573 buffer properly.
22574 (gdb-breakpoints-list-handler-custom): Replacement for
22575 `gdb-break-list-handler'. Using real parser instead of regexps
22576 now.
22577 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
22578 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
22579 to place breakpoints.
22580 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
22581 functions.
22582 (gdb-disassembly-handler-custom): Show overlay arrow.
22583 (gdb-disassembly-place-breakpoints): Show breakpoints in
22584 disassembly buffer.
22585 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
22586 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
22587 instead of parsing breakpoints buffer. Fixed old menu references
22588 in `gud-menu-map'.
22589
22590 * fadr.el: Remove.
22591
22592 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
22593 (gdb-memory-address): New variable which holds top address of
22594 memory page shown in memory buffer.
22595 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
22596 New customization variables.
22597 New functions:
22598 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
22599 display the memory buffer.
22600 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
22601 buffer display parameters.
22602 (def-gdb-memory-format, gdb-memory-format-binary)
22603 (gdb-memory-format-octal, gdb-memory-format-unsigned)
22604 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
22605 Functions for setting memory buffer format.
22606 (gdb-memory-unit-word, gdb-memory-unit-halfword)
22607 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
22608 unit size used in memory buffer.
22609 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
22610 Switch to next/previous page of memory buffer.
22611 Now using (bindat-get-field) instead of fadr functions.
22612
22613 2009-07-07 Sam Steingold <sds@gnu.org>
22614
22615 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
22616 non-top-level files.
22617
22618 2009-07-07 Kenichi Handa <handa@m17n.org>
22619
22620 * international/mule-cmds.el (reset-language-environment):
22621 Put the highset priority to the charset iso-8859-1.
22622
22623 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
22624
22625 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
22626 to the end of the line when locating the block (Bug#700).
22627
22628 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
22629
22630 * net/tramp.el (tramp-handle-write-region): Flush file properties
22631 in case of short track.
22632
22633 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
22634
22635 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
22636 Coded custom representation of verilog error regular expressions
22637 to work with Emacs-22's new format.
22638 (verilog-error-regexp-xemacs-alist): Coded custom representation
22639 of verilog error regular expressions to work with XEmacs format.
22640 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
22641 error recognition into XEmacs.
22642 (verilog-error-regexp-add-emacs): Hook routine to install verilog
22643 error recognition into Emacs-22.
22644
22645 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
22646
22647 * woman.el: Remove stand-alone closing parentheses.
22648 (woman-file-name, woman2-format-paragraphs)
22649 (woman-leave-blank-lines): Code cleanup.
22650 (woman-use-own-frame): Change default to nil.
22651 (woman-italic, woman-bold, woman-unknown, woman-addition):
22652 Change defaults to inherit from default faces.
22653 (woman2-process-escapes): Consume the newline after a stand-alone
22654 filler character (Bug#3651).
22655
22656 2009-07-06 Glenn Morris <rgm@gnu.org>
22657
22658 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
22659 (top-level): Move provide to the end.
22660 (ffap): Remove defunct URL from custom group.
22661
22662 * subr.el (eval-after-load): Doc fix.
22663
22664 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
22665
22666 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
22667 `calc-embedded-word' is called twice.
22668
22669 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
22670
22671 * files.el (find-alternate-file-other-window, find-alternate-file):
22672 Obey confirm-nonexistent-file-or-buffer.
22673
22674 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
22675
22676 * dired-aux.el (dired-show-file-type): Handle remote files.
22677
22678 2009-07-05 Jari Aalto <jari.aalto@cante.net>
22679
22680 * desktop.el (desktop-globals-to-save):
22681 Add file-name-history (Bug#2750).
22682
22683 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
22684
22685 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
22686
22687 2009-07-04 Johan Bockgård <bojohan@gnu.org>
22688
22689 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
22690 property on entire argument since this is what eshell-lisp-command
22691 expects.
22692
22693 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
22694
22695 * net/tramp-gvfs.el (tramp-gvfs-methods)
22696 (tramp-gvfs-zeroconf-domain)
22697 (tramp-bluez-discover-devices-timeout): Add version flag.
22698 (tramp-gvfs-handler-mounted-unmounted)
22699 (tramp-gvfs-connection-mounted-p): Polish handling of
22700 incompatibilities between GVFS 0.2 and 1.0.
22701
22702 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
22703
22704 * cus-start.el (all): Add make-pointer-invisible.
22705
22706 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
22707
22708 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
22709 formatted correctly.
22710
22711 2009-07-02 Juri Linkov <juri@jurta.org>
22712
22713 * info.el: Virtual Info files and nodes.
22714 (Info-virtual-files, Info-virtual-nodes): New variables.
22715 (Info-current-node-virtual): New variable.
22716 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
22717 New functions.
22718 (Info-file-supports-index-cookies): Use Info-virtual-file-p
22719 to check for a virtual file instead of checking a fixed list
22720 of node names.
22721 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
22722 instead of ad-hoc processing of "dir" and (apropos history toc).
22723 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
22724 instead of ad-hoc processing of "dir" and (apropos history toc).
22725 Reread a file when moving from a virtual node.
22726 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
22727 (Info-directory-toc-nodes, Info-directory-find-file)
22728 (Info-directory-find-node): New functions.
22729 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
22730 (Info-history): Move part of code to
22731 `Info-history-find-node'.
22732 (Info-history-toc-nodes, Info-history-find-file)
22733 (Info-history-find-node): New functions.
22734 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
22735 (Info-toc): Move part of code to `Info-toc-find-node'.
22736 (Info-toc-find-node): New function.
22737 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
22738 the current Info file name to references because now the node
22739 "*TOC*" belongs to the same Info manual.
22740 (Info-toc-build): Rename from `Info-build-toc'.
22741 (Info-toc-nodes): Rename input argument `file' to `filename'.
22742 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
22743 instead of ad-hoc processing of ("dir" apropos history toc).
22744 (Info-index-nodes): Use Info-virtual-file-p
22745 to check for a virtual file instead of checking a fixed list
22746 of node names.
22747 (Info-index-node): Add check for `Info-current-node-virtual'.
22748 Raise `save-match-data' higher up the tree to contain
22749 `search-forward' too (bug fix).
22750 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
22751 (Info-virtual-index-nodes): New variable.
22752 (Info-virtual-index-find-node, Info-virtual-index): New functions.
22753 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
22754 (Info-apropos-file, Info-apropos-nodes): New variables.
22755 (Info-apropos-toc-nodes, Info-apropos-find-file)
22756 (Info-apropos-find-node, Info-apropos-matches): New functions.
22757 (info-apropos): Move part of code to `Info-apropos-find-node' and
22758 `Info-apropos-matches'.
22759 (Info-mode-map): Bind "I" to `Info-virtual-index'.
22760 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
22761 for a virtual file instead of checking a fixed list of node names.
22762
22763 * simple.el (async-shell-command): New command.
22764
22765 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
22766
22767 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
22768 instead of `mount-info'.
22769
22770 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
22771
22772 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
22773 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
22774
22775 2009-07-02 Kenichi Handa <handa@m17n.org>
22776
22777 * international/mule.el (set-keyboard-coding-system): Force *-unix
22778 coding-system to avoid eol conversion.
22779
22780 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
22781
22782 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
22783 Add handler for `process-file', `shell-command' and
22784 `start-file-process'.
22785 (tramp-gvfs-handle-shell-command)
22786 (tramp-gvfs-handle-start-file-process)
22787 (tramp-gvfs-handle-process-file): New defuns.
22788 (tramp-synce-list-devices): Simplify check for existence of property.
22789
22790 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
22791
22792 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
22793
22794 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
22795
22796 * language/korean.el (set-language-info-alist): Add korean-cp949,
22797 cp949 to spec.
22798
22799 2009-07-01 Kenichi Handa <handa@m17n.org>
22800
22801 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
22802
22803 * international/encoded-kb.el: Deleted.
22804
22805 * international/mule.el (set-keyboard-coding-system): Perform the
22806 necessary setup here instead of calling encoded-kbd-setup-display.
22807
22808 2009-07-01 Glenn Morris <rgm@gnu.org>
22809
22810 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
22811
22812 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
22813
22814 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
22815
22816 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
22817
22818 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
22819 Handle also the 'rename case, when setting file modes. (Bug#3712)
22820 (tramp-default-file-modes): Remove execute permissions.
22821
22822 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
22823 (top): Add a default for "synce" in `tramp-default-user-alist'.
22824 Add completion function for "synce" method.
22825 (tramp-hal-service, tramp-hal-path-manager)
22826 (tramp-hal-interface-manager, tramp-hal-interface-device):
22827 New defconst.
22828 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
22829 (tramp-synce-list-devices, tramp-synce-parse-device-names):
22830 New defuns.
22831
22832 * net/trampver.el: Update release number.
22833
22834 2009-06-30 Kenichi Handa <handa@m17n.org>
22835
22836 * international/fontset.el (setup-default-fontset): Add CJK fonts
22837 for symbols and the other miscellaneous characters.
22838
22839 * language/korea-util.el (setup-korean-environment-internal):
22840 Make char-width-table suitable for Korean environments.
22841 (exit-korean-environment): Cancel above.
22842
22843 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
22844 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
22845 setup-function to make char-width-table suitable for respective
22846 environments, and an exit-function to cancel that.
22847
22848 * language/japan-util.el (setup-japanese-environment-internal):
22849 Call use-cjk-char-width-table with arg `ja_JP'.
22850
22851 * international/characters.el (cjk-char-width-table): Delete it.
22852 (cjk-char-width-table-list): New variable.
22853 (use-cjk-char-width-table): New arg local-name.
22854 (use-default-char-width-table): Fix for the case that Emacs is
22855 already using the default char-width-table.
22856
22857 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
22858
22859 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
22860 modes mandatory. (Bug#3712)
22861
22862 2009-06-29 Alan Mackenzie <acm@muc.de>
22863
22864 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
22865 correction between the visible width of TABs and their number of bytes.
22866
22867 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
22868
22869 * server.el (server-buffer-done): Prevent kill-buffer from
22870 prompting by clearing the buffer modification flag (Bug#3696).
22871
22872 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
22873
22874 * progmodes/verilog-mode.el (verilog-beg-of-statement)
22875 (verilog-endcomment-reason-re): Support unique case and priority case.
22876 (verilog-basic-complete-re): Support localparam lineup.
22877 (verilog-beg-of-statement-1): Fix for robustness, unique case.
22878 (verilog-set-auto-endcomments): Fix for unique case, always_comb
22879 commenting.
22880 (verilog-leap-to-case-head): Now support *nested* unique &
22881 priority case statements.
22882 (verilog-auto-lineup): Make just declarations the default (as it
22883 had been).
22884 (verilog-leap-to-case-head): Support priority/unique case statements.
22885 (verilog-auto-lineup): Rework to give users radio buttons to
22886 select the various styles of automatic lineup.
22887 (verilog-error-regexp-alist): Rework to support the XEmacs style
22888 of error regular expressions from compilers, lint tools &
22889 simulators. Note that GNU Emacs has made it impossible for a mode
22890 to load such things.
22891 (electric-verilog-terminate-line, verilog-indent-declaration)
22892 (verilog-auto-wiure): Rework for radio button selection of
22893 auto-lineup selection of specification of auto lineup.
22894 (verilog-beg-of-statement-1): Redesign to support proper operation
22895 in additional code, based on testing with auto-lineup.
22896 (verilog-calculate-indent, assignments & declarations)
22897 (verilog-backward-token): Enhance to support auto-lineup of
22898 assignments & declarations.
22899 (verilog-in-directive-p, verilog-at-struct-p): New function for
22900 easy test of whether we are.
22901 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
22902 to support safe execution at almost anyline.
22903 (verilog-calc-1): Properly support indenting deep inside generate
22904 blocks.
22905 (verilog-init-font): Remove definition & use of verilog-init-font,
22906 as it is redundant with font-lock-defaults.
22907 (verilog-mode): Alter the definition of verilog-font-lock-defaults
22908 to avoid circular calls if syntax-ppss is a function (as is the
22909 case now in 22.x GNU Emacs) as that function would sometimes call
22910 itself, leading to (nearly) infinite recursion.
22911 (verilog-ovm-begin-re, verilog-ovm-end-re)
22912 (verilog-ovm-statement-re, verilog-leap-to-head)
22913 (verilog-backward-token): Add support for OVM macros. Some are
22914 complete statements, and others open and close scopes like begin
22915 and end.
22916 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
22917 (verilog-defun-level-generate-only-re): Really fix the defun-list
22918 compilation issue.
22919 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
22920 coverpoint, constraint and cross statements.
22921 (verilog-defun-level-list, verilog-generate-defun-level-list)
22922 (verilog-all-defun-level-list): Redo these specifications - it is
22923 too hard to support eval-when compile aggregation of lists also
22924 built at when-compile time.
22925 (verilog-defun-level-list): Place defconsts of variables used in
22926 building regular expressions which are built in eval-when-compile
22927 bodies in the same eval-when-compile body to facilitate compile
22928 without load.
22929 (verilog-beg-block-re-ordered): Support indenting
22930 virtual/protected tasks and functions.
22931 (verilog-defun-level-list, verilog-in-generate-region-p)
22932 (verilog-backward-ws&directives, verilog-calc-1): Speed up
22933 indentation of some module items (generate items).
22934 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
22935 across virtual/protected tasks and functions.
22936
22937 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
22938
22939 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
22940 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
22941 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
22942 in concatenations. Reported by Yishay Belkind.
22943 (verilog-auto-ascii-enum): Support one-hot state machines in
22944 AUTOASCIIENUM. Suggested by Lloyd Gomez.
22945 (verilog-auto-inst, verilog-auto-inst-port): Include interface
22946 modport in AUTOINST and add vl-modport for users.
22947 Reported by David Rogoff.
22948 (verilog-auto-inout-module, verilog-auto-inst)
22949 (verilog-decls-get-interfaces, verilog-insert-definition)
22950 (verilog-insert-one-definition, verilog-read-decls)
22951 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
22952 (verilog-sig-modport, verilog-signals-combine-bus)
22953 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
22954 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
22955 Suggested by David Rogoff.
22956 (verilog-repair-open-comma): Fix non-insertion of comma when
22957 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
22958 (verilog-make-width-expression): Simplify [A-1:0] expression
22959 widths to just {A{1'b0}}.
22960 (verilog-mode): Cleanup checkdoc warnings.
22961 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
22962 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
22963 inputs/outputs or data type. Suggested by Vasu Kandadi.
22964 (next-error-last-buffer): Fix byte-compiler warning.
22965 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
22966 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
22967 or shell command text during AUTO expansion. Suggested by Tad Truex.
22968 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
22969 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
22970 Fix dotted nets {a.b,c.d} and escaped identifiers being mis-included
22971 in AUTOINOUT. Reported by Matthew Lovell.
22972 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
22973 causing use of <= assignments. Reported by Alex Reed.
22974 (verilog-read-decls): Fix triand, trior, wand, wor to be
22975 recognized by AUTOWIRE. Reported by Spencer Isaacson.
22976 (verilog-extended-complete-re): Support import "DPI-C" functions.
22977 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
22978 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
22979 (verilog-insert-date, verilog-insert-year)
22980 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
22981 Windows systems. Reported by Michael Potts.
22982 (verilog-read-module-name): Fix AUTOINST when the child module
22983 declaration's name is a tick define. Reported by Elliot Mednick.
22984 (verilog-read-decls): Fix V2K parameter bit subscripts getting
22985 passed to next parameter's definition. Reported by Bruce T.
22986 (verilog-read-decls): Fix detecting "parameter int" when using
22987 AUTOINSTPARAM. Reported by Bruce T.
22988 (verilog-goto-defun): Fix goto not finding modules unless first
22989 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
22990 (verilog-mode): Expand -f flag arguments on entry to mode so
22991 verilog-goto-defun will work. Reported by Lawrence Butcher.
22992 (verilog-getopt): Expand environment variables in -f file
22993 arguments. Suggested by Lawrence Butcher.
22994 (verilog-set-define): Fix "Symbol's value as variable is void"
22995 when reading enumerations.
22996 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
22997 Suggested by Stephen Peltan.
22998 (verilog-read-defines): Fix reading of enumerations in include
22999 files. Reported by Steve Peltan.
23000
23001 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
23002
23003 * files.el (trash-directory): Fix defcustom type.
23004
23005 2009-06-28 Juri Linkov <juri@jurta.org>
23006
23007 * help-fns.el (describe-function-1): Correctly locate adviced
23008 functions in hyperlink (Bug#2438).
23009
23010 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
23011
23012 * files.el (trash-directory): Change default to nil.
23013 (move-file-to-trash): If trash-directory is nil and
23014 system-move-file-to-trash is unbound, perform freedesktop-style
23015 trashing.
23016
23017 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
23018
23019 * files.el (move-file-to-trash): Add freedesktop trash
23020 support (Bug#973).
23021
23022 2009-06-28 Glenn Morris <rgm@gnu.org>
23023
23024 * autorevert.el (global-auto-revert-non-file-buffers)
23025 (global-auto-revert-mode): Doc fixes.
23026
23027 2009-06-27 Johan Bockgård <bojohan@gnu.org>
23028
23029 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
23030
23031 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
23032
23033 * faces.el (x-handle-named-frame-geometry): Ensure that we have
23034 opened an X connection before calling x-get-resource (Bug#3194).
23035
23036 * play/doctor.el: Remove reference to obsolete website.
23037 (make-doctor-variables): Correct grammar mistake (Bug#2633).
23038
23039 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
23040
23041 Remove find-file-not-found-hook VC method. (Bug#2757)
23042 * vc-hooks.el (vc-file-not-found-hook)
23043 (vc-default-find-file-not-found-hook): Remove functions.
23044 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
23045 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
23046 * vc.el:
23047 * vc-hg.el:
23048 * vc-git.el: Do not mention find-file-not-found-hook VC method.
23049
23050 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
23051
23052 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
23053 compatibility function for `looking-back'.
23054
23055 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
23056 Use `ispell-looking-back'.
23057
23058 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
23059
23060 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
23061 rather than `filename'.
23062
23063 2009-06-23 Miles Bader <miles@gnu.org>
23064
23065 * face-remap.el (text-scale-set): New function.
23066
23067 2009-06-23 Glenn Morris <rgm@gnu.org>
23068
23069 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
23070
23071 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
23072
23073 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
23074
23075 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
23076
23077 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
23078 Simplify Persian conditionals.
23079
23080 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
23081 variable `filename'.
23082
23083 * comint.el (comint-insert-input): Doc fix.
23084
23085 * Makefile.in (ELCFILES): Fix typo in previous change.
23086
23087 2009-06-23 Miles Bader <miles@gnu.org>
23088
23089 * cus-start.el: Add entry for `recenter-redisplay'.
23090
23091 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
23092
23093 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
23094 Add an optional argument for the backend, use it instead of
23095 calling vc-backend.
23096 (vc-mode-line): Add an optional argument for the backend.
23097 Pass the backend to vc-state and vc-working-revision. Move code for
23098 special handling for vc-state being a buffer to ...
23099
23100 * vc-rcs.el (vc-rcs-find-file-hook):
23101 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
23102
23103 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
23104 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
23105 vc-stay-local-p and vc-mode-line calls.
23106
23107 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
23108 (vc-cvs-diff, vc-cvs-annotate-command)
23109 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
23110 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
23111 vc-mode-line calls.
23112
23113 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
23114 direct comparison.
23115 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
23116 backend when calling vc-mode-line.
23117 (vc-register): Do not create a closure for calling the vc register
23118 function, call it directly.
23119
23120 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
23121
23122 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
23123 to make it obvious item can be clicked.
23124
23125 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
23126
23127 2009-06-23 Kenichi Handa <handa@m17n.org>
23128
23129 * language/korea-util.el (korean-key-bindings): Change the binding
23130 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
23131 same command.
23132
23133 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
23134
23135 Sync with Tramp 2.1.16.
23136
23137 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
23138
23139 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
23140 when a loading of a package fails. Completion function for rsync
23141 is `tramp-completion-function-alist-ssh'.
23142 (all): Replace all calls of `split-string' and
23143 `tramp-split-string' by `tramp-compat-split-string'.
23144 (tramp-default-method): Use `tramp-compat-process-running-p'.
23145 (tramp-default-proxies-alist): Allow also Lisp forms.
23146 (tramp-remote-path): Add choice "Private Directories".
23147 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
23148 (tramp-domain-regexp): Allow also "-", "_" and ".".
23149 (tramp-end-of-output): Remove newlines, and add "$" at the end.
23150 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
23151 (tramp-debug-message): Insert header line in debug buffer.
23152 (tramp-handle-directory-files-and-attributes-with-stat):
23153 Care about filenames with spaces, or starting with "-".
23154 (tramp-handle-dired-uncache): New defun.
23155 (tramp-handle-insert-directory): Don't flush the directory from
23156 cache, this is handled by `dired-uncache' now.
23157 (tramp-handle-insert-file-contents): Improve error handling.
23158 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
23159 Quote `tramp-end-of-output'.
23160 (tramp-action-password): Improve trace message.
23161 (tramp-check-for-regexp): Both echoes must be present, before removing.
23162 (tramp-open-connection-setup-interactive-shell): Trace coding system.
23163 (tramp-compute-multi-hops): Eval cons cells of
23164 `tramp-default-proxies-alist'.
23165 (tramp-maybe-open-connection): Use the same command pattern for
23166 first hop and further hops.
23167 (tramp-wait-for-output): Remove handling of newlines.
23168 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
23169 (tramp-split-string): Remove function. It is handled in
23170 tramp-compat now.
23171
23172 * net/tramp-cmds.el (tramp-bug):
23173 Recommend `tramp-cleanup-all-connections' in the bug mail.
23174
23175 * net/tramp-compat.el (tramp-compat-split-string)
23176 (tramp-compat-process-running-p): New defuns.
23177
23178 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
23179 for `dired-uncache'.
23180
23181 * net/tramp-gvfs.el: New package.
23182
23183 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
23184 Add handler for `dired-uncache'.
23185 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
23186
23187 * net/trampver.el: Update release number. Make version check fit
23188 for SXEmacs 22.
23189
23190 2009-06-22 Jim Meyering <meyering@redhat.com>
23191
23192 Automatically handle .xz suffix (XZ-compressed files), too.
23193 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
23194 XZ is the successor to LZMA: <http://tukaani.org/xz/>
23195
23196 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
23197 Nick Roberts <nickrob@snap.net.nz>
23198
23199 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
23200 repository (http://sphinx.net.ru/hg/gdb-mi/).
23201
23202 2009-06-22 Glenn Morris <rgm@gnu.org>
23203
23204 * files.el (dir-locals-collect-mode-variables): Allow for any number of
23205 `mode' and `eval' entries. (Bug#3430)
23206
23207 * Makefile.in (ELCFILES): Add fadr.elc.
23208
23209 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
23210 differing behavior of \n and ^ in strings. (Bug#3385)
23211
23212 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
23213
23214 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
23215 property.
23216 (lisp-indent-function): Make it a defcustom.
23217
23218 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
23219
23220 * progmodes/gdb-ui.el: Replace with ...
23221 * progmodes/gdb-mi.el: ... this file.
23222 * progmodes/gud.el: Modify for gdb-mi.el.
23223
23224 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
23225
23226 * fadr.el: New file.
23227
23228 See ChangeLog.14 for earlier changes.
23229
23230 ;; Local Variables:
23231 ;; coding: utf-8
23232 ;; End:
23233
23234 Copyright (C) 2009-2011 Free Software Foundation, Inc.
23235
23236 This file is part of GNU Emacs.
23237
23238 GNU Emacs is free software: you can redistribute it and/or modify
23239 it under the terms of the GNU General Public License as published by
23240 the Free Software Foundation, either version 3 of the License, or
23241 (at your option) any later version.
23242
23243 GNU Emacs is distributed in the hope that it will be useful,
23244 but WITHOUT ANY WARRANTY; without even the implied warranty of
23245 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23246 GNU General Public License for more details.
23247
23248 You should have received a copy of the GNU General Public License
23249 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.