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