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