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