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