Terminology sync, workfile version -> focus version.
[bpt/emacs.git] / lisp / ChangeLog
1 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
2
3 * vc.el: workfile version -> focus version change.
4
5 2007-10-06 Aaron Hawley <aaronh@garden.org>
6
7 * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
8
9 2007-10-05 Chris Moore <dooglus@gmail.com>
10
11 * server.el (server-kill-new-buffers): Doc fix.
12
13 2007-10-05 John W. Eaton <jwe@octave.org>
14
15 * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
16 (octave-begin-keywords): Add "do".
17 (octave-end-keywords): Remove "end".
18 (octave-reserved-words): Add "end". Remove "all_va_args",
19 "gplot", and 'gsplot".
20 (octave-text-functions): Remove "gset", "gshow", "set", and "show".
21 (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
22 "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
23 "default_return_value", "define_all_return_values",
24 "do_fortran_indexing", "empty_list_elements_ok",
25 "gnuplot_has_multiplot", "implicit_str_to_num_ok",
26 "ok_to_lose_imaginary_part", "prefer_column_vectors",
27 "prefer_zero_one_indexing", "propagate_empty_matrices",
28 "resize_on_range_error", "treat_neg_dim_as_zero",
29 "warn_assign_as_truth_value", "warn_comma_in_global_decl",
30 "warn_divide_by_zero", "warn_function_name_clash",
31 "warn_missing_semicolon", "whitespace_in_literal_matrix".
32 Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
33 "crash_dumps_octave_core", "sighup_dumps_octave_core",
34 "sigterm_dumps_octave_core".
35 (octave-block-match-alist): Remove "end" from block-end keywords.
36 (octave-mode): Update ftp site address.
37
38 2007-10-05 Dan Nicolaescu <dann@ics.uci.edu>
39
40 * vc.el: Reorder functions, no code changes.
41
42 2007-10-04 Michael Albinus <michael.albinus@gmx.de>
43
44 * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
45 (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
46 the cond clauses where needed.
47 (tramp-handle-write-region): Rearrange code for proper handling of
48 tmpfile.
49
50 * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
51
52 * net/tramp.el:
53 * net/tramp-fish.el:
54 * net/tramp-ftp.el:
55 * net/tramp-smb.el: Rename `tramp-make-temp-file' to
56 `tramp-compat-make-temp-file'.
57
58 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
59
60 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
61
62 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
63
64 * emacs-lisp/copyright.el (copyright-update): Don't update if the file
65 already uses a more recent copyright version than the "current" one.
66
67 2007-10-03 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
68
69 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
70 (doc-view-insert-image): Minor aesthetical docstring changes.
71
72 2007-10-03 Tassilo Horn <tassilo@member.fsf.org>
73
74 * doc-view.el (doc-view): Don't ignore pdf and dvi files when
75 completing filename.
76 (doc-view-search-internal): Docstring change.
77
78 2007-10-03 Michael Albinus <michael.albinus@gmx.de>
79
80 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
81 (tramp-file-name-handler-alist):
82 Add `tramp-handle-insert-file-contents-literally'. Needed for XEmacs.
83 (tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
84 used before, creates the file already, which is not desired.
85 (tramp-do-copy-or-rename-file-directly): Simplify handling of
86 temporary file.
87 (tramp-handle-insert-file-contents): Assign the result in the
88 short track case.
89 (tramp-handle-insert-file-contents-literally): New defun.
90 (tramp-completion-mode-p): Revert change from 2007-09-24.
91 Checking for `return' etc as last character is not sufficient, for
92 example in dired-mode when entering <g> (revert-buffer) or
93 <s> (dired-sort).
94
95 * net/tramp-compat.el (top): Add also compatibility code for loading
96 appropriate timer package.
97 (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
98 order to avoid autoloading problems.
99
100 * net/tramp-fish.el:
101 * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
102
103 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
104 where the second parameter of `copy-file' or `rename-file' is a
105 remote file but not via ftp.
106
107 2007-10-02 Richard Stallman <rms@gnu.org>
108
109 * frame.el (cursor-in-non-selected-windows): Doc fix.
110
111 2007-10-01 Thien-Thi Nguyen <ttn@gnuvola.org>
112
113 * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
114 Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
115
116 2007-10-01 Jay Belanger <jay.p.belanger@gmail.com>
117
118 * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
119 when `expt' doesn't give range errors.
120
121 2007-10-01 Markus Triska <markus.triska@gmx.at>
122
123 * calc/calc-math.el (math-smallest-emacs-expt):
124 Make the computation more robust.
125
126 2007-09-30 David Kastrup <dak@gnu.org>
127
128 * startup.el (argv): Alias for `command-line-args-left' to use as
129 `(pop argv)' inside of --eval command sequences. Allows for
130 passing shell commands into Emacs verbatim without need for Lisp
131 quoting.
132
133 * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
134 check only for changed size.
135 (auto-revert-tail-handler): Get size from caller. If the file has
136 shrunk, tail the whole file again (the file presumably has been
137 rewritten).
138
139 * woman.el (woman-topic-all-completions, woman-mini-help):
140 Fix fallout from 2007-09-07 introduction of `dolist' when the list
141 actually was being manipulated in the loop.
142 (woman-Cyg-to-Win, woman-pre-process-region)
143 (woman-horizontal-escapes, woman-if-body, woman-unescape)
144 (woman-strings, woman-special-characters, woman1-hc)
145 (woman-change-fonts, woman-find-next-control-line):
146 Use `match-beginning' rather than `match-string' when the result is
147 just used as a flag.
148
149 2007-09-30 Michael Albinus <michael.albinus@gmx.de>
150
151 * net/tramp-compat.el: New file.
152
153 * net/tramp.el:
154 * net/tramp-fish.el:
155 * net/tramp-smb.el:
156 * net/tramp-uu.el:
157 * net/trampver.el: Move compatibility code to tramp-compat.el.
158 Apply `mapc' instead of `mapcar' when the code needs side effects
159 only. Move utf-8 coding cookie to the second line.
160
161 2007-09-30 Reiner Steib <Reiner.Steib@gmx.de>
162
163 * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
164 Improve custom type.
165 (icon-map-list): Make it customizable. Document how to disable
166 stock icons.
167
168 2007-09-30 Richard Stallman <rms@gnu.org>
169
170 * play/zone.el (zone-hiding-modeline): Use mode-line-format.
171
172 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
173
174 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
175
176 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
177
178 * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
179 (t-mouse-mode): New compatibility alias.
180
181 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
182
183 * server.el (server-delete-client): Only delete the terminal if it
184 is non-nil.
185
186 2007-09-28 Michael Albinus <michael.albinus@gmx.de>
187
188 * net/tramp.el (with-file-property, with-connection-property):
189 Highlight as keyword.
190 (tramp-rfn-eshadow-setup-minibuffer)
191 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
192 (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
193 (tramp-do-copy-or-rename-file-directly)
194 (tramp-do-copy-or-rename-file-out-of-band)
195 (tramp-handle-shell-command, tramp-get-debug-buffer)
196 (tramp-send-command-and-read, tramp-equal-remote)
197 (tramp-get-local-gid): Pacify byte-compiler.
198 (tramp-handle-file-name-directory): Result shall not be expanded.
199 (tramp-find-foreign-file-name-handler): Rewrite.
200 (tramp-dissect-file-name): Add optional parameter NODEFAULT.
201
202 * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
203
204 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
205 Apply `tramp-completion-mode-p'.
206 (tramp-fish-handle-set-file-times)
207 (tramp-fish-handle-executable-find)
208 (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
209 (tramp-fish-retrieve-data): Pacify byte-compiler.
210
211 * net/tramp-gw.el (tramp-gw-basic-authentication):
212 Call `tramp-read-passwd' with first parameter `nil'.
213
214 2007-09-28 Glenn Morris <rgm@gnu.org>
215
216 * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
217 than mapcar.
218
219 * textmodes/tex-mode.el (tex-suscript-height-ratio)
220 (tex-suscript-height-minimum): New customizable variables.
221 (tex-suscript-height): New function.
222 (superscript, subscript): Set height using tex-suscript-height
223 rather than fixing at 0.8.
224 (tex-fontify-script, tex-font-script-display): Add :version tag.
225
226 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
227
228 * progmodes/python.el (python-eldoc-function): Doc fix.
229
230 2007-09-27 Glenn Morris <rgm@gnu.org>
231
232 * image.el (image-type-auto-detected-p): Doc fix. Don't detect an
233 image if it is not in image-type-auto-detectable, or is there with
234 a nil value.
235
236 2007-09-27 Michael Albinus <michael.albinus@gmx.de>
237
238 * net/tramp.el (tramp-maybe-open-connection): Make test for alive
239 connection more robust.
240
241 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
242
243 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
244 Deal with the case that special &keywords are at the beginning or
245 end of the argument list. Also add some (incomplete) support for
246 non-standard arglists.
247
248 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
249
250 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
251 (eldoc-message-commands, eldoc-current-idle-delay)
252 (eldoc-function-argstring-format): Fix typos in docstrings.
253
254 2007-09-26 Jay Belanger <jay.p.belanger@gmail.com>
255
256 * calc/calc-units.el (calc-convert-units)
257 (calc-convert-temperature): Remove unnecessary colons.
258
259 2007-09-26 Bastien Guerry <bzg@altern.org>
260
261 * org-export-latex.el (org-export-latex-tables-verbatim): New function.
262 (org-export-latex-remove-from-headlines): Name changed because of typo.
263 (org-export-latex-quotation-marks-convention): Option removed.
264 (org-export-latex-make-preamble): Handle the DATE option.
265 (org-export-latex-cleaned-string): Now the only cleaning function,
266 synched up with org.el.
267 (org-export-latex-lists, org-export-latex-parse-list)
268 (org-export-list-to-latex): New functions.
269
270 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
271
272 * org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
273 (org-outline-regexp): New constant.
274 (org-remember-handler): Throw error when the target file is not in
275 org-mode.
276 (org-cleaned-string-for-export): No longer call
277 `org-export-latex-cleaned-string' with an argument.
278 (org-get-tags): Returns now a list, not a string.
279 (org-get-tags-string): New function.
280 (org-archive-subtree): No need to split return of `org-get-tags'.
281 (org-set-tags, org-entry-properties): Call `org-get-tags-string'
282 instead of `org-get-tags'.
283 (org-agenda-format-date): Rename from `org-agenda-date-format'.
284 (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
285 (org-compatible-face): New argument INHERITS. Inherit from this
286 face if possible.
287 (org-level-1, org-level-2, org-level-3, org-level-4)
288 (org-level-5, org-level-6, org-level-7, org-level-8)
289 (org-special-keyword, org-drawer, org-column, org-warning)
290 (org-archived, org-todo, org-done, org-headline-done, org-table)
291 (org-formula, org-code, org-agenda-structure)
292 (org-scheduled-today, org-scheduled-previously)
293 (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
294 in the new way.
295 (org-get-heading): New argument NO-TAGS.
296 (org-fast-tag-selection-include-todo): Made defvar instead of
297 defcustom, feature is not deprecated.
298 (org-remember-store-without-prompt): New default value t.
299 (org-todo-log-states): New variable.
300 (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
301 Compute the log states.
302 (org-goto-map): More commands copied from global map. Also bind
303 `org-occur'.
304 (org-goto): Made into a general lookup command.
305 (org-get-location): Complete rewrite.
306 (org-goto-exit-command): New variable.
307 (org-goto-selected-point): New variable.
308 (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
309 Set the new variables.
310 (org-paste-subtree): Whitespace insertion strategy revised.
311 (org-remember-apply-template): Protect v-A from the possibility
312 that v-a might be nil.
313 (org-remember-handler): Insertion rules revised.
314 (org-todo): Respect org-todo-log-states.
315 (org-up-heading-safe): New function.
316 (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
317
318 2007-09-26 Dan Nicolaescu <dann@ics.uci.edu>
319
320 * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
321 region if in transient-mark-mode.
322
323 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
324
325 * calc/calc-ext.el (calc-init-extensions, calc-reset):
326 * calc/calc-help.el (calc-full-help):
327 * calc/calc-misc.el (another-calc):
328 * calc/calc-store.el (calc-var-name-map):
329 * calc/calc-stuff.el (calc-flush-caches):
330 * calc/calc-units.el (math-build-units-table):
331 * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
332 (calc-quit):
333 * calendar/icalendar.el (icalendar--format-ical-event)
334 (icalendar--convert-ical-to-diary):
335 * emacs-lisp/authors.el (authors):
336 * emacs-lisp/cust-print.el (custom-print-install)
337 (custom-print-uninstall):
338 * emacs-lisp/disass.el (disassemble-1):
339 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
340 * emacs-lisp/edebug.el (byte-compile-resolve-functions):
341 * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
342 (elint-check-let-form, elint-check-condition-case-form)
343 (elint-initialize):
344 * emacs-lisp/elp.el (elp-results):
345 * emacs-lisp/generic.el (generic-mode-internal):
346 * emacs-lisp/re-builder.el (reb-delete-overlays):
347 * emacs-lisp/regi.el (regi-interpret):
348 * emacs-lisp/sregex.el (sregex--char-aux):
349 * emulation/cua-rect.el (cua--deactivate-rectangle)
350 (cua--highlight-rectangle, cua--rectangle-post-command):
351 * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
352 * emulation/viper-macs.el (viper-describe-kbd-macros)
353 (viper-describe-one-macro):
354 * emulation/viper-util.el (viper-setup-master-buffer):
355 * emulation/viper.el (set-viper-state-in-major-mode):
356 * international/mule-diag.el (describe-current-coding-system):
357 * language/ethio-util.el (ethio-fidel-to-sera-buffer):
358 * mail/emacsbug.el (report-emacs-bug):
359 * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
360 * obsolete/hilit19.el (hilit-unhighlight-region)
361 (hilit-set-mode-patterns):
362 * play/solitaire.el (solitaire-check, solitaire-solve):
363 * play/zone.el (zone-pgm-rotate):
364 * progmodes/ada-mode.el (ada-save-exceptions-to-file):
365 * progmodes/ada-prj.el (ada-prj-display-page):
366 * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
367 (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
368 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
369 (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
370 * progmodes/sh-script.el (sh-make-vars-local)
371 (sh-reset-indent-vars-to-global-values):
372 * progmodes/sql.el (top):
373 * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
374 * progmodes/xscheme.el (top):
375 * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
376 (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
377 (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
378 (artist-vaporize-lines, artist-ellipse-compute-fill-info)
379 (artist-submit-bug-report):
380 * textmodes/flyspell.el (flyspell-delay-commands)
381 (flyspell-deplacement-commands):
382 * textmodes/table.el (table--generate-source-epilogue, table-insert)
383 (table--generate-source-cells-in-a-row, table--make-cell-map)
384 (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
385
386 2007-09-25 Juanma Barranquero <lekktu@gmail.com>
387
388 * allout.el (produce-allout-mode-map, allout-process-exposed):
389 * ansi-color.el (ansi-color-make-color-map):
390 * autoinsert.el (auto-insert):
391 * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
392 * dired-aux.el (dired-create-files):
393 * dired.el (dired-restore-desktop-buffer):
394 * ediff-diff.el (ediff-setup-fine-diff-regions):
395 * ediff-mult.el (ediff-intersect-directories)
396 (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
397 (ediff-redraw-registry-buffer):
398 * ediff-ptch.el (ediff-fixup-patch-map):
399 * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
400 (ediff-really-quit, ediff-clear-diff-vector):
401 * emerge.el (emerge-really-quit):
402 * ffap.el (ffap-replace-file-component):
403 * filecache.el (file-cache-add-directory)
404 (file-cache-add-directory-recursively)
405 (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
406 (file-cache-delete-directory, file-cache-files-matching-internal)
407 (file-cache-display):
408 * files.el (cd):
409 * find-lisp.el (find-lisp-insert-directory):
410 * finder.el (finder-compile-keywords):
411 * help.el (view-emacs-news):
412 * hi-lock.el (hi-lock-write-interactive-patterns):
413 * ido.el (ido-to-end, ido-set-matches-1):
414 * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
415 (image-dired-mark-tagged-files):
416 * jka-cmpr-hook.el (jka-compr-get-compression-info):
417 * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
418 * ps-print.el (ps-background, ps-begin-file)
419 (ps-build-reference-face-lists):
420 * simple.el (clone-buffer):
421 * startup.el (command-line):
422 * tempo.el (tempo-insert-template, tempo-is-user-element)
423 (tempo-forward-mark, tempo-backward-mark):
424 * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
425
426 2007-09-25 Glenn Morris <rgm@gnu.org>
427
428 * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
429
430 * view.el (view-search-no-match-lines): Add a doc string.
431 Rewrite to simplify and work better.
432
433 2007-09-24 Dan Nicolaescu <dann@ics.uci.edu>
434
435 * progmodes/cc-mode.el (c-mode-base-map):
436 Use c-indent-line-or-region instead of c-indent-line.
437
438 * indent.el (indent-for-tab-command): First check if the region is
439 active.
440
441 2007-09-24 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
442
443 * whitespace.el (whitespace-tickle-timer): Don't install the timer if
444 whitespace-rescan-timer-time is 0.
445
446 2007-09-24 Karl Berry <karl@gnu.org>
447
448 * international/mule.el (coding-system-base): Fix doc string grammar.
449
450 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
451
452 * net/tramp.el (tramp-completion-mode-p): Rename from
453 `tramp-completion-mode'. Revert logic, check `return', `newline'
454 and such alike. Packages like Icicles tend to use other completion
455 characters but `tab' and `space' only.
456
457 2007-09-24 Adam Hupp <adam@hupp.org>
458
459 * progmodes/python.el (run-python): Import emacs module without
460 waiting; prevents lockup on error.
461
462 2007-09-23 Richard Stallman <rms@gnu.org>
463
464 * mail/sendmail.el (mail-bury): Delete the frame
465 if this frame looks like it was made for this message.
466
467 * completion.el (completion-separator-self-insert-command)
468 (completion-separator-self-insert-autofilling):
469 If `self-insert-command' has been remapped, use the substitute.
470
471 * simple.el (copy-region-as-kill): Doc fix.
472
473 * textmodes/org.el (org-confirm-shell-link-function)
474 (org-confirm-elisp-link-function): Doc fixes.
475
476 2007-09-23 Glenn Morris <rgm@gnu.org>
477
478 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
479
480 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
481
482 * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
483
484 * term/tvi970.el (terminal-init-tvi970): Likewise.
485
486 * term/sun-mouse.el (print-mouse-format): Likewise.
487
488 * term/sun.el (scroll-down-in-place, scroll-up-in-place):
489 Use forward-line instead of previous-line and next-line.
490
491 2007-09-22 Juri Linkov <juri@jurta.org>
492
493 * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
494
495 * tutorial.el (tutorial--default-keys): Update standard bindings:
496 rename `iconify-or-deiconify-frame' to `suspend-frame',
497 and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
498
499 2007-09-22 Juri Linkov <juri@jurta.org>
500
501 * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
502 Add help-echo to external links and to links without description.
503 (fancy-splash-insert): Use help-echo from the 3rd element of the
504 link specification list, or "Follow this link" if it's nil. Doc fix.
505
506 2007-09-22 Juri Linkov <juri@jurta.org>
507
508 * startup.el (command-line): Rename `inhibit-startup-message' to
509 `inhibit-startup-screen'.
510 (fancy-about-text): Use shorter label for "Ordering Manuals".
511 (fancy-startup-tail): Add optional arg `concise'. When `concise'
512 is nil, display a line with "To start..." and 3 links to useful
513 tasks. Display the "Dismiss" button and "Don't show this message
514 again" only when concise is non-nil.
515 (fancy-startup-screen): Call `fancy-startup-tail' with optional
516 arg `concise'. If CONCISE is non-nil, display a concise version
517 of the splash screen in another window. Otherwise, switch to the
518 startup buffer in the same window.
519 (startup-echo-area-message): Change displayed binding from
520 C-h C-p (describe-project) to C-h C-a (about-emacs), and change
521 text "about the GNU system and GNU/Linux" to "about GNU Emacs and
522 the GNU system".
523 (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
524 to "*GNU Emacs*".
525 (display-about-screen): Don't check the existence of the buffer
526 "*About GNU Emacs*".
527 (display-splash-screen): Make alias to `display-startup-screen'.
528 (command-line-1): Rename `inhibit-startup-message' to
529 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
530 started with command line options "-f", "-funcall", "-e", "-eval",
531 "-execute", "-insert", "-find-file", "-file", "-visit".
532 Inhibit startup screen when Emacs is started with a file name only
533 on tty (i.e. don't inhibit it when started with a file name like
534 "emacs FILE..." on a window system).
535 (command-line-1): Simplify logic of displaying the startup screen:
536 if file-count > 0, then display the concise version in another
537 window, otherwise display full version in the same window.
538
539 * help.el (help-map): Bind C-h C-a to about-emacs.
540 (help-for-help-internal): Add C-a description to C-h help text.
541
542 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
543
544 * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
545 (checkdoc-permit-comma-termination-flag): Autoload the
546 safe-local-variable setting.
547
548 * bookmark.el (bookmark-xemacsp): Remove.
549 (bookmark-make): Don't use bookmark-xemacsp,
550 use (featurep 'xemacs) instead.
551
552 * speedbar.el (speedbar-frame-mode)
553 (speedbar-frame-reposition-smartly)
554 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
555 (speedbar-check-vc): Remove use of non-existent variable
556 dframe-xemacsp, use (featurep 'xemacs) instead.
557
558 * indent.el (indent-for-tab-command): Indent the region if
559 transient-mark-mode and the region is active.
560
561 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
562
563 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
564 add inferior-octave-directory-tracker to the buffer-local value
565 of comint-input-filter-functions.
566
567 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
568
569 * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
570
571 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
572
573 * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
574 on w32 frames.
575
576 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
577
578 * startup.el (normal-top-level): Remove DISPLAY from
579 process-environment to let it be computed dynamically in callproc.c.
580
581 * frame.el (frame-initialize, make-frame):
582 * faces.el (tty-set-up-initial-frame-faces):
583 * env.el (setenv): Don't set display-environment-variable.
584
585 * server.el (server-getenv-from): Remove. Use getenv-internal instead.
586 (server-create-tty-frame): Don't set unused `tty' property.
587 Set `display' instead of display-environment-variable.
588 (server-create-window-system-frame): No display-environment-variable.
589
590 2007-09-21 Michael Albinus <michael.albinus@gmx.de>
591
592 * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
593 (rfn-eshadow-update-overlay-hook): New defvars.
594 (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
595 Run the hooks.
596
597 * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
598 (tramp-rfn-eshadow-setup-minibuffer)
599 (tramp-rfn-eshadow-update-overlay): New defuns. Hook into
600 rfn-eshadow.el.
601
602 * net/tramp-smb.el (tramp-smb-errors): Add error message for call
603 timeout.
604
605 2007-09-21 Glenn Morris <rgm@gnu.org>
606
607 * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
608 * term/sun-mouse.el (suspend-emacstool): Remove.
609 * term/sun.el: Remove emacstool-related code.
610
611 * emacs-lisp/bytecomp.el (byte-compile-warnings)
612 (byte-compile-warnings-safe-p): Add `mapcar'.
613 (byte-compile-warning-types): Add mapcar and make-local.
614 (byte-compile-normal-call): Add option to suppress mapcar warning.
615 (top-level): Use mapc rather than mapcar in eval-when-compile.
616
617 * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
618 (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
619 (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
620 Handle escaped parens.
621 (latex-forward-sexp): Doc fix.
622
623 * eshell/esh-mode.el (eshell-output-filter-functions): Add
624 eshell-postoutput-scroll-to-bottom.
625
626 * loadup.el: Remove termdev.
627
628 * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
629 * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
630
631 2007-09-21 Markus Triska <markus.triska@gmx.at>
632
633 * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
634 `mapcar' is called for effect.
635
636 2007-09-21 Kevin Ryde <user42@zip.com.au>
637
638 * international/mule.el (sgml-html-meta-auto-coding-function):
639 Bind `case-fold-search' to t.
640
641 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
642
643 * termdev.el: Remove.
644
645 * frame.el (get-device-terminal): New function. Moved from termdev.el.
646 (frames-on-display-list): Use it.
647
648 * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
649
650 * termdev.el (terminal-id): Ask terminal-live-p before giving up.
651
652 2007-09-20 Richard Stallman <rms@gnu.org>
653
654 * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
655
656 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
657
658 * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
659
660 2007-09-20 Glenn Morris <rgm@gnu.org>
661
662 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
663 motion functions, rather than hard-coding "\n\n".
664 (tex-validate-region): Check for eobp, to speed up.
665 (tex-next-unmatched-end): Doc fix.
666
667 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
668
669 * files.el (auto-mode-alist): Use archive-mode for .rar files.
670
671 * international/mule.el (auto-coding-alist): Rar archives are binary.
672
673 * arc-mode.el: Add basic support for Rar.
674 (archive-find-type): Recognize Rar's signature.
675 (archive-desummarize): New fun.
676 (archive-summarize): Use it to restore the buffer's data in case
677 someone wants to switch to some other major mode.
678 (archive-resummarize): Use it as well.
679 (archive-rar-summarize, archive-rar-extract): New functions.
680
681 * filesets.el: Remove spurious * in docstrings.
682 (filesets-running-xemacs): Remove. Use (featurep 'xemacs) instead.
683 (filesets-conditional-sort): Remove unused arg `simply-do-it'.
684 (filesets-ingroup-collect): Remove unused arg `depth'.
685 (filesets-update): Remove unused arg `version'.
686
687 * finder.el (finder-compile-keywords): Fix up comment style.
688 (finder-mouse-face-on-line): previous-line -> forward-line.
689
690 * recentf.el: Remove spurious * in docstrings.
691 (recentf-save-list): Fix up comment style.
692
693 * progmodes/octave-mod.el: Remove spurious * in docstrings.
694 (octave-mode-map): Move init into declaration and remove \t binding.
695 (octave-mode-startup-message): Remove unused var.
696 (octave-scan-blocks): Remove unused arg `from'.
697 (octave-forward-block, octave-down-block, octave-up-block):
698 Update callers.
699
700 * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
701 (meta-mode-map): Likewise and remove \t binding.
702
703 * net/snmp-mode.el: Remove spurious * in docstrings.
704 (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
705 (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
706 (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
707 that completion accepts lists of strings.
708 (snmp-mode-syntax-table): Move initialization into declaration.
709 (snmp-mode-map): Likewise and remove \t binding.
710 (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
711 (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
712 (snmp-indent-command): Remove.
713
714 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
715 binding, so tab-always-indent works right.
716
717 2007-09-19 Johannes Weiner <hannes@saeurebad.de>
718
719 * net/browse-url.el (browse-url-elinks-new-window): New function.
720 (browse-url-elinks): Use browse-url-elinks-new-window.
721 Accept optional second argument `new-window'. Fix typo in doc-string.
722 (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
723 Improve error message.
724
725 2007-09-19 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
726
727 * net/browse-url.el (browse-url-url-encode-chars): Use the right
728 parameter name in the function body.
729 Reported by Johannes Weiner.
730
731 2007-09-19 Glenn Morris <rgm@gnu.org>
732
733 * net/socks.el (socks-open-network-stream): Signal an explicit
734 error if the port associated with a service string can't be found.
735
736 * textmodes/tex-mode.el (tex-terminate-paragraph):
737 Use backward-paragraph.
738
739 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
740
741 * server.el (server-running-p): New function.
742
743 2007-09-18 Jason Rumney <jasonr@gnu.org>
744
745 * term/w32-win.el (w32-focus-frame): Make obsolete alias for
746 x-focus-frame.
747
748 * frame.el (select-frame-set-input-focus, select-frame-by-name):
749 Use x-focus-frame for w32.
750
751 2007-09-17 David Kastrup <dak@gnu.org>
752
753 * textmodes/tex-mode.el (tex-verbatim-environments):
754 Eliminate CL dependency.
755
756 2007-09-17 Richard Stallman <rms@gnu.org>
757
758 * newcomment.el (comment-add): New arg EXTRA.
759 (comment-region-default): Pass EXTRA if not indenting lines.
760
761 2007-09-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
762
763 * net/browse-url.el (browse-url-url-encode-chars): New function.
764 URL-encode some chars in a string.
765 (browse-url-encode-url): Rewrite using the previous function.
766 (browse-url-file-url): Use `browse-url-url-encode-chars'.
767 (browse-url-elinks-sentinel): Fix typo.
768 (browse-url-new-window-flag): Doc change.
769
770 2007-09-17 Glenn Morris <rgm@gnu.org>
771
772 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
773 filename from `--file-line-error', if it is available.
774
775 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
776
777 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
778 TeX `--file-line-error' format.
779
780 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
781
782 * xt-mouse.el: Delete add-hook calls that were moved to
783 xterm-mouse-mode.
784 (xterm-mouse-mode): Disable resume-tty-functions, explain why it
785 does not work.
786
787 2007-09-17 Richard Stallman <rms@gnu.org>
788
789 * cus-face.el (custom-theme-set-faces): Undo previous change.
790
791 * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
792
793 2007-09-17 Glenn Morris <rgm@gnu.org>
794
795 * textmodes/tex-mode.el (tex-region): Simplify previous change,
796 handling the case where the region is not in `tex-main-file'.
797 (tex-region-1): Delete.
798 (tex-region-header): New function, doing the header part of the
799 old tex-region-1.
800
801 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
802
803 * simple.el (newline): Simplify use of prefix-numeric-value.
804 (line-move-partial): Remove unused var `ppos'.
805 (line-move-1): Replace 9999 with most-positive-fixnum.
806 (move-end-of-line): Use more efficient single-property search.
807 (move-beginning-of-line): Remove unused var `start'.
808 (blink-matching-open): Restructure in a more functional style.
809
810 2007-09-16 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
811
812 * calendar/holidays.el (list-holidays): Remove the cyclic alias.
813
814 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
815
816 * server.el (server-clients): Only keep procs, no properties any more.
817 (server-client): Remove.
818 (server-client-get, server-client-set): Remove, replace all callers by
819 process-get and process-put resp.
820 (server-clients-with, server-add-client, server-delete-client)
821 (server-create-tty-frame, server-create-window-system-frame)
822 (server-process-filter, server-execute, server-visit-files)
823 (server-buffer-done, server-kill-buffer-query-function)
824 (server-kill-emacs-query-function, server-switch-buffer)
825 (server-save-buffers-kill-terminal): Update accordingly.
826
827 * server.el (server-with-environment): Simplify.
828 (server-select-display, server-unselect-display): Re-add functions that
829 seem to have been lost in the multi-tty merge.
830 (server-eval-and-print, server-create-tty-frame)
831 (server-create-window-system-frame, server-goto-toplevel)
832 (server-execute, server-return-error): New functions extracted from
833 server-process-filter.
834 (server-execute-continuation): New functions.
835 (server-process-filter): Restructure so that all arguments are analysed
836 first and then acted upon in a subsequent stage. This way
837 server-goto-toplevel can be executed later, when we know if
838 it's necessary.
839 Remove the "-version" and "-version-good" support.
840
841 2007-09-16 Drew Adams <drew.adams@oracle.com>
842
843 * cus-edit (custom-face-edit-activate): Doc fix.
844
845 2007-09-16 Glenn Morris <rgm@gnu.org>
846
847 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
848 Following cal-bahai renaming, update all instances of
849 list-bahai-diary-entries to diary-bahai-list-entries,
850 mark-bahai-diary-entries to diary-bahai-mark-entries,
851 calendar-goto-bahai-date to calendar-bahai-goto-date,
852 insert-bahai-diary-entry to diary-bahai-insert-entry,
853 insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
854 insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
855 calendar-print-bahai-date to calendar-bahai-print-date.
856
857 * textmodes/tex-mode.el (tex-region): Handle the case where the
858 region is not in `tex-main-file'. Move the old code that applies
859 to both cases...
860 (tex-region-1): ...to this new function.
861
862 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
863
864 * vc.el (vc-process-sentinel): New function.
865 (vc-exec-after): Use it instead of using ugly hackish analysis and
866 construction of Elisp code.
867 (vc-sentinel-movepoint): New dynamically scoped var.
868 (vc-print-log, vc-annotate): Set it to move the user's point.
869
870 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
871 inhibit-modification-hooks.
872
873 * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
874 (calendar-bahai-print-date, calendar-bahai-goto-date)
875 (diary-bahai-list-entries, diary-bahai-insert-entry):
876 New names to clean up the namespace a bit more.
877 (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
878
879 2007-09-15 Glenn Morris <rgm@gnu.org>
880
881 * calendar/holidays.el (holiday-list): Rename it back to
882 `list-holidays', but leave `holiday-list' as an alias.
883
884 * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
885 custom group.
886
887 * textmodes/css-mode.el (css): New custom group.
888 (css-electrick-keys, css-selector, css-property)
889 (css-indent-offset): Specify custom group.
890
891 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
892
893 * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
894 (cvs-execute-single-file): Use process-file.
895 (cvs-run-process): Use start-file-process.
896
897 2007-09-15 Dan Nicolaescu <dann@ics.uci.edu>
898
899 * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
900 level. Remove the hooks when turning off the mode.
901
902 * term/xterm.el: Require xt-mouse at compile time.
903 (terminal-init-xterm): Turn on xterm mouse tracking for this
904 terminal if xterm-mouse-mode is enabled.
905
906 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
907
908 * term/xterm.el (xterm-function-map): Replace bindings that were
909 deleted by the merge.
910
911 2007-09-14 Ulf Jasper <ulf.jasper@web.de>
912
913 * play/bubbles.el (bubbles-version): Bump value to "0.5".
914 (bubbles-mode-map): Move define-key statements here.
915 (bubbles-game-theme-menu): Ditto.
916 (bubbles-graphics-theme-menu): Ditto.
917 (bubbles-menu): Ditto.
918 (bubbles-mode): Initialize buffer-undo-list, redisplay.
919 (bubbles--initialize): Reset buffer-undo-list, redisplay.
920 (bubbles-plop): Set buffer-undo-list, redisplay.
921 (bubbles-undo): Reset buffer-undo-list, redisplay.
922 (bubbles--show-images): Take care of missing text properties.
923
924 2007-09-14 Glenn Morris <rgm@gnu.org>
925
926 * startup.el (fancy-startup-text, fancy-about-text): Fix face
927 quoting.
928
929 * calendar/cal-hebrew.el, calendar/cal-menu.el
930 * calendar/calendar.el, calendar/diary-lib.el
931 * calendar/holidays.el: Rename all instances of
932 list-calendar-holidays callers to calendar-list-holidays,
933 list-holidays to holiday-list, check-calendar-holidays to
934 calendar-check-holidays, mark-calendar-holidays to
935 calendar-mark-holidays, and filter-visible-calendar-holidays to
936 holiday-filter-visible-calendar.
937
938 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
939
940 * term/xterm.el (xterm-function-map): Add C-M- bindings.
941
942 2007-09-13 Sascha Wilde <wilde@sha-bang.de> (tiny change)
943
944 * play/bubbles.el (bubbles--initialize-images): Fix bug:
945 Use transparent background for empty cells in graphics mode.
946
947 2007-09-13 Jari Aalto <jari.aalto@cante.net>
948
949 * man.el (Man-default-man-entry): At end of line, continue looking
950 to the next line for possible end of hyphenated command.
951
952 2007-09-13 Chris Moore <dooglus@gmail.com>
953
954 * shell.el (shell-resync-dirs): Don't move the cursor relative to
955 the command being edited.
956
957 2007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
958
959 * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
960
961 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
962
963 * term/xterm.el (xterm-function-map): Add bindings for M-S- and
964 C-M-S- keys.
965
966 * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
967
968 2007-09-12 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
969
970 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
971 New argument `filename-p' to use one set of confusing chars or another.
972 (browse-url-file-url): Use the argument.
973 Suggested by Johannes Weiner.
974
975 2007-09-12 Romain Francoise <romain@orebokech.com>
976
977 * cus-start.el (all): Revert 2007-09-08 change.
978
979 2007-09-12 Aaron Hawley <aaronh@garden.org>
980
981 * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
982 extract .Z files, since it is more common than uncompress.
983
984 2007-09-12 Glenn Morris <rgm@gnu.org>
985
986 * textmodes/org-publish.el (org-publish-org-to-html): Remove
987 duplicate function definition.
988
989 2007-09-10 Chris Moore <dooglus@gmail.com>
990
991 * diff-mode.el (diff-sanity-check-hunk):
992 Also accept single-line hunks.
993
994 2007-09-10 Chong Yidong <cyd@stupidchicken.com>
995
996 * startup.el (startup-screen-inhibit-startup-screen)
997 (pure-space-overflow-message): New vars.
998 (fancy-splash-insert): Allow functions for face and link specs.
999 (fancy-splash-head): Remove unused arg. Move splash text...
1000 (fancy-startup-text, fancy-about-text): ...here.
1001 (fancy-startup-tail): Rename from fancy-splash-tail.
1002 (fancy-startup-screen, fancy-about-screen): Split off from
1003 fancy-splash-screens.
1004 (display-startup-screen): New function.
1005 (display-about-screen): Rename from display-splash-screen.
1006 (command-line-1): Use concise startup screen if necessary.
1007
1008 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
1009
1010 * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
1011 Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
1012
1013 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
1014
1015 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
1016 (python-font-lock-keywords): Update to the 2.5 version of the language.
1017 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
1018 (python-backspace): Only behave funny in code.
1019 (python-compilation-regexp-alist): Add PDB stack trace regexp.
1020 (inferior-python-mode): Add PDB prompt regexp.
1021 (python-fill-paragraph): Refine the fenced-string regexp.
1022 (python-find-imports): Handle imports spanning several lines.
1023 (python-mode): Add `class' to hideshow support.
1024
1025 2007-09-10 Dave Love <fx@gnu.org>
1026
1027 * outline.el (outline-4, outline-5, outline-7):
1028 Move font-lock-builtin-face down from 4 to 7 to better keep the
1029 progression of color brightness, and to better match Org-mode's faces.
1030
1031 2007-09-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
1032
1033 * progmodes/meta-mode.el (meta-font-lock-keywords)
1034 (font-lock-match-meta-declaration-item-and-skip-to-next)
1035 (meta-comment-indent, meta-indent-previous-line)
1036 (meta-indent-unfinished-line, meta-beginning-of-defun)
1037 (meta-end-of-defun, meta-common-initialization): Handle \f.
1038 (meta-indent-unfinished-line): Do not handle a `%' in a string as
1039 a comment-start.
1040
1041 * files.el (file-modes-char-to-who, file-modes-char-to-right)
1042 (file-modes-rights-to-number): Auxiliary functions for symbolic to
1043 numeric notation of file modes.
1044 (file-modes-symbolic-to-number): New. Convert symbolic modes to its
1045 numeric value.
1046 (read-file-modes): New. Read either an octal value of a file mode or a
1047 symbolic value, and return its numeric value.
1048
1049 * dired-aux.el (dired-do-chmod): Change to use the built-in
1050 `set-file-modes' and the previous symbolic mode parsing functions.
1051
1052 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
1053
1054 * textmodes/texinfo.el: Remove spurious * in docstrings.
1055 (texinfo-mode-syntax-table, texinfo-mode-map):
1056 Initialize in the declaration.
1057
1058 * tmm.el: Remove spurious * in docstrings.
1059 (tmm-prompt): Use with-current-buffer.
1060
1061 * vcursor.el: Remove spurious * in docstrings.
1062 (vcursor-map): Initialize in the declaration.
1063 (vcursor-use-vcursor-map): Use define-minor-mode.
1064 (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
1065
1066 * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
1067 Initialize in the declaration.
1068 (widget-minor-mode): Use define-minor-mode.
1069
1070 * woman.el (woman-mode-map, woman-syntax-table):
1071 Initialize in the declaration.
1072
1073 2007-09-09 Tassilo Horn <tassilo@member.fsf.org>
1074
1075 * doc-view.el: New file.
1076
1077 2007-09-09 Juri Linkov <juri@jurta.org>
1078
1079 * Makefile.in (update-authors): Add etc/ to AUTHORS.
1080
1081 * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
1082
1083 * startup.el (initial-buffer-choice): Rename choice "Splash screen"
1084 to "Startup screen". Fix docstring.
1085 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
1086 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
1087 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
1088 (initial-scratch-message): Fix docstring.
1089 (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
1090 Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
1091 Add link to "Customize Startup" and set interval between links to
1092 5 spaces.
1093 (fancy-about-text): Add links "Authors" and "Contributing".
1094 (fancy-splash-head): Add text "Welcome to " on the startup screen,
1095 and "This is " on the about screen. Add link to
1096 "http://www.gnu.org/software/emacs/" for "GNU Emacs".
1097 For the about screen move emacs version to the header from
1098 `fancy-splash-tail' (as it's done already for normal about screen).
1099 (fancy-splash-tail): Insert emacs version only for startup screen.
1100 (normal-splash-screen): Remove duplicate empty lines.
1101 (normal-about-screen): Add links "Authors" and "Contributing".
1102
1103 * menu-bar.el (menu-bar-help-menu):
1104 Move "About Emacs" and "About GNU" to the end of the Help menu.
1105 Move "Emacs Psychotherapist" after "Send Bug Report...".
1106 Move "External Packages" after "Find Emacs Packages".
1107
1108 2007-09-09 Michael Albinus <michael.albinus@gmx.de>
1109
1110 * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
1111 they are useless with the byte compiler.
1112 (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
1113 (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
1114 (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
1115 (tramp-file-name-real-host, tramp-file-name-port)
1116 (tramp-find-method, tramp-find-user, tramp-find-host): Make them
1117 defuns.
1118
1119 * net/tramp-cache.el (top): Improve error message when
1120 `tramp-persistency-file-name' is corrupted.
1121
1122 2007-09-09 Carsten Dominik <dominik@science.uva.nl>
1123
1124 * textmodes/org.el (org-re): Also replace the :alpha: class.
1125 (org-todo-tag-alist): Variable removed.
1126 (org-todo-key-alist, org-todo-key-trigger) New variables.
1127 (org-use-fast-todo-selection): New option.
1128 (org-log-done): Docstring fixed.
1129 (org-deadline-warning-days): New default value 14.
1130 (org-edit-timestamp-down-means-later) New option.
1131 (org-tag-alist): Docstring fixed.
1132 (org-fast-tag-selection-include-todo): New option.
1133 (org-export-language-setup): New languages added.
1134 (org-set-regexps-and-options): Compute the new variables.
1135 (org-paste-subtree): Cleaning up.
1136 (org-remember-apply-template): New escape %A.
1137 (org-todo): Call fast TODO selection.
1138 (org-fast-todo-selection): New function.
1139 (org-add-log-note): Allow prefix for abort exit.
1140 (org-at-property-p, org-entry-properties)
1141 (org-columns-get-autowidth-alist): Use :alpha: class.
1142 (org-get-wdays): New function.
1143 (org-agenda-remove-date): New variable.
1144 (org-agenda-get-deadlines): Use `org-get-wdays'.
1145 (org-agenda-get-deadlines): Reverse ee before returning.
1146 (org-format-agenda-item): New argument REMOVE-RE.
1147 (org-agenda-convert-date): Baha'i calendar added.
1148 (org-infile-export-plist): Also find DATE line.
1149 (org-get-min-level): New function.
1150 (org-export-as-html, org-export-as-ascii): Use the date format.
1151 (org-shiftup, org-shiftdown): Use.
1152 `org-edit-timestamp-down-means-later'.
1153 (org-assign-fast-keys): New function.
1154
1155 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
1156
1157 * cus-start.el (all): Add prefer-window-split-horizontally from
1158 window.c.
1159
1160 2007-09-08 Eli Zaretskii <eliz@gnu.org>
1161
1162 * net/browse-url.el (browse-url-galeon): Fix last change.
1163 (top-level): Require cl when compiling.
1164
1165 2007-09-08 Carsten Dominik <dominik@science.uva.nl>
1166
1167 * textmodes/org-export-latex.el: arch-tag restored.
1168
1169 * textmodes/org-publish.el: arch-tag restored.
1170
1171 2007-09-08 Masatake YAMATO <jet@gyve.org>
1172
1173 * progmodes/which-func.el (which-func-modes): Add diff-mode.
1174
1175 * progmodes/cc-langs.el: Support new keywords added to
1176 objective-c frontend of gcc.
1177 (c-simple-stmt-kwds): Add @throw.
1178 (c-block-stmt-2-kwds): Add @synchronized.
1179 (c-block-stmt-1-kwds): Add @finally and @try.
1180
1181 2007-09-07 Carsten Dominik <dominik@science.uva.nl>
1182
1183 * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
1184 (org-agenda-after-show-hook): New variable.
1185 (org-columns-compile-format)
1186 (org-columns-get-autowidth-alist, org-buffer-property-keys)
1187 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
1188 property names.
1189 (org-get-wdays): New function.
1190
1191 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1192
1193 * simple.el (normal-erase-is-backspace-setup-frame): Massage.
1194
1195 * term/xterm.el (xterm-function-map): Initialize in the declaration.
1196
1197 * vc-arch.el (vc-arch-checkin): Fix typo.
1198
1199 2007-09-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
1200
1201 * cus-face.el (custom-theme-set-faces): Set face attributes
1202 locally for each frame.
1203
1204 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1205
1206 * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
1207 via font-lock-defaults.
1208
1209 * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
1210 derived-mode-p.
1211
1212 2007-09-07 Thien-Thi Nguyen <ttn@gnuvola.org>
1213
1214 * progmodes/autoconf.el (autoconf-definition-regexp):
1215 Handle optional square brackets around definition name.
1216
1217 2007-09-07 Johannes Weiner <hannes@saeurebad.de>
1218
1219 * net/browse-url.el (browse-url-browser-function): Add elinks.
1220 (browse-url-elinks-wrapper): New option.
1221 (browse-url-encode-url, browse-url-elinks)
1222 (browse-url-elinks-sentinel): New functions.
1223 (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
1224 (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
1225 Use new function browse-url-encode-url.
1226
1227 2007-09-07 Glenn Morris <rgm@gnu.org>
1228
1229 * version.el (emacs-version): Revert 2007-08-29 change: no need to
1230 say if multi-tty is present.
1231
1232 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1233
1234 * cus-start.el (split-window-preferred-function): Add custom info.
1235
1236 * calendar/holidays.el (holiday-list, calendar-check-holidays)
1237 (calendar-mark-holidays, calendar-list-holidays)
1238 (holiday-filter-visible-calendar): New names to clean up namespace.
1239 (filter-visible-calendar-holidays, list-calendar-holidays)
1240 (mark-calendar-holidays, check-calendar-holidays, list-holidays):
1241 Add compatibility aliases.
1242 (calendar-check-holidays, calendar-mark-holidays)
1243 (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
1244 (holiday-sexp): Replace append with list.
1245 (holiday-filter-visible-calendar): Replace append with push.
1246
1247 * woman.el: Remove spurious * in docstrings.
1248 (woman-mini-help, woman-non-underline-faces, woman0-rename)
1249 (woman-topic-all-completions-merge, woman-file-name-all-completions)
1250 (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
1251 (woman-write-directory-cache, woman-display-extended-fonts)
1252 (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
1253 (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
1254 (woman-mode): Use inhibit-read-only.
1255 (woman-negative-vertical-space): Use dotimes.
1256 (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
1257
1258 2007-09-06 Romain Francoise <romain@orebokech.com>
1259
1260 * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
1261 (vc-bzr-workfile-version): Use it.
1262
1263 2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
1264
1265 * complete.el (PC-do-completion): Don't try to treat
1266 empty string as an abbreviation.
1267
1268 2007-09-06 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1269
1270 * help-fns.el (describe-variable): Keep doc's text properties.
1271
1272 2007-09-06 Dan Nicolaescu <dann@ics.uci.edu>
1273
1274 * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
1275 instead of a file.
1276
1277 2007-09-06 Glenn Morris <rgm@gnu.org>
1278
1279 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
1280 (checkdoc-minor-mode): Allow user to specify lighter via
1281 checkdoc-minor-mode-string.
1282
1283 2007-09-05 Richard Stallman <rms@gnu.org>
1284
1285 * startup.el (fancy-startup-text): Rename from fancy-splash-text.
1286 Several items removed, simplified, or put on one line.
1287 (fancy-about-text): Add substantial contents, part of startup text.
1288 (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
1289 (normal-splash-screen): Call normal-mouse-startup-screen,
1290 normal-no-mouse-startup-screen, or normal-about-screen.
1291 (normal-mouse-startup-screen): New fn, broken out, shortened.
1292 (normal-no-mouse-startup-screen): New fn, broken out.
1293 (normal-about-screen): New function, contents all new.
1294
1295 2007-09-05 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
1296
1297 * emacs-lisp/rx.el (rx): Fix typo in docstring.
1298
1299 2007-09-05 Glenn Morris <rgm@gnu.org>
1300
1301 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
1302 is bound.
1303
1304 2007-09-05 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1305
1306 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
1307 in doc string.
1308
1309 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
1310
1311 * server.el (server-start, server-unload-hook): Undo previous change.
1312
1313 * xt-mouse.el: Undo previous change.
1314
1315 2007-09-04 Juri Linkov <juri@jurta.org>
1316
1317 * startup.el (fancy-about-text): New variable.
1318 (fancy-splash-delay, fancy-splash-max-time): Remove user options.
1319 (fancy-current-text, fancy-splash-stop-time)
1320 (fancy-splash-outer-buffer): Remove variables.
1321 (fancy-splash-head, fancy-splash-tail): Add new optional argument
1322 `startup' and use it to conditionally display different texts for
1323 Startup and About screens. Don't display Help commands on the About
1324 screen.
1325 (fancy-splash-screens-1): Remove function and move its content to
1326 `fancy-splash-screens' to the part that dislpays the About screen.
1327 (exit-splash-screen): Don't treat specially exiting from
1328 alternating screens.
1329 (fancy-splash-screens): Rename argument `static' to `startup'.
1330 Fix docstring. Remove code for displaying alternating screens.
1331 Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
1332 Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
1333 for `inhibit-read-only'.
1334 (normal-splash-screen): Rename argument `static' to `startup'.
1335 Fix docstring. Use argument `startup' to conditionally display
1336 different texts for Startup and About screens. Don't display Help
1337 commands on the About screen. Remove `unwind-protect' `sit-for'
1338 delay and `kill-buffer' after it.
1339 (display-startup-echo-area-message): Remove call to
1340 `use-fancy-splash-screens-p' because image.el is preloaded and
1341 doesn't display "Loading image... done".
1342 (display-splash-screen): Rename argument `static' to `startup'.
1343 Fix docstring.
1344
1345 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
1346
1347 * server.el (server-start, server-unload-hook):
1348 suspend-tty-functions has been renamed to suspend-tty-hook.
1349
1350 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
1351 resume-tty-hook.
1352
1353 2007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
1354
1355 * loadup.el: Fix merge problem, only load "button" once.
1356
1357 2007-09-03 Glenn Morris <rgm@gnu.org>
1358
1359 * vc-svn.el (vc-svn-print-log): If there is only one file, use
1360 "Working file:" as the prefix, for the sake of
1361 log-view-current-file.
1362
1363 2007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
1364
1365 * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
1366 (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
1367 if the selected frames is in
1368 xterm-modify-other-keys-terminal-list.
1369 (xterm-turn-off-modify-other-keys): Add an optional frame
1370 parameter. Only turn off modify-other-keys if FRAME is in
1371 xterm-modify-other-keys-terminal-list.
1372 (xterm-remove-modify-other-keys): New function.
1373 (terminal-init-xterm): Use it. Deal with delete-frame hook.
1374 Add the selected frame to xterm-modify-other-keys-terminal-list.
1375
1376 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1377
1378 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
1379 (icon-map-list): New variable.
1380 (x-gtk-map-stock): Use icon-map-list.
1381
1382 2007-09-02 Romain Francoise <romain@orebokech.com>
1383
1384 * log-view.el (log-view-current-file): Balance parens.
1385
1386 2007-09-02 Glenn Morris <rgm@gnu.org>
1387
1388 * comint.el (comint-mode): Don't set scroll-conservatively.
1389
1390 * eshell/em-unix.el (eshell/time): Stringify and flatten the
1391 non-command arguments.
1392
1393 * log-view.el (log-view-current-file): Give a more explicit error
1394 if log-view-file-re fails to find a match.
1395
1396 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
1397
1398 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1399 Fix bug: Don't expand top-level file name more than once.
1400 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
1401
1402 2007-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
1403
1404 * server.el (server-process-filter): Don't display the splash screen.
1405 It's annoying enough on the initial screen and becomes positively
1406 obnoxious here.
1407
1408 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
1409
1410 * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
1411 Change naming to use "avl-tree--" for internal functions.
1412
1413 2007-08-31 Dan Nicolaescu <dann@ics.uci.edu>
1414
1415 * term/x-win.el (x-menu-bar-open): Delete duplicated function from
1416 the merge.
1417 (global-set-key): Delete f10 mapping, now done in menu-bar.el.
1418 (provide): Move to the end of file.
1419
1420 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
1421
1422 2007-08-31 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
1423
1424 * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
1425 New variable. List of exceptions for the duplicated word rule.
1426 (flyspell-mark-duplications-flag): Mention it.
1427 (flyspell-word): Treat it.
1428
1429 * files.el (create-file-buffer): If the filename sans directory starts
1430 with spaces, remove them.
1431
1432 2007-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1433
1434 * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
1435 (x-gtk-map-stock): Use two directory elements when matching
1436 file name.
1437
1438 2007-08-31 James Wright <james@chumsley.org>
1439
1440 * eshell/em-unix.el (eshell/info): New function.
1441
1442 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
1443
1444 * frame.el (frame-initialize, make-frame):
1445 * server.el (server-process-filter):
1446 * faces.el (tty-set-up-initial-frame-faces): Don't set
1447 term-environment-variable since it's not used any more.
1448
1449 * env.el (setenv): Don't treat $TERM specially.
1450
1451 * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
1452 stated otherwise, subprocesses do not send back escape sequences
1453 corresponding to the terminal from which Emacs was started.
1454
1455 2007-08-31 Thien-Thi Nguyen <ttn@gnuvola.org>
1456
1457 * calculator.el: Require cl for compilation.
1458
1459 2007-08-30 Daniel Pfeiffer <occitan@esperanto.org>
1460
1461 * outline.el (outline-font-lock-levels): Comment out unused var.
1462 (outline-font-lock-face): Wrap around face list to handle any
1463 nesting depth gracefully.
1464
1465 2007-08-30 Michael Albinus <michael.albinus@gmx.de>
1466
1467 * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
1468 `set-file-times'.
1469
1470 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
1471
1472 * textmodes/org.el (org-export-visible): Fix drawers before export.
1473 (org-do-sort): Allow sorting by priority.
1474 (org-agenda-files): Ignore non-existing files.
1475 (org-agenda-skip-unavailable-files): New variable.
1476 (org-ellipsis): All a face as value.
1477 (org-mode): Interprete the face value of `org-ellipsis'.
1478 (org-archive-save-context-info): New option.
1479 (org-archive-subtree): Store context info in archived entry.
1480 (org-fast-tag-selection-can-set-todo-state): New variable.
1481 (org-fast-tag-selection): Allow setting TODO states through this
1482 interface.
1483 (org-cycle): Docstring updated.
1484 (org-todo-keyword-faces): New option.
1485 (org-get-todo-face): New function.
1486 (org-set-font-lock-defaults, org-agenda-highlight-todo):
1487 Use `org-get-todo-face'.
1488 (org-switch-to-buffer-other-window): New function.
1489 (org-table-edit-field, org-table-show-reference)
1490 (org-table-edit-formulas, org-add-log-note)
1491 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
1492 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
1493 `switch-to-buffer-other-window' to make sure that the temporary
1494 windows show up on the current frame.
1495 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
1496 (org-get-entries-from-diary, org-replace-region-by-html):
1497 Don't allow pop-up frames.
1498 (org-agenda-get-deadlines, org-agenda-get-scheduled):
1499 Fix problems with time-of-day.
1500 (org-export-get-title-from-subtree): New function.
1501 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
1502 with listing items that are DONE.
1503 (org-change-tag-in-region): New command.
1504 (org-agenda-skip-scheduled-if-done)
1505 (org-agenda-skip-deadline-if-done): Docstring clarified.
1506 (org-mode): Hide drawers on startup.
1507 (org-get-todo-face): New function.
1508 (org-todo-keyword-faces): New option.
1509 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
1510 (org-remove-keyword-keys): New function.
1511
1512 2007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
1513
1514 * progmodes/grep.el (grep-find-ignored-directories):
1515 Add monotone _MTN bookkeeping directory in workspaces.
1516 Add RCS control directory. List items in alphabetical order.
1517
1518 * progmodes/grep.el (grep-files-aliases): Add cc alias.
1519 Sort items in alphabetical order. Fix parens.
1520
1521 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
1522
1523 * vc-hg.el (vc-hg-extra-menu-map): New variable.
1524 (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
1525 (vc-hg-pull): New functions.
1526 (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
1527
1528 * term/mac-win.el: Don't require url, only autoloaded url
1529 functions are used in this file.
1530
1531 2007-08-29 Andreas Schwab <schwab@suse.de>
1532
1533 * shell.el (shell): Return correct value from interactive spec.
1534
1535 2007-08-29 Glenn Morris <rgm@gnu.org>
1536
1537 * version.el (emacs-version): Increase to 23.0.50.
1538
1539 2007-08-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1540
1541 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
1542
1543 2007-08-29 Juri Linkov <juri@jurta.org>
1544
1545 * loadup.el: Add "button" loading after "faces" and move "startup"
1546 to load after "button".
1547
1548 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
1549
1550 * loadup.el: Load term/mac-win on a Mac using Carbon.
1551
1552 * term/mac-win.el: Provide mac-win.
1553 (mac-initialized): New variable.
1554 (mac-initialize-window-system): New function. Move global setup here.
1555 (handle-args-function-alist, frame-creation-function-alist):
1556 (window-system-initialization-alist): Add mac entries.
1557 (x-setup-function-keys): New function containing all the
1558 top level function key definitions.
1559
1560 * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
1561
1562 * env.el (read-envvar-name): Don't consider the environment frame param.
1563
1564 * env.el (setenv):
1565 * frame.el (frame-initialize, make-frame):
1566 * faces.el (tty-set-up-initial-frame-faces):
1567 * server.el (server-process-filter): Set
1568 display-environment-variable and term-environment-variable.
1569
1570 * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
1571
1572 2007-08-29 Jason Rumney <jasonr@gnu.org>
1573
1574 * loadup.el: Only load term/x-win when X is compiled in.
1575 Load term/w32-win and dependencies on windows-nt.
1576
1577 * term/w32-win.el: Reorder to match x-win.el more closely.
1578 Provide w32-win. Don't throw error when global window-system not w32.
1579 (internal-face-interactive): Remove obsolete function.
1580 (x-setup-function-keys): Use local-function-key-map.
1581 (w32-initialized): New variable.
1582 (w32-initialize-window-system): Set it.
1583 Move more global setup here.
1584 (x-setup-function-keys): New function.
1585 (w32-initialize-window-system): Move non function key global setup here.
1586 (x-cut-buffer-max): Remove.
1587 (w32-initialize-window-system): New function.
1588 (handle-args-function-alist, frame-creation-function-alist):
1589 (window-system-initialization-alist): Add w32 entries.
1590
1591 2007-08-29 David Kastrup <dak@gnu.org>
1592
1593 * env.el (getenv): Pass frame to getenv-internal.
1594
1595 2007-08-29 Karoly Lorentey <lorentey@elte.hu>
1596
1597 * version.el (emacs-version): Show if multi-tty is present.
1598
1599 * loadup.el: Delay loading env; mule-conf gets confused by cl
1600 during bootstrap. Also load termdev and term/x-win.
1601
1602 * bindings.el (mode-line-client): New variable.
1603 (help-echo): Add it to the default mode-line format.
1604
1605 * cus-start.el: Remove bogus window-system reference from GTK test.
1606
1607 * ebrowse.el (ebrowse-electric-list-mode-map)
1608 (ebrowse-electric-position-mode-map):
1609 * ebuff-menu.el (electric-buffer-menu-mode-map):
1610 * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
1611 not `suspend-emacs'.
1612
1613 * ediff-wind.el (ediff-setup-windows-automatic): New function.
1614 (ediff-window-setup-function): Use it as default.
1615
1616 * files.el (save-buffers-kill-terminal): New function.
1617 (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
1618
1619 * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
1620 and `with-selected-frame'.
1621
1622 * help-fns.el (describe-variable): Describe frame-local variables
1623 correctly.
1624
1625 * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
1626 display support.
1627 (normal-erase-is-backspace-setup-frame): New function.
1628
1629 * subr.el (with-selected-frame): New function.
1630 (read-quoted-char): Use terminal-local binding of
1631 local-function-key-map instead of function-key-map.
1632
1633 * talk.el (talk): New function.
1634 (talk-handle-delete-frame): New function.
1635 (talk-add-display): Open a new frame only if FRAME was not a frame.
1636
1637 * termdev.el: New file.
1638
1639 * menu-bar.el (menu-bar-open): New function. Bind it to f10.
1640 * term/x-win.el: Don't bind f10.
1641 * tmm.el: Remove autoload binding for f10.
1642
1643 * international/encoded-kb.el (encoded-kbd-setup-display): Use
1644 `set-input-meta-mode'. Fix broken condition before set-input-mode.
1645 Store the saved input method as a terminal parameter. Add keymap
1646 parameter. Use it instead of changing key-translation-map directly.
1647 (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
1648 Remove.
1649 (encoded-kbd-setup-display): New function.
1650
1651 * international/mule-cmds.el (set-locale-environment): Fix getenv
1652 call. Use save-buffers-kill-terminal. Ignore window-system; always
1653 set the keyboard coding system. Add DISPLAY parameter.
1654 (set-display-table-and-terminal-coding-system): Add DISPLAY
1655 parameter. Pass it to set-terminal-coding-system.
1656
1657 * international/mule.el (keyboard-coding-system): Test for
1658 encoded-kbd-setup-display, not encoded-kbd-mode.
1659 (set-terminal-coding-system, set-keyboard-coding-system): Add
1660 DISPLAY parameter.
1661 (set-keyboard-coding-system): Use encoded-kbd-setup-display.
1662
1663 * term/README: Update.
1664
1665 * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
1666
1667 * term/x-win.el (x-setup-function-keys): New function. Move
1668 function-key-map tweaks here. Protect against multiple calls on
1669 the same terminal. Use terminal-local binding of
1670 local-function-key-map instead of function-key-map.
1671 (x-initialize-window-system): Make a copy of pure list. Pass a
1672 frame getenv.
1673
1674 * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
1675 * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
1676 * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
1677 * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
1678 * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
1679 local-function-key-map instead of function-key-map.
1680
1681 * term/rxvt.el, term/xterm.el: Speed up load time by protecting
1682 `substitute-key-definition' and `define-key' calls against
1683 multiple execution. Use terminal-local binding of
1684 local-function-key-map instead of function-key-map. Pass a frame
1685 to getenv.
1686
1687 * edmacro.el (edmacro-format-keys):
1688 * emulation/cua-base.el (cua--pre-command-handler):
1689 * isearch.el (isearch-other-meta-char):
1690 * xt-mouse.el: Use terminal-local binding of
1691 local-function-key-map instead of function-key-map.
1692
1693 * fringe.el (set-fringe-mode): Simplify and fix using
1694 `modify-all-frames-parameters'.
1695 * scroll-bar.el (set-scroll-bar-mode): Ditto.
1696 * tool-bar.el (tool-bar-mode): Ditto. Remove 'tool-bar-map length
1697 check before calling `tool-bar-setup'.
1698 (tool-bar-setup): New variable.
1699 (tool-bar-setup): Use it to guard against multiple calls. Add
1700 optional frame parameter, and select that frame before adding items.
1701 (toggle-tool-bar-mode-from-frame): New function.
1702
1703 * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
1704 (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
1705 toggle-tool-bar-mode-from-frame to change "Menu-bar" and
1706 "Tool-bar" toggles to reflect the state of the current frame.
1707 (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
1708
1709 * env.el: Require cl for byte compilation (for `block' and `return').
1710 (environment, setenv-internal): New functions.
1711 (let-environment): New macro.
1712 (setenv, getenv): Add optional terminal parameter. Update docs.
1713 (setenv): Use setenv-internal. Always set process-environment.
1714 Handle `local-environment-variables'.
1715 (read-envvar-name, setenv, getenv): Use frame parameters
1716 to store the local environment, not terminal parameters. Include
1717 `process-environment' as well.
1718
1719 * faces.el (tty-run-terminal-initialization): New function.
1720 (tty-create-frame-with-faces): Use it. Set up faces and
1721 background mode only after the terminal has been initialized.
1722 Call terminal-init-*. Don't load the initialization file more
1723 than once. Call set-locale-environment.
1724 (frame-set-background-mode): Handle the 'background-mode terminal
1725 parameter.
1726 (tty-find-type): New function.
1727 (x-create-frame-with-faces): Remove bogus check for
1728 first frame. Call `tool-bar-setup'. Don't make frame visible
1729 until we are done setting up all its parameters. Call
1730 x-setup-function-keys.
1731
1732 * frame.el (make-frame): Always inherit 'environment and 'client
1733 parameters. Set up the 'environment frame parameter, when needed.
1734 Also inherit 'client parameter. Don't override explicitly
1735 specified values with inherited ones. Add 'terminal frame
1736 parameter. Append window-system-default-frame-alist to parameters
1737 before calling frame-creation-function.
1738 (frame-initialize): Copy the environment from the initial frame.
1739 (window-system-default-frame-alist): Enhance doc string.
1740 (frame-notice-user-settings): Don't put 'tool-bar-lines in
1741 `default-frame-alist' when initial frame is on a tty.
1742 (modify-all-frames-parameters): Simplify using `assq-delete-all'.
1743 Remove specified parameters from `window-system-default-frame-alist'.
1744 (make-frame-on-tty, framep-on-display, suspend-frame):
1745 Extend doc string, update parameter names.
1746 (frames-on-display-list): Use terminal-id to get the display id.
1747 (frame-notice-user-settings): Extend to apply
1748 settings in `window-system-default-frame-alist' as well.
1749 (terminal-id, terminal-parameters, terminal-parameter)
1750 (set-terminal-parameter, terminal-handle-delete-frame): New functions.
1751 (delete-frame-functions): Add to `delete-frame-functions' hook.
1752 (blink-cursor-mode): Adapt blink-cursor-mode default
1753 value from startup.el.
1754 (make-frame-on-display): Protect condition on x-initialized when
1755 x-win.el is not loaded. Update doc.
1756 (suspend-frame): Use display-controlling-tty-p to decide between
1757 suspend-emacs and suspend-tty.
1758 (frames-on-display-list): Update for display ids.
1759 (framep-on-display): Ditto.
1760 (suspend-frame): Use display-name, not frame-tty-name.
1761 (selected-terminal): New function.
1762
1763 * server.el: Use `device' instead of `display' or `display-id' in
1764 variable and client parameter names.
1765 (server-select-display): Remove (unused).
1766 (server-tty-live-p, server-handle-delete-tty): Remove.
1767 (server-unquote-arg, server-quote-arg, server-buffer-clients):
1768 Update docs.
1769 (server-getenv-from, server-with-environment, server-send-string)
1770 (server-save-buffers-kill-terminal): New functions.
1771 (server-delete-client): Handle quits in kill-buffer. Don't kill
1772 modified buffers. Add extra logging. Delete frames after
1773 deleting the tty. Clear 'client parameter before deleting a frame.
1774 Use delete-display, not delete-tty.
1775 (server-visit-files): Don't set `server-existing-buffer' if the
1776 buffer already has other clients. Return list of buffers
1777 created. Update doc. Don't set client-record when nowait.
1778 (server-handle-delete-frame): Delete the client if this was its
1779 last frame. Check that the frame is alive. Remove bogus comment.
1780 Add note on possible race condition. Delete tty clients, if needed.
1781 (server-handle-suspend-tty): Use server-send-string. Kill the
1782 client in case of errors from process-send-string. Use the display
1783 parameter.
1784 (server-unload-hook): Remove obsolete delete-tty hook.
1785 (server-start): Ask before restarting if the old server still has
1786 clients. Add feedback messages. Remove obsolete delete-tty hook.
1787 (server-process-filter): Use server-send-string. Accept `-dir'
1788 command. Switch to *scratch* immediately after creating the frame,
1789 before evaluating any -evals. Protect `display-splash-screen'
1790 call in a condition-case. Explain why. Call
1791 `display-startup-echo-area-message' before
1792 `display-splash-screen'. Don't display the splash screen when no
1793 frame was created. Show the Emacs splash screen and startup echo
1794 area message. Display the *scratch* buffer by default. Store the
1795 local environment in a frame (not terminal) parameter. Do not try
1796 to decode environment strings. Fix reference to the 'display
1797 frame parameter. Change syntax of environment variables. Put
1798 environment into terminal parameters, not client parameters. Use
1799 a dummy client with --no-wait's X frames. In `-position LINE'
1800 handler, don't ruin the request string until the line number is
1801 extracted. Log opened files. Handle -current-frame command.
1802 Don't create frames when it is given. Don't bind X frames to the
1803 client when we are in -no-wait mode. Set locale environment
1804 variables from client while creating tty frames. Disable call to
1805 configure-display-for-locale. When processing -position command,
1806 don't change the request string until the parameters are
1807 extracted. Don't try to create an X frame when Emacs does not
1808 support it. Improve logging. Temporarily set ncurses-related
1809 environment variables to those of the client while creating a new
1810 tty frame. Select buffers opened by nowait clients, don't leave
1811 them buried under others. Set the display parameter, and use it
1812 when appropriate.
1813
1814 * startup.el (display-startup-echo-area-message): Handle
1815 `inhibit-startup-echo-area-message' here.
1816 (command-line-1): Moved from here.
1817 (fancy-splash-screens): Use `overriding-local-map' instead of
1818 `overriding-terminal-local-map' for now; the latter doesn't work
1819 right, it looses keypresses to another terminal. Use
1820 `overriding-terminal-local-map' to set up keymap. Install a
1821 `delete-frame-functions' hook to catch `delete-frame' events.
1822 Ignore `select-window' events to cope better with
1823 `focus-follows-mouse'. Don't switch back to the original buffer
1824 if the splash frame has been killed. Restore previous buffer, even
1825 if it's *scratch*.
1826 (normal-splash-screen): Don't let-bind `mode-line-format'; it
1827 changes the global binding - setq it instead. Use
1828 `save-buffers-kill-terminal'.
1829 (display-splash-screen): Don't do anything if the splash screen is
1830 already displayed elsewhere.
1831 (fancy-splash-exit, fancy-splash-delete-frame): New functions.
1832 (command-line): Replace duplicated code with a call to
1833 tty-run-terminal-initialization. Don't load the terminal
1834 initialization file more than once. Remove call to nonexistent
1835 function `set-locale-translation-file-name'.
1836
1837 * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
1838 parameters.
1839 (xterm-mouse-position-function, xterm-mouse-event): Update.
1840 (xterm-mouse-mode): Don't depend on current value of window-system.
1841 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
1842 Update for multi-tty.
1843 (turn-on-xterm-mouse-tracking-on-terminal)
1844 (turn-off-xterm-mouse-tracking-on-terminal)
1845 (xterm-mouse-handle-delete-frame): New functions.
1846 (delete-frame-functions, after-make-frame-functions)
1847 (suspend-tty-functions, resume-tty-functions): Install extra hooks
1848 for multi-tty.
1849
1850 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
1851
1852 * simple.el (invisible-p): Remove: implemented in C now.
1853 (line-move-invisible-p): Remove obsolete alias.
1854
1855 2007-08-28 Juri Linkov <juri@jurta.org>
1856
1857 * image-mode.el (image-type): New variable.
1858 (image-mode): Set default major mode name to "Image[text]".
1859 (image-minor-mode): Change LIGHTER to display image-type in the
1860 mode line.
1861 (image-minor-mode): Set default image-type to "text".
1862 (image-toggle-display): After switching to text mode, set
1863 image-type to "text" and major mode name to "Image[text]".
1864 After switching to image mode, set image-type to actual image
1865 type, and add image type to major mode name. Let-bind the same
1866 variable names as arguments of `image-type' and `create-image'.
1867 Bind `type' to the result of `image-type' and use it as arg
1868 of `create-image' to not determine the image type twice.
1869
1870 2007-08-28 Michael Albinus <michael.albinus@gmx.de>
1871
1872 * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
1873 (tramp-set-file-uid-gid, tramp-get-local-uid)
1874 (tramp-get-local-gid): New defuns.
1875 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
1876 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
1877 Improve fast track.
1878 (tramp-do-copy-or-rename-file-directly): Sync parameter list with
1879 the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
1880 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
1881 (tramp-handle-write-region): Improve fast track.
1882 (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
1883 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
1884 be nil.
1885
1886 2007-08-28 Ivan Kanis <apple@kanis.eu>
1887
1888 * time.el: New feature to display several time zones in a buffer.
1889 (display-time-world-mode, display-time-world-display)
1890 (display-time-world, display-time-world-timer): New functions.
1891 (display-time-world-list, display-time-world-time-format)
1892 (display-time-world-buffer-name, display-time-world-timer-enable)
1893 (display-time-world-timer-second, display-time-world-mode-map):
1894 New variables.
1895
1896 2007-08-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1897
1898 * term/x-win.el (x-gtk-stock-map): New variable.
1899 (x-gtk-map-stock): New function.
1900
1901 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
1902 prev/next-node.
1903
1904 2007-08-28 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
1905
1906 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
1907
1908 2007-08-28 Glenn Morris <rgm@gnu.org>
1909
1910 * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
1911
1912 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
1913
1914 * progmodes/modula2.el (m2-definition, m2-module):
1915 Don't use previous-line. Reported by T. V. Raman.
1916
1917 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1918
1919 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
1920 argument to tool-bar-mode call.
1921
1922 2007-08-27 Glenn Morris <rgm@gnu.org>
1923
1924 * diff-mode.el (diff-find-file-name): Only accept regular files,
1925 to rule out /dev/null, directories, etc.
1926
1927 * vc-svn.el (vc-svn-diff): If the repository version of all the
1928 files is the same as the specified OLDVERS, do a local diff.
1929
1930 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
1931
1932 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
1933 of buffers in uniquify-managed.
1934
1935 * simple.el (invisible-p): Rename from text-invisible-p.
1936 Update callers.
1937
1938 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
1939
1940 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
1941 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
1942 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
1943 (cperl-etags-goto-tag-location): Use new style backquotes.
1944
1945 * net/browse-url.el: Remove spurious * in custom docstrings.
1946 (browse-url-filename-alist): Use new-style backquote.
1947
1948 * emacs-lisp/backquote.el (backquote-unquote-symbol)
1949 (backquote-splice-symbol): Clarify they're not new-style unquotes.
1950
1951 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
1952 (\,@): Backslash the , and ,@ which are not new-style unquotes.
1953
1954 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
1955
1956 * net/socks.el (socks-username/password-auth-filter):
1957 Remove unused vars `state' and `desired-len'.
1958 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
1959 (socks-wait-for-state-change): Use new-style backquotes.
1960
1961 * pcvs.el (cvs-mode-status): Fix long-standing typo.
1962
1963 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
1964 backquotes after each `read' rather than once per buffer.
1965
1966 * dframe.el: Remove spurious * in custom docstrings.
1967 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
1968 (dframe-xemacs20p): Remove, inline at the sole use point.
1969 (defface): Don't defvar the face, don't use old-style backquote.
1970 (defcustom): Don't use old-style backquote.
1971 (dframe-frame-parameter, dframe-mouse-event-p):
1972 Make it obvious that it's always defined.
1973 (dframe-popup-kludge): New function to replace
1974 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
1975 (dframe-frame-mode, dframe-set-timer-internal)
1976 (dframe-mouse-set-point): Remove use of with-no-warnings from
1977 XEmacs-specific code.
1978 (dframe-set-timer-internal): Fix very old bug with
1979 post-command-idle-hook.
1980
1981 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
1982
1983 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
1984
1985 * emacs-lisp/avl-tree.el: New file.
1986
1987 2007-08-26 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
1988
1989 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
1990 was used.
1991
1992 2007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
1993
1994 * complete.el (PC-do-completion): Make RET accept a non-unique but
1995 complete expansion again.
1996
1997 2007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
1998
1999 * eshell/esh-opt.el (eshell-eval-using-options):
2000 Add debug declaration.
2001
2002 2007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
2003
2004 * log-view.el (log-view-toggle-mark-entry): Add docstring.
2005 (log-view-get-marked): Likewise.
2006
2007 * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
2008 (vc-delete-automatic-version-backups): Likewise.
2009
2010 * vc.el (vc-dired-buffers-for-dir): Likewise.
2011
2012 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
2013
2014 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
2015 safe-local-variable setting.
2016 * progmodes/perl-mode.el (perl-indent-level): Likewise.
2017
2018 * log-view.el (log-view-marked-list): Delete variable.
2019 (log-view-mode): Don't use it.
2020 (log-view-toggle-mark-entry): Likewise, simplify.
2021 (log-view-current-tag): Don't return properties.
2022 (log-view-get-marked): New function.
2023
2024 2007-08-25 Alexandre Julliard <julliard@winehq.org>
2025
2026 * vc-git.el (vc-git-mode-line-string): New function.
2027
2028 2007-08-25 Alan Mackenzie <acm@muc.de>
2029
2030 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
2031 new language variable.
2032
2033 * progmodes/cc-engine.el (c-brace-anchor-point): new function.
2034 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
2035 "extern" etc., rather than BOI. Fix addition of spurious
2036 syntactic-symbol 'defun-block-intro, replacing it with
2037 'innamespace, etc.
2038
2039 2007-08-25 Juri Linkov <juri@jurta.org>
2040
2041 * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
2042
2043 * image-mode.el: Add autoloads to put associations in auto-mode-alist:
2044 associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
2045 "\\.svgz?\\'" with xml-mode and image-mode-maybe.
2046
2047 * image.el (image-type-header-regexps): Use more complex regexp for svg.
2048 (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
2049 (image-type-auto-detectable): Add (svg . maybe).
2050
2051 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
2052 to treat it like .tgz.
2053
2054 * calendar/cal-bahai.el: Add file coding cookie.
2055
2056 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
2057
2058 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
2059 Don't behave differently when executed via M-x. Add doc string.
2060
2061 * sort.el (sort-fold-case, sort-numeric-base): Mark as
2062 safe-local-variable.
2063
2064 2007-08-25 Jay Belanger <jay.p.belanger@gmail.com>
2065
2066 * calc/calc-forms.el (var-TimeZone): Make nil explicitly
2067 the default value.
2068 (math-calendar-tzinfo): New variable.
2069 (math-get-calendar-tzinfo): New function.
2070 (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
2071 to get information when zone is nil.
2072
2073 2007-08-24 Dan Nicolaescu <dann@ics.uci.edu>
2074
2075 * log-view.el (log-view-toggle-mark-entry): New function.
2076 (log-view-mode-map): Bind it.
2077 (log-view-marked-list): New variable.
2078 (log-view-mode): Make it local.
2079
2080 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
2081
2082 * play/zone.el (zone-pgm-rat-race): New func.
2083 (zone-programs): Add `zone-pgm-rat-race'.
2084
2085 2007-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
2086
2087 * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
2088 a list.
2089
2090 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
2091
2092 * progmodes/hideshow.el (hs-match-data): Delete alias.
2093 (hs-hide-block-at-point, hs-find-block-beginning)
2094 (hs-show-block): Use `match-data' directly.
2095
2096 2007-08-24 Martin Rudalics <rudalics@gmx.at>
2097
2098 * format.el (format-alist): Fix typo in doc-string.
2099
2100 2007-08-24 Michael Albinus <michael.albinus@gmx.de>
2101
2102 * net/tramp.el (tramp-local-host-p): New defun.
2103 (tramp-handle-file-local-copy, tramp-handle-write-region):
2104 Implement fast track when being on the local host.
2105 (tramp-file-name-handler): Don't set "started" property. It shall
2106 be reserved for the "ftp" method.
2107 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
2108
2109 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
2110 (tramp-ftp-file-name-handler): Set "started" property.
2111
2112 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
2113
2114 * files.el (backup-buffer-copy): Don't wrap delete in
2115 condition-case, only try to delete if file exists.
2116
2117 2007-08-24 Glenn Morris <rgm@gnu.org>
2118
2119 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
2120
2121 * startup.el (tutorial-directory): Set with eval-at-startup so it
2122 gets the right value in an installed Emacs.
2123
2124 2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
2125
2126 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
2127 (eldoc-highlight-function-argument): Use it.
2128
2129 2007-08-23 Masatake YAMATO <jet@gyve.org>
2130
2131 * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
2132 name of parameters in document body.
2133
2134 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
2135
2136 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
2137 (byte-compile-output-as-comment): Use with-current-buffer rather than
2138 a weird set-buffer&prog1 combination.
2139
2140 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
2141 test so as to optimise cases where the `progn's result is constant.
2142
2143 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
2144
2145 * locate.el (locate-get-file-positions):
2146 Use line-beginning-position and line-end-position.
2147
2148 2007-08-23 John Wiegley <johnw@newartisans.com>
2149
2150 * calendar/cal-bahai.el: Added in the diacriticals that were
2151 missing for many of the month names.
2152
2153 2007-08-22 Jason Rumney <jasonr@gnu.org>
2154
2155 * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
2156
2157 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
2158
2159 * image-mode.el (image-minor-mode): Use image-mode-text-map.
2160
2161 2007-08-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
2162
2163 * dabbrev.el (dabbrev--progress-reporter): New variable.
2164 (dabbrev--scanning-message): Delete func.
2165 (dabbrev--find-expansion): Use a progress reporter
2166 instead of dabbrev--scanning-message.
2167
2168 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
2169
2170 * comint.el (comint-exec-1): Raise an error if
2171 `start-file-process' does not return a process object.
2172
2173 * shell.el (shell): Prompt for `default-directory' if it is a
2174 remote file name, and if called with a prefix arg.
2175
2176 2007-08-22 Sam Steingold <sds@gnu.org>
2177
2178 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
2179
2180 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
2181
2182 * textmodes/org-export-latex.el: New file.
2183
2184 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
2185
2186 * textmodes/org.el (org-agenda-skip): Allow a form for
2187 `org-agenda-skip-function'.
2188 (org-agenda-redo): Re-use local settings.
2189 (org-agenda): Store local settings.
2190 (org-agenda-deadline-faces): New option.
2191 (org-agenda-deadline-face): New function.
2192 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
2193 entries on their due date.
2194 (org-agenda-get-timestamps): No longer handle the due dates of
2195 schedules and deadline items.
2196 (org-insert-link-global, org-open-at-point-global): New commands.
2197 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
2198 :for-ascii parameter.
2199 (org-skip-comments): Function removed.
2200 (org-cleaned-string-for-export): Handle special table lines.
2201 (org-global-properties): New option.
2202 (org-entry-get-with-inheritance): Check global properties.
2203 (org-local-properties): New variable.
2204 (org-set-regexps-and-options): Find the #+PROPERTY line.
2205 (org-link-types): Change type into variable (was constant).
2206 (org-make-link-regexps): New function.
2207 (org-link-re-with-space, org-link-re-with-space2)
2208 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
2209 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
2210 these regular expressions happens now in the function
2211 `org-make-link-regexps'.
2212 (org-store-link): Call the functions in
2213 `org-store-link-functions'.
2214 (org-add-link-type): New function.
2215 (org-store-link-functions): New variable.
2216 (org-activate-tags): Force matches to be in headlines.
2217 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
2218 (org-columns-display-here): Make sure this works in a narrowed
2219 buffer by checking for point-min.
2220 (org-columns-display-here): Make the rest of the line intangible,
2221 so that point never can be there.
2222 (org-cleaned-string-for-export): Use `with-current-buffer'.
2223 (org-replace-region-by-html): Use `with-current-buffer'.
2224 (org-unfontify-region, org-do-occur, org-columns-display-here)
2225 (org-columns-remove-overlays, org-columns-quit)
2226 (org-columns-edit-value, org-columns-next-allowed-value)
2227 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
2228 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
2229 (org-agenda-todo, org-agenda-change-all-lines)
2230 (org-agenda-align-tags, org-agenda-priority)
2231 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
2232 (org-agenda-show-new-time, org-cleaned-string-for-export)
2233 (org-export-grab-title-from-buffer)
2234 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
2235 instead of `buffer-read-only'.
2236 (org-export-as-html): Set `coding-system-for-write'.
2237 (org-remember-store-without-prompt): New option.
2238 (org-archive-subtree): Fixed bug with modifying TODO keyword.
2239 (org-beginning-of-line): Also treat C-a special in items.
2240 (org-table-convert-refs-to-rc): Fixed problem with column
2241 reference after "..".
2242 (org-columns-compute): Don't mark buffer modified because of text
2243 properties.
2244 (org-batch-store-agenda-views): Use the variable
2245 `default-directory', not the function.
2246 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
2247 (org-clock-out-when-done): New option.
2248 (org-html-entities): Added HTML entities for smileys.
2249
2250 2007-08-22 Glenn Morris <rgm@gnu.org>
2251
2252 * image.el (create-image): Doc fix.
2253
2254 * startup.el (tutorial-directory): New constant.
2255 (fancy-splash-text): Tutorials now in tutorial-directory.
2256 * tutorial.el (help-with-tutorial): Tutorials now in
2257 tutorial-directory.
2258
2259 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
2260
2261 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
2262 otherwise.
2263 (tramp-get-remote-path): New defun. Replace occurrences of
2264 `tramp-default-remote-path' by this function.
2265 (tramp-set-remote-path): Move most of the code to
2266 `tramp-get-remote-path'.
2267 (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
2268 existing directories, this is done already in
2269 `tramp-get-remote-path'.
2270
2271 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
2272
2273 * image-file.el (image-file-name-extensions): Add "svg".
2274 * image.el (image-type-header-regexps): Add svg entry.
2275
2276 2007-08-22 Glenn Morris <rgm@gnu.org>
2277
2278 * files.el (backup-buffer-copy): Check backup directory is
2279 writable, to avoid infloop deleting old backup.
2280
2281 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
2282 movemail related variables.
2283 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
2284 will now be set before this is called.
2285
2286 2007-08-21 Juri Linkov <juri@jurta.org>
2287
2288 * delsel.el (delete-selection-pre-hook):
2289 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
2290 instead of checking last-command.
2291
2292 2007-08-21 Juri Linkov <juri@jurta.org>
2293
2294 * loadup.el: Preload "button".
2295
2296 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
2297
2298 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
2299 Add previous-line and next-line.
2300
2301 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
2302 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
2303
2304 * vc-hooks.el (vc-menu-entry): New var.
2305 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
2306 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
2307 (vc-menu-map): Declare and initialize in one step.
2308 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
2309
2310 * menu-bar.el (vc-menu-map): Don't setup any more.
2311 Instead, just create the proper spot in the menu.
2312
2313 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
2314
2315 * smerge-mode.el (smerge-resolve): New arg `safe'.
2316 (smerge-resolve-all, smerge-batch-resolve): New function.
2317 (smerge-refine): Make sure `diff' returns the expected result.
2318 (smerge-parsep-re): New const.
2319 (smerge-mode): Use it to adjust paragraph-separate.
2320
2321 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2322 Correctly match / regexp matchers as first char on a line when
2323 fontifying only that line.
2324
2325 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
2326
2327 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
2328
2329 * vc-bzr.el: Don't fiddle with vc-handled-backend.
2330 (vc-bzr-registered): Don't redundantly protect against
2331 file-error. Actually use the format-specific code.
2332 (vc-bzr-buffer-nonblank-p): Remove.
2333 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
2334
2335 2007-08-20 Juri Linkov <juri@jurta.org>
2336
2337 * startup.el (fancy-splash-text): Change multiple tabs into one
2338 tab. Remove "Useful File menu items" section (with "Exit Emacs"
2339 and "Recover Crashed Session").
2340 (fancy-splash-screens): Set tab-width to 22.
2341 (normal-splash-screen): Replace literal tabs with \t and
2342 fix whitespace. Remove "Useful File menu items" section (with
2343 "Exit Emacs" and "Recover Crashed Session").
2344
2345 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
2346
2347 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
2348 extracted from `eval-last-sexp-1'.
2349 (eval-last-sexp-1): Call `preceding-sexp'.
2350
2351 2007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
2352
2353 * vc-rcs.el (vc-rcs-annotate-command):
2354 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
2355 Add back :vc-annotate-prefix propertization.
2356
2357 2007-08-20 Andreas Schwab <schwab@suse.de>
2358
2359 * mail/rmail.el (rmail-autodetect): Doc fix.
2360
2361 2007-08-19 Juri Linkov <juri@jurta.org>
2362
2363 * startup.el (normal-splash-screen): Add more links.
2364
2365 2007-08-19 Juri Linkov <juri@jurta.org>
2366
2367 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
2368 because it's common to both types of splash screen: fancy and normal.
2369 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
2370 (exit-splash-screen): Rename from `fancy-splash-quit'.
2371 Use `quit-window' instead of `kill-buffer'.
2372 (fancy-splash-head): Use make-button to insert GNU image link.
2373 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
2374 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
2375 (normal-splash-screen): Put "Browse manuals" on the same line with
2376 "Emacs manual". Remove descriptions from "Useful tasks" and put
2377 all links in two columns on two lines.
2378
2379 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
2380
2381 * viper.el (viper-remove-hooks): Remove some additional viper hooks
2382 when the user calls viper-go-away.
2383 (viper-go-away): Restore the default of default-major-mode.
2384 Save the value of default-major-mode before vaperization.
2385
2386 * viper-cmd.el: Replace error "" with "Viper bell".
2387
2388 * viper-ex.el: Replace error "" with "Viper bell".
2389
2390 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
2391 buffer for which file is created.
2392
2393 2007-08-19 Glenn Morris <rgm@gnu.org>
2394
2395 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
2396 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
2397 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
2398 shadow files messing up the compilation.
2399
2400 2007-08-18 Glenn Morris <rgm@gnu.org>
2401
2402 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
2403 string. Also apply eldoc-argument-case in the help-split-fundoc
2404 case. Adapt for changed behavior of eldoc-function-argstring,
2405 eldoc-function-argstring-format, and
2406 eldoc-highlight-function-argument.
2407 (eldoc-highlight-function-argument): Handle nil INDEX argument,
2408 just call eldoc-docstring-format-sym-doc in that case.
2409 (eldoc-function-argstring): Change the behavior. Now it converts
2410 an argument list to a string.
2411 (eldoc-function-argstring-format): Change the behavior. Now it
2412 applies `eldoc-argument-case' to a string.
2413
2414 * progmodes/scheme.el (scheme-mode-variables): Set
2415 font-lock-comment-start-skip.
2416
2417 2007-08-18 Martin Rudalics <rudalics@gmx.at>
2418
2419 * progmodes/ada-mode.el (ada-create-syntax-table): Move
2420 set-syntax-table from here to ...
2421 (ada-mode): ... here. Do not change global value of
2422 comment-multi-line. Call new function
2423 ada-initialize-syntax-table-properties and add new function
2424 ada-handle-syntax-table-properties to font-lock-mode-hook.
2425 (ada-deactivate-properties, ada-initialize-properties): Replace
2426 by new functions ...
2427 (ada-handle-syntax-table-properties)
2428 (ada-initialize-syntax-table-properties)
2429 (ada-set-syntax-table-properties): ... to set up syntax-table
2430 properties uniformly, independently from whether font-lock-mode
2431 is enabled or not. Handle read-only buffers and do not change
2432 undo-list when setting syntax-table properties.
2433 (ada-after-change-function): Use ada-set-syntax-table-properties.
2434
2435 2007-08-18 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2436
2437 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
2438 (meta-indent-current-nesting): Use a computation of the nesting
2439 instead.
2440 (meta-indent-current-indentation): Indentation is given according
2441 to nesting and if the previous line was finished or not.
2442 (meta-indent-unfinished-line): Tell if the current line ends with
2443 a finished expression.
2444 (meta-indent-looking-at-code): Like `looking-at', but checks if
2445 the point is in a string before.
2446 (meta-indent-level-count): Use it. Don't count parenthesis as it's
2447 done in the nesting function.
2448 (meta-indent-in-string-p): Tell if the current point is in a
2449 string.
2450 (meta-indent-calculate): Treat b-o-b as a special case. Use the
2451 previous functions.
2452
2453 2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
2454
2455 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
2456 (copyright-update-year, copyright-update)
2457 (copyright-fix-years): Use it.
2458
2459 2007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
2460
2461 * emacs-lisp/copyright.el (copyright-update-year):
2462 Fix bug: Handle nil copyright-limit.
2463
2464 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
2465
2466 * calc/calc-units.el (math-standard-units): Give exact
2467 conversion for tsp.
2468
2469 * calc/calc.el (math-bignum-digit-length): Compute the
2470 appropriate value.
2471
2472 * calc/calc-bin.el (math-bignum-logb-digit-size)
2473 (math-bignum-digit-power-of-two):
2474 * calc/calc-comb.el (math-small-factorial-table):
2475 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
2476 (math-approx-gamma-const):
2477 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
2478 (math-besY1, math-bernoulli-b-cache):
2479 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
2480 Remove `eval-when-compile's.
2481
2482 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
2483
2484 * progmode/cperl-mode.el (cperl-look-at-leading-count)
2485 (cperl-find-pods-heres): Fix an error when typing expressions like
2486 `s{a}{b}'.
2487
2488 2007-08-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2489
2490 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
2491 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
2492 a special case (there's no build number).
2493
2494 2007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
2495
2496 * completion.el (symbol-under-point, symbol-before-point)
2497 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
2498
2499 2007-08-17 Glenn Morris <rgm@gnu.org>
2500
2501 * progmodes/compile.el (compilation-get-file-structure): Make use
2502 of the directory part when checking for an existing entry, to
2503 handle files with same basename in different directories.
2504
2505 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
2506
2507 * calc/calc.el (calc-language-alist): Add texinfo-mode.
2508
2509 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2510
2511 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
2512 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
2513 (ps-paragraph-spacing): Docstring fix.
2514
2515 2007-08-16 Glenn Morris <rgm@gnu.org>
2516
2517 * ps-print.el (ps-font-size): Doc fix.
2518
2519 2007-08-16 Richard Stallman <rms@gnu.org>
2520
2521 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
2522
2523 2007-08-15 Juri Linkov <juri@jurta.org>
2524
2525 * startup.el (initialization): Change parent group from `internal'
2526 to `environment'.
2527 (initial-buffer-choice): New variable.
2528 (command-line): Revert 2007-07-02 change that sets
2529 buffer-offer-save in *scratch* and enables auto-save in it.
2530 (fancy-splash-text): Add links to existing items. Add new items
2531 with links for useful tasks. Move information about Control-g to
2532 fancy-splash-head. Move "Emacs Guided Tour" to the end.
2533 (fancy-splash-keymap): New variable.
2534 (fancy-splash-last-input-event): Remove variable.
2535 (fancy-splash-insert): Add processing of `:link' element.
2536 (fancy-splash-head): Replace "Type Control-l to begin editing"
2537 with "Type `q' to exit".
2538 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
2539 (fancy-splash-default-action, fancy-splash-special-event-action):
2540 Remove functions.
2541 (fancy-splash-quit): New function.
2542 (fancy-splash-screens): Rename input arg from `hide-on-input' to
2543 `static' and reverse the condition of its usage. Don't preserve
2544 original values of `minor-mode-map-alist',
2545 `emulation-mode-map-alists', `special-event-map'.
2546 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
2547 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
2548 Remove processing of special events. Use local key map
2549 `fancy-splash-keymap'. Set buffer to read-only.
2550 (normal-splash-screen): Rename input arg from `hide-on-input' to
2551 `static' and reverse the condition of its usage.
2552 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
2553 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
2554 Add links to existing items. Add new items with links for useful
2555 tasks. Use local key map `fancy-splash-keymap'.
2556 (display-splash-screen): Rename input arg from `hide-on-input' to
2557 `static'.
2558 (about-emacs): Add alias to display-splash-screen.
2559 (command-line-1): Use `initial-buffer-choice'.
2560
2561 * menu-bar.el (menu-bar-help-menu):
2562 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
2563 item to about-emacs instead of display-splash-screen.
2564
2565 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
2566
2567 * calc/calc-units.el (math-standard-units): Update values.
2568 Put in exact, rational values when possible.
2569 (math-unit-prefixes): Replace floats with powers of ten.
2570 (math-standard-units-systems): Replace floats with integers.
2571 (math-make-unit-string): Remove extra spaces in output.
2572
2573 2007-08-15 Glenn Morris <rgm@gnu.org>
2574
2575 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
2576 sloppier, for the sake of GNU Mailman.
2577 (rmail-digest-rfc1153): Initialize `result' correctly.
2578
2579 2007-08-15 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2580
2581 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
2582 in the mail title. Suggested by Reiner Steib.
2583
2584 2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
2585
2586 * calc/calc-aent.el (calc-do-quick-calc): Add binary
2587 representation of integers to the list of outputs.
2588
2589 2007-08-14 Glenn Morris <rgm@gnu.org>
2590
2591 * simple.el (bad-packages-alist): New constant.
2592 (bad-package-check): New function. Together, these two add elements
2593 to `after-load-alist' to check for problematic external packages.
2594 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
2595
2596 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
2597
2598 * calc/calc-units.el (math-get-standard-units)
2599 (math-get-units, math-make-unit-string)
2600 (math-get-default-units, math-put-default-units): New functions.
2601 (math-default-units-table): New variable.
2602 (calc-convert-units, calc-convert-temperature): Add machinery
2603 to supply default values.
2604
2605 2007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
2606
2607 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
2608 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
2609 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
2610 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
2611
2612 * emulation/tpu-extras.el: Remove spurious * in docstrings.
2613 Put its autoloads into tpu-edt.el rather than loaddefs.el.
2614 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
2615 Make into a proper minor-mode.
2616 (tpu-backward-char, tpu-next-line, tpu-previous-line)
2617 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
2618 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
2619 (tpu-set-cursor-free, tpu-set-cursor-bound):
2620 Delegate to tpu-cursor-free-mode.
2621 (tpu-next-line, tpu-previous-line, tpu-forward-line)
2622 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
2623 Use line-move or forward-line instead of next-line-internal.
2624
2625 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
2626
2627 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
2628
2629 2007-08-12 Richard Stallman <rms@gnu.org>
2630
2631 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
2632 (cvs-execute-single-file): Use new name split-string-and-unquote.
2633 (cvs-header-msg): Use new name combine-and-quote-strings.
2634
2635 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
2636
2637 * progmodes/gud.el (gud-common-init): Use new name
2638 split-string-and-unquote.
2639
2640 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
2641 in javac regexp.
2642
2643 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
2644 combine-and-quote-strings and split-string-and-unquote.
2645
2646 * subr.el (combine-and-quote-strings): Rename from strings->string.
2647 (split-string-and-unquote): Rename from string->strings.
2648
2649 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
2650
2651 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
2652 to buffer-local settings.
2653
2654 * emacs-lisp/backquote.el (backquote-delay-process): New function.
2655 (backquote-process): Add internal arg `level'. Use the two to
2656 correctly handle nested backquotes.
2657
2658 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
2659
2660 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
2661 (vc-bzr-state-words): Add "kind changed" state word.
2662 (vc-bzr-status): New function. Return Bzr idea of file status,
2663 which is different from VC's.
2664 (vc-bzr-state): Use vc-bzr-status.
2665 (vc-workfile-unchanged-p): Use vc-bzr-status.
2666 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
2667 (vc-dired-state): Process "kind changed" state word.
2668
2669 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
2670
2671 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
2672
2673 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
2674 Move from vc-default-find-file-not-found-hook.
2675
2676 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2677
2678 * man.el: Remove spurious * in docstrings.
2679 Merge defvars and toplevel setq-defaults.
2680 (Man-highlight-references0): Limit=nil rather than point-max.
2681 (Man-mode-map): Move initialization into the declaration.
2682 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
2683 (Man-view-header-file): Use expand-file-name rather than concat.
2684 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
2685
2686 * man.el (Man-next-section): Make sure we do not move backward.
2687
2688 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2689
2690 * files.el (auto-mode-alist): Use the purecopied text (duh!).
2691
2692 2007-08-08 Glenn Morris <rgm@gnu.org>
2693
2694 * Replace `iff' in doc-strings and comments.
2695
2696 2007-08-08 Martin Rudalics <rudalics@gmx.at>
2697
2698 * dired.el (dired-pop-to-buffer):
2699 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
2700 * calendar/calendar.el (generate-calendar-window):
2701 * progmodes/compile.el (compilation-set-window-height):
2702 * textmodes/two-column.el (2C-two-columns, 2C-merge):
2703 Use window-full-width-p instead of comparing frame-width and
2704 window-width.
2705
2706 * progmodes/compile.el (compilation-find-buffer): Remove extra
2707 argument in call to compilation-buffer-internal-p.
2708
2709 2007-08-07 Tom Tromey <tromey@redhat.com>
2710
2711 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
2712 Add safe-local-variable property.
2713
2714 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
2715
2716 * image-mode.el (image-toggle-display): Use image-refresh.
2717
2718 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
2719
2720 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
2721 unofficial version.
2722 (vc-bzr-command): Remove redundant setting of process-connection-type.
2723 (vc-bzr-admin-checkout-format-file): Add autoload.
2724 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
2725 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
2726 (vc-bzr-registered): Compare dirstate format tag with known good
2727 value, abort parsing if match fails. Warn user in docstring.
2728 (vc-bzr-workfile-version): Case for different Bzr branch formats.
2729 See bzrlib/branch.py in Bzr sources.
2730 (vc-bzr-diff): First argument FILES may be a string rather than a list.
2731 (vc-bzr-shell-command): Remove in favor of
2732 vc-bzr-command-discarding-stderr.
2733 (vc-bzr-command-discarding-stderr): New function.
2734
2735 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
2736
2737 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
2738 program, and return nil.
2739 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
2740 (vc-bzr-state): Look for path names relative to the repository
2741 root after status keyword.
2742 (vc-bzr-file-name-relative): New function.
2743 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
2744 depend on it.
2745 (vc-bzr-admin-dirname, ...-checkout-format-file)
2746 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
2747 files that we now parse directly for speed.
2748 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
2749 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
2750 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
2751 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
2752 Bzr warnings, so we must discard it.
2753 (vc-bzr-workfile-version): Speedup counting lines from
2754 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
2755 if that file doesn't exist.
2756 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
2757 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
2758 to `vc-directory-exclusion-list'.
2759 (vc-bzr-shell-command): New function.
2760
2761 2007-08-06 Tom Tromey <tromey@redhat.com>
2762
2763 * diff-mode.el (diff-unified->context, diff-reverse-direction)
2764 (diff-fixup-modifs): Typo in docstring.
2765
2766 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
2767
2768 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
2769 count-screen-lines.
2770 (tpu-edt-off): Disable relevant pieces of advice.
2771
2772 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
2773 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
2774 (newline, newline-and-indent, do-auto-fill): Use advice instead of
2775 redefining the function.
2776 (tpu-set-scroll-margins): Activate the pieces of advice.
2777
2778 2007-08-06 Martin Rudalics <rudalics@gmx.at>
2779
2780 * help.el (resize-temp-buffer-window): Use window-full-width-p
2781 instead of comparing frame-width and window-width.
2782
2783 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
2784
2785 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
2786 optional quotes around files in NEED-UPDATE . REMOVED case.
2787
2788 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
2789 (ada-treat-cmd-string): Improve error message.
2790 (ada-do-file-completion): Call `ada-require-project-file', so
2791 project variables are set properly.
2792 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
2793 (ada-gnatfind-buffer-name): New constant.
2794 (ada-find-any-references): Use new constant. Set buffer name
2795 properly in compilation-start. Toggle read-only properly.
2796 (ada-find-in-src-path): Fix spelling error in docstring.
2797
2798 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
2799 by zero error.
2800
2801 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
2802
2803 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
2804
2805 2007-08-12 Richard Stallman <rms@gnu.org>
2806
2807 * progmodes/sh-script.el (sh): Delete group `unix'.
2808
2809 * progmodes/gud.el (gud): Change to group `processes'.
2810
2811 2007-08-11 Glenn Morris <rgm@gnu.org>
2812
2813 * progmodes/compile.el (compilation-buffer-name): Don't check
2814 compilation-arguments. It is superfluous, and the variable isn't
2815 even set when this function is called.
2816
2817 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2818
2819 * term/mac-win.el (mac-ae-reopen-application): New function.
2820 (mac-apple-event-map): Bind "reopen application" Apple event to it.
2821
2822 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
2823
2824 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
2825 take tex-font-script-display into account.
2826 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
2827 cell to a list of 2 elements to simplify the unfontify code.
2828
2829 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2830
2831 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
2832 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
2833 ps-print-color-p is neither nil nor black-white. Reported by Christian
2834 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
2835
2836 2007-08-08 Andreas Schwab <schwab@suse.de>
2837
2838 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
2839 self-insert-command, not self-insert.
2840
2841 2007-08-08 Glenn Morris <rgm@gnu.org>
2842
2843 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
2844 argument optional, for backwards compatibility, and only highlight
2845 args when present. Fix symbol name typo (doc/args).
2846
2847 * help-mode.el (help-make-xrefs): Search for symbol constituents,
2848 rather than just `-'.
2849
2850 2007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
2851
2852 * calc/calc-units.el (calc-convert-temperature):
2853 Use `/' to create fractions.
2854
2855 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
2856
2857 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
2858 global matching.
2859 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
2860 ERROR-BUFFER more robust. Display output.
2861 (tramp-file-name-handler): Add a connection property when we found
2862 a foreign file name handler. This allows backends like ftp to
2863 profit also from usr/host name completion based on connection
2864 cache.
2865 (tramp-send-command-and-read): Search for trash after the regexp
2866 until eol only. In XEmacs, there is a problem with \n.
2867
2868 * net/tramp-cache.el (top): Read persistent connection history
2869 when cache is empty.
2870
2871 2007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
2872
2873 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
2874 resulting output.
2875
2876 2007-08-07 Sam Steingold <sds@gnu.org>
2877
2878 * progmodes/compile.el (compilation-start): Pass nil as startfile
2879 to comint-exec.
2880
2881 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
2882
2883 * longlines.el (longlines-decoded): New variable.
2884 (longlines-mode): Avoid encoding or decoding the buffer twice.
2885
2886 2007-08-07 Martin Rudalics <rudalics@gmx.at>
2887
2888 * format.el (format-insert-file): Make sure that at most one undo
2889 entry is recorded for the insertion. Inhibit point-motion and
2890 modification hooks around call to insert-file-contents.
2891
2892 2007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
2893
2894 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
2895 Select the buffer's window before moving point.
2896
2897 2007-08-07 Richard Stallman <rms@gnu.org>
2898
2899 * term.el (term): Remove parent group `unix'.
2900
2901 * simple.el (default-indent-new-line): New function.
2902 It calls comment-line-break-function if there are comments.
2903 (do-auto-fill): Use that.
2904
2905 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
2906
2907 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
2908 (PC-do-completion): Add "acronym completion" for symbols and
2909 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
2910
2911 2007-08-06 Sam Steingold <sds@gnu.org>
2912
2913 * mouse.el (mouse-buffer-menu): Pass mode-name through
2914 format-mode-line because it may be a list,
2915 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
2916
2917 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
2918
2919 * printing.el (pr-update-menus): Docstring fix.
2920
2921 2007-08-06 Jason Rumney <jasonr@gnu.org>
2922
2923 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
2924
2925 * vc-hooks.el (vc-call): Add doc string.
2926
2927 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
2928
2929 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
2930 process-filter.
2931
2932 2007-08-06 Kenichi Handa <handa@m17n.org>
2933
2934 * international/quail.el: Wrap (require 'help-mode) by
2935 eval-when-compile.
2936 (quail-help-init): New function.
2937 (quail-help): Call quail-help-init.
2938 (quail-store-decode-map-key): Change it to a function.
2939
2940 2007-08-05 Jason Rumney <jasonr@gnu.org>
2941
2942 * vc.el (vc-rollback): Add norevert argument back.
2943 (vc-revert-buffer): Add back as obsolete alias.
2944
2945 2007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
2946
2947 * term.el: Honor term-default-fg-color and term-default-bg-color
2948 settings when modifying term-current-face.
2949 (term-default-fg-color, term-default-bg-color): Initialize from
2950 default term-current-face.
2951 (term-mode, term-reset-terminal): Set term-current-face with
2952 term-default-fg-color and term-default-bg-color.
2953 (term-handle-colors-array): term-current-face has term-default-fg-color
2954 and term-default-bg-color after reset escape sequence.
2955 (term-handle-colors-array): Set term-current-color with
2956 term-default-fg/bg-color instead of ansi-term-color-vector when the
2957 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
2958
2959 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
2960
2961 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
2962 (math-nlfit-givens): Let bind free variables.
2963
2964 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
2965
2966 * printing.el: Require lpr and ps-print when loading printing package.
2967 Reported by Glenn Morris <rgm@gnu.org>.
2968
2969 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
2970
2971 * files.el (set-auto-mode): Handle also remote files wrt
2972 `auto-mode-alist'.
2973
2974 2007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
2975
2976 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
2977 curves and plotting.
2978
2979 * calc/calc-nlfit.el: New file.
2980
2981 2007-08-04 Glenn Morris <rgm@gnu.org>
2982
2983 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
2984 zero, not nil, when the library is first loaded. Check for a file
2985 that has been modified on disk.
2986
2987 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
2988 Remove duplicate defvar preventing initialization.
2989 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
2990
2991 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
2992
2993 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
2994 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
2995 may match up to 4 lines.
2996 (diff-beginning-of-file-and-junk): Rewrite.
2997
2998 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2999
3000 * printing.el: Evaluate require only during compilation.
3001 (pr-version): New version 6.9.1.
3002 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
3003 (pr-global-menubar): Fix code.
3004
3005 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
3006
3007 * term.el (term-erase-in-display): Fix case when point is not at
3008 the beginning of the line.
3009
3010 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
3011
3012 * calc/calc-ext.el (math-get-value, math-get-sdev)
3013 (math-contains-sdev): New functions.
3014
3015 * calc/calc-graph.el (calc-graph-format-data)
3016 (calc-graph-add-curve): Check for error forms.
3017 (calc-graph-set-styles): Add option for error forms.
3018
3019 2007-08-03 Miles Bader <miles@gnu.org>
3020
3021 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
3022 backend names for new backends to `Git', `Hg', and `Bzr'.
3023 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
3024 not `HG'.
3025 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
3026 name, not `GIT'.
3027 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
3028 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
3029
3030 2007-08-03 Richard Stallman <rms@gnu.org>
3031
3032 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
3033 to update deleted flag.
3034
3035 * cus-edit.el (customize-apropos, customize-apropos-options)
3036 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
3037
3038 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
3039
3040 * startup.el (fancy-splash-head, startup-echo-area-message):
3041 Change message text.
3042
3043 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
3044 All callers use line-move.
3045
3046 * progmodes/compile.el (compilation-find-buffer): Return current
3047 buffer immediately if suitable.
3048 (compile, compilation-buffer-name, compilation-start): Doc fixes.
3049
3050 2007-08-03 Daiki Ueno <ueno@unixuser.org>
3051
3052 * faces.el (face-normalize-spec): New function.
3053 (frame-set-background-mode): Normalize face-spec before calling
3054 face-spec-match-p.
3055
3056 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
3057
3058 * server.el (server-window): Add switch-to-buffer-other-frame option.
3059
3060 2007-08-03 Glenn Morris <rgm@gnu.org>
3061
3062 * cus-edit.el (customize-apropos): Make the error message indicate
3063 what kind of thing the user was trying to customize.
3064
3065 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
3066
3067 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
3068 Fix off-by-one error in previous change.
3069
3070 2007-08-03 Drew Adams <drew.adams@oracle.com>
3071
3072 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
3073 Make buffer writable.
3074
3075 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
3076
3077 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
3078 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
3079 Use native Emacs functions, when appropriate.
3080
3081 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
3082 Stefan Monnier <monnier@iro.umontreal.ca>
3083
3084 * vc.el: Document new VC operation `extra-menu'.
3085
3086 * vc-hooks.el (vc-default-extra-menu): New function.
3087
3088 * menu-bar.el (menu-bar-vc-filter): New function.
3089 (menu-bar-tools-menu): Use it as a filter.
3090
3091 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
3092
3093 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
3094
3095 2007-08-01 Glenn Morris <rgm@gnu.org>
3096
3097 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
3098 strings.
3099 (fortran-tab-mode-default): Remove needless autoload.
3100 (fortran-tab-mode-string): Add help-echo and mouse properties, and
3101 mark as risky.
3102 (fortran-line-length): New buffer-local variable, safe if integer.
3103 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
3104 Change from variables to constants.
3105 (fortran-font-lock-syntactic-keywords): Delete as a variable,
3106 replace with a new function definition.
3107 (fortran-mode): Use fortran-line-length, and
3108 fortran-font-lock-syntactic-keywords as a function. Add a
3109 hack-local-variables-hook function.
3110 (fortran-line-length, fortran-hack-local-variables): New functions.
3111 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
3112 Use fortran-line-length rather than 72.
3113 (fortran-window-create-momentarily): Doc fix.
3114
3115 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
3116
3117 * cus-edit.el (custom-group-value-create, custom-goto-parent):
3118 Fix parent groups link.
3119
3120 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
3121
3122 * progmodes/python.el (python-current-defun): Adjust to never fall
3123 into infinite loop.
3124
3125 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
3126
3127 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
3128
3129 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
3130
3131 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
3132 (copyright-fix-years, copyright): Correctly handle the case where
3133 copyright-limit is nil.
3134
3135 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
3136
3137 * progmodes/python.el (run-python): Fix path separator under w32.
3138
3139 2007-07-30 Richard Stallman <rms@gnu.org>
3140
3141 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
3142 Treat non-break space as whitespace in Lisp.
3143
3144 2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
3145
3146 * vc.el (vc-dired-hook): Use inhibit-read-only.
3147
3148 * progmodes/compile.el (compilation-forget-errors):
3149 Reset compilation-auto-jump-to-next.
3150
3151 2007-07-30 Michael Olson <mwolson@gnu.org>
3152
3153 * cus-edit.el (custom-group-save): Fix void function definition
3154 error. Thanks to Zhang Wei for the report.
3155
3156 * ps-print.el: Check in trivial changes to the autoloads section
3157 caused by the build process. These autoloads really ought to be
3158 placed in a separate file, methinks.
3159
3160 2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
3161
3162 * calendar/calendar.el (calendar-mode): Make sure
3163 displayed-(month|year) are set.
3164 (calendar-basic-setup): Display buffer before adjusting window sizes.
3165 (generate-calendar-window): Use inhibit-read-only. Simplify.
3166 Generate buffer and set displayed-month and displayed-year before
3167 calling update-calendar-mode-line.
3168
3169 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
3170
3171 * net/tramp.el:
3172 * net/tramp-uu.el:
3173 * net/trampver.el: Use utf-8 encoding with coding cookie.
3174
3175 * net/tramp-cache.el:
3176 * net/tramp-fish.el:
3177 * net/tramp-ftp.el:
3178 * net/tramp-gw.el:
3179 * net/tramp-smb.el: Remove coding cookie.
3180
3181 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
3182 Flush buffer file-name's file property.
3183 (tramp-handle-file-remote-p): The first parameter is FILENAME.
3184
3185 * net/trampver.el: Update release number.
3186
3187 2007-07-29 Juri Linkov <juri@jurta.org>
3188
3189 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
3190 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
3191 when major-mode is not dired-mode.
3192 (dired-toggle-read-only): New function.
3193 (dired-recursive-deletes): Remove obsolete comments about old
3194 default value.
3195 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
3196
3197 * wdired.el (wdired-exit): New function.
3198 (wdired-mode-map): Bind C-x C-q to wdired-exit.
3199
3200 2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
3201
3202 * cus-edit.el (customize-read-group): New fun.
3203 (customize-group-other-window, customize-face-other-window):
3204 Prompt before delegating to customize-(group|face).
3205 Bind pop-up-windows rather than use the other-window argument.
3206 (customize-group, customize-face): Prompt from the interactive spec.
3207 Remove args `prompt-for-group' and `other-window'.
3208
3209 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
3210 (ad-body-forms, ad-advised-interactive-form): Revert this part of
3211 last change.
3212
3213 2007-07-28 Masatake YAMATO <jet@gyve.org>
3214
3215 * vc.el (vc-dired-mode): Add a menu for VC related operation.
3216 Use backend name as the menu label. Suggested by David Kastrup.
3217
3218 2007-07-28 Alan Mackenzie <acm@muc.de>
3219
3220 Fix problem with modes derived from CC Mode:
3221 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
3222 macro to cc-langs.
3223 (c-init-language-vars-for): Remove call to above macro.
3224 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
3225 been moved to here.
3226 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
3227
3228 2007-07-28 Eli Zaretskii <eliz@gnu.org>
3229
3230 * net/trampver.el: Fix the `coding' cookie.
3231
3232 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
3233
3234 * vc-git.el (vc-git-print-log): Support both the old single file
3235 interface and the new one.
3236
3237 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
3238
3239 * bindings.el (mode-line-remote): Use updated %@ construct.
3240
3241 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
3242
3243 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
3244 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
3245 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
3246 (diary-list-bahai-entries, diary-bahai-mark-entries)
3247 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
3248 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
3249 New names to clean up namespace.
3250 (list-bahai-diary-entries, mark-bahai-diary-entries)
3251 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
3252 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
3253 Add compatibility aliases.
3254
3255 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
3256
3257 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
3258 (calendar-scroll-left-three-months)
3259 (calendar-scroll-right-three-months): Clean up namespace.
3260 (scroll-calendar-left, scroll-calendar-right)
3261 (scroll-calendar-left-three-months)
3262 (scroll-calendar-right-three-months): Add compatibility aliases.
3263
3264 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
3265 Behave like mouse-scroll-calendar-* when used from the mouse.
3266
3267 * calendar/cal-menu.el (cal-menu-scroll-menu)
3268 (cal-menu-global-mouse-menu):
3269 * calendar/calendar.el (calendar-mode-map):
3270 Use new calendar-scroll-* names.
3271 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
3272 Remove. Use calendar-scroll-* directly instead.
3273
3274 2007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3275
3276 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
3277 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
3278 (ad-make-advised-definition, ad-cache-id-verification-code):
3279 Use commandp and interactive-form instead.
3280
3281 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
3282
3283 * vc-git.el: Relicense to GPLv3 or later.
3284 (vc-directory-exclusion-list, vc-handled-backends): Remove.
3285
3286 * vc-hooks.el (vc-handled-backends): Add GIT.
3287
3288 * vc.el (vc-directory-exclusion-list): Add .git.
3289
3290 2007-07-26 Alexandre Julliard <julliard@winehq.org>
3291
3292 * vc-git.el (vc-git-revision-table)
3293 (vc-git-revision-completion-table): New functions.
3294
3295 2007-07-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3296
3297 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
3298 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
3299 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
3300 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
3301 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
3302 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
3303 New command actions for EPS header and EPS footer.
3304
3305 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
3306 footer. Fix some problems with one-or-more, zero-or-more and
3307 alternative constructions generation. Some log messages
3308 implementation. Doc fix.
3309 (ebnf-version): New version 4.4.
3310 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
3311 (ebnf-eps-footer, ebnf-log): New options.
3312 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
3313 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
3314 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
3315 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
3316 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
3317 (ebnf-style-custom-list, ebnf-style-database): Put new values.
3318 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
3319 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
3320 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
3321 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
3322 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
3323 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
3324 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
3325 (ebnf-non-terminal-dimension, ebnf-special-dimension)
3326 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
3327 (ebnf-except-dimension, ebnf-alternative-dimension)
3328 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
3329 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
3330 message fun.
3331 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
3332 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
3333 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
3334 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
3335 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
3336 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
3337 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
3338 compatibility with Emacs 20 & 21.
3339 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
3340 (ebnf-eps-file-alist, ebnf-basic-width-extra)
3341 (ebnf-basic-empty-height): New vars.
3342 (ebnf-prologue): Fix PostScript code.
3343 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
3344 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
3345 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
3346 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
3347
3348 2007-07-25 Glenn Morris <rgm@gnu.org>
3349
3350 * Relicense all FSF files to GPLv3 or later.
3351
3352 * COPYING: Switch to GPLv3.
3353
3354 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
3355
3356 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
3357 Replace it with another one which disables undo before calling
3358 erase-buffer and then turns it back on if needed.
3359
3360 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3361
3362 * ps-print.el: Problem with foreground and background color when
3363 printing a buffer with and without faces. Reported by Christian
3364 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
3365 (ps-print-version): New version 6.7.5.
3366 (ps-default-fg): Change default value to nil, so black color is used
3367 when a face does not specify a foreground color.
3368 (ps-default-bg): Change default value to nil, so white color is used
3369 for background color.
3370 (ps-begin-job): Fix code.
3371
3372 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
3373
3374 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
3375
3376 2007-07-24 Glenn Morris <rgm@gnu.org>
3377
3378 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
3379 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
3380 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
3381 (cal-tex-cursor-week, cal-tex-cursor-week2)
3382 (cal-tex-cursor-week-iso, cal-tex-week-hours)
3383 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
3384 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3385 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
3386
3387 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
3388
3389 * calendar/calendar.el (calendar-mode-map): Move initialization
3390 into declaration. Add menu bindings (used to be done in cal-menu).
3391 (calendar-mode): Don't add an activate-menubar-hook.
3392
3393 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
3394 modify calendar-mode-map), use easy-menu, and make sure that C-h k
3395 can be used on the menu entries.
3396 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
3397 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
3398 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
3399 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
3400 (calendar-flatten, cal-menu-update): Remove.
3401 (calendar-mouse-insert-hebrew-diary-entry)
3402 (calendar-mouse-insert-islamic-diary-entry)
3403 (calendar-mouse-insert-bahai-diary-entry):
3404 Remove (fold into cal-menu-diary-menu).
3405 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
3406 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
3407 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
3408 (calendar-mouse-view-diary-entries): Minor simplifications.
3409 (calendar-event-to-date): Use with-current-buffer.
3410
3411 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
3412
3413 * add-log.el (change-log-redate): Remove (not needed anymore and
3414 doesn't appear to work).
3415
3416 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
3417
3418 * frame.el: Use mapc and dolist instead of mapcar where possible.
3419 (close-display-connection): New command.
3420
3421 2007-07-25 Alexandre Julliard <julliard@winehq.org>
3422
3423 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
3424 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
3425
3426 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3427
3428 * ps-print.el (ps-multibyte-buffer): Docstring fix.
3429
3430 * ps-mule.el: Doc fix.
3431 (ps-multibyte-buffer, ps-mule-font-info-database-default)
3432 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
3433
3434 2007-07-25 Glenn Morris <rgm@gnu.org>
3435
3436 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
3437 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
3438 (cal-tex-daily-end, cal-tex-hook)
3439 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
3440 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
3441 (cal-tex-cursor-week-iso, cal-tex-week-hours)
3442 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
3443 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
3444 (cal-tex-day-prefix, cal-tex-day-name-format)
3445 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
3446 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
3447 (cal-tex-LaTeX-subst-list): Change from variables to constants.
3448 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
3449 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
3450 etc, rather than \bf.
3451 (cal-tex-mini-calendar): Fix typos in previous change.
3452 (cal-tex-latexify-list): Remove inner let binding.
3453 (cal-tex-end-document, cal-tex-banner): Use multi-line
3454 cal-tex-comment.
3455 (cal-tex-comment): Handle embedded newlines.
3456 (cal-tex-LaTeXify-string): Use substring-no-properties.
3457
3458 2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
3459
3460 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3461 Add support for the Maden build tool.
3462
3463 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
3464
3465 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
3466
3467 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
3468
3469 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
3470
3471 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
3472
3473 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
3474 C-x C-q.
3475
3476 * vc-git.el (vc-git-print-log): Fix previous change.
3477
3478 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
3479
3480 * window.el (save-selected-window): Minor optimization.
3481 (bw-adjust-window): If operation failed, try with a smaller delta.
3482 (window-fixed-size-p): New function.
3483 (window-area-factor): New var.
3484 (balance-windows-area): New command.
3485
3486 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
3487 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
3488 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
3489 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
3490 (ps-mule-begin-job): Use dolist.
3491
3492 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
3493
3494 * subr.el (start-file-process-shell-command)
3495 (process-file-shell-command): New defuns.
3496
3497 * progmodes/compile.el (compilation-start):
3498 Apply `start-file-process-shell-command'.
3499
3500 2007-07-24 Alexandre Julliard <julliard@winehq.org>
3501
3502 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
3503
3504 2007-07-24 Alan Mackenzie <acm@muc.de>
3505
3506 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
3507 Initialise byte-compile-unresolved-functions before rather than
3508 after a compilation.
3509 (byte-compile-unresolved-functions): Amplify doc string.
3510
3511 2007-07-24 Glenn Morris <rgm@gnu.org>
3512
3513 * startup.el (normal-splash-screen): Use `emacs-copyright'.
3514
3515 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
3516 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
3517 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
3518 (cal-tex-cursor-week, cal-tex-cursor-week2)
3519 (cal-tex-cursor-week-iso, cal-tex-week-hours)
3520 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
3521 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3522 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
3523
3524 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
3525 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
3526 (cal-tex-day-name-format, cal-tex-cal-one-month)
3527 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
3528 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
3529 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
3530 (cal-tex-list-holidays, cal-tex-cursor-year)
3531 (cal-tex-cursor-year-landscape, cal-tex-year)
3532 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
3533 (cal-tex-cursor-month, cal-tex-insert-days)
3534 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
3535 (cal-tex-first-blank-p, cal-tex-cursor-week)
3536 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
3537 (cal-tex-week-hours, cal-tex-cursor-week-monday)
3538 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
3539 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
3540 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
3541 (cal-tex-latexify-list, cal-tex-previous-month)
3542 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
3543 modernization, including using dotimes rather than
3544 calendar-for-loop.
3545 (cal-tex-LaTeX-subst-list): Remove `@'.
3546 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
3547 Use \textit and \textbf rather than \em and \it.
3548
3549 * calendar/cal-bahai.el (list-bahai-diary-entries)
3550 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
3551 * calendar/cal-islam.el (list-islamic-diary-entries)
3552 * calendar/calendar.el (generate-calendar, generate-calendar-month)
3553 * calendar/diary-lib.el (diary-list-entries)
3554 (mark-calendar-date-pattern): Use `dotimes' rather than
3555 `calendar-for-loop'.
3556
3557 * calendar/calendar.el (calendar-for-loop): Doc fix.
3558
3559 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
3560
3561 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
3562 underlying file is uptodate.
3563
3564 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
3565
3566 * replace.el (perform-replace): Use isearch-no-upper-case-p.
3567
3568 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
3569
3570 * vc-hooks.el (vc-mode-line-map): New const.
3571 (vc-mode-line): Use it.
3572
3573 2007-07-23 Alexandre Julliard <julliard@winehq.org>
3574
3575 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
3576 (vc-git-unregister): New functions.
3577 (vc-git-find-version): Use the result of ls-files as a parameter
3578 for cat-file.
3579
3580 2007-07-23 Michael Albinus <michael.albinus@gmx.de>
3581
3582 * net/tramp.el (tramp-perl-file-attributes)
3583 (tramp-perl-directory-files-and-attributes)
3584 (tramp-handle-file-attributes-with-stat)
3585 (tramp-handle-directory-files-and-attributes-with-stat)
3586 (tramp-convert-file-attributes): Handle huge file sizes.
3587
3588 2007-07-23 Juri Linkov <juri@jurta.org>
3589
3590 * isearch.el (isearch-message-function): New variable.
3591 (isearch-update, isearch-search): Use it.
3592
3593 * simple.el (goto-history-element): New function created from
3594 next-history-element.
3595 (next-history-element): Most code moved to goto-history-element.
3596 Call goto-history-element with (- minibuffer-history-position n).
3597 (previous-history-element): Call goto-history-element with (+
3598 minibuffer-history-position n).
3599 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
3600 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
3601 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
3602 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
3603 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
3604 (minibuffer-history-isearch-pop-state): New functions.
3605
3606 2007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
3607
3608 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
3609 Also, if FILE is a list, return non-nil if any of its elements
3610 should stay local. Update docstring.
3611
3612 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
3613
3614 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
3615 change by reverting a small part.
3616
3617 2007-07-23 Richard Stallman <rms@gnu.org>
3618
3619 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
3620
3621 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
3622
3623 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
3624 handling it. Use vc-git-command.
3625 (vc-git-find-version, vc-git-diff-tree): New functions.
3626 (vc-git-revert): Use vc-git-command.
3627 (vc-git--run-command): Delete.
3628
3629 2007-07-23 Alexandre Julliard <julliard@winehq.org>
3630
3631 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
3632
3633 2007-07-20 Kenichi Handa <handa@m17n.org>
3634
3635 * international/utf-8.el (utf-8-post-read-conversion):
3636 Temporarily bind utf-8-compose-scripts to nil while running
3637 *-compose-region functions.
3638
3639 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
3640
3641 * vc-git.el: Update status.
3642 (vc-directory-exclusion-list): Use eval-after-load.
3643
3644 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
3645
3646 * bindings.el (mode-line-remote): New variable.
3647 (help-echo): Add to default values of mode-line-format.
3648
3649 * files.el: Mark mode-line-remote as risky.
3650
3651 2007-07-22 Juri Linkov <juri@jurta.org>
3652
3653 * isearch.el (isearch-edit-string): Save old point and
3654 isearch-other-end to old-point and old-other-end before reading
3655 the search string from minibuffer. After exiting minibuffer set
3656 point to old-other-end if point and the search direction is the
3657 same as before reading the search string.
3658 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
3659 to isearch-other-end. Instead of isearch-search-and-update call
3660 three functions isearch-search, isearch-push-state and isearch-update.
3661
3662 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
3663
3664 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
3665 deal with multiple file arguments.
3666 (vc-git-print-log): Deal with multiple file arguments.
3667
3668 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
3669
3670 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
3671 diff-refine-hunk. Adjust users.
3672 (diff-unified-hunk-p, diff-splittable-p): New functions.
3673 (diff-mode-menu): Use it to disable Split when it doesn't work.
3674
3675 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
3676
3677 * diff-mode.el (diff-mode-menu): New entries.
3678
3679 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
3680
3681 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
3682 if applicable, so as to save undo-log space.
3683
3684 * diff-mode.el (diff-find-file-name): Add arg `batch'.
3685
3686 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
3687 (diff-file-kill): Use it.
3688 (diff-beginning-of-hunk): Add arg `try-harder' using it.
3689 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
3690 Use it so they find the hunk even when we're in the file header.
3691
3692 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
3693
3694 * vc-git.el (vc-git-revision-granularity, vc-git-root)
3695 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
3696 (vc-git-create-repo): New functions.
3697 (vc-git-registered): New autoloaded function definition.
3698 (vc-git-registered): Use vc-git-root.
3699 (vc-git-responsible-p): New defalias.
3700 (vc-git-annotate-extract-revision-at-line): Uncomment.
3701 (vc-git-print-log): Add the file name to the log.
3702 (vc-git-log-view-mode): New derived mode.
3703 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
3704
3705 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
3706
3707 * progmodes/grep.el (grep-compute-defaults): Keep default values.
3708
3709 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
3710
3711 * textmodes/reftex.el (reftex-access-parse-file): Create parse
3712 file in a way that does not interfere with recentf mode.
3713 (reftex-access-parse-file): Do not risk destroying an existing
3714 buffer.
3715
3716 2007-07-22 Alexandre Julliard <julliard@winehq.org>
3717
3718 * vc-git.el: New file.
3719
3720 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
3721
3722 * textmodes/tex-mode.el (tex-font-script-display): Change default.
3723
3724 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
3725
3726 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
3727 for branches and new files.
3728
3729 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
3730 local-map handling ...
3731 (vc-mode-line): ... here. Improve handling of help-echo.
3732
3733 * vc.el (mode-line-string): Document help-echo usage.
3734
3735 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
3736
3737 Sync with Tramp 2.1.10.
3738
3739 * net/tramp.el (tramp-get-ls-command): Fix typo.
3740
3741 * net/trampver.el: Update release number.
3742
3743 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3744
3745 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
3746
3747 * term/x-win.el (x-handle-no-bitmap-icon): New function.
3748
3749 2007-07-22 Martin Rudalics <rudalics@gmx.at>
3750
3751 * add-log.el (change-log-fill-parenthesized-list): New function.
3752 (change-log-indent): Call change-log-fill-parenthesized-list.
3753 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
3754 Have lines with leading asterisk start a paragraph.
3755
3756 2007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
3757
3758 * calc/calc-math.el (math-emacs-precision)
3759 (math-largest-emacs-expt, math-smallest-emacs-expt):
3760 New variables.
3761 (math-use-emacs-fn): New function.
3762 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
3763 appropriate.
3764
3765 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
3766
3767 * image-dired.el (image-dired-sane-db-file): New func.
3768 (image-dired-write-tags, image-dired-remove-tag)
3769 (image-dired-list-tags, image-dired-write-comments)
3770 (image-dired-get-comment, image-dired-mark-tagged-files)
3771 (image-dired-create-gallery-lists): Call new func.
3772 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
3773
3774 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
3775
3776 * vc-hg.el (vc-hg-dir-state): Fix loop.
3777 (vc-hg-print-log): Fix expected return value for vc-hg-command.
3778 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
3779 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
3780 (vc-hg-revert): Likewise.
3781 (vc-hg-revision-table, vc-hg-revision-completion-table): New
3782 functions.
3783
3784 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
3785
3786 * add-log.el (change-log-resolve-conflict): Don't lose data if the
3787 merge fails.
3788
3789 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
3790
3791 * progmodes/compile.el (compilation-auto-jump-to-first-error):
3792 Add group and version.
3793
3794 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
3795
3796 * add-log.el (add-log-file-name): Use file-relative-name.
3797 (add-change-log-entry): Delay reading
3798 add-log-(full-name|mailing-address) to after we've switched to the
3799 ChangeLog buffer so we get the right value.
3800 (add-change-log-entry, add-log-current-defun, change-log-merge):
3801 Use derived-mode-p rather than checking major-mode directly.
3802
3803 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
3804 name for buffer-file-name if it refers to a directory.
3805
3806 * vc-arch.el (vc-arch-diff): Fix last change.
3807
3808 * progmodes/compile.el (compilation-start): Remember the original
3809 directory in a buffer-local compilation-directory.
3810 (compile): Set the global value of compilation-directory.
3811 (recompile): Use compilation-directory even in the compilation buffer.
3812
3813 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
3814
3815 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
3816
3817 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3818
3819 * ps-print.el: Problem with foreground and background color when
3820 printing a buffer with and without faces. Reported by Christian
3821 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
3822 (ps-print-version): New version 6.7.5.
3823 (ps-default-fg): Change default value to nil, so black color is used
3824 when a face does not specify a foreground color.
3825 (ps-default-bg): Change default value to nil, so white color is used
3826 for background color.
3827 (ps-begin-job): Fix code.
3828
3829 2007-07-20 Eli Zaretskii <eliz@gnu.org>
3830
3831 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
3832 in $(INSTALL_DIR)/lisp/ if they already exist.
3833
3834 2007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
3835
3836 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
3837 in $(INSTALL_DIR)/lisp/ if they already exist.
3838
3839 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
3840
3841 * progmodes/vera-mode.el (vera-re-search-forward)
3842 (vera-re-search-backward): Remove use of store-match-data.
3843 (vera-mode-map): Move initialization into declaration.
3844
3845 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
3846 (flymake-find-buildfile): Use locate-dominating-file.
3847
3848 * vc.el (vc-delistify): Use mapconcat.
3849 (vc-do-command): Minor simplification.
3850 (vc-expand-dirs): Use push.
3851
3852 * vc-mcvs.el (vc-mcvs-create-repo):
3853 * vc-cvs.el (vc-cvs-create-repo): Remove.
3854
3855 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
3856 directory and the root as well.
3857
3858 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
3859
3860 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
3861 instead of a file.
3862
3863 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
3864 (vc-hg-registered): Replace if with when.
3865 (vc-hg-state): Deal with nonexistent files and handle removed files.
3866 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
3867 (vc-hg-checkout): Re-enable.
3868 (vc-hg-create-repo): Fix typos.
3869 (vc-hg-print-log): Fix for multiple files.
3870 (vc-hg-workfile-unchanged-p): New function.
3871
3872 * vc.el: Fix typo.
3873 (vc-print-log): Fix call to print-log.
3874 (vc-default-comment-history): Likewise.
3875 (vc-directory-exclusion-list): Add .hg and .bzr.
3876 (vc-diff-internal): Pass a list instead of a file.
3877
3878 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
3879
3880 * vc-bzr.el (vc-bzr-create-repo): New function.
3881
3882 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
3883
3884 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
3885 `file' from which to start the search.
3886
3887 2007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
3888
3889 * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
3890 having a single file argument to having a list of files as the
3891 first argument.
3892
3893 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
3894
3895 * files.el (locate-dominating-file): New function.
3896
3897 2007-07-18 Michael Albinus <michael.albinus@gmx.de>
3898
3899 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
3900 (grep-compute-defaults): Use it.
3901
3902 2007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
3903
3904 * uniquify.el: Docstring fixes.
3905
3906 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
3907
3908 * vc.el (revision-granularity, create-repo): Document new vc
3909 backend properties.
3910 (vc-rollback): Renamed from vc-cancel-version. Update
3911 references. Pass a list instead of a file.
3912 (vc-revert): Renamed from vc-revert-buffer. Update references.
3913 (vc-delistify, vc-expand-dirs): New functions.
3914 (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
3915 of files instead of a single file.
3916 (vc-position-context, vc-resync-window, vc-diff-internal)
3917 (vc-print-log): Pass a list instead of a file.
3918
3919 * vc-hooks.el (vc-stay-local-p, vc-backend)
3920 (vc-backend-subdirectory-name): Work on a file list, not a single
3921 file.
3922 (vc-workfile-version): Update docstring.
3923 (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
3924 vc-revert instead of vc-revert-buffer.
3925 (vc-prefix-map): Likewise. Bind vc-update.
3926
3927 * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
3928 (vc-svn-wash-log): New functions.
3929 (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
3930 (vc-svn-command): Deal with a list of files, not a single file.
3931
3932 * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
3933 (vc-rcs-wash-log): New functions.
3934 (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
3935 Deal with a list of files, not a single file.
3936 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
3937
3938 * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
3939 functions.
3940 (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
3941 list of files, not a single file.
3942
3943 * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
3944 New functions.
3945 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
3946 (vc-mcvs-diff): Deal with a list of files, not a single file.
3947
3948 * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
3949 functions.
3950 (vc-hg-print-log): Deal with a list of files, not a single file.
3951 (vc-hg-diff-tree): New function, replace defalias with the same
3952 name.
3953 (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
3954 FILES to denote that it is a file list, not a single file.
3955
3956 * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
3957 (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
3958 a single file.
3959 (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
3960 that it is a file list, not a single file.
3961 (vc-cvs-diff): Likewise. Simplify.
3962
3963 * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
3964 Deal with a list of files, not a single file.
3965
3966 * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
3967 (vc-bzr-print-log): Update FILE parameter name to denote that it
3968 is a file list, not a single file.
3969 (vc-bzr-diff): Likewise. Use the car of files.
3970
3971 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
3972
3973 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
3974 (follow-delete-other-windows-and-split, follow-recenter)
3975 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
3976 (follow-redisplay, follow-estimate-first-window-start)
3977 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
3978 Fix typos in docstrings.
3979
3980 2007-07-18 Martin Rudalics <rudalics@gmx.at>
3981
3982 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
3983 avoid that filling introduces lines with a single asterisk.
3984
3985 * kmacro.el (kmacro-end-macro): When ignoring empty macro
3986 avoid incorrect kmacro-ring-empty-p messages.
3987 Reported by Michael Schierl <schierlm@gmx.de>.
3988
3989 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
3990
3991 * vc.el: Add more info about the vc-registered function.
3992
3993 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
3994
3995 * files.el (file-remote-p): Introduce optional parameter
3996 IDENTIFICATION.
3997
3998 * recentf.el (recentf-keep-default-predicate): Adapt call of
3999 `file-remote-p'.
4000
4001 * progmodes/grep.el (grep-probe): Use `process-file'.
4002 (grep-compute-defaults): Handle variables host specific.
4003
4004 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
4005 parameter IDENTIFICATION.
4006
4007 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
4008 parameter IDENTIFICATION.
4009 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
4010 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
4011 Add entry for `set-file-times'.
4012 (tramp-do-copy-or-rename-file-via-buffer)
4013 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
4014 (tramp-handle-unhandled-file-name-directory): Rewrite.
4015 (tramp-convert-file-attributes): Add error handling when inode is
4016 extraordinary big.
4017 (tramp-get-inode): Change parameter from FILE to VEC.
4018 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
4019 is nil. This is according to the specification. Goto (point-max)
4020 when ready.
4021 (tramp-handle-shell-command): Rewrite completely, using
4022 `process-file' and `start-file-process'.
4023 (tramp-methods, tramp-find-shell)
4024 (tramp-open-connection-setup-interactive-shell)
4025 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
4026 var. Reported by Steve Youngs <steve@sxemacs.org>.
4027
4028 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
4029 entry for `set-file-times'. Rename `start-process' into
4030 `start-file-process'. Remove `call-process' entry.
4031 (tramp-fish-handle-set-file-times): New defun.
4032 (tramp-fish-handle-executable-find): Use `process-file'.
4033 (tramp-fish-handle-process-file): New defun. Replaces
4034 `tramp-fish-handle-call-process'.
4035 (tramp-fish-do-copy-or-rename-file-directly): Use
4036 `set-file-times'.
4037 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
4038
4039 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
4040 `tramp-get-inode' parameter.
4041
4042 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
4043
4044 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
4045 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
4046 nowadays, and by the time Emacs-23 comes out, nobody will even remember
4047 it has ever existed.
4048
4049 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
4050
4051 * vc.el: Undo previous change.
4052
4053 2007-07-16 Eli Zaretskii <eliz@gnu.org>
4054
4055 * makefile.w32-in (clean): Don't delete *~.
4056
4057 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
4058
4059 * textmodes/tex-mode.el (tex-verbatim-environments):
4060 Add safe-local-variable property.
4061 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
4062 when starting font-lock rather than when loading tex-mode.el.
4063
4064 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
4065 whole $( rather than just the $. Rename from sh-quoted-subshell.
4066 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
4067
4068 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
4069
4070 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
4071 bookmark-alist. Instead, if not sorting, simply return it.
4072 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
4073 for its return value, not for its side effect.
4074
4075 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
4076 case of alignment under a constant symbol, find and consider
4077 the sexp actually at indentation to be the "last sexp".
4078
4079 2007-07-16 Drew Adams <drew.adams@oracle.com>
4080
4081 * mouse.el (mouse-yank-secondary): Better error message if no
4082 secondary selection.
4083
4084 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
4085
4086 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
4087
4088 * term/xterm.el (xterm-turn-on-modify-other-keys)
4089 (xterm-turn-off-modify-other-keys): New functions.
4090 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
4091 terminal supports it.
4092
4093 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
4094
4095 * bookmark.el (bookmark-show-all-annotations):
4096 Make sure each inserted annotation ends with newline.
4097
4098 2007-07-15 Richard Stallman <rms@gnu.org>
4099
4100 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
4101
4102 * tutorial.el (tutorial--find-changed-keys):
4103 Handle C-x specially like ESC.
4104
4105 2007-07-15 Aaron Hawley <aaronh@garden.org>
4106
4107 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
4108
4109 2007-07-15 Juri Linkov <juri@jurta.org>
4110
4111 * delsel.el (delete-selection-pre-hook):
4112 * emulation/cua-base.el (cua-paste): Before a yank command,
4113 check also whether last-command is one of mouse-save-then-kill,
4114 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
4115
4116 2007-07-15 Michael Albinus <michael.albinus@gmx.de>
4117
4118 * recentf.el (recentf-keep-default-predicate): New defun.
4119 (recentf-keep): Use it as initial value.
4120
4121 2007-07-15 Karl Fogel <kfogel@red-bean.com>
4122
4123 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
4124 thus restoring bookmark bindings to three slots under C-x r. See
4125 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
4126
4127 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
4128
4129 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
4130
4131 2007-07-15 Jason Rumney <jasonr@gnu.org>
4132
4133 * w32-fns.el (set-default-process-coding-system): Use dos line ends
4134 for input to cmdproxy on all versions of Windows.
4135 Use dos line ends for input to plink.
4136
4137 * comint.el (comint-simple-send): Concat newline before sending.
4138 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
4139
4140 2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
4141
4142 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
4143 safe-local-variable setting.
4144
4145 2007-07-14 David Kastrup <dak@gnu.org>
4146
4147 * emacs-lisp/advice.el (defadvice): Doc fix.
4148
4149 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
4150
4151 * subr.el (when, unless): Doc fix.
4152
4153 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
4154
4155 * replace.el (match): Use yellow1 instead of yellow.
4156
4157 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
4158 red.
4159
4160 * pcvs-info.el (cvs-unknown): Likewise.
4161
4162 2007-07-13 Eli Zaretskii <eliz@gnu.org>
4163
4164 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
4165 (install): Use them to copy all *.el files before *.elc.
4166
4167 2007-07-13 Drew Adams <drew.adams@oracle.com>
4168
4169 * bookmark.el (bookmark-jump-other-window): New function.
4170 (bookmark-map): Bind it to "o".
4171
4172 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
4173 and its thread contains discussion about this change.
4174 The original patch was slightly tweaked by Karl Fogel
4175 <kfogel@red-bean.com> before committing.
4176
4177 2007-07-13 Karl Fogel <kfogel@red-bean.com>
4178
4179 * bookmark.el: Shorten some comments to fit within 80 lines.
4180
4181 2007-07-13 Karl Fogel <kfogel@red-bean.com>
4182
4183 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
4184 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
4185 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
4186 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
4187
4188 2007-07-13 Carsten Dominik <dominik@science.uva.nl>
4189
4190 * textmodes/org.el: Bug fixes.
4191 (org-end-of-line): Move to end of line if in headline without tags.
4192
4193 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
4194
4195 * vc-hooks.el: Remove spurious * in docstrings.
4196 (vc-handled-backends): Add BZR.
4197
4198 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
4199
4200 2007-07-12 Davis Herring <herring@lanl.gov>
4201
4202 * desktop.el (desktop-buffer-info, desktop-save):
4203 Use `desktop-dirname' instead of `dirname'.
4204
4205 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
4206
4207 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
4208
4209 * progmodes/python.el (python-which-func-length-limit): New var.
4210 (python-which-func): New function.
4211 (python-current-defun): Add optional `length-limit' and try to fit
4212 computed function name to that length.
4213 (python-mode): Hook `python-which-func' up.
4214
4215 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
4216
4217 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
4218
4219 * comint.el (comint-dynamic-complete-as-filename):
4220 Use read-file-name-completion-ignore-case.
4221
4222 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
4223
4224 * comint.el (comint-dynamic-list-filename-completions):
4225 Use read-file-name-completion-ignore-case.
4226
4227 * vc-cvs.el: Require CL.
4228 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
4229 New functions to provide completion of revision names.
4230
4231 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
4232 (vc-cvs-annotate-first-line-re): New const.
4233 (vc-cvs-annotate-process-filter): New fun.
4234 (vc-cvs-annotate-command): Use them and run the command asynchronously.
4235
4236 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
4237
4238 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
4239 (eldoc-print-current-symbol-info): Adjust for changed helper
4240 function signatures.
4241 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
4242 `eldoc-highlight-function-argument'.
4243 (eldoc-highlight-function-argument): New function.
4244 (eldoc-get-var-docstring): Format documentation with
4245 `font-lock-variable-name-face'.
4246 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
4247 where suited.
4248 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
4249 (eldoc-beginning-of-sexp): Return number of skipped sexps.
4250
4251 2007-07-11 Michael Albinus <michael.albinus@gmx.de>
4252
4253 * progmodes/compile.el (compilation-start): `start-process' must
4254 still be redefined when calling `start-process-shell-command'.
4255
4256 * progmodes/gud.el (gud-file-name): When `default-directory' is a
4257 remote file name, prepend its remote part to the filename.
4258 (gud-common-init): When `default-directory' is a remote file name,
4259 make the filename relative to it.
4260 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
4261
4262 2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
4263
4264 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
4265 mouse binding and a tooltip.
4266
4267 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
4268
4269 * menu-bar.el (vc-menu-map): New defalias.
4270
4271 2007-07-10 Richard Stallman <rms@gnu.org>
4272
4273 * emacs-lisp/lisp-mode.el (eval-defun):
4274 Explain special handling of `defface'.
4275
4276 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
4277
4278 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
4279
4280 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
4281
4282 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
4283
4284 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
4285
4286 * vc-arch.el (vc-arch-complete): Remove.
4287 (vc-arch-revision-completion-table): Use complete-with-action.
4288
4289 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
4290 (complete-with-action): New function.
4291 (dynamic-completion-table): Use it.
4292
4293 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
4294
4295 * comint.el (make-comint, make-comint-in-buffer)
4296 (comint-exec-1): Replace `start-process' by `start-file-process'.
4297
4298 * progmodes/compile.el (compilation-start): Revert redefining
4299 `start-process'.
4300
4301 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
4302
4303 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
4304 with EOLs when generating MD5 checksums.
4305
4306 * follow.el: Don't change the global map from the follow-mode-map
4307 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
4308 XEmacs code.
4309 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
4310 since `follow-mode' should be used instead for that.
4311
4312 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
4313 (easy-menu-do-define): Use it.
4314 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
4315
4316 * progmodes/compile.el (compilation-auto-jump-to-first-error)
4317 (compilation-auto-jump-to-next): New vars.
4318 (compilation-auto-jump): New function.
4319 (compilation-error-properties): Use them to jump to first error.
4320 (compilation-start): Set the var if requested.
4321
4322 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
4323 duplicates without also removing entries from other directories.
4324
4325 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
4326
4327 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
4328 Remember span as default.
4329 (org-columns-edit-value): Rename from `org-column-edit'.
4330 (org-columns-display-here-title): Rename from
4331 `org-overlay-columns-title'.
4332 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
4333 (org-columns-get-autowidth-alist): Rename from
4334 `org-get-columns-autowidth-alist'.
4335 (org-columns-display-here): Rename from `org-overlay-columns'.
4336 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
4337 (org-columns-quit): Rename from `org-column-quit'.
4338 (org-columns-show-value): Rename from `org-column-show-value'.
4339 (org-columns-content, org-columns-widen)
4340 (org-columns-next-allowed-value)
4341 (org-columns-edit-allowed, org-columns-store-format)
4342 (org-columns-uncompile-format, org-columns-redo)
4343 (org-columns-edit-attributes, org-delete-property)
4344 (org-set-property, org-columns-update)
4345 (org-columns-compute, org-columns-eval)
4346 (org-columns-not-in-agenda, org-columns-compute-all)
4347 (org-property-next-allowed-value)
4348 (org-columns-compile-format)
4349 (org-fill-paragraph-experimental)
4350 (org-string-to-number, org-property-action)
4351 (org-columns-move-left, org-columns-new)
4352 (org-column-number-to-string)
4353 (org-property-previous-allowed-value)
4354 (org-at-property-p, org-columns-delete)
4355 (org-columns-previous-allowed-value)
4356 (org-columns-move-right, org-columns-narrow)
4357 (org-property-get-allowed-values)
4358 (org-verify-version, org-column-string-to-number)
4359 (org-delete-property-globally): New functions.
4360 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
4361 (org-columns-overlays): Rename from `org-column-overlays'.
4362 (org-columns-map): Rename from `org-column-map'.
4363 (org-columns-current-maxwidths): Rename from
4364 `org-current-columns-maxwidths'.
4365 (org-columns-begin-marker, org-columns-current-fmt-compiled)
4366 (org-previous-header-line-format)
4367 (org-columns-inhibit-recalculation)
4368 (org-columns-top-level-marker): New variables.
4369 (org-columns-default-format): Rename from `org-default-columns-format'.
4370 (org-property-re): New constant.
4371
4372 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
4373
4374 * subr.el (looking-at-p, string-match-p): New functions.
4375
4376 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
4377
4378 * textmodes/tex-mode.el (tex-fontify-script)
4379 (tex-font-script-display): New variables to make display of
4380 superscripts and subscripts customizable.
4381 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
4382
4383 2007-07-09 Richard Stallman <rms@gnu.org>
4384
4385 * isearch.el (isearch-edit-string): Call to isearch-push-state
4386 after the search.
4387
4388 2007-07-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4389
4390 * window.el (fit-window-to-buffer): Remove setting of window-min-height
4391 to 1 as enlarge-window uses the value to resize/shrink windows other
4392 than WINDOW if needed.
4393
4394 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
4395
4396 * cus-start.el (file-coding-system-alist): Fix custom type.
4397
4398 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
4399
4400 * longlines.el (longlines-wrap-region): Avoid marking buffer as
4401 modified.
4402 (longlines-auto-wrap, longlines-window-change-function):
4403 Remove unnecessary calls to set-buffer-modified-p.
4404
4405 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
4406
4407 * cus-start.el (file-coding-system-alist): Fix custom type.
4408
4409 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
4410
4411 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
4412 (vc-cvs-checkout): Remove last arg now unused; simplify.
4413
4414 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
4415
4416 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
4417
4418 * net/tramp.el:
4419 * net/tramp-ftp.el:
4420 * net/tramp-smb.el:
4421 * net/tramp-uu.el:
4422 * net/trampver.el: Migrate to Tramp 2.1.
4423
4424 * net/tramp-cache.el:
4425 * net/tramp-fish.el:
4426 * net/tramp-gw.el: New Tramp packages.
4427
4428 * net/tramp-util.el:
4429 * net/tramp-vc.el: Removed.
4430
4431 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
4432 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
4433
4434 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
4435
4436 * progmodes/compile.el (compilation-start): Redefine
4437 `start-process' temporarily when `default-directory' is remote.
4438 Remove case of synchronous compilation, this won't happen ever.
4439 (compilation-setup): Make local variable `comint-file-name-prefix'
4440 for remote compilation.
4441
4442 2007-07-08 Martin Rudalics <rudalics@gmx.at>
4443
4444 * novice.el (disabled-command-function): Fit window to buffer to
4445 make last line visible.
4446 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
4447
4448 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
4449 when handling the terminating event.
4450
4451 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
4452
4453 * calc/calc.el (math-read-number-simple): Remove leading 0s.
4454 (math-bignum-digit-length): Change to optimal value.
4455
4456 * calc/calc-bin.el (math-bignum-logb-digit-size)
4457 (math-bignum-digit-power-of-two): Evaluate when compiled.
4458
4459 * calc/calc-comb.el (math-small-factorial-table)
4460 (math-init-random-base, math-prime-test): Remove unnecessary calls
4461 to `math-read-number-simple'.
4462
4463 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
4464 (math-approx-gamma-const): Add docstrings.
4465
4466 * calc/calc-forms.el (math-julian-date-beginning)
4467 (math-julian-date-beginning-int): New constants.
4468 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
4469 Use the new constants.
4470
4471 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
4472
4473 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
4474 Add docstrings.
4475
4476 2007-07-07 Tom Tromey <tromey@redhat.com>
4477
4478 * vc.el (vc-annotate): Jump to line and output message only after the
4479 process is really all done.
4480
4481 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
4482
4483 * vc.el (vc-exec-after): Don't move point from the sentinel.
4484 Forcefully read all the remaining text in the pipe upon process exit.
4485 (vc-annotate-display-autoscale, vc-annotate-lines):
4486 Don't stop at the first unrecognized line.
4487 (vc-annotate-display-select): Run autoscale after the process is done
4488 since it depends on the whole result.
4489
4490 2007-07-07 Eli Zaretskii <eliz@gnu.org>
4491
4492 * term/w32-win.el (menu-bar-open): New function.
4493 Bind <f10> to it.
4494
4495 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
4496
4497 * simple.el (start-file-process): New defun.
4498
4499 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
4500
4501 * files.el (find-file-confirm-nonexistent-file): Rename from
4502 find-file-confirm-inexistent-file. Update users.
4503
4504 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
4505 format of autoload block where the file's time-stamp is replaced by its
4506 MD5 checksum.
4507 (autoload-generate-file-autoloads): Use MD5 checksum instead of
4508 time-stamp for secondary autoloads files.
4509 (update-directory-autoloads): Remove duplicate entries.
4510 Use time-less-p for time-stamps, as done in autoload-find-destination.
4511
4512 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
4513
4514 * calc/calc.el (math-read-number): Replace number by variable.
4515 (math-read-number-simple): Properly parse small integers.
4516
4517 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
4518
4519 * vc.el: Fix doc for the checkout function.
4520
4521 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
4522
4523 * vc-hg.el (vc-hg-root): New function.
4524 (vc-hg-registered): Use it.
4525 (vc-hg-diff-tree): New defalias.
4526 (vc-hg-responsible-p): Likewise.
4527 (vc-hg-checkout): Comment out, not needed.
4528 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
4529 (vc-hg-find-version, vc-hg-next-version): New functions.
4530
4531 2007-07-06 Andreas Schwab <schwab@suse.de>
4532
4533 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
4534 dynamic bindings around the evaluation of the expression.
4535 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
4536
4537 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
4538
4539 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
4540 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
4541 Use run-hooks rather than run-mode-hooks.
4542
4543 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
4544
4545 * calc/calc-comb.el (math-random-digit): Rename to
4546 `math-random-three-digit-number'.
4547 (math-random-digits): Don't depend on representation of integer.
4548
4549 * calc/calc-bin.el (math-bignum-logb-digit-size)
4550 (math-bignum-digit-power-of-two): New constants.
4551 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
4552 (math-not-bignum, math-clip-bignum): Use the constants
4553 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
4554 instead of their values.
4555 (math-clip): Use math-small-integer-size instead of its value.
4556
4557 * calc/calc.el (math-add-bignum): Replace number by constant.
4558
4559 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
4560
4561 * wid-edit.el (widget-documentation-string-value-create):
4562 Insert indentation spaces.
4563
4564 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
4565
4566 * emacs-lisp/byte-opt.el: Revert last change.
4567
4568 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
4569
4570 * vc-hooks.el (vc-handled-backends): Add HG.
4571
4572 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
4573
4574 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
4575
4576 * complete.el (PC-do-complete-and-exit): Add support for the new
4577 `confirm-only' confirmation mode.
4578
4579 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
4580
4581 * cus-edit.el (custom-commands): New variable.
4582 (custom-tool-bar-map): New variable. Initialize using
4583 `custom-commands'.
4584 (custom-mode): Use `custom-tool-bar-map'.
4585 (custom-buffer-create-internal): Insert action buttons only if
4586 tool bar is not used. Use `custom-commands'.
4587 (Custom-help, custom-command-apply): New function.
4588 (custom-command-apply, Custom-set, Custom-save)
4589 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
4590 Use `custom-command-apply' instead of duplicating code.
4591 (customize-group-other-window): Call `customize-group' instead of
4592 duplicating code.
4593 (customize-face-other-window): Call `customize-face' instead of
4594 duplicating code.
4595 (customize-group, customize-face): Add optional args for opening
4596 in another window.
4597 (custom-variable-tag): Don't inherit `variable-pitch' face.
4598 (custom-group-tag): Inherit `variable-pitch' face.
4599 (custom-variable-value-create): Set documentation indentation.
4600 (custom-group-value-create): Make group name a link, instead of
4601 using an extra "go to group" button.
4602 (custom-prompt-variable, custom-group-set, custom-group-save)
4603 (custom-group-reset-current, custom-group-reset-saved)
4604 (custom-group-reset-standard): Minor cleanup.
4605
4606 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
4607
4608 * Makefile.in (bootstrap-prepare): When copying from
4609 ldefs-boot.el, make sure loaddefs.el is writeable.
4610
4611 (bootstrap-prepare): Make $(lisp)/ps-print.el
4612 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
4613
4614 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
4615
4616 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
4617 only caller, and delete.
4618 (vc-hg-state): Deal with exceptions and only parse the output on
4619 successful return.
4620 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
4621 caller, and delete.
4622 (vc-hg-workfile-version): Deal with exceptions and only parse the
4623 output on successful return.
4624 (vc-hg-revert): New function.
4625
4626 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
4627
4628 * calculator.el (calculator-expt): Use more cases to determine
4629 the value.
4630
4631 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
4632
4633 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
4634 file names.
4635
4636 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
4637
4638 * calculator.el (calculator-expt, calculator-integer-p):
4639 New functions.
4640 (calculator-fact): Check to see if the factorial will be too
4641 large before computing it.
4642 (calculator-initial-operators): Use `calculator-expt' to
4643 compute "^".
4644 (calculator-mode): Mention that results which are too large
4645 will return inf.
4646 * calc/calc-comb.el (math-small-factorial-table): Replace list
4647 by vector.
4648
4649 2007-07-03 David Kastrup <dak@gnu.org>
4650
4651 * shell.el: On request of the authors, remove their addresses for
4652 the sake of bug reports, and add the developer list address as
4653 maintainer information.
4654
4655 2007-07-03 Richard Stallman <rms@gnu.org>
4656
4657 * files.el (make-directory): Doc fix.
4658 (find-file-confirm-inexistent-file): Make it a defcustom.
4659 Make nil the default.
4660
4661 2007-07-02 Richard Stallman <rms@gnu.org>
4662
4663 * startup.el (command-line): Set buffer-offer-save in *scratch*
4664 and enable auto-save in it.
4665
4666 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
4667
4668 * textmodes/org.el (orgstruct-mode-map): New variable.
4669 (orgstruct-mode): New minor mode.
4670 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
4671 (orgstruct-make-binding, org-context-p, org-get-local-variables)
4672 (org-run-like-in-org-mode): New functions.
4673 (org-cycle-list-bullet): New command.
4674 (org-special-properties, org-property-start-re)
4675 (org-property-end-re): New constants.
4676 (org-with-point-at): New macro.
4677 (org-get-property-block, org-entry-properties, org-entry-get)
4678 (org-entry-delete, org-entry-get-with-inheritance)
4679 (org-entry-put, org-buffer-property-keys): New functions.
4680 (org-insert-property-drawer): New command.
4681 (org-entry-property-inherited-from): New variable.
4682 (org-column): New face.
4683 (org-column-overlays, org-current-columns-fmt)
4684 (org-current-columns-maxwidths, org-column-map): New variables.
4685 (org-column-menu): New menu.
4686 (org-new-column-overlay, org-overlay-columns)
4687 (org-overlay-columns-title, org-remove-column-overlays)
4688 (org-column-show-value, org-column-quit, org-column-edit): New
4689 functions.
4690 (org-columns, org-agenda-columns): New commands.
4691 (org-get-columns-autowidth-alist): New functions.
4692 (org-properties): New customize group.
4693 (org-default-columns-format): New option.
4694 (org-priority): Realign tags after changing priority.
4695 (org-preserve-lc): New macro.
4696 (org-update-checkbox-count): Catch case when there is no headline.
4697 (org-agenda-quit): Remove any column overlays.
4698 (org-beginning-of-item-list): Fixed bug when non-item line is
4699 indented too deep.
4700 (org-cached-props): New variable.
4701 (org-cached-entry-get): New function.
4702 (org-make-tags-matcher): Handle property matches.
4703 (org-table-recalculate): Swap evaluation order: Field formula
4704 first, then column formulas, but don't allow them to overwrite the
4705 field formulas.
4706 (org-table-eval-formula): New argument untouchable.
4707 (org-table-put-field-property): New function.
4708
4709 2007-07-02 Martin Rudalics <rudalics@gmx.at>
4710
4711 * help-mode.el (help-make-xrefs): Skip spaces too when
4712 skipping tabs.
4713
4714 * ffap.el (dired-at-point-prompter): Improve prompt in
4715 list-directory case.
4716
4717 2007-07-01 Richard Stallman <rms@gnu.org>
4718
4719 * files.el (find-file-visit-truename): Fix safe-local-variable value.
4720
4721 2007-07-01 Richard Stallman <rms@gnu.org>
4722
4723 * cus-start.el (max-mini-window-height): Added.
4724
4725 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
4726
4727 * complete.el (partial-completion-mode): Remove advice of
4728 read-file-name-internal.
4729 (PC-do-completion): Rebind minibuffer-completion-table.
4730 (PC-read-file-name-internal): New function doing what
4731 read-file-name-internal advice did.
4732
4733 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
4734
4735 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
4736 property on a few symbols.
4737 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
4738 (byte-optimize-lapcode): Remove bindings that are not referenced
4739 and certainly will not effect through dynamic scoping.
4740
4741 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
4742
4743 * files.el (find-file-confirm-inexistent-file): New var.
4744 (find-file, find-file-other-window, find-file-other-frame)
4745 (find-file-read-only, find-file-read-only-other-window)
4746 (find-file-read-only-other-frame): Use it.
4747
4748 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
4749
4750 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
4751
4752 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
4753
4754 * generic-x.el (generic-define-mswindows-modes)
4755 (generic-define-unix-modes, apache-log-generic-mode)
4756 (bat-generic-mode-keymap, java-manifest-generic-mode)
4757 (show-tabs-generic-mode): Fix typos in docstrings.
4758
4759 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
4760
4761 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
4762 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
4763 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
4764 (rcirc-print): Never ignore messages from ourself.
4765
4766 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
4767
4768 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
4769 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
4770
4771 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4772
4773 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
4774 replace-regexp-in-string.
4775
4776 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
4777
4778 * emacs-lisp/cl.el: Set edebug and indentation before loading
4779 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
4780
4781 2007-06-28 Andreas Schwab <schwab@suse.de>
4782
4783 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
4784 $(lisp)/subdirs.el.
4785
4786 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
4787
4788 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
4789 the speedbar frame if nil; that deletes the current frame or
4790 causes an error if it is the only frame.
4791 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
4792
4793 2007-06-28 Kevin Ryde <user42@zip.com.au>
4794
4795 * textmodes/nroff-mode.el: Groff \# comments.
4796 (nroff-mode-syntax-table): \# comment intro,
4797 plain # as punct per global table.
4798 (nroff-font-lock-keywords): Add # as a single char escape.
4799 (nroff-mode): In comment-start-skip, match \#.
4800
4801 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
4802
4803 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
4804 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
4805 point-min == 1.
4806
4807 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
4808
4809 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
4810 Rename and move to...
4811
4812 * subr.el (strings->string, string->strings): ...here.
4813
4814 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
4815 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
4816
4817 * progmodes/gud.el (gud-common-init): Call string->strings instead
4818 of split-string.
4819
4820 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
4821
4822 * dired-aux.el: Remove `dired-call-process'.
4823 (dired-check-process): Call `process-file'.
4824
4825 * wdired.el (wdired-do-perm-changes): Call `process-file'.
4826
4827 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
4828 `ange-ftp-process-file'.
4829
4830 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
4831
4832 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
4833
4834 * emacs-lisp/cl-extra.el:
4835 * emacs-lisp/cl-seq.el:
4836 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
4837 Add autoload cookies on all defs autoloaded manually in cl.el.
4838
4839 * emacs-lisp/cl-loaddefs.el: New file.
4840
4841 * textmodes/texinfmt.el (texinfo-raisesections-alist)
4842 (texinfo-lowersections-alist): Merge definition and declaration.
4843 (texinfo-start-of-header, texinfo-end-of-header): Remove.
4844 (texinfo-format-syntax-table): Merge init into declaration.
4845 (texinfo-format-parse-line-args, texinfo-format-parse-args)
4846 (texinfo-format-parse-defun-args, texinfo-format-node)
4847 (texinfo-push-stack, texinfo-multitable-widths)
4848 (texinfo-define-info-enclosure, texinfo-alias)
4849 (texinfo-format-defindex, batch-texinfo-format): Use push.
4850 (texinfo-footnote-number): Remove duplicate declaration.
4851
4852 * ps-print.el: Update with auto-generated autoloads.
4853
4854 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
4855
4856 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
4857
4858 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
4859 relative to current dir for file-local settings.
4860 (autoload-generate-file-autoloads): Add `outfile' arg.
4861 (update-directory-autoloads): Use it to directly call
4862 autoload-generate-file-autoloads instead of going through
4863 update-file-autoloads so we avoid redundant searches and so we can know
4864 the set of buffers changed so we can save them all.
4865
4866 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
4867 rather than throwing `up-to-date'.
4868 (autoload-generate-file-autoloads): Adjust correspondingly.
4869 (update-file-autoloads): Be careful to let-bind
4870 autoload-modified-buffers and adjust to new calling conventions.
4871 (autoload-modified-buffers): Make it a dynamically scoped var.
4872 (update-directory-autoloads): Use file-relative-name instead of
4873 autoload-trim-file-name.
4874 (autoload-insert-section-header): Don't use autoload-trim-file-name
4875 since the file is already relative now.
4876 (autoload-trim-file-name): Remove.
4877
4878 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
4879 (vc-arch-complete, vc-arch--version-completion-table)
4880 (vc-arch-revision-completion-table): New functions to provide
4881 completion of revision names.
4882 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
4883 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
4884 to let the user trim the revlib.
4885
4886 * vc.el: Add new VC operation `revision-completion-table'.
4887 (vc-default-revision-completion-table): New function.
4888 (vc-version-diff, vc-version-other-window): Use it to provide
4889 completion of revision names if the backend provides it.
4890
4891 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
4892
4893 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
4894 of newer .svn/entries.
4895
4896 2007-06-25 David Kastrup <dak@gnu.org>
4897
4898 * calc/calc-poly.el (math-padded-polynomial)
4899 (math-partial-fractions): Add some function comments.
4900
4901 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
4902
4903 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4904 Make `outbuf' optional.
4905 (update-file-autoloads): Use it.
4906
4907 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
4908
4909 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
4910 (autoload-find-destination): Keep it uptodate.
4911 (autoload-save-buffers): New fun.
4912 (update-file-autoloads): Use it. Re-add the "up to date" message.
4913
4914 * emacs-lisp/autoload.el: Refactor for upcoming changes.
4915 (autoload-find-destination): New function extracted from
4916 update-file-autoloads.
4917 (update-file-autoloads): Use it.
4918 (autoload-generate-file-autoloads): New function extracted from
4919 generate-file-autoloads. Use file-relative-name. Delay computation of
4920 output-start to the first cookie. Remove done-any, replaced by
4921 output-start.
4922 (generate-file-autoloads): Use it.
4923
4924 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
4925
4926 * calc/calc-comb.el (math-init-random-base, math-prime-test):
4927 Use math-read-number-simple to insert constants.
4928 (math-prime-test): Redo calculation of sum.
4929
4930 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
4931
4932 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
4933 math-scale-bignum-3.
4934 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
4935 math-bignum-digit-size.
4936 (math-isqrt-small): Add another possible initial guess.
4937
4938 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4939
4940 * textmodes/bibtex.el (bibtex-entry-format): New options
4941 `whitespace', `braces', and `string'.
4942 (bibtex-field-braces-alist, bibtex-field-strings-alist)
4943 (bibtex-field-braces-opt, bibtex-field-strings-opt)
4944 (bibtex-cite-matcher-alist): New variables.
4945 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
4946 (bibtex-flash-head): Use blink-matching-delay.
4947 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
4948 (bibtex-format-entry, bibtex-reformat): Handle new options of
4949 bibtex-entry-format.
4950 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
4951 New functions.
4952 (bibtex-complete-internal): Do not display messages while
4953 minibuffer is used. Do not leave around a completions buffer
4954 that is out of date.
4955 (bibtex-copy-summary-as-kill): New optional arg.
4956 (bibtex-font-lock-url): New optional arg no-button.
4957 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
4958 (bibtex-url): Allow multiple URLs per entry.
4959
4960 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
4961
4962 * emacs-lisp/autoload.el (autoload-generated-file): New function.
4963 (update-file-autoloads, update-directory-autoloads): Use it.
4964 (autoload-file-load-name): New function.
4965 (generate-file-autoloads, update-file-autoloads): Use it.
4966 (autoload-find-file): Accept non-absolute argument. Set default-dir.
4967 (generate-file-autoloads): If the autoloaded form is malformed,
4968 indicate the problem with a warning instead of aborting.
4969
4970 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
4971
4972 * simple.el (next-error-recenter): Accept `(4)' as well;
4973 also, specify `integer' instead of `number'.
4974
4975 2007-06-23 Eli Zaretskii <eliz@gnu.org>
4976
4977 * ls-lisp.el (insert-directory): If an invalid regexp error is
4978 thrown, try using FILE as a literal file name, not a wildcard.
4979
4980 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
4981
4982 * ruler-mode.el (ruler-mode): Prevent clobbering the original
4983 `header-line-format' when reentering ruler mode.
4984
4985 2007-06-23 Eli Zaretskii <eliz@gnu.org>
4986
4987 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
4988 FILE exists as a file.
4989
4990 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
4991
4992 * calc/calc.el (math-bignum-digit-length)
4993 (math-bignum-digit-size, math-small-integer-size):
4994 New constants.
4995 (math-normalize, math-bignum-big, math-make-float)
4996 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
4997 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
4998 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
4999 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
5000 (math-quotient, math-div-bignum, math-div-bignum-digit)
5001 (math-div-bignum-part, math-format-bignum-decimal)
5002 (math-read-bignum): Use math-bignum-digit-length,
5003 math-bignum-digit-size and math-small-integer-size.
5004
5005 * calc/calc-ext.el (math-fixnum-big): Use the variable
5006 math-bignum-digit-size.
5007
5008 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
5009
5010 * log-view.el (log-view-mode-menu): New menu.
5011
5012 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5013
5014 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
5015 differently.
5016
5017 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
5018 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
5019
5020 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
5021
5022 * vc-hg.el (vc-hg-print-log): Insert the file name.
5023 (vc-hg-log-view-mode): Fontify the file name.
5024
5025 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
5026
5027 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
5028 (calcFunc-julian): Fix incorrect number used in calculations.
5029
5030 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
5031
5032 * simple.el (next-error-recenter): New defcustom.
5033 (next-error, next-error-internal): Recenter if specified,
5034 immediately prior to running `next-error-hook'.
5035
5036 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
5037 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
5038
5039 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
5040
5041 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
5042
5043 * calc/calc-comb.el (math-small-factorial-table): New variable.
5044 (calcFunc-fact): Use `math-small-factorial-table'.
5045
5046 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
5047 initial values.
5048 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
5049 New variables to use in caches.
5050
5051 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
5052 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
5053
5054 * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
5055 (math-bernoulli-b-cache): Use math-read-number-simple to insert
5056 bignums.
5057
5058 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
5059 New variables to use in caches.
5060
5061 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
5062
5063 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
5064
5065 * vc-hg.el (vc-hg-log-view-mode): New mode.
5066
5067 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
5068
5069 * calc/calc.el (math-read-number-simple): New function.
5070
5071 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
5072
5073 * vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
5074 (vera-font-lock-match-item): Fix doc string.
5075 (vera-in-comment-p): Remove unused function.
5076 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
5077 use `syntax-ppss'.
5078 (vera-forward-syntactic-ws): Fix argument order.
5079 (vera-prepare-search): Use `with-syntax-table'.
5080 (vera-indent-line): Fix doc string.
5081 (vera-electric-tab): Fix doc string.
5082 (vera-expand-abbrev): Define alias instead of using `fset'.
5083 (vera-comment-uncomment-region): Use `comment-start-skip'.
5084
5085 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
5086
5087 * textmodes/org.el (org-export-with-footnotes): New option.
5088 (org-export-as-html): Fix replacement bug for XEmacs.
5089 (org-agenda-default-appointment-duration): New option.
5090
5091 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
5092
5093 * vc-hg.el: Add to do items.
5094 (vc-hg-diff): Add support for comparing different revisions.
5095 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
5096 (vc-hg-annotate-extract-revision-at-line)
5097 (vc-hg-previous-version, vc-hg-checkin): New functions.
5098 (vc-hg-annotate-re): New constant.
5099
5100 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
5101
5102 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
5103
5104 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
5105
5106 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
5107 buffer-local value of log-view-*-re if applicable.
5108
5109 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
5110 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
5111 (vc-bzr-command*): Remove both (incompatible) versions.
5112 (vc-bzr-do-command*): Remove.
5113 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
5114 Remove by folding into its only caller vc-bzr-command.
5115 (vc-bzr-command): Always set the environment, even when ineffective.
5116 (vc-bzr-version): Minor fix up.
5117 (vc-bzr-admin-dirname): New var.
5118 (vc-bzr-bzr-dir): Remove.
5119 (vc-bzr-root-dir): New fun.
5120 (vc-bzr-registered): Use it. Add an autoloaded version.
5121 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
5122 (vc-bzr-view-log-function): Remove.
5123 (vc-bzr-log-view-mode): New major mode to replace it.
5124 (vc-bzr-print-log): Only activate the old hack if needed.
5125
5126 * vc.el (vc-default-log-view-mode): New function.
5127 (vc-print-log): Add new `log-view-mode' VC operation.
5128
5129 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
5130
5131 * ido.el (ido-find-file-in-dir): Don't signal an error for
5132 empty directories.
5133
5134 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
5135
5136 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
5137 directory where the desktop file was found, as the docstring says.
5138 (desktop-kill): Use `read-directory-name'.
5139
5140 2007-06-20 Alan Mackenzie <acm@muc.de>
5141
5142 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
5143 When removing lines, also remove the \n. Correction of patch of
5144 2007-04-21.
5145
5146 2007-06-20 Martin Rudalics <rudalics@gmx.at>
5147
5148 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
5149 event is not a cons cell. Do not unread drag-mouse-1 events.
5150 Select right window in check whether space was stolen from
5151 window above.
5152
5153 * help-mode.el (help-make-xrefs): Adjust position of new forward
5154 button.
5155
5156 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
5157
5158 * vc-bzr.el (vc-bzr-with-process-environment)
5159 (vc-bzr-std-process-invocation): New macros.
5160 (vc-bzr-command, vc-bzr-command*): Use them.
5161 (vc-bzr-with-c-locale): Remove.
5162 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
5163 (vc-bzr-buffer-nonblank-p): New function.
5164 (vc-bzr-state-words): New const.
5165 (vc-bzr-state): Look for `bzr status` keywords in output.
5166 Display everything else as a warning message to the user.
5167 Fix status report with bzr >= 0.15.
5168
5169 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
5170
5171 * vc-hg.el (vc-hg-global-switches): Simplify.
5172 (vc-hg-state): Handle more states.
5173 (vc-hg-diff): Fix doc-string.
5174 (vc-hg-register): New function.
5175 (vc-hg-checkout): Likewise.
5176
5177 2007-06-20 Reto Zimmermann <reto@gnu.org>
5178
5179 * progmodes/vera-mode.el: New file.
5180
5181 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
5182
5183 * calc/calc.el (calc-multiplication-has-precendence):
5184 New variable.
5185 (math-standard-ops, math-standard-ops-p, math-expr-ops):
5186 New functions.
5187 (math-expr-opers): Define using math-standard-ops rather than
5188 math-standard-opers.
5189 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
5190 equal the function math-standard-ops rather than the variable
5191 math-standard-opers.
5192 (calc-algebraic-entry): Let math-expr-opers equal
5193 math-standard-ops or math-expr-ops, as appropriate.
5194 (math-expr-read-level, math-read-factor): Let math-expr-opers
5195 equal math-expr-ops.
5196 * calc/calc-embed.el (calc-embedded-finish-edit):
5197 Let math-expr-opers equal the function math-standard-ops
5198 rather than the variable math-standard-opers.
5199 * calc/calc-ext.el (math-read-plain-expr)
5200 (math-format-flat-expr-fancy): Let math-expr-opers equal the
5201 function math-standard-ops rather than the variable
5202 math-standard-opers.
5203 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
5204 Let math-expr-opers equal the function math-standard-ops rather
5205 than the variable math-standard-opers.
5206 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
5207 equal the function math-standard-ops rather than the variable
5208 math-standard-opers.
5209 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
5210 equal the function math-standard-ops rather than the variable
5211 math-standard-opers.
5212 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
5213 math-expr-ops.
5214
5215 2007-06-19 Ivan Kanis <apple@kanis.eu>
5216
5217 * vc-hg.el: New file.
5218
5219 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
5220
5221 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
5222 with font-lock-multiline.
5223
5224 2007-06-17 Glenn Morris <rgm@gnu.org>
5225
5226 * lpr.el (lpr-page-header-switches): Move %s to separate element
5227 for correct quoting. Doc fix.
5228
5229 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
5230
5231 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
5232 than setting sgml-xml-mode.
5233 (sgml-mode, html-mode): Set sgml-xml-mode.
5234 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
5235 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
5236 (sgml-electric-tag-pair-before-change-function)
5237 (sgml-electric-tag-pair-flush-overlays): New functions.
5238 (sgml-electric-tag-pair-mode): New minor mode.
5239 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
5240 (sgml-calculate-indent): Use assoc-string.
5241
5242 2007-06-16 Karl Fogel <kfogel@red-bean.com>
5243
5244 * thingatpt.el (thing-at-point-email-regexp): Don't require two
5245 chars before the "@" in an email address. Andreas Roehler noticed
5246 this problem.
5247
5248 2007-06-15 Karl Fogel <kfogel@red-bean.com>
5249
5250 * thingatpt.el: Add support for email addresses (`email').
5251 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
5252 (thing-at-point-email-regexp): New variable.
5253 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
5254 properties on this symbol, with lambda forms for values.
5255
5256 2007-06-15 Masatake YAMATO <jet@gyve.org>
5257
5258 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
5259
5260 * vc.el (vc-dired-hook): Check the backend returned from
5261 `vc-responsible-backend' can really handle `subdir'.
5262
5263 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
5264
5265 * wid-edit.el (widget-add-documentation-string-button):
5266 Fix handling of documentation indent.
5267
5268 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
5269
5270 * mb-depth.el: New file.
5271
5272 2007-06-15 Masatake YAMATO <jet@gyve.org>
5273
5274 * vc.el (vc-dired-mode): Show backend name as part of mode name.
5275
5276 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
5277
5278 * wid-edit.el (widget-default-create): Move ?h handling here...
5279 (widget-default-format-handler): ...from here.
5280 (widget-docstring, widget-add-documentation-string-button): New funs.
5281 (documentation-string): Add :visibility-widget property.
5282 (widget-documentation-string-value-create): Use it.
5283
5284 * cus-edit.el (custom-split-regexp-maybe): Simplify.
5285 (custom-buffer-create-internal): Simplify message.
5286 (custom-variable-tag): Reduce height to normal.
5287 (custom-variable-value-create, custom-face-value-create)
5288 (custom-visibility): New widget.
5289 (custom-visibility): New face.
5290 (custom-group-value-create):
5291 Call widget-add-documentation-string-button, using `custom-visibility'.
5292
5293 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
5294
5295 * emacs-lisp/bytecomp.el (byte-compile-current-group)
5296 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
5297 change. Apparently the "warning even if the group is implicit" is
5298 a feature rather than a bug.
5299
5300 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
5301
5302 * viper.el (viper-describe-key-ad, viper-describe-key-briefly-ad):
5303 Different advices for Emacs and XEmacs. Compile them conditionally.
5304 (viper-version): Belated version change.
5305
5306 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
5307
5308 * follow.el (follow-all-followers, follow-generic-filter):
5309 * pcomplete.el (pcomplete-restore-windows):
5310 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
5311 (x-dnd-drop-data):
5312 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
5313 * progmodes/python.el (python-complete-symbol):
5314 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
5315
5316 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
5317
5318 * rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
5319 around bright and dim regexps. Make sure bright and dim matches
5320 use word anchors. Send text through rcirc-markup functions.
5321 (rcirc-url-regexp): Add single quote character.
5322 (rcirc-connect): Write logs to disk on auto-save-hook.
5323 Make server a non-optional argument.
5324 (rcirc-log-alist): New variable.
5325 (rcirc-log-directory): Make customizable.
5326 (rcirc-log-flag): New customizable variable.
5327 (rcirc-log): New function.
5328 (rcirc-print): Use above function.
5329 (rcirc-log-write): New function.
5330 (rcirc-generate-new-buffer-name): Strip text properties.
5331 (rcirc-switch-to-buffer-function): Remove variable.
5332 (rcirc-last-non-irc-buffer): Remove variable.
5333 (rcirc-non-irc-buffer): Add function.
5334 (rcirc-next-active-buffer): Use above function.
5335 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
5336 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
5337 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
5338 (rcirc-omit-mode): Add minor-mode.
5339 (rcirc-mode-map): Change C-c C-o binding.
5340 (rcirc-mode): Clear mode-line-process. Use a custom
5341 fill-paragraph-function. Set up buffer-invisibility-spec.
5342 (rcirc-response-formats): Remove timestamp code.
5343 (rcirc-omit-responses): Add variable.
5344 (rcirc-print): Don't put the overlay arrow on potentially omitted
5345 lines. Log line to disk. Record activity for private messages
5346 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
5347 (rcirc-jump-to-first-unread-line): Print message if there is no
5348 unread text.
5349 (rcirc-clear-unread): New function.
5350 (rcirc-markup-text-functions): Add variable.
5351 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
5352 (rcirc-debug): Don't mess with window configuration.
5353 (rcirc-send-message): Send message before printing locally.
5354 Add SILENT argument, do not print message if non-nil.
5355 (rcirc-visible-buffers): New function and variable.
5356 (rcirc-window-configuration-change-1): Add function.
5357 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
5358 server buffer.
5359 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
5360 (rcirc-fill-paragraph): Add function.
5361 (rcirc-record-activity, rcirc-window-configuration-change-1):
5362 Only update the activity string if it has actually changed.
5363 (rcirc-update-activity-string): Remove padding characters from the
5364 mode-line string.
5365 (rcirc-disconnect-buffer): New function to be called when a
5366 channel is parted or the user quits.
5367 (rcirc-server-name): Warn when the server-name hasn't been set.
5368 (rcirc-window-configuration-change): Postpone work until
5369 post-command-hook.
5370 (rcirc-window-configuration-change-1): Update mode-line and
5371 overlay arrows here.
5372 (rcirc-authenticate): Fixc hanserv identification.
5373 (rcirc-default-server): Remove variable.
5374 (rcirc): Connect according to rcirc-connections.
5375 (rcirc-connections): Add variable.
5376 (rcirc-startup-channels-alist): Remove variable.
5377 (rcirc-startup-channels): Remove function.
5378
5379 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5380
5381 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
5382
5383 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
5384
5385 * term/xterm.el (terminal-init-xterm): Escape parens in character
5386 constants.
5387
5388 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5389
5390 * progmodes/sh-script.el: Remove unneeded * from docstrings.
5391 Use [:alpha:] and [:alnum:] where applicable.
5392 (sh-quoted-subshell): Rewrite to correctly
5393 handle nested mixes of `...` and $(...).
5394 (sh-apply-quoted-subshell): Remove.
5395 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
5396
5397 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
5398
5399 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
5400
5401 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
5402 previous change.
5403
5404 2007-06-12 Tom Tromey <tromey@redhat.com>
5405
5406 * subr.el (user-emacs-directory): New defconst.
5407 * cmuscheme.el (scheme-start-file):
5408 * shell.el (shell):
5409 * completion.el (save-completions-file-name):
5410 * custom.el (custom-theme-directory):
5411 * term/x-win.el (emacs-session-filename):
5412 * filesets.el (filesets-menu-cache-file):
5413 * thumbs.el (thumbs-thumbsdir):
5414 * server.el (server-auth-dir):
5415 * image-dired.el (image-dired-dir):
5416 (image-dired-db-file):
5417 (image-dired-temp-image-file):
5418 (image-dired-gallery-dir):
5419 (image-dired-temp-rotate-image-file):
5420 * play/gamegrid.el (gamegrid-user-score-file-directory):
5421 * savehist.el (savehist-file):
5422 * tutorial.el (tutorial--saved-dir):
5423 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
5424
5425 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
5426
5427 * scroll-lock.el (scroll-lock-mode): Doc fix.
5428
5429 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
5430
5431 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
5432
5433 * ediff-init.el: Doc strings.
5434
5435 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
5436
5437 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
5438 (byte-compile-file): Bind it.
5439 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
5440 group argument is provided implicitly.
5441 (byte-compile-format-warn, byte-compile-from-buffer)
5442 (byte-compile-insert-header): Don't hardcode point-min==1.
5443 (byte-compile-file-form-require): Remove unused var old-load-list.
5444 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
5445
5446 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
5447
5448 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
5449 Display error messages.
5450 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
5451 Get rid of cl.el dependencies.
5452
5453 * emulation/viper-init.el (viper-suppress-input-method-change-message):
5454 New variable.
5455 (viper-activate-input-method-action)
5456 (viper-inactivate-input-method-action):
5457 Use viper-suppress-input-method-change-message.
5458
5459 * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
5460 for C-s, C-r.
5461
5462 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
5463 Use viper-replace-overlay-cursor-color instead of
5464 viper-replace-overlay-cursor-color.
5465 (viper-sit-for-short): Use sit-for with 3 arguments.
5466
5467 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
5468 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
5469 to gud-mode.
5470
5471 * ediff-mult.el (ediff-meta-buffer-brief-message)
5472 (ediff-meta-buffer-verbose-message): New variables.
5473 (ediff-meta-buffer-message): Variable deleted.
5474 (ediff-verbose-help-enabled): New variable.
5475 (ediff-toggle-verbose-help-meta-buffer): New function.
5476 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
5477 message options.
5478
5479 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
5480 (ediff-fixup-patch-map): Improve heuristic.
5481
5482 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
5483
5484 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
5485 (log-view-font-lock-keywords): Simplify.
5486 (log-view-current-file, log-view-current-tag): Simplify.
5487
5488 2007-06-12 Sam Steingold <sds@gnu.org>
5489
5490 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
5491
5492 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
5493
5494 * desktop.el (desktop-load-locked-desktop): New option.
5495 (desktop-read): Use it.
5496 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
5497 Use `when'.
5498
5499 2007-06-12 Davis Herring <herring@lanl.gov>
5500
5501 * desktop.el (desktop-save-mode-off): New function.
5502 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
5503 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
5504 (desktop-claim-lock, desktop-release-lock): New functions.
5505 (desktop-kill): Tell `desktop-save' that this is the last save.
5506 Release the lock afterwards.
5507 (desktop-buffer-info): New function.
5508 (desktop-save): Use it. Run `desktop-save-hook' where the doc
5509 says to. Detect conflicts, and manage the lock.
5510 (desktop-read): Detect conflicts. Manage the lock.
5511
5512 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
5513
5514 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
5515
5516 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
5517 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
5518 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
5519 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
5520 keysyms rather than byte sequences.
5521 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
5522
5523 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
5524
5525 * font-lock.el (font-lock-add-keywords): In case font-lock was only
5526 half-activated, forcefully activate it completely.
5527
5528 2007-06-11 Richard Stallman <rms@gnu.org>
5529
5530 * cus-edit.el (custom-variable-type): Doc fix.
5531
5532 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
5533
5534 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
5535 (sh-font-lock-flush-syntax-ppss-cache): New functions.
5536 (sh-font-lock-syntactic-keywords): Use them to distinguish the
5537 different possible cases for \'.
5538
5539 * complete.el (PC-bindings): Don't bind things already bound in the
5540 parent keymap.
5541
5542 * textmodes/bibtex-style.el: New file.
5543
5544 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
5545
5546 * vc-bzr.el: New file.
5547
5548 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
5549
5550 * vc-svn.el (vc-svn-program): New var.
5551 (vc-svn-command): Use it.
5552
5553 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
5554
5555 * server.el (server-switch-buffer): Remove redundant check.
5556
5557 2007-06-10 Martin Rudalics <rudalics@gmx.at>
5558
5559 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
5560 Match against file-name-nondirectory.
5561 Fix text on user customization variables.
5562 Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
5563
5564 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
5565
5566 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
5567
5568 2007-06-09 Davis Herring <herring@lanl.gov>
5569
5570 * desktop.el (desktop-minor-mode-table): Doc fix.
5571
5572 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
5573
5574 * textmodes/css-mode.el (css-navigation-syntax-table):
5575 Use set-char-table-range so it also works in the unicode branch.
5576
5577 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
5578
5579 * help-mode.el (help-xref-forward-stack)
5580 (help-xref-stack-forward-item, help-forward-label): New variables.
5581 (help-forward): New button type.
5582 (help-setup-xref): Initialise help-xref-forward-stack.
5583 (help-make-xrefs): Add forward button, if appropriate.
5584 (help-xref-go-back): Push item on forward stack.
5585 (help-xref-go-forward, help-go-forward): New functions.
5586
5587 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
5588
5589 * dired.el (dired-mode-map): Remove spurious separator.
5590
5591 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
5592
5593 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
5594
5595 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
5596 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
5597
5598 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
5599
5600 * textmodes/org.el: Version number fixed.
5601
5602 2007-06-07 Glenn Morris <rgm@gnu.org>
5603
5604 * version.el (emacs-copyright): New constant.
5605 * startup.el (fancy-splash-tail): Use emacs-copyright.
5606 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
5607
5608 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
5609 `make-local'.
5610 (byte-compile-warnings-safe-p): Add `make-local'.
5611 (byte-compile-make-variable-buffer-local):
5612 Allow byte-compile-warnings to suppress this warning.
5613
5614 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
5615 format of "menu" description.
5616 (tutorial--find-changed-keys): Describe the specific menu a
5617 command is in.
5618
5619 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
5620 Rewrite compatibility functions to silence byte-compiler.
5621
5622 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
5623
5624 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
5625 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
5626
5627 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
5628
5629 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
5630
5631 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
5632
5633 * progmodes/ebrowse.el (ebrowse-member-table):
5634 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
5635 (org-batch-agenda-csv): Fix typos in docstrings.
5636
5637 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
5638
5639 * international/mule-cmds.el (toggle-enable-multibyte-characters)
5640 (sort-coding-systems, search-unencodable-char): Doc fixes.
5641 (coding-system-change-eol-conversion, set-default-coding-systems)
5642 (prefer-coding-system, find-multibyte-characters, princ-list)
5643 (leim-list-entry-regexp, set-input-method, locale-language-names)
5644 (input-method-exit-on-first-char, exit-language-environment-hook)
5645 (locale-charset-language-names): Fix typos in docstrings.
5646
5647 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
5648
5649 * pgg.el (pgg-sign-region, pgg-sign):
5650 * ses.el (ses-call-printer):
5651 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
5652 * textmodes/org.el (org-cycle): Fix typos in docstrings.
5653
5654 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
5655
5656 * textmodes/org.el
5657 (org-export-region-as-html, org-replace-region-by-html)
5658 (org-number-to-letters, org-table-fedit-finish)
5659 (org-normalize-color, org-table-fedit-ref-right)
5660 (org-date-to-gregorian, org-table-fedit-move)
5661 (org-table-convert-refs-to-rc, org-calendar-holiday)
5662 (org-table-fedit-toggle-ref-type, org-write-agenda)
5663 (org-colgroup-info-to-vline-list, org-agenda-todo-previousset)
5664 (org-defkey, org-encode-for-stdout)
5665 (org-indent-line-function, org-export-as-html-to-buffer)
5666 (org-store-agenda-views, org-update-mode-line)
5667 (org-find-if, org-delete-all)
5668 (org-table-fedit-convert-buffer, org-emphasize)
5669 (org-uniquify, org-table-fedit-lisp-indent)
5670 (org-table-fedit-scroll, org-get-todo-sequence-head)
5671 (org-table-fedit-scroll-down, org-table-fedit-line-down)
5672 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
5673 (org-table-fedit-toggle-coordinates, org-dvipng-color)
5674 (org-table-fedit-line-up, org-table-fedit-ref-down)
5675 (org-table-formula-from-user, org-mode-flyspell-verify)
5676 (org-cycle-show-empty-lines, org-ctrl-c-ret)
5677 (org-table-formula-to-user, org-diary-to-ical-string)
5678 (orgtbl-export, org-table-fedit-post-command)
5679 (org-closed-in-range, org-shiftcontrolright)
5680 (org-table-convert-refs-to-an, org-table-hline-and-move)
5681 (org-table-formula-less-p, org-format-table-ascii)
5682 (org-agenda-get-sexps, org-shift-refpart)
5683 (org-diary-sexp-entry, org-time-string-to-absolute)
5684 (org-table-show-reference, org-letters-to-number)
5685 (org-fix-agenda-info, org-table-fedit-ref-up)
5686 (org-table-fedit-shift-reference, org-table-fedit-abort)
5687 (org-closest-date, org-shiftcontrolleft)
5688 (org-at-heading-or-item-p, org-rematch-and-replace)
5689 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
5690 New functions.
5691 (org-table-edit-scroll-down, org-finish-edit-formulas)
5692 (org-table-edit-next-field, org-abort-edit-formulas)
5693 (org-font-lock-level, org-export-find-first-heading-line)
5694 (org-table-edit-line-down, org-table-edit-backward-field)
5695 (org-edit-formula-lisp-indent, org-table-edit-move)
5696 (org-check-log-option, org-this-word)
5697 (org-table-edit-line-up, org-table-edit-formulas-post-command)
5698 (org-agenda-file-to-end, org-expand-file-name)
5699 (org-fake-empty-table-line, org-table-edit-scroll)
5700 (org-toggle-log-option, org-show-reference): Function removed.
5701 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
5702 New defsubsts.
5703 (org-unmodified, org-batch-store-agenda-views)
5704 (org-batch-agenda-csv): New macro.
5705 (org-agenda-export): New customization group.
5706 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
5707 (org-highest-priority, org-agenda-exporter-settings)
5708 (org-log-done-with-time, org-replace-disputed-keys)
5709 (org-format-latex-header, org-export-table-header-tags)
5710 (org-cycle-separator-lines, org-export-table-data-tags)
5711 (org-icalendar-include-sexps)
5712 (org-empty-line-terminates-plain-lists)
5713 (org-log-repeat, org-special-ctrl-a)
5714 (org-table-use-standard-references, org-disputed-keys)
5715 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
5716 (org-agenda-export-html-style): New option.
5717 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
5718 (org-CUA-compatible): Option removed.
5719 (org-agenda-structure, org-sexp-date): New face.
5720 (org-todo-keywords-for-agenda, org-not-done-keywords)
5721 (org-planning-or-clock-line-re, org-agenda-name)
5722 (org-table-colgroup-info, org-todo-sets)
5723 (constants-unit-system, org-clock-mode-line-entry)
5724 (org-mode-line-timer, org-table-current-begin-pos)
5725 (org-todo-keywords-1, org-mode-line-string)
5726 (org-table-clean-did-remove-column, org-table-fedit-map)
5727 (org-clock-heading, org-table-buffer-is-an)
5728 (org-agenda-info, org-done-keywords)
5729 (org-done-keywords-for-agenda, org-todo-heads)
5730 (org-todo-kwd-alist, org-clock-start-time): New variable.
5731 (org-todo-kwd-priority-p, org-edit-formulas-map)
5732 (org-repeat-re, org-todo-kwd-max-priority)
5733 (org-version, org-done-string)
5734 (org-table-clean-did-remove-column-1, org-disputed-keys):
5735 Remove variables.
5736 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
5737 (org-ts-lengths): Constant removed.
5738 (org-follow-gnus-link): Don't ask how many articles to read.
5739 (org-export-find-first-export-line): Rename from
5740 `org-export-find-first-heading'.
5741 Use `org-export-skip-text-before-1st-heading'.
5742 (org-table-fedit-post-command): Rename from
5743 `org-table-edit-formulas-post-command'.
5744 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
5745 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
5746 (org-table-fedit-lisp-indent): Rename from
5747 `org-edit-formula-lisp-indent'.
5748 (org-table-show-reference): Rename from `org-show-reference'.
5749 (org-table-store-formulas): Use `org-table-formula-less-p'.
5750 (org-table-edit-formulas): Position cursor to current field equation.
5751 (org-update-checkbox-count, org-hide-archived-subtrees)
5752 (org-timestamp-up-day, org-timestamp-down-day)
5753 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
5754 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
5755 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
5756 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
5757 Let `org-on-heading-p' also check for invisible heading.
5758 (org-read-date): Match am/pm times.
5759 (org-eval-in-calendar): Fix default date in prompt.
5760
5761 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
5762
5763 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
5764 "ChangeLog.a" entries, giving the latter lower priority.
5765
5766 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
5767
5768 * faces.el (face-id): If the argument is a face alias,
5769 return the ID of the target face.
5770
5771 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
5772
5773 * net/socks.el (top): Remove unnecessary copyright line.
5774
5775 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
5776
5777 * longlines.el (longlines-auto-wrap): Handle argument correctly.
5778
5779 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
5780
5781 * net/socks.el: New file, taken from w3 repository.
5782 (top): Update Copyright. Don't load cl.el.
5783 (all): Replace `case' by `cond', `string-to-int' by
5784 `string-to-number', and `process-kill-without-query' by
5785 `set-process-query-on-exit-flag'.
5786 (socks-char-int): Remove defalias and all occurrences.
5787
5788 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
5789
5790 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
5791 Fix typos in docstrings.
5792 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
5793 (compilation-finish-function): Fix typo in obsolescence declaration.
5794
5795 2007-06-03 Sam Steingold <sds@gnu.org>
5796
5797 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
5798 handle unending automatic recompilation of changed files (`omake -P').
5799 (compilation-loop): VISITED is now 5th CDR.
5800 (compilation-next-error-function): Set TIMESTAMP.
5801
5802 2007-06-03 Sam Steingold <sds@gnu.org>
5803
5804 * files.el (kill-buffer-ask): New function.
5805 (kill-some-buffers): Use it.
5806 (kill-matching-buffers): New user command.
5807
5808 2007-06-01 David Kastrup <dak@gnu.org>
5809
5810 * dired.el (dired-recursive-deletes, dired-recursive-copies):
5811 Change default to `top'.
5812
5813 2007-05-31 Richard Stallman <rms@gnu.org>
5814
5815 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
5816
5817 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
5818
5819 * textmodes/css-mode.el: New file.
5820
5821 2007-05-30 Michael Olson <mwolson@gnu.org>
5822
5823 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
5824 died and we are trying to send a signal to it. The program using
5825 tq.el should periodically check to see whether the process has
5826 died and react appropriately -- this is not the responsibility of
5827 tq.el, and is consistent with the rest of the tq.el source code.
5828
5829 2007-05-29 Martin Rudalics <rudalics@gmx.at>
5830
5831 * textmodes/table.el (table--point-entered-cell-function)
5832 (table--point-left-cell-function):
5833 Bind `inhibit-point-motion-hooks' to t.
5834
5835 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
5836
5837 * emacs-lisp/rx.el (rx): Doc fix.
5838
5839 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
5840
5841 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
5842
5843 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
5844
5845 Sync with Tramp 2.0.56.
5846
5847 * net/tramp.el:
5848 * net/tramp-ftp.el:
5849 * net/tramp-smb.el:
5850 * net/tramp-util.el:
5851 * net/tramp-vc.el:
5852 Don't load cl.el, because that pollutes the namespace. Replace cl
5853 macros by their implementations where necessary. Requested by
5854 Richard Stallman <rms@gnu.org>.
5855
5856 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
5857 doesn't exist.
5858 (with-parsed-tramp-file-name): Protect debug spec during compilation.
5859 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
5860 (tramp-file-name-p, tramp-file-name-multi-method)
5861 (tramp-file-name-method, tramp-file-name-user)
5862 (tramp-file-name-host, tramp-file-name-localname): New defuns,
5863 replacing defstruct `tramp-file-name'.
5864 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
5865 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
5866 Apply `vector' instead of `make-tramp-file-name'.
5867 (tramp-handle-make-auto-save-file-name):
5868 Apply `tramp-temporary-file-directory' for compatibility reasons.
5869 (tramp-completion-mode): Use `natnump' instead of `wholenump'
5870 because of XEmacs.
5871 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
5872 started.
5873
5874 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
5875
5876 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
5877
5878 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
5879
5880 * log-edit.el (log-edit-changelog-paragraph): Return point-max
5881 as the end of the ChangeLog paragraph when it ends without a line
5882 termination.
5883
5884 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
5885
5886 * net/webjump.el (webjump-sample-sites):
5887 Add simple Wikipedia query.
5888
5889 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
5890
5891 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
5892 compatibility code.
5893
5894 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
5895 (copyright-update-year): Use it.
5896
5897 * edmacro.el (edmacro-format-keys): Use current-active-maps.
5898
5899 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
5900 Add indentation and debugging info. Fix up comment convention.
5901
5902 * cus-dep.el (custom-make-dependencies): Simplify.
5903
5904 * composite.el (compose-region, decompose-region):
5905 Use inhibit-read-only and restore-buffer-modified-p.
5906
5907 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
5908 (xterm-mouse-event): Use it.
5909
5910 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
5911
5912 * bs.el (bs-cycle-previous): Don't modify the cycle list until
5913 `switch-to-buffer' has returned succesfully.
5914 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
5915 window is dedicated (it could iconify the frame).
5916
5917 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
5918
5919 * vc-hooks.el (vc-find-root): Fix file attribute test.
5920
5921 2007-05-24 Richard Stallman <rms@gnu.org>
5922
5923 * textmodes/flyspell.el (flyspell-correct-word-before-point):
5924 Don't let opoint be nil.
5925 (flyspell-emacs-popup): Explicit error if no dialogs.
5926
5927 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
5928
5929 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
5930 (image-next-line, image-previous-line, image-scroll-up)
5931 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
5932 New functions.
5933 (image-mode-map): Remap motion commands.
5934 (image-mode-text-map): New keymap for viewing images as text.
5935 (image-mode): Use image-mode-map.
5936 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
5937
5938 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
5939
5940 * textmodes/fill.el (canonically-space-region): Make the second arg
5941 a marker if it's not already the case.
5942
5943 2007-05-23 Eli Zaretskii <eliz@gnu.org>
5944
5945 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
5946 (tar-get-descriptor): Handle type 55, an extended pax header.
5947
5948 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
5949
5950 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
5951 to confuse outline-minor-mode.
5952
5953 2007-05-23 Eli Zaretskii <eliz@gnu.org>
5954
5955 * tar-mode.el (tar-file-name-handler): New function.
5956 (tar-extract): Bind file-name-handler-alist to it to force
5957 find-buffer-file-type-coding-system behave as if the file being
5958 extracted existed. Use last-coding-system-used to force
5959 buffer-file-coding-system to what decode-coding-region actually
5960 used to decode the file.
5961
5962 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
5963
5964 * progmodes/compile.el (compilation-handle-exit):
5965 `compilation-finish-function' may change the current buffer.
5966
5967 2007-05-22 Richard Stallman <rms@gnu.org>
5968
5969 * files.el (set-auto-mode): Doc fix.
5970
5971 2007-05-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5972
5973 * help-fns.el (find-source-lisp-file): New function.
5974 (describe-function-1): Use find-source-lisp-file to find source
5975 file in compile tree.
5976
5977 2007-05-22 Eli Zaretskii <eliz@gnu.org>
5978
5979 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
5980
5981 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
5982
5983 * emacs-lisp/easy-mmode.el (define-minor-mode)
5984 (easy-mmode-define-navigation): Fix typos in docstrings.
5985
5986 2007-05-22 Glenn Morris <rgm@gnu.org>
5987
5988 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
5989
5990 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
5991
5992 * mail/mail-extr.el (mail-extract-address-components):
5993 Recognize non-ASCII characters except for NBSP as words.
5994
5995 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
5996
5997 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
5998 (rcirc-print): Handle `window-width'.
5999 (rcirc-buffer-maximum-lines): Doc fix.
6000
6001 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
6002
6003 * image-mode.el (image-toggle-display): Don't clear image cache.
6004 Only use filename in image spec if the file is readable.
6005 Call image-refresh.
6006
6007 * image.el (image-type-from-file-name, image-type): Simplify.
6008 (image-type-auto-detected-p): Don't scan auto-mode-alist.
6009
6010 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
6011 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
6012
6013 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
6014
6015 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
6016 is an error.
6017
6018 * term/linux.el (terminal-init-linux): Don't signal an error
6019 if gpm isn't running.
6020
6021 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
6022
6023 * t-mouse.el: Reduce to a minor-mode macro call.
6024 (t-mouse-mode): Remove the lighter.
6025
6026 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
6027
6028 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
6029
6030 * files.el (auto-mode-alist): Change the regexp so that
6031 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
6032
6033 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
6034
6035 * Version 22.1 released.
6036
6037 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
6038
6039 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
6040 changes.
6041
6042 2007-05-19 Kevin Ryde <user42@zip.com.au>
6043
6044 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
6045
6046 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
6047
6048 * textmodes/sgml-mode.el: Revert last change.
6049
6050 2007-05-18 Richard Stallman <rms@gnu.org>
6051
6052 * simple.el (push-mark): Doc fix.
6053
6054 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
6055
6056 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
6057 tpu-global-map.
6058 (tpu-original-global-map): Variable deleted.
6059 (tpu-control-keys-map): New keymap variable.
6060 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
6061 setting keymapping directly.
6062 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
6063 tpu-global-map.
6064 (tpu-edt-on): Activate the tpu-global-map.
6065 (tpu-edt-off): Deactivate the tpu-global-map.
6066
6067 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
6068
6069 * textmodes/ispell.el (ispell-get-word): Return markers
6070 for start and end positions.
6071 (ispell-word): Assume END is a marker.
6072
6073 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6074
6075 * printing.el: Group together all XEmacs/Emacs definitions.
6076 (pr-version): New version 6.9.
6077 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
6078 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
6079 (pr-menu-bind): Fix code.
6080 (pr-e-frame-char-height, pr-e-frame-char-width)
6081 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
6082 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
6083 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
6084 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
6085 (pr-x-event-y-pixel): Aliases eliminated.
6086 (pr-xemacs-global-menubar): Macro moved.
6087 (current-menubar, current-mouse-event, zmacs-region-stays)
6088 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
6089 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
6090 Vars moved.
6091 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
6092 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
6093 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
6094 (pr-menu-set-utility-title, pr-even-or-odd-pages)
6095 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
6096 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
6097 moved.
6098
6099 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
6100
6101 * textmodes/sgml-mode.el (sgml-tag):
6102 Fix bug: Call sgml-transformation-function.
6103
6104 2007-05-17 Martin Rudalics <rudalics@gmx.at>
6105
6106 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
6107 modified flag of buffer. Use `inhibit-modification-hooks'.
6108
6109 2007-05-16 Richard Stallman <rms@gnu.org>
6110
6111 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
6112
6113 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
6114
6115 * files.el (magic-mode-alist, magic-fallback-mode-alist):
6116 Move the *ml, Postscript, and XmCD entries to the fallback part.
6117
6118 * files.el (magic-fallback-mode-alist):
6119 Rename from file-start-mode-alist.
6120
6121 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
6122
6123 * progmodes/compile.el (compilation-handle-exit): Quote first
6124 argument of `run-hook-with-args'.
6125
6126 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
6127
6128 * buff-menu.el (Buffer-menu-sort-column):
6129 * dabbrev.el (dabbrev-upcase-means-case-search):
6130 * dired.el (dired-recursive-deletes, dired-recursive-copies):
6131 * info.el (Info-current-subfile):
6132 * ls-lisp.el (ls-lisp-verbosity):
6133 * msb.el (msb-menu-cond):
6134 * pcvs.el (cvs-dired-use-hook):
6135 * simple.el (set-mark-command-repeat-pop):
6136 * time.el (display-time-24hr-format, display-time-mail-file):
6137 Doc fixes.
6138
6139 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
6140 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
6141
6142 * view.el (view-inhibit-help-message): Fix typo in docstring.
6143 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
6144
6145 2007-05-16 Martin Rudalics <rudalics@gmx.at>
6146
6147 * textmodes/ispell.el (ispell-start-process): Defend against bad
6148 default-directory.
6149
6150 2007-05-14 Eli Zaretskii <eliz@gnu.org>
6151
6152 * mail/rmail.el (rmail-convert-to-babyl-format): Check
6153 content-transfer-encoding _last_, because it's its position that
6154 we need as value of base64-header-field-end.
6155
6156 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
6157
6158 * files.el (mode-require-final-newline, require-final-newline)
6159 (enable-local-variables, enable-local-eval): Doc fixes.
6160
6161 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6162
6163 * ps-print.el: Use default color when foreground or background color
6164 are unspecified. Reported by Leo <sdl.web@gmail.com>.
6165 (ps-print-version): New version 6.7.4.
6166 (ps-rgb-color): New argument. Use default color when color is
6167 unspecified.
6168 (ps-begin-job): Fix code.
6169
6170 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
6171
6172 * longlines.el (longlines-mode): Make longlines-auto-wrap
6173 buffer-local. Add hooks unconditionally.
6174 (longlines-auto-wrap): Toggle wrapping.
6175 (longlines-after-change-function)
6176 (longlines-post-command-function): Check longlines-auto-wrap.
6177
6178 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
6179
6180 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
6181 (xterm-mouse-translate): Use it.
6182
6183 2007-05-10 Richard Stallman <rms@gnu.org>
6184
6185 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
6186 (iso-cvt-write-only): Likewise.
6187
6188 * emacs-lisp/easy-mmode.el (define-minor-mode):
6189 Fix generated doc string.
6190
6191 * startup.el (fancy-splash-text): Add URL of guided tour.
6192 Adjust horizontal and vertical whitespace.
6193
6194 * progmodes/compile.el (compilation-handle-exit):
6195 Use run-hook-with-args to run compilation-finish-functions.
6196
6197 * files.el (file-start-mode-alist): New variable.
6198 (magic-mode-regexp-match-limit): Doc fix.
6199 (set-auto-mode): Handle file-start-mode-alist.
6200 A little cleanup of structure.
6201
6202 * dabbrev.el (dabbrev-eliminate-newlines):
6203 Renamed from dabbrev--eliminate-newlines. All uses changed.
6204
6205 2007-05-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6206
6207 * man.el (Man-next-section): Don't consider the last line of the page
6208 as being part of any section.
6209
6210 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
6211
6212 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
6213 can take any number of values.
6214
6215 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
6216
6217 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
6218 to the list of citation commands.
6219
6220 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
6221
6222 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
6223
6224 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
6225
6226 * progmodes/python.el (python-font-lock-keywords)
6227 (python-open-block-statement-p, python-mode): Add support for the new
6228 "with" keyword.
6229
6230 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
6231
6232 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
6233 the exact opposite of diff-goto-source.
6234
6235 * emacs-lisp/advice.el (ad-special-forms): Remove.
6236 (ad-special-form-p): Use subr-arity.
6237
6238 * newcomment.el (comment-search-forward): Make sure we search forward.
6239 (comment-enter-backward): Try and distinguish the non-matching case at
6240 EOB from the non-matching case with a missing comment-end-skip for
6241 a 2-char comment ender.
6242 (comment-choose-indent): New function extracted from comment-indent.
6243 Improve the alignment algorithm.
6244 (comment-indent): Use it.
6245
6246 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
6247 XML style Processing Instructions.
6248 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
6249 (sgml-calculate-indent): Handle `pi' context.
6250
6251 * vc.el: Ensure that update-changelog issues an error when used with
6252 a backend that does not implement it.
6253 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
6254 Remove `backend' argument. Use expand-file-name.
6255 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
6256
6257 * progmodes/python.el (python-end-of-block): Revert last change.
6258 (python-end-of-statement): Make sure we move *forward*.
6259
6260 2007-05-08 Richard Stallman <rms@gnu.org>
6261
6262 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
6263 Don't include non-self-insert commands in the exception for `-'.
6264
6265 2007-05-08 David Reitter <david.reitter@gmail.com>
6266
6267 * progmodes/python.el (python-guess-indent): Check non-nullness
6268 before comparing indent against the 2..8 interval.
6269
6270 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6271
6272 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
6273 available.
6274
6275 2007-05-06 Richard Stallman <rms@gnu.org>
6276
6277 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
6278
6279 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
6280
6281 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
6282 rather than storing their value in the revert-buffer function.
6283
6284 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
6285
6286 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
6287 when disabling t-mouse-mode.
6288
6289 2007-05-01 Davis Herring <herring@lanl.gov>
6290
6291 * calendar/timeclock.el: Update version number.
6292 (timeclock-modeline-display): Mention timeclock-use-display-time
6293 in explanatory message.
6294 (timeclock-in): Fix non-interactive workday specifications.
6295 (timeclock-log): Don't kill the log buffer if it already existed.
6296 Suppress warnings when finding the log. Don't check for a nil
6297 project twice. Run hooks after killing the buffer (if applicable).
6298 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
6299 was geometric). All uses changed.
6300 (timeclock-generate-report): Support prefix argument.
6301
6302 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
6303
6304 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
6305 disconnections.
6306
6307 2007-05-01 Romain Francoise <romain@orebokech.com>
6308
6309 * dired-x.el: Revert 2007-04-06 change.
6310
6311 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
6312
6313 * find-dired.el (find-dired-filter): Propertize all text down to eob.
6314
6315 2007-04-29 Richard Stallman <rms@gnu.org>
6316
6317 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
6318
6319 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
6320
6321 * progmodes/cc-mode.el (c-before-change): Use point-min rather
6322 than 1.
6323
6324 2007-04-28 Richard Stallman <rms@gnu.org>
6325
6326 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
6327
6328 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
6329
6330 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
6331 don't put stop on toolbar.
6332
6333 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
6334
6335 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
6336
6337 2007-04-28 Eli Zaretskii <eliz@gnu.org>
6338
6339 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
6340 instead of $(lisp)/mh-e.
6341
6342 2007-04-28 Glenn Morris <rgm@gnu.org>
6343
6344 * image-dired.el (image-dired-cmd-create-thumbnail-options)
6345 (image-dired-cmd-create-temp-image-options): Replace option
6346 +profile "*" with -strip.
6347
6348 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
6349
6350 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
6351 Use window-start and window-end.
6352
6353 2007-04-27 Andreas Schwab <schwab@suse.de>
6354
6355 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
6356
6357 2007-04-27 Eli Zaretskii <eliz@gnu.org>
6358
6359 * textmodes/fill.el (fill-paragraph): Doc fix.
6360
6361 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
6362
6363 * locate.el (locate-in-alternate-database): Doc fix.
6364
6365 2007-04-26 Glenn Morris <rgm@gnu.org>
6366
6367 * button.el (button): Use underline if supported, else fall back
6368 to color.
6369
6370 * version.el (emacs-version): Increase to 22.1.50.
6371
6372 2007-04-25 Richard Stallman <rms@gnu.org>
6373
6374 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
6375
6376 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
6377
6378 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
6379 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
6380 pushing mark.
6381 (idlwave-current-routine): Don't push mark.
6382
6383 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
6384
6385 * image-dired.el (image-dired-display-image): Derive image-type from
6386 filename rather than assuming jpeg, in case no resizing was needed.
6387
6388 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6389
6390 * custom.el (defface): Doc fix.
6391
6392 See ChangeLog.12 for earlier changes.
6393
6394 ;; Local Variables:
6395 ;; coding: iso-2022-7bit
6396 ;; add-log-time-zone-rule: t
6397 ;; End:
6398
6399 Copyright (C) 2007 Free Software Foundation, Inc.
6400
6401 This file is part of GNU Emacs.
6402
6403 GNU Emacs is free software; you can redistribute it and/or modify
6404 it under the terms of the GNU General Public License as published by
6405 the Free Software Foundation; either version 3, or (at your option)
6406 any later version.
6407
6408 GNU Emacs is distributed in the hope that it will be useful,
6409 but WITHOUT ANY WARRANTY; without even the implied warranty of
6410 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
6411 GNU General Public License for more details.
6412
6413 You should have received a copy of the GNU General Public License
6414 along with GNU Emacs; see the file COPYING. If not, write to the
6415 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
6416 Boston, MA 02110-1301, USA.
6417
6418 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af