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