]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(hs-match-data): Delete alias.
[gnu-emacs] / lisp / ChangeLog
1 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
2
3 * progmodes/hideshow.el (hs-match-data): Delete alias.
4 (hs-hide-block-at-point, hs-find-block-beginning)
5 (hs-show-block): Use `match-data' directly.
6
7 2007-08-24 Martin Rudalics <rudalics@gmx.at>
8
9 * format.el (format-alist): Fix typo in doc-string.
10
11 2007-08-24 Michael Albinus <michael.albinus@gmx.de>
12
13 * net/tramp.el (tramp-local-host-p): New defun.
14 (tramp-handle-file-local-copy, tramp-handle-write-region):
15 Implement fast track when being on the local host.
16 (tramp-file-name-handler): Don't set "started" property. It shall
17 be reserved for the "ftp" method.
18 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
19
20 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
21 (tramp-ftp-file-name-handler): Set "started" property.
22
23 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
24
25 * files.el (backup-buffer-copy): Don't wrap delete in
26 condition-case, only try to delete if file exists.
27
28 2007-08-24 Glenn Morris <rgm@gnu.org>
29
30 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
31
32 * startup.el (tutorial-directory): Set with eval-at-startup so it
33 gets the right value in an installed Emacs.
34
35 2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
36
37 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
38 (eldoc-highlight-function-argument): Use it.
39
40 2007-08-23 Masatake YAMATO <jet@gyve.org>
41
42 * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
43 name of parameters in document body.
44
45 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
46
47 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
48 (byte-compile-output-as-comment): Use with-current-buffer rather than
49 a weird set-buffer&prog1 combination.
50
51 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the test
52 so as to optimise cases where the `progn's result is constant.
53
54 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
55
56 * locate.el (locate-get-file-positions):
57 Use line-beginning-position and line-end-position.
58
59 2007-08-23 John Wiegley <johnw@newartisans.com>
60
61 * calendar/cal-bahai.el: Added in the diacriticals that were
62 missing for many of the month names.
63
64 2007-08-22 Jason Rumney <jasonr@gnu.org>
65
66 * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
67
68 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
69
70 * image-mode.el (image-minor-mode): Use image-mode-text-map.
71
72 2007-08-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
73
74 * dabbrev.el (dabbrev--progress-reporter): New variable.
75 (dabbrev--scanning-message): Delete func.
76 (dabbrev--find-expansion): Use a progress reporter
77 instead of dabbrev--scanning-message.
78
79 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
80
81 * comint.el (comint-exec-1): Raise an error if
82 `start-file-process' does not return a process object.
83
84 * shell.el (shell): Prompt for `default-directory' if it is a
85 remote file name, and if called with a prefix arg.
86
87 2007-08-22 Sam Steingold <sds@gnu.org>
88
89 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
90
91 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
92
93 * textmodes/org-export-latex.el: New file.
94
95 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
96
97 * textmodes/org.el (org-agenda-skip): Allow a form for
98 `org-agenda-skip-function'.
99 (org-agenda-redo): Re-use local settings.
100 (org-agenda): Store local settings.
101 (org-agenda-deadline-faces): New option.
102 (org-agenda-deadline-face): New function.
103 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
104 entries on their due date.
105 (org-agenda-get-timestamps): No longer handle the due dates of
106 schedules and deadline items.
107 (org-insert-link-global, org-open-at-point-global): New commands.
108 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
109 :for-ascii parameter.
110 (org-skip-comments): Function removed.
111 (org-cleaned-string-for-export): Handle special table lines.
112 (org-global-properties): New option.
113 (org-entry-get-with-inheritance): Check global properties.
114 (org-local-properties): New variable.
115 (org-set-regexps-and-options): Find the #+PROPERTY line.
116 (org-link-types): Change type into variable (was constant).
117 (org-make-link-regexps): New function.
118 (org-link-re-with-space, org-link-re-with-space2)
119 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
120 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
121 these regular expressions happens now in the function
122 `org-make-link-regexps'.
123 (org-store-link): Call the functions in
124 `org-store-link-functions'.
125 (org-add-link-type): New function.
126 (org-store-link-functions): New variable.
127 (org-activate-tags): Force matches to be in headlines.
128 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
129 (org-columns-display-here): Make sure this works in a narrowed
130 buffer by checking for point-min.
131 (org-columns-display-here): Make the rest of the line intangible,
132 so that point never can be there.
133 (org-cleaned-string-for-export): Use `with-current-buffer'.
134 (org-replace-region-by-html): Use `with-current-buffer'.
135 (org-unfontify-region, org-do-occur, org-columns-display-here)
136 (org-columns-remove-overlays, org-columns-quit)
137 (org-columns-edit-value, org-columns-next-allowed-value)
138 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
139 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
140 (org-agenda-todo, org-agenda-change-all-lines)
141 (org-agenda-align-tags, org-agenda-priority)
142 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
143 (org-agenda-show-new-time, org-cleaned-string-for-export)
144 (org-export-grab-title-from-buffer)
145 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
146 instead of `buffer-read-only'.
147 (org-export-as-html): Set `coding-system-for-write'.
148 (org-remember-store-without-prompt): New option.
149 (org-archive-subtree): Fixed bug with modifying TODO keyword.
150 (org-beginning-of-line): Also treat C-a special in items.
151 (org-table-convert-refs-to-rc): Fixed problem with column
152 reference after "..".
153 (org-columns-compute): Don't mark buffer modified because of text
154 properties.
155 (org-batch-store-agenda-views): Use the variable
156 `default-directory', not the function.
157 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
158 (org-clock-out-when-done): New option.
159 (org-html-entities): Added HTML entities for smileys.
160
161 2007-08-22 Glenn Morris <rgm@gnu.org>
162
163 * image.el (create-image): Doc fix.
164
165 * startup.el (tutorial-directory): New constant.
166 (fancy-splash-text): Tutorials now in tutorial-directory.
167 * tutorial.el (help-with-tutorial): Tutorials now in
168 tutorial-directory.
169
170 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
171
172 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
173 otherwise.
174 (tramp-get-remote-path): New defun. Replace occurrences of
175 `tramp-default-remote-path' by this function.
176 (tramp-set-remote-path): Move most of the code to
177 `tramp-get-remote-path'.
178 (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
179 existing directories, this is done already in
180 `tramp-get-remote-path'.
181
182 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
183
184 * image-file.el (image-file-name-extensions): Add "svg".
185 * image.el (image-type-header-regexps): Add svg entry.
186
187 2007-08-22 Glenn Morris <rgm@gnu.org>
188
189 * files.el (backup-buffer-copy): Check backup directory is
190 writable, to avoid infloop deleting old backup.
191
192 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
193 movemail related variables.
194 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
195 will now be set before this is called.
196
197 2007-08-21 Juri Linkov <juri@jurta.org>
198
199 * delsel.el (delete-selection-pre-hook):
200 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
201 instead of checking last-command.
202
203 2007-08-21 Juri Linkov <juri@jurta.org>
204
205 * loadup.el: Preload "button".
206
207 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
208
209 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
210 Add previous-line and next-line.
211
212 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
213 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
214
215 * vc-hooks.el (vc-menu-entry): New var.
216 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
217 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
218 (vc-menu-map): Declare and initialize in one step.
219 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
220
221 * menu-bar.el (vc-menu-map): Don't setup any more.
222 Instead, just create the proper spot in the menu.
223
224 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
225
226 * smerge-mode.el (smerge-resolve): New arg `safe'.
227 (smerge-resolve-all, smerge-batch-resolve): New function.
228 (smerge-refine): Make sure `diff' returns the expected result.
229 (smerge-parsep-re): New const.
230 (smerge-mode): Use it to adjust paragraph-separate.
231
232 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
233 Correctly match / regexp matchers as first char on a line when
234 fontifying only that line.
235
236 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
237
238 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
239
240 * vc-bzr.el: Don't fiddle with vc-handled-backend.
241 (vc-bzr-registered): Don't redundantly protect against
242 file-error. Actually use the format-specific code.
243 (vc-bzr-buffer-nonblank-p): Remove.
244 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
245
246 2007-08-20 Juri Linkov <juri@jurta.org>
247
248 * startup.el (fancy-splash-text): Change multiple tabs into one
249 tab. Remove "Useful File menu items" section (with "Exit Emacs"
250 and "Recover Crashed Session").
251 (fancy-splash-screens): Set tab-width to 22.
252 (normal-splash-screen): Replace literal tabs with \t and
253 fix whitespace. Remove "Useful File menu items" section (with
254 "Exit Emacs" and "Recover Crashed Session").
255
256 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
257
258 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
259 extracted from `eval-last-sexp-1'.
260 (eval-last-sexp-1): Call `preceding-sexp'.
261
262 2007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
263
264 * vc-rcs.el (vc-rcs-annotate-command):
265 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
266 Add back :vc-annotate-prefix propertization.
267
268 2007-08-20 Andreas Schwab <schwab@suse.de>
269
270 * mail/rmail.el (rmail-autodetect): Doc fix.
271
272 2007-08-19 Juri Linkov <juri@jurta.org>
273
274 * startup.el (normal-splash-screen): Add more links.
275
276 2007-08-19 Juri Linkov <juri@jurta.org>
277
278 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
279 because it's common to both types of splash screen: fancy and normal.
280 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
281 (exit-splash-screen): Rename from `fancy-splash-quit'.
282 Use `quit-window' instead of `kill-buffer'.
283 (fancy-splash-head): Use make-button to insert GNU image link.
284 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
285 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
286 (normal-splash-screen): Put "Browse manuals" on the same line with
287 "Emacs manual". Remove descriptions from "Useful tasks" and put
288 all links in two columns on two lines.
289
290 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
291
292 * viper.el (viper-remove-hooks): Remove some additional viper hooks
293 when the user calls viper-go-away.
294 (viper-go-away): Restore the default of default-major-mode.
295 Save the value of default-major-mode before vaperization.
296
297 * viper-cmd.el: Replace error "" with "Viper bell".
298
299 * viper-ex.el: Replace error "" with "Viper bell".
300
301 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
302 buffer for which file is created.
303
304 2007-08-19 Glenn Morris <rgm@gnu.org>
305
306 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
307 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
308 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
309 shadow files messing up the compilation.
310
311 2007-08-18 Glenn Morris <rgm@gnu.org>
312
313 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
314 string. Also apply eldoc-argument-case in the help-split-fundoc
315 case. Adapt for changed behavior of eldoc-function-argstring,
316 eldoc-function-argstring-format, and
317 eldoc-highlight-function-argument.
318 (eldoc-highlight-function-argument): Handle nil INDEX argument,
319 just call eldoc-docstring-format-sym-doc in that case.
320 (eldoc-function-argstring): Change the behavior. Now it converts
321 an argument list to a string.
322 (eldoc-function-argstring-format): Change the behavior. Now it
323 applies `eldoc-argument-case' to a string.
324
325 * progmodes/scheme.el (scheme-mode-variables): Set
326 font-lock-comment-start-skip.
327
328 2007-08-18 Martin Rudalics <rudalics@gmx.at>
329
330 * progmodes/ada-mode.el (ada-create-syntax-table): Move
331 set-syntax-table from here to ...
332 (ada-mode): ... here. Do not change global value of
333 comment-multi-line. Call new function
334 ada-initialize-syntax-table-properties and add new function
335 ada-handle-syntax-table-properties to font-lock-mode-hook.
336 (ada-deactivate-properties, ada-initialize-properties): Replace
337 by new functions ...
338 (ada-handle-syntax-table-properties)
339 (ada-initialize-syntax-table-properties)
340 (ada-set-syntax-table-properties): ... to set up syntax-table
341 properties uniformly, independently from whether font-lock-mode
342 is enabled or not. Handle read-only buffers and do not change
343 undo-list when setting syntax-table properties.
344 (ada-after-change-function): Use ada-set-syntax-table-properties.
345
346 2007-08-18 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
347
348 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
349 (meta-indent-current-nesting): Use a computation of the nesting
350 instead.
351 (meta-indent-current-indentation): Indentation is given according
352 to nesting and if the previous line was finished or not.
353 (meta-indent-unfinished-line): Tell if the current line ends with
354 a finished expression.
355 (meta-indent-looking-at-code): Like `looking-at', but checks if
356 the point is in a string before.
357 (meta-indent-level-count): Use it. Don't count parenthesis as it's
358 done in the nesting function.
359 (meta-indent-in-string-p): Tell if the current point is in a
360 string.
361 (meta-indent-calculate): Treat b-o-b as a special case. Use the
362 previous functions.
363
364 2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
365
366 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
367 (copyright-update-year, copyright-update)
368 (copyright-fix-years): Use it.
369
370 2007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
371
372 * emacs-lisp/copyright.el (copyright-update-year):
373 Fix bug: Handle nil copyright-limit.
374
375 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
376
377 * calc/calc-units.el (math-standard-units): Give exact
378 conversion for tsp.
379
380 * calc/calc.el (math-bignum-digit-length): Compute the
381 appropriate value.
382
383 * calc/calc-bin.el (math-bignum-logb-digit-size)
384 (math-bignum-digit-power-of-two):
385 * calc/calc-comb.el (math-small-factorial-table):
386 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
387 (math-approx-gamma-const):
388 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
389 (math-besY1, math-bernoulli-b-cache):
390 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
391 Remove `eval-when-compile's.
392
393 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
394
395 * progmode/cperl-mode.el (cperl-look-at-leading-count)
396 (cperl-find-pods-heres): Fix an error when typing expressions like
397 `s{a}{b}'.
398
399 2007-08-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
400
401 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
402 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
403 a special case (there's no build number).
404
405 2007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
406
407 * completion.el (symbol-under-point, symbol-before-point)
408 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
409
410 2007-08-17 Glenn Morris <rgm@gnu.org>
411
412 * progmodes/compile.el (compilation-get-file-structure): Make use
413 of the directory part when checking for an existing entry, to
414 handle files with same basename in different directories.
415
416 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
417
418 * calc/calc.el (calc-language-alist): Add texinfo-mode.
419
420 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
421
422 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
423 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
424 (ps-paragraph-spacing): Docstring fix.
425
426 2007-08-16 Glenn Morris <rgm@gnu.org>
427
428 * ps-print.el (ps-font-size): Doc fix.
429
430 2007-08-16 Richard Stallman <rms@gnu.org>
431
432 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
433
434 2007-08-15 Juri Linkov <juri@jurta.org>
435
436 * startup.el (initialization): Change parent group from `internal'
437 to `environment'.
438 (initial-buffer-choice): New variable.
439 (command-line): Revert 2007-07-02 change that sets
440 buffer-offer-save in *scratch* and enables auto-save in it.
441 (fancy-splash-text): Add links to existing items. Add new items
442 with links for useful tasks. Move information about Control-g to
443 fancy-splash-head. Move "Emacs Guided Tour" to the end.
444 (fancy-splash-keymap): New variable.
445 (fancy-splash-last-input-event): Remove variable.
446 (fancy-splash-insert): Add processing of `:link' element.
447 (fancy-splash-head): Replace "Type Control-l to begin editing"
448 with "Type `q' to exit".
449 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
450 (fancy-splash-default-action, fancy-splash-special-event-action):
451 Remove functions.
452 (fancy-splash-quit): New function.
453 (fancy-splash-screens): Rename input arg from `hide-on-input' to
454 `static' and reverse the condition of its usage. Don't preserve
455 original values of `minor-mode-map-alist',
456 `emulation-mode-map-alists', `special-event-map'.
457 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
458 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
459 Remove processing of special events. Use local key map
460 `fancy-splash-keymap'. Set buffer to read-only.
461 (normal-splash-screen): Rename input arg from `hide-on-input' to
462 `static' and reverse the condition of its usage.
463 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
464 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
465 Add links to existing items. Add new items with links for useful
466 tasks. Use local key map `fancy-splash-keymap'.
467 (display-splash-screen): Rename input arg from `hide-on-input' to
468 `static'.
469 (about-emacs): Add alias to display-splash-screen.
470 (command-line-1): Use `initial-buffer-choice'.
471
472 * menu-bar.el (menu-bar-help-menu):
473 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
474 item to about-emacs instead of display-splash-screen.
475
476 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
477
478 * calc/calc-units.el (math-standard-units): Update values.
479 Put in exact, rational values when possible.
480 (math-unit-prefixes): Replace floats with powers of ten.
481 (math-standard-units-systems): Replace floats with integers.
482 (math-make-unit-string): Remove extra spaces in output.
483
484 2007-08-15 Glenn Morris <rgm@gnu.org>
485
486 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
487 sloppier, for the sake of GNU Mailman.
488 (rmail-digest-rfc1153): Initialize `result' correctly.
489
490 2007-08-15 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
491
492 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
493 in the mail title. Suggested by Reiner Steib.
494
495 2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
496
497 * calc/calc-aent.el (calc-do-quick-calc): Add binary
498 representation of integers to the list of outputs.
499
500 2007-08-14 Glenn Morris <rgm@gnu.org>
501
502 * simple.el (bad-packages-alist): New constant.
503 (bad-package-check): New function. Together, these two add elements
504 to `after-load-alist' to check for problematic external packages.
505 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
506
507 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
508
509 * calc/calc-units.el (math-get-standard-units)
510 (math-get-units, math-make-unit-string)
511 (math-get-default-units, math-put-default-units): New functions.
512 (math-default-units-table): New variable.
513 (calc-convert-units, calc-convert-temperature): Add machinery
514 to supply default values.
515
516 2007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
517
518 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
519 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
520 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
521 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
522
523 * emulation/tpu-extras.el: Remove spurious * in docstrings.
524 Put its autoloads into tpu-edt.el rather than loaddefs.el.
525 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
526 Make into a proper minor-mode.
527 (tpu-backward-char, tpu-next-line, tpu-previous-line)
528 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
529 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
530 (tpu-set-cursor-free, tpu-set-cursor-bound):
531 Delegate to tpu-cursor-free-mode.
532 (tpu-next-line, tpu-previous-line, tpu-forward-line)
533 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
534 Use line-move or forward-line instead of next-line-internal.
535
536 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
537
538 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
539
540 2007-08-12 Richard Stallman <rms@gnu.org>
541
542 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
543 (cvs-execute-single-file): Use new name split-string-and-unquote.
544 (cvs-header-msg): Use new name combine-and-quote-strings.
545
546 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
547
548 * progmodes/gud.el (gud-common-init): Use new name
549 split-string-and-unquote.
550
551 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
552 in javac regexp.
553
554 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
555 combine-and-quote-strings and split-string-and-unquote.
556
557 * subr.el (combine-and-quote-strings): Rename from strings->string.
558 (split-string-and-unquote): Rename from string->strings.
559
560 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
561
562 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
563 to buffer-local settings.
564
565 * emacs-lisp/backquote.el (backquote-delay-process): New function.
566 (backquote-process): Add internal arg `level'. Use the two to
567 correctly handle nested backquotes.
568
569 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
570
571 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
572 (vc-bzr-state-words): Add "kind changed" state word.
573 (vc-bzr-status): New function. Return Bzr idea of file status,
574 which is different from VC's.
575 (vc-bzr-state): Use vc-bzr-status.
576 (vc-workfile-unchanged-p): Use vc-bzr-status.
577 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
578 (vc-dired-state): Process "kind changed" state word.
579
580 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
581
582 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
583
584 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
585 Move from vc-default-find-file-not-found-hook.
586
587 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
588
589 * man.el: Remove spurious * in docstrings.
590 Merge defvars and toplevel setq-defaults.
591 (Man-highlight-references0): Limit=nil rather than point-max.
592 (Man-mode-map): Move initialization into the declaration.
593 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
594 (Man-view-header-file): Use expand-file-name rather than concat.
595 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
596
597 * man.el (Man-next-section): Make sure we do not move backward.
598
599 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
600
601 * files.el (auto-mode-alist): Use the purecopied text (duh!).
602
603 2007-08-08 Glenn Morris <rgm@gnu.org>
604
605 * Replace `iff' in doc-strings and comments.
606
607 2007-08-08 Martin Rudalics <rudalics@gmx.at>
608
609 * dired.el (dired-pop-to-buffer):
610 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
611 * calendar/calendar.el (generate-calendar-window):
612 * progmodes/compile.el (compilation-set-window-height):
613 * textmodes/two-column.el (2C-two-columns, 2C-merge):
614 Use window-full-width-p instead of comparing frame-width and
615 window-width.
616
617 * progmodes/compile.el (compilation-find-buffer): Remove extra
618 argument in call to compilation-buffer-internal-p.
619
620 2007-08-07 Tom Tromey <tromey@redhat.com>
621
622 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
623 Add safe-local-variable property.
624
625 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
626
627 * image-mode.el (image-toggle-display): Use image-refresh.
628
629 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
630
631 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
632 unofficial version.
633 (vc-bzr-command): Remove redundant setting of process-connection-type.
634 (vc-bzr-admin-checkout-format-file): Add autoload.
635 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
636 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
637 (vc-bzr-registered): Compare dirstate format tag with known good
638 value, abort parsing if match fails. Warn user in docstring.
639 (vc-bzr-workfile-version): Case for different Bzr branch formats.
640 See bzrlib/branch.py in Bzr sources.
641 (vc-bzr-diff): First argument FILES may be a string rather than a list.
642 (vc-bzr-shell-command): Remove in favor of
643 vc-bzr-command-discarding-stderr.
644 (vc-bzr-command-discarding-stderr): New function.
645
646 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
647
648 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
649 program, and return nil.
650 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
651 (vc-bzr-state): Look for path names relative to the repository
652 root after status keyword.
653 (vc-bzr-file-name-relative): New function.
654 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
655 depend on it.
656 (vc-bzr-admin-dirname, ...-checkout-format-file)
657 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
658 files that we now parse directly for speed.
659 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
660 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
661 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
662 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
663 Bzr warnings, so we must discard it.
664 (vc-bzr-workfile-version): Speedup counting lines from
665 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
666 if that file doesn't exist.
667 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
668 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
669 to `vc-directory-exclusion-list'.
670 (vc-bzr-shell-command): New function.
671
672 2007-08-06 Tom Tromey <tromey@redhat.com>
673
674 * diff-mode.el (diff-unified->context, diff-reverse-direction)
675 (diff-fixup-modifs): Typo in docstring.
676
677 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
678
679 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
680 count-screen-lines.
681 (tpu-edt-off): Disable relevant pieces of advice.
682
683 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
684 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
685 (newline, newline-and-indent, do-auto-fill): Use advice instead of
686 redefining the function.
687 (tpu-set-scroll-margins): Activate the pieces of advice.
688
689 2007-08-06 Martin Rudalics <rudalics@gmx.at>
690
691 * help.el (resize-temp-buffer-window): Use window-full-width-p
692 instead of comparing frame-width and window-width.
693
694 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
695
696 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
697 optional quotes around files in NEED-UPDATE . REMOVED case.
698
699 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
700 (ada-treat-cmd-string): Improve error message.
701 (ada-do-file-completion): Call `ada-require-project-file', so
702 project variables are set properly.
703 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
704 (ada-gnatfind-buffer-name): New constant.
705 (ada-find-any-references): Use new constant. Set buffer name
706 properly in compilation-start. Toggle read-only properly.
707 (ada-find-in-src-path): Fix spelling error in docstring.
708
709 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
710 by zero error.
711
712 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
713
714 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
715
716 2007-08-12 Richard Stallman <rms@gnu.org>
717
718 * progmodes/sh-script.el (sh): Delete group `unix'.
719
720 * progmodes/gud.el (gud): Change to group `processes'.
721
722 2007-08-11 Glenn Morris <rgm@gnu.org>
723
724 * progmodes/compile.el (compilation-buffer-name): Don't check
725 compilation-arguments. It is superfluous, and the variable isn't
726 even set when this function is called.
727
728 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
729
730 * term/mac-win.el (mac-ae-reopen-application): New function.
731 (mac-apple-event-map): Bind "reopen application" Apple event to it.
732
733 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
734
735 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
736 take tex-font-script-display into account.
737 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
738 cell to a list of 2 elements to simplify the unfontify code.
739
740 2007-08-09 Edward O'Connor <hober0@gmail.com> (tiny change)
741
742 * url/url-auth.el (url-basic-auth): When prompting for username
743 and password, default to the username and password in the URL.
744
745 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
746
747 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
748 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
749 ps-print-color-p is neither nil nor black-white. Reported by Christian
750 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
751
752 2007-08-08 Andreas Schwab <schwab@suse.de>
753
754 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
755 self-insert-command, not self-insert.
756
757 2007-08-08 Glenn Morris <rgm@gnu.org>
758
759 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
760 argument optional, for backwards compatibility, and only highlight
761 args when present. Fix symbol name typo (doc/args).
762
763 * help-mode.el (help-make-xrefs): Search for symbol constituents,
764 rather than just `-'.
765
766 2007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
767
768 * calc/calc-units.el (calc-convert-temperature):
769 Use `/' to create fractions.
770
771 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
772
773 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
774 global matching.
775 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
776 ERROR-BUFFER more robust. Display output.
777 (tramp-file-name-handler): Add a connection property when we found
778 a foreign file name handler. This allows backends like ftp to
779 profit also from usr/host name completion based on connection
780 cache.
781 (tramp-send-command-and-read): Search for trash after the regexp
782 until eol only. In XEmacs, there is a problem with \n.
783
784 * net/tramp-cache.el (top): Read persistent connection history
785 when cache is empty.
786
787 2007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
788
789 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
790 resulting output.
791
792 2007-08-07 Sam Steingold <sds@gnu.org>
793
794 * progmodes/compile.el (compilation-start): Pass nil as startfile
795 to comint-exec.
796
797 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
798
799 * longlines.el (longlines-decoded): New variable.
800 (longlines-mode): Avoid encoding or decoding the buffer twice.
801
802 2007-08-07 Martin Rudalics <rudalics@gmx.at>
803
804 * format.el (format-insert-file): Make sure that at most one undo
805 entry is recorded for the insertion. Inhibit point-motion and
806 modification hooks around call to insert-file-contents.
807
808 2007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
809
810 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
811 Select the buffer's window before moving point.
812
813 2007-08-07 Richard Stallman <rms@gnu.org>
814
815 * term.el (term): Remove parent group `unix'.
816
817 * simple.el (default-indent-new-line): New function.
818 It calls comment-line-break-function if there are comments.
819 (do-auto-fill): Use that.
820
821 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
822
823 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
824 (PC-do-completion): Add "acronym completion" for symbols and
825 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
826
827 2007-08-06 Sam Steingold <sds@gnu.org>
828
829 * mouse.el (mouse-buffer-menu): Pass mode-name through
830 format-mode-line because it may be a list,
831 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
832
833 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
834
835 * printing.el (pr-update-menus): Docstring fix.
836
837 2007-08-06 Jason Rumney <jasonr@gnu.org>
838
839 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
840
841 * vc-hooks.el (vc-call): Add doc string.
842
843 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
844
845 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
846 process-filter.
847
848 2007-08-06 Kenichi Handa <handa@m17n.org>
849
850 * international/quail.el: Wrap (require 'help-mode) by
851 eval-when-compile.
852 (quail-help-init): New function.
853 (quail-help): Call quail-help-init.
854 (quail-store-decode-map-key): Change it to a function.
855
856 2007-08-05 Jason Rumney <jasonr@gnu.org>
857
858 * vc.el (vc-rollback): Add norevert argument back.
859 (vc-revert-buffer): Add back as obsolete alias.
860
861 2007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
862
863 * term.el: Honor term-default-fg-color and term-default-bg-color
864 settings when modifying term-current-face.
865 (term-default-fg-color, term-default-bg-color): Initialize from
866 default term-current-face.
867 (term-mode, term-reset-terminal): Set term-current-face with
868 term-default-fg-color and term-default-bg-color.
869 (term-handle-colors-array): term-current-face has term-default-fg-color
870 and term-default-bg-color after reset escape sequence.
871 (term-handle-colors-array): Set term-current-color with
872 term-default-fg/bg-color instead of ansi-term-color-vector when the
873 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
874
875 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
876
877 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
878 (math-nlfit-givens): Let bind free variables.
879
880 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
881
882 * printing.el: Require lpr and ps-print when loading printing package.
883 Reported by Glenn Morris <rgm@gnu.org>.
884
885 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
886
887 * files.el (set-auto-mode): Handle also remote files wrt
888 `auto-mode-alist'.
889
890 2007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
891
892 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
893 curves and plotting.
894
895 * calc/calc-nlfit.el: New file.
896
897 2007-08-04 Glenn Morris <rgm@gnu.org>
898
899 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
900 zero, not nil, when the library is first loaded. Check for a file
901 that has been modified on disk.
902
903 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
904 Remove duplicate defvar preventing initialization.
905 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
906
907 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
908
909 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
910 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
911 may match up to 4 lines.
912 (diff-beginning-of-file-and-junk): Rewrite.
913
914 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
915
916 * printing.el: Evaluate require only during compilation.
917 (pr-version): New version 6.9.1.
918 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
919 (pr-global-menubar): Fix code.
920
921 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
922
923 * term.el (term-erase-in-display): Fix case when point is not at
924 the beginning of the line.
925
926 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
927
928 * calc/calc-ext.el (math-get-value, math-get-sdev)
929 (math-contains-sdev): New functions.
930
931 * calc/calc-graph.el (calc-graph-format-data)
932 (calc-graph-add-curve): Check for error forms.
933 (calc-graph-set-styles): Add option for error forms.
934
935 2007-08-03 Miles Bader <miles@gnu.org>
936
937 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
938 backend names for new backends to `Git', `Hg', and `Bzr'.
939 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
940 not `HG'.
941 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
942 name, not `GIT'.
943 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
944 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
945
946 2007-08-03 Richard Stallman <rms@gnu.org>
947
948 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
949 to update deleted flag.
950
951 * cus-edit.el (customize-apropos, customize-apropos-options)
952 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
953
954 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
955
956 * startup.el (fancy-splash-head, startup-echo-area-message):
957 Change message text.
958
959 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
960 All callers use line-move.
961
962 * progmodes/compile.el (compilation-find-buffer): Return current
963 buffer immediately if suitable.
964 (compile, compilation-buffer-name, compilation-start): Doc fixes.
965
966 2007-08-03 Daiki Ueno <ueno@unixuser.org>
967
968 * faces.el (face-normalize-spec): New function.
969 (frame-set-background-mode): Normalize face-spec before calling
970 face-spec-match-p.
971
972 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
973
974 * server.el (server-window): Add switch-to-buffer-other-frame option.
975
976 2007-08-03 Glenn Morris <rgm@gnu.org>
977
978 * cus-edit.el (customize-apropos): Make the error message indicate
979 what kind of thing the user was trying to customize.
980
981 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
982
983 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
984 Fix off-by-one error in previous change.
985
986 2007-08-03 Drew Adams <drew.adams@oracle.com>
987
988 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
989 Make buffer writable.
990
991 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
992
993 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
994 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
995 Use native Emacs functions, when appropriate.
996
997 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
998 Stefan Monnier <monnier@iro.umontreal.ca>
999
1000 * vc.el: Document new VC operation `extra-menu'.
1001
1002 * vc-hooks.el (vc-default-extra-menu): New function.
1003
1004 * menu-bar.el (menu-bar-vc-filter): New function.
1005 (menu-bar-tools-menu): Use it as a filter.
1006
1007 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
1008
1009 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
1010
1011 2007-08-01 Glenn Morris <rgm@gnu.org>
1012
1013 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
1014 strings.
1015 (fortran-tab-mode-default): Remove needless autoload.
1016 (fortran-tab-mode-string): Add help-echo and mouse properties, and
1017 mark as risky.
1018 (fortran-line-length): New buffer-local variable, safe if integer.
1019 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
1020 Change from variables to constants.
1021 (fortran-font-lock-syntactic-keywords): Delete as a variable,
1022 replace with a new function definition.
1023 (fortran-mode): Use fortran-line-length, and
1024 fortran-font-lock-syntactic-keywords as a function. Add a
1025 hack-local-variables-hook function.
1026 (fortran-line-length, fortran-hack-local-variables): New functions.
1027 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
1028 Use fortran-line-length rather than 72.
1029 (fortran-window-create-momentarily): Doc fix.
1030
1031 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
1032
1033 * cus-edit.el (custom-group-value-create, custom-goto-parent):
1034 Fix parent groups link.
1035
1036 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
1037
1038 * progmodes/python.el (python-current-defun): Adjust to never fall
1039 into infinite loop.
1040
1041 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
1042
1043 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
1044
1045 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
1046
1047 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
1048 (copyright-fix-years, copyright): Correctly handle the case where
1049 copyright-limit is nil.
1050
1051 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
1052
1053 * progmodes/python.el (run-python): Fix path separator under w32.
1054
1055 2007-07-30 Richard Stallman <rms@gnu.org>
1056
1057 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
1058 Treat non-break space as whitespace in Lisp.
1059
1060 2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
1061
1062 * vc.el (vc-dired-hook): Use inhibit-read-only.
1063
1064 * progmodes/compile.el (compilation-forget-errors):
1065 Reset compilation-auto-jump-to-next.
1066
1067 2007-07-30 Michael Olson <mwolson@gnu.org>
1068
1069 * cus-edit.el (custom-group-save): Fix void function definition
1070 error. Thanks to Zhang Wei for the report.
1071
1072 * ps-print.el: Check in trivial changes to the autoloads section
1073 caused by the build process. These autoloads really ought to be
1074 placed in a separate file, methinks.
1075
1076 2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
1077
1078 * calendar/calendar.el (calendar-mode): Make sure
1079 displayed-(month|year) are set.
1080 (calendar-basic-setup): Display buffer before adjusting window sizes.
1081 (generate-calendar-window): Use inhibit-read-only. Simplify.
1082 Generate buffer and set displayed-month and displayed-year before
1083 calling update-calendar-mode-line.
1084
1085 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
1086
1087 * net/tramp.el:
1088 * net/tramp-uu.el:
1089 * net/trampver.el: Use utf-8 encoding with coding cookie.
1090
1091 * net/tramp-cache.el:
1092 * net/tramp-fish.el:
1093 * net/tramp-ftp.el:
1094 * net/tramp-gw.el:
1095 * net/tramp-smb.el: Remove coding cookie.
1096
1097 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
1098 Flush buffer file-name's file property.
1099 (tramp-handle-file-remote-p): The first parameter is FILENAME.
1100
1101 * net/trampver.el: Update release number.
1102
1103 2007-07-29 Juri Linkov <juri@jurta.org>
1104
1105 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
1106 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
1107 when major-mode is not dired-mode.
1108 (dired-toggle-read-only): New function.
1109 (dired-recursive-deletes): Remove obsolete comments about old
1110 default value.
1111 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
1112
1113 * wdired.el (wdired-exit): New function.
1114 (wdired-mode-map): Bind C-x C-q to wdired-exit.
1115
1116 2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
1117
1118 * cus-edit.el (customize-read-group): New fun.
1119 (customize-group-other-window, customize-face-other-window):
1120 Prompt before delegating to customize-(group|face).
1121 Bind pop-up-windows rather than use the other-window argument.
1122 (customize-group, customize-face): Prompt from the interactive spec.
1123 Remove args `prompt-for-group' and `other-window'.
1124
1125 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
1126 (ad-body-forms, ad-advised-interactive-form): Revert this part of
1127 last change.
1128
1129 2007-07-28 Masatake YAMATO <jet@gyve.org>
1130
1131 * vc.el (vc-dired-mode): Add a menu for VC related operation.
1132 Use backend name as the menu label. Suggested by David Kastrup.
1133
1134 2007-07-28 Alan Mackenzie <acm@muc.de>
1135
1136 Fix problem with modes derived from CC Mode:
1137 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
1138 macro to cc-langs.
1139 (c-init-language-vars-for): Remove call to above macro.
1140 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
1141 been moved to here.
1142 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
1143
1144 2007-07-28 Eli Zaretskii <eliz@gnu.org>
1145
1146 * net/trampver.el: Fix the `coding' cookie.
1147
1148 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
1149
1150 * vc-git.el (vc-git-print-log): Support both the old single file
1151 interface and the new one.
1152
1153 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
1154
1155 * bindings.el (mode-line-remote): Use updated %@ construct.
1156
1157 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
1158
1159 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
1160 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
1161 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
1162 (diary-list-bahai-entries, diary-bahai-mark-entries)
1163 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
1164 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
1165 New names to clean up namespace.
1166 (list-bahai-diary-entries, mark-bahai-diary-entries)
1167 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
1168 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
1169 Add compatibility aliases.
1170
1171 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
1172
1173 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
1174 (calendar-scroll-left-three-months)
1175 (calendar-scroll-right-three-months): Clean up namespace.
1176 (scroll-calendar-left, scroll-calendar-right)
1177 (scroll-calendar-left-three-months)
1178 (scroll-calendar-right-three-months): Add compatibility aliases.
1179
1180 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
1181 Behave like mouse-scroll-calendar-* when used from the mouse.
1182
1183 * calendar/cal-menu.el (cal-menu-scroll-menu)
1184 (cal-menu-global-mouse-menu):
1185 * calendar/calendar.el (calendar-mode-map):
1186 Use new calendar-scroll-* names.
1187 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
1188 Remove. Use calendar-scroll-* directly instead.
1189
1190 2007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
1191
1192 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
1193 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
1194 (ad-make-advised-definition, ad-cache-id-verification-code):
1195 Use commandp and interactive-form instead.
1196
1197 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
1198
1199 * vc-git.el: Relicense to GPLv3 or later.
1200 (vc-directory-exclusion-list, vc-handled-backends): Remove.
1201
1202 * vc-hooks.el (vc-handled-backends): Add GIT.
1203
1204 * vc.el (vc-directory-exclusion-list): Add .git.
1205
1206 2007-07-26 Alexandre Julliard <julliard@winehq.org>
1207
1208 * vc-git.el (vc-git-revision-table)
1209 (vc-git-revision-completion-table): New functions.
1210
1211 2007-07-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1212
1213 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
1214 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
1215 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
1216 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
1217 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
1218 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
1219 New command actions for EPS header and EPS footer.
1220
1221 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
1222 footer. Fix some problems with one-or-more, zero-or-more and
1223 alternative constructions generation. Some log messages
1224 implementation. Doc fix.
1225 (ebnf-version): New version 4.4.
1226 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
1227 (ebnf-eps-footer, ebnf-log): New options.
1228 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
1229 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
1230 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
1231 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
1232 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
1233 (ebnf-style-custom-list, ebnf-style-database): Put new values.
1234 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
1235 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
1236 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
1237 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
1238 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
1239 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
1240 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
1241 (ebnf-non-terminal-dimension, ebnf-special-dimension)
1242 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
1243 (ebnf-except-dimension, ebnf-alternative-dimension)
1244 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
1245 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
1246 message fun.
1247 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
1248 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
1249 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
1250 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
1251 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
1252 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
1253 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
1254 compatibility with Emacs 20 & 21.
1255 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
1256 (ebnf-eps-file-alist, ebnf-basic-width-extra)
1257 (ebnf-basic-empty-height): New vars.
1258 (ebnf-prologue): Fix PostScript code.
1259 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
1260 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
1261 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
1262 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
1263
1264 2007-07-25 Glenn Morris <rgm@gnu.org>
1265
1266 * Relicense all FSF files to GPLv3 or later.
1267
1268 * COPYING: Switch to GPLv3.
1269
1270 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
1271
1272 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
1273 Replace it with another one which disables undo before calling
1274 erase-buffer and then turns it back on if needed.
1275
1276 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1277
1278 * ps-print.el: Problem with foreground and background color when
1279 printing a buffer with and without faces. Reported by Christian
1280 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
1281 (ps-print-version): New version 6.7.5.
1282 (ps-default-fg): Change default value to nil, so black color is used
1283 when a face does not specify a foreground color.
1284 (ps-default-bg): Change default value to nil, so white color is used
1285 for background color.
1286 (ps-begin-job): Fix code.
1287
1288 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
1289
1290 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
1291
1292 2007-07-24 Glenn Morris <rgm@gnu.org>
1293
1294 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
1295 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
1296 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
1297 (cal-tex-cursor-week, cal-tex-cursor-week2)
1298 (cal-tex-cursor-week-iso, cal-tex-week-hours)
1299 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
1300 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1301 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
1302
1303 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
1304
1305 * calendar/calendar.el (calendar-mode-map): Move initialization
1306 into declaration. Add menu bindings (used to be done in cal-menu).
1307 (calendar-mode): Don't add an activate-menubar-hook.
1308
1309 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
1310 modify calendar-mode-map), use easy-menu, and make sure that C-h k
1311 can be used on the menu entries.
1312 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
1313 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
1314 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
1315 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
1316 (calendar-flatten, cal-menu-update): Remove.
1317 (calendar-mouse-insert-hebrew-diary-entry)
1318 (calendar-mouse-insert-islamic-diary-entry)
1319 (calendar-mouse-insert-bahai-diary-entry):
1320 Remove (fold into cal-menu-diary-menu).
1321 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
1322 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
1323 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
1324 (calendar-mouse-view-diary-entries): Minor simplifications.
1325 (calendar-event-to-date): Use with-current-buffer.
1326
1327 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
1328
1329 * add-log.el (change-log-redate): Remove (not needed anymore and
1330 doesn't appear to work).
1331
1332 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
1333
1334 * frame.el: Use mapc and dolist instead of mapcar where possible.
1335 (close-display-connection): New command.
1336
1337 2007-07-25 Alexandre Julliard <julliard@winehq.org>
1338
1339 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
1340 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
1341
1342 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1343
1344 * ps-print.el (ps-multibyte-buffer): Docstring fix.
1345
1346 * ps-mule.el: Doc fix.
1347 (ps-multibyte-buffer, ps-mule-font-info-database-default)
1348 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
1349
1350 2007-07-25 Glenn Morris <rgm@gnu.org>
1351
1352 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
1353 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
1354 (cal-tex-daily-end, cal-tex-hook)
1355 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
1356 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
1357 (cal-tex-cursor-week-iso, cal-tex-week-hours)
1358 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
1359 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
1360 (cal-tex-day-prefix, cal-tex-day-name-format)
1361 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
1362 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
1363 (cal-tex-LaTeX-subst-list): Change from variables to constants.
1364 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
1365 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
1366 etc, rather than \bf.
1367 (cal-tex-mini-calendar): Fix typos in previous change.
1368 (cal-tex-latexify-list): Remove inner let binding.
1369 (cal-tex-end-document, cal-tex-banner): Use multi-line
1370 cal-tex-comment.
1371 (cal-tex-comment): Handle embedded newlines.
1372 (cal-tex-LaTeXify-string): Use substring-no-properties.
1373
1374 2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
1375
1376 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1377 Add support for the Maden build tool.
1378
1379 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
1380
1381 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
1382
1383 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
1384
1385 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
1386
1387 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
1388
1389 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
1390 C-x C-q.
1391
1392 * vc-git.el (vc-git-print-log): Fix previous change.
1393
1394 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
1395
1396 * window.el (save-selected-window): Minor optimization.
1397 (bw-adjust-window): If operation failed, try with a smaller delta.
1398 (window-fixed-size-p): New function.
1399 (window-area-factor): New var.
1400 (balance-windows-area): New command.
1401
1402 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
1403 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
1404 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
1405 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
1406 (ps-mule-begin-job): Use dolist.
1407
1408 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
1409
1410 * subr.el (start-file-process-shell-command)
1411 (process-file-shell-command): New defuns.
1412
1413 * progmodes/compile.el (compilation-start):
1414 Apply `start-file-process-shell-command'.
1415
1416 2007-07-24 Alexandre Julliard <julliard@winehq.org>
1417
1418 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
1419
1420 2007-07-24 Alan Mackenzie <acm@muc.de>
1421
1422 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
1423 Initialise byte-compile-unresolved-functions before rather than
1424 after a compilation.
1425 (byte-compile-unresolved-functions): Amplify doc string.
1426
1427 2007-07-24 Glenn Morris <rgm@gnu.org>
1428
1429 * startup.el (normal-splash-screen): Use `emacs-copyright'.
1430
1431 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
1432 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
1433 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
1434 (cal-tex-cursor-week, cal-tex-cursor-week2)
1435 (cal-tex-cursor-week-iso, cal-tex-week-hours)
1436 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
1437 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1438 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
1439
1440 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
1441 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
1442 (cal-tex-day-name-format, cal-tex-cal-one-month)
1443 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
1444 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
1445 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
1446 (cal-tex-list-holidays, cal-tex-cursor-year)
1447 (cal-tex-cursor-year-landscape, cal-tex-year)
1448 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
1449 (cal-tex-cursor-month, cal-tex-insert-days)
1450 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
1451 (cal-tex-first-blank-p, cal-tex-cursor-week)
1452 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
1453 (cal-tex-week-hours, cal-tex-cursor-week-monday)
1454 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
1455 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
1456 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
1457 (cal-tex-latexify-list, cal-tex-previous-month)
1458 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
1459 modernization, including using dotimes rather than
1460 calendar-for-loop.
1461 (cal-tex-LaTeX-subst-list): Remove `@'.
1462 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
1463 Use \textit and \textbf rather than \em and \it.
1464
1465 * calendar/cal-bahai.el (list-bahai-diary-entries)
1466 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
1467 * calendar/cal-islam.el (list-islamic-diary-entries)
1468 * calendar/calendar.el (generate-calendar, generate-calendar-month)
1469 * calendar/diary-lib.el (diary-list-entries)
1470 (mark-calendar-date-pattern): Use `dotimes' rather than
1471 `calendar-for-loop'.
1472
1473 * calendar/calendar.el (calendar-for-loop): Doc fix.
1474
1475 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
1476
1477 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
1478 underlying file is uptodate.
1479
1480 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
1481
1482 * replace.el (perform-replace): Use isearch-no-upper-case-p.
1483
1484 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
1485
1486 * vc-hooks.el (vc-mode-line-map): New const.
1487 (vc-mode-line): Use it.
1488
1489 2007-07-23 Alexandre Julliard <julliard@winehq.org>
1490
1491 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
1492 (vc-git-unregister): New functions.
1493 (vc-git-find-version): Use the result of ls-files as a parameter
1494 for cat-file.
1495
1496 2007-07-23 Michael Albinus <michael.albinus@gmx.de>
1497
1498 * net/tramp.el (tramp-perl-file-attributes)
1499 (tramp-perl-directory-files-and-attributes)
1500 (tramp-handle-file-attributes-with-stat)
1501 (tramp-handle-directory-files-and-attributes-with-stat)
1502 (tramp-convert-file-attributes): Handle huge file sizes.
1503
1504 2007-07-23 Juri Linkov <juri@jurta.org>
1505
1506 * isearch.el (isearch-message-function): New variable.
1507 (isearch-update, isearch-search): Use it.
1508
1509 * simple.el (goto-history-element): New function created from
1510 next-history-element.
1511 (next-history-element): Most code moved to goto-history-element.
1512 Call goto-history-element with (- minibuffer-history-position n).
1513 (previous-history-element): Call goto-history-element with (+
1514 minibuffer-history-position n).
1515 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
1516 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
1517 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
1518 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
1519 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
1520 (minibuffer-history-isearch-pop-state): New functions.
1521
1522 2007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
1523
1524 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
1525 Also, if FILE is a list, return non-nil if any of its elements
1526 should stay local. Update docstring.
1527
1528 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
1529
1530 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
1531 change by reverting a small part.
1532
1533 2007-07-23 Richard Stallman <rms@gnu.org>
1534
1535 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
1536
1537 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
1538
1539 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
1540 handling it. Use vc-git-command.
1541 (vc-git-find-version, vc-git-diff-tree): New functions.
1542 (vc-git-revert): Use vc-git-command.
1543 (vc-git--run-command): Delete.
1544
1545 2007-07-23 Alexandre Julliard <julliard@winehq.org>
1546
1547 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
1548
1549 2007-07-20 Kenichi Handa <handa@m17n.org>
1550
1551 * international/utf-8.el (utf-8-post-read-conversion):
1552 Temporarily bind utf-8-compose-scripts to nil while running
1553 *-compose-region functions.
1554
1555 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
1556
1557 * vc-git.el: Update status.
1558 (vc-directory-exclusion-list): Use eval-after-load.
1559
1560 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
1561
1562 * bindings.el (mode-line-remote): New variable.
1563 (help-echo): Add to default values of mode-line-format.
1564
1565 * files.el: Mark mode-line-remote as risky.
1566
1567 2007-07-22 Juri Linkov <juri@jurta.org>
1568
1569 * isearch.el (isearch-edit-string): Save old point and
1570 isearch-other-end to old-point and old-other-end before reading
1571 the search string from minibuffer. After exiting minibuffer set
1572 point to old-other-end if point and the search direction is the
1573 same as before reading the search string.
1574 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
1575 to isearch-other-end. Instead of isearch-search-and-update call
1576 three functions isearch-search, isearch-push-state and isearch-update.
1577
1578 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
1579
1580 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
1581 deal with multiple file arguments.
1582 (vc-git-print-log): Deal with multiple file arguments.
1583
1584 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
1585
1586 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
1587 diff-refine-hunk. Adjust users.
1588 (diff-unified-hunk-p, diff-splittable-p): New functions.
1589 (diff-mode-menu): Use it to disable Split when it doesn't work.
1590
1591 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
1592
1593 * diff-mode.el (diff-mode-menu): New entries.
1594
1595 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
1596
1597 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
1598 if applicable, so as to save undo-log space.
1599
1600 * diff-mode.el (diff-find-file-name): Add arg `batch'.
1601
1602 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
1603 (diff-file-kill): Use it.
1604 (diff-beginning-of-hunk): Add arg `try-harder' using it.
1605 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
1606 Use it so they find the hunk even when we're in the file header.
1607
1608 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
1609
1610 * vc-git.el (vc-git-revision-granularity, vc-git-root)
1611 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
1612 (vc-git-create-repo): New functions.
1613 (vc-git-registered): New autoloaded function definition.
1614 (vc-git-registered): Use vc-git-root.
1615 (vc-git-responsible-p): New defalias.
1616 (vc-git-annotate-extract-revision-at-line): Uncomment.
1617 (vc-git-print-log): Add the file name to the log.
1618 (vc-git-log-view-mode): New derived mode.
1619 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
1620
1621 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
1622
1623 * progmodes/grep.el (grep-compute-defaults): Keep default values.
1624
1625 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
1626
1627 * textmodes/reftex.el (reftex-access-parse-file): Create parse
1628 file in a way that does not interfere with recentf mode.
1629 (reftex-access-parse-file): Do not risk destroying an existing
1630 buffer.
1631
1632 2007-07-22 Alexandre Julliard <julliard@winehq.org>
1633
1634 * vc-git.el: New file.
1635
1636 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
1637
1638 * textmodes/tex-mode.el (tex-font-script-display): Change default.
1639
1640 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
1641
1642 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
1643 for branches and new files.
1644
1645 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
1646 local-map handling ...
1647 (vc-mode-line): ... here. Improve handling of help-echo.
1648
1649 * vc.el (mode-line-string): Document help-echo usage.
1650
1651 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
1652
1653 Sync with Tramp 2.1.10.
1654
1655 * net/tramp.el (tramp-get-ls-command): Fix typo.
1656
1657 * net/trampver.el: Update release number.
1658
1659 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1660
1661 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
1662
1663 * term/x-win.el (x-handle-no-bitmap-icon): New function.
1664
1665 2007-07-22 Martin Rudalics <rudalics@gmx.at>
1666
1667 * add-log.el (change-log-fill-parenthesized-list): New function.
1668 (change-log-indent): Call change-log-fill-parenthesized-list.
1669 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
1670 Have lines with leading asterisk start a paragraph.
1671
1672 2007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
1673
1674 * calc/calc-math.el (math-emacs-precision)
1675 (math-largest-emacs-expt, math-smallest-emacs-expt):
1676 New variables.
1677 (math-use-emacs-fn): New function.
1678 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
1679 appropriate.
1680
1681 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
1682
1683 * image-dired.el (image-dired-sane-db-file): New func.
1684 (image-dired-write-tags, image-dired-remove-tag)
1685 (image-dired-list-tags, image-dired-write-comments)
1686 (image-dired-get-comment, image-dired-mark-tagged-files)
1687 (image-dired-create-gallery-lists): Call new func.
1688 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
1689
1690 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
1691
1692 * vc-hg.el (vc-hg-dir-state): Fix loop.
1693 (vc-hg-print-log): Fix expected return value for vc-hg-command.
1694 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
1695 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
1696 (vc-hg-revert): Likewise.
1697 (vc-hg-revision-table, vc-hg-revision-completion-table): New
1698 functions.
1699
1700 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
1701
1702 * add-log.el (change-log-resolve-conflict): Don't lose data if the
1703 merge fails.
1704
1705 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
1706
1707 * progmodes/compile.el (compilation-auto-jump-to-first-error):
1708 Add group and version.
1709
1710 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
1711
1712 * add-log.el (add-log-file-name): Use file-relative-name.
1713 (add-change-log-entry): Delay reading
1714 add-log-(full-name|mailing-address) to after we've switched to the
1715 ChangeLog buffer so we get the right value.
1716 (add-change-log-entry, add-log-current-defun, change-log-merge):
1717 Use derived-mode-p rather than checking major-mode directly.
1718
1719 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
1720 name for buffer-file-name if it refers to a directory.
1721
1722 * vc-arch.el (vc-arch-diff): Fix last change.
1723
1724 * progmodes/compile.el (compilation-start): Remember the original
1725 directory in a buffer-local compilation-directory.
1726 (compile): Set the global value of compilation-directory.
1727 (recompile): Use compilation-directory even in the compilation buffer.
1728
1729 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
1730
1731 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
1732
1733 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1734
1735 * ps-print.el: Problem with foreground and background color when
1736 printing a buffer with and without faces. Reported by Christian
1737 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
1738 (ps-print-version): New version 6.7.5.
1739 (ps-default-fg): Change default value to nil, so black color is used
1740 when a face does not specify a foreground color.
1741 (ps-default-bg): Change default value to nil, so white color is used
1742 for background color.
1743 (ps-begin-job): Fix code.
1744
1745 2007-07-20 Eli Zaretskii <eliz@gnu.org>
1746
1747 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
1748 in $(INSTALL_DIR)/lisp/ if they already exist.
1749
1750 2007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
1751
1752 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
1753 in $(INSTALL_DIR)/lisp/ if they already exist.
1754
1755 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
1756
1757 * progmodes/vera-mode.el (vera-re-search-forward)
1758 (vera-re-search-backward): Remove use of store-match-data.
1759 (vera-mode-map): Move initialization into declaration.
1760
1761 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
1762 (flymake-find-buildfile): Use locate-dominating-file.
1763
1764 * vc.el (vc-delistify): Use mapconcat.
1765 (vc-do-command): Minor simplification.
1766 (vc-expand-dirs): Use push.
1767
1768 * vc-mcvs.el (vc-mcvs-create-repo):
1769 * vc-cvs.el (vc-cvs-create-repo): Remove.
1770
1771 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
1772 directory and the root as well.
1773
1774 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
1775
1776 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
1777 instead of a file.
1778
1779 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
1780 (vc-hg-registered): Replace if with when.
1781 (vc-hg-state): Deal with nonexistent files and handle removed files.
1782 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
1783 (vc-hg-checkout): Re-enable.
1784 (vc-hg-create-repo): Fix typos.
1785 (vc-hg-print-log): Fix for multiple files.
1786 (vc-hg-workfile-unchanged-p): New function.
1787
1788 * vc.el: Fix typo.
1789 (vc-print-log): Fix call to print-log.
1790 (vc-default-comment-history): Likewise.
1791 (vc-directory-exclusion-list): Add .hg and .bzr.
1792 (vc-diff-internal): Pass a list instead of a file.
1793
1794 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
1795
1796 * vc-bzr.el (vc-bzr-create-repo): New function.
1797
1798 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
1799
1800 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
1801 `file' from which to start the search.
1802
1803 2007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
1804
1805 * vc-cvs.el: vc-cvs-checkin had some reference problems, now fixed.
1806
1807 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
1808
1809 * files.el (locate-dominating-file): New function.
1810
1811 2007-07-18 Michael Albinus <michael.albinus@gmx.de>
1812
1813 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
1814 (grep-compute-defaults): Use it.
1815
1816 2007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
1817
1818 * uniquify.el: Docstring fixes.
1819
1820 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
1821
1822 * vc-hooks.el: Generalize stay-local-p to operate on lists of
1823 files. Change two keybindings to point to new function names.
1824 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-hg.el, vc-mcvs.el, vc-rcs.el,
1825 vc-sccs.el, vc-svn.el: These now implement the NewVC-fileset.
1826 * vc.el: Adapted for NewVC-fileset, but no functional changes yet.
1827
1828 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
1829
1830 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
1831 (follow-delete-other-windows-and-split, follow-recenter)
1832 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
1833 (follow-redisplay, follow-estimate-first-window-start)
1834 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
1835 Fix typos in docstrings.
1836
1837 2007-07-18 Martin Rudalics <rudalics@gmx.at>
1838
1839 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
1840 avoid that filling introduces lines with a single asterisk.
1841
1842 * kmacro.el (kmacro-end-macro): When ignoring empty macro
1843 avoid incorrect kmacro-ring-empty-p messages.
1844 Reported by Michael Schierl <schierlm@gmx.de>.
1845
1846 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
1847
1848 * vc.el: Add more info about the vc-registered function.
1849
1850 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
1851
1852 * files.el (file-remote-p): Introduce optional parameter
1853 IDENTIFICATION.
1854
1855 * recentf.el (recentf-keep-default-predicate): Adapt call of
1856 `file-remote-p'.
1857
1858 * progmodes/grep.el (grep-probe): Use `process-file'.
1859 (grep-compute-defaults): Handle variables host specific.
1860
1861 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
1862 parameter IDENTIFICATION.
1863
1864 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
1865 parameter IDENTIFICATION.
1866 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
1867 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
1868 Add entry for `set-file-times'.
1869 (tramp-do-copy-or-rename-file-via-buffer)
1870 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
1871 (tramp-handle-unhandled-file-name-directory): Rewrite.
1872 (tramp-convert-file-attributes): Add error handling when inode is
1873 extraordinary big.
1874 (tramp-get-inode): Change parameter from FILE to VEC.
1875 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
1876 is nil. This is according to the specification. Goto (point-max)
1877 when ready.
1878 (tramp-handle-shell-command): Rewrite completely, using
1879 `process-file' and `start-file-process'.
1880 (tramp-methods, tramp-find-shell)
1881 (tramp-open-connection-setup-interactive-shell)
1882 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
1883 var. Reported by Steve Youngs <steve@sxemacs.org>.
1884
1885 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
1886 entry for `set-file-times'. Rename `start-process' into
1887 `start-file-process'. Remove `call-process' entry.
1888 (tramp-fish-handle-set-file-times): New defun.
1889 (tramp-fish-handle-executable-find): Use `process-file'.
1890 (tramp-fish-handle-process-file): New defun. Replaces
1891 `tramp-fish-handle-call-process'.
1892 (tramp-fish-do-copy-or-rename-file-directly): Use
1893 `set-file-times'.
1894 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
1895
1896 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
1897 `tramp-get-inode' parameter.
1898
1899 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
1900
1901 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
1902 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
1903 nowadays, and by the time Emacs-23 comes out, nobody will even remember
1904 it has ever existed.
1905
1906 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
1907
1908 * vc.el: Undo previous change.
1909
1910 2007-07-16 Eli Zaretskii <eliz@gnu.org>
1911
1912 * makefile.w32-in (clean): Don't delete *~.
1913
1914 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
1915
1916 * textmodes/tex-mode.el (tex-verbatim-environments):
1917 Add safe-local-variable property.
1918 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
1919 when starting font-lock rather than when loading tex-mode.el.
1920
1921 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
1922 whole $( rather than just the $. Rename from sh-quoted-subshell.
1923 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
1924
1925 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
1926
1927 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
1928 bookmark-alist. Instead, if not sorting, simply return it.
1929 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
1930 for its return value, not for its side effect.
1931
1932 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
1933 case of alignment under a constant symbol, find and consider
1934 the sexp actually at indentation to be the "last sexp".
1935
1936 2007-07-16 Drew Adams <drew.adams@oracle.com>
1937
1938 * mouse.el (mouse-yank-secondary): Better error message if no
1939 secondary selection.
1940
1941 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
1942
1943 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
1944
1945 * term/xterm.el (xterm-turn-on-modify-other-keys)
1946 (xterm-turn-off-modify-other-keys): New functions.
1947 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
1948 terminal supports it.
1949
1950 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
1951
1952 * bookmark.el (bookmark-show-all-annotations):
1953 Make sure each inserted annotation ends with newline.
1954
1955 2007-07-15 Richard Stallman <rms@gnu.org>
1956
1957 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
1958
1959 * tutorial.el (tutorial--find-changed-keys):
1960 Handle C-x specially like ESC.
1961
1962 2007-07-15 Aaron Hawley <aaronh@garden.org>
1963
1964 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
1965
1966 2007-07-15 Juri Linkov <juri@jurta.org>
1967
1968 * delsel.el (delete-selection-pre-hook):
1969 * emulation/cua-base.el (cua-paste): Before a yank command,
1970 check also whether last-command is one of mouse-save-then-kill,
1971 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
1972
1973 2007-07-15 Michael Albinus <michael.albinus@gmx.de>
1974
1975 * recentf.el (recentf-keep-default-predicate): New defun.
1976 (recentf-keep): Use it as initial value.
1977
1978 2007-07-15 Karl Fogel <kfogel@red-bean.com>
1979
1980 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
1981 thus restoring bookmark bindings to three slots under C-x r. See
1982 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
1983
1984 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
1985
1986 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
1987
1988 2007-07-15 Jason Rumney <jasonr@gnu.org>
1989
1990 * w32-fns.el (set-default-process-coding-system): Use dos line ends
1991 for input to cmdproxy on all versions of Windows.
1992 Use dos line ends for input to plink.
1993
1994 * comint.el (comint-simple-send): Concat newline before sending.
1995 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
1996
1997 2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
1998
1999 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
2000 safe-local-variable setting.
2001
2002 2007-07-14 David Kastrup <dak@gnu.org>
2003
2004 * emacs-lisp/advice.el (defadvice): Doc fix.
2005
2006 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
2007
2008 * subr.el (when, unless): Doc fix.
2009
2010 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
2011
2012 * replace.el (match): Use yellow1 instead of yellow.
2013
2014 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
2015
2016 * pcvs-info.el (cvs-unknown): Likewise.
2017
2018 2007-07-13 Eli Zaretskii <eliz@gnu.org>
2019
2020 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
2021 (install): Use them to copy all *.el files before *.elc.
2022
2023 2007-07-13 Drew Adams <drew.adams@oracle.com>
2024
2025 * bookmark.el (bookmark-jump-other-window): New function.
2026 (bookmark-map): Bind it to "o".
2027
2028 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
2029 and its thread contains discussion about this change.
2030 The original patch was slightly tweaked by Karl Fogel
2031 <kfogel@red-bean.com> before committing.
2032
2033 2007-07-13 Karl Fogel <kfogel@red-bean.com>
2034
2035 * bookmark.el: Shorten some comments to fit within 80 lines.
2036
2037 2007-07-13 Karl Fogel <kfogel@red-bean.com>
2038
2039 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
2040 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
2041 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
2042 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
2043
2044 2007-07-13 Carsten Dominik <dominik@science.uva.nl>
2045
2046 * textmodes/org.el: Bug fixes.
2047 (org-end-of-line): Move to end of line if in headline without tags.
2048
2049 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
2050
2051 * vc-hooks.el: Remove spurious * in docstrings.
2052 (vc-handled-backends): Add BZR.
2053
2054 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
2055
2056 2007-07-12 Davis Herring <herring@lanl.gov>
2057
2058 * desktop.el (desktop-buffer-info, desktop-save):
2059 Use `desktop-dirname' instead of `dirname'.
2060
2061 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
2062
2063 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
2064
2065 * progmodes/python.el (python-which-func-length-limit): New var.
2066 (python-which-func): New function.
2067 (python-current-defun): Add optional `length-limit' and try to fit
2068 computed function name to that length.
2069 (python-mode): Hook `python-which-func' up.
2070
2071 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
2072
2073 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
2074
2075 * comint.el (comint-dynamic-complete-as-filename):
2076 Use read-file-name-completion-ignore-case.
2077
2078 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
2079
2080 * comint.el (comint-dynamic-list-filename-completions):
2081 Use read-file-name-completion-ignore-case.
2082
2083 * vc-cvs.el: Require CL.
2084 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
2085 New functions to provide completion of revision names.
2086
2087 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
2088 (vc-cvs-annotate-first-line-re): New const.
2089 (vc-cvs-annotate-process-filter): New fun.
2090 (vc-cvs-annotate-command): Use them and run the command asynchronously.
2091
2092 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
2093
2094 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
2095 (eldoc-print-current-symbol-info): Adjust for changed helper
2096 function signatures.
2097 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
2098 `eldoc-highlight-function-argument'.
2099 (eldoc-highlight-function-argument): New function.
2100 (eldoc-get-var-docstring): Format documentation with
2101 `font-lock-variable-name-face'.
2102 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
2103 where suited.
2104 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
2105 (eldoc-beginning-of-sexp): Return number of skipped sexps.
2106
2107 2007-07-11 Michael Albinus <michael.albinus@gmx.de>
2108
2109 * progmodes/compile.el (compilation-start): `start-process' must
2110 still be redefined when calling `start-process-shell-command'.
2111
2112 * progmodes/gud.el (gud-file-name): When `default-directory' is a
2113 remote file name, prepend its remote part to the filename.
2114 (gud-common-init): When `default-directory' is a remote file name,
2115 make the filename relative to it.
2116 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
2117
2118 2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
2119
2120 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
2121 mouse binding and a tooltip.
2122
2123 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
2124
2125 * menu-bar.el (vc-menu-map): New defalias.
2126
2127 2007-07-10 Richard Stallman <rms@gnu.org>
2128
2129 * emacs-lisp/lisp-mode.el (eval-defun):
2130 Explain special handling of `defface'.
2131
2132 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
2133
2134 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
2135
2136 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
2137
2138 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
2139
2140 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
2141
2142 * vc-arch.el (vc-arch-complete): Remove.
2143 (vc-arch-revision-completion-table): Use complete-with-action.
2144
2145 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
2146 (complete-with-action): New function.
2147 (dynamic-completion-table): Use it.
2148
2149 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
2150
2151 * comint.el (make-comint, make-comint-in-buffer)
2152 (comint-exec-1): Replace `start-process' by `start-file-process'.
2153
2154 * progmodes/compile.el (compilation-start): Revert redefining
2155 `start-process'.
2156
2157 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
2158
2159 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
2160 with EOLs when generating MD5 checksums.
2161
2162 * follow.el: Don't change the global map from the follow-mode-map
2163 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
2164 XEmacs code.
2165 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
2166 since `follow-mode' should be used instead for that.
2167
2168 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
2169 (easy-menu-do-define): Use it.
2170 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
2171
2172 * progmodes/compile.el (compilation-auto-jump-to-first-error)
2173 (compilation-auto-jump-to-next): New vars.
2174 (compilation-auto-jump): New function.
2175 (compilation-error-properties): Use them to jump to first error.
2176 (compilation-start): Set the var if requested.
2177
2178 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
2179 duplicates without also removing entries from other directories.
2180
2181 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
2182
2183 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
2184 Remember span as default.
2185 (org-columns-edit-value): Rename from `org-column-edit'.
2186 (org-columns-display-here-title): Rename from
2187 `org-overlay-columns-title'.
2188 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
2189 (org-columns-get-autowidth-alist): Rename from
2190 `org-get-columns-autowidth-alist'.
2191 (org-columns-display-here): Rename from `org-overlay-columns'.
2192 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
2193 (org-columns-quit): Rename from `org-column-quit'.
2194 (org-columns-show-value): Rename from `org-column-show-value'.
2195 (org-columns-content, org-columns-widen)
2196 (org-columns-next-allowed-value)
2197 (org-columns-edit-allowed, org-columns-store-format)
2198 (org-columns-uncompile-format, org-columns-redo)
2199 (org-columns-edit-attributes, org-delete-property)
2200 (org-set-property, org-columns-update)
2201 (org-columns-compute, org-columns-eval)
2202 (org-columns-not-in-agenda, org-columns-compute-all)
2203 (org-property-next-allowed-value)
2204 (org-columns-compile-format)
2205 (org-fill-paragraph-experimental)
2206 (org-string-to-number, org-property-action)
2207 (org-columns-move-left, org-columns-new)
2208 (org-column-number-to-string)
2209 (org-property-previous-allowed-value)
2210 (org-at-property-p, org-columns-delete)
2211 (org-columns-previous-allowed-value)
2212 (org-columns-move-right, org-columns-narrow)
2213 (org-property-get-allowed-values)
2214 (org-verify-version, org-column-string-to-number)
2215 (org-delete-property-globally): New functions.
2216 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
2217 (org-columns-overlays): Rename from `org-column-overlays'.
2218 (org-columns-map): Rename from `org-column-map'.
2219 (org-columns-current-maxwidths): Rename from
2220 `org-current-columns-maxwidths'.
2221 (org-columns-begin-marker, org-columns-current-fmt-compiled)
2222 (org-previous-header-line-format)
2223 (org-columns-inhibit-recalculation)
2224 (org-columns-top-level-marker): New variables.
2225 (org-columns-default-format): Rename from `org-default-columns-format'.
2226 (org-property-re): New constant.
2227
2228 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
2229
2230 * subr.el (looking-at-p, string-match-p): New functions.
2231
2232 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
2233
2234 * textmodes/tex-mode.el (tex-fontify-script)
2235 (tex-font-script-display): New variables to make display of
2236 superscripts and subscripts customizable.
2237 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
2238
2239 2007-07-09 Richard Stallman <rms@gnu.org>
2240
2241 * isearch.el (isearch-edit-string): Call to isearch-push-state
2242 after the search.
2243
2244 2007-07-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2245
2246 * window.el (fit-window-to-buffer): Remove setting of window-min-height
2247 to 1 as enlarge-window uses the value to resize/shrink windows other
2248 than WINDOW if needed.
2249
2250 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
2251
2252 * cus-start.el (file-coding-system-alist): Fix custom type.
2253
2254 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
2255
2256 * longlines.el (longlines-wrap-region): Avoid marking buffer as
2257 modified.
2258 (longlines-auto-wrap, longlines-window-change-function):
2259 Remove unnecessary calls to set-buffer-modified-p.
2260
2261 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
2262
2263 * cus-start.el (file-coding-system-alist): Fix custom type.
2264
2265 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
2266
2267 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
2268 (vc-cvs-checkout): Remove last arg now unused; simplify.
2269
2270 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
2271
2272 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
2273
2274 * net/tramp.el:
2275 * net/tramp-ftp.el:
2276 * net/tramp-smb.el:
2277 * net/tramp-uu.el:
2278 * net/trampver.el: Migrate to Tramp 2.1.
2279
2280 * net/tramp-cache.el:
2281 * net/tramp-fish.el:
2282 * net/tramp-gw.el: New Tramp packages.
2283
2284 * net/tramp-util.el:
2285 * net/tramp-vc.el: Removed.
2286
2287 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process
2288 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
2289
2290 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
2291
2292 * progmodes/compile.el (compilation-start): Redefine
2293 `start-process' temporarily when `default-directory' is remote.
2294 Remove case of synchronous compilation, this won't happen ever.
2295 (compilation-setup): Make local variable `comint-file-name-prefix'
2296 for remote compilation.
2297
2298 2007-07-08 Martin Rudalics <rudalics@gmx.at>
2299
2300 * novice.el (disabled-command-function): Fit window to buffer to
2301 make last line visible.
2302 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
2303
2304 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
2305 when handling the terminating event.
2306
2307 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
2308
2309 * calc/calc.el (math-read-number-simple): Remove leading 0s.
2310 (math-bignum-digit-length): Change to optimal value.
2311
2312 * calc/calc-bin.el (math-bignum-logb-digit-size)
2313 (math-bignum-digit-power-of-two): Evaluate when compiled.
2314
2315 * calc/calc-comb.el (math-small-factorial-table)
2316 (math-init-random-base, math-prime-test): Remove unnecessary calls
2317 to `math-read-number-simple'.
2318
2319 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
2320 (math-approx-gamma-const): Add docstrings.
2321
2322 * calc/calc-forms.el (math-julian-date-beginning)
2323 (math-julian-date-beginning-int): New constants.
2324 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
2325 Use the new constants.
2326
2327 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
2328
2329 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
2330 Add docstrings.
2331
2332 2007-07-07 Tom Tromey <tromey@redhat.com>
2333
2334 * vc.el (vc-annotate): Jump to line and output message only after the
2335 process is really all done.
2336
2337 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
2338
2339 * vc.el (vc-exec-after): Don't move point from the sentinel.
2340 Forcefully read all the remaining text in the pipe upon process exit.
2341 (vc-annotate-display-autoscale, vc-annotate-lines):
2342 Don't stop at the first unrecognized line.
2343 (vc-annotate-display-select): Run autoscale after the process is done
2344 since it depends on the whole result.
2345
2346 2007-07-07 Eli Zaretskii <eliz@gnu.org>
2347
2348 * term/w32-win.el (menu-bar-open): New function.
2349 Bind <f10> to it.
2350
2351 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
2352
2353 * simple.el (start-file-process): New defun.
2354
2355 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
2356
2357 * files.el (find-file-confirm-nonexistent-file): Rename from
2358 find-file-confirm-inexistent-file. Update users.
2359
2360 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
2361 format of autoload block where the file's time-stamp is replaced by its
2362 MD5 checksum.
2363 (autoload-generate-file-autoloads): Use MD5 checksum instead of
2364 time-stamp for secondary autoloads files.
2365 (update-directory-autoloads): Remove duplicate entries.
2366 Use time-less-p for time-stamps, as done in autoload-find-destination.
2367
2368 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
2369
2370 * calc/calc.el (math-read-number): Replace number by variable.
2371 (math-read-number-simple): Properly parse small integers.
2372
2373 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
2374
2375 * vc.el: Fix doc for the checkout function.
2376
2377 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
2378
2379 * vc-hg.el (vc-hg-root): New function.
2380 (vc-hg-registered): Use it.
2381 (vc-hg-diff-tree): New defalias.
2382 (vc-hg-responsible-p): Likewise.
2383 (vc-hg-checkout): Comment out, not needed.
2384 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
2385 (vc-hg-find-version, vc-hg-next-version): New functions.
2386
2387 2007-07-06 Andreas Schwab <schwab@suse.de>
2388
2389 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
2390 dynamic bindings around the evaluation of the expression.
2391 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
2392
2393 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
2394
2395 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
2396 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
2397 Use run-hooks rather than run-mode-hooks.
2398
2399 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
2400
2401 * calc/calc-comb.el (math-random-digit): Rename to
2402 `math-random-three-digit-number'.
2403 (math-random-digits): Don't depend on representation of integer.
2404
2405 * calc/calc-bin.el (math-bignum-logb-digit-size)
2406 (math-bignum-digit-power-of-two): New constants.
2407 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
2408 (math-not-bignum, math-clip-bignum): Use the constants
2409 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
2410 instead of their values.
2411 (math-clip): Use math-small-integer-size instead of its value.
2412
2413 * calc/calc.el (math-add-bignum): Replace number by constant.
2414
2415 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
2416
2417 * wid-edit.el (widget-documentation-string-value-create):
2418 Insert indentation spaces.
2419
2420 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
2421
2422 * emacs-lisp/byte-opt.el: Revert last change.
2423
2424 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
2425
2426 * vc-hooks.el (vc-handled-backends): Add HG.
2427
2428 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
2429
2430 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
2431
2432 * complete.el (PC-do-complete-and-exit): Add support for the new
2433 `confirm-only' confirmation mode.
2434
2435 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
2436
2437 * cus-edit.el (custom-commands): New variable.
2438 (custom-tool-bar-map): New variable. Initialize using
2439 `custom-commands'.
2440 (custom-mode): Use `custom-tool-bar-map'.
2441 (custom-buffer-create-internal): Insert action buttons only if
2442 tool bar is not used. Use `custom-commands'.
2443 (Custom-help, custom-command-apply): New function.
2444 (custom-command-apply, Custom-set, Custom-save)
2445 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
2446 Use `custom-command-apply' instead of duplicating code.
2447 (customize-group-other-window): Call `customize-group' instead of
2448 duplicating code.
2449 (customize-face-other-window): Call `customize-face' instead of
2450 duplicating code.
2451 (customize-group, customize-face): Add optional args for opening
2452 in another window.
2453 (custom-variable-tag): Don't inherit `variable-pitch' face.
2454 (custom-group-tag): Inherit `variable-pitch' face.
2455 (custom-variable-value-create): Set documentation indentation.
2456 (custom-group-value-create): Make group name a link, instead of
2457 using an extra "go to group" button.
2458 (custom-prompt-variable, custom-group-set, custom-group-save)
2459 (custom-group-reset-current, custom-group-reset-saved)
2460 (custom-group-reset-standard): Minor cleanup.
2461
2462 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
2463
2464 * Makefile.in (bootstrap-prepare): When copying from
2465 ldefs-boot.el, make sure loaddefs.el is writeable.
2466
2467 (bootstrap-prepare): Make $(lisp)/ps-print.el
2468 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
2469
2470 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
2471
2472 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
2473 only caller, and delete.
2474 (vc-hg-state): Deal with exceptions and only parse the output on
2475 successful return.
2476 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
2477 caller, and delete.
2478 (vc-hg-workfile-version): Deal with exceptions and only parse the
2479 output on successful return.
2480 (vc-hg-revert): New function.
2481
2482 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
2483
2484 * calculator.el (calculator-expt): Use more cases to determine
2485 the value.
2486
2487 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
2488
2489 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
2490 file names.
2491
2492 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
2493
2494 * calculator.el (calculator-expt, calculator-integer-p):
2495 New functions.
2496 (calculator-fact): Check to see if the factorial will be too
2497 large before computing it.
2498 (calculator-initial-operators): Use `calculator-expt' to
2499 compute "^".
2500 (calculator-mode): Mention that results which are too large
2501 will return inf.
2502 * calc/calc-comb.el (math-small-factorial-table): Replace list
2503 by vector.
2504
2505 2007-07-03 David Kastrup <dak@gnu.org>
2506
2507 * shell.el: On request of the authors, remove their addresses for
2508 the sake of bug reports, and add the developer list address as
2509 maintainer information.
2510
2511 2007-07-03 Richard Stallman <rms@gnu.org>
2512
2513 * files.el (make-directory): Doc fix.
2514 (find-file-confirm-inexistent-file): Make it a defcustom.
2515 Make nil the default.
2516
2517 2007-07-02 Richard Stallman <rms@gnu.org>
2518
2519 * startup.el (command-line): Set buffer-offer-save in *scratch*
2520 and enable auto-save in it.
2521
2522 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
2523
2524 * textmodes/org.el (orgstruct-mode-map): New variable.
2525 (orgstruct-mode): New minor mode.
2526 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
2527 (orgstruct-make-binding, org-context-p, org-get-local-variables)
2528 (org-run-like-in-org-mode): New functions.
2529 (org-cycle-list-bullet): New command.
2530 (org-special-properties, org-property-start-re)
2531 (org-property-end-re): New constants.
2532 (org-with-point-at): New macro.
2533 (org-get-property-block, org-entry-properties, org-entry-get)
2534 (org-entry-delete, org-entry-get-with-inheritance)
2535 (org-entry-put, org-buffer-property-keys): New functions.
2536 (org-insert-property-drawer): New command.
2537 (org-entry-property-inherited-from): New variable.
2538 (org-column): New face.
2539 (org-column-overlays, org-current-columns-fmt)
2540 (org-current-columns-maxwidths, org-column-map): New variables.
2541 (org-column-menu): New menu.
2542 (org-new-column-overlay, org-overlay-columns)
2543 (org-overlay-columns-title, org-remove-column-overlays)
2544 (org-column-show-value, org-column-quit, org-column-edit): New
2545 functions.
2546 (org-columns, org-agenda-columns): New commands.
2547 (org-get-columns-autowidth-alist): New functions.
2548 (org-properties): New customize group.
2549 (org-default-columns-format): New option.
2550 (org-priority): Realign tags after changing priority.
2551 (org-preserve-lc): New macro.
2552 (org-update-checkbox-count): Catch case when there is no headline.
2553 (org-agenda-quit): Remove any column overlays.
2554 (org-beginning-of-item-list): Fixed bug when non-item line is
2555 indented too deep.
2556 (org-cached-props): New variable.
2557 (org-cached-entry-get): New function.
2558 (org-make-tags-matcher): Handle property matches.
2559 (org-table-recalculate): Swap evaluation order: Field formula
2560 first, then column formulas, but don't allow them to overwrite the
2561 field formulas.
2562 (org-table-eval-formula): New argument untouchable.
2563 (org-table-put-field-property): New function.
2564
2565 2007-07-02 Martin Rudalics <rudalics@gmx.at>
2566
2567 * help-mode.el (help-make-xrefs): Skip spaces too when
2568 skipping tabs.
2569
2570 * ffap.el (dired-at-point-prompter): Improve prompt in
2571 list-directory case.
2572
2573 2007-07-01 Richard Stallman <rms@gnu.org>
2574
2575 * files.el (find-file-visit-truename): Fix safe-local-variable value.
2576
2577 2007-07-01 Richard Stallman <rms@gnu.org>
2578
2579 * cus-start.el (max-mini-window-height): Added.
2580
2581 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
2582
2583 * complete.el (partial-completion-mode): Remove advice of
2584 read-file-name-internal.
2585 (PC-do-completion): Rebind minibuffer-completion-table.
2586 (PC-read-file-name-internal): New function doing what
2587 read-file-name-internal advice did.
2588
2589 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
2590
2591 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
2592 property on a few symbols.
2593 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
2594 (byte-optimize-lapcode): Remove bindings that are not referenced
2595 and certainly will not effect through dynamic scoping.
2596
2597 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
2598
2599 * files.el (find-file-confirm-inexistent-file): New var.
2600 (find-file, find-file-other-window, find-file-other-frame)
2601 (find-file-read-only, find-file-read-only-other-window)
2602 (find-file-read-only-other-frame): Use it.
2603
2604 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
2605
2606 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
2607
2608 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
2609
2610 * generic-x.el (generic-define-mswindows-modes)
2611 (generic-define-unix-modes, apache-log-generic-mode)
2612 (bat-generic-mode-keymap, java-manifest-generic-mode)
2613 (show-tabs-generic-mode): Fix typos in docstrings.
2614
2615 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
2616
2617 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
2618 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
2619 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
2620 (rcirc-print): Never ignore messages from ourself.
2621
2622 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
2623
2624 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
2625 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
2626
2627 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2628
2629 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
2630 replace-regexp-in-string.
2631
2632 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
2633
2634 * emacs-lisp/cl.el: Set edebug and indentation before loading
2635 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
2636
2637 2007-06-28 Andreas Schwab <schwab@suse.de>
2638
2639 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
2640 $(lisp)/subdirs.el.
2641
2642 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
2643
2644 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
2645 the speedbar frame if nil; that deletes the current frame or
2646 causes an error if it is the only frame.
2647 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
2648
2649 2007-06-28 Kevin Ryde <user42@zip.com.au>
2650
2651 * textmodes/nroff-mode.el: Groff \# comments.
2652 (nroff-mode-syntax-table): \# comment intro,
2653 plain # as punct per global table.
2654 (nroff-font-lock-keywords): Add # as a single char escape.
2655 (nroff-mode): In comment-start-skip, match \#.
2656
2657 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
2658
2659 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
2660 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
2661 point-min == 1.
2662
2663 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
2664
2665 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
2666 Rename and move to...
2667
2668 * subr.el (strings->string, string->strings): ...here.
2669
2670 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
2671 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
2672
2673 * progmodes/gud.el (gud-common-init): Call string->strings instead
2674 of split-string.
2675
2676 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
2677
2678 * dired-aux.el: Remove `dired-call-process'.
2679 (dired-check-process): Call `process-file'.
2680
2681 * wdired.el (wdired-do-perm-changes): Call `process-file'.
2682
2683 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
2684 `ange-ftp-process-file'.
2685
2686 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
2687
2688 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
2689
2690 * emacs-lisp/cl-extra.el:
2691 * emacs-lisp/cl-seq.el:
2692 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
2693 Add autoload cookies on all defs autoloaded manually in cl.el.
2694
2695 * emacs-lisp/cl-loaddefs.el: New file.
2696
2697 * textmodes/texinfmt.el (texinfo-raisesections-alist)
2698 (texinfo-lowersections-alist): Merge definition and declaration.
2699 (texinfo-start-of-header, texinfo-end-of-header): Remove.
2700 (texinfo-format-syntax-table): Merge init into declaration.
2701 (texinfo-format-parse-line-args, texinfo-format-parse-args)
2702 (texinfo-format-parse-defun-args, texinfo-format-node)
2703 (texinfo-push-stack, texinfo-multitable-widths)
2704 (texinfo-define-info-enclosure, texinfo-alias)
2705 (texinfo-format-defindex, batch-texinfo-format): Use push.
2706 (texinfo-footnote-number): Remove duplicate declaration.
2707
2708 * ps-print.el: Update with auto-generated autoloads.
2709
2710 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
2711
2712 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
2713
2714 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
2715 relative to current dir for file-local settings.
2716 (autoload-generate-file-autoloads): Add `outfile' arg.
2717 (update-directory-autoloads): Use it to directly call
2718 autoload-generate-file-autoloads instead of going through
2719 update-file-autoloads so we avoid redundant searches and so we can know
2720 the set of buffers changed so we can save them all.
2721
2722 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
2723 rather than throwing `up-to-date'.
2724 (autoload-generate-file-autoloads): Adjust correspondingly.
2725 (update-file-autoloads): Be careful to let-bind
2726 autoload-modified-buffers and adjust to new calling conventions.
2727 (autoload-modified-buffers): Make it a dynamically scoped var.
2728 (update-directory-autoloads): Use file-relative-name instead of
2729 autoload-trim-file-name.
2730 (autoload-insert-section-header): Don't use autoload-trim-file-name
2731 since the file is already relative now.
2732 (autoload-trim-file-name): Remove.
2733
2734 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
2735 (vc-arch-complete, vc-arch--version-completion-table)
2736 (vc-arch-revision-completion-table): New functions to provide
2737 completion of revision names.
2738 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
2739 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
2740 to let the user trim the revlib.
2741
2742 * vc.el: Add new VC operation `revision-completion-table'.
2743 (vc-default-revision-completion-table): New function.
2744 (vc-version-diff, vc-version-other-window): Use it to provide
2745 completion of revision names if the backend provides it.
2746
2747 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
2748
2749 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
2750 of newer .svn/entries.
2751
2752 2007-06-25 David Kastrup <dak@gnu.org>
2753
2754 * calc/calc-poly.el (math-padded-polynomial)
2755 (math-partial-fractions): Add some function comments.
2756
2757 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
2758
2759 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2760 Make `outbuf' optional.
2761 (update-file-autoloads): Use it.
2762
2763 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
2764
2765 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
2766 (autoload-find-destination): Keep it uptodate.
2767 (autoload-save-buffers): New fun.
2768 (update-file-autoloads): Use it. Re-add the "up to date" message.
2769
2770 * emacs-lisp/autoload.el: Refactor for upcoming changes.
2771 (autoload-find-destination): New function extracted from
2772 update-file-autoloads.
2773 (update-file-autoloads): Use it.
2774 (autoload-generate-file-autoloads): New function extracted from
2775 generate-file-autoloads. Use file-relative-name. Delay computation of
2776 output-start to the first cookie. Remove done-any, replaced by
2777 output-start.
2778 (generate-file-autoloads): Use it.
2779
2780 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
2781
2782 * calc/calc-comb.el (math-init-random-base, math-prime-test):
2783 Use math-read-number-simple to insert constants.
2784 (math-prime-test): Redo calculation of sum.
2785
2786 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
2787
2788 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
2789 math-scale-bignum-3.
2790 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
2791 math-bignum-digit-size.
2792 (math-isqrt-small): Add another possible initial guess.
2793
2794 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2795
2796 * textmodes/bibtex.el (bibtex-entry-format): New options
2797 `whitespace', `braces', and `string'.
2798 (bibtex-field-braces-alist, bibtex-field-strings-alist)
2799 (bibtex-field-braces-opt, bibtex-field-strings-opt)
2800 (bibtex-cite-matcher-alist): New variables.
2801 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
2802 (bibtex-flash-head): Use blink-matching-delay.
2803 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
2804 (bibtex-format-entry, bibtex-reformat): Handle new options of
2805 bibtex-entry-format.
2806 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
2807 New functions.
2808 (bibtex-complete-internal): Do not display messages while
2809 minibuffer is used. Do not leave around a completions buffer
2810 that is out of date.
2811 (bibtex-copy-summary-as-kill): New optional arg.
2812 (bibtex-font-lock-url): New optional arg no-button.
2813 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
2814 (bibtex-url): Allow multiple URLs per entry.
2815
2816 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
2817
2818 * emacs-lisp/autoload.el (autoload-generated-file): New function.
2819 (update-file-autoloads, update-directory-autoloads): Use it.
2820 (autoload-file-load-name): New function.
2821 (generate-file-autoloads, update-file-autoloads): Use it.
2822 (autoload-find-file): Accept non-absolute argument. Set default-dir.
2823 (generate-file-autoloads): If the autoloaded form is malformed,
2824 indicate the problem with a warning instead of aborting.
2825
2826 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
2827
2828 * simple.el (next-error-recenter): Accept `(4)' as well;
2829 also, specify `integer' instead of `number'.
2830
2831 2007-06-23 Eli Zaretskii <eliz@gnu.org>
2832
2833 * ls-lisp.el (insert-directory): If an invalid regexp error is
2834 thrown, try using FILE as a literal file name, not a wildcard.
2835
2836 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
2837
2838 * ruler-mode.el (ruler-mode): Prevent clobbering the original
2839 `header-line-format' when reentering ruler mode.
2840
2841 2007-06-23 Eli Zaretskii <eliz@gnu.org>
2842
2843 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
2844 FILE exists as a file.
2845
2846 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
2847
2848 * calc/calc.el (math-bignum-digit-length)
2849 (math-bignum-digit-size, math-small-integer-size):
2850 New constants.
2851 (math-normalize, math-bignum-big, math-make-float)
2852 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
2853 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
2854 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
2855 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
2856 (math-quotient, math-div-bignum, math-div-bignum-digit)
2857 (math-div-bignum-part, math-format-bignum-decimal)
2858 (math-read-bignum): Use math-bignum-digit-length,
2859 math-bignum-digit-size and math-small-integer-size.
2860
2861 * calc/calc-ext.el (math-fixnum-big): Use the variable
2862 math-bignum-digit-size.
2863
2864 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
2865
2866 * log-view.el (log-view-mode-menu): New menu.
2867
2868 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
2869
2870 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
2871 differently.
2872
2873 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
2874 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
2875
2876 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
2877
2878 * vc-hg.el (vc-hg-print-log): Insert the file name.
2879 (vc-hg-log-view-mode): Fontify the file name.
2880
2881 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
2882
2883 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
2884 (calcFunc-julian): Fix incorrect number used in calculations.
2885
2886 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
2887
2888 * simple.el (next-error-recenter): New defcustom.
2889 (next-error, next-error-internal): Recenter if specified,
2890 immediately prior to running `next-error-hook'.
2891
2892 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
2893 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
2894
2895 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
2896
2897 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
2898
2899 * calc/calc-comb.el (math-small-factorial-table): New variable.
2900 (calcFunc-fact): Use `math-small-factorial-table'.
2901
2902 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
2903 initial values.
2904 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
2905 New variables to use in caches.
2906
2907 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
2908 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
2909
2910 * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
2911 (math-bernoulli-b-cache): Use math-read-number-simple to insert
2912 bignums.
2913
2914 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
2915 New variables to use in caches.
2916
2917 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
2918
2919 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
2920
2921 * vc-hg.el (vc-hg-log-view-mode): New mode.
2922
2923 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
2924
2925 * calc/calc.el (math-read-number-simple): New function.
2926
2927 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
2928
2929 * vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
2930 (vera-font-lock-match-item): Fix doc string.
2931 (vera-in-comment-p): Remove unused function.
2932 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
2933 use `syntax-ppss'.
2934 (vera-forward-syntactic-ws): Fix argument order.
2935 (vera-prepare-search): Use `with-syntax-table'.
2936 (vera-indent-line): Fix doc string.
2937 (vera-electric-tab): Fix doc string.
2938 (vera-expand-abbrev): Define alias instead of using `fset'.
2939 (vera-comment-uncomment-region): Use `comment-start-skip'.
2940
2941 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
2942
2943 * textmodes/org.el (org-export-with-footnotes): New option.
2944 (org-export-as-html): Fix replacement bug for XEmacs.
2945 (org-agenda-default-appointment-duration): New option.
2946
2947 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
2948
2949 * vc-hg.el: Add to do items.
2950 (vc-hg-diff): Add support for comparing different revisions.
2951 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
2952 (vc-hg-annotate-extract-revision-at-line)
2953 (vc-hg-previous-version, vc-hg-checkin): New functions.
2954 (vc-hg-annotate-re): New constant.
2955
2956 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
2957
2958 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
2959
2960 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
2961
2962 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
2963 buffer-local value of log-view-*-re if applicable.
2964
2965 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
2966 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
2967 (vc-bzr-command*): Remove both (incompatible) versions.
2968 (vc-bzr-do-command*): Remove.
2969 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
2970 Remove by folding into its only caller vc-bzr-command.
2971 (vc-bzr-command): Always set the environment, even when ineffective.
2972 (vc-bzr-version): Minor fix up.
2973 (vc-bzr-admin-dirname): New var.
2974 (vc-bzr-bzr-dir): Remove.
2975 (vc-bzr-root-dir): New fun.
2976 (vc-bzr-registered): Use it. Add an autoloaded version.
2977 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
2978 (vc-bzr-view-log-function): Remove.
2979 (vc-bzr-log-view-mode): New major mode to replace it.
2980 (vc-bzr-print-log): Only activate the old hack if needed.
2981
2982 * vc.el (vc-default-log-view-mode): New function.
2983 (vc-print-log): Add new `log-view-mode' VC operation.
2984
2985 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
2986
2987 * ido.el (ido-find-file-in-dir): Don't signal an error for
2988 empty directories.
2989
2990 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
2991
2992 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
2993 directory where the desktop file was found, as the docstring says.
2994 (desktop-kill): Use `read-directory-name'.
2995
2996 2007-06-20 Alan Mackenzie <acm@muc.de>
2997
2998 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
2999 When removing lines, also remove the \n. Correction of patch of
3000 2007-04-21.
3001
3002 2007-06-20 Martin Rudalics <rudalics@gmx.at>
3003
3004 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
3005 event is not a cons cell. Do not unread drag-mouse-1 events.
3006 Select right window in check whether space was stolen from
3007 window above.
3008
3009 * help-mode.el (help-make-xrefs): Adjust position of new forward
3010 button.
3011
3012 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
3013
3014 * vc-bzr.el (vc-bzr-with-process-environment)
3015 (vc-bzr-std-process-invocation): New macros.
3016 (vc-bzr-command, vc-bzr-command*): Use them.
3017 (vc-bzr-with-c-locale): Remove.
3018 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
3019 (vc-bzr-buffer-nonblank-p): New function.
3020 (vc-bzr-state-words): New const.
3021 (vc-bzr-state): Look for `bzr status` keywords in output.
3022 Display everything else as a warning message to the user.
3023 Fix status report with bzr >= 0.15.
3024
3025 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
3026
3027 * vc-hg.el (vc-hg-global-switches): Simplify.
3028 (vc-hg-state): Handle more states.
3029 (vc-hg-diff): Fix doc-string.
3030 (vc-hg-register): New function.
3031 (vc-hg-checkout): Likewise.
3032
3033 2007-06-20 Reto Zimmermann <reto@gnu.org>
3034
3035 * progmodes/vera-mode.el: New file.
3036
3037 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
3038
3039 * calc/calc.el (calc-multiplication-has-precendence):
3040 New variable.
3041 (math-standard-ops, math-standard-ops-p, math-expr-ops):
3042 New functions.
3043 (math-expr-opers): Define using math-standard-ops rather than
3044 math-standard-opers.
3045 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
3046 equal the function math-standard-ops rather than the variable
3047 math-standard-opers.
3048 (calc-algebraic-entry): Let math-expr-opers equal
3049 math-standard-ops or math-expr-ops, as appropriate.
3050 (math-expr-read-level, math-read-factor): Let math-expr-opers
3051 equal math-expr-ops.
3052 * calc/calc-embed.el (calc-embedded-finish-edit):
3053 Let math-expr-opers equal the function math-standard-ops
3054 rather than the variable math-standard-opers.
3055 * calc/calc-ext.el (math-read-plain-expr)
3056 (math-format-flat-expr-fancy): Let math-expr-opers equal the
3057 function math-standard-ops rather than the variable
3058 math-standard-opers.
3059 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
3060 Let math-expr-opers equal the function math-standard-ops rather
3061 than the variable math-standard-opers.
3062 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
3063 equal the function math-standard-ops rather than the variable
3064 math-standard-opers.
3065 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
3066 equal the function math-standard-ops rather than the variable
3067 math-standard-opers.
3068 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
3069 math-expr-ops.
3070
3071 2007-06-19 Ivan Kanis <apple@kanis.eu>
3072
3073 * vc-hg.el: New file.
3074
3075 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
3076
3077 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
3078 with font-lock-multiline.
3079
3080 2007-06-17 Glenn Morris <rgm@gnu.org>
3081
3082 * lpr.el (lpr-page-header-switches): Move %s to separate element
3083 for correct quoting. Doc fix.
3084
3085 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
3086
3087 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
3088 than setting sgml-xml-mode.
3089 (sgml-mode, html-mode): Set sgml-xml-mode.
3090 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
3091 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
3092 (sgml-electric-tag-pair-before-change-function)
3093 (sgml-electric-tag-pair-flush-overlays): New functions.
3094 (sgml-electric-tag-pair-mode): New minor mode.
3095 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
3096 (sgml-calculate-indent): Use assoc-string.
3097
3098 2007-06-16 Karl Fogel <kfogel@red-bean.com>
3099
3100 * thingatpt.el (thing-at-point-email-regexp): Don't require two
3101 chars before the "@" in an email address. Andreas Roehler noticed
3102 this problem.
3103
3104 2007-06-15 Karl Fogel <kfogel@red-bean.com>
3105
3106 * thingatpt.el: Add support for email addresses (`email').
3107 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
3108 (thing-at-point-email-regexp): New variable.
3109 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
3110 properties on this symbol, with lambda forms for values.
3111
3112 2007-06-15 Masatake YAMATO <jet@gyve.org>
3113
3114 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
3115
3116 * vc.el (vc-dired-hook): Check the backend returned from
3117 `vc-responsible-backend' can really handle `subdir'.
3118
3119 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
3120
3121 * wid-edit.el (widget-add-documentation-string-button):
3122 Fix handling of documentation indent.
3123
3124 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
3125
3126 * mb-depth.el: New file.
3127
3128 2007-06-15 Masatake YAMATO <jet@gyve.org>
3129
3130 * vc.el (vc-dired-mode): Show backend name as part of mode name.
3131
3132 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
3133
3134 * wid-edit.el (widget-default-create): Move ?h handling here...
3135 (widget-default-format-handler): ...from here.
3136 (widget-docstring, widget-add-documentation-string-button): New funs.
3137 (documentation-string): Add :visibility-widget property.
3138 (widget-documentation-string-value-create): Use it.
3139
3140 * cus-edit.el (custom-split-regexp-maybe): Simplify.
3141 (custom-buffer-create-internal): Simplify message.
3142 (custom-variable-tag): Reduce height to normal.
3143 (custom-variable-value-create, custom-face-value-create)
3144 (custom-visibility): New widget.
3145 (custom-visibility): New face.
3146 (custom-group-value-create):
3147 Call widget-add-documentation-string-button, using `custom-visibility'.
3148
3149 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
3150
3151 * emacs-lisp/bytecomp.el (byte-compile-current-group)
3152 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
3153 change. Apparently the "warning even if the group is implicit" is
3154 a feature rather than a bug.
3155
3156 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
3157
3158 * viper.el (viper-describe-key-ad, viper-describe-key-briefly-ad):
3159 Different advices for Emacs and XEmacs. Compile them conditionally.
3160 (viper-version): Belated version change.
3161
3162 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
3163
3164 * follow.el (follow-all-followers, follow-generic-filter):
3165 * pcomplete.el (pcomplete-restore-windows):
3166 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
3167 (x-dnd-drop-data):
3168 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
3169 * progmodes/python.el (python-complete-symbol):
3170 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
3171
3172 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
3173
3174 * rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
3175 around bright and dim regexps. Make sure bright and dim matches
3176 use word anchors. Send text through rcirc-markup functions.
3177 (rcirc-url-regexp): Add single quote character.
3178 (rcirc-connect): Write logs to disk on auto-save-hook.
3179 Make server a non-optional argument.
3180 (rcirc-log-alist): New variable.
3181 (rcirc-log-directory): Make customizable.
3182 (rcirc-log-flag): New customizable variable.
3183 (rcirc-log): New function.
3184 (rcirc-print): Use above function.
3185 (rcirc-log-write): New function.
3186 (rcirc-generate-new-buffer-name): Strip text properties.
3187 (rcirc-switch-to-buffer-function): Remove variable.
3188 (rcirc-last-non-irc-buffer): Remove variable.
3189 (rcirc-non-irc-buffer): Add function.
3190 (rcirc-next-active-buffer): Use above function.
3191 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
3192 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
3193 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
3194 (rcirc-omit-mode): Add minor-mode.
3195 (rcirc-mode-map): Change C-c C-o binding.
3196 (rcirc-mode): Clear mode-line-process. Use a custom
3197 fill-paragraph-function. Set up buffer-invisibility-spec.
3198 (rcirc-response-formats): Remove timestamp code.
3199 (rcirc-omit-responses): Add variable.
3200 (rcirc-print): Don't put the overlay arrow on potentially omitted
3201 lines. Log line to disk. Record activity for private messages
3202 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
3203 (rcirc-jump-to-first-unread-line): Print message if there is no
3204 unread text.
3205 (rcirc-clear-unread): New function.
3206 (rcirc-markup-text-functions): Add variable.
3207 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
3208 (rcirc-debug): Don't mess with window configuration.
3209 (rcirc-send-message): Send message before printing locally.
3210 Add SILENT argument, do not print message if non-nil.
3211 (rcirc-visible-buffers): New function and variable.
3212 (rcirc-window-configuration-change-1): Add function.
3213 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
3214 server buffer.
3215 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
3216 (rcirc-fill-paragraph): Add function.
3217 (rcirc-record-activity, rcirc-window-configuration-change-1):
3218 Only update the activity string if it has actually changed.
3219 (rcirc-update-activity-string): Remove padding characters from the
3220 mode-line string.
3221 (rcirc-disconnect-buffer): New function to be called when a
3222 channel is parted or the user quits.
3223 (rcirc-server-name): Warn when the server-name hasn't been set.
3224 (rcirc-window-configuration-change): Postpone work until
3225 post-command-hook.
3226 (rcirc-window-configuration-change-1): Update mode-line and
3227 overlay arrows here.
3228 (rcirc-authenticate): Fixc hanserv identification.
3229 (rcirc-default-server): Remove variable.
3230 (rcirc): Connect according to rcirc-connections.
3231 (rcirc-connections): Add variable.
3232 (rcirc-startup-channels-alist): Remove variable.
3233 (rcirc-startup-channels): Remove function.
3234
3235 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
3236
3237 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
3238
3239 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
3240
3241 * term/xterm.el (terminal-init-xterm): Escape parens in character
3242 constants.
3243
3244 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
3245
3246 * progmodes/sh-script.el: Remove unneeded * from docstrings.
3247 Use [:alpha:] and [:alnum:] where applicable.
3248 (sh-quoted-subshell): Rewrite to correctly
3249 handle nested mixes of `...` and $(...).
3250 (sh-apply-quoted-subshell): Remove.
3251 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
3252
3253 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
3254
3255 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
3256
3257 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
3258 previous change.
3259
3260 2007-06-12 Tom Tromey <tromey@redhat.com>
3261
3262 * subr.el (user-emacs-directory): New defconst.
3263 * cmuscheme.el (scheme-start-file):
3264 * shell.el (shell):
3265 * completion.el (save-completions-file-name):
3266 * custom.el (custom-theme-directory):
3267 * term/x-win.el (emacs-session-filename):
3268 * filesets.el (filesets-menu-cache-file):
3269 * thumbs.el (thumbs-thumbsdir):
3270 * server.el (server-auth-dir):
3271 * image-dired.el (image-dired-dir):
3272 (image-dired-db-file):
3273 (image-dired-temp-image-file):
3274 (image-dired-gallery-dir):
3275 (image-dired-temp-rotate-image-file):
3276 * play/gamegrid.el (gamegrid-user-score-file-directory):
3277 * savehist.el (savehist-file):
3278 * tutorial.el (tutorial--saved-dir):
3279 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
3280
3281 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
3282
3283 * scroll-lock.el (scroll-lock-mode): Doc fix.
3284
3285 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
3286
3287 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
3288
3289 * ediff-init.el: Doc strings.
3290
3291 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
3292
3293 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
3294 (byte-compile-file): Bind it.
3295 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
3296 group argument is provided implicitly.
3297 (byte-compile-format-warn, byte-compile-from-buffer)
3298 (byte-compile-insert-header): Don't hardcode point-min==1.
3299 (byte-compile-file-form-require): Remove unused var old-load-list.
3300 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
3301
3302 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
3303
3304 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
3305 Display error messages.
3306 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
3307 Get rid of cl.el dependencies.
3308
3309 * emulation/viper-init.el (viper-suppress-input-method-change-message):
3310 New variable.
3311 (viper-activate-input-method-action)
3312 (viper-inactivate-input-method-action):
3313 Use viper-suppress-input-method-change-message.
3314
3315 * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
3316 for C-s, C-r.
3317
3318 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
3319 Use viper-replace-overlay-cursor-color instead of
3320 viper-replace-overlay-cursor-color.
3321 (viper-sit-for-short): Use sit-for with 3 arguments.
3322
3323 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
3324 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
3325 to gud-mode.
3326
3327 * ediff-mult.el (ediff-meta-buffer-brief-message)
3328 (ediff-meta-buffer-verbose-message): New variables.
3329 (ediff-meta-buffer-message): Variable deleted.
3330 (ediff-verbose-help-enabled): New variable.
3331 (ediff-toggle-verbose-help-meta-buffer): New function.
3332 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
3333 message options.
3334
3335 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
3336 (ediff-fixup-patch-map): Improve heuristic.
3337
3338 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
3339
3340 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
3341 (log-view-font-lock-keywords): Simplify.
3342 (log-view-current-file, log-view-current-tag): Simplify.
3343
3344 2007-06-12 Sam Steingold <sds@gnu.org>
3345
3346 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
3347
3348 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
3349
3350 * desktop.el (desktop-load-locked-desktop): New option.
3351 (desktop-read): Use it.
3352 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
3353 Use `when'.
3354
3355 2007-06-12 Davis Herring <herring@lanl.gov>
3356
3357 * desktop.el (desktop-save-mode-off): New function.
3358 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
3359 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
3360 (desktop-claim-lock, desktop-release-lock): New functions.
3361 (desktop-kill): Tell `desktop-save' that this is the last save.
3362 Release the lock afterwards.
3363 (desktop-buffer-info): New function.
3364 (desktop-save): Use it. Run `desktop-save-hook' where the doc
3365 says to. Detect conflicts, and manage the lock.
3366 (desktop-read): Detect conflicts. Manage the lock.
3367
3368 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
3369
3370 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
3371
3372 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
3373 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
3374 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
3375 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
3376 keysyms rather than byte sequences.
3377 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
3378
3379 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
3380
3381 * font-lock.el (font-lock-add-keywords): In case font-lock was only
3382 half-activated, forcefully activate it completely.
3383
3384 2007-06-11 Richard Stallman <rms@gnu.org>
3385
3386 * cus-edit.el (custom-variable-type): Doc fix.
3387
3388 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
3389
3390 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
3391 (sh-font-lock-flush-syntax-ppss-cache): New functions.
3392 (sh-font-lock-syntactic-keywords): Use them to distinguish the
3393 different possible cases for \'.
3394
3395 * complete.el (PC-bindings): Don't bind things already bound in the
3396 parent keymap.
3397
3398 * textmodes/bibtex-style.el: New file.
3399
3400 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
3401
3402 * vc-bzr.el: New file.
3403
3404 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
3405
3406 * vc-svn.el (vc-svn-program): New var.
3407 (vc-svn-command): Use it.
3408
3409 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
3410
3411 * server.el (server-switch-buffer): Remove redundant check.
3412
3413 2007-06-10 Martin Rudalics <rudalics@gmx.at>
3414
3415 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
3416 Match against file-name-nondirectory.
3417 Fix text on user customization variables.
3418 Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
3419
3420 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
3421
3422 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
3423
3424 2007-06-09 Davis Herring <herring@lanl.gov>
3425
3426 * desktop.el (desktop-minor-mode-table): Doc fix.
3427
3428 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
3429
3430 * textmodes/css-mode.el (css-navigation-syntax-table):
3431 Use set-char-table-range so it also works in the unicode branch.
3432
3433 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
3434
3435 * help-mode.el (help-xref-forward-stack)
3436 (help-xref-stack-forward-item, help-forward-label): New variables.
3437 (help-forward): New button type.
3438 (help-setup-xref): Initialise help-xref-forward-stack.
3439 (help-make-xrefs): Add forward button, if appropriate.
3440 (help-xref-go-back): Push item on forward stack.
3441 (help-xref-go-forward, help-go-forward): New functions.
3442
3443 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
3444
3445 * dired.el (dired-mode-map): Remove spurious separator.
3446
3447 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
3448
3449 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
3450
3451 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
3452 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
3453
3454 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
3455
3456 * textmodes/org.el: Version number fixed.
3457
3458 2007-06-07 Glenn Morris <rgm@gnu.org>
3459
3460 * version.el (emacs-copyright): New constant.
3461 * startup.el (fancy-splash-tail): Use emacs-copyright.
3462 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
3463
3464 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
3465 `make-local'.
3466 (byte-compile-warnings-safe-p): Add `make-local'.
3467 (byte-compile-make-variable-buffer-local):
3468 Allow byte-compile-warnings to suppress this warning.
3469
3470 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
3471 format of "menu" description.
3472 (tutorial--find-changed-keys): Describe the specific menu a
3473 command is in.
3474
3475 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
3476 Rewrite compatibility functions to silence byte-compiler.
3477
3478 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
3479
3480 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
3481 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
3482
3483 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
3484
3485 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
3486
3487 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
3488
3489 * progmodes/ebrowse.el (ebrowse-member-table):
3490 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
3491 (org-batch-agenda-csv): Fix typos in docstrings.
3492
3493 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
3494
3495 * international/mule-cmds.el (toggle-enable-multibyte-characters)
3496 (sort-coding-systems, search-unencodable-char): Doc fixes.
3497 (coding-system-change-eol-conversion, set-default-coding-systems)
3498 (prefer-coding-system, find-multibyte-characters, princ-list)
3499 (leim-list-entry-regexp, set-input-method, locale-language-names)
3500 (input-method-exit-on-first-char, exit-language-environment-hook)
3501 (locale-charset-language-names): Fix typos in docstrings.
3502
3503 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
3504
3505 * pgg.el (pgg-sign-region, pgg-sign):
3506 * ses.el (ses-call-printer):
3507 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
3508 * textmodes/org.el (org-cycle): Fix typos in docstrings.
3509
3510 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
3511
3512 * textmodes/org.el
3513 (org-export-region-as-html, org-replace-region-by-html)
3514 (org-number-to-letters, org-table-fedit-finish)
3515 (org-normalize-color, org-table-fedit-ref-right)
3516 (org-date-to-gregorian, org-table-fedit-move)
3517 (org-table-convert-refs-to-rc, org-calendar-holiday)
3518 (org-table-fedit-toggle-ref-type, org-write-agenda)
3519 (org-colgroup-info-to-vline-list, org-agenda-todo-previousset)
3520 (org-defkey, org-encode-for-stdout)
3521 (org-indent-line-function, org-export-as-html-to-buffer)
3522 (org-store-agenda-views, org-update-mode-line)
3523 (org-find-if, org-delete-all)
3524 (org-table-fedit-convert-buffer, org-emphasize)
3525 (org-uniquify, org-table-fedit-lisp-indent)
3526 (org-table-fedit-scroll, org-get-todo-sequence-head)
3527 (org-table-fedit-scroll-down, org-table-fedit-line-down)
3528 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
3529 (org-table-fedit-toggle-coordinates, org-dvipng-color)
3530 (org-table-fedit-line-up, org-table-fedit-ref-down)
3531 (org-table-formula-from-user, org-mode-flyspell-verify)
3532 (org-cycle-show-empty-lines, org-ctrl-c-ret)
3533 (org-table-formula-to-user, org-diary-to-ical-string)
3534 (orgtbl-export, org-table-fedit-post-command)
3535 (org-closed-in-range, org-shiftcontrolright)
3536 (org-table-convert-refs-to-an, org-table-hline-and-move)
3537 (org-table-formula-less-p, org-format-table-ascii)
3538 (org-agenda-get-sexps, org-shift-refpart)
3539 (org-diary-sexp-entry, org-time-string-to-absolute)
3540 (org-table-show-reference, org-letters-to-number)
3541 (org-fix-agenda-info, org-table-fedit-ref-up)
3542 (org-table-fedit-shift-reference, org-table-fedit-abort)
3543 (org-closest-date, org-shiftcontrolleft)
3544 (org-at-heading-or-item-p, org-rematch-and-replace)
3545 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
3546 New functions.
3547 (org-table-edit-scroll-down, org-finish-edit-formulas)
3548 (org-table-edit-next-field, org-abort-edit-formulas)
3549 (org-font-lock-level, org-export-find-first-heading-line)
3550 (org-table-edit-line-down, org-table-edit-backward-field)
3551 (org-edit-formula-lisp-indent, org-table-edit-move)
3552 (org-check-log-option, org-this-word)
3553 (org-table-edit-line-up, org-table-edit-formulas-post-command)
3554 (org-agenda-file-to-end, org-expand-file-name)
3555 (org-fake-empty-table-line, org-table-edit-scroll)
3556 (org-toggle-log-option, org-show-reference): Function removed.
3557 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
3558 New defsubsts.
3559 (org-unmodified, org-batch-store-agenda-views)
3560 (org-batch-agenda-csv): New macro.
3561 (org-agenda-export): New customization group.
3562 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
3563 (org-highest-priority, org-agenda-exporter-settings)
3564 (org-log-done-with-time, org-replace-disputed-keys)
3565 (org-format-latex-header, org-export-table-header-tags)
3566 (org-cycle-separator-lines, org-export-table-data-tags)
3567 (org-icalendar-include-sexps)
3568 (org-empty-line-terminates-plain-lists)
3569 (org-log-repeat, org-special-ctrl-a)
3570 (org-table-use-standard-references, org-disputed-keys)
3571 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
3572 (org-agenda-export-html-style): New option.
3573 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
3574 (org-CUA-compatible): Option removed.
3575 (org-agenda-structure, org-sexp-date): New face.
3576 (org-todo-keywords-for-agenda, org-not-done-keywords)
3577 (org-planning-or-clock-line-re, org-agenda-name)
3578 (org-table-colgroup-info, org-todo-sets)
3579 (constants-unit-system, org-clock-mode-line-entry)
3580 (org-mode-line-timer, org-table-current-begin-pos)
3581 (org-todo-keywords-1, org-mode-line-string)
3582 (org-table-clean-did-remove-column, org-table-fedit-map)
3583 (org-clock-heading, org-table-buffer-is-an)
3584 (org-agenda-info, org-done-keywords)
3585 (org-done-keywords-for-agenda, org-todo-heads)
3586 (org-todo-kwd-alist, org-clock-start-time): New variable.
3587 (org-todo-kwd-priority-p, org-edit-formulas-map)
3588 (org-repeat-re, org-todo-kwd-max-priority)
3589 (org-version, org-done-string)
3590 (org-table-clean-did-remove-column-1, org-disputed-keys):
3591 Remove variables.
3592 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
3593 (org-ts-lengths): Constant removed.
3594 (org-follow-gnus-link): Don't ask how many articles to read.
3595 (org-export-find-first-export-line): Rename from
3596 `org-export-find-first-heading'.
3597 Use `org-export-skip-text-before-1st-heading'.
3598 (org-table-fedit-post-command): Rename from
3599 `org-table-edit-formulas-post-command'.
3600 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
3601 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
3602 (org-table-fedit-lisp-indent): Rename from
3603 `org-edit-formula-lisp-indent'.
3604 (org-table-show-reference): Rename from `org-show-reference'.
3605 (org-table-store-formulas): Use `org-table-formula-less-p'.
3606 (org-table-edit-formulas): Position cursor to current field equation.
3607 (org-update-checkbox-count, org-hide-archived-subtrees)
3608 (org-timestamp-up-day, org-timestamp-down-day)
3609 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
3610 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
3611 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
3612 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
3613 Let `org-on-heading-p' also check for invisible heading.
3614 (org-read-date): Match am/pm times.
3615 (org-eval-in-calendar): Fix default date in prompt.
3616
3617 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
3618
3619 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
3620 "ChangeLog.a" entries, giving the latter lower priority.
3621
3622 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
3623
3624 * faces.el (face-id): If the argument is a face alias,
3625 return the ID of the target face.
3626
3627 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
3628
3629 * net/socks.el (top): Remove unnecessary copyright line.
3630
3631 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
3632
3633 * longlines.el (longlines-auto-wrap): Handle argument correctly.
3634
3635 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
3636
3637 * net/socks.el: New file, taken from w3 repository.
3638 (top): Update Copyright. Don't load cl.el.
3639 (all): Replace `case' by `cond', `string-to-int' by
3640 `string-to-number', and `process-kill-without-query' by
3641 `set-process-query-on-exit-flag'.
3642 (socks-char-int): Remove defalias and all occurrences.
3643
3644 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
3645
3646 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
3647 Fix typos in docstrings.
3648 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
3649 (compilation-finish-function): Fix typo in obsolescence declaration.
3650
3651 2007-06-03 Sam Steingold <sds@gnu.org>
3652
3653 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
3654 handle unending automatic recompilation of changed files (`omake -P').
3655 (compilation-loop): VISITED is now 5th CDR.
3656 (compilation-next-error-function): Set TIMESTAMP.
3657
3658 2007-06-03 Sam Steingold <sds@gnu.org>
3659
3660 * files.el (kill-buffer-ask): New function.
3661 (kill-some-buffers): Use it.
3662 (kill-matching-buffers): New user command.
3663
3664 2007-06-01 David Kastrup <dak@gnu.org>
3665
3666 * dired.el (dired-recursive-deletes, dired-recursive-copies):
3667 Change default to `top'.
3668
3669 2007-05-31 Richard Stallman <rms@gnu.org>
3670
3671 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
3672
3673 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
3674
3675 * textmodes/css-mode.el: New file.
3676
3677 2007-05-30 Michael Olson <mwolson@gnu.org>
3678
3679 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
3680 died and we are trying to send a signal to it. The program using
3681 tq.el should periodically check to see whether the process has
3682 died and react appropriately -- this is not the responsibility of
3683 tq.el, and is consistent with the rest of the tq.el source code.
3684
3685 2007-05-29 Martin Rudalics <rudalics@gmx.at>
3686
3687 * textmodes/table.el (table--point-entered-cell-function)
3688 (table--point-left-cell-function):
3689 Bind `inhibit-point-motion-hooks' to t.
3690
3691 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
3692
3693 * emacs-lisp/rx.el (rx): Doc fix.
3694
3695 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
3696
3697 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
3698
3699 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
3700
3701 Sync with Tramp 2.0.56.
3702
3703 * net/tramp.el:
3704 * net/tramp-ftp.el:
3705 * net/tramp-smb.el:
3706 * net/tramp-util.el:
3707 * net/tramp-vc.el:
3708 Don't load cl.el, because that pollutes the namespace. Replace cl
3709 macros by their implementations where necessary. Requested by
3710 Richard Stallman <rms@gnu.org>.
3711
3712 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
3713 doesn't exist.
3714 (with-parsed-tramp-file-name): Protect debug spec during compilation.
3715 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
3716 (tramp-file-name-p, tramp-file-name-multi-method)
3717 (tramp-file-name-method, tramp-file-name-user)
3718 (tramp-file-name-host, tramp-file-name-localname): New defuns,
3719 replacing defstruct `tramp-file-name'.
3720 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
3721 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
3722 Apply `vector' instead of `make-tramp-file-name'.
3723 (tramp-handle-make-auto-save-file-name):
3724 Apply `tramp-temporary-file-directory' for compatibility reasons.
3725 (tramp-completion-mode): Use `natnump' instead of `wholenump'
3726 because of XEmacs.
3727 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
3728 started.
3729
3730 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
3731
3732 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
3733
3734 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
3735
3736 * log-edit.el (log-edit-changelog-paragraph): Return point-max
3737 as the end of the ChangeLog paragraph when it ends without a line
3738 termination.
3739
3740 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
3741
3742 * net/webjump.el (webjump-sample-sites):
3743 Add simple Wikipedia query.
3744
3745 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
3746
3747 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
3748 compatibility code.
3749
3750 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
3751 (copyright-update-year): Use it.
3752
3753 * edmacro.el (edmacro-format-keys): Use current-active-maps.
3754
3755 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
3756 Add indentation and debugging info. Fix up comment convention.
3757
3758 * cus-dep.el (custom-make-dependencies): Simplify.
3759
3760 * composite.el (compose-region, decompose-region):
3761 Use inhibit-read-only and restore-buffer-modified-p.
3762
3763 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
3764 (xterm-mouse-event): Use it.
3765
3766 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
3767
3768 * bs.el (bs-cycle-previous): Don't modify the cycle list until
3769 `switch-to-buffer' has returned succesfully.
3770 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
3771 window is dedicated (it could iconify the frame).
3772
3773 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
3774
3775 * vc-hooks.el (vc-find-root): Fix file attribute test.
3776
3777 2007-05-24 Richard Stallman <rms@gnu.org>
3778
3779 * textmodes/flyspell.el (flyspell-correct-word-before-point):
3780 Don't let opoint be nil.
3781 (flyspell-emacs-popup): Explicit error if no dialogs.
3782
3783 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
3784
3785 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
3786 (image-next-line, image-previous-line, image-scroll-up)
3787 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
3788 New functions.
3789 (image-mode-map): Remap motion commands.
3790 (image-mode-text-map): New keymap for viewing images as text.
3791 (image-mode): Use image-mode-map.
3792 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
3793
3794 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
3795
3796 * textmodes/fill.el (canonically-space-region): Make the second arg
3797 a marker if it's not already the case.
3798
3799 2007-05-23 Eli Zaretskii <eliz@gnu.org>
3800
3801 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
3802 (tar-get-descriptor): Handle type 55, an extended pax header.
3803
3804 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
3805
3806 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
3807 to confuse outline-minor-mode.
3808
3809 2007-05-23 Eli Zaretskii <eliz@gnu.org>
3810
3811 * tar-mode.el (tar-file-name-handler): New function.
3812 (tar-extract): Bind file-name-handler-alist to it to force
3813 find-buffer-file-type-coding-system behave as if the file being
3814 extracted existed. Use last-coding-system-used to force
3815 buffer-file-coding-system to what decode-coding-region actually
3816 used to decode the file.
3817
3818 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
3819
3820 * progmodes/compile.el (compilation-handle-exit):
3821 `compilation-finish-function' may change the current buffer.
3822
3823 2007-05-22 Richard Stallman <rms@gnu.org>
3824
3825 * files.el (set-auto-mode): Doc fix.
3826
3827 2007-05-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3828
3829 * help-fns.el (find-source-lisp-file): New function.
3830 (describe-function-1): Use find-source-lisp-file to find source
3831 file in compile tree.
3832
3833 2007-05-22 Eli Zaretskii <eliz@gnu.org>
3834
3835 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
3836
3837 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
3838
3839 * emacs-lisp/easy-mmode.el (define-minor-mode)
3840 (easy-mmode-define-navigation): Fix typos in docstrings.
3841
3842 2007-05-22 Glenn Morris <rgm@gnu.org>
3843
3844 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
3845
3846 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
3847
3848 * mail/mail-extr.el (mail-extract-address-components):
3849 Recognize non-ASCII characters except for NBSP as words.
3850
3851 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
3852
3853 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
3854 (rcirc-print): Handle `window-width'.
3855 (rcirc-buffer-maximum-lines): Doc fix.
3856
3857 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
3858
3859 * image-mode.el (image-toggle-display): Don't clear image cache.
3860 Only use filename in image spec if the file is readable.
3861 Call image-refresh.
3862
3863 * image.el (image-type-from-file-name, image-type): Simplify.
3864 (image-type-auto-detected-p): Don't scan auto-mode-alist.
3865
3866 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
3867 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
3868
3869 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
3870
3871 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
3872 is an error.
3873
3874 * term/linux.el (terminal-init-linux): Don't signal an error
3875 if gpm isn't running.
3876
3877 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
3878
3879 * t-mouse.el: Reduce to a minor-mode macro call.
3880 (t-mouse-mode): Remove the lighter.
3881
3882 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
3883
3884 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
3885
3886 * files.el (auto-mode-alist): Change the regexp so that
3887 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
3888
3889 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
3890
3891 * Version 22.1 released.
3892
3893 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
3894
3895 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
3896 changes.
3897
3898 2007-05-19 Kevin Ryde <user42@zip.com.au>
3899
3900 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
3901
3902 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
3903
3904 * textmodes/sgml-mode.el: Revert last change.
3905
3906 2007-05-18 Richard Stallman <rms@gnu.org>
3907
3908 * simple.el (push-mark): Doc fix.
3909
3910 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
3911
3912 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
3913 tpu-global-map.
3914 (tpu-original-global-map): Variable deleted.
3915 (tpu-control-keys-map): New keymap variable.
3916 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
3917 setting keymapping directly.
3918 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
3919 tpu-global-map.
3920 (tpu-edt-on): Activate the tpu-global-map.
3921 (tpu-edt-off): Deactivate the tpu-global-map.
3922
3923 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
3924
3925 * textmodes/ispell.el (ispell-get-word): Return markers
3926 for start and end positions.
3927 (ispell-word): Assume END is a marker.
3928
3929 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3930
3931 * printing.el: Group together all XEmacs/Emacs definitions.
3932 (pr-version): New version 6.9.
3933 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
3934 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
3935 (pr-menu-bind): Fix code.
3936 (pr-e-frame-char-height, pr-e-frame-char-width)
3937 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
3938 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
3939 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
3940 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
3941 (pr-x-event-y-pixel): Aliases eliminated.
3942 (pr-xemacs-global-menubar): Macro moved.
3943 (current-menubar, current-mouse-event, zmacs-region-stays)
3944 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
3945 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
3946 Vars moved.
3947 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
3948 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
3949 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
3950 (pr-menu-set-utility-title, pr-even-or-odd-pages)
3951 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
3952 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
3953 moved.
3954
3955 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
3956
3957 * textmodes/sgml-mode.el (sgml-tag):
3958 Fix bug: Call sgml-transformation-function.
3959
3960 2007-05-17 Martin Rudalics <rudalics@gmx.at>
3961
3962 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
3963 modified flag of buffer. Use `inhibit-modification-hooks'.
3964
3965 2007-05-16 Richard Stallman <rms@gnu.org>
3966
3967 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
3968
3969 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
3970
3971 * files.el (magic-mode-alist, magic-fallback-mode-alist):
3972 Move the *ml, Postscript, and XmCD entries to the fallback part.
3973
3974 * files.el (magic-fallback-mode-alist):
3975 Rename from file-start-mode-alist.
3976
3977 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
3978
3979 * progmodes/compile.el (compilation-handle-exit): Quote first
3980 argument of `run-hook-with-args'.
3981
3982 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
3983
3984 * buff-menu.el (Buffer-menu-sort-column):
3985 * dabbrev.el (dabbrev-upcase-means-case-search):
3986 * dired.el (dired-recursive-deletes, dired-recursive-copies):
3987 * info.el (Info-current-subfile):
3988 * ls-lisp.el (ls-lisp-verbosity):
3989 * msb.el (msb-menu-cond):
3990 * pcvs.el (cvs-dired-use-hook):
3991 * simple.el (set-mark-command-repeat-pop):
3992 * time.el (display-time-24hr-format, display-time-mail-file):
3993 Doc fixes.
3994
3995 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
3996 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
3997
3998 * view.el (view-inhibit-help-message): Fix typo in docstring.
3999 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
4000
4001 2007-05-16 Martin Rudalics <rudalics@gmx.at>
4002
4003 * textmodes/ispell.el (ispell-start-process): Defend against bad
4004 default-directory.
4005
4006 2007-05-14 Eli Zaretskii <eliz@gnu.org>
4007
4008 * mail/rmail.el (rmail-convert-to-babyl-format): Check
4009 content-transfer-encoding _last_, because it's its position that
4010 we need as value of base64-header-field-end.
4011
4012 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
4013
4014 * files.el (mode-require-final-newline, require-final-newline)
4015 (enable-local-variables, enable-local-eval): Doc fixes.
4016
4017 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4018
4019 * ps-print.el: Use default color when foreground or background color
4020 are unspecified. Reported by Leo <sdl.web@gmail.com>.
4021 (ps-print-version): New version 6.7.4.
4022 (ps-rgb-color): New argument. Use default color when color is
4023 unspecified.
4024 (ps-begin-job): Fix code.
4025
4026 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
4027
4028 * longlines.el (longlines-mode): Make longlines-auto-wrap
4029 buffer-local. Add hooks unconditionally.
4030 (longlines-auto-wrap): Toggle wrapping.
4031 (longlines-after-change-function)
4032 (longlines-post-command-function): Check longlines-auto-wrap.
4033
4034 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
4035
4036 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
4037 (xterm-mouse-translate): Use it.
4038
4039 2007-05-10 Richard Stallman <rms@gnu.org>
4040
4041 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
4042 (iso-cvt-write-only): Likewise.
4043
4044 * emacs-lisp/easy-mmode.el (define-minor-mode):
4045 Fix generated doc string.
4046
4047 * startup.el (fancy-splash-text): Add URL of guided tour.
4048 Adjust horizontal and vertical whitespace.
4049
4050 * progmodes/compile.el (compilation-handle-exit):
4051 Use run-hook-with-args to run compilation-finish-functions.
4052
4053 * files.el (file-start-mode-alist): New variable.
4054 (magic-mode-regexp-match-limit): Doc fix.
4055 (set-auto-mode): Handle file-start-mode-alist.
4056 A little cleanup of structure.
4057
4058 * dabbrev.el (dabbrev-eliminate-newlines):
4059 Renamed from dabbrev--eliminate-newlines. All uses changed.
4060
4061 2007-05-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4062
4063 * man.el (Man-next-section): Don't consider the last line of the page
4064 as being part of any section.
4065
4066 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
4067
4068 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
4069 can take any number of values.
4070
4071 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
4072
4073 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
4074 to the list of citation commands.
4075
4076 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
4077
4078 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
4079
4080 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
4081
4082 * progmodes/python.el (python-font-lock-keywords)
4083 (python-open-block-statement-p, python-mode): Add support for the new
4084 "with" keyword.
4085
4086 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
4087
4088 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
4089 the exact opposite of diff-goto-source.
4090
4091 * emacs-lisp/advice.el (ad-special-forms): Remove.
4092 (ad-special-form-p): Use subr-arity.
4093
4094 * newcomment.el (comment-search-forward): Make sure we search forward.
4095 (comment-enter-backward): Try and distinguish the non-matching case at
4096 EOB from the non-matching case with a missing comment-end-skip for
4097 a 2-char comment ender.
4098 (comment-choose-indent): New function extracted from comment-indent.
4099 Improve the alignment algorithm.
4100 (comment-indent): Use it.
4101
4102 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
4103 XML style Processing Instructions.
4104 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
4105 (sgml-calculate-indent): Handle `pi' context.
4106
4107 * vc.el: Ensure that update-changelog issues an error when used with
4108 a backend that does not implement it.
4109 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
4110 Remove `backend' argument. Use expand-file-name.
4111 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
4112
4113 * progmodes/python.el (python-end-of-block): Revert last change.
4114 (python-end-of-statement): Make sure we move *forward*.
4115
4116 2007-05-08 Richard Stallman <rms@gnu.org>
4117
4118 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
4119 Don't include non-self-insert commands in the exception for `-'.
4120
4121 2007-05-08 David Reitter <david.reitter@gmail.com>
4122
4123 * progmodes/python.el (python-guess-indent): Check non-nullness
4124 before comparing indent against the 2..8 interval.
4125
4126 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4127
4128 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
4129 available.
4130
4131 2007-05-06 Richard Stallman <rms@gnu.org>
4132
4133 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
4134
4135 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
4136
4137 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
4138 rather than storing their value in the revert-buffer function.
4139
4140 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
4141
4142 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
4143 when disabling t-mouse-mode.
4144
4145 2007-05-01 Davis Herring <herring@lanl.gov>
4146
4147 * calendar/timeclock.el: Update version number.
4148 (timeclock-modeline-display): Mention timeclock-use-display-time
4149 in explanatory message.
4150 (timeclock-in): Fix non-interactive workday specifications.
4151 (timeclock-log): Don't kill the log buffer if it already existed.
4152 Suppress warnings when finding the log. Don't check for a nil
4153 project twice. Run hooks after killing the buffer (if applicable).
4154 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
4155 was geometric). All uses changed.
4156 (timeclock-generate-report): Support prefix argument.
4157
4158 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
4159
4160 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
4161 disconnections.
4162
4163 2007-05-01 Romain Francoise <romain@orebokech.com>
4164
4165 * dired-x.el: Revert 2007-04-06 change.
4166
4167 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
4168
4169 * find-dired.el (find-dired-filter): Propertize all text down to eob.
4170
4171 2007-04-29 Richard Stallman <rms@gnu.org>
4172
4173 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
4174
4175 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
4176
4177 * progmodes/cc-mode.el (c-before-change): Use point-min rather
4178 than 1.
4179
4180 2007-04-28 Richard Stallman <rms@gnu.org>
4181
4182 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
4183
4184 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
4185
4186 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
4187 don't put stop on toolbar.
4188
4189 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
4190
4191 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
4192
4193 2007-04-28 Eli Zaretskii <eliz@gnu.org>
4194
4195 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
4196 instead of $(lisp)/mh-e.
4197
4198 2007-04-28 Glenn Morris <rgm@gnu.org>
4199
4200 * image-dired.el (image-dired-cmd-create-thumbnail-options)
4201 (image-dired-cmd-create-temp-image-options): Replace option
4202 +profile "*" with -strip.
4203
4204 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
4205
4206 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
4207 Use window-start and window-end.
4208
4209 2007-04-27 Andreas Schwab <schwab@suse.de>
4210
4211 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
4212
4213 2007-04-27 Eli Zaretskii <eliz@gnu.org>
4214
4215 * textmodes/fill.el (fill-paragraph): Doc fix.
4216
4217 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
4218
4219 * locate.el (locate-in-alternate-database): Doc fix.
4220
4221 2007-04-26 Glenn Morris <rgm@gnu.org>
4222
4223 * button.el (button): Use underline if supported, else fall back
4224 to color.
4225
4226 * version.el (emacs-version): Increase to 22.1.50.
4227
4228 2007-04-25 Richard Stallman <rms@gnu.org>
4229
4230 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
4231
4232 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
4233
4234 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
4235 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
4236 pushing mark.
4237 (idlwave-current-routine): Don't push mark.
4238
4239 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
4240
4241 * image-dired.el (image-dired-display-image): Derive image-type from
4242 filename rather than assuming jpeg, in case no resizing was needed.
4243
4244 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4245
4246 * custom.el (defface): Doc fix.
4247
4248 See ChangeLog.12 for earlier changes.
4249
4250 ;; Local Variables:
4251 ;; coding: iso-2022-7bit
4252 ;; add-log-time-zone-rule: t
4253 ;; End:
4254
4255 Copyright (C) 2007 Free Software Foundation, Inc.
4256
4257 This file is part of GNU Emacs.
4258
4259 GNU Emacs is free software; you can redistribute it and/or modify
4260 it under the terms of the GNU General Public License as published by
4261 the Free Software Foundation; either version 3, or (at your option)
4262 any later version.
4263
4264 GNU Emacs is distributed in the hope that it will be useful,
4265 but WITHOUT ANY WARRANTY; without even the implied warranty of
4266 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
4267 GNU General Public License for more details.
4268
4269 You should have received a copy of the GNU General Public License
4270 along with GNU Emacs; see the file COPYING. If not, write to the
4271 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
4272 Boston, MA 02110-1301, USA.
4273
4274 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af