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