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