]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
2
3 * textmodes/org.el (org-unmodified, org-cycle-emulate-tab)
4 (org-descriptive-links, org-link-file-path-type)
5 (org-remember-use-refile-when-interactive)
6 (org-agenda-skip-timestamp-if-done, org-agenda-scheduled-leaders)
7 (org-export-ascii-bullets, org-agenda-deadline-faces)
8 (turn-on-orgstruct++, orgtbl-to-texinfo, org-mhe-get-header)
9 (org-batch-agenda, org-batch-agenda-csv, org-fix-agenda-info)
10 (org-kill-note-or-show-branches): Fix typos in docstrings.
11
12 2008-01-20 Thien-Thi Nguyen <ttn@gnuvola.org>
13
14 * vc.el (vc-process-sentinel): Set mode-line-process.
15 (vc-exec-after): Likewise, for the `run' process status.
16
17 2008-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
18
19 * ibuffer.el (ibuffer-mode): Fix last change.
20
21 2008-01-20 Dan Nicolaescu <dann@ics.uci.edu>
22
23 * vc-hg.el (vc-hg-registered):
24 * vc-svn.el (vc-svn-registered): Make it work for non-existent files.
25
26 2008-01-20 Martin Rudalics <rudalics@gmx.at>
27
28 * repeat.el (repeat-undo-count): New variable.
29 (repeat): For self-insertions make undo boundary only after 20
30 repetitions. Inhibit point recording when repeat-repeat-char is
31 non-nil.
32
33 2008-01-19 Reiner Steib <Reiner.Steib@gmx.de>
34
35 * net/imap.el (imap-ping-server): New variable.
36 (imap-opened): On add extra ping if imap-ping-server is non-nil.
37 (imap-ping-server): Minor doc string fixes.
38
39 2008-01-19 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
40
41 * net/imap.el (imap-ping-server): New function.
42 (imap-opened): Call imap-ping-server.
43
44 2008-01-20 Glenn Morris <rgm@gnu.org>
45
46 * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
47 prevent infloops.
48
49 2008-01-20 Martin Svenson <phromo@gmail.com> (tiny change)
50
51 * progmodes/python.el (python-imports): Default to "None".
52
53 2008-01-19 Tom Tromey <tromey@redhat.com>
54
55 * vc-svn.el (vc-svn-after-dir-status): New function.
56 (vc-svn-dir-status): Run svn asynchronously.
57
58 2008-01-19 Martin Rudalics <rudalics@gmx.at>
59
60 * progmodes/hideif.el (hide-ifdef-shadow): New option.
61 (hide-ifdef-shadow): New face.
62 (hide-ifdef-toggle-shadowing): New function to toggle between
63 shadowing and making code invisible.
64 (hide-ifdef-mode-submap): Add binding for hide-ifdef-toggle-shadowing.
65 (hide-ifdef-mode-menu): Add entry for hide-ifdef-toggle-shadowing.
66 (hide-ifdef-region-internal): Give new overlay hide-ifdef
67 property. Shadow text when hide-ifdef-shadow is non-nil.
68 (hif-show-ifdef-region): Remove overlays with hide-ifdef property set.
69 (hif-hide-line): Use when instead of if.
70 (hide-ifdef-initially, hide-ifdef-read-only, hide-ifdef-lines):
71 Remove unneeded * from doc-strings.
72
73 2008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
74
75 * doc-view.el (doc-view-goto-page): Don't move point any more, now that
76 the hscroll behavior was fixed.
77 (doc-view-mode): Disable auto-hscroll-mode.
78
79 2008-01-18 Tom Tromey <tromey@redhat.com>
80
81 * vc-svn.el (vc-svn-dir-status): New function.
82
83 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
84
85 * vc.el: Make vc-status asynchronous.
86 (vc-update-vc-status-buffer): New function broken out of ...
87 (vc-status-refresh): ... here. Pass vc-update-vc-status-buffer to
88 the dir-status backend function.
89
90 * vc-hg.el (vc-hg-dir-status): Compute the status asynchronously.
91 Move the output processing to ...
92 (vc-hg-after-dir-status): ... here. Call the function passed as
93 an argument with the results.
94
95 2008-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
96
97 * doc-view.el (doc-view-pdf/ps->png): Make sure we a have a valid cwd.
98 (doc-view-insert-image): Do something if the image is missing.
99 (doc-view-mode): Don't use file-remote-p.
100
101 2008-01-18 Bastien Guerry <Bastien.Guerry@ens.fr>
102
103 * textmodes/org-export-latex.el (org-export-latex-cleaned-string): Fix.
104 (org-export-latex-special-chars): Convert "..." in \ldots
105 and skip tables.
106 (org-export-latex-fontify-headline): Change parameter name.
107 (org-export-as-latex): Handle export of subtrees.
108 (org-export-latex-make-header): New argument TITLE.
109 (org-export-latex-content): New argument EXCLUDE-LIST.
110 (org-list-parse-list): New name for org-export-latex-parse-list.
111 (org-export-latex-make-header): New name for
112 org-export-latex-make-preamble.
113 (org-list-to-generic): New name of org-export-list-to-generic.
114 (org-list-to-latex): New name of org-export-list-to-latex.
115 (org-list-item-begin, org-list-end, org-list-insert-radio-list)
116 (org-list-send-list, org-list-to-texinfo)
117 (org-list-to-html): New functions.
118 (org-export-latex-tables-column-borders)
119 (org-export-latex-default-class, org-export-latex-classes)
120 (org-export-latex-classes-sectioning)
121 (org-list-radio-list-templates): New options.
122 (org-export-latex-header): New variable.
123 (org-latex-entities): New constant.
124 (org-export-latex-default-sectioning, org-export-latex-preamble)
125 (org-export-latex-prepare-text-option)
126 (org-export-latex-get-sectioning): Remove.
127
128 2008-01-18 Carsten Dominik <dominik@science.uva.nl>
129
130 * textmodes/org-publish.el (org-publish-current-project):
131 Fix bug with forcing publication.
132
133 * textmodes/org.el (org-export-with-special-strings): New option.
134 (org-export-html-convert-special-strings): New function.
135 (org-html-do-expand): `org-export-html-convert-special-strings'
136 added to the list of conversion.
137 (org-infile-export-plist, org-get-current-options): Add support
138 for "-" in the #+OPTION line to let user switch on/off special
139 strings conversion.
140 (org-export-plist-vars): New :html-table-tag property.
141 (org-export-as-html, org-format-org-table-html)
142 (org-format-table-table-html) Use the :html-table-tag property
143 instead of the `org-export-html-table-tag' global value.
144 (org-additional-option-like-keywords): Add "TBLFM".
145 (org-entry-properties): Include the CLOCKSUM special property.
146 (org-columns-edit-value): Do not allow to edit the special
147 CLOCKSUM property.
148 (org-flag-drawer): Use the original value of `outline-regexp'.
149 (org-remember-handler): Add invisible-ok flag to call to
150 `org-end-of-subtree'.
151 (org-agenda-highlight-todo): Respect
152 `org-agenda-todo-keyword-format'.
153 (org-agenda-todo-keyword-format): New option.
154 (org-infile-export-plist): No restriction while searching for options.
155 (org-remember-handler): Remove comments at the end of the buffer.
156 (org-remember-use-refile-when-interactive): New option.
157 (org-table-sort-lines): Make sure sorting works on link
158 descritions only, and ignores the link.
159 (org-sort-entries-or-items): Make sure the end of the subtree is
160 included.
161 (org-refile-use-outline-path): New allowed values `file' and
162 `full-file-path'.
163 (org-get-refile-targets): Respect new values for
164 `org-refile-use-outline-path'.
165 (org-agenda-get-restriction-and-command): DEL goes back to initial list.
166 (org-export-as-xoxo): Restore point when done.
167 (org-open-file): Allow multiple %s in command.
168 (org-clock-in-switch-to-state): New option.
169 (org-first-list-item-p): New function.
170 (org-last-remember-storage-locations): New variable.
171 (org-get-refile-targets): Interpret the new maxlevel setting.
172 (org-refile-targets): New option `:maxlevel'.
173 (org-copy-subtree): Include empty lines before but not after subtree.
174 (org-back-over-empty-lines, org-skip-whitespace): New functions.
175 (org-move-item-down, org-move-item-up): Include empty lines before
176 but not after item.
177 (org-first-sibling-p): New function.
178 (org-remember-apply-template): Defaults, completions and history
179 for template prompts. Also, interpret new `%!' escape.
180 (org-context-choices): New constant.
181 (org-bound-and-true-p): New macro.
182 (org-imenu-depth): New option.
183 (org-imenu-markers): New variable.
184 (org-imenu-new-marker, org-imenu-get-tree)
185 (org-speedbar-set-agenda-restriction): New functions.
186 (org-agenda-set-restriction-lock)
187 (org-agenda-remove-restriction-lock)
188 (org-agenda-maybe-redo): New functions.
189 (org-agenda-restriction-lock): New face.
190 (org-agenda-restriction-lock-overlay)
191 (org-speedbar-restriction-lock-overlay): New variables.
192 (org-open-at-point): Remove obsolete way to do redirection in
193 shell links.
194 (org-imenu-and-speedbar): New customization group.
195 (org-entry-properties): Return keyword-less time strings.
196 (org-clock-heading-function): New option.
197 (org-clock-in): Use `org-clock-heading-function'.
198 (org-calendar-holiday): Try to use `calendar-check-holidays'
199 instead of the obsolete `check-calendar-holidays'.
200 (org-export-html-special-string-regexps): New constant.
201 (org-massive-special-regexp): New variable.
202 (org-compute-latex-and-specials-regexp)
203 (org-do-latex-and-special-faces): New functions.
204 (org-latex-and-export-specials): New face.
205 (org-highlight-latex-fragments-and-specials): New option.
206 (org-link-escape-chars): Use characters instead of strings.
207 (org-link-escape-chars-browser, org-link-escape)
208 (org-link-unescape): Use characters instead of strings.
209 (org-export-html-convert-sub-super, org-html-do-expand): Check for
210 protected text.
211 (org-emphasis-alist): Additional `verbatim' flag.
212 (org-set-emph-re): Handle the verbatim flag and compute
213 `org-verbatim-re'.
214 (org-cleaned-string-for-export): Protect verbatim elements.
215 (org-verbatim-re): New variable.
216 (org-hide-emphasis-markers): New option.
217 (org-additional-option-like-keywords): Add new keywords.
218 (org-get-entry): Rename from `org-get-cleaned-entry'.
219 (org-icalendar-cleanup-string): New function for quoting icalendar text.
220 (org-agenda-skip-scheduled-if-done): New option.
221 (org-agenda-get-scheduled, org-agenda-get-blocks): Use
222 `org-agenda-skip-scheduled-if-done'.
223 (org-prepare-agenda-buffers): Allow buffers as arguments.
224 (org-entry-properties): Add CATEGORY as a special property.
225 (org-use-property-inheritance): Allow a list of properties as a value.
226 (org-eval-in-calendar): No longer update the prompt.
227 (org-read-date-popup-calendar): Rename from
228 `org-popup-calendar-for-date-prompt'.
229 (org-read-date-display-live): New variable.
230 (org-read-date-display): New function.
231 (org-read-date-analyze): New function.
232 (org-remember-apply-template): Define `remember-finalize' if it is
233 not yet defined.
234 (org-remember-insinuate): New function.
235 (org-read-date-prefer-future): New option.
236 (org-read-date): Respect the setting of
237 `org-read-date-prefer-future'. Use `org-read-date-analyze'.
238 (org-set-font-lock-defaults): Use `org-archive-tag' instead of a
239 hardcoded string.
240 (org-remember-apply-template): Use `remember-finalize' instead of
241 `remember-buffer'.
242 (org-columns-compute, org-column-number-to-string)
243 (org-columns-uncompile-format, org-columns-compile-format)
244 (org-columns-compile-format): Handle printf format specifier.
245 (org-columns-new, org-column-number-to-string)
246 (org-columns-uncompile-format, org-columns-compile-format):
247 Support for new currency summary type.
248 (org-tree-to-indirect-buffer): Do not kill old buffer when
249 `org-indirect-buffer-display' is `new-frame'.
250 (org-indirect-buffer-display): Document that `new-frame' leads to
251 indiret buffer proliferation.
252 (org-agenda-list): Use `org-extend-today-until'.
253 (org-extend-today-until): New option.
254 (org-format-org-table-html): Use lower-case for <col> tag.
255 (org-agenda-execute): New command.
256 (org-agenda-mode-map): Keybindings of "g" "G", "e" modified.
257 (org-select-remember-template): New function.
258 (org-remember-apply-template): Use `org-select-remember-template'.
259 (org-go-to-remember-target): New function.
260
261 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
262
263 * vc.el: Add a TODO note about vc-state.
264 (vc-next-action): Register 'unregistered and 'ignored files.
265 Use when and unless instead of if where appropriate.
266 (vc-start-entry): Fix typo.
267 (vc-status): Autoload it.
268
269 2008-01-18 Glenn Morris <rgm@gnu.org>
270
271 * ffap.el (ffap-alist): Remove space from RFC regexp.
272
273 2008-01-18 Richard Stallman <rms@gnu.org>
274
275 * custom.el (custom-theme-recalc-face): Use face-spec-set rather
276 than face-spec-recalc.
277
278 2008-01-18 Glenn Morris <rgm@gnu.org>
279
280 * ibuffer.el (ibuffer-mode): Fix typo in previous change.
281
282 2008-01-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
283 Miles Bader <miles@gnu.org>
284
285 * blank-mode.el: New file. Minor mode to visualise (HARD) SPACE,
286 TAB, NEWLINE. Miles Bader <miles@gnu.org> wrote the original code
287 for handling display table (via visws.el package), his code was
288 modified, but the main idea was kept.
289
290 2008-01-17 Glenn Morris <rgm@gnu.org>
291
292 * ibuf-ext.el (ibuffer-auto-mode, ibuffer-save-filter-groups)
293 (ibuffer-save-filters): Remove calls to deleted
294 ibuffer-update-mode-name.
295
296 2008-01-16 Martin Rudalics <rudalics@gmx.at>
297
298 * longlines.el (longlines-mode, longlines-show-region)
299 (longlines-unshow-hard-newlines): Bind buffer-file-name and
300 buffer-file-truename to nil while modifying buffer.
301
302 * cus-edit.el (custom-reset-standard-variables-list)
303 (custom-reset-standard-faces-list): New variables.
304 (custom-reset-standard-save-and-update): New function.
305 (Custom-save): Apply custom-mark-to-save before and
306 custom-state-set-and-redraw after saving options.
307 (Custom-reset-standard): Apply custom-mark-to-reset-standard to
308 options and call custom-reset-standard-save-and-update.
309 (custom-variable, custom-face, custom-group): Provide new
310 entries for custom-mark-to-save, custom-mark-to-reset-standard,
311 and custom-state-set-and-redraw.
312 (custom-variable-mark-to-save)
313 (custom-variable-state-set-and-redraw)
314 (custom-variable-mark-to-reset-standard)
315 (custom-face-mark-to-save, custom-face-state-set-and-redraw)
316 (custom-face-mark-to-reset-standard)
317 (custom-group-mark-to-save, custom-group-state-set-and-redraw)
318 (custom-group-mark-to-reset-standard): New functions.
319 (custom-variable-save): Move save, state-set, and redraw
320 functionality to custom-variable-mark-to-save.
321 (custom-face-save): Move save, state-set, and redraw
322 functionality to custom-face-mark-to-save.
323 (custom-group-save): Move save, state-set, and redraw
324 functionality to custom-group-mark-to-save.
325 (custom-variable-reset-standard, custom-face-reset-standard)
326 (custom-group-reset-standard): Move save, state-set, and redraw
327 functionality to custom-reset-standard-save-and-update.
328
329 (custom-buffer-create-internal): Fix text in verbose help.
330 (custom-face-value-create): Indent doc-strings of faces like
331 those of variables.
332
333 2008-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
334
335 * server.el (server-process-filter): Replace lineno and columnnno
336 which defaulted to 1&0 with filepos which defaults to nil.
337 (server-goto-line-column): Only receive the filepos.
338 Only move if filepos is non-nil.
339 (server-visit-files): Slight restructure to consolidate two calls to
340 server-goto-line-column into just one.
341
342 * nxml/nxml-mode.el (nxml-mode): Use mode-line-process to indicate
343 the use of degraded mode.
344 (nxml-degrade): Don't change mode-name.
345
346 * nxml/rng-nxml.el (rng-nxml-mode-init):
347 Don't overwrite mode-line-process.
348
349 * ibuffer.el (mode): Pass the buffer to format-mode-line.
350 (ibuffer-update-mode-name): Remove.
351 (ibuffer-redisplay, ibuffer-update, ibuffer-mode): Don't call it.
352 (ibuffer-mode): Use mode-line-process instead.
353
354 * ibuf-ext.el (ibuffer-auto-update-changed, ibuffer-auto-mode):
355 Use derived-mode-p.
356 (ibuffer-mark-by-mode-regexp): Pass the buffer to format-mode-line.
357
358 * help.el (describe-mode): Pass the right buffer to format-mode-line.
359
360 2008-01-16 Glenn Morris <rgm@gnu.org>
361
362 * comint.el (comint-regexp-arg): Fix no-input case.
363
364 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
365
366 * smerge-mode.el (smerge-start-session): Rename from smerge-auto.
367 * pcvs.el (cvs-revert-if-needed):
368 * vc.el (vc-maybe-resolve-conflicts): Rename callers.
369
370 * vc-svn.el (vc-svn-find-file-hook):
371 * vc-arch.el (vc-arch-find-file-hook): Undo previous change.
372
373 2008-01-16 Ulf Jasper <ulf.jasper@web.de>
374
375 * calendar/icalendar.el (icalendar-version): Increase to 0.16.
376 (icalendar-export-file, icalendar-import-file):
377 Restore significant trailing whitespace in `interactive' prompts.
378
379 2008-01-16 Tom Tromey <tromey@redhat.com>
380
381 * calendar/icalendar.el (icalendar--convert-tz-offset)
382 (icalendar--parse-vtimezone, icalendar--convert-all-timezones)
383 (icalendar--find-time-zone): New functions.
384 (icalendar--decode-isodatetime): Add `zone' argument, passed to
385 `decode-time'. Doc fix.
386 (icalendar--convert-ical-to-diary): Compute zone-map.
387 Pass timezone to icalendar--decode-isodatetime.
388
389 2008-01-16 Alan Mackenzie <acm@muc.de>
390
391 * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside
392 an eval-and-compile, so as to permit byte-compiling (e.g. in
393 bootstrap).
394
395 2008-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
396
397 * emacs-lisp/easymenu.el (easy-menu-avoid-duplicate-keys): New var.
398 (easy-menu-create-menu, easy-menu-convert-item-1): Use it to avoid
399 using the same key for different menu entries.
400
401 * smerge-mode.el (smerge-refine): Also work on "same change conflicts".
402 (smerge-makeup-conflict): New command.
403
404 2008-01-15 Thien-Thi Nguyen <ttn@gnuvola.org>
405
406 * log-edit.el (log-edit): Doc fix.
407
408 2008-01-15 Glenn Morris <rgm@gnu.org>
409
410 * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
411
412 2008-01-14 Alan Mackenzie <acm@muc.de>
413
414 * progmodes/cc-vars.el (c-constant-symbol): New function which
415 supersedes c-const-symbol. During a customize-.. call it enables
416 an element of (e.g.) c-hanging-braces alist to have its name
417 displayed, even when the default value of c-h-b etc. doesn't
418 include the elemnt. Replace uses of the old function by the new.
419
420 * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
421 obscure non-working fragment ":value c-".
422
423 2008-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
424
425 * abbrev.el (clear-abbrev-table): Can't pass a symbol to intern.
426
427 2008-01-14 Michael Albinus <michael.albinus@gmx.de>
428
429 * net/tramp.el (tramp-local-host-p): Use `tramp-file-name-host'
430 instead of `tramp-file-name-real-host'.
431
432 * net/trampver.el: Update release number.
433
434 2008-01-14 Alan Mackenzie <acm@muc.de>
435
436 * progmodes/cc-engine.el (c-guess-basic-syntax): Prevent a macro
437 call inside a struct being recognised as a K&R argument.
438
439 2008-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
440
441 * progmodes/compile.el (compilation-error-regexp-alist-alist):
442 Accept "fatal error" from MSFT.
443 Reported by Jared Finder <jfinder@crypticstudios.com>.
444
445 2008-01-14 Dan Nicolaescu <dann@ics.uci.edu>
446
447 * smerge-mode.el (smerge-auto): New function.
448 * vc-svn.el (vc-svn-find-file-hook):
449 * vc-arch.el (vc-arch-find-file-hook):
450 * pcvs.el (cvs-revert-if-needed):
451 * vc.el (vc-maybe-resolve-conflicts): Use it instead of vc-mode.
452 (top-level): Add a Todo list.
453
454 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
455
456 * vc.el (vc-update): Resolve conflicts if necessary instead of
457 just updating the buffer.
458
459 * vc-cvs.el (vc-cvs-merge-news): Ignore the error status of the
460 update command so that we can parse the output.
461
462 2008-01-13 Martin Rudalics <rudalics@gmx.at>
463
464 * mail/rmail.el (rmail-convert-to-babyl-format):
465 Remove save-excursion to avoid infinite looping.
466 Reported by: dnz <dnz@bk.ru>.
467
468 2008-01-12 Glenn Morris <rgm@gnu.org>
469
470 * woman.el (woman-parse-numeric-arg): Change handling of `==':
471 can be interned without a function definition.
472
473 2008-01-12 Jason Rumney <jasonr@gnu.org>
474
475 * nxml/nxml-mode.el (nxml-enable-unicode-char-name-sets)
476 (rng-nxml-mode-init): Declare.
477
478 2008-01-11 Jason Rumney <jasonr@gnu.org>
479
480 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add some defaults.
481 (rng-preferred-prefix-alist-default): Remove.
482
483 * nxml/nxml-uchnm.el (nxml-internal-unicode-char-name-sets-enabled):
484 Rename from nxml-enable-unicode-char-name-sets-flag.
485 (nxml-enable-unicode-char-name-sets-1): Merge into
486 nxml-enable-unicode-char-name-sets.
487 (nxml-enable-unicode-char-name-sets): Don't unconditionally set
488 nxml-char-name-ignore-case here.
489
490 * nxml/nxml-mode.el (nxml-mode): Call rng-nxml-mode-init directly.
491 Update doc string and commentary.
492 (nxml-char-name-ignore-case): Change default value.
493 (nxml-mode): Call nxml-enable-unicode-char-name-sets directly.
494
495 2008-01-11 Martin Rudalics <rudalics@gmx.at>
496
497 * cus-start.el (all): Add missing version entries.
498
499 2008-01-11 Glenn Morris <rgm@gnu.org>
500
501 * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
502 (euc-to-flat-code, flat-code-to-euc):
503 * textmodes/org.el (elmo-msgdb-overview-get-entity)
504 (wl-summary-buffer-msgdb): Declare as funtions.
505
506 2008-01-10 Martin Rudalics <rudalics@gmx.at>
507
508 * progmodes/ada-mode.el (ada-set-syntax-table-properties):
509 Bind buffer-file-name and buffer-file-truename.
510
511 * fringe.el (fringe-mode-explicit): New variable.
512 (set-fringe-mode): Don't alter default-frame-alist when just
513 loading this file.
514
515 2008-01-10 Tassilo Horn <tassilo@member.fsf.org>
516
517 * doc-view.el (doc-view-buffer-file-name): New variable.
518 (doc-view-convert-current-doc, doc-view-search)
519 (doc-view-current-cache-dir, doc-view-initiate-display)
520 (doc-view-mode): Use it.
521 (doc-view-bookmark-make-cell): Use variable buffer-file-name
522 instead of function.
523
524 2008-01-10 Dan Nicolaescu <dann@ics.uci.edu>
525
526 * vc-svn.el (vc-svn-registered): Return the correct value for
527 ignored and unregistered files.
528
529 2008-01-10 Tassilo Horn <tassilo@member.fsf.org>
530
531 * doc-view.el (tramp): Require tramp because we use tramp-tramp-file-p.
532
533 2008-01-10 Tom Tromey <tromey@redhat.com>
534
535 * vc.el (vc-status-unmark-all-files): New function.
536 (vc-status-unmark-all-files): Likewise.
537 (vc-status-mode-map): Add bindings.
538
539 2008-01-10 Michael Kifer <kifer@cs.stonybrook.edu>
540
541 * ediff*.el: Uncomment declare-function.
542
543 * viper*.el: Uncomment declare-function.
544
545 2008-01-09 Tassilo Horn <tassilo@member.fsf.org>
546
547 * doc-view.el (doc-view-mode): Support tramp, compressed files and
548 files inside archives uniformly.
549
550 2008-01-09 Eric S. Raymond <esr@snark.thyrsus.com>
551
552 * testmodes/sgml-mode.el (sgml-tag-syntax-table): Initialize this
553 constant with a computation on sgml-specials rather than a literal
554 list. Without this change the syntax table is generated
555 incorrectly, and the mode will think it's in a comment following
556 any instance of the string "--".
557
558 2008-01-09 Tassilo Horn <tassilo@member.fsf.org>
559
560 * doc-view.el (doc-view-mode-p): Add EPS as supported type.
561 (doc-view-mode): Support document files inside archives.
562
563 2008-01-09 Dan Nicolaescu <dann@ics.uci.edu>
564
565 * vc.el (vc-deduce-fileset): Return the currently selected file if
566 no files are selected when using vc-status.
567
568 2008-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
569
570 * ediff*.el: Comment out declare-function. "make bootstrap"
571 stops with an error and Emacs does not compile with those things in.
572 Besides, declare-function is not defined in XEmacs.
573
574 * ediff-util (eqiff-quit): Autoraise minibuffer.
575
576 * ediff-diff (ediff-convert-fine-diffs-to-overlays): Make it a defun.
577
578 * viper*.el: Comment out declare-function -- not defined in XEmacs.
579
580 * viper-ex.el (viper-info-on-file): Take care of indirect buffers.
581
582 * viper.el (viper-set-hooks, set-cursor-color):
583 Set viper-vi-state-cursor-color.
584
585 2008-01-09 Tom Tromey <tromey@redhat.com>
586
587 * vc.el (vc-status-headers): Rename from vc-status-insert-headers.
588 Just return header.
589 (vc-status-move-to-goal-column): New function.
590 (vc-status-mode-map): Define more keys.
591 (vc-status-mode): Use vc-status-refresh. Now 'special.
592 (vc-status-refresh): New function.
593 (vc-status-next-line): Likewise.
594 (vc-status-previous-line): Likewise.
595 (vc-status-mark-file): Use vc-status-next-line.
596 (vc-status-unmark-file): Use vc-status-previous-line.
597 (vc-status-unmark-file-up): New function.
598 (vc-status-register): Likewise.
599 (vc-status-find-file): Likewise.
600 (vc-status-find-file-other-window): Likewise.
601 (vc-status-current-file): Likewise.
602 (vc-ensure-vc-buffer): Understand vc-status mode.
603
604 * vc-hg.el (vc-hg-dir-status): Don't pass -A to "hg status".
605
606 2008-01-09 Glenn Morris <rgm@gnu.org>
607
608 * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
609 entry, for Windows.
610
611 2008-01-09 Tom Tromey <tromey@redhat.com>
612
613 * play/blackbox.el (blackbox-mode-map): Add `q' and [return] bindings.
614
615 2008-01-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
616
617 * ps-print.el: Some face attributes (like :strike-through) were not
618 being recognised. Reported by Leo <sdl.web@gmail.com>.
619 (ps-print-version): New version 6.8.2.
620 (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p): New funs.
621 (ps-screen-to-bit-face): Fix code.
622
623 2008-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
624
625 * ffap.el (ffap-read-file-or-url): Don't use let-binding to temporarily
626 add a file-name handler.
627
628 2008-01-08 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
629
630 * textmodes/bibtex.el (bibtex-initialize): New autoloaded command.
631 Rename from function bibtex-files-expand. New optional arg select.
632 (bibtex-flash-head): Allow blink-matching-delay being zero.
633 (bibtex-clean-entry): Use atomic-change-group.
634 (bibtex-format-entry): Check presence of required fields only
635 after formatting of fields. Use member-ignore-case. Do not use
636 bibtex-parse-entry. Do not use booktitle field to set a missing title.
637 (bibtex-autofill-entry): Do not call undo-boundary.
638 (bibtex-lessp): Handle crossref keys that point to another bibtex file.
639 (bibtex-sort-buffer, bibtex-prepare-new-entry, bibtex-validate):
640 Parse keys if necessary.
641
642 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
643
644 * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
645 quotes in case of spaces, e.g. STL containers (not pretty).
646
647 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
648
649 * progmodes/gdb-ui.el (gud-gdb-command-name):
650 Explain "--annotate=3" option is necessary for the Graphical Interface.
651
652 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
653
654 * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
655 on menu bar.
656
657 2008-01-08 Michael Albinus <michael.albinus@gmx.de>
658
659 * ffap.el (ffap-read-file-or-url): Let-bind
660 `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
661
662 2008-01-08 Sven Joachim <svenjoac@gmx.de>
663
664 * vc-bzr.el: Fix typo in header.
665
666 2008-01-08 Eli Zaretskii <eliz@gnu.org>
667
668 * Makefile.in (custom-deps, finder-data): Depend on autoloads
669 instead of loaddefs.el.
670
671 2008-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
672
673 * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
674 gets inserted out-of-order.
675
676 2008-01-08 Riccardo Murri <riccardo.murri@gmail.com>
677
678 * vc-bzr.el: Copyright and version headers update.
679 Remove some outdated comments through the whole file.
680 (vc-bzr-program-args): Remove because unused.
681 (vc-bzr-log-switches): New customization option.
682 (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C. No longer
683 use `vc-bzr-program-args'.
684 (vc-bzr-register): Fix for working with both 22.1 and CVS version of
685 `vc-find-root' (patch by Andreas Hoenen).
686 (vc-bzr-status): Update regex to match latest Bzr output.
687 Remove redundant test.
688 (vc-bzr-init-version): New function.
689 (vc-bzr-unregister): Must not delete file.
690 (vc-bzr-find-version): New function.
691 (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
692 a non-empty string, otherwise take head revision.
693 (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
694 (vc-bzr-diff): Simpler build of the revision spec string.
695 (vc-annotate-convert-time, vc-bzr-annotate-difference):
696 Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
697 (vc-bzr-dir-state): Add code comments. Removed redundant statement.
698 (vc-bzr-dired-state-info): Only provide custom strings for
699 overloaded VC state 'edited; otherwise fallback to
700 `vc-default-dired-state-info'.
701
702 2008-01-08 Richard Stallman <rms@gnu.org>
703
704 * delsel.el (delete-selection-mode): Doc fix.
705
706 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
707
708 * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
709 (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
710
711 * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
712 of watch expressions (only works fully with GDB 6.7 or later).
713
714 2008-01-08 Dan Nicolaescu <dann@ics.uci.edu>
715
716 * time-stamp.el (time-stamp-time-zone):
717 * whitespace.el (whitespace-check-buffer-leading)
718 (whitespace-check-buffer-trailing, whitespace-check-buffer-indent)
719 (whitespace-check-buffer-spacetab, whitespace-check-buffer-ateol):
720 * progmodes/sh-script.el (sh-indentation):
721 * textmodes/ispell.el (ispell-local-pdict):
722 Add safe-local-variable properties.
723
724 2008-01-08 Michael Albinus <michael.albinus@gmx.de>
725
726 * vc-git.el (vc-git--call): Apply `process-file' instead of
727 `call-process'.
728
729 * net/tramp.el (tramp-remote-process-environment): Add "LC_CTYPE=C".
730 Reported by Pete Forman <pete.forman@westerngeco.com>.
731 (tramp-perl-encode, tramp-perl-decode): Update copyrights.
732 (tramp-handle-process-file): Handle the case where DESTINATION is
733 a consp with t as car.
734 (tramp-wait-for-output): We shall remove exactly what has been
735 find by the search.
736
737 2008-01-08 Kevin Ryde <user42@zip.com.au>
738
739 * progmodes/compile.el (compilation-error-regexp-alist-alist):
740 For perl, allow "during global destruction" at end. Add entry for
741 two-arg form of the Test module ok() func.
742
743 2008-01-08 Glenn Morris <rgm@gnu.org>
744
745 * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
746 unified format.
747
748 * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
749
750 2008-01-08 Ralf Angeli <angeli@caeruleus.net>
751
752 * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
753 Simplify selection of frame focusing function.
754
755 2008-01-08 Michael Olson <mwolson@gnu.org>
756
757 * textmodes/remember.el (remember-region): Fix typo in docstring.
758
759 2008-01-08 Lennart Borgman <lennart.borgman.073@student.lu.se>
760
761 * textmodes/remember.el (remember): If there is a visible region
762 [that is, the mark is active and transient mark mode is enabled]
763 then use this region for the initial contents of the *Remember*
764 buffer. Use `region-beginning' and `region-end' instead of
765 `point' and `mark'.
766
767 2008-01-07 Dan Nicolaescu <dann@ics.uci.edu>
768
769 * vc-hg.el (vc-hg-dir-state, vc-hg-dir-status): Pass the dir
770 argument to vc-hg-command.
771 (vc-hg-log-view-mode): Handle the user field better.
772
773 2008-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
774
775 * vc.el (vc-ensure-vc-buffer): Check liveness of vc-parent-buffer.
776
777 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
778
779 * vc.el (vc-status-fileinfo): New defstruct.
780 (vc-status): New defvar
781 (vc-status-insert-headers, vc-status-printer, vc-status)
782 (vc-status-mode-map, vc-status-mode, vc-status-mark-file)
783 (vc-status-unmark-file, vc-status-marked-files): New functions.
784
785 * vc-hg.el (vc-hg-dir-status): New function.
786
787 2008-01-06 Martin Rudalics <rudalics@gmx.at>
788
789 * cus-edit.el (custom-tool-bar-map): Move initialization of this
790 keymap from here ...
791 (custom-mode): ... to here. Reported by Reiner Steib.
792
793 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
794
795 * obsolete/x-apollo.el: Remove file for unsupported system.
796
797 * term/x-win.el (vendor-specific-keysyms): Remove reference to
798 Apollo.
799
800 * progmodes/gud.el (gud-dgux-p): Remove.
801 (dbx): Remove reference to dgux.
802
803 * progmodes/ps-mode.el (ps-mode-print-function):
804 * ps-print.el (ps-lp-system):
805 * paths.el (rmail-spool-directory):
806 * ls-lisp.el (ls-lisp-emulation):
807 * lpr.el (lpr-lp-system):
808 * dired.el (dired-chown-program): Remove references to dgux.
809
810 2008-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
811
812 * vc.el (vc-process-sentinel): Fix apparent typo.
813 (vc-do-command): Forcefully kill any left over process.
814 Use start-file-process.
815 (vc-annotate-get-time-set-line-props): Check we don't move backward.
816
817 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
818
819 * net/dbus.el (dbus-list-hash-table)
820 (dbus-name-owner-changed-handler): Replace "signal" by "member".
821 (dbus-check-event): Add serial number to event.
822 (dbus-handle-event): Apply return message if needed.
823 (dbus-event-serial-number): New defun.
824 (dbus-event-service-name, dbus-event-path-name)
825 (dbus-event-interface-name, dbus-event-member-name):
826 Adapt implementation to serial number.
827
828 2008-01-04 Juanma Barranquero <lekktu@gmail.com>
829
830 * bs.el (bs--get-mode-name): Fix typo in previous change.
831
832 2008-01-04 Dan Nicolaescu <dann@ics.uci.edu>
833
834 * mouse.el (mouse-popup-menubar): Fix typo.
835
836 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Move one more
837 form inside with-current-buffer.
838
839 * progmodes/antlr-mode.el (provide): Move to the end of file.
840 (require): Don't require font-lock and compile.
841 (outline-level, imenu-use-markers, imenu-create-index-function):
842 Move declarations to top level.
843 (cond-emacs-xemacs-macfn): Declare for compiler.
844
845 * vc-bzr.el (vc-bzr-root):
846 * vc-arch.el (vc-arch-root): Only set a property if the file is
847 managed by this backend.
848
849 * vc-hg.el (vc-hg-state): Support the new status code for up-to-date.
850
851 2008-01-04 Tassilo Horn <tassilo@member.fsf.org>
852
853 * doc-view.el (doc-view-scroll-up-or-next-page)
854 (doc-view-scroll-down-or-previous-page): Don't scroll to the
855 top/bottom again when on the first/last page.
856
857 * doc-view.el (doc-view-scroll-up-or-next-page)
858 (doc-view-scroll-down-or-previous-page): Use image-scroll-up and
859 image-scroll-down instead of the non-image equivalents.
860 Don't rely on a signalled condition but switch pages when scrolling
861 doesn't change the vertical position anymore.
862 (doc-view-mode-map): Remap scroll-{up,down} to
863 image-scroll-{up,down}.
864
865 2008-01-04 Rob Riepel <riepel@networking.Stanford.EDU>
866
867 * emulation/tpu-edt.el (tpu-load-xkeys): Recommend to run the
868 tpu-mapper command rather than load the tpu-mapper package.
869
870 * emulation/tpu-mapper.el (tpu-mapper): New command.
871 Contains all the code previously at top-level.
872
873 2008-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
874
875 * bs.el (bs--sort-by-mode, bs--get-mode-name):
876 * imenu.el (imenu-add-to-menubar):
877 * makesum.el (make-command-summary):
878 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
879 (mouse-buffer-menu):
880 * msb.el (msb--mode-menu-cond):
881 * calc/calc-embed.el (calc-do-embedded):
882 * emacs-lisp/helper.el (Helper-describe-mode):
883 * mail/emacsbug.el (report-emacs-bug):
884 * progmodes/hideshow.el (hs-grok-mode-type):
885 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
886 * textmodes/table.el (*table--cell-describe-mode):
887 Pass mode-name through format-mode-line.
888
889 2008-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
890
891 * progmodes/ada-xref.el (ada-prj-find-prj-file):
892 * progmodes/ada-mode.el (comment-region):
893 * calendar/todo-mode.el (todo-insert-item):
894 * bookmark.el (bookmark-buffer-name):
895 Test major-mode rather than mode-name.
896
897 2008-01-04 Richard Stallman <rms@gnu.org>
898
899 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
900 Call byte-compile-warn-about-unresolved-functions outside
901 the with-current-buffer.
902 (byte-compile-insert-header): Use with-current-buffer.
903
904 2008-01-04 Glenn Morris <rgm@gnu.org>
905
906 * startup.el (fancy-about-screen): Remove reference to deleted
907 `fancy-splash-help-echo' variable.
908
909 * version.el (emacs-copyright): Update to 2008.
910
911 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Use mapc
912 rather than mapcar.
913
914 * progmodes/cc-vars.el (defcustom-c-stylevar): Revert previous
915 change (merge mistake).
916
917 * doc-view.el (doc-view-search-internal): Don't use `incf'.
918
919 * doc-view.el (bookmark-make-cell-function, bookmark-get-filename)
920 (bookmark-get-bookmark-record):
921 * image-mode.el (bookmark-make-cell-function)
922 (bookmark-get-filename, bookmark-get-bookmark-record)
923 (bookmark-get-position):
924 * log-view.el (vc-modify-change-comment):
925 * progmodes/grep.el (find-name-arg): Declare for compiler.
926
927 2008-01-04 Juanma Barranquero <lekktu@gmail.com>
928
929 * savehist.el (savehist-coding-system): Default to a variant coding
930 system with explicit unix end-of-line conversion, which is safer.
931
932 2008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
933
934 * ibuf-ext.el (mode-name sorter, ibuffer-mark-by-mode-regexp):
935 * ibuffer.el (mode column): Use format-mode-line.
936
937 * server.el (server-create-window-system-frame): Remove workaround for
938 a bug that has been fixed.
939
940 2008-01-03 Magnus Henoch <magnus@zemdatav>
941
942 * net/dbus.el (dbus-name-owner-changed-handler):
943 Use dbus-unregister-object instead of dbus-unregister-signal.
944
945 2008-01-03 Drew Adams <drew.adams@oracle.com>
946
947 * frame.el (frame-geom-value-cons, frame-geom-spec-cons): New fns.
948
949 2008-01-03 Richard Stallman <rms@gnu.org>
950
951 * replace.el (occur-context-lines): New subroutine,
952 broken out of occur-engine.
953 (occur-engine): Call it.
954
955 2008-01-03 Alexandre Julliard <julliard@winehq.org>
956
957 * vc-git.el (vc-git--ls-files-state): New function.
958 (vc-git-dir-state): Use it instead of processing the status
959 results here.
960
961 2008-01-02 Eric S. Raymond <esr@snark.thyrsus.com>
962
963 * progmodes/grep.el (grep-find-ignored-directories):
964 Initialize from the value of vc-directory-exclusion-list.
965
966 * vc-hooks (vc-directory-exclusion-list): Include "_darcs",
967 even though we don't have a back end for darcs yet.
968
969 2008-01-02 Karl Fogel <kfogel@red-bean.com>
970
971 Change a return type, for greater extensibility.
972 See http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html
973 and its thread for discussion leading to this change.
974
975 * emacs-cvs/lisp/bookmark.el:
976 (bookmark-jump-noselect): Return an alist instead of a dotted pair.
977 (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
978 (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
979 (bookmark-bmenu-switch-other-window): Adjust accordingly.
980 (bookmark-make-cell-function): Adjust documentation accordingly.
981
982 * emacs-cvs/lisp/image-mode.el
983 (image-bookmark-jump): Adjust return type accordingly; document.
984
985 * emacs-cvs/lisp/doc-view.el
986 (doc-view-bookmark-jump): Adjust return type accordingly; document.
987
988 2008-01-02 Miles Bader <miles@gnu.org>
989
990 * net/rcirc.el (rcirc-log-filename-function): New variable.
991 (rcirc-log): Use `rcirc-log-filename-function' to generate the
992 log-file name. Don't log anything if it returns nil.
993 (rcirc-log-write): Use `expand-file-name' when merging the
994 log-file name from the alist with rcirc-log-directory; this does
995 the right thing if the name in the alist already an absolute
996 filename. Make the log-file directory if necessary.
997
998 2007-12-29 Richard Stallman <rms@gnu.org>
999
1000 * font-lock.el (font-lock-prepend-text-property)
1001 (font-lock-append-text-property): Canonicalize the face and
1002 font-lock-face properties.
1003
1004 * faces.el (facep): Doc fix.
1005
1006 * startup.el (fancy-startup-tail, fancy-about-text)
1007 (fancy-startup-text): Regularize format of face property.
1008
1009 * facemenu.el (list-colors-print): Use :background and :foreground
1010 instead of background-color and foreground-color.
1011
1012 2007-12-29 Drew Adams <drew.adams@oracle.com>
1013
1014 * cus-edit.el (custom-add-parent-links):
1015 Fill the "Parent documentation" text.
1016
1017 2007-12-29 Eli Zaretskii <eliz@gnu.org>
1018
1019 * textmodes/ispell.el (ispell-grep-command): Use "grep" on
1020 MS-Windows and MS-DOS.
1021 (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
1022
1023 2008-01-02 Eric S. Raymond <esr@snark.thyrsus.com>
1024
1025 * vc-svn.el (vc-svn-modify-change comment): New function.
1026
1027 2008-01-01 Dan Nicolaescu <dann@ics.uci.edu>
1028
1029 * vc-git.el (vc-git-dir-state): Set the vc-backend property.
1030 Do not disable undo, with-temp-buffer does it by default.
1031
1032 2008-01-01 Eric S. Raymond <esr@snark.thyrsus.com>
1033
1034 * vc-svn.el (vc-svn-parse-status): Set the `unregisted' property
1035 correctly.
1036
1037 * vc.el (vc-dired-hook): Speed tuning. Replace a vc-backend call
1038 with vc-state.
1039 (vc-next-action): Fix vc-transfer-file call.
1040
1041 2007-12-31 Tom Tromey <tromey@redhat.com>
1042
1043 * emacs-lisp/elp.el (elp-results): Use header-line-format for header.
1044 Move point to the start of the buffer.
1045
1046 2007-12-31 Dan Nicolaescu <dann@ics.uci.edu>
1047
1048 * vc-cvs.el (vc-cvs-parse-entry): Set the vc-backend property.
1049
1050 * vc.el: State that dir-state is required to set the vc-state and
1051 vc-backend properties.
1052
1053 2007-12-31 Martin Rudalics <rudalics@gmx.at>
1054
1055 * man.el (Man-default-man-entry): Make this a defun.
1056 Improve guessing mechanism and handling of section numbers.
1057
1058 2007-12-31 Richard Stallman <rms@gnu.org>
1059
1060 * faces.el (face-all-attributes): If FRAME is nil, return defaults.
1061
1062 2007-12-31 Jay Belanger <jay.p.belanger@gmail.com>
1063
1064 * calc/calc-units.el (calc-convert-temperature): Ensure that units
1065 are on the result even when the result is zero.
1066
1067 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
1068
1069 * net/dbus.el (dbus-name-owner-changed-handler): Make the function
1070 resistent towards wrong parameters.
1071 (dbus-handle-event): Propagate D-Bus errors only in the debug case.
1072
1073 2007-12-30 Richard Stallman <rms@gnu.org>
1074
1075 * faces.el (face-all-attributes): New function.
1076
1077 * faces.el (face-differs-from-default-p): Compute list of attr names
1078 from face-attribute-name-alist.
1079
1080 * cus-edit.el (custom-face-set): Call `face-spec-set' with FOR-DEFFACE.
1081 (custom-face-save): Likewise.
1082 (custom-face-reset-saved, custom-face-reset-standard): Likewise.
1083
1084 * cus-face.el (custom-declare-face): Per frame, use `face-spec-set-2'.
1085 (custom-theme-set-faces): Clear `face-override-spec' property.
1086 Call `face-spec-set' with FOR-DEFFACE.
1087
1088 * custom.el (custom-theme-recalc-face): Simply call `face-spec-recalc'.
1089
1090 * faces.el (face-spec-set): Third arg is now FOR-DEFFACE.
1091 Use of frame as third arg is deprecated.
1092 Handle `face-override-spec' property.
1093 (face-spec-recalc): New function.
1094 (face-spec-set-2): New function.
1095 (frame-set-background-mode): Handle `face-override-spec' property.
1096 Use `face-spec-recalc'.
1097 (face-set-after-frame-default): Use `face-spec-recalc'.
1098
1099 2007-12-29 Nick Roberts <nickrob@snap.net.nz>
1100
1101 * thumbs.el (thumbs-conversion-program): Add comment for Windows XP.
1102
1103 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
1104
1105 * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
1106
1107 2007-12-29 Eric S. Raymond <esr@snark.thyrsus.com>
1108
1109 * vc-svn.el (vc-svn-parse-status): Recognize 'unregistered,
1110 'added, 'removed.
1111
1112 * vc.el (header coment): Better description of dir-state.
1113 (vc-compatible-state): New function. Checks whether two states
1114 can be in the same changeset; used with 'edited it can test whether
1115 the next action for a state should be commit.
1116 (vc-default-dired-state-info): Display 'removed state.
1117 (vc-dired-hook): Turn off undo, this is a speed tweak.
1118
1119 * vc-bzr.el (vc-bzr-dir-state): Recognize 'added.
1120
1121 * vc-hg.el (vc-bzr-hg-state): Recognize 'added and 'removed.
1122 Cope with the possibility that the 'C' status flag might change
1123 in 0.9,6.
1124
1125 * vc-git.el (vc-bzr-dir-state): Recognize 'removed.
1126
1127 2007-12-29 Thien-Thi Nguyen <ttn@gnuvola.org>
1128
1129 * files.el (cd-absolute): Fix omission bug:
1130 Make `list-buffers-directory' buffer-local.
1131
1132 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
1133
1134 * vc-hg.el (vc-hg-dir-state): Deal with the up-to-date state.
1135
1136 2007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
1137
1138 * calc/calc-aent.el (math-read-token): Fix misplaced parentheses.
1139
1140 * calc/calc-lang.el (calc-yacas-language, calc-maxima-language)
1141 (calc-giac-language, math-yacas-parse-Sum, math-yacas-compose-sum)
1142 (math-yacas-compose-deriv, math-yacas-compose-taylor)
1143 (math-maxima-parse-subst, math-maxima-parse-taylor)
1144 (math-maxima-compose-taylor, math-maxima-compose-subst)
1145 (math-maxima-compose-if, math-lang-switch-args)
1146 (math-lang-compose-switch-args, math-read-giac-subscr):
1147 New functions.
1148 (calc-lang-allow-underscores, calc-lang-allow-percentsigns)
1149 (calc-lang-brackets-are-subscripts, calc-lang-c-type-hex):
1150 Add languages.
1151 (math-vector-brackets, math-complex-format, math-variable-table)
1152 (math-parse-table, math-oper-table, math-function-table)
1153 (math-special-function-table, math-compose-subscr):
1154 Add values for new languages.
1155
1156 * calc/calccomp.el (math-compose-expr): Add new languages.
1157
1158 * calc/calc.el (calc-language): Add languages to docstring.
1159
1160 * calc/calc-ext.el (calc-init-extensions): Add keybindings
1161 for new languages. Autoload commands to change languages.
1162
1163 * calc/calc-help.el (calc-d-prefix-help): Add new languages.
1164
1165 * calc/calc-menu.el (calc-modes-menu): Add new languages.
1166 (calc-arithmetic-menu, calc-scientific-function-menu)
1167 (calc-algebra-menu, calc-graphics-menu, calc-vectors-menu)
1168 (calc-units-menu, calc-variables-menu, calc-stack-menu):
1169 Add :active keywords.
1170
1171 2007-12-28 Dan Nicolaescu <dann@ics.uci.edu>
1172
1173 * vc-hg.el (vc-hg-registered): Return the false when vc-hg-state
1174 returns 'ignored or 'unregistered.
1175 (vc-hg-state): Pass "-A" to the status command and deal with the
1176 output.
1177 (vc-hg-dir-state): Pass "-A" to the status command.
1178
1179 2007-12-29 Richard Stallman <rms@gnu.org>
1180
1181 * progmodes/compile.el (compilation-start): Set initial visible
1182 point properly even when compilation buffer already current.
1183
1184 2007-12-29 Richard Stallman <rms@gnu.org>
1185
1186 * files.el (conf-mode-maybe): New function.
1187 (auto-mode-alist): Use conf-mode-maybe for .conf etc.
1188
1189 2007-12-29 Martin Rudalics <rudalics@gmx.at>
1190
1191 * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
1192
1193 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
1194
1195 * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
1196
1197 2007-12-29 Richard Stallman <rms@gnu.org>
1198
1199 * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
1200 so they never do EOF.
1201
1202 2007-12-29 Richard Stallman <rms@gnu.org>
1203
1204 * faces.el (copy-face): Create the new face explicitly if it
1205 does not exist already.
1206
1207 2007-12-29 Eli Zaretskii <eliz@gnu.org>
1208
1209 * simple.el (minibuffer-history, shell-command-history)
1210 (set-variable-value-history):
1211 * replace.el (regexp-history):
1212 * international/mule-cmds.el (input-method-history):
1213 * files.el (file-name-history): Add reference to history-length in
1214 the doc string.
1215
1216 2007-12-29 Richard Stallman <rms@gnu.org>
1217
1218 * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
1219
1220 2007-12-29 Jason Rumney <jasonr@gnu.org>
1221
1222 * find-dired.el (find-name-arg): New custom variable.
1223 (find-name-dired): Use it.
1224 (find-dired-find-program): Remove.
1225 (find-dired): Use find-program.
1226 (find-grep-dired): Use grep-program.
1227
1228 * progmodes/grep.el (rgrep): Use find-name-arg.
1229
1230 2007-12-29 Thien-Thi Nguyen <ttn@gnuvola.org>
1231
1232 * progmodes/cc-vars.el (defcustom-c-stylevar):
1233 Revert to pre-2007-12-12 version.
1234
1235 2007-12-29 Richard Stallman <rms@gnu.org>
1236
1237 * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
1238
1239 * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
1240 Use changed.
1241
1242 * startup.el (fancy-splash-help-echo): Var deleted.
1243 (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
1244 (fancy-about-screen): Don't display fancy-splash-help-echo.
1245
1246 * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
1247
1248 2007-12-28 Eric S. Raymond <esr@snark.thyrsus.com>
1249
1250 * vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el
1251 to vc-hooks.el so it will be available to other modes, such as
1252 speedbar.el. Also, teach it to recognize monotone state directories.
1253
1254 * speedbar.el: Remove this mode's fragile assumptions about
1255 version-control systems. Instead, make it use logic from
1256 vc-hooks.el so it will become smarter whenever VC mode does.
1257
1258 * vc-hooks.el: 'added is a real state, not a future hypothetical one.
1259 Fix the documentation.
1260
1261 * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
1262 Modify all instances of the dir-state back-end method to suppress
1263 keeping undo lists on the buffers holding status output, which
1264 can get extremely large.
1265
1266 * vc-cvs.el, vc-svn.el: Simplify backend dired-state-info functions
1267 so they don't do work that the default one can do instead.
1268
1269 * vc-hooks.el (vc-state): Document new 'ignored and 'unregistered
1270 states, and the new return-value convention. These are not
1271 actually used yet, just set.
1272
1273 * vc-svn.el (vc-svn-parse-status): Set 'ignored and 'unregistered
1274 states when appropriate.
1275
1276 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Set 'ignored and
1277 'unregistered when appropriate.
1278
1279 * vc-git.el: Document that we don't set the new states yet.
1280
1281 * vc.el (vc-dired-state-info): Display 'added, 'unregistered and
1282 'ignored states.
1283
1284 * vc-cvs.el (vc-cvs-parse-status): Set the 'ignored state when
1285 appropriate.
1286
1287 * vc-bzr.el (vc-bzr-dir-state): Set 'ignored and 'unregistered
1288 when appropriate.
1289
1290 2007-12-28 Nick Roberts <nickrob@snap.net.nz>
1291
1292 * thumbs.el (thumbs-call-convert): Use call-process directly
1293 with thumbs-conversion-program instead of through shell-file-name
1294 for better error reporting.
1295
1296 2007-12-27 Jay Belanger <jay.p.belanger@gmail.com>
1297
1298 * calc/calc-aent.el (math-remove-percentsigns):
1299 * calc/calccomp.el (math-to-percentsigns): Change placeholder
1300 for percent signs.
1301
1302 2007-12-27 Eric S. Raymond <esr@snark.thyrsus.com>
1303
1304 * vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization;
1305 use completion-ignored-extensions to detect files that should be
1306 ignorted in VC-Dired listings, heading off lots of expensive calls
1307 to (vc-state).
1308
1309 * vc.el (vc-dired-hook): Show unregistered file status as "?" in
1310 non-terse mode.
1311 (vc-dired-ignorable-p): Ignore Makefile when it has a peer named
1312 Makefile.in or Makefile.am
1313
1314 2007-12-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1315
1316 * ps-print.el (ps-mark-active-p): Fun returned back.
1317 (ps-print-preprint-region): Use `ps-mark-active-p' instead of
1318 `region-active-p' for error checking.
1319
1320 2007-12-27 Eric S. Raymond <esr@snark.thyrsus.com>
1321
1322 * vc.el, vc-sccs.el, vc-rcs.el, vc-cs.el, vc-mcvs.el:
1323 Put new machinery in place to support editing of change comments
1324 with 'e' in a log-view buffer. Not documented yet as this
1325 only works for SCCS, RCS, and maybe CVS if you have admin
1326 privileges. When we have backend support for Subversion and
1327 more modern systems it will be time to write this up.
1328
1329 2007-12-27 Kenichi Handa <handa@ni.aist.go.jp>
1330
1331 * international/mule-cmds.el (select-safe-coding-system):
1332 When a buffer is modified, cancel the writing.
1333
1334 2007-12-26 Eric S. Raymond <esr@snark.thyrsus.com>
1335
1336 * log-view.el: Add Subversion and Mercurial log format samples.
1337
1338 * vc.el (vc-dired-hook): Significantly speed up by arranging for
1339 it to call the backend dir-state hook (if it exists)
1340 exactly *once*, rather than once per each subdirectory (with
1341 dired-state-info calls on all toplevel files slowing it down even
1342 further). For this to work, backend dir-state methods have to
1343 recurse to subdirectories. Most of them already did anyway; a few
1344 needed *non*-recursion switches removed. This change mostly
1345 removed code that was perversely bad and should have been shot
1346 through the head years ago.
1347
1348 * vc-bzr.el (vc-bzr-dir-state):
1349 * vc-cvs.el (vc-cvs-dir-state):
1350 * vc-mcvs.el (vc-mcvs-dir-state):
1351 * vc-svn.el (vc-svn-dir-state): Recurse in subdirectories.
1352
1353 * vc-svn.el (vc-svn-print-log): svn log doesn't actually accept
1354 multiple arguments, so generate logs sequentially when we get them.
1355 * vc-hg.el (vc-hg-print-log): Gives this CVS-like "Working file:"
1356 headers so the various log bindings can do the right thing.
1357 * vc-cvs.el (vc-cvs-print-log): Fix a misleading comment.
1358
1359 2007-12-26 Andreas Schwab <schwab@suse.de>
1360
1361 * font-lock.el (save-buffer-state): Make sure the state of the
1362 buffer is always restored.
1363
1364 2007-12-26 Jay Belanger <jay.p.belanger@gmail.com>
1365
1366 * calc/calc.el (calc-lang-allow-percentsigns): New variable.
1367
1368 * calc/calc-lang.el (calc-lang-allow-percentsigns): Declare as
1369 a variable.
1370
1371 * calc/calccomp.el (math-to-percentsigns): New function.
1372 (math-compose-var): Handle variables with percent signs.
1373 (math-compose-expr): Handle function names with percent signs.
1374
1375 * calc/calc-aent.el (math-to-percentsigns): Declare as function.
1376 (math-read-exprs): Handle percent signs in languages that
1377 allow them.
1378 (math-restore-underscores): Remove function.
1379 (math-remove-percentsigns, math-restore-placeholders):
1380 New functions.
1381
1382 2007-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1383
1384 * ps-print.el (ps-print-preprint-region): Use `region-active-p' instead
1385 of `mark' for error checking.
1386
1387 2007-12-26 Tassilo Horn <tassilo@member.fsf.org>
1388
1389 * image-mode.el (image-bookmark-make-cell, image-bookmark-jump):
1390 New functions.
1391 (image-mode): Set bookmark-make-cell-function appropriately.
1392
1393 * doc-view.el (doc-view-bookmark-jump): Correct misspelled arg name.
1394
1395 * bookmark.el (bookmark-make-cell-function): New variable.
1396 (bookmark-make): Call bookmark-make-cell-function's function
1397 instead of bookmark-make-cell.
1398 (bookmark-get-handler, bookmark-jump-internal): New functions.
1399 (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
1400 (bookmark-bmenu-2-window, bookmark-bmenu-other-window):
1401 Use bookmark-jump-internal.
1402 (bookmark-make-cell-for-text-file): Rename from bookmark-make-cell.
1403
1404 * doc-view.el (doc-view-bookmark-make-cell)
1405 (doc-view-bookmark-jump): New functions.
1406 (doc-view-mode): Set bookmark-make-cell-function buffer-locally.
1407
1408 2007-12-25 Miles Bader <miles@gnu.org>
1409
1410 * indent.el (indent-for-tab-command): Rigidly indent the following
1411 sexp along with the current line when a prefix arg is given in the
1412 non-active-region case. Specify raw prefix in interactive spec.
1413 Simplify main indentation logic to get rid of the conditional call
1414 to `indent-according-to-mode' (it just ended up calling
1415 `indent-line-function' in all cases anyway, which can be done more
1416 simply here). Remove unnecessary test of ARG in active region case.
1417
1418 2007-12-25 Richard Stallman <rms@gnu.org>
1419
1420 * allout.el (allout-region-active-p): Rename from my-region-active-p.
1421 Use `use-region-p'.
1422 (allout-write-file-hook-handler): Simplify code.
1423
1424 * ps-print.el (ps-mark-active-p): Function deleted.
1425 (ps-print-preprint-region): Use (mark) for the error check.
1426
1427 * tooltip.el (tooltip-region-active-p): Use `use-region-p'.
1428
1429 * winner.el (winner-active-region): Use `mark-active' if it's defined.
1430
1431 * progmodes/ada-mode.el (ada-region-selected): Use `use-region-p'.
1432
1433 * textmodes/org.el (org-region-active-p): Use `use-region-p'.
1434
1435 * progmodes/idlwave.el (idlwave-region-active-p): Use `use-region-p'.
1436
1437 * textmodes/reftex.el (reftex-region-active-p): Use `use-region-p'.
1438
1439 * progmodes/cc-defs.el (c-region-is-active-p):
1440 Use `mark-active' if it's defined.
1441
1442 * progmodes/cc-cmds.el (c-indent-line-or-region):
1443 Pass prefix arg to `c-indent-command'. Use `use-region-p'.
1444
1445 * simple.el (select-active-regions): New option.
1446 (set-mark): Obey it.
1447 (yank-pop-change-selection): New option.
1448 (current-kill): Obey it.
1449
1450 * simple.el (use-region-p): Rename from `region-active-p'.
1451 (region-active-p): New function.
1452
1453 2007-12-25 David Golden <david.delaharpe.golden@gmail.com> (tiny change)
1454
1455 * term/x-win.el (x-select-enable-primary): New option.
1456 (x-select-text, x-cut-buffer-or-selection-value): Obey it.
1457
1458 * mouse.el (mouse-yank-primary): New function (almost same
1459 as mouse-yank-secondary).
1460
1461 2007-12-25 Dan Nicolaescu <dann@ics.uci.edu>
1462
1463 * calculator.el:
1464 * dframe.el:
1465 * iswitchb.el:
1466 * whitespace.el:
1467 * winner.el:
1468 * emacs-lisp/checkdoc.el:
1469 * mail/feedmail.el:
1470 * net/quickurl.el:
1471 * obsolete/fast-lock.el:
1472 * play/5x5.el:
1473 * progmodes/delphi.el:
1474 * progmodes/idlw-shell.el:
1475 * progmodes/idlwave.el:
1476 * textmodes/artist.el:
1477 * textmodes/ispell.el:
1478 * textmodes/texinfmt.el:
1479 * textmodes/texinfo.el: Remove obsolete definitions of backward
1480 compatibility macros for defcustom, defgroup, defface, when,
1481 unless, with-current-buffer and with-temp-message.
1482
1483 2007-12-24 Nick Roberts <nickrob@snap.net.nz>
1484
1485 * progmodes/verilog-mode.el: Reformat parts to 80 columns.
1486
1487 2007-12-23 Stefan Monnier <monnier@iro.umontreal.ca>
1488
1489 * server.el (server-save-buffers-kill-terminal): Check the `proc' is
1490 indeed a process.
1491
1492 2007-12-23 Richard Stallman <rms@gnu.org>
1493
1494 * simple.el (region-active-p): New function.
1495 (use-empty-active-region): New variable.
1496
1497 * dired-aux.el (dired): Load dired.el at run time too.
1498
1499 2007-12-23 Juri Linkov <juri@jurta.org>
1500
1501 * man.el (Man-follow-manual-reference): Fill the minibuffer's
1502 default list with a full list of references.
1503
1504 * files.el (auto-mode-alist): Add \\' to doc-view files regexp.
1505
1506 2007-12-23 Andreas Schwab <schwab@suse.de>
1507
1508 * files.el (switch-to-buffer-other-frame): Return the buffer
1509 switched to.
1510
1511 2007-12-23 Michael Albinus <michael.albinus@gmx.de>
1512
1513 Sync with Tramp 2.1.12.
1514
1515 * net/tramp.el: New todo item.
1516
1517 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Handle "-F"
1518 switch. Reported by Mark T. Kennedy <mkennedy@diamondbackcap.com>.
1519
1520 * net/trampver.el: Update release number.
1521
1522 2007-12-22 Richard Stallman <rms@gnu.org>
1523
1524 * newcomment.el (comment-region-default): Don't triple the
1525 comment starter if the first region line isn't indented enough.
1526
1527 2007-12-21 Teodor Zlatanov <tzz@lifelogs.com>
1528
1529 * net/imap.el (imap-authenticate): Use current-buffer instead of
1530 buffer, for the cases where imap-authenticate is called with a nil
1531 buffer parameter.
1532
1533 2007-12-21 Martin Rudalics <rudalics@gmx.at>
1534
1535 * autoinsert.el (auto-insert-alist): Remove nonsensical precision
1536 specifier from format-string. Reported by Ye Wenbin.
1537
1538 2007-12-20 Jason Rumney <jasonr@gnu.org>
1539
1540 * nxml/nxml-mode.el (nxml-faces): Rename from nxml-highlighting-faces.
1541 Parent group is font-lock-faces.
1542 (nxml-light-blue-color, nxml-dark-blue-color, nxml-green-color)
1543 (nxml-sky-blue-color, nxml-dark-green-color, nxml-light-green-color):
1544 (nxml-version): Remove.
1545 (nxml-delimited-data, nxml-name, nxml-ref, nxml-delimiter)
1546 (nxml-text, nxml-comment-content, nxml-comment-delimiter)
1547 (nxml-processing-instruction-delimiter)
1548 (nxml-processing-instruction-target)
1549 (nxml-processing-instruction-content, nxml-cdata-section-delimiter)
1550 (nxml-cdata-section-CDATA, nxml-cdata-section-content)
1551 (nxml-char-ref-number, nxml-char-ref-delimiter, nxml-entity-ref-name)
1552 (nxml-entity-ref-delimiter, nxml-tag-delimiter, nxml-tag-slash)
1553 (nxml-element-prefix, nxml-element-colon, nxml-element-local-name)
1554 (nxml-attribute-prefix, nxml-attribute-colon)
1555 (nxml-attribute-local-name, nxml-namespace-attribute-xmlns)
1556 (nxml-namespace-attribute-colon, nxml-namespace-attribute-prefix)
1557 (nxml-attribute-value, nxml-attribute-value-delimiter)
1558 (nxml-namespace-attibute-value)
1559 (nxml-namespace-attribure-value-delimiter)
1560 (nxml-prolog-literal-delimiter, nxml-prolog-literal-content)
1561 (nxml-prolog-keyword, nxml-markup-declaration-delimiter, nxml-hash)
1562 (nxml-glyph): Rename, removing -face suffix.
1563 Inherit from existing font-lock faces.
1564 (nxml-apply-fontify-rule, nxml-char-ref-display-extra):
1565 Use new face names.
1566
1567 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
1568 (nxml-outline-active-indicator, nxml-outline-ellipsis):
1569 Rename, removing -face suffix.
1570 (nxml-highlighted-less-than, nxml-highlighted-greater-than)
1571 (nxml-highlighted-colon, nxml-highlighted-slash)
1572 (nxml-highlighted-ellipsis, nxml-highlighted-inactive-minus)
1573 (nxml-highlighted-active-minus, nxml-highlighted-active-plus)
1574 (nxml-highlighted-qname, nxml-outline-display-heading):
1575 Use new face names.
1576
1577 * nxml/rng-valid.el (rng-error): Rename from rng-error-face.
1578
1579 * nxml/rng-nxml.el (rng-nxml-easy-menu): Remove nxml-version.
1580
1581 2007-12-19 Martin Rudalics <rudalics@gmx.at>
1582
1583 * cus-start.el (all): Use correct group name for members of
1584 mode-line group.
1585
1586 * man.el (Man-default-man-entry): When looking for default man
1587 entry title search text preceding point. Use when instead of if.
1588
1589 * indent.el (indent-for-tab-command): Fix doc-string typo.
1590
1591 * vc.el (vc-ensure-vc-buffer): Avoid infinite looping when
1592 vc-parent-buffer is the current buffer.
1593
1594 * info-look.el (info-lookup, info-lookup-setup-mode)
1595 (info-lookup-make-completions): Avoid clobbering Info-history and
1596 Info-history-list.
1597
1598 2007-12-19 Glenn Morris <rgm@gnu.org>
1599
1600 * progmodes/verilog-mode.el (top-level): Don't require compile.
1601 (compilation-error-regexp-alist, compilation-last-buffer):
1602 Define for compiler.
1603 (verilog-insert-1): New function.
1604 (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
1605 Use verilog-insert-1.
1606 (verilog-surelint-off): Use next-error-last-buffer if bound.
1607 Check compile buffer is live.
1608
1609 2007-12-19 John J Foerch <jjfoerch@earthlink.net> (tiny change)
1610
1611 * progmodes/compile.el (compilation-start): Don't pass a FRAME
1612 argument to display-buffer.
1613
1614 2007-12-19 Jason Rumney <jasonr@gnu.org>
1615
1616 * nxml/rng-maint.el (rng-format-manual): Do not autoload.
1617 (rng-autoload-modules, rng-update-autoloads, rng-compile-modules)
1618 (rng-byte-compile-load, rng-write-version): Remove.
1619
1620 * nxml/rng-loc.el (rng-schema-locating-files-default)
1621 (rng-schema-locating-file-schema-file): Use files in etc/schemas.
1622 (rng-schema-loader-alist): Use rng-c-load-schema to load rnc files.
1623
1624 2007-12-18 Michael Albinus <michael.albinus@gmx.de>
1625
1626 * files.el (cd-absolute): Set `list-buffers-directory' in order to
1627 show correct path in buffer list.
1628
1629 * net/tramp.el (tramp-open-connection-setup-interactive-shell)
1630 (tramp-find-shell): Send only single prompt setting commands, in
1631 order to avoid double-prompt.
1632
1633 * net/tramp-compat.el (top): Require cl only when compiling.
1634 Reported by Glenn Morris <rgm@gnu.org>.
1635
1636 2007-12-18 Thien-Thi Nguyen <ttn@gnuvola.org>
1637
1638 * progmodes/cc-vars.el (defcustom-c-stylevar): Eval VAL.
1639 (c-comment-continuation-stars): No longer declare with
1640 cc-bytecomp-obsolete-var and cc-bytecomp-defvar.
1641 (c-block-comment-prefix): Use symbol-value to
1642 access c-comment-continuation-stars.
1643 * progmodes/cc-mode.el (c-initialize-cc-mode):
1644 Use symbol-value to access c-comment-continuation-stars.
1645
1646 2007-12-18 Mark A. Hershberger <mah@everybody.org>
1647
1648 * xml.el (xml-escape-string): New function. Escape string using
1649 xml-entity-alist.
1650 (xml-debug-print-internal): Use xml-escape-string to escape
1651 characters in attributes and in text children of elements.
1652
1653 2007-12-18 Glenn Morris <rgm@gnu.org>
1654
1655 * progmodes/cc-subword.el (c-subword-mode): Drop support for
1656 systems without define-minor-mode.
1657
1658 * progmodes/cc-vars.el (defcustom-c-stylevar): Remove debugging message.
1659
1660 * progmodes/verilog-mode.el: Replace all instances of
1661 string-to-int with string-to-number, insert-string with insert,
1662 and read-input with read-string.
1663 (top-level): No need to require imenu, reporter, dinotrace, vc,
1664 font-lock when compiling. Always require compile. Relegate remaining
1665 compatibility cruft to XEmacs. Don't require font-lock.
1666 (verilog-version): Remove superfluous concat.
1667 (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
1668 No need to define.
1669 (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
1670 (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
1671 (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
1672 (verilog-startup-message-displayed): These are variables, not constants.
1673 (verilog-batch-execute-func, verilog-auto-inst)
1674 (verilog-auto-inst-param): Use mapc rather than mapcar.
1675 (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
1676 actually defining.
1677 (verilog-modi-get-decls, verilog-modi-get-sub-decls)
1678 (verilog-modi-get-outputs, verilog-modi-get-inouts)
1679 (verilog-modi-get-inputs, verilog-modi-get-wires)
1680 (verilog-modi-get-regs, verilog-modi-get-assigns)
1681 (verilog-modi-get-consts, verilog-modi-get-gparams)
1682 (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
1683 (verilog-modi-get-sub-inputs): Move inline functions earlier in
1684 the file.
1685 (sigs-in, sigs-out): Don't declare multiple times.
1686 (got-sig, got-rvalue, uses-delayed): Define for compiler with just
1687 `defvar'.
1688 (verilog-auto): Call dinotrace-unannotate-all only if bound.
1689 (verilog-module-inside-filename-p): No need to wrap fboundp test
1690 in condition-case.
1691 (reporter-submit-bug-report): Autoload it.
1692 (verilog-mark-defun): Call zmacs-activate-region only if bound.
1693 (verilog-font-customize): Call customize-apropos only if bound.
1694 (verilog-getopt-flags, verilog-auto-reeval-locals):
1695 Use make-local-variable rather than make-variable-buffer-local.
1696 (verilog-company, verilog-project, verilog-modi-cache-list):
1697 Move make-variable-buffer-local calls to top-level.
1698 (font-lock-defaults-alist): Don't define it.
1699 (verilog-need-fld): Remove.
1700 (verilog-font-lock-init): Don't set font-lock-defaults-alist.
1701 (verilog-mode): Only call make-local-hook on XEmacs.
1702 Set font-lock-defaults rather than using verilog-font-lock-init.
1703
1704 2007-12-17 Andreas Schwab <schwab@suse.de>
1705
1706 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
1707 Fix comment typo.
1708
1709 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
1710
1711 * net/dbus.el (dbus-name-owner-changed-handler):
1712 Use `dbus-unregister-signal' for removing old rules.
1713 Obey new structure of `dbus-registered-functions-table'.
1714
1715 2007-12-12 Thien-Thi Nguyen <ttn@gnuvola.org>
1716
1717 * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
1718
1719 2007-12-11 Dan Nicolaescu <dann@ics.uci.edu>
1720
1721 * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
1722 function.
1723 (add-submenu): Only define for XEmacs.
1724 (verilog-regexp-words): Revert previous change, keep the other
1725 definition.
1726
1727 2007-12-09 Dan Nicolaescu <dann@ics.uci.edu>
1728
1729 * progmodes/perl-mode.el (perl-continued-statement-offset)
1730 (perl-continued-brace-offset, perl-brace-offset)
1731 (perl-brace-imaginary-offset, perl-label-offset):
1732 * progmodes/cperl-mode.el (cperl-brace-offset)
1733 (cperl-continued-brace-offset, cperl-label-offset)
1734 (cperl-continued-statement-offset)
1735 (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
1736 Add safe-local-variable properties.
1737
1738 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
1739
1740 * progmodes/verilog-mode.el (verilog-mode-map)
1741 (verilog-template-map, verilog-mode-mouse-map): Fix typos.
1742 (verilog-colorize-include-files): Use only overlay functions so
1743 that it can work on both emacs and XEmacs.
1744 (set-extent-keymap): Remove unused defun.
1745 (verilog-kill-existing-comment, verilog-insert-date)
1746 (verilog-insert-year): Rename in order not to pollute the global
1747 namespace from kill-existing-comment, insert-date and
1748 insert-year, respectively.
1749 (verilog-set-auto-endcomments, verilog-header): Update callers.
1750
1751 * files.el (auto-mode-alist): Recognize verilog files.
1752
1753 * progmodes/verilog-mode.el (verilog-string-replace-matches)
1754 (verilog-string-remove-spaces, verilog-re-search-forward)
1755 (verilog-re-search-backward, verilog-re-search-forward-quick)
1756 (verilog-re-search-backward-quick, verilog-get-beg-of-line)
1757 (verilog-get-end-of-line, verilog-within-string): Move definitions
1758 before first use. No code changes.
1759
1760 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
1761
1762 * progmodes/verilog-mode.el (verilog-mode-version)
1763 (verilog-mode-release-date): Don't use expanding keywords.
1764 (provide): Move to the end of file.
1765 (fboundp): Don't check if eval-when-compile is bound, it is used
1766 later in the file without checking.
1767 (when, unless): Copy definitions from subr.el.
1768 (char-before, defcustom, defface, customize-group)
1769 (verilog-batch-error-wrapper): Don't use old style backquotes.
1770 (verilog-regexp-opt): Avoid using the cl function case.
1771 (verilog-regexp-words): Remove duplicated definition.
1772 (verilog-mode-abbrev-table): Remove, duplicate.
1773 (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
1774 Declare and initialize in one step.
1775 (verilog-declaration-prefix-re, verilog-declaration-re)
1776 (verilog-end-of-statement, verilog-indent-declaration)
1777 (verilog-get-lineup-indent): Remove trailing whitespace.
1778 (verilog-mode): Fix autoload cookie.
1779 Set beginning-of-defun-function and end-of-defun-function. Use when
1780 instead of if.
1781 (verilog-emacs-features, verilog-auto-ascii-enum)
1782 (verilog-insert-indices): Escape braces in doc strings.
1783
1784 2007-12-08 Michael McNamara <mac@verilog.com>
1785 Wilson Snyder <wsnyder@wsnyder.org>
1786
1787 * progmodes/verilog-mode.el: New file.
1788
1789 2007-12-08 Eli Zaretskii <eliz@fencepost.gnu.org>
1790
1791 * international/latexenc.el (latexenc-find-file-coding-system):
1792 If both coding-system-for-write and buffer-file-coding-system of
1793 latex-main-file are nil, use `undecided'.
1794
1795 2007-12-06 Jason Rumney <jasonr@gnu.org>
1796
1797 * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
1798
1799 2007-12-12 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
1800
1801 * files.el (revert-buffer): Docstring fix.
1802
1803 2007-12-11 Glenn Morris <rgm@gnu.org>
1804
1805 * emacs-lisp/check-declare.el (check-declare-verify): Handle deffoo.
1806
1807 2007-12-11 Jay Belanger <jay.p.belanger@gmail.com>
1808
1809 * calc/calc-aent.el (math-restore-underscores)
1810 (math-string-restore-underscores): New functions.
1811 (math-read-factor): Properly check variable names with underscores
1812 for entries in `math-expr-variable-mapping'.
1813
1814 * calc/calc-lang.el (math-lang-name): New property name.
1815
1816 * calc/calc.el (calc-set-mode-line): Use `math-lang-name'
1817 to set language name.
1818
1819 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
1820
1821 * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
1822
1823 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1824
1825 * server.el (server-select-display): Fix important typo.
1826 (server-process-filter): Turn a "" display into nil.
1827
1828 2007-12-09 Juri Linkov <juri@jurta.org>
1829
1830 * replace.el (keep-lines, flush-lines, how-many): Doc fix.
1831 Check search-upper-case before calling isearch-no-upper-case-p
1832 to set case-fold-search.
1833 (occur): Doc fix.
1834 (occur-1, perform-replace): Check search-upper-case before calling
1835 isearch-no-upper-case-p to set case-fold-search.
1836
1837 * isearch.el (search-upper-case): Doc fix.
1838 (isearch-mode-map): Bind `M-s o' to isearch-occur.
1839 (isearch-query-replace): Doc fix. Let-bind search-upper-case to nil.
1840 (isearch-query-replace-regexp): Doc fix.
1841 (isearch-occur): New function.
1842
1843 2007-12-09 Reiner Steib <Reiner.Steib@gmx.de>
1844
1845 * pgg.el, pgg-parse.el (declare-function): Add new no-op macro for
1846 backward compatibility.
1847
1848 * net/imap.el (imap-string-to-integer): New function.
1849
1850 2007-12-09 David Kastrup <dak@gnu.org>
1851
1852 * emacs-lisp/lisp-mnt.el (lm-verify): Make it work with
1853 directories. Not sure anybody uses this anymore, though.
1854
1855 2007-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1856
1857 * printing.el: Fix pr-interface-map initialization code.
1858 (pr-version): New version 6.9.3.
1859 (pr-f-set-keymap-parents): Replace by pr-set-keymap-parents.
1860 (pr-f-set-keymap-name): Replace by pr-set-keymap-name.
1861 (pr-f-read-string): Replace by pr-read-string.
1862 (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string): New fun
1863 name.
1864 (pr-interactive-n-up, pr-interactive-regexp): Code fix.
1865
1866 2007-12-09 Glenn Morris <rgm@gnu.org>
1867
1868 * emulation/viper-init.el (top-level): Use dolist rather than mapc
1869 in make-variable-frame-local call.
1870
1871 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
1872
1873 * mail/hashcash.el (declare-function):
1874 * net/imap.el (declare-function): New no-op macro for backward
1875 compatibility.
1876
1877 2007-12-08 Eli Zaretskii <eliz@gnu.org>
1878
1879 Sync makefile.w32-in with Makefile.in.
1880
1881 * makefile.w32-in (check-declare): New target.
1882 (BYTE_COMPILE_EXTRA_FLAGS): New variable.
1883 (.el.elc, compile-CMD, compile-SH, compile-always-CMD)
1884 (compile-always-SH, compile-calc-CMD, compile-calc-SH)
1885 ($(lisp)/progmodes/cc-mode.elc): Use it.
1886 ($(lisp)/progmodes/cc-mode.elc): New rule.
1887
1888 2007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
1889
1890 * indent.el (tab-stop-list): Mark as safe-local-variable.
1891
1892 * generic-x.el (etc-sudoers-generic-mode): New mode.
1893 (generic-unix-modes): Add it.
1894
1895 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
1896
1897 * net/dbus.el (dbus-hash-table=): Remove function. We cannot
1898 apply wildcards in a hash table key; there is no usable hash code then.
1899 (dbus-registered-functions-table): Use `equal' as test function.
1900 (dbus-name-owner-changed-handler): Rewrite due to new hash table
1901 structure.
1902
1903 2007-12-08 Martin Rudalics <rudalics@gmx.at>
1904
1905 * progmodes/cc-cmds.el (c-mask-paragraph): Avoid invalid search
1906 bound error in block comment branch.
1907
1908 2007-12-08 David Kastrup <dak@gnu.org>
1909
1910 * textmodes/reftex.el (reftex-select-with-char):
1911 * textmodes/reftex-toc.el (reftex-toc-do-promote)
1912 (reftex-toc-visit-location, reftex-toc-find-section):
1913 * textmodes/reftex-index.el (reftex-index-show-entry):
1914 * textmodes/org.el (org-cycle-hide-archived-subtrees)
1915 (org-table-rotate-recalc-marks, org-mark-ring-push)
1916 (org-follow-info-link, org-mhe-get-message-folder-from-index)
1917 (org-auto-repeat-maybe, org-store-log-note, org-delete-property)
1918 (org-evaluate-time-range, org-edit-agenda-file-list):
1919 * textmodes/artist.el (artist-select-next-op-in-list)
1920 (artist-select-prev-op-in-list):
1921 * term/mac-win.el (mac-service-insert-text):
1922 * startup.el (fancy-about-screen):
1923 * progmodes/vhdl-mode.el (vhdl-decision-query):
1924 * progmodes/idlwave.el (idlwave-template)
1925 (idlwave-scroll-completions, idlwave-display-completion-list):
1926 * progmodes/ebrowse.el (ebrowse-show-progress):
1927 * progmodes/cperl-mode.el (cperl-find-pods-heres):
1928 * progmodes/antlr-mode.el (antlr-insert-option-do):
1929 * play/mpuz.el (mpuz-close-game):
1930 * net/rcirc.el (rcirc-next-active-buffer):
1931 * mail/reporter.el (reporter-update-status):
1932 * kmacro.el (kmacro-display):
1933 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
1934 * emulation/viper-util.el (viper-save-setting):
1935 * emacs-lisp/lisp-mnt.el (lm-verify):
1936 * emacs-lisp/edebug.el (edebug-set-mode):
1937 * emacs-lisp/checkdoc.el (checkdoc-rogue-spaces, checkdoc-defun):
1938 * calendar/calendar.el (calendar-print-day-of-year):
1939 * calc/calcalg3.el (calc-curve-fit):
1940 * calc/calcalg2.el (math-integral):
1941 * calc/calc.el (calc-read-key-sequence, calc-version):
1942 * calc/calc-mode.el (calc-set-simplify-mode):
1943 * calc/calc-ext.el (calc-fancy-prefix): Fix buggy call to `message'.
1944
1945 2007-12-07 D. Goel <deego3@gmail.com>
1946
1947 * progmodes/idlw-shell.el (idlwave-shell-display-line)
1948 * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
1949 (ada-xref-find-in-modified-ali, ada-find-in-src-path)
1950 * mail/uce.el (uce-reply-to-uce)
1951 * progmodes/vhdl-mode.el (vhdl-template-modify)
1952 * mail/feedmail.el (feedmail-dump-message-to-queue): Improve calls
1953 to `error' (as suggested by RMS.)
1954
1955 2007-12-07 Glenn Morris <rgm@gnu.org>
1956
1957 * allout.el (allout-write-file-hook-handler):
1958 * textmodes/reftex.el (reftex-TeX-master-file):
1959 * textmodes/reftex-parse.el (reftex-short-context):
1960 Revert previous change.
1961
1962 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
1963
1964 * net/dbus.el (dbus-hash-table=): Fix for new hash table key structure.
1965 (dbus-list-hash-table, dbus-name-owner-changed-handler): New defuns.
1966 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
1967 (dbus-event-service-name, dbus-event-path-name)
1968 (dbus-event-interface-name, dbus-event-member-name): Fix for new
1969 event structure.
1970 (dbus-list-activatable-names, dbus-list-names)
1971 (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect):
1972 Reorder `dbus-call-method' arguments.
1973
1974 2007-12-06 D. Goel <deego3@gmail.com>
1975
1976 * allout.el (allout-write-file-hook-handler):
1977 * textmodes/reftex.el (reftex-TeX-master-file):
1978 * textmodes/org.el (org-paste-subtree):
1979 * progmodes/vhdl-mode.el (vhdl-template-modify):
1980 * progmodes/idlw-shell.el (idlwave-shell-send-command)
1981 (idlwave-shell-display-line):
1982 * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
1983 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
1984 * net/trampver.el (x):
1985 * mail/uce.el (uce-reply-to-uce):
1986 * mail/rmailout.el (rmail-output):
1987 * mail/feedmail.el (feedmail-dump-message-to-queue):
1988 * whitespace.el (whitespace-write-file-hook):
1989 * wdired.el (wdired-check-kill-buffer):
1990 * vc.el (vc-update):
1991 * vc-mcvs.el (vc-mcvs-checkin):
1992 * vc-cvs.el (vc-cvs-checkin):
1993 * man.el (Man-bgproc-sentinel, Man-goto-see-also-section):
1994 * ibuffer.el (ibuffer-current-buffer):
1995 * dired.el (dired-move-to-end-of-filename):
1996 * bindings.el (complete-symbol):
1997 * textmodes/org-publish.el (org-publish-file):
1998 (org-publish-current-project):
1999 * textmodes/reftex-parse.el (reftex-short-context):
2000 * textmodes/texinfmt.el: Fix buggy calls to `error'.
2001
2002 2007-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2003
2004 * doc-view.el (doc-view-dvi->pdf-sentinel)
2005 (doc-view-pdf/ps->png-sentinel, doc-view-pdf->txt-sentinel)
2006 (doc-view-ps->pdf-sentinel, doc-view-display): Don't change buffer
2007 within a sentinel or timer.
2008 (doc-view-display): Don't try to display before the requested page
2009 is available, unless told to do so explicitly.
2010 (doc-view-pdf/ps->png-sentinel, doc-view-initiate-display):
2011 Force display even if the requested page is not available.
2012
2013 2007-12-06 Richard Stallman <rms@gnu.org>
2014
2015 * help-fns.el (describe-function-1): Call ad-get-advice-info
2016 only on symbols.
2017
2018 2007-12-06 Glenn Morris <rgm@gnu.org>
2019
2020 * progmodes/antlr-mode.el (antlr-keyword, antlr-syntax)
2021 (antlr-ruledef, antlr-tokendef, antlr-ruleref-face)
2022 (antlr-tokenref, antlr-literal): Inherit from standard font-lock
2023 faces in non-light-background case.
2024
2025 * add-log.el, dired-aux.el, font-lock.el, help-fns.el, ido.el:
2026 * informat.el, emacs-lisp/bytecomp.el, emacs-lisp/gulp.el:
2027 * emacs-lisp/tcover-ses.el, emacs-lisp/timer.el, emulation/edt.el:
2028 * emulation/vi.el, emulation/viper-cmd.el:
2029 * international/titdic-cnv.el, mail/emacsbug.el, progmodes/dcl.el:
2030 * progmodes/prolog.el, progmodes/ps-mode.el, progmodes/python.el:
2031 * textmodes/fill.el: Remove directory part from filenames in
2032 function declarations.
2033
2034 * dired-aux.el (mailcap-mime-info): Update declaration.
2035
2036 2007-12-05 Richard Stallman <rms@gnu.org>
2037
2038 * wid-edit.el (widget-type): Doc fix.
2039
2040 2007-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
2041
2042 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2043 Don't match "sub { (...) ... }".
2044
2045 2007-12-05 Richard Stallman <rms@gnu.org>
2046
2047 * international/mule-cmds.el (toggle-input-method-active): New var.
2048 (toggle-input-method): Bind toggle-input-method-active to t.
2049 Error if it was already non-nil.
2050
2051 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
2052
2053 * net/tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
2054
2055 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
2056
2057 * net/tls.el (open-tls-stream): Actually consult tls-checktrust to
2058 see if certs should be verified and what is to be done in the
2059 event of a verification failure.
2060
2061 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
2062
2063 * net/tls.el (tls-program): Provide more custom choices from
2064 `tls-checktrust'. Refer to `tls-checktrust' in doc string.
2065 (tls-process-connection-type, tls-success): Remove "*" in doc string.
2066 (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
2067 version. Minor improvement to doc strings.
2068 (tls-program): Add comment.
2069
2070 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
2071
2072 * net/tls.el (tls-certtool-program, tls-hostmismatch): New variables.
2073 (tls-checktrust): New variable. Check if GNU TLS complained about a
2074 mismatch between the hostname provided in the certificate and the name
2075 of the host connnecting to.
2076 (open-tls-stream): Use them. Check certificates against trusted root
2077 certificates.
2078
2079 2007-12-05 Nathan J. Williams <nathanw@MIT.EDU> (tiny change)
2080
2081 * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
2082 (imap-parse-status): Upcase status-att for broken servers that sends
2083 them lower-case (e.g., MS Exchange 2007).
2084
2085 2007-12-05 D. Goel <deego3@gmail.com>
2086
2087 * simple.el (undo):
2088 * image-dired.el (image-dired-display-thumb-properties):
2089 (image-dired-modify-mark-on-thumb-original-file):
2090 (image-dired-dired-display-properties):
2091 * help.el (help-window-display-message):
2092 * files.el (hack-local-variables-confirm):
2093 * ediff.el (ediff-version):
2094 * complete.el (pc-chunk-after, PC-temp-minibuffer-message):
2095 `message' and `error': Ensure that first arg is a format string.
2096
2097 * emacs-lisp/find-func.el (find-library-name): Prefer files with
2098 ".el" suffix over "".
2099
2100 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
2101
2102 * net/dbus.el (dbus-hash-table=): Allow nil as wildcard in the
2103 interface and member fields.
2104
2105 2007-12-05 Glenn Morris <rgm@gnu.org>
2106
2107 * eshell/em-alias.el (pcomplete-stub): Define for compiler.
2108 (pcomplete-here): Autoload it.
2109
2110 * eshell/em-basic.el (print-func): No need to define for compiler.
2111
2112 * eshell/esh-cmd.el (eshell-debug-command):
2113 * eshell/esh-io.el (eshell-print): Move definitions before use.
2114
2115 * eshell/esh-module.el (eshell-load-defgroups): Eval and compile.
2116
2117 * eshell/esh-util.el (top-level): Don't require pp.
2118 Use condition-case rather than ignore-errors.
2119
2120 * eshell/eshell.el (eshell-buffer-name): Define for compiler.
2121
2122 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el
2123 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
2124 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el
2125 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el
2126 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el
2127 * eshell/em-xtra.el, eshell/esh-cmd.el, eshell/esh-test.el
2128 * eshell/esh-util.el, eshell/eshell.el: Require individual files
2129 if needed when compiling, rather than esh-maint. Collect any
2130 require statements. Move provide statement to end. Move any
2131 commentary to start.
2132
2133 * eshell/esh-arg.el, eshell/esh-ext.el, eshell/esh-io.el:
2134 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el:
2135 * eshell/esh-proc.el, eshell/esh-var.el:
2136 Require individual files if needed when compiling, rather than
2137 esh-maint. Collect any require statements. Leave provide at start.
2138 Move any commentary to start.
2139
2140 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
2141 Remove declared function from byte-compile-noruntime-functions.
2142
2143 * ediff-util.el (ediff-version):
2144 * progmodes/python.el (compilation-shell-minor-mode):
2145 * textmodes/org.el (Info-goto-node, calendar-astro-date-string)
2146 (calendar-bahai-date-string, calendar-check-holidays)
2147 (calendar-chinese-date-string, calendar-coptic-date-string)
2148 (calendar-ethiopic-date-string, calendar-forward-day)
2149 (calendar-french-date-string, calendar-goto-date)
2150 (calendar-goto-today, calendar-hebrew-date-string)
2151 (calendar-islamic-date-string, calendar-iso-date-string)
2152 (calendar-julian-date-string, calendar-mayan-date-string)
2153 (calendar-persian-date-string, gnus-summary-last-subject)
2154 (parse-time-string, rmail-show-message): Declare as functions.
2155
2156 2007-12-05 Michael Olson <mwolson@gnu.org>
2157
2158 * textmodes/remember.el: Merge contents of remember-diary.el here,
2159 updating header. Add autoload cookie so that byte-compilation
2160 works without warning.
2161 (remember-diary-file): Default to nil, since diary might not yet
2162 be loaded at this point, which would deny us access to diary-file.
2163 (remember-diary-extract-entries): If remember-diary-file is nil,
2164 then use diary-file instead.
2165
2166 * textmodes/remember-diary.el: Remove, due to the issue of needing
2167 the first 8 characters of a filename to be unique.
2168
2169 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
2170
2171 * net/dbus.el (dbus-hash-table=): New defun.
2172 (dbus-hash-table-test): New hash table test function, used in
2173 `dbus-registered-functions-table'.
2174 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
2175 (dbus-event-service-name, dbus-event-path-name)
2176 (dbus-event-interface-name, dbus-event-member-name): Rewritten,
2177 due to new structure of `dbus-event'.
2178
2179 2007-12-04 Juanma Barranquero <lekktu@gmail.com>
2180
2181 * ido.el (ido-save-history): Set the `coding' local
2182 variable in the first line of the file.
2183
2184 2007-12-04 Glenn Morris <rgm@gnu.org>
2185
2186 * password-cache.el: Move here from gnus/password.el.
2187 (top-level): Don't require cl when compiling.
2188 (password-read-and-add): Doc fix. Make obsolete.
2189
2190 * net/tramp.el: Require password-cache or password.
2191
2192 * emulation/cua-base.el (top-level): Move (provide 'cua-base) to end.
2193 No longer provide 'cua. Don't require cua-rect, cua-gmrk when
2194 compiling.
2195 (cua-set-rectangle-mark): Add doc string to autoload.
2196 (cua--rectangle, cua--last-killed-rectangle)
2197 (cua--global-mark-active): Always define for compiler.
2198 (cua-copy-rectangle, cua-cut-rectangle, cua--rectangle-left)
2199 (cua--delete-rectangle, cua--insert-rectangle)
2200 (cua--rectangle-corner, cua--rectangle-assert)
2201 (cua--insert-at-global-mark, cua--global-mark-post-command):
2202 Declare as functions.
2203
2204 * emulation/cua-gmrk.el (top-level): Move provide to end.
2205
2206 * emulation/cua-rect.el (top-level): Move provide to end.
2207 Don't require cua-gmrk when compiling.
2208 (cua--cut-rectangle-to-global-mark)
2209 (cua--copy-rectangle-to-global-mark): Declare as functions.
2210
2211 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
2212 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
2213 (viper-vi-state-cursor-color):
2214 Consolidate make-variable-frame-local calls.
2215
2216 * net/eudcb-bbdb.el (bbdb-address-streets): Declare as a function.
2217 (eudc-bbdb-extract-addresses): Use bbdb-address-streets rather
2218 than bbdb-address-street1,2,3.
2219
2220 * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
2221 Try x-focus-frame before focus-frame. Only try focus-frame on XEmacs.
2222
2223 2007-12-03 Nathan J. Williams <nathanw@MIT.EDU> (tiny change)
2224
2225 * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
2226 (imap-parse-status): Upcase status-att for servers that sends them
2227 lower-case (e.g., MS Exchange 2007).
2228
2229 2007-12-03 Karl Fogel <kfogel@red-bean.com>
2230
2231 * saveplace.el (save-place-quiet): Remove, reverting 2007-12-02T19:54:46Z!kfogel@red-bean.com.
2232 (save-place-alist-to-file, load-save-place-alist-from-file):
2233 Don't print non-error messages at all, there's really no need.
2234 Do print if there's a problem, and clarify message in that case.
2235
2236 2007-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2237
2238 * ediff-diff.el (ediff-prepare-error-list):
2239 * ediff-util.el (ediff-setup): Disable undo for ediff-error-buffer.
2240
2241 2007-12-03 Tassilo Horn <tassilo@member.fsf.org>
2242
2243 * doc-view.el (doc-view-initiate-display): Use `doc-view-mode-p'.
2244 (doc-view-current-overlay, doc-view-pending-cache-flush):
2245 Add doc string.
2246
2247 2007-12-03 Richard Stallman <rms@gnu.org>
2248
2249 * subr.el (declare-function): Move from byte-run.el.
2250
2251 * emacs-lisp/byte-run.el (declare-function): Move to subr.el
2252
2253 * window.el (recenter-top-bottom): Don't use `ecase'.
2254
2255 2007-12-02 Karl Fogel <kfogel@red-bean.com>
2256
2257 * saveplace.el (save-place-alist-to-file):
2258 Set coding-system-for-write once and refer to it throughout.
2259 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
2260
2261 2007-12-02 Karl Fogel <kfogel@red-bean.com>
2262
2263 * saveplace.el (save-place-alist-to-file): Use `utf-8' coding
2264 system when writing, and set it in the first-line file variables.
2265 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk> and
2266 Juanma Barranquero.
2267
2268 2007-12-02 Glenn Morris <rgm@gnu.org>
2269
2270 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
2271 Reverse branches of if statement.
2272
2273 * emulation/viper-cmd.el (top-level): Don't require advice.
2274 Don't load viper-util, viper-keym, viper-mous, viper-macs,
2275 viper-ex when compiling.
2276
2277 * emulation/viper-ex.el (top-level): Don't load viper-util,
2278 viper-keym when compiling.
2279
2280 * emulation/viper-init.el (top-level): Move provide statement to end.
2281
2282 * emulation/viper-keym.el (top-level): Don't load viper-util when
2283 compiling. Move provide statement to end.
2284
2285 * emulation/viper-macs.el (top-level): Don't load viper-util,
2286 viper-keym, viper-mous when compiling.
2287
2288 * emulation/viper-mous.el (top-level): Don't load viper-util when
2289 compiling.
2290
2291 * emulation/viper-util.el (top-level): Don't load viper-init when
2292 compiling.
2293
2294 * emulation/viper.el (top-level): Don't require ring.
2295 Don't load viper-init, viper-cmd when compiling.
2296
2297 * net/sasl-cram.el, net/sasl-digest.el, net/sasl-ntlm.el, net/sasl.el:
2298 Move here from gnus/.
2299
2300 2007-12-02 Karl Fogel <kfogel@red-bean.com>
2301
2302 Offer option for saveplace to be quiet about loading and saving.
2303 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>
2304
2305 * lisp/saveplace.el (save-place-quiet): New customizable boolean.
2306 (save-place-alist-to-file, load-save-place-alist-from-file): Use it
2307 to determine whether to print loading/saving messages.
2308
2309 2007-12-02 Glenn Morris <rgm@gnu.org>
2310
2311 * mail/binhex.el: Move here from gnus/.
2312 (binhex): New custom group.
2313 (binhex-decoder-program, binhex-decoder-switches)
2314 (binhex-use-external): Move to the binhex custom group.
2315
2316 * mail/uudecode.el: Move here from gnus/.
2317 (uudecode): New custom group.
2318 (uudecode-decoder-program, uudecode-decoder-switches)
2319 (uudecode-use-external): Move to the uudecode custom group.
2320
2321 * net/netrc.el (top-level): Don't load `encrypt' features.
2322 (netrc-parse): Don't use encrypt.
2323 (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
2324
2325 * progmodes/python.el (top-level): Don't require cl when compiling.
2326
2327 2007-12-02 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
2328
2329 * textmodes/flyspell.el (flyspell-large-region): Explicitly set
2330 encoding for aspell process and for communication with it.
2331 Only add "-d" option if not already present.
2332 Use ispell-current-dictionary and ispell-current-personal-dictionary.
2333 General reorganization.
2334
2335 * textmodes/ispell.el (ispell-aspell-find-dictionary): Do not set
2336 encoding here.
2337 (ispell-start-process): Explicitly set encoding here if using aspell.
2338
2339 2007-12-02 Dan Nicolaescu <dann@ics.uci.edu>
2340
2341 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Also pass a diff
2342 function to log-edit.
2343
2344 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
2345
2346 * net/dbus.el: New file.
2347
2348 2007-12-02 Jay Belanger <jay.p.belanger@gmail.com>
2349
2350 * calc/calc.el (calc-lang-slash-idiv, calc-lang-allow-underscores)
2351 (calc-lang-c-type-hex, calc-lang-brackets-are-subscripts)
2352 (calc-lang-parens-are-subscripts): New variables.
2353 (math-expr-special-function-mapping): Remove variable.
2354 (math-eqn-ignore-words, math-tex-ignore-words)
2355 (math-latex-ignore-words): Move to calc-lang.el.
2356
2357 * calc/calc-lang.el (math-compose-vector, math-compose-var)
2358 (math-tex-expr-is-flat): Declare as functions.
2359 (calc-lang-slash-idiv, calc-lang-allow-underscores)
2360 (math-comp-left-bracket, math-comp-right-bracket)
2361 (math-comp-comma, math-comp-vector-prec): Declare as variables.
2362 (math-var-formatter, math-matrix-formatter)
2363 (math-lang-adjust-words, math-lang-read-symbol, math-land-read)
2364 (math-punc-table, math-compose-subscr, math-dots)
2365 (math-func-formatter): New property names to store language
2366 specific information.
2367 (math-compose-tex-var, math-compose-tex-intv)
2368 (math-compose-maple-intv, math-compose-eqn-intv)
2369 (math-compose-tex-sum, math-compose-tex-func)
2370 (math-compose-tex-intv): New functions.
2371 (math-eqn-ignore-words, math-tex-ignore-words)
2372 (math-latex-ignore-words): Move from calc.el.
2373 (math-special-function-table): Add entries for tex.
2374 (calc-lang-slash-idiv, calc-lang-allows-underscores):
2375 New variables.
2376 (math-compose-latex-frac): Rename from `math-latex-print-frac'.
2377 (math-compose-tex-matrix, math-compose-eqn-matrix)
2378 (math-eqn-special-functions): Move from calccomp.el.
2379
2380 * calc/calccomp.el (math-compose-var): New function.
2381 (math-compose-expr): Allow more special functions to be used.
2382 Change test for formatting fractions. Use variables and property
2383 names to help with language specific formatting.
2384 (math-compose-tex-matrix, math-compose-eqn-matrix)
2385 (math-eqn-special-functions): Move to calc-lang.el.
2386 (math-compose-rows): Use property names to help with language
2387 specific formatting.
2388
2389 * calc/calc-aent.el (math-read-factor): Turn multiple subscripts
2390 into nested subscripts.
2391 (math-read-token): Use variables and property names to help with
2392 language specific parsing.
2393 (math-read-expression-level): Use variables to help with language
2394 specific parsing.
2395
2396 2007-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2397
2398 * arc-mode.el (archive-find-type): Add recognition of rar-exe format.
2399 (archive-rar-summarize): Allow the file name to be passed as argument.
2400 Remove unused vars `header' and `footer'.
2401 (archive-rar-exe-summarize, archive-rar-exe-extract): New functions.
2402
2403 2007-12-01 Dan Nicolaescu <dann@ics.uci.edu>
2404
2405 * log-edit.el (log-edit-show-diff): New function.
2406 (log-edit-mode-map, log-edit-menu): Bind it.
2407 (log-edit-diff-function): New variable.
2408 (log-edit): Change the 3rd param to be an alist and accept a
2409 function that computes a diff for the files involved.
2410
2411 * vc.el (vc-log-edit): Add a diff function parameter to log-edit.
2412
2413 2007-12-01 Martin Rudalics <rudalics@gmx.at>
2414
2415 * play/blackbox.el (bb-up, bb-down): Revert 2007-10-21 change and
2416 wrap next-/previous-line in with-no-warnings.
2417
2418 2007-12-01 Glenn Morris <rgm@gnu.org>
2419
2420 * format-spec.el, hex-util.el, sha1.el: Move here from gnus/.
2421
2422 * net/dig.el: Move here from gnus/.
2423 (dig-mode): Replace gnus-run-mode-hooks with equivalent expansion.
2424
2425 * net/dns.el: Move here from gnus/.
2426 (top-level): Don't require mm-util, or cl when compiling.
2427 (dns-write-name, dns-read, dns-read-type, query-dns):
2428 Replace mm-with-unibyte-buffer with its expansion.
2429 (query-dns): Replace decf and ignore-errors with non-cl equivalents.
2430
2431 * progmodes/gdb-ui.el (gud-remove, gud-break):
2432 * progmodes/gud.el (gdb-create-define-alist)
2433 (gdb-restore-windows, gdb-reset, global-hl-line-highlight)
2434 (hl-line-highlight, gdb-display-source-buffer)
2435 (gdb-display-buffer, c-langelem-sym, c-langelem-pos)
2436 (syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
2437
2438 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
2439
2440 * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
2441 Move args on defun line.
2442
2443 * textmodes/org.el (org-calendar-holiday):
2444 Use calendar-check-holidays instead of the obsolete
2445 check-calendar-holidays.
2446 (add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
2447 (bbdb-company, bbdb-current-record, bbdb-name)
2448 (bbdb-record-getprop, bbdb-record-name)
2449 (bibtex-beginning-of-entry, bibtex-generate-autokey)
2450 (bibtex-parse-entry, bibtex-url, cdlatex-tab)
2451 (dired-get-filename, gnus-article-show-summary, mh-display-msg)
2452 (mh-find-path, mh-get-header-field, mh-get-msg-num)
2453 (mh-header-display, mh-index-previous-folder)
2454 (mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
2455 (mh-show-buffer-message-number, mh-show-header-display)
2456 (mh-show-msg, mh-show-show, mh-visit-folder)
2457 (org-export-latex-cleaned-string, remember)
2458 (remember-buffer-desc, rmail-narrow-to-non-pruned-header)
2459 (rmail-what-message, elmo-folder-exists-p)
2460 (elmo-message-entity-field, elmo-message-field)
2461 (vm-beginning-of-message, vm-follow-summary-cursor)
2462 (vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
2463 (vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
2464 (vm-summarize, wl-folder-get-elmo-folder)
2465 (wl-summary-goto-folder-subr)
2466 (wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
2467 (wl-summary-line-subject, wl-summary-message-number)
2468 (wl-summary-redisplay): Declare as functions.
2469
2470 2007-11-30 Martin Rudalics <rudalics@gmx.at>
2471
2472 * longlines.el (longlines-show-hard-newlines): Remove handling of
2473 buffer-undo-list and buffer-modified status.
2474 (longlines-show-region, longlines-unshow-hard-newlines):
2475 Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and
2476 inhibit-modification-hooks here to avoid that a buffer appears
2477 modified when toggling visibility of hard newlines.
2478
2479 2007-11-30 Glenn Morris <rgm@gnu.org>
2480
2481 * nxml/rng-maint.el (rng-do-some-validation): Fix declaration.
2482
2483 * progmodes/idlw-complete-structtag.el
2484 (idlwave-sintern-structtag):
2485 * progmodes/idlw-help.el (idlwave-sintern-sysvar)
2486 (idlwave-sintern-sysvartag):
2487 * progmodes/idlwave.el (idlwave-sintern-class-tag)
2488 (idlwave-sintern-sysvar, idlwave-sintern-sysvartag): Declare as
2489 functions.
2490
2491 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
2492
2493 * textmodes/reftex-index.el (texmathp):
2494 * textmodes/reftex-auc.el (TeX-argument-insert)
2495 (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
2496 (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
2497 (LaTeX-label-list):
2498 * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
2499 (rng-clear-conditional-region, rng-do-some-validation): Declare as
2500 functions.
2501 (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
2502
2503 2007-11-30 Glenn Morris <rgm@gnu.org>
2504
2505 * emacs-lisp/byte-run.el (declare-function): Add optional fourth
2506 argument and document it.
2507
2508 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
2509 Third argument to declare-function must be a list to specify arglist.
2510
2511 * emacs-lisp/check-declare.el (check-declare-scan): Doc fix.
2512 Handle declare-function third argument `t' and fourth argument.
2513 (check-declare-verify): Doc fix. Handle `fileonly' case.
2514 Use progn rather than prog1.
2515
2516 * desktop.el (uniquify-item-base):
2517 * term/mac-win.el (url-type): Declare as functions.
2518
2519 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones)
2520 (bbdb-address-city, bbdb-address-state, bbdb-address-zip)
2521 (bbdb-address-location, bbdb-record-addresses): Pass non-nil
2522 fourth arg to declare-function.
2523
2524 * play/dunnet.el: Don't require cl when compiling.
2525 (byte-compile-warnings): Set via file local variables.
2526 (dun-parse): Let-bind `beg' and `line'.
2527
2528 2007-11-29 Alexandre Julliard <julliard@winehq.org>
2529
2530 * vc-git.el (vc-git-dir-state): Fix the git command arguments.
2531
2532 2007-11-29 Ari Roponen <ari.roponen@gmail.com> (tiny change)
2533
2534 * calendar/time-date.el (encode-time-value): Doc fix.
2535
2536 2007-11-29 Glenn Morris <rgm@gnu.org>
2537
2538 * calendar/time-date.el (with-decoded-time-value): Doc fix.
2539
2540 * textmodes/css-mode.el (prog-mode): Remove.
2541 (css-mode): Derive from fundamental-mode rather than prog-mode.
2542
2543 * emacs-lisp/byte-run.el (declare-function): Doc fix.
2544
2545 * emacs-lisp/check-declare.el (check-declare-locate)
2546 (check-declare-verify): Handle `external' files.
2547 (check-declare-errmsg): New function.
2548 (check-declare-verify, check-declare-file, check-declare-directory):
2549 Use check-declare-errmsg to report the number of problems.
2550
2551 * ffap.el (w3-view-this-url)
2552 * mail/mspools.el (vm-visit-folder)
2553 * net/browse-url.el (w3-fetch-other-window, w3-fetch)
2554 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-phone-string)
2555 (bbdb-record-phones, bbdb-address-city, bbdb-address-state)
2556 (bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
2557 (bbdb-records)
2558 * net/eudc-export.el (bbdb-parse-phone-number, bbdb-string-trim)
2559 * net/imap.el (sasl-find-mechanism, sasl-mechanism-name)
2560 (sasl-make-client, sasl-next-step, sasl-step-data)
2561 (sasl-step-set-data)
2562 * net/newsticker.el (w3m-toggle-inline-image, htmlr-reset)
2563 (htmlr-step): Declare as functions.
2564
2565 * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses):
2566 Use bbdb-address-zip rather than bbdb-address-zip-string.
2567
2568 2007-11-28 Richard Stallman <rms@gnu.org>
2569
2570 * md4.el, net/hmac-def.el, net/hmac-md5.el, net/ntlm.el:
2571 Move here from gnus/.
2572
2573 2007-11-28 Martin Rudalics <rudalics@gmx.at>
2574
2575 * newcomment.el (comment-region-internal): Fix newline insertion
2576 in `block' case.
2577
2578 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
2579
2580 * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
2581
2582 2007-11-28 Glenn Morris <rgm@gnu.org>
2583
2584 * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
2585 delete .elc files.
2586
2587 * nxml/char-name/unicode: Move to etc/nxml/.
2588 * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
2589
2590 * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
2591 Declare as a function.
2592
2593 * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
2594 * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
2595 * nxml/xsd-regexp.el (xsdre-gen-categories): Change mapcar -> mapc.
2596
2597 * nxml/nxml-outln.el (nxml-token-start-tag-p)
2598 (nxml-token-end-tag-p): Move definitions before use.
2599
2600 * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
2601
2602 * nxml/nxml-uchnm.el (top-level)
2603 (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
2604 (nxml-enabled-unicode-blocks): Add custom group.
2605
2606 * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
2607 Use string-to-number rather than string-to-int.
2608
2609 * dired-x.el (dired-omit-old-add-entry): Declare as function.
2610 Move definition before use.
2611 (dired-old-find-buffer-nocreate): Declare as function.
2612
2613 * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
2614 (check-declare-verify): Handle fset.
2615
2616 * emulation/edt.el (edt-user-emulation-setup):
2617 Test edt-setup-user-bindings is bound before calling.
2618
2619 * emulation/tpu-edt.el: Don't require cl when compiling.
2620 (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
2621 (tpu-edt-off): Use condition-case rather than ignore-errors.
2622 Use with-no-warnings.
2623
2624 * eshell/esh-util.el (top-level): Use require rather than load for
2625 ange-ftp.
2626
2627 * mail/supercite.el (sc-version): Redefine as an alias for
2628 emacs-version.
2629 (sc-help-address): Remove.
2630 (sc-version): Use emacs-version rather than sc-version.
2631 (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
2632
2633 * net/socks.el (socks-original-open-network-stream): Declare as
2634 function. Move definition before use.
2635
2636 2007-11-28 Jay Belanger <jay.p.belanger@gmail.com>
2637
2638 * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
2639 (math-make-frac): Declare as functions.
2640
2641 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
2642
2643 * progmodes/cperl-mode.el (compilation-error-regexp-alist):
2644 Pacify byte compiler.
2645 (cperl-mode): Use with-no-warnings for setting vc-header-alist.
2646
2647 * progmodes/idlwave.el (idlwave-shell-get-path-info)
2648 (idlwave-shell-temp-file, idlwave-shell-is-running)
2649 (widget-value, comint-dynamic-complete-filename, Info-goto-node):
2650 * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
2651 (idlwave-all-method-classes, idlwave-all-method-keyword-classes)
2652 (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
2653 (idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
2654 (idlwave-completing-read, idlwave-current-routine)
2655 (idlwave-downcase-safe, idlwave-entry-find-keyword)
2656 (idlwave-expand-keyword, idlwave-find-class-definition)
2657 (idlwave-find-inherited-class, idlwave-find-struct-tag)
2658 (idlwave-get-buffer-visiting, idlwave-in-quote)
2659 (idlwave-make-full-name, idlwave-members-only)
2660 (idlwave-popup-select, idlwave-routine-source-file)
2661 (idlwave-routines, idlwave-sintern-class)
2662 (idlwave-sintern-keyword, idlwave-sintern-method)
2663 (idlwave-sintern-routine-or-method)
2664 (idlwave-substitute-link-target, idlwave-sys-dir)
2665 (idlwave-this-word, idlwave-what-module-find-class)
2666 (idlwave-where):
2667 * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
2668 * mail/uce.el (rmail-msg-is-pruned)
2669 (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
2670 (rmail-toggle-header):
2671 * mail/sendmail.el (dired-view-file, dired-get-filename):
2672 * mail/rmailkwd.el (rmail-maybe-set-message-counters)
2673 (rmail-display-labels, rmail-msgbeg)
2674 (rmail-set-message-deleted-p, rmail-message-labels-p)
2675 (rmail-show-message, mail-comma-list-regexp)
2676 (mail-parse-comma-list):
2677 * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
2678 (rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
2679 (rfc822-addresses, mail-abbrev-make-syntax-table)
2680 (mail-sendmail-delimit-header, mail-header-end):
2681 * mail/hashcash.el (message-narrow-to-headers-or-head)
2682 (message-fetch-field, message-goto-eoh)
2683 (message-narrow-to-headers):
2684 * vc.el (view-mode-exit): Declare as functions.
2685
2686 * mail/vms-pmail.el:
2687 * vmsproc.el:
2688 * vms-patch.el: Don't byte compile these files, they don't work.
2689
2690 2007-11-27 Glenn Morris <rgm@gnu.org>
2691
2692 * calc/calc-ext.el (math-read-big-rec):
2693 * calc/calc-nlfit.el (math-map-binop):
2694 * calc/calc.el (math-normalize-nonstandard): Fix declarations.
2695
2696 * eshell/eshell.el (eshell-report-bug): Add version number of
2697 obsolescence.
2698
2699 * emulation/viper.el, emulation/viper-util.el,
2700 emulation/viper-macs.el, emulation/viper-keym.el,
2701 emulation/viper-ex.el, emulation/viper-cmd.el:
2702 Load viper-*.el files silently.
2703
2704 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
2705 ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
2706 Load ediff-*.el files silently.
2707
2708 * ediff.el: Load dired silently. Don't load info, pcl-cvs when
2709 compiling.
2710 (Info-goto-node): Declare as a function.
2711
2712 * ediff-init.el: Don't load ange-ftp when compiling.
2713 * ediff-util.el: Don't load reporter when compiling.
2714
2715 * ediff-wind.el (ediff-display-pixel-width)
2716 (ediff-display-pixel-height):
2717 * generic-x.el (ini-generic-mode):
2718 * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
2719 (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
2720 (ps-mule-initialize, ps-mule-begin-job):
2721 * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
2722 (mark-calendar-days-named):
2723 * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
2724 (add-to-diary-list, diary-name-pattern)
2725 (mark-calendar-days-named):
2726 * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
2727 (mark-calendar-days-named):
2728 * calendar/cal-x.el (make-fancy-diary-buffer):
2729 * calendar/holidays.el (calendar-absolute-from-julian):
2730 * calendar/todo-mode.el (calendar-current-date):
2731 * calendar/cal-menu.el (calendar-increment-month)
2732 (calendar-month-name, extract-calendar-year)
2733 (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
2734 (calendar-current-date, calendar-cursor-holidays)
2735 (calendar-date-string, insert-diary-entry, calendar-set-mark)
2736 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
2737 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
2738 (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
2739 (cal-tex-cursor-filofax-week, cal-tex-cursor-month)
2740 (cal-tex-cursor-month-landscape, cal-tex-cursor-year)
2741 (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
2742 (calendar-day-of-year-string, calendar-iso-date-string)
2743 (calendar-julian-date-string, calendar-astro-date-string)
2744 (calendar-absolute-from-gregorian, calendar-hebrew-date-string)
2745 (calendar-persian-date-string, calendar-bahai-date-string)
2746 (calendar-islamic-date-string, calendar-chinese-date-string)
2747 (calendar-coptic-date-string, calendar-ethiopic-date-string)
2748 (calendar-french-date-string, calendar-mayan-date-string)
2749 (calendar-print-chinese-date, calendar-goto-date):
2750 Declare as functions.
2751
2752 * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
2753 (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
2754
2755 * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
2756 aliases for report-emacs-bug.
2757 (gnus-summary-select-article, gnus-configure-windows): Declare as
2758 functions.
2759
2760 * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
2761 compiler.
2762
2763 * pgg.el (pgg-clear-string): Declare as a function.
2764 (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
2765 (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
2766
2767 * emacs-lisp/check-declare.el (check-declare-locate):
2768 Handle compressed files.
2769 (check-declare-verify): Handle define-generic-mode,
2770 define-global(ized)-minor-mode, define-obsolete-function-alias.
2771
2772 2007-11-27 Jay Belanger <jay.p.belanger@gmail.com>
2773
2774 * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
2775 algebraic modes.
2776
2777 * calc/calc-aent.el (calc-refresh-evaltos, calc-execute-kbd-macro)
2778 (math-is-true, calc-explain-why, calc-alg-edit)
2779 (math-composite-inequalities, math-flatten-lands)
2780 (math-multi-subst, calcFunc-vmatches, math-simplify)
2781 (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
2782 (math-read-string, math-read-brackets, math-read-angle-brackets):
2783 Declare as functions.
2784
2785 * calc/calcalg3.el (calc-fit-s-shaped-logistic-curve)
2786 (calc-fit-bell-shaped-logistic-curve)
2787 (calc-fit-hubbert-linear-curve, calc-graph-add-curve)
2788 (calc-graph-lookup, calc-graph-set-styles, math-min-list)
2789 (math-max-list): Declare as functions.
2790 (math-map-binop): New function.
2791 (calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
2792
2793 * calc/calc.el (calc-set-language, calc-edit-finish)
2794 (calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
2795 (calc-do-keypad, calcFunc-unixtime, math-parse-date)
2796 (math-lessp, calc-embedded-finish-command)
2797 (calc-embedded-select-buffer, calc-embedded-mode-line-change)
2798 (calc-push-list-in-macro, calc-replace-selections)
2799 (calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
2800 (calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
2801 (calc-embedded-stack-change, calc-refresh-evaltos)
2802 (calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
2803 (calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
2804 (calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
2805 (calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
2806 (math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
2807 (math-dimension-error, calc-incomplete-error, math-float-fancy)
2808 (math-neg-fancy, math-zerop, calc-add-fractions)
2809 (math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
2810 (calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
2811 (math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
2812 (calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
2813 (math-compose-expr, math-comp-width, math-composition-to-string)
2814 (math-stack-value-offset-fancy, math-format-flat-expr-fancy)
2815 (math-adjust-fraction, math-format-binary, math-format-radix)
2816 (math-group-float, math-mod, math-format-number-fancy)
2817 (math-format-bignum-fancy, math-read-number-fancy)
2818 (calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
2819 (calc-do-embedded-activate, math-do-defmath)
2820 (calc-load-everything): Declare as functions.
2821
2822 * calc/calc-ext.el (math-clip, math-round, math-simplify)
2823 (math-simplify-extended, math-simplify-units, calc-set-language)
2824 (calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
2825 (calc-embedded-var-change, math-mul-float, math-arctan-raw)
2826 (math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
2827 (math-normalize-hms, math-normalize-mod, math-make-sdev)
2828 (math-make-intv, math-normalize-logical-op, math-possible-signs)
2829 (math-infinite-dir, math-calcFunc-to-var)
2830 (calc-embedded-evaluate-expr, math-known-nonzerop)
2831 (math-read-expr-level, math-read-big-rec, math-read-big-balance)
2832 (math-format-date, math-vector-is-string, math-vector-to-string)
2833 (math-format-radix-float, math-compose-expr, math-abs)
2834 (math-format-bignum-binary, math-format-bignum-octal)
2835 (math-format-bignum-hex, math-format-bignum-radix)
2836 (math-compute-max-digits): Declare as functions.
2837 (math-provably-realp): Fix typo.
2838
2839 * calc/calc-forms.el (calendar-current-time-zone)
2840 (calendar-absolute-from-gregorian, dst-in-effect): Declare as
2841 functions.
2842
2843 * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
2844
2845 * calc/calc-lang.el (math-read-factor, math-read-expr-level):
2846 Declare as functions.
2847
2848 * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)
2849 (math-posp, math-compare, math-bignum, math-compare-bignum):
2850 Declare as functions.
2851
2852 * calc/calc-misc.el (calc-do-keypad, calc-inv-hyp-prefix-help)
2853 (calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
2854 (calc-explain-why, calc-clear-command-flag)
2855 (calc-roll-down-with-selections, calc-roll-up-with-selections)
2856 (calc-last-args, calc-is-inverse, calc-do-prefix-help)
2857 (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
2858 (math-trunc-special, math-trunc-fancy, math-floor-special)
2859 (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
2860 (math-known-matrixp, math-mod-fancy, math-pow-of-zero)
2861 (math-pow-zero, math-pow-fancy): Declare as functions.
2862
2863 * calc/calc-mode.el (calc-embedded-save-original-modes):
2864 Declare as a function.
2865
2866 * calc/calc-nlfit.el (calc-get-fit-variables, math-map-binop):
2867 Declare as functions.
2868 (math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
2869 (math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
2870 Replace `mapcar*' by `math-map-binop'.
2871 (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
2872
2873 * calc/calc-prog.el (edmacro-format-keys, edmacro-parse-keys)
2874 (math-read-expr-level): Declare as functions.
2875
2876 * calc/calc-vec.el (math-read-expr-level): Declare as a function.
2877
2878 2007-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
2879
2880 * emacs-lisp/lisp.el (end-of-defun): Restructure so that
2881 end-of-defun-function is called consistently, even for negative
2882 arguments.
2883 (end-of-defun-function): Default to forward-sexp.
2884
2885 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
2886
2887 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
2888
2889 2007-11-26 Glenn Morris <rgm@gnu.org>
2890
2891 * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
2892 than :suffix.
2893
2894 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
2895
2896 2007-11-26 Simon Josefsson <simon@josefsson.org>
2897
2898 * net/imap.el: Move from ../gnus.
2899
2900 2007-11-25 Reiner Steib <Reiner.Steib@gmx.de>
2901
2902 * doc-view.el (doc-view-mode-p): New function.
2903
2904 2007-11-25 Dan Nicolaescu <dann@ics.uci.edu>
2905
2906 * mail/mspools.el (rmail-get-new-mail):
2907 * mail/reporter.el (mail-position-on-field, mail-text):
2908 * mail/rmail.el (mail-position-on-field, mail-text-start)
2909 (rmail-update-summary):
2910 * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
2911 * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
2912 * mail/rmailout.el (rmail-update-summary):
2913 * mail/rmailsort.el (rmail-update-summary):
2914 * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
2915 (dired-view-file):
2916 * mail/uce.el (mail-strip-quoted-names):
2917 * mail/undigest.el (rmail-update-summary):
2918 * mail/unrmail.el (mail-strip-quoted-names):
2919 * ediff.el (diff-latest-backup-file): Declare as functions.
2920
2921 * obsolete/mlsupport.el (ml-previous-page): Fix typo.
2922 (kill-to-end-of-line):
2923 * obsolete/rnews.el (news-set-minor-modes):
2924 Remove non working functions.
2925
2926 2007-11-25 Glenn Morris <rgm@gnu.org>
2927
2928 * eshell/esh-maint.el (top-level): Use require with NOERROR for
2929 pcomplete. Don't mess with load-path.
2930
2931 * eshell/eshell.el (eshell-report-bug-address): Remove.
2932 (eshell-report-bug): Redefine as an alias for report-emacs-bug.
2933
2934 2007-11-24 Glenn Morris <rgm@gnu.org>
2935
2936 * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
2937 (appt-disp-window): Don't require electric.
2938 Simplify minibuffer-avoidance code.
2939 (appt-select-lowest-window): Avoid minibuffer.
2940
2941 * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
2942 (esh-mode): Require it.
2943 (esh-util): Use require rather than featurep and load.
2944 (eshell): No need to test if eshell-mode is bound; remove obsolete
2945 reference to eshell-auto.
2946 (eshell-command, eshell-command-result): Don't require esh-mode
2947 now that the file does.
2948 (top-level): Move provide statement to the end of the file.
2949 Re-order and update commentary.
2950
2951 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
2952
2953 * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
2954 (vc-annotate-toggle-annotation-visibility): New command.
2955 (vc-annotate-mode-map): Bind "V" to it.
2956 (vc-annotate-mode-menu): Add entry for it.
2957 (vc-annotate-get-time-set-line-props): New func.
2958 (vc-annotate-display-autoscale)
2959 (vc-annotate-display-difference): Use it.
2960
2961 * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
2962 Also, match one space at end of annotation text, after last paren.
2963
2964 2007-11-24 Michael Albinus <michael.albinus@gmx.de>
2965
2966 * ido.el (ido-file-name-all-completions-1): Check for fboundp of
2967 `tramp-completion-mode-p' as it is in Tramp 2.1. Let-bind
2968 `tramp-completion-mode'.
2969
2970 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
2971
2972 * vc-git.el (vc-git-show-log-entry): New func.
2973
2974 * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
2975 (vc-git-state): Use vc-git--call.
2976 (vc-git-registered, vc-git-working-revision)
2977 (vc-git-previous-revision, vc-git-next-revision)
2978 (vc-git--run-command-string, vc-git-symbolic-commit):
2979 Use vc-git--out-ok.
2980
2981 2007-11-24 Glenn Morris <rgm@gnu.org>
2982
2983 * emacs-lisp/byte-run.el (declare-function): Doc fix.
2984
2985 2007-11-24 Kenichi Handa <handa@m17n.org>
2986
2987 * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
2988
2989 2007-11-23 David Kastrup <dak@gnu.org>
2990
2991 * server.el (server-process-filter): Use `command-line-args-left'.
2992
2993 2007-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
2994
2995 * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
2996
2997 2007-11-23 Dan Nicolaescu <dann@ics.uci.edu>
2998
2999 * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
3000 buffer if the parent buffer is in vc-dired-mode.
3001
3002 2007-11-23 Mark A. Hershberger <mah@everybody.org>
3003
3004 * nxml: Initial merge of nxml. Kept nxml/char-name subdir for now.
3005
3006 2007-11-23 Juri Linkov <juri@jurta.org>
3007
3008 * dired.el (dired-read-dir-and-switches): For C-x d, set the
3009 value for M-n to the visited file name of the current buffer.
3010 Use minibuffer-with-setup-hook to set minibuffer-default to
3011 buffer-file-name inside read-file-name.
3012
3013 * man.el (Man-getpage-in-background): Don't disregard user option
3014 `Man-width' on non-window systems. Remove test for `window-system'
3015 around setting envvar "COLUMNS" depending on the value of `Man-width'.
3016
3017 * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
3018 "emacs-grep". Set envvar "GREP_OPTIONS" to "--color=auto" instead
3019 of "--color=always".
3020
3021 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3022
3023 * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
3024 beginning-of-defun-function.
3025
3026 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
3027
3028 * mail/hashcash.el: Move from ../gnus. Add hashcash payments to email.
3029
3030 2007-11-22 Glenn Morris <rgm@gnu.org>
3031
3032 * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
3033
3034 * emacs-lisp/check-declare.el (check-declare-locate): New function.
3035 (check-declare-scan): Use check-declare-locate.
3036 (check-declare-verify): No longer adjust fnfile, now
3037 check-declare-locate does it.
3038
3039 * emacs-lisp/byte-run.el (declare-function): Doc fix.
3040
3041 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3042
3043 * subr.el (posn-col-row): Make the `default-value' use explicit.
3044
3045 * window.el (balance-windows): Remove unused var `counter'.
3046 (bw-balance-sub): Remove unused var `lastchild'.
3047 (split-window-vertically): Remove unused var `switch'.
3048 (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
3049
3050 * emacs-lisp/bytecomp.el
3051 (byte-compile-file-form-custom-declare-variable): Simplify.
3052
3053 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
3054
3055 * cus-edit.el (custom-mode): Define with `define-derived-mode'.
3056 Set `show-trailing-whitespace' to nil.
3057
3058 * dired.el (make-symbolic-link):
3059 * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
3060 (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
3061 * dired-x.el (make-symbolic-link):
3062 * frame.el (x-initialize-window-system):
3063 * menu-bar.el (x-menu-bar-open):
3064 * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
3065 (x-store-cut-buffer-internal):
3066 * wdired.el (make-symbolic-link):
3067 * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
3068 (x-send-client-message):
3069 * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
3070
3071 2007-11-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3072
3073 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
3074
3075 2007-11-22 Glenn Morris <rgm@gnu.org>
3076
3077 * dos-fns.el (int86):
3078 * term/mac-win.el (mac-font-panel-mode): Fix declarations.
3079
3080 * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
3081
3082 * calendar/holidays.el (holiday-list): Add autoload cookie.
3083
3084 * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
3085 files relative to src/ directory.
3086 (check-declare-verify): Handle .c files. Warn if could not find
3087 an arglist to check.
3088
3089 * emacs-lisp/byte-run.el (declare-function): Doc fix.
3090
3091 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
3092
3093 * replace.el (occur-mode-map): Add a major mode menu with entries
3094 for all occur operations.
3095
3096 * international/titdic-cnv.el (dos-8+3-filename):
3097 * obsolete/fast-lock.el (msdos-long-file-names):
3098 * frame.el (msdos-mouse-p):
3099 * files.el (msdos-long-file-names, w32-long-file-name):
3100 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
3101 (mac-resume-apple-event, mac-font-panel-mode)
3102 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
3103 (mac-clear-font-name-table):
3104 * term/pc-win.el (msdos-remember-default-colors)
3105 (w16-set-clipboard-data, w16-get-clipboard-data):
3106 * term/w32-win.el (w32-send-sys-command, w32-select-font)
3107 (set-message-beep):
3108 * net/browse-url.el (w32-shell-execute):
3109 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
3110 (w32-get-locale-info, w32-get-valid-locale-ids)
3111 (w32-set-clipboard-data):
3112 * dos-fns.el (int86, msdos-long-file-names):
3113 * dos-w32.el (default-printer-name): Declare as functions.
3114
3115 2007-11-21 Jason Rumney <jasonr@gnu.org>
3116
3117 * emacs-lisp/byte-run.el (declare-function): Return nil.
3118
3119 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3120
3121 * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
3122
3123 2007-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3124
3125 * ps-print.el (ps-lpr-switches): Docstring fix.
3126 (ps-string-list): New fun.
3127 (ps-do-despool): Code fix.
3128
3129 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
3130
3131 * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
3132
3133 2007-11-21 Glenn Morris <rgm@gnu.org>
3134
3135 * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
3136 for now. Handle define-minor-mode, and defalias (with no argument
3137 checking).
3138
3139 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
3140
3141 * frame.el (msdos-mouse-p):
3142 * files.el (msdos-long-file-names, w32-long-file-name):
3143 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
3144 (mac-resume-apple-event, mac-font-panel-mode)
3145 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
3146 (mac-clear-font-name-table):
3147 * term/pc-win.el (msdos-remember-default-colors)
3148 (w16-set-clipboard-data, w16-get-clipboard-data):
3149 * term/w32-win.el (w32-send-sys-command, w32-select-font)
3150 (set-message-beep):
3151 * net/browse-url.el (w32-shell-execute):
3152 * dos-fns.el (int86, msdos-long-file-names):
3153 * dos-w32.el (default-printer-name): Undo previous change.
3154
3155 2007-11-21 Eli Zaretskii <eliz@gnu.org>
3156
3157 * international/mule-cmds.el (set-locale-environment):
3158 Set default-file-name-coding-system _after_ keyboard and terminal
3159 coding systems. This fixes last change.
3160
3161 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
3162 one space after "Subject:".
3163
3164 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3165
3166 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
3167 in order to determine if there's a conflict.
3168
3169 2007-11-21 Richard Stallman <rms@gnu.org>
3170
3171 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
3172
3173 * reposition.el (reposition-window):
3174 Binding C-M-l moved to bindings.el.
3175
3176 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
3177
3178 * add-log.el (add-change-log-entry-other-window):
3179 Key binding C-x 4 a moved to bindings.el.
3180
3181 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
3182 from filecache.el.
3183
3184 * filecache.el: Minibuffer map bindings moved to bindings.el.
3185
3186 2007-11-21 Jason Rumney <jasonr@gnu.org>
3187
3188 * international/mule-cmds.el (set-locale-environment):
3189 Set default-file-name-coding-system from system defaults on Windows.
3190
3191 2007-11-21 Jason Rumney <jasonr@gnu.org>
3192
3193 * term/w32console.el: New term init file for w32 console.
3194
3195 * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
3196 (x-setup-function-keys): Likewise, replacing top-level key definitions.
3197 (w32-tty-standard-colors): Move to term/w32console.el.
3198
3199 * term/w32-win.el (x-setup-function-keys): Remove.
3200
3201 * term/tty-colors.el (tty-register-default-colors): Remove special
3202 case for w32.
3203
3204 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
3205
3206 * frame.el (msdos-mouse-p):
3207 * generic-x.el (w32-shell-name):
3208 * files.el (msdos-long-file-names, w32-long-file-name)
3209 (dired-get-filename, dired-unmark, dired-do-flagged-delete)
3210 (dos-8+3-filename, vms-read-directory, view-mode-disable):
3211 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
3212 (mac-resume-apple-event, mac-font-panel-mode)
3213 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
3214 (mac-clear-font-name-table):
3215 * term/pc-win.el (msdos-remember-default-colors)
3216 (w16-set-clipboard-data, w16-get-clipboard-data):
3217 * term/w32-win.el (w32-send-sys-command, w32-select-font)
3218 (set-message-beep):
3219 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
3220 (w32-get-locale-info, w32-get-valid-locale-ids)
3221 (w32-set-clipboard-data):
3222 * help-fns.el (ad-get-advice-info):
3223 * font-lock.el (fast-lock-after-fontify-buffer)
3224 (fast-lock-after-unfontify-buffer, fast-lock-mode)
3225 (lazy-lock-after-fontify-buffer)
3226 (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
3227 * net/browse-url.el (w32-shell-execute):
3228 * dos-fns.el (int86, msdos-long-file-names):
3229 * dos-w32.el (default-printer-name): Declare as functions.
3230
3231 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
3232
3233 * textmodes/paragraphs.el (forward-sentence): Doc fix.
3234 Reported by Drew Adams <drew.adams@oracle.com>.
3235
3236 2007-11-20 Jason Rumney <jasonr@gnu.org>
3237
3238 * term/w32-win.el (x-setup-function-keys): Protect against
3239 multiple calls on the same terminal.
3240
3241 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
3242
3243 * term/mac-win.el (x-setup-function-keys): Only setup
3244 local-function-key-map if it has not been setup already for the
3245 current frame. Move the suspend-emacs processing here.
3246
3247 2007-11-20 Juanma Barranquero <lekktu@gmail.com>
3248
3249 * progmodes/grep.el (xargs-program): New variable.
3250 (grep-compute-defaults): Use it.
3251 (grep-default-command): Doc fix.
3252 (grep, lgrep, rgrep): Reflow docstrings.
3253
3254 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
3255
3256 * vc.el (vc-find-revision): Set the parent buffer.
3257 Use when instead of if.
3258
3259 * progmodes/python.el (info-lookup-maybe-add-help):
3260 * progmodes/ps-mode.el (doc-view-minor-mode):
3261 * mail/emacsbug.el (Info-menu, Info-goto-node):
3262 * emulation/viper-keym.el (viper-ex)
3263 (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
3264 * emulation/viper-cmd.el (widget-type, widget-button-press)
3265 (viper-set-hooks):
3266 * emacs-lisp/tcover-unsafep.el (unsafep-function):
3267 * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
3268 (ses-load, ses-vector-delete, ses-create-header-string)
3269 (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
3270 * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
3271
3272 2007-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3273
3274 * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
3275
3276 2007-11-20 Glenn Morris <rgm@gnu.org>
3277
3278 * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
3279 for end of function-name. Handle define-derived-mode.
3280
3281 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
3282
3283 * progmodes/idlw-help.el: Require browse-url unconditionally, it
3284 is available by default.
3285 (idlwave-help-browse-url-available): Change default to t.
3286
3287 * emulation/edt.el (defgroup, defcustom): Remove definition.
3288 (eval-when-compile): Remove.
3289 (c-mark-function):
3290 * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
3291 * textmodes/fill.el (comment-search-forward)
3292 (comment-string-strip):
3293 * progmodes/prolog.el (comint-mode, comint-send-string)
3294 (comint-send-region, comint-send-eof):
3295 * progmodes/dcl-mode.el (imenu-default-create-index-function):
3296 * emulation/viper-util.el (viper-forward-Word):
3297 * emulation/vi.el (c-mark-function):
3298 * emulation/edt-vt100.el (vt100-wide-mode):
3299 * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
3300
3301 2007-11-19 Michael Albinus <michael.albinus@gmx.de>
3302
3303 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
3304 Still some tuning in case of an echoing shell.
3305 (tramp-send-command): Connection property "remote-echo" is not
3306 persistent; cache key is the process therefore.
3307
3308 2007-11-19 Juanma Barranquero <lekktu@gmail.com>
3309
3310 * replace.el (map-query-replace-regexp): Doc fix (revert part of
3311 2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
3312
3313 2007-11-19 Dan Nicolaescu <dann@ics.uci.edu>
3314
3315 * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
3316 * play/yow.el (doctor-ret-or-read):
3317 * vc-hooks.el (vc-dired-resynch-file):
3318 * vc-hg.el (log-view-get-marked):
3319 * smerge-mode.el (ediff-cleanup-mess):
3320 * pcvs.el (vc-editable-p, vc-checkout):
3321 * pcomplete.el (comint-bol):
3322 * informat.el (texinfo-format-refill):
3323 * ido.el (tramp-tramp-file-p):
3324 * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
3325 (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
3326 * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
3327 functions.
3328
3329 * textmodes/ispell.el (ispell-int-char): Make it a defalias
3330 instead of fset.
3331 (ispell-message): Use with-no-warnings for sc-cite-regexp call.
3332
3333 * ido.el (ido-file-internal): Move with-no-warnings to include the
3334 ffap-string-at-point call.
3335
3336 * pcomplete.el (pcomplete-executables): Move defsubst before first use.
3337
3338 * vc-hg.el (vc-hg-revision-table): Fix last change.
3339
3340 2007-11-19 Martin Rudalics <rudalics@gmx.at>
3341
3342 * menu-bar.el (top-level): Deactivate clipboard-kill-region and
3343 clipboard-yank when the buffer is read-only.
3344
3345 * cus-edit.el (custom-field-keymap): Move to other Custom mode
3346 keymaps such that it's before the definition of Custom-mode-menu.
3347 (Custom-mode-menu): Show it for custom-field-keymap too.
3348
3349 2007-11-19 Nick Roberts <nickrob@snap.net.nz>
3350
3351 * progmodes/gdb-ui.el: Update commentary.
3352
3353 2007-11-18 Dan Nicolaescu <dann@ics.uci.edu>
3354
3355 * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
3356
3357 2007-11-19 Glenn Morris <rgm@gnu.org>
3358
3359 * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
3360 does not exist, try adding `.el' extension. Also search for defsubsts.
3361
3362 * cus-edit.el (recentf-expand-file-name):
3363 * dired.el (dired-relist-entry):
3364 * subr.el (w32-shell-dos-semantics):
3365 * emacs-lisp/bytecomp.el (compilation-forget-errors):
3366 Declare as functions.
3367
3368 2007-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3369
3370 * abbrev.el (kill-all-abbrevs, insert-abbrevs)
3371 (prepare-abbrev-list-buffer): Use dolist.
3372 (clear-abbrev-table): Preserve properties.
3373
3374 2007-11-18 Shigeru Fukaya <shigeru.fukaya@gmail.com> (tiny change)
3375
3376 * textmodes/texinfmt.el (texinfo-format-printindex):
3377 Collect combined indexes using texinfo-short-index-format-cmds-alist.
3378 Reported on <bug-texinfo@gnu.org>.
3379
3380 2007-11-18 Michael Albinus <michael.albinus@gmx.de>
3381
3382 * net/tramp.el (tramp-completion-reread-directory-timeout):
3383 New defcustom.
3384 (tramp-handle-file-name-all-completions): Flush directory contents
3385 from cache regularly.
3386 (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
3387 (tramp-open-connection-setup-interactive-shell):
3388 Call `tramp-cleanup-connection' via funcall.
3389
3390 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
3391 created when copying.
3392
3393 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
3394
3395 * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
3396 * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
3397 * eshell/esh-ext.el (eshell-external-command):
3398 * eshell/esh-cmd.el (require):
3399 * eshell/em-unix.el (eshell-plain-locate-behavior):
3400 * eshell/em-cmpl.el (eshell-cmpl-initialize):
3401 Replace eshell-under-xemacs-p with (featurep 'xemacs).
3402 * eshell/esh-mode.el (characterp, char-int): Remove unused
3403 conditional defaliases.
3404
3405 * pcomplete.el (pcomplete-event-matches-key-specifier-p):
3406 Rename from event-matches-key-specifier-p, define unconditionally.
3407 (event-basic-type): Remove unused defalias.
3408 (pcomplete-show-completions):
3409 Use pcomplete-event-matches-key-specifier-p.
3410
3411 2007-11-17 Eli Zaretskii <eliz@gnu.org>
3412
3413 * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
3414 when saving esh-groups.el.
3415
3416 2007-11-17 Martin Rudalics <rudalics@gmx.at>
3417
3418 * wid-edit.el (widget-default-complete):
3419 * progmodes/flymake.el (flymake-goto-file-and-line):
3420 Fix typo in (doc-)string.
3421
3422 2007-11-17 Glenn Morris <rgm@gnu.org>
3423
3424 * emacs-lisp/byte-run.el (declare-function): New macro.
3425 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
3426 New function, byte-hunk-handler for declare-function.
3427 (byte-compile-callargs-warn): Handle declared functions.
3428
3429 * emacs-lisp/check-declare.el: New file.
3430 * Makefile.in (check-declare): New target.
3431
3432 * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
3433
3434 * subr.el (process-lines): Move here from ../admin/admin.el.
3435 * emacs-lisp/authors.el (authors-process-lines): Remove.
3436 (authors): Use process-lines rather than authors-process-lines.
3437
3438 * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
3439 Remove these files.
3440
3441 2007-11-17 Juanma Barranquero <lekktu@gmail.com>
3442
3443 * emacs-lisp/backquote.el (backquote):
3444 Improve argument/docstring consistency.
3445
3446 * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
3447 (ring-length, ring-empty-p): Use c[ad]dr.
3448 (ring-plus1): Use `1+'.
3449 (ring-minus1): Use `zerop'.
3450 (ring-remove): Use c[ad]dr. Use `when'.
3451 (ring-copy): Use c[ad]dr. Use `let', not `let*'.
3452 (ring-ref): Use `let', not `let*'.
3453 (ring-insert-at-beginning): Use c[ad]dr. Doc fix.
3454 (ring-insert+extend): Use c[ad]dr. Fix typo in docstring.
3455 (ring-member): Simplify. Doc fix.
3456 (ring-convert-sequence-to-ring): Simplify.
3457
3458 2007-11-17 Juri Linkov <juri@jurta.org>
3459
3460 * dired-aux.el (dired-create-directory): Allow creating
3461 a directory of an arbitrary depth. Add a loop to find the topmost
3462 nonexistent parent dir `new', and call `dired-add-file' on it.
3463 Set the `PARENTS' arg of `make-directory' to t.
3464
3465 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3466
3467 * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
3468 (math-build-parse-table): Get parse information from math-parse-table.
3469
3470 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3471
3472 * window.el (recenter-last-op): New var.
3473 (recenter-top-bottom): New command.
3474 (global-map): Bind it to C-l.
3475
3476 * abbrev.el (abbrev--write): Fix error in transcription from C.
3477
3478 * emulation/pc-select.el (pc-select-shifted-mark): Remove.
3479 (pc-select-ensure-mark): Set mark-active to a special value instead.
3480 Rename from ensure-mark. Update call callers.
3481 (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
3482 Rewrite. Update all callers.
3483 (pc-selection-mode): Remove redundant var declaration.
3484
3485 2007-11-16 Tassilo Horn <tassilo@member.fsf.org>
3486
3487 * doc-view.el (doc-view-search-backward, doc-view-search):
3488 Fix assignment to free variable bug.
3489
3490 2007-11-16 Martin Pohlack <mp26@os.inf.tu-dresden.de> (tiny change)
3491
3492 * emulation/pc-select.el (pc-select-shifted-mark): New var.
3493 (ensure-mark): Set it.
3494 (maybe-deactivate-mark): New fun.
3495 Use it everywhere instead of (setq mark-active nil).
3496
3497 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
3498
3499 * textmodes/reftex-dcr.el (reftex-start-itimer-once):
3500 Add check for XEmacs.
3501
3502 * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
3503
3504 * doc-view.el (doc-view-resolution): Add missing :group.
3505
3506 2007-11-16 Juanma Barranquero <lekktu@gmail.com>
3507
3508 * subr.el (make-variable-frame-local):
3509 Fix typo in obsolescence declaration.
3510
3511 2007-11-16 Werner Lemberg <wl@gnu.org>
3512
3513 * files.el (set-auto-mode-1): Check second line for -*- if file
3514 starts with '\" (which is used by man pages to identify needed
3515 troff preprocessors).
3516
3517 2007-11-16 Glenn Morris <rgm@gnu.org>
3518
3519 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
3520
3521 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3522
3523 * calc/calc-lang.el (math-oper-table): Fix typo.
3524 Reduce precedence of "/" for TeX.
3525
3526 * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
3527
3528 2007-11-16 Juri Linkov <juri@jurta.org>
3529
3530 * dired-aux.el (dired-read-shell-command-default): New function.
3531 (dired-read-shell-command): Use its return value for DEFAULT arg.
3532
3533 * replace.el (keep-lines-read-args, occur-read-primary-args):
3534 Use a list of default values for DEFAULT arg of read-from-minibuffer.
3535
3536 * man.el (Man-heading-regexp): Add 0-9.
3537 (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
3538
3539 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3540
3541 * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
3542 (doc-view-resolution): New custom var.
3543 (doc-view-pdf/ps->png): Use it.
3544 (doc-view-shrink-factor): New var.
3545 (doc-view-enlarge, doc-view-shrink): New commands.
3546 (doc-view-mode-map): Use them.
3547
3548 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
3549
3550 * ediff-wind.el (ediff-window-setup-function):
3551 * simple.el (normal-erase-is-backspace):
3552 * eshell/em-unix.el (eshell/info):
3553 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
3554 Fix typos in docstrings.
3555
3556 * emulation/cua-base.el (cua--keymaps-initialized):
3557 Rename from `cua--keymaps-initalized'. Callers changed.
3558 (cua-highlight-region-shift-only): Doc fix.
3559 (cua-paste-pop): Fix typo in docstring.
3560
3561 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3562
3563 * emulation/cua-base.el (cua--pre-command-handler-1):
3564 Use input-decode-map instead of function-key-map.
3565 Use event-modifiers now that it works reliably.
3566
3567 * vc.el (vc-diff-internal): Pop-to-buffer later.
3568
3569 * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
3570
3571 * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
3572 did not touch them.
3573
3574 2007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
3575
3576 * calc/calc-menu.el: New file.
3577 * calc/calc.el (calc-mode): Require calc-menu.
3578
3579 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
3580
3581 * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
3582
3583 2007-11-14 Nick Roberts <nickrob@snap.net.nz>
3584
3585 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
3586 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
3587 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
3588 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
3589 locations.
3590 (gdb-info-breakpoints-custom, gdb-assembler-custom)
3591 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
3592 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
3593
3594 2007-11-13 Noah Friedman <friedman@splode.com>
3595
3596 * calc/calc.el: Add `backward-delete-char-untabify' to the list of
3597 bindings to remap when `calc-scan-for-dels' is non-nil.
3598
3599 2007-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3600
3601 * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
3602 constant forms.
3603 (byte-compile-nilconstp): New function.
3604 (byte-optimize-cond): Kill subsequent branches when a branch is
3605 know to be taken or not taken.
3606 (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
3607
3608 2007-11-13 Dan Nicolaescu <dann@ics.uci.edu>
3609
3610 * vc.el (vc-register): Allow registering a file passed as a
3611 parameter instead of just the current buffer.
3612
3613 2007-11-12 Michael Albinus <michael.albinus@gmx.de>
3614
3615 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
3616 Check whether the output of "uname -sr" has been changed.
3617
3618 2007-11-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3619
3620 * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
3621 patterns from compilation-perl.el and compilation-weblint.el files.
3622
3623 2007-11-12 Dan Nicolaescu <dann@ics.uci.edu>
3624
3625 * progmodes/compilation-perl.el:
3626 * progmodes/compilation-weblint.el: Disable autoloads, they cause
3627 a bootstrap failure.
3628
3629 * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
3630 instead of doing "cvs diff" in order to avoid accessing the repository.
3631
3632 2007-11-12 Kevin Ryde <user42@zip.com.au>
3633
3634 * progmodes/compilation-perl.el:
3635 * progmodes/compilation-weblint.el: New files.
3636
3637 2007-11-11 Juanma Barranquero <lekktu@gmail.com>
3638
3639 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
3640 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
3641 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
3642 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
3643 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
3644 Rewrite in active voice.
3645
3646 2007-11-11 Tassilo Horn <tassilo@member.fsf.org>
3647
3648 * doc-view.el: Add comments about isearch support.
3649
3650 2007-11-11 Dan Nicolaescu <dann@ics.uci.edu>
3651
3652 * vc.el (vc-start-entry): Fix setting the in the case the function
3653 is called from vc-dired. Use when instead of if where appropriate.
3654
3655 2007-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3656
3657 * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
3658 to be a list.
3659 (ps-begin-job): Error if ps-lpr-switches is not a list.
3660
3661 2007-11-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3662
3663 * faces.el (face-normalize-spec): Remove function.
3664 (frame-set-background-mode): Undo last change.
3665
3666 2007-11-10 Jason Rumney <jasonr@gnu.org>
3667
3668 * w32-fns.el: Sync charset names with setup-default-fontset.
3669 Append "-1" where second part missing.
3670
3671 2007-11-10 Juri Linkov <juri@jurta.org>
3672
3673 * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
3674 Fix docstring. Reported by Leo <sdl.web@gmail.com>.
3675
3676 * custom.el (custom-note-var-changed): Remove the `interactive'
3677 spec from this new non-interactive function.
3678
3679 2007-11-10 Tassilo Horn <tassilo@member.fsf.org>
3680
3681 * doc-view.el (doc-view-mode-map, doc-view-menu)
3682 (doc-view-pdf->txt-sentinel): Adapt to new search UI.
3683 (doc-view-search-backward): New function.
3684 (doc-view-search): Query new regexp if prefix arg is given, else
3685 jump to next/previous match.
3686 (doc-view-mode): Handle compressed files.
3687 (jka-compr): Required for compressed files.
3688
3689 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
3690
3691 * replace.el (query-replace-show-replacement): New defcustom.
3692 (perform-replace): Use `match-substitute-replacement' if
3693 `query-replace-show-replacement' is non-nil.
3694
3695 2007-11-10 David Kastrup <dak@gnu.org>
3696
3697 * subr.el (match-substitute-replacement): New function.
3698
3699 2007-11-10 Carsten Dominik <dominik@science.uva.nl>
3700
3701 * files.el (auto-mode-alist): Select org-mode for files with the
3702 extension ".org".
3703
3704 2007-11-10 Martin Rudalics <rudalics@gmx.at>
3705
3706 * help.el (help-window, help-window-point-marker): New variables.
3707 (help-window-select): New option.
3708 (with-help-window): New macro for displaying help windows.
3709 (help-window-display-message, help-window-setup-finish)
3710 (help-window-setup): New functions used for setting up help windows.
3711 (print-help-return-message): Reset help-window to nil.
3712 (view-lossage): Use with-help-window instead of
3713 with-output-to-temp-buffer and move help-window-point-marker after
3714 inserted text.
3715 (describe-bindings, describe-key, describe-mode): Use
3716 with-help-window instead of with-output-to-temp-buffer.
3717
3718 * help-mode.el (help-mode): Set view-exit-action to bury the
3719 buffer instead of fiddling with windows. Simplify code.
3720 (help-mode-finish): When help-window eqs t set it to the selected
3721 window and have with-help-window set up view-return-to-alist.
3722 (help-buffer): Add autoload cookie.
3723
3724 * view.el (view-remove-frame-by-deleting): Change default value to t.
3725 Add autoload cookie.
3726 (view-exit-action, view-file, view-file-other-window)
3727 (view-file-other-frame, view-buffer, view-buffer-other-window)
3728 (view-buffer-other-frame): Rewrite doc strings.
3729 (view-return-to-alist-update): New function to remove stale entries
3730 from view-return-to-alist.
3731 (view-mode-enter): Rewrite doc string and simplify code.
3732 (view-mode-exit): Handle new case 'keep-frame. Don't reset
3733 view-exit-action to nil. Simplify code and rewrite doc string.
3734
3735 * apropos.el (apropos-describe-plist):
3736 * descr-text.el (describe-char):
3737 * disp-table.el (describe-display-table):
3738 * faces.el (list-faces-display, describe-face):
3739 * facemenu.el (list-colors-display):
3740 * help-fns.el (describe-function, describe-variable)
3741 (describe-syntax, describe-categories):
3742 Use with-help-window instead of with-output-to-temp-buffer.
3743
3744 2007-11-10 Dan Nicolaescu <dann@ics.uci.edu>
3745
3746 * emacs-lisp/byte-opt.el (byte-optimize-featurep):
3747 Optimize (featurep 'emacs) to t.
3748
3749 * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
3750 New function.
3751 (byte-compile-maybe-guarded): Use it to also look for bound
3752 symbols inside `and' forms. Comment out non-working code that was
3753 trying to avoid warnings for XEmacs code.
3754
3755 * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
3756
3757 * vc-svn.el (vc-svn-print-log, vc-svn-diff):
3758 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
3759 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
3760 (vc-cvs-annotate-command):
3761 * vc-arch.el (vc-arch-diff): Remove test to check if start-process
3762 is bound, it always is.
3763
3764 2007-11-10 Jason Rumney <jasonr@gnu.org>
3765
3766 * term/w32-win.el (w32-initialize-window-system): Move SJIS font
3767 setup here from global scope.
3768
3769 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
3770
3771 * ido.el (ido-save-history): Save the history file in UTF-8, not
3772 the current filename coding system.
3773
3774 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3775
3776 * simple.el (interprogram-cut-function, interprogram-paste-function):
3777 Don't make them frame-local any more.
3778
3779 * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
3780 Don't set interprogram-(cut|paste)-function on each frame.
3781
3782 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
3783 Make them work in tty frames.
3784 (interprogram-cut-function, interprogram-paste-function):
3785 Set them globally.
3786
3787 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
3788
3789 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
3790 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
3791 (iso-iso2duden-trans-tab): Add docstring.
3792
3793 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3794
3795 * abbrev.el (define-abbrev-table): Record the variable definition.
3796
3797 * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
3798 New function.
3799
3800 2007-11-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3801
3802 * ps-print.el: Clean the code for checking suitable Emacs version.
3803 (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
3804 (ps-print-version): New version 6.8.1.
3805
3806 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
3807
3808 * files.el (enable-local-variables): Doc fix.
3809
3810 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
3811
3812 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
3813
3814 2007-11-09 Sven Joachim <svenjoac@gmx.de>
3815
3816 * dired-aux.el (dired-copy-file-recursive):
3817 Preserve directory permissions.
3818
3819 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
3820
3821 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
3822 (whitespace-unload-function): New-style unload function. When run,
3823 unintern `whitespace-unload-hook' and call `unload-feature' recursively
3824 to stop the old hook from messing with the unloading.
3825
3826 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
3827
3828 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
3829 (elp-unset-master, elp-results): Fix typos.
3830 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
3831 Doc fixes.
3832
3833 * msb.el (msb--many-menus): Remove variable.
3834 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
3835 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
3836 (msb--toggle-menu-type): Fix typos in docstrings.
3837
3838 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
3839 (shadow-insert-var): Doc fixes.
3840 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
3841 Reflow docstrings.
3842 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
3843
3844 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
3845
3846 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
3847 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
3848 Fix typos in autoload docstrings.
3849
3850 2007-11-09 Richard Stallman <rms@gnu.org>
3851
3852 * savehist.el (savehist-save): Obey savehist-ignored-variables.
3853
3854 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
3855
3856 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
3857 (gdb-var-update-handler-1): Use it.
3858
3859 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
3860
3861 * loadhist.el (unload-feature): Remove erroneous check for the
3862 FEATURE-unload-function variable; check the existence of the
3863 function (that's what the docstring says, and it makes more sense).
3864
3865 * follow.el (follow-unload-function): Add docstring.
3866 (follow-unload-function): Remove variable.
3867
3868 * server.el (server-unload-function): Remove variable.
3869 (server-unload-function): Unbind `server-edit' from `C-x #'.
3870
3871 * ses.el (ses-unload-function): New function.
3872
3873 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
3874
3875 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
3876 (unsafep-progn, unsafep-let): Fix typos in docstrings.
3877
3878 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
3879 before use to avoid a warning in packages that require uniquify.
3880 (uniquify-unload-function): New function and var.
3881
3882 2007-11-09 Dan Nicolaescu <dann@ics.uci.edu>
3883
3884 * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
3885 (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
3886 (ediff-current-diff-A, ediff-current-diff-B)
3887 (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
3888 (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
3889 (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
3890 (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
3891 (ediff-odd-diff-Ancestor, ediff-reset-mouse):
3892 * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
3893 (ediff-setup-windows-plain-merge)
3894 (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
3895 (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
3896 * ediff-util.el (ediff-setup-keymap, )
3897 (ediff-toggle-wide-display, ediff-toggle-multiframe)
3898 (ediff-toggle-use-toolbar, ediff-really-quit)
3899 (ediff-good-frame-under-mouse)
3900 (ediff-highlight-diff-in-one-buffer)
3901 (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
3902 (ediff-make-bullet-proof-overlay):
3903 * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
3904 (ediff-set-meta-overlay):
3905 * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
3906 * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
3907 ediff-emacs-p with their former definitions.
3908
3909 * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
3910 (viper-has-face-support-p, viper-inactivate-input-method)
3911 (viper-activate-input-method)
3912 (viper-use-replace-region-delimiters, viper-restore-cursor-type):
3913 * emulation/viper-mous.el (viper-multiclick-timeout)
3914 (viper-surrounding-word, viper-mouse-click-insert-word)
3915 (viper-mouse-click-search-word, viper-parse-mouse-key):
3916 * emulation/viper-macs.el (viper-char-array-to-macro):
3917 * emulation/viper.el (viper-go-away, viper-set-hooks)
3918 (viper-non-hook-settings):
3919 * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
3920 (viper-get-saved-cursor-color-in-insert-mode)
3921 (viper-get-saved-cursor-color-in-emacs-mode)
3922 (viper-check-version, viper-get-visible-buffer-window)
3923 (viper-file-checked-in-p, viper-set-replace-overlay)
3924 (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
3925 (viper-check-minibuffer-overlay, viper-read-key-sequence)
3926 (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
3927 with their former definitions.
3928 (viper-eventify-list-xemacs): Only do work for XEmacs.
3929 (viper-set-unread-command-events): Only do work for Emacs.
3930 (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
3931 (viper-move-overlay, viper-overlay-start, viper-overlay-end)
3932 (viper-overlay-get, viper-overlay-put, viper-read-event)
3933 (viper-characterp, viper-int-to-char, viper-get-face)
3934 (viper-color-defined-p, viper-iconify): New defaliases replacing
3935 the old fsets.
3936
3937 * progmodes/fortran.el (comment-region-function)
3938 (uncomment-region-function): Pacify byte compiler.
3939
3940 * vc.el (vc-diff-internal): Remove code for an old version of gnus.
3941
3942 2007-11-08 Michael Albinus <michael.albinus@gmx.de>
3943
3944 * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
3945 `process-environment'.
3946
3947 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
3948
3949 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
3950 match dir like "a...b".
3951
3952 2007-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3953
3954 * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
3955
3956 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
3957
3958 * net/tramp.el (tramp-handle-substitute-in-file-name):
3959 Don't expand the remote connection identification.
3960 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3961 Set also $PS2 and $PS3 when setting $PS1. Check for shell echoing
3962 before calling stty.
3963
3964 * net/tramp-cache.el (tramp-cache-print)
3965 (tramp-dump-connection-properties): Fix docstring.
3966 (tramp-list-connections): Rename from `tramp-cache-list-connections'.
3967
3968 * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
3969
3970 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
3971 remote connection identification when setting connection property.
3972
3973 * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
3974 "//" substitutes only in the local filename part.
3975
3976 2007-11-07 David Hansen <david.hansen@gmx.net>
3977
3978 * eshell/em-glob.el (eshell-extended-glob): Sort matches.
3979
3980 2007-11-07 Glenn Morris <rgm@gnu.org>
3981
3982 * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
3983 Remove superfluous concats. Move final set-buffer to
3984 non-emacs-specific code.
3985
3986 2007-11-07 Rob Riepel <riepel@networking.stanford.edu>
3987
3988 * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
3989
3990 2007-11-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
3991
3992 * eshell/esh-mode.el (eshell-output-filter):
3993 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
3994 Use `with-current-buffer'.
3995
3996 2007-11-07 Andreas Schwab <schwab@suse.de>
3997
3998 * server.el (server-start): Only register cleanup after server was
3999 started.
4000
4001 2007-11-06 Michael Albinus <michael.albinus@gmx.de>
4002
4003 * net/tramp.el (top): Don't autoload `tramp-cache-print'.
4004
4005 * net/tramp-cache (tramp-cache-print): Move down.
4006 (tramp-cache-list-connections): New defun.
4007
4008 * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
4009
4010 2007-11-06 Juanma Barranquero <lekktu@gmail.com>
4011
4012 * ido.el (ido-save-history): Write the history file in the current
4013 filename coding system, and add `coding' file-local variable.
4014
4015 2007-11-06 Carsten Dominik <dominik@science.uva.nl>
4016
4017 * textmodes/org.el (org-table-formula-substitute-names):
4018 Remove forgotten temporary debugging code.
4019
4020 2007-11-05 Michael Albinus <michael.albinus@gmx.de>
4021
4022 * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
4023 the prompt.
4024
4025 2007-10-05 Chris Moore <christopher.ian.moore@gmail.com>
4026
4027 * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
4028
4029 2007-11-05 Simon Josefsson <simon@josefsson.org>
4030
4031 * net/tls.el (tls-end-of-info): Doc fix.
4032
4033 2007-11-05 Kenichi Handa <handa@ni.aist.go.jp>
4034
4035 * international/utf-7.el (utf-7-imap): New coding system.
4036 (utf-7-imap-post-read-conversion): New function.
4037 (utf-7-imap-pre-write-conversion): New function.
4038
4039 2007-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
4040
4041 * abbrev.el (abbrev--write): Fix up typo.
4042
4043 2007-11-04 Juanma Barranquero <lekktu@gmail.com>
4044
4045 * abbrev.el (define-abbrev-table): Doc fix.
4046
4047 2007-11-04 Thien-Thi Nguyen <ttn@gnuvola.org>
4048
4049 * info.el (Info-revert-buffer-function): New func.
4050 (Info-mode): Arrange to use it for reverting.
4051 (Info-copy-current-node-name): Add space between filename and nodename.
4052
4053 2007-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
4054
4055 * abbrev.el (expand-abbrev): Move point back to expansion's end.
4056
4057 2007-11-04 Glenn Morris <rgm@gnu.org>
4058
4059 * net/tls.el: Don't require rx when compiling.
4060 (tls-end-of-info): Rewrite without using rx.
4061 (open-tls-stream): Use with-current-buffer.
4062
4063 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
4064
4065 * net/tls.el: Require rx when compiling.
4066 (tls-end-of-info): New variable.
4067 (open-tls-stream): Keep reading input until `tls-end-of-info' is
4068 matched.
4069
4070 2007-11-03 Sean O'Rourke <seano@cs.ucla.edu>
4071
4072 * register.el (append-to-register, prepend-to-register):
4073 Don't signal error on empty register; use the text, instead.
4074
4075 2007-11-03 Michael Olson <mwolson@gnu.org>
4076
4077 * textmodes/remember.el (remember-buffer):
4078 Use define-obsolete-function-alias rather than defalias.
4079
4080 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
4081
4082 * simple.el (bad-packages-alist): Anchor semantic regexp.
4083
4084 2007-11-03 Glenn Morris <rgm@gnu.org>
4085
4086 * newcomment.el (comment-dwim): Call comment-insert-comment-function,
4087 if defined, for blank lines. Doc fix.
4088
4089 * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
4090 (fortran-mode): Set values for comment-region-function,
4091 uncomment-region-function and comment-insert-comment-function.
4092 (fortran-uncomment-region): New function.
4093
4094 * textmodes/nroff-mode.el (nroff-mode):
4095 Set comment-insert-comment-function rather than indent-line-function.
4096 (nroff-indent-line-function): Remove.
4097 (nroff-insert-comment-function): New function.
4098
4099 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
4100
4101 * ediff-vers.el (ediff-vc-working-revision): Add a quote.
4102
4103 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
4104
4105 * emulation/viper-ex.el (viper-ex): Do not ignore the region.
4106
4107 * emulation/viper-cmd.el (viper-prev-destructive-command)
4108 (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
4109 copy-sequence.
4110
4111 * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
4112 Got rid of ediff-copy-list.
4113
4114 * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
4115 use face-name.
4116 (ediff-test-utility, ediff-diff-mandatory-option)
4117 (ediff-reset-diff-options): Remove to simplify the mandatory option
4118 handling on Windows.
4119 (ediff-set-diff-options): Add.
4120 (ediff-diff-options): Set "--binary" option as default in some cases.
4121
4122 * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
4123 (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
4124 ediff-vc-working-revision. Require vc-hooks.
4125
4126 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
4127
4128 * files.el (hack-local-variables): Fix membership tests to avoid
4129 treating all variables as safe if `enable-local-variables' is
4130 set to :safe (CVE-2007-5795).
4131
4132 2007-11-02 Glenn Morris <rgm@gnu.org>
4133
4134 * newcomment.el (comment-indent): Let comment-insert-comment-function,
4135 if defined, do all the work of inserting a new comment.
4136
4137 * progmodes/etags.el (tags-table-mode): Disable undo.
4138
4139 * simple.el (bad-packages-alist): Revert previous change.
4140
4141 2007-11-02 Dan Nicolaescu <dann@ics.uci.edu>
4142
4143 * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
4144
4145 * obsolete/lselect.el: Do not warn about unknown functions.
4146
4147 2007-11-02 Michael Olson <mwolson@gnu.org>
4148
4149 * textmodes/remember.el (remember-buffer): Make this an alias of
4150 remember-finalize, because Org uses it.
4151
4152 2007-11-01 Michael Olson <mwolson@gnu.org>
4153
4154 * textmodes/remember.el: Improve documentation in heading.
4155 (remember-before-remember-hook): Turn into a customizable option.
4156 (remember): Document INITIAL argument.
4157 (remember-region): Remove autoload cookie. Improve docstring to
4158 mention that it is called from the *Remember* buffer, and does not
4159 have any functional overlap with the `remember' function.
4160 (remember-finalize): Remove autoload cookie. Rename from
4161 remember-buffer to emphasize that this does not have any
4162 functional overlap with the `remember' function.
4163 (remember-destroy): Remove autoload cookie.
4164 (remember-mode-map): Define and initialize in one step.
4165 (remember-mode): Improve docstring.
4166 (remember-annotation-functions): Default to just '(buffer-file-name),
4167 and don't try to take the default value from Planner.
4168
4169 2007-11-01 Glenn Morris <rgm@gnu.org>
4170
4171 * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
4172
4173 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
4174
4175 * emacs-lisp/authors.el (authors-scan-change-log)
4176 (authors-scan-el): Don't enable local eval; enable only safe local
4177 variables, without querying.
4178
4179 * mail/footnote.el (footnote-numeric-regexp)
4180 (footnote-english-upper-regexp, footnote-english-lower-regexp)
4181 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
4182 Match multi-character footnotes.
4183
4184 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
4185 (nroff-indent-line-function): New function.
4186 (nroff-count-text-lines): Use nroff-forward-text-line rather than
4187 obsolete alias.
4188
4189 2007-11-01 Ryan Yeske <rcyeske@gmail.com>
4190
4191 * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
4192 (rcirc-elapsed-lines): New argument PROCESS. Update callers.
4193 (rcirc-print): Only update the line count when not marking the
4194 line as omittable.
4195 (rcirc-log-write): Specify coding system when writing logfile.
4196 (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
4197
4198 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
4199
4200 * printing.el (printing): Fix :version, printing.el was included
4201 for in emacs-22.1.
4202 (pr-path-style, pr-path-alist, pr-txt-name)
4203 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
4204 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
4205 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
4206 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
4207 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
4208 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
4209 (pr-setting-database, pr-visible-entry-list)
4210 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
4211 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
4212
4213 * ediff-util.el (ediff-nuke-selective-display): Move definition to
4214 top level, make it dependent on the emacs flavor.
4215
4216 * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
4217 Test for XEmacs not for itimer.
4218
4219 * term/sun-mouse.el:
4220 * obsolete/sun-fns.el:
4221 * obsolete/sun-curs.el: Remove files.
4222
4223 * term/sun.el (select-previous-complex-command): Remove obsolete code.
4224
4225 2007-10-31 Tassilo Horn <tassilo@member.fsf.org>
4226
4227 * doc-view.el (doc-view-cache-directory): Fix bug where an integer
4228 was given to concat.
4229
4230 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
4231
4232 * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
4233 used normally for goto-line. Change `g' to revert the buffer.
4234 Add redundant `r' binding for buffer-revert.
4235
4236 * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
4237 (mail-abbrevs-setup): Use abbrev-expand-functions.
4238 (build-mail-abbrevs): Use with-temp-buffer.
4239 (define-mail-abbrev): Simplify.
4240 (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
4241 Change it for use on abbrev-expand-functions.
4242 (mail-abbrev-complete-alias): Use with-syntax-table.
4243
4244 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
4245
4246 * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
4247 directly. Fix bug in deleting temp file.
4248
4249 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
4250
4251 * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
4252 Merge defvar and define-abbrev-table.
4253 (def-python-skeleton): Use :case-fixed and :enable-function.
4254 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
4255 Remove.
4256 (python-mode): Don't modify pre-abbrev-expand-hook.
4257
4258 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
4259
4260 * ediff-util.el (ediff-file-checked-out-p)
4261 (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
4262
4263 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
4264
4265 * abbrev.el (abbrev-symbol): Correct let->let*.
4266 (abbrev--before-point): Only use abbrev-start-location if before point.
4267
4268 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
4269
4270 * strokes.el (strokes-alphabetic-lessp): Simplify. Doc fix.
4271 (strokes-unload-hook): Remove function and variable.
4272 (strokes-unload-function): New-style unload function, adapted
4273 from `strokes-unload-hook'.
4274
4275 * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
4276 (cl-unload-hook): Remove variable.
4277 (cl-unload-function): New-style unload function, adapted
4278 from `cl-cannot-unload'.
4279
4280 * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
4281 (elp-unload-function): New-style unload function, adapted
4282 from `elp-unload-hook'.
4283
4284 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
4285
4286 * emacs-lisp/find-func.el (find-library): Use library at
4287 point as default interactive argument.
4288
4289 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
4290
4291 * shadowfile.el (shadow-join): Remove.
4292 (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
4293 (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
4294 (shadowfile-unload-hook): Remove function and variable.
4295 (shadowfile-unload-function): New-style unload function, adapted
4296 from `shadowfile-unload-hook'.
4297
4298 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
4299
4300 * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
4301 only if it is bound.
4302
4303 * textmodes/reftex.el: Move autoloads for before all uses.
4304 (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
4305 (reftex-delete-overlay): Move to the top level with the condition
4306 in the body.
4307
4308 * progmodes/simula.el: Use when instead of if.
4309
4310 * iimage.el (iimage-locate-file): Define unconditionally.
4311
4312 * mail/mailabbrev.el (mail-abbrev-next-line):
4313 * emulation/vip.el (vip-enlarge-region, vip-line)
4314 (vip-next-line-at-bol, vip-previous-line)
4315 (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
4316 Wrap with-no-warnings around uses of next-line and previous-line.
4317
4318 * ediff.el (run-ediff-from-cvs-buffer):
4319 * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
4320 Remove function not used by pcl-cvs anymore.
4321 (noninteractive, generic-sc-get-latest-rev)
4322 (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
4323 Delete support for long obsolete generic-sc.el.
4324
4325 2007-10-31 Glenn Morris <rgm@gnu.org>
4326
4327 * cvs-status.el: No longer require pcvs when compiling.
4328
4329 * doc-view.el (doc-view-conversion-refresh-interval)
4330 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
4331 (doc-view-reset-slice): Doc fixes.
4332 (doc-view-menu): Remove deleted function doc-view-edit-doc.
4333
4334 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
4335
4336 * help-at-pt.el (help-at-pt-unload-hook): Remove.
4337 Timers are automatically canceled by `unload-feature'.
4338
4339 * delsel.el (delsel-unload-hook): Remove function and variable.
4340 (delsel-unload-function): New-style unload function, adapted
4341 from `delsel-unload-hook'.
4342
4343 * msb.el (msb-unload-hook): Remove function and variable.
4344 (msb-unload-function): New-style unload function, adapted from
4345 `msb-unload-hook'.
4346
4347 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
4348
4349 * desktop.el (uniquify-managed): Pacify byte compiler.
4350 (desktop-buffer-info): If the buffer name is managed by uniquify,
4351 save the base name, not the uniquified one.
4352 (desktop-create-buffer): Allow `rename-buffer' to generate a new
4353 name in case of conflict.
4354
4355 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
4356
4357 * doc-view.el: Use expand-file-name rather than concat.
4358 (doc-view-cache-directory): Add the UID so multiple users won't clash.
4359 (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
4360 (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
4361 (doc-view-toggle-display): Use an overlay over the whole buffer so as
4362 not to have to touch the buffer's content.
4363 (doc-view-initiate-display): New function, extracted from doc-view-mode.
4364 (doc-view-mode): Use it. Don't mark as a special mode.
4365 Put the page numbers in the modeline.
4366 Set up the overlay. Hide the cursor. Run the mode hook.
4367 Use after-revert-hook rather than revert-buffer-function.
4368 (doc-view-search-internal): Fix typo.
4369 (doc-view-convert-current-doc, doc-view-insert-image): Delay the
4370 image-cache flush.
4371 (doc-view-reconvert-doc): Don't reset the whole mode.
4372 (doc-view-make-safe-dir): New function.
4373 (doc-view-current-cache-dir): Use it.
4374
4375 2007-10-30 Jason Rumney <jasonr@gnu.org>
4376
4377 * time.el (display-time-world-list): Test for zoneinfo support.
4378
4379 2007-10-30 Michael Albinus <michael.albinus@gmx.de>
4380
4381 * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
4382
4383 * net/tramp-cache.el (tramp-flush-file-function): Check also
4384 `default-directory' if `buffer-file-name' does not return a
4385 string. Added to `eshell-pre-command-hook'.
4386
4387 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
4388
4389 * doc-view.el (doc-view-current-doc): Remove.
4390 Replace all uses by buffer-file-name.
4391 (doc-view-menu): New menu.
4392 (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
4393 unused var `doc'.
4394 (doc-view-sort): Simplify.
4395 (doc-view-buffer-message): Don't change buffer-modified-p.
4396 (doc-view-mode): Change it here instead.
4397 Tighten scoping of prev-major-mode. Don't re-insert the file's content.
4398 Don't modify the global value of revert-buffer-function.
4399
4400 * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
4401 (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
4402 (image-toggle-display): Take overlays into account and don't assume
4403 point-min==1.
4404
4405 2007-10-30 Thien-Thi Nguyen <ttn@gnuvola.org>
4406
4407 * vc.el (vc-annotate): Fix omission bug:
4408 Specify value for vc-sentinel-movepoint.
4409
4410 2007-10-30 Michael Olson <mwolson@gnu.org>
4411
4412 * textmodes/remember.el (remember-mode-hook)
4413 (remember-handler-functions, remember-annotation-functions):
4414 Add additional items as options, including some Org functions.
4415
4416 2007-10-30 Tassilo Horn <tassilo@member.fsf.org>
4417
4418 * doc-view.el: Remove cl-dependency.
4419 (doc-view-buffer-message): Mention new binding K.
4420 (doc-view-convert-current-doc): Use function d-v-current-cache-dir
4421 instead of variable.
4422 (doc-view-current-cache-dir): Better cache dir naming.
4423 (doc-view-current-display): Remove variable.
4424 (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
4425 (doc-view-kill-proc): Set converter process to nil.
4426 (doc-view-minor-mode): New minor mode.
4427 (doc-view-minor-mode-map): New keymap.
4428 (doc-view-mode): Remove text/image switching code. Use plain defun.
4429 (doc-view-mode-map): New binding K kills converter process.
4430 Remove C-c C-e binding.
4431 (doc-view-mode-text-map): Remove keymap.
4432 (doc-view-pdf/ps->png): Timer calls d-v-display instead of
4433 d-v-display-maybe.
4434 (doc-view-previous-major-mode): New variable.
4435 (doc-view-ps->pdf): Resort args to make ps2pdf happy.
4436 (doc-view-remove-if): New function.
4437 (doc-view-search-next-match, doc-view-search-previous-match): Use it.
4438 (doc-view-toggle-display): Toggle modes instead of display styles.
4439 (doc-view-reconvert-doc): Adapt to new way of doing things.
4440
4441 * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
4442
4443 2007-10-30 Glenn Morris <rgm@gnu.org>
4444
4445 * dirtrack.el (dirtrack-mode): Doc fix.
4446
4447 * shell.el (shell-dirtrack-verbose, shell-mode)
4448 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
4449
4450 * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
4451 (byte-compile-enable-warning): Doc fix.
4452
4453 * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
4454 suppress byte-opt warning.
4455
4456 2007-10-30 Dan Nicolaescu <dann@ics.uci.edu>
4457
4458 * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
4459 (edt-gnu-emacs19-p): Remove.
4460 (edt-emacs-variant, edt-window-system): Use feature 'emacs.
4461 (edt-xserver, edt-page-backward, edt-beginning-of-line)
4462 (edt-end-of-line-forward, edt-end-of-line-backward)
4463 (edt-one-word-forward, edt-one-word-backward, edt-character)
4464 (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
4465 (edt-find-forward, edt-find-backward, edt-find-next-forward)
4466 (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
4467 (edt-define-key, edt-bottom-check, edt-sentence-forward)
4468 (edt-sentence-backward, edt-paragraph-forward)
4469 (edt-paragraph-backward, edt-restore-key, edt-window-top)
4470 (edt-window-bottom, edt-scroll-window-forward-line)
4471 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
4472 (edt-line-to-top-of-window, edt-paragraph-backward)
4473 (edt-restore-key, edt-window-top, edt-window-bottom)
4474 (edt-scroll-window-forward-line)
4475 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
4476 (edt-line-to-middle-of-window, edt-goto-percentage)
4477 (edt-display-the-time, edt-remember, edt-split-window)
4478 (edt-emulation-on, edt-emulation-off)
4479 (edt-default-emulation-setup, edt-user-emulation-setup)
4480 (edt-select-default-global-map, edt-select-user-global-map):
4481 Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
4482 tests.
4483
4484 * textmodes/reftex-index.el (reftex-index-selection-or-word):
4485 Use feature test instead of boundp test so it can be resolved at
4486 compile time.
4487
4488 * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
4489
4490 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
4491
4492 * abbrev.el: Rename `count' and `system-flag' to :count and :system.
4493 Update all users.
4494 (abbrev-get, abbrev-put): Simplify.
4495 (define-abbrev): Don't store the `force' value in the :system property.
4496 (abbrev--before-point): Obey the :enable-function of the abbrev as well.
4497
4498 2007-10-30 Michael Olson <mwolson@gnu.org>
4499
4500 * desktop.el (desktop-minor-mode-table): Add line for ERC.
4501
4502 * textmodes/remember.el: New file that implements a mode for
4503 quickly jotting down things to remember.
4504
4505 * textmodes/remember-diary.el: A backend for remember.el that
4506 implements saving notes to a Diary file.
4507
4508 2007-10-29 Ken Manheimer <ken.manheimer@gmail.com>
4509
4510 * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
4511 Relocate in file.
4512 (allout-doublecheck-at-and-shallower): Increase to include
4513 slightly greater depths, since yank interaction is now ok.
4514 Also, elaborate the docstring to explain the situation.
4515 (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
4516 instead of concat, so we accommodate key sequences expressed as
4517 vectors as well as strings and lists.
4518 (allout-flag-region, allout-hide-by-annotation): Make the
4519 hidden-text overlays 'front-advance.
4520 (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
4521 (allout-aberrant-container-p, allout-on-current-heading-p)
4522 (allout-e-o-prefix-p, allout-next-heading)
4523 (allout-previous-heading, allout-goto-prefix)
4524 (allout-end-of-prefix, allout-next-sibling-leap)
4525 (allout-next-visible-heading, allout-auto-fill)
4526 (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
4527 (allout-yank-processing, allout-resolve-xref)
4528 (allout-current-topic-collapsed-p, allout-hide-region-body)
4529 (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
4530 (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
4531 (count-trailing-whitespace-region): Preserve match data, so allout
4532 outline navigation doesn't disrupt other Emacs operations.
4533 (allout-beginning-of-line): Retreat to the beginning of the hidden
4534 text, so fields are respected (for submodes that care).
4535 (allout-end-of-line): Preserve mark activation status when jumping.
4536 (allout-open-topic): Account for opening after a child that
4537 contains a hidden trailing newline. Preserve match data.
4538 Run allout-structure-added-hook
4539 (allout-encrypt-decrypted): Preserve match data.
4540 (allout-toggle-current-subtree-exposure): Add new interactive
4541 function for toggle subtree exposure - suggested by tassilo.
4542 (move-beginning-of-line, move-end-of-line): Don't use
4543 line-move-invisible-p, it's obsolete - substitute the code, instead.
4544
4545 2007-10-29 Dan Nicolaescu <dann@ics.uci.edu>
4546
4547 * textmodes/flyspell.el (message-signature-separator):
4548 * longlines.el (message-indent-citation-function): Pacify byte
4549 compiler.
4550
4551 * emacs-lisp/cl-loaddefs.el:
4552 * ldefs-boot.el: Regenerate.
4553
4554 * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
4555 (.el.elc, compile, compile-always, compile-calc)
4556 ($(lisp)/progmodes/cc-mode.elc): Use it.
4557
4558 * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
4559 Only do work for XEmacs.
4560 (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
4561 (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
4562 on XEmacs.
4563 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
4564 (ps-x-color-name, ps-x-color-specifier-p)
4565 (ps-x-copy-coding-system, ps-x-device-class)
4566 (ps-x-extent-end-position, ps-x-extent-face)
4567 (ps-x-extent-priority, ps-x-extent-start-position)
4568 (ps-x-face-font-instance, ps-x-find-coding-system)
4569 (ps-x-font-instance-properties, ps-x-make-color-instance)
4570 (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
4571 (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
4572 (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
4573 (ps-generate-postscript-with-faces): Delete defaliases.
4574 (ps-face-foreground-name, ps-face-background-name)
4575 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
4576 Move definitions to top level, make the body conditional on the Emacs
4577 flavor. Replace uses of deleted aliases and renamed functions.
4578 (ps-generate-postscript-with-faces, ps-color-device): Replace uses
4579 of deleted aliases and renamed functions.
4580
4581 * calc/calc.el (calc-emacs-type-lucid): Remove.
4582 (calc-digit-map, calcDigit-start, calc-read-key)
4583 (calc-clear-unread-commands):
4584 * calc/calc-ext.el (calc-user-key-map): Replace uses of
4585 calc-emacs-type-lucid with (featurep 'xemacs)
4586
4587 * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
4588 (featurep 'xemacs).
4589 (tpu-lucid-emacs19-p): Remove.
4590 (tpu-map-key): Make it a function instead of using fset. Inline
4591 tpu-emacs-map-key and tpu-lucid-map-key. Use featurep 'xemacs.
4592 (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
4593
4594 * ielm.el: Use featurep 'xemacs.
4595
4596 * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
4597 (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
4598 (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
4599 (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
4600 cperl-xemacs-p with (featurep 'xemacs).
4601 (font-lock-cache-position): Pacify byte compiler.
4602
4603 2007-10-29 Drew Adams <drew.adams@oracle.com>
4604
4605 * faces.el (read-color): New function.
4606 (face-at-point, foreground-color-at-point)
4607 (background-color-at-point): New functions.
4608
4609 2007-10-28 Richard Stallman <rms@gnu.org>
4610
4611 * net/browse-url.el (browse-url-text-xterm): Rename from
4612 browse-url-lynx-xterm and made generic.
4613 (browse-url-text-emacs): Likewise.
4614 (browse-url-text-browser): New variable.
4615 (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
4616 (browse-url-text-input-field, browse-url-text-input-attempts)
4617 (browse-url-kde-program): Likewise.
4618
4619 2007-10-29 Glenn Morris <rgm@gnu.org>
4620
4621 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
4622 Use mapc rather than mapcar (reinstall change deleted without log
4623 entry 2007-10-22).
4624
4625 2007-10-29 Martin Rudalics <rudalics@gmx.at>
4626
4627 * wdired.el (wdired-next-line, wdired-previous-line):
4628 Use next-line and previous-line wrapped in with-no-warnings.
4629
4630 2007-10-29 Ryan Yeske <rcyeske@gmail.com>
4631
4632 * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
4633 (rcirc-recent-quit-alist): New function.
4634 (rcirc): Print a better message when there is only one connected server.
4635 (rcirc-complete-nick): Do not update the nick table here.
4636 (rcirc-mode-map): Add M-o.
4637 (rcirc-current-line): Add variable.
4638 (rcirc-mode): Setup variables for line based omit.
4639 (rcirc-edit-multiline): Strip text properties.
4640 (rcirc-omit-responses): Add NICK.
4641 (rcirc-omit-threshold): Add variable.
4642 (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
4643 Add functions.
4644 (rcirc-print): Keep track of current line. Do not fill text if
4645 `rcirc-fill-flag' is null. Only omit text if the last activity
4646 from the sender is more than `rcirc-omit-threshold' lines ago.
4647 (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
4648 numbers instead of time.
4649 (rcirc-channel-nicks): Sort by line numbers instead of time.
4650 (rcirc-omit-mode): Add `...' when omitting text and recenter.
4651 (rcirc-handler-JOIN): Restore the joiners linestamp.
4652 (rcirc-maybe-remember-nick-quit): Add function.
4653 (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
4654
4655 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
4656
4657 * loadhist.el (unload-feature-special-hooks):
4658 Add `delete-frame-functions' and `suspend-tty-functions'.
4659
4660 * server.el (server-unload-function): Rename from `server-unload-hook'
4661 and adapt to new `unload-feature' functionality. Remove hook from
4662 `kill-buffer-hook' buffer-locally.
4663 (server-unload-hook): Remove.
4664 (server-unload-function): New var; replaces `server-unload-hook'.
4665
4666 2007-10-29 Glenn Morris <rgm@gnu.org>
4667
4668 * dirtrack.el (dirtrack-debug): Doc fix.
4669 (dirtrack-mode, dirtrack-debug-mode): New names for
4670 dirtrack-toggle and dirtrack-debug-toggle. Use define-minor-mode.
4671 (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
4672 Make obsolete.
4673 (dirtrack-debug-message): Only print message if
4674 dirtrack-debug-mode is non-nil. Use with-current-buffer.
4675 (dirtrack): Doc fix. Use dirtrack-mode rather than dirtrackp.
4676 Remove dirtrack-debug checks now that dirtrack-debug-message does this.
4677
4678 2007-10-28 Glenn Morris <rgm@gnu.org>
4679
4680 * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
4681 (byte-compile-warnings-safe-p): Handle `not'.
4682 (byte-compile-warning-enabled-p, byte-compile-disable-warning)
4683 (byte-compile-enable-warning): New functions.
4684 (byte-compile-eval-before-compile)
4685 (byte-compile-file-form-require): Use byte-compile-disable-warning.
4686 (byte-compile-close-variables): Locally bind byte-compile-warnings,
4687 but do not modify it.
4688 (byte-compile-eval, byte-compile-obsolete)
4689 (byte-compile-warn-about-unresolved-functions)
4690 (byte-compile-file-form-defvar)
4691 (byte-compile-file-form-custom-declare-variable)
4692 (byte-compile-file-form-require)
4693 (byte-compile-file-form-defmumble, byte-compile-lambda)
4694 (byte-compile-form, byte-compile-normal-call)
4695 (byte-compile-variable-ref, byte-compile-defvar)
4696 (byte-compile-make-variable-buffer-local):
4697 Use byte-compile-warning-enabled-p.
4698 * emacs-lisp/advice.el (ad-compile-function):
4699 Use byte-compile-disable-warning.
4700 * emacs-lisp/cl.el: Move local variables to end of file, and set
4701 byte-compile-warnings to `(not cl-functions)'.
4702 * emacs-lisp/cl-compat.el: Add a local variables section, and set
4703 byte-compile-warnings to `(not cl-functions)'.
4704 * emacs-lisp/cl-macs.el: Unify local variable section, and set
4705 byte-compile-warnings to `(not cl-functions)'.
4706 (cl-do-proclaim): Use byte-compile-disable-warning and
4707 byte-compile-enable-warning.
4708 * emacs-lisp/cl-seq.el: Unify local variable section, and set
4709 byte-compile-warnings to `(not cl-functions)'.
4710 * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
4711 Use byte-compile-disable-warning.
4712
4713 2007-10-28 Dan Nicolaescu <dann@ics.uci.edu>
4714
4715 * cus-edit.el (custom-browse-insert-prefix):
4716 * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
4717
4718 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
4719
4720 * server.el (server-process-filter): Fix typo in docstring.
4721 (server-log): Reflow docstrings.
4722 (server-delete-client, server-kill-emacs-query-function): Doc fixes.
4723 (server-goto-line-column): Use `when'.
4724
4725 2007-10-28 Juri Linkov <juri@jurta.org>
4726
4727 * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
4728 when mouse is clicked on the isearch message.
4729 (isearch-resume): Call `isearch-update' at the end.
4730 Rename argument `search' to `string' to conform to the
4731 isearch terminology.
4732
4733 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4734
4735 Rewrite abbrev.c in Elisp.
4736 * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
4737 (abbrev-table-get, abbrev-table-put, abbrev-get)
4738 (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
4739 (define-abbrev, abbrev--check-chars, define-global-abbrev)
4740 (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
4741 (abbrev-expansion, abbrev--before-point, expand-abbrev)
4742 (unexpand-abbrev, abbrev--write, abbrev--describe)
4743 (insert-abbrev-table-description, define-abbrev-table):
4744 New funs, largely transcribed from abbrev.c.
4745 (abbrev-with-wrapper-hook): New macro.
4746 (abbrev-table-name-list, global-abbrev-table)
4747 (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
4748 (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
4749 (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
4750 (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
4751 New vars, largely transcribed from abbrev.c.
4752 * cus-edit.el (abbrev-mode): Remove. Move to abbrev.el.
4753 * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
4754 * loadup.el: Load "abbrev.el" before "lisp-mode.el".
4755
4756 2007-10-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4757
4758 * ps-print.el: Now detect if text foreground and background colors are
4759 equal and replace the foreground color by another color, so the text
4760 becomes visible. Doc fix.
4761 (ps-print-version): New version 6.8.
4762 (ps-default-fg, ps-default-bg): Docstring fix.
4763 (ps-postscript-code-directory): Fix default value code.
4764 (ps-fg-list, ps-fg-validate-p): New options.
4765 (ps-foreground-list): New var.
4766 (ps-setup, ps-begin-job, ps-plot-region): Fix code.
4767
4768 2007-10-27 Glenn Morris <rgm@gnu.org>
4769
4770 * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
4771 (shell-dirtrack-toggle): Mark as obsolete.
4772 (dirtrack-toggle, dirtrack-mode): No longer alias to
4773 shell-dirtrack-mode.
4774
4775 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
4776
4777 * calc/calc.el (math-standard-opers): Lower the precedence
4778 of negation.
4779 * calc/calc-lang.el (math-oper-table): Lower precedence of
4780 negation for C, TeX, and eqn.
4781
4782 2007-10-27 Dan Nicolaescu <dann@ics.uci.edu>
4783
4784 * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
4785
4786 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
4787
4788 * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
4789 (desktop-not-loaded-hook): Fix :version tags.
4790
4791 2007-10-27 Michael Albinus <michael.albinus@gmx.de>
4792
4793 * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
4794 (tramp-get-remote-tmpdir): New defun.
4795 (tramp-make-tramp-temp-file): Use it.
4796 (tramp-local-call-process): New defun. Replace all calls of
4797 `call-process' by this when appropriate.
4798 (tramp-handle-write-region): Replace calls of `file-attributes' by
4799 `tramp-compat-file-attributes'.
4800 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
4801 Make the first command a `tramp-send-command' call, with let-bind
4802 of `tramp-end-of-output'.
4803 (tramp-version, tramp-bug, tramp-reporter-dump-variable)
4804 (tramp-load-report-modules, tramp-append-tramp-buffers):
4805 Move to tramp-cmds.el.
4806
4807 * net/tramp-fish.el (tramp-fish-handle-copy-file)
4808 (tramp-fish-do-copy-or-rename-file)
4809 (tramp-fish-do-copy-or-rename-file-directly):
4810 * net/tramp-smb.el (tramp-smb-handle-copy-file):
4811 Add parameter PRESERVE-UID-GID.
4812
4813 2007-10-27 Eli Zaretskii <eliz@gnu.org>
4814
4815 * time.el (zoneinfo-style-world-list, legacy-style-world-list):
4816 New defcustoms.
4817 (display-time-world-list): Use them as appropriate for the current
4818 value of `system-type'.
4819
4820 2007-10-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4821
4822 * printing.el: Pacify byte compiler, that is, no compiler warnings.
4823 Move (again) some variable definitions before use, define some fun
4824 aliases, no code change.
4825 (pr-version): New version 6.9.2.
4826 (pr-path-style, pr-auto-region, pr-menu-char-height)
4827 (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
4828 (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
4829 via (defvar VAR).
4830 (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
4831 (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
4832 (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
4833 (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
4834 (pr-f-set-keymap-parents, pr-keep-region-active): Fun aliases.
4835 (pr-menu-print-item, pr-ps-printer-menu-modified)
4836 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
4837 (pr-even-or-odd-alist): Vars definition moved.
4838
4839 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
4840
4841 * emulation/pc-select.el (next-line-mark, next-line-nomark)
4842 (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
4843 around uses of previous-line and next-line.
4844
4845 * diff.el (diff-old-file, diff-new-file, diff-extra-args):
4846 New defvars.
4847
4848 * textmodes/css-mode.el (comment-continue):
4849 * net/browse-url.el (url-handler-regexp):
4850 * progmodes/idlw-help.el (idlwave-system-routines):
4851 Pacify byte-compiler.
4852
4853 * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
4854 line-move-invisible-p with its former definition: invisible-p.
4855 line-move-invisible-p was removed on 2007-08-29.
4856
4857 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
4858
4859 * files.el (kill-emacs-query-functions): Doc fix;
4860 `save-buffers-kill-emacs' is no longer bound to a key.
4861
4862 2007-10-26 Richard Stallman <rms@gnu.org>
4863
4864 * isearch-multi.el (isearch-buffers-multi): New option.
4865 (isearch-buffers-search-fun): Test it.
4866
4867 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
4868 Put ps-run-clear on C-c C-l.
4869
4870 * newcomment.el (comment-styles): New style indent-or-triple.
4871 (comment-style): Make that the default.
4872 (comment-add defvar): Doc fix.
4873 (comment-add): Delete arg EXTRA.
4874 (comment-region-default): Open code call to comment-add.
4875 Handle indent-or-triple style which uses `multi-char' for INDENT.
4876
4877 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
4878
4879 * eshell/em-unix.el (nil-blank-string): Doc fix.
4880
4881 2007-10-26 John Wiegley <johnw@newartisans.com>
4882
4883 * eshell/em-unix.el (eshell/diff): Before calling the `diff'
4884 function, ensure that the third argument is turned into a nil if
4885 the string is otherwise completely empty (either no characters, or
4886 all tabs/spaces). This fixes a bug from a user who found himself
4887 unable to customize `diff-switches' and still use Eshell's diff
4888 command.
4889
4890 2007-10-26 Glenn Morris <rgm@gnu.org>
4891
4892 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
4893 safe-local-variable property.
4894
4895 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
4896
4897 * net/browse-url.el (browse-url-browser-function): Delete grail.
4898 (browse-url-grail): Function and variable deleted.
4899 (browse-url-browser-function): Delete IXI Mosaic.
4900 (browse-url-default-browser): Don't try IXI Mosaic.
4901 (browse-url-iximosaic): Function deleted.
4902 (browse-url-browser-function): Delete MMM.
4903 (browse-url-default-browser): Don't try MMM.
4904 (browse-url-mmm): Function deleted.
4905
4906 2007-10-26 Drew Adams <drew.adams@oracle.com>
4907
4908 * custom.el (custom-note-var-changed): New function.
4909
4910 2007-10-25 Dan Nicolaescu <dann@ics.uci.edu>
4911
4912 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
4913 use with the definition. Remove.
4914
4915 * add-log.el (change-log-start-entry-re): New defconst.
4916 (change-log-sortable-date-at): Use it.
4917 (change-log-beginning-of-defun, change-log-end-of-defun):
4918 New functions.
4919 (change-log-mode): Use them for beginning-of-defun-function and
4920 end-of-defun-function.
4921
4922 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
4923
4924 * ses.el: Make `ses--symbolic-formulas' a safe local variable.
4925 (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
4926 (ses-recalculate-cell): Deal with point being just beyond end of
4927 data area (why does this happen?)
4928 (ses-set-curcell): Ditto.
4929 (ses-column-letter): Handle columns beyond 702. Code written by
4930 Gareth Rees.
4931
4932 2007-10-25 Carsten Dominik <dominik@science.uva.nl>
4933
4934 * textmodes/org.el (org-agenda-get-restriction-and-command):
4935 Use `mapc' instead of `mapcar'.
4936 (org-agenda-list): Numeric prefix argument can specify the number
4937 of days.
4938 (remember-register, remember-buffer): Prevent byte compiler from
4939 complaining.
4940 (org-todo): Save and restore match data.
4941 (org-no-warnings): New macro.
4942 (org-columns-eval): Use `org-no-warnings'.
4943
4944 2007-10-25 Chris Moore <christopher.ian.moore@gmail.com>
4945
4946 * comint.el (comint-password-prompt-regexp):
4947 Handle `[sudo] password'-style prompt.
4948
4949 2007-10-25 Glenn Morris <rgm@gnu.org>
4950
4951 * custom.el (custom-declare-variable): Add :risky and :safe keywords.
4952 (defcustom): Doc fix.
4953
4954 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
4955 Add `non_intrinsic'.
4956 (f90-constants-re): Add ieee modules.
4957 (f90-typedef-matcher, f90-typedec-matcher)
4958 (f90-imenu-type-matcher): New functions.
4959 (f90-font-lock-keywords-1): Give module procedures function-name face.
4960 Use `f90-typedef-matcher' for derived types. Fix `abstract interface'.
4961 Add `use, intrinsic'.
4962 (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
4963 Move start of `enum' blocks to separate entry.
4964 (f90-start-block-re): Fix `type', `abstract interface'.
4965 (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
4966 derived types.
4967 (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
4968 `elemental', change `enumerator'.
4969 (f90-no-block-limit): Fix `abstract interface'.
4970
4971 * progmodes/f90.el (f90-indented-comment-re)
4972 (f90-directive-comment-re, f90-break-delimiters):
4973 * progmodes/fortran.el (fortran-comment-line-start-skip)
4974 (fortran-directive-re):
4975 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
4976 as safe if they are strings.
4977
4978 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4979
4980 * startup.el (window-system): Remove. Don't make it frame-local.
4981
4982 2007-10-24 Richard Stallman <rms@gnu.org>
4983
4984 * savehist.el (savehist-save): Omit unreadable elements.
4985
4986 * loadhist.el (unload-function-defs-list): Rename from
4987 unload-function-features-list.
4988 (unload-feature-special-hooks, unload-feature): Doc fixes.
4989
4990 * indent.el (indent-to-left-margin): If point's in the indentation,
4991 move to the end of the indentation.
4992
4993 * cus-edit.el (customize-changed-options): Make arg optional.
4994
4995 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
4996
4997 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
4998
4999 2007-10-24 Dan Nicolaescu <dann@ics.uci.edu>
5000
5001 * textmodes/org-publish.el (org-publish-attachment): Re-install
5002 accidentally deleted change.
5003
5004 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5005
5006 * term/iris-ansi.el (iris-function-map): Move init into declaration.
5007
5008 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
5009
5010 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
5011 (Buffer-menu-mode-map): Initialize in the declaration.
5012 (Buffer-menu-mode): Define with `define-derived-mode'.
5013
5014 2007-10-24 Carsten Dominik <dominik@science.uva.nl>
5015
5016 * textmodes/org.el (org-version): Change to 5.13e.
5017 (org-agenda-file-regexp): Fix typo in docstring.
5018 (org-add-planning-info): Fix bug in parenthesis settings.
5019 (org-scan-tags): Catch the case of indirect buffers with no filename.
5020 (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
5021 Re-install switch to mapc, had been removed by accident.
5022 (org-columns-map): New binding `C-c C-o'.
5023 (org-columns-menu): Change menu text and added new entry.
5024 (org-columns-eval): Document the use of `next-line'.
5025 (org-columns-open-link): New function.
5026 (org-columns-follow-link): Remove function.
5027 (org-open-link-from-string): New function.
5028 (org-read-date-get-relative): Fix typo in docstring.
5029 (org-read-date-get-relative): Leading +/- is not optional.
5030 (org-agenda-get-restriction-and-command): Always resize window on
5031 first loop cycle.
5032 (org-agenda-open-link): Make sure the link abbreviations are
5033 present in the agenda buffer.
5034 (org-agenda-copy-local-variable): New function.
5035
5036 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5037
5038 * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
5039
5040 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5041
5042 * simple.el (reindent-then-newline-and-indent): Use a `move after
5043 insert' kind of marker in the save-excursion.
5044
5045 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5046
5047 * textmodes/css-mode.el: Require CL.
5048 (comment-continue): Declare.
5049
5050 * subr.el (make-variable-frame-localizable): Remove.
5051 (make-variable-frame-local): Mark obsolete.
5052
5053 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5054
5055 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
5056 of the subdirs is unreadable.
5057
5058 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
5059
5060 * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
5061 when we are local.
5062
5063 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5064
5065 * progmodes/python.el (python-current-defun): Remove left-over
5066 assignment to `start'.
5067
5068 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
5069
5070 * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
5071 than `mapcar'; return value is not used.
5072
5073 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5074
5075 * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
5076 (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
5077
5078 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
5079
5080 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
5081 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
5082
5083 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5084
5085 * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
5086
5087 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
5088
5089 * emacs-lisp/advice.el (ad-make-advised-docstring):
5090 Add ad-advice-info text property to doc string.
5091
5092 2007-10-23 Glenn Morris <rgm@gnu.org>
5093
5094 * progmodes/f90.el (f90-do-indent, f90-if-indent)
5095 (f90-type-indent, f90-program-indent, f90-associate-indent)
5096 (f90-continuation-indent, f90-comment-region)
5097 (f90-beginning-ampersand, f90-smart-end)
5098 (f90-break-before-delimiters, f90-auto-keyword-case)
5099 (f90-leave-line-no, f90-mode-hook):
5100 Give an appropriate safe-local-variable property.
5101
5102 * progmodes/fortran.el (fortran-tab-mode-default)
5103 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
5104 (fortran-structure-indent, fortran-continuation-indent)
5105 (fortran-comment-indent, fortran-comment-line-extra-indent)
5106 (fortran-comment-line-start)
5107 (fortran-minimum-statement-indent-fixed)
5108 (fortran-minimum-statement-indent-tab)
5109 (fortran-comment-indent-char, fortran-line-number-indent)
5110 (fortran-check-all-num-for-matching-do)
5111 (fortran-blink-matching-if, fortran-continuation-string)
5112 (fortran-comment-region, fortran-electric-line-number)
5113 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
5114 (fortran-analyze-depth, fortran-break-before-delimiters):
5115 Give an appropriate safe-local-variable property.
5116
5117 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5118
5119 * printing.el: Move variable definitions before use.
5120 (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
5121
5122 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5123
5124 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
5125 (tpu-edt-off): Use it.
5126 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
5127 the global-map before adding it to global-map.
5128
5129 * menu-bar.el (global-buffers-menu-map): New var.
5130 (global-map, menu-bar-update-buffers): Use it.
5131 * msb.el (msb-menu-bar-update-buffers): Use it.
5132 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
5133 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
5134 Use with-current-buffer.
5135
5136 2007-10-22 Juri Linkov <juri@jurta.org>
5137
5138 * isearch-multi.el: New file.
5139
5140 * isearch.el (isearch-search-string): After finding the next
5141 occurrence switch to buffer isearch-buffers-current-buffer when
5142 isearch-buffers-next-buffer-function is non-nil and
5143 isearch-buffers-current-buffer is live.
5144
5145 * add-log.el (change-log-mode): Make and set buffer-local variable
5146 isearch-buffers-next-buffer-function to change-log-next-buffer.
5147 Call isearch-buffers-minor-mode.
5148 (change-log-next-buffer): New function.
5149
5150 2007-10-22 Bastien Guerry <Bastien.Guerry@ens.fr>
5151
5152 * org-export-latex.el (org-export-latex-protect-string):
5153 Renaming of `org-latex-protect'.
5154 (org-export-latex-emphasis-alist): By default, don't protect
5155 any emphasis formatter from further conversion.
5156 (org-export-latex-tables): Honor column grouping for tables.
5157 (org-export-latex-title-command): New option.
5158 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
5159 export backslash character.
5160
5161 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
5162
5163 * textmodes/org.el (org-read-date-get-relative): New function.
5164 (org-agenda-file-regexp): New variable.
5165 (org-agenda-files): Allow directories in the variable.
5166 (org-agenda-get-restriction-and-command): New function.
5167 (org-agenda): Use `org-agenda-get-restriction-and-command'.
5168 (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
5169 (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
5170 New functions.
5171 (org-entry-add-to-multivalued-property)
5172 (org-entry-remove-from-multivalued-property)
5173 (org-entry-member-in-multivalued-property): New functions.
5174 (org-remember-apply-template): Catch C-g and make sure window
5175 configuration is restored.
5176 (org-agenda-open-link): Make it work with several links in the line.
5177 (org-drawers, org-set-regexps-and-options)
5178 (org-get-current-options): Add support for a DRAWERS in-buffer option.
5179 (org-agenda-window-frame-fractions): New option.
5180 (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
5181 (org-columns-cleanup-item, org-find-entry-with-id)
5182 (org-insert-columns-dblock, org-listtable-to-string)
5183 (org-dblock-write:columnview, org-columns-capture-view)
5184 (org-edit-headline): New functions.
5185 (org-agenda-to-appt): Require calendar.
5186 (org-entry-get-with-inheritance): Widen for search.
5187 (org-columns-display-here): Don't mark buffer as modified when
5188 adding space characters to accomodate column overlays.
5189 (org-export-as-html): Better formatting of tags in the toc.
5190 (org-columns-display-here): Make the ITEM column as compact as possible.
5191 (org-remember-templates): Customization interface improved.
5192 (org-export-with-property-drawer): Variable removed.
5193 (org-export-with-drawers): New option.
5194 (org-complex-heading-regexp): New variable.
5195 (org-sort-entries): Rewrite using `sort-subr'.
5196 (org-set-property): More appropriate completion during interactive use.
5197 (org-sort-entries): Allow sorting by property.
5198 (org-additional-option-like-keywords): Add more values.
5199 (org-sort-entries-or-items): Rename from `org-sort-entries'.
5200
5201 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
5202
5203 * textmodes/org.el (org-get-date-from-calendar): New function.
5204 (org-at-timestamp-p, org-timestamp-change)
5205 (org-remember-templates): First element of each entry is now a
5206 name for the template.
5207 (org-store-log-note): Check for `org-note-abort'.
5208 (org-kill-note-or-show-branches): New command.
5209 (org-fontify-priorities): New option.
5210 (org-fontify-priorities): New function.
5211 (org-cut-subtree, org-copy-subtree): New argument N to
5212 act on N sequential subtrees.
5213 (org-paste-subtree): Fix the level at which a tree is pasted.
5214 (org-fit-agenda-window): Limitations on window size removed.
5215 (org-agenda-find-same-or-today-or-agenda): Rename from
5216 `org-agenda-find-today-or-agenda'.
5217 (org-scheduled-past-days): New option.
5218 (org-agenda-scheduled-leaders)
5219 (org-agenda-deadline-leaders): New options.
5220 (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
5221 (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
5222 (org-export-with-tags, org-export-plist-vars)
5223 (org-infile-export-plist): New "tags" option.
5224 (org-use-property-inheritance): New option.
5225 (org-cached-entry-get): Use `org-use-property-inheritance'.
5226 (org-remember-apply-template): Fix typo.
5227
5228 2007-10-22 Michael Albinus <michael.albinus@gmx.de>
5229
5230 * net/tramp.el (tramp-find-shell)
5231 (tramp-open-connection-setup-interactive-shell): Improve sending
5232 initial commands.
5233 (tramp-action-terminal): Send debug message.
5234 (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
5235 (tramp-barf-if-no-shell-prompt): Insert code of
5236 `tramp-wait-for-shell-prompt'.
5237
5238 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5239
5240 * term/AT386.el (terminal-init-AT386): Use input-decode-map.
5241
5242 * term/vt200.el (terminal-init-vt200):
5243 * term/vt201.el (terminal-init-vt201):
5244 * term/vt220.el (terminal-init-vt220):
5245 * term/vt240.el (terminal-init-vt240):
5246 * term/vt300.el (terminal-init-vt300):
5247 * term/vt320.el (terminal-init-vt320):
5248 * term/vt400.el (terminal-init-vt400):
5249 * term/vt420.el (terminal-init-vt420): Use input-decode-map.
5250
5251 * term/wyse50.el (wyse50-terminal-map): New var.
5252 (terminal-init-wyse50): Use it and input-decode-map.
5253 (enable-arrow-keys): Emasculate.
5254
5255 * term/tvi970.el (tvi970-terminal-map): New var.
5256 (terminal-init-tvi970): Use it and input-decode-map.
5257 (tvi970-keypad-numeric): Remove.
5258 (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
5259
5260 * term/sun.el (sun-raw-prefix): Fill as part of declaration.
5261 (terminal-init-sun): Use it and input-decode-map.
5262
5263 * term/news.el (terminal-init-news):
5264 * term/lk201.el (terminal-init-lk201):
5265 * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
5266
5267 2007-10-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
5268
5269 * complete.el (PC-expand-many-files): Remove.
5270 (PC-do-completion): Call file-expand-wildcards instead of
5271 PC-expand-many-files.
5272
5273 * net/tramp.el (tramp-handle-expand-many-files): Remove.
5274 (PC-expand-many-files): Remove advice.
5275
5276 2007-10-22 Glenn Morris <rgm@gnu.org>
5277
5278 * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
5279 Add some support for Fortran 2003 syntax:
5280 (f90-type-indent): Now also applies to `enum'.
5281 (f90-associate-indent): New user option.
5282 (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
5283 Add some F2003 keywords.
5284 (f90-constants-re): New constant.
5285 (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
5286 Interface'.
5287 (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
5288 `class'. Arguments for `type'/`class' may have spaces. Add a new
5289 element for functions with specified types. Add `end enum' and
5290 `select type'. Add `implicit enumerator' and `procedure'.
5291 Add `class default' and `type is', `class is'. Fix `go to' regexp.
5292 (f90-font-lock-keywords-3): Add `asynchronous' attribute.
5293 (f90-font-lock-keywords-4): Add `f90-constants-re'.
5294 (f90-blocks-re): Add `enum' and `associate'.
5295 (f90-else-like-re): Add `class is', `type is', and `class default'.
5296 (f90-end-type-re): Add `enum'.
5297 (f90-end-associate-re, f90-typeis-re): New constants.
5298 (f90-end-block-re): Add `enum' and `associate'. Change from
5299 optional whitespace to end-of-word, to avoid `enumerator'.
5300 (f90-start-block-re): Add `select type', `abstract interface', and
5301 `enum'. Avoid `type is', and `type (sometype)'.
5302 (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
5303 (f90-mode): Doc fix.
5304 (f90-looking-at-select-case): Doc fix. Add `select type'.
5305 (f90-looking-at-associate): New function.
5306 (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
5307 Add `enum' and `abstract interface'.
5308 (f90-no-block-limit): Add `select type' and `abstract interface'.
5309 (f90-get-correct-indent, f90-calculate-indent)
5310 (f90-end-of-block, f90-beginning-of-block, f90-next-block)
5311 (f90-indent-region, f90-match-end): Handle `associate' blocks.
5312
5313 2007-10-22 Martin Rudalics <rudalics@gmx.at>
5314
5315 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
5316 Use window-full-width-p.
5317
5318 2007-10-22 Dan Nicolaescu <dann@ics.uci.edu>
5319
5320 * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
5321
5322 * tooltip.el: Use featurep 'xemacs.
5323
5324 * printing.el: Move variable definitions before use, no code change.
5325
5326 2007-10-22 Juri Linkov <juri@jurta.org>
5327
5328 * simple.el (goto-history-element): Allow minibuffer-default to be
5329 a list of default values accessible by typing M-n in the minibuffer.
5330
5331 * dired-x.el (dired-guess-shell-command): Put all guesses to the
5332 minibuffer default value list instead of pushing them temporarily
5333 to the history list.
5334
5335 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
5336
5337 * hexl.el (hexl-menu): New major mode menu.
5338
5339 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5340
5341 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
5342
5343 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
5344
5345 * w32-fns.el (w32-quote-process-args):
5346 * dos-w32.el (print-region-function, lpr-headers-switches)
5347 (ps-print-region-function): Pacify byte-compiler.
5348
5349 * emulation/edt-mapper.el (function-key-map):
5350 (edt-map-key): Make it a function instead of using fset.
5351 Inline edt-gnu-map-key and edt-lucid-map-key. Use featurep 'xemacs.
5352 (edt-gnu-map-key, edt-lucid-map-key): Remove.
5353 (edt-x-emacs-p): Remove.
5354 (edt-emacs-variant, edt-window-system, edt-xserver):
5355 Use featurep 'xemacs.
5356
5357 * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
5358 Replace eudc-xemacs-p with its definition.
5359 (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
5360 (eudc-emacs-mule-p): Remove.
5361 (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
5362 eudc-xemacs-p with feature tests.
5363
5364 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
5365 (eudc-bob-url-keymap, eudc-bob-sound-keymap)
5366 (eudc-bob-generic-keymap, eudc-bob-popup-menu)
5367 (eudc-bob-toggle-inline-display):
5368 * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
5369 Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
5370
5371 * net/eudcb-ph.el (eudc-ph-open-session):
5372 Replace eudc-xemacs-mule-p with its former definition.
5373
5374 * progmodes/octave-mod.el (octave-xemacs-p): Remove.
5375 (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
5376
5377 * progmodes/vera-mode.el (vera-xemacs): Remove.
5378 (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
5379
5380 * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
5381 (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
5382 (vhdl-speedbar-initialize, vhdl-ps-print-init)
5383 (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
5384 (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
5385 with (featurep 'xemacs).
5386
5387 * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
5388 (save-buffer-state-x):
5389 * obsolete/fast-lock.el (fast-lock-verbose):
5390 * emulation/viper-init.el (viper-xemacs-p)
5391 (viper-cond-compile-for-xemacs-or-emacs):
5392 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
5393 * ps-print.el (case-fold-search):
5394 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
5395 * calculator.el (calculator-help): Use featurep 'xemacs.
5396
5397 * progmodes/prolog.el: Undo previous change.
5398 (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
5399
5400 * progmodes/dcl-mode.el:
5401 * play/yow.el:
5402 * calendar/todo-mode.el:
5403 * calendar/cal-hebrew.el:
5404 * vc-hg.el: Undo previous change.
5405
5406 * vms-patch.el: Likewise.
5407 (print-region-function): Pacify byte-compiler.
5408
5409 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
5410
5411 * files.el (backup-buffer-copy): Call `copy-file' with non-nil
5412 preserve-uid-gid.
5413
5414 * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
5415 compatibility. It is not used, though.
5416
5417 * net/tramp.el (top): Put load of all tramp-* files into a dolist.
5418 Require tramp-cmds.el.
5419 (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
5420 (tramp-handle-file-name-all-completions): Expand DIRECTORY.
5421 (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
5422 (tramp-do-copy-or-rename-file-out-of-band)
5423 (tramp-maybe-open-connection): Use `make-temp-name'. This is
5424 possible, because we don't need to create the temporary file, but
5425 we need a prefix for ssh, which has its own temporary file handling.
5426 (tramp-handle-delete-directory): Add "-f" to rmdir.
5427 (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
5428 (tramp-handle-insert-file-contents): Don't raise a tramp-error but
5429 a signal, in order to give the callee a chance to suppress.
5430 (tramp-handle-write-region): Set owner also in case of short
5431 track. Don't use compatibility calls for `write-region' anymore.
5432 (tramp-clear-passwd): Add parameter VEC. Adapt all callees.
5433 (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
5434
5435 * net/tramp-cmds.el: New file.
5436
5437 * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
5438 `tramp-clear-passwd'.
5439
5440 * net/trampver.el: Update release number.
5441
5442 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
5443
5444 * progmodes/gud.el (gud-target-name): Move definition before use.
5445
5446 * progmodes/dcl-mode.el: Require imenu at compile time.
5447
5448 * progmodes/cc-engine.el (c-maybe-stale-found-type):
5449 Pacify byte-compiler.
5450
5451 * obsolete/fast-lock.el: Use featurep test instead of string-match.
5452
5453 * eshell/esh-mode.el (eshell-handle-ansi-color):
5454 Require ansi-color at compile time too.
5455
5456 * eshell/em-unix.el (eshell/info): Require info at compile time too.
5457
5458 * w32-fns.el: Require w32-vars.
5459
5460 * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
5461 time too.
5462
5463 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5464
5465 * double.el ([ignore]): Use `ignore'.
5466 (double-setup): Inline into double-mode.
5467 (double-mode): Use define-minor-mode.
5468
5469 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
5470
5471 * textmodes/reftex.el: Move require easymenu before first use.
5472 (reftex-info): Require info at compile too.
5473
5474 * textmodes/org-publish.el (org-publish-org-to-html)
5475 (org-publish-org-to): Require org at compile time too.
5476 (org-publish-attachment): Require at compile time too.
5477
5478 * term/tty-colors.el (w32-tty-standard-colors):
5479 Pacify byte-compiler.
5480
5481 * term/pc-win.el (frame-creation-function-alist): Add to this
5482 instead of setting frame-creation-function.
5483
5484 * play/blackbox.el (bb-up, bb-down): Use forward-line.
5485
5486 * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
5487
5488 * calendar/todo-mode.el: Require calendar at compile time.
5489
5490 * calendar/cal-hebrew.el: Require holidays at compile time.
5491
5492 * w32-vars.el: Provide w32-vars.
5493
5494 * term/w32-win.el: Require w32-vars.
5495 (w32-color-map): Pacify byte-compiler.
5496
5497 * loadup.el: Load w32-vars before term/w32-win.
5498
5499 2007-10-20 Juri Linkov <juri@jurta.org>
5500
5501 * textmodes/fill.el (fill-paragraph): When the region is active,
5502 don't try other `or' branches regardless of the value returned by
5503 fill-region; just return t.
5504
5505 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
5506
5507 * vc.el (vc-do-command): Condition out a misleading message when
5508 running asynchronously.
5509 (vc-deduce-fileset): New argument enables using an unregistered
5510 visited file as a singleton fileset if nothing else is available.
5511 (vc-next-action): Restore file-registering behavior.
5512
5513 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
5514
5515 * calc/README: Add recent news.
5516
5517 2007-10-20 Dan Nicolaescu <dann@ics.uci.edu>
5518
5519 * term/x-win.el (x-gtk-stock-map, icon-map-list)
5520 (x-gtk-map-stock): Delete duplicated definitions from merge.
5521
5522 * progmodes/compile.el (compilation-skip-to-next-location)
5523 (compilation-skip-threshold, compilation-skip-visited):
5524 Move definitions earlier.
5525
5526 * play/decipher.el (decipher-keypress):
5527 * play/zone.el (zone-fall-through-ws):
5528 * play/landmark.el (lm-move-down, lm-move-up):
5529 * play/handwrite.el (handwrite):
5530 * mail/mspools.el (mspools-visit-spool):
5531 * wdired.el (wdired-next-line, wdired-previous-line):
5532 * tar-mode.el (tar-subfile-save-buffer):
5533 * scroll-lock.el (scroll-lock-next-line)
5534 (scroll-lock-previous-line):
5535 * image-dired.el (image-dired-next-line)
5536 (image-dired-previous-line):
5537 * ediff-help.el (ediff-help-message-line-length):
5538 Use forward-line.
5539
5540 * smerge-mode.el (smerge-auto-refine):
5541 * diff-mode.el (diff-auto-refine): Add :group.
5542
5543 * play/yow.el: Require doctor at compile time.
5544
5545 * vmsproc.el: Provide vmsproc.
5546 (command-send-input): Use forward-line.
5547
5548 * vms-patch.el: Require ps-print and vmsproc at compile time.
5549
5550 * vc-mtn.el (log-view-message-re, log-view-file-re)
5551 (log-view-font-lock-keywords): Pacify byte-compiler.
5552
5553 * vc-hg.el: Require log-view at compile time.
5554
5555 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
5556
5557 * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
5558
5559 2007-10-20 Glenn Morris <rgm@gnu.org>
5560
5561 * progmodes/f90.el (f90-font-lock-keywords-2)
5562 (f90-looking-at-type-like): Fix regexp typos.
5563
5564 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
5565
5566 * bs.el (bs--track-window-changes): Don't refresh the whole list.
5567 (bs-mode): Set mode-class property to special.
5568
5569 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5570
5571 * diff-mode.el (diff-auto-refine): New var.
5572 (diff-hunk): Use it.
5573 (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
5574 (diff-refine-change): Rename from diff-fine-change. Change it.
5575 (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
5576 (diff-refine-hunk): Rename from diff-fine-highlight.
5577
5578 2007-10-20 John Paul Wallington <jpw@pobox.com>
5579
5580 * help-fns.el (describe-variable-custom-version-info): New function
5581 to return variable's version or package version note.
5582 (describe-variable): Use it, display result.
5583
5584 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5585
5586 * smerge-mode.el (smerge-auto-refine): New var.
5587 (smerge-next, smerge-prev): Use it.
5588 (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
5589
5590 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5591 Add `body' arg. Cleanup the check-narrow-maybe/re-narrow-maybe mess.
5592
5593 * vc-bzr.el (vc-bzr-diff-tree):
5594 * vc-git.el (vc-git-diff-tree):
5595 * vc-hg.el (vc-hg-diff-tree):
5596 * vc-mcvs.el (vc-mcvs-diff-tree):
5597 * vc-mtn.el (vc-mtn-diff-tree):
5598 * vc-svn.el (vc-svn-diff-tree): Remove.
5599
5600 * vc-mtn.el (vc-mtn-revision-completion-table):
5601 * vc-cvs.el (vc-cvs-revision-completion-table):
5602 * vc-arch.el (vc-arch-revision-completion-table):
5603 * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
5604 * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
5605 Make it work when the arg is a list of files.
5606
5607 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5608
5609 * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
5610 Also `revision-completion-table' now takes a list of files.
5611 (vc-deduce-fileset): Remove unused var `regexp'.
5612 Only obey allow-directory-wildcard in dired buffers.
5613 (vc-default-diff-tree): Remove.
5614 (vc-diff-added-files): New var.
5615 (vc-diff-internal): Use it. Remove arg `backend'. Update callers.
5616 (vc-version-diff): Revert from `vc-history-diff' to the original name.
5617 Remove the `backend' arg.
5618 (vc-contains-version-controlled-file): Remove.
5619 (vc-diff): Bring it closer to the version in Emacs-22.
5620 (vc-revert): Fix typo in let-binding.
5621 (vc-default-unregister): Remove.
5622 (vc-dired-buffers-for-dir): Remove N^2 behavior.
5623
5624 2007-10-19 Dan Nicolaescu <dann@ics.uci.edu>
5625
5626 * textmodes/two-column.el (2C-split, 2C-merge):
5627 * textmodes/bib-mode.el (bib-find-key, mark-bib):
5628 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
5629 * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
5630 * progmodes/ada-xref.el (ada-get-all-references):
5631 * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
5632 * emulation/vi.el (vi-previous-line-first-nonwhite)
5633 (vi-effective-range, vi-put-before):
5634 * emulation/edt.el (edt-next-line, edt-previous-line)
5635 (edt-paragraph-forward): Use forward-line.
5636
5637 * progmodes/etags.el (tags-apropos): Require apropos at compile
5638 time too.
5639
5640 * progmodes/prolog.el: Require comint when compiling.
5641 (inferior-prolog-flavor): Move defvar before use.
5642
5643 2007-10-19 Richard Stallman <rms@gnu.org>
5644
5645 * font-core.el (turn-on-font-lock-if-desired):
5646 Rename from `turn-on-font-lock-if-enabled'.
5647 Fully obey `font-lock-global-modes'.
5648
5649 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5650
5651 * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
5652 which will not affect the behavior of things like forward-word.
5653 (diff-fine-highlight): Preserve point.
5654
5655 * doc-view.el (doc-view-mode-map): Use remapping.
5656 Don't rebind C-v, M-v to their default value.
5657 Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
5658
5659 * smerge-mode.el: Add word-granularity refinement.
5660 (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
5661 (smerge-refine-weight-hack): New vars.
5662 (smerge-refine-forward): New fun.
5663 (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
5664 (smerge-refine-subst): Use them as well. Preserve point.
5665
5666 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
5667
5668 * follow.el (follow-unload-function): New function.
5669
5670 * loadhist.el (unload-function-features-list):
5671 Rename from `unload-hook-features-list'.
5672 (unload-hook-features-list): Add as obsolete alias.
5673 (unload-feature): Use `unload-function-features-list'
5674 and new FEATURE-unload-function.
5675
5676 2007-10-19 Glenn Morris <rgm@gnu.org>
5677
5678 * bindings.el (mouse-minor-mode-menu)
5679 (minor-mode-menu-from-indicator): Move to mouse.el.
5680 * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
5681 Move here from bindings.el.
5682
5683 2007-10-19 Richard Stallman <rms@gnu.org>
5684
5685 * help-fns.el (describe-function-1): Don't use the advice origname
5686 if it has no function definition.
5687
5688 2007-10-18 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
5689
5690 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
5691 Use `save-restriction' rather than `widen'.
5692
5693 2007-10-18 Richard Stallman <rms@gnu.org>
5694
5695 * time.el (display-time-world-time-format): Display day # not month #.
5696
5697 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
5698
5699 * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
5700
5701 * doc-view.el: Remove version keyword.
5702 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
5703 (doc-view-ps2pdf-program): Use executable-find. Simplify custom type.
5704 (doc-view-ghostscript-options): Improve custom type.
5705 (doc-view-cache-directory, doc-view-conversion-buffer)
5706 (doc-view-conversion-refresh-interval): Simplify custom type.
5707
5708 2007-10-18 Tassilo Horn <tassilo@member.fsf.org>
5709
5710 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
5711 (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
5712 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
5713 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
5714 Remove superfluous messages.
5715 (doc-view-mode-map): Use the image-mode scrolling commands.
5716 Don't rebind C-x k.
5717
5718 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
5719
5720 * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
5721 Add comment about "-dSAFER".
5722
5723 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5724
5725 * term/xterm.el: Don't require xt-mouse.
5726 (terminal-init-xterm): Run terminal-init-xterm-hook rather than
5727 calling turn-on-xterm-mouse-tracking-on-terminal directly.
5728
5729 * xt-mouse.el: Don't change the global function-key-map anny more.
5730 (xterm-mouse-mode): Use terminal-init-xterm-hook.
5731 Don't use after-make-frame-functions now that term/xterm.el calls
5732 us directly.
5733 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
5734 Use turn-*-xterm-mouse-tracking-on-terminal. Only once per terminal.
5735 (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
5736 Setup input-decode-map and remember that xterm-mouse-mode was
5737 enabled in this terminal.
5738 (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
5739 terminals where it has been enabled.
5740
5741 * faces.el (tty-create-frame-with-faces): Make sure not only
5742 tty-run-terminal-initialization but also set-locale-environment
5743 are run only once per terminal.
5744 (tty-run-terminal-initialization): Don't check if the terminal was
5745 already initted.
5746
5747 * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
5748 not to remove keymaps that just happen to inherit from one of ours.
5749 When setting up our keymap, make sure it won't be accidentally
5750 modified by someone else.
5751
5752 2007-10-18 Thien-Thi Nguyen <ttn@gnuvola.org>
5753
5754 * textmodes/artist.el (artist-previous-line, artist-next-line):
5755 * dired.el (dired-next-line, dired-previous-line):
5756 * progmodes/delphi.el (delphi-newline):
5757 * textmodes/org.el (org-columns-eval):
5758 Use forward-line.
5759
5760 * emerge.el (emerge-setup): Use insert-buffer-substring.
5761 (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
5762
5763 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
5764
5765 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
5766 (adaptive-fill-function): Doc fix. Remove * from docstring.
5767
5768 2007-10-18 Tom Horsley <tom.horsley@att.net>
5769
5770 * simple.el (interprogram-paste-function): Doc fix.
5771 (current-kill): Accept list of strings as well
5772 as single string from `interprogram-paste-function'.
5773
5774 2007-10-18 Glenn Morris <rgm@gnu.org>
5775
5776 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
5777
5778 2007-10-18 Drew Adams <drew.adams@oracle.com>
5779
5780 * bindings.el (mode-line-minor-mode-keymap):
5781 Add mouse-minor-mode-menu on mouse-1.
5782 (mode-line-modes): Add mouse-1 to help-echo text.
5783 (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
5784 New functions.
5785 (mode-line-minor-mode-help): Doc fix.
5786
5787 2007-10-17 Juri Linkov <juri@jurta.org>
5788
5789 * textmodes/fill.el (fill-paragraph-or-region): Remove function
5790 at the request of RMS.
5791 (fill-paragraph): Change `arg' to optional `justify'. Add interactive
5792 arg `region'. Fix docstring. At the first `or' branch add call to
5793 `fill-region' if it the region is active in transient-mark-mode.
5794
5795 * bindings.el (esc-map): Bind M-q to fill-paragraph
5796 instead of fill-paragraph-or-region.
5797
5798 * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
5799 with fill-paragraph.
5800
5801 * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
5802 Fix docstring.
5803
5804 * indent.el (indent-for-tab-command): Change interactive spec from
5805 "P" to "p". Add check for interactive arg before indenting the
5806 active region.
5807
5808 * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
5809 Regroup.
5810
5811 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
5812
5813 * emacs-lisp/find-func.el: Don't require loadhist.
5814
5815 * loadhist.el (feature-symbols, file-provides, file-requires)
5816 (file-set-intersect, file-dependents): Simplify.
5817 (unload-feature-special-hooks): Update list of special hooks.
5818
5819 2007-10-17 Tassilo Horn <tassilo@member.fsf.org>
5820
5821 * bindings.el (completion-ignored-extensions): Remove pdf and dvi
5822 extensions since they can be viewed with doc-view.
5823
5824 * files.el (auto-mode-alist): Make doc-view-mode the default mode
5825 for pdf, ps and dvi files.
5826
5827 * doc-view.el: Make doc-view-mode the standard mode for viewing
5828 pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
5829 text and image display. Add binding C-c C-e to switch to an
5830 editing mode.
5831 (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
5832 avoid security problems when rendering files from untrusted sources.
5833
5834 2007-10-17 Aaron Hawley <aaronh@garden.org>
5835
5836 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
5837 position is not saved.
5838
5839 2007-10-17 Reiner Steib <Reiner.Steib@gmx.de>
5840
5841 * doc-view.el: Mention xpdf. Fix spelling of Ghostscript.
5842 (doc-view-ghostscript-options): Fix typo in doc string.
5843
5844 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5845
5846 * progmodes/compile.el (compilation-next-error-function): Fix timestamp
5847 handling, so compilation-fake-loc works again.
5848
5849 * server.el (server-select-display): Nop if we do not support m-f-o-d.
5850 (server-process-filter): Revert last change.
5851
5852 * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
5853 behavior unrelated to filesets.
5854
5855 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
5856
5857 * longlines.el (longlines-wrap-follows-window-size): Integer value
5858 specifies wrapping margin.
5859 (longlines-mode, longlines-window-change-function):
5860 Set window-specific wrapping margin based on the above.
5861
5862 2007-10-17 John Wiegley <johnw@newartisans.com>
5863
5864 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
5865
5866 2007-10-17 Dan Nicolaescu <dann@ics.uci.edu>
5867
5868 * server.el (server-process-filter): Only set display if X11 is
5869 supported.
5870
5871 2007-10-17 Glenn Morris <rgm@gnu.org>
5872
5873 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
5874 Tweak regexp to avoid stack overflow.
5875
5876 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
5877
5878 * simple.el (reindent-then-newline-and-indent): Don't assume that
5879 indent-according-to-mode preserves point.
5880
5881 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
5882
5883 * bs.el (bs--make-header-match-string, bs-show-in-buffer)
5884 (bs--nth-wrapper): Simplify.
5885 (bs-select, bs--insert-one-entry): Simplify. Use `when'.
5886 (bs-buffer-list): Simplify. Use `when'. Use `string-match-p'.
5887 (bs-sort-buffer-interns-are-last): Use `string-match-p'.
5888 (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
5889 (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
5890 (bs-configurations, bs-default-configuration)
5891 (bs-alternative-configuration, bs-cycle-configuration-name)
5892 (bs-string-show-always, bs-string-show-never, bs-string-current)
5893 (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
5894 (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
5895 (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
5896 (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
5897 (bs--window-config-coming-from): Revert 2006-11-09 change.
5898 (bs--restore-window-config): Keep the selected frame.
5899 (bs--track-window-changes, bs--remove-hooks): New functions.
5900 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
5901 (bs--create-header): Remove.
5902 (bs--create-header-line): New function, based on `bs--create-header'.
5903 (bs--show-header): Use `bs--create-header-line'.
5904 (bs--show-with-configuration): Revert 2006-11-09 change.
5905 Don't reuse window unless it is visible on the selected frame.
5906 Restore window configuration (possibly in a different frame)
5907 before creating any window.
5908
5909 2007-10-16 Glenn Morris <rgm@gnu.org>
5910
5911 * simple.el (blink-matching-open): Don't report false errors with
5912 the `$' syntax class.
5913
5914 2007-10-16 Richard Stallman <rms@gnu.org>
5915
5916 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
5917 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
5918 (ad-is-advised, ad-get-advice-info-field)
5919 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
5920
5921 2007-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
5922
5923 * vc-hooks.el (vc-workfile-version): Compatibility alias.
5924 (vc-default-working-revision): Compatibility for backends.
5925
5926 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
5927
5928 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
5929 (filesets-ormap, filesets-sort-case-sensitive-flag)
5930 (filesets-remake-shortcut, filesets-ingroup-collect-files):
5931 Fix typos in docstrings.
5932 (filesets-conditional-sort, filesets-find-or-display-file)
5933 (filesets-data-get-name, filesets-data-get-data)
5934 (filesets-data-set, filesets-cmd-query-replace-getargs)
5935 (filesets-ingroup-collect): Doc fixes.
5936
5937 2007-10-15 Sam Steingold <sds@gnu.org>
5938
5939 * mail/sendmail.el (sendmail-error-reporting-interactive)
5940 (sendmail-error-reporting-non-interactive): New variables for
5941 sendmail error reporting options to simplify support for imperfect
5942 sendmail emulators.
5943 (sendmail-send-it): Use them instead of list literals.
5944
5945 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
5946
5947 * help-fns.el: Revert previous change; it creates a
5948 dependency loop between advice.el and help-fns.el.
5949
5950 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
5951
5952 * help-fns.el: Require advice when compiling.
5953
5954 2007-10-14 Drew Adams <drew.adams@oracle.com>
5955
5956 * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
5957 (ring-insert+extend, ring-remove+insert+extend, ring-member)
5958 (ring-next, ring-previous): New functions.
5959
5960 2007-10-14 Richard Stallman <rms@gnu.org>
5961
5962 * emacs-lisp/advice.el (documentation): Advice deleted.
5963 Doc for advised functions is now handled at C level.
5964 (ad-stop-advice, ad-start-advice): Don't enable or disable
5965 advice for `documentation'.
5966 (ad-advised-definition-docstring-regexp): Var deleted.
5967 (ad-make-advised-definition-docstring): Store orig name
5968 as text property of string.
5969 (ad-advised-definition-p): Check for text property of docstring.
5970
5971 * help-fns.el (describe-function-1): Find source of advised functions.
5972
5973 2007-10-14 Juri Linkov <juri@jurta.org>
5974
5975 * faces.el (describe-face): Allow handling a string as the face name.
5976
5977 * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
5978 active region in transient-mark-mode.
5979 (ispell-region): Change messages displayed at the start and end of
5980 the spell-checking to be the same.
5981
5982 * startup.el (fancy-startup-tail): Say exactly what does the button
5983 dismiss ("Dismiss this startup screen"). Use text "Never show
5984 it again" for the checkbox after this button.
5985 (fancy-startup-screen, fancy-about-screen): Put point before the
5986 first link, so the user can quickly select links with the keyboard.
5987 (normal-mouse-startup-screen): Add more useful text describing how
5988 to follow a link.
5989
5990 2007-10-14 Glenn Morris <rgm@gnu.org>
5991
5992 * progmodes/etags.el (select-tags-table): Disable undo in the
5993 `*Tags Table List*' buffer.
5994
5995 2007-10-13 Eli Zaretskii <eliz@gnu.org>
5996
5997 * dired.el (dired-warn-writable): New face.
5998 (dired-warn-writable-face): New variable.
5999 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
6000 of dired-warning-face, for group- and world-writable files.
6001
6002 2007-10-13 Richard Stallman <rms@gnu.org>
6003
6004 * files.el (directory-abbrev-alist): Doc fix.
6005
6006 2007-10-13 Jari Aalto <jari.aalto@cante.net>
6007
6008 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
6009
6010 2007-10-12 Martin Rudalics <rudalics@gmx.at>
6011
6012 * frame.el (set-frame-configuration): Assign name parameter only
6013 if it has been set explicitly before.
6014
6015 2007-10-11 Tom Tromey <tromey@redhat.com>
6016
6017 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
6018 frame is visible.
6019
6020 2007-10-10 Richard Stallman <rms@gnu.org>
6021
6022 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
6023 in *Backtrace*.
6024
6025 * faces.el (face-font-selection-order): Doc fix.
6026
6027 * loadhist.el (unload-feature): Doc fix.
6028
6029 2007-10-13 Glenn Morris <rgm@gnu.org>
6030
6031 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
6032 (octave-re-search-forward-kw, octave-re-search-backward-kw):
6033 Add doc string, and an explicit COUNT argument.
6034 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
6035 `inc' to search functions.
6036
6037 * faces.el (face-spec-set): When FRAME is nil, set the default for
6038 new frames (restores pre-2007-09-17 behavior). Doc fix.
6039
6040 2007-10-13 John W. Eaton <jwe@octave.org>
6041
6042 * progmodes/octave-mod.el (octave-looking-at-kw)
6043 (octave-re-search-forward-kw, octave-re-search-backward-kw):
6044 New functions.
6045 (octave-in-defun-p, calculate-octave-indent)
6046 (octave-blink-matching-block-open, octave-beginning-of-defun)
6047 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
6048 to search for regexps that contain case-sensitive keywords.
6049 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
6050 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
6051
6052 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
6053
6054 * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
6055 Do not use a single clause cond.
6056
6057 * cus-start.el (all): Use test that does not match the X11 version
6058 for mac.
6059
6060 2007-10-13 Markus Gritsch <m.gritsch@gmail.com> (tiny change)
6061
6062 * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
6063 BROWSE buffer.
6064
6065 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
6066
6067 * cus-start.el (all): Undo previous change.
6068
6069 2007-10-13 Glenn Morris <rgm@gnu.org>
6070
6071 * woman.el (woman0-rename): Fix paren typo.
6072
6073 * mail/feedmail.el (feedmail-run-the-queue)
6074 (feedmail-look-at-queue-directory):
6075 * mail/reporter.el (reporter-dump-state):
6076 * net/eudc-hotlist.el (eudc-edit-hotlist):
6077 * net/eudc.el (eudc-display-records)
6078 (eudc-filter-duplicate-attributes)
6079 (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
6080 * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
6081 (eudc-bbdb-query-internal):
6082 * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
6083 * net/socks.el (socks-build-auth-list):
6084 * progmodes/cc-cmds.el (top level):
6085 * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
6086 * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
6087 (cperl-write-tags, cperl-tags-treeify):
6088 * progmodes/ebnf-yac.el (ebnf-yac-token-table):
6089 * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
6090 * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
6091 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
6092 (idlwave-toolbar-remove-everywhere):
6093 * progmodes/idlwave.el (idlwave-indent-line)
6094 (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
6095 (idlwave-write-paths, idlwave-all-method-classes)
6096 (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
6097 (idlwave-fix-keywords, idlwave-display-calling-sequence)
6098 (idlwave-complete-in-buffer):
6099 * textmodes/org.el (org-export-as-html, org-export-as-ascii)
6100 (org-fast-tag-selection):
6101 * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
6102 than mapcar.
6103
6104 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
6105
6106 * diff-mode.el (diff-fine-change): Add :group.
6107
6108 2007-10-12 Dan Nicolaescu <dann@ics.uci.edu>
6109
6110 * cus-start.el (all): Use the same test as the 22.2 branch.
6111
6112 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
6113
6114 * diff-mode.el (diff-current-defun): Force recomputation of
6115 change-log-default-name.
6116
6117 2007-10-12 Chong Yidong <cyd@stupidchicken.com>
6118
6119 * startup.el (fancy-startup-screen): Remove an unnecessary newline
6120 and some leftover logic regarding dedicated frames. If showing
6121 concise startup screen, fit window to buffer.
6122 (command-line-1): If we will be using the splash screen, use
6123 find-file instead of find-file-other-window to find additional files.
6124 Comment out unused code for coping with the old sit-for behavior.
6125
6126 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
6127
6128 * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
6129 `meta' modifier consistently, rather than using sometimes meta
6130 sometimes alt.
6131
6132 2007-10-12 Martin Rudalics <rudalics@gmx.at>
6133
6134 * window.el (handle-select-window): Revert part of 2007-10-08
6135 change setting the input focus.
6136
6137 2007-10-12 Glenn Morris <rgm@gnu.org>
6138
6139 * startup.el (command-line): Do not read abbrev file in batch mode.
6140
6141 * emacs-lisp/byte-opt.el (top level):
6142 * mail/rmail.el (rmail-list-to-menu):
6143 * obsolete/hilit19.el (hilit-mode):
6144 * progmodes/cc-mode.el (c-postprocess-file-styles)
6145 (c-submit-bug-report):
6146 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
6147 * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
6148 (reftex-access-parse-file):
6149 * textmodes/reftex-cite.el (reftex-do-citation)
6150 (reftex-insert-bib-matches):
6151 * textmodes/reftex-ref.el (reftex-offer-label-menu):
6152 * textmodes/reftex-sel.el (reftex-select-unmark):
6153 * textmodes/reftex-toc.el (reftex-toc-do-promote):
6154 * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
6155
6156 * cus-edit.el (custom-variable-menu, custom-face-menu)
6157 (custom-group-menu): Check init-file-user rather than
6158 user-init-file, in case cus-edit is loaded by site-run-file.
6159
6160 2007-10-11 Dan Nicolaescu <dann@ics.uci.edu>
6161
6162 * vc.el (vc-deduce-fileset): Delete unused code.
6163 (vc-next-action): Fix typos.
6164
6165 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
6166
6167 * bs.el (bs--mark-unmark): New function.
6168 (bs-mark-current, bs-unmark-current): Use it.
6169
6170 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
6171
6172 * vc.el (vc-diff):
6173 (vc-diff-internal): Merge a patch by Juanma Barranquero. Also,
6174 temporarily disable the check for his edge case of
6175 vc-diff (stopping it from grinding when called from $HOME), as
6176 it's calling some brittle code in vc-hooks.el.
6177 (with-vc-properties): Fix evaluation time of a macro argument.
6178 * ediff-vers.el (ediff-vc-internal):
6179 * vc-hooks.el:
6180 * loaddefs.el: Follow up on VC terminology change.
6181
6182 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
6183
6184 * follow.el (follow-stop-intercept-process-output):
6185 Use `follow-call-process-filter' rather than `process-filter'.
6186 Simplify.
6187
6188 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
6189
6190 * vc-hooks.el (vc-registered): Robustify this function a bit
6191 against filenames with no directory component.
6192
6193 2007-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
6194
6195 * international/characters.el: Undo unwanted and unexplained change.
6196
6197 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6198
6199 * ps-print.el: Fix the usage of :foreground and :background face
6200 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
6201 (ps-print-version): New version 6.7.6.
6202 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
6203 Fix code.
6204 (ps-face-foreground-color-p, ps-face-background-color-p)
6205 (ps-face-color-p): New inline funs.
6206
6207 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
6208
6209 * textmodes/org.el (org-additional-option-like-keywords): New constant.
6210 (org-complete): Use `org-additional-option-like-keywords'.
6211 (org-parse-local-options): New function.
6212
6213 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
6214
6215 * textmodes/org.el (org-in-clocktable-p): New function.
6216 (org-clock-report): Only update the table at point, or insert a new one.
6217 (org-clock-goto): New function.
6218 (org-open-file): Use `start-process-shell-command' instead of
6219 `shell-command' with an ampersand.
6220 (org-deadline, org-schedule): New argument REMOVE to remove the
6221 date from the entry.
6222 (org-agenda-schedule, org-agenda-deadline): Pass the prefix
6223 argument to `org-schedule' and `org-deadline'.
6224 (org-trim): Use the correct expressions for beginning and end of
6225 the string.
6226 (org-get-cleaned-entry): Trim the string before returning it.
6227 (org-clock-find-position): New function.
6228 (org-clock-into-drawer): New option.
6229 (org-agenda-tags-column): Rename from
6230 `org-agenda-align-tags-to-column'.
6231 (org-agenda-align-tags): Allow negative values for
6232 `org-agenda-tags-column'.
6233 (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
6234 (org-agenda-to-appt): New optional argument FILTER.
6235 (org-completion-fallback-command): New variable.
6236 (org-complete): Use `org-completion-fallback-command'.
6237 (org-find-base-buffer-visiting): Catch the case that there is no
6238 buffer visiting the file.
6239 (org-property-or-variable-value): New function.
6240 (org-todo): Use `org-property-or-variable-value'
6241 (org-agenda-compact-blocks): New option.
6242 (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
6243 (org-agenda-schedule, org-agenda-deadline):
6244 Call `org-agenda-show-new-time'.
6245 (org-agenda-show-new-time): New argument PREFIX.
6246 (org-colgroup-info-to-vline-list): Fix but that cause a
6247 shift in the vertical lines.
6248 (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
6249 (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
6250 (org-indent-item): No arg in call to `org-fix-bullet-type'.
6251 (org-fix-bullet-type): Remove argument.
6252 (org-read-date): Check for am/pm twice, to catch the end time.
6253 (org-goto-map): Use `suppress-keymap'.
6254 (org-remember-apply-template): Respect the dynamically scoped
6255 selection character.
6256
6257 2007-10-10 Bastien Guerry <Bastien.Guerry@ens.fr>
6258
6259 * textmodes/org-export-latex.el (org-export-latex-protect-string):
6260 Renaming of `org-latex-protect'.
6261 (org-export-latex-emphasis-alist): By default, don't protect
6262 any emphasis formatter from further conversion.
6263 (org-export-latex-tables): Honor column grouping for tables.
6264 (org-export-latex-title-command): New option.
6265 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
6266 export backslash character.
6267
6268 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
6269
6270 * frame.el (frame-inherited-parameters): Remove unused `environment'
6271 parameter, and let server.el add `client' when needed.
6272
6273 * server.el (server-create-tty-frame)
6274 (server-create-window-system-frame): Set frame-inherited-parameters.
6275
6276 * frame.el (frame-inherited-parameters): New var.
6277 (make-frame): Use it.
6278
6279 * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
6280
6281 * env.el (let-environment): Remove. Unused.
6282 (read-envvar-name): Simplify.
6283 (setenv): Remove unused arg `frame'.
6284
6285 * help-fns.el (describe-variable): Add missing " " for multiline
6286 obsolescence info and missing EOL after global value.
6287
6288 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
6289
6290 * add-log.el:
6291 * ediff-vers.el:
6292 * log-view.el:
6293 * pcvs.el:
6294 * vc-arch.el:
6295 * vc-bzr.el:
6296 * vc-cvs.el:
6297 * vc.el:
6298 * vc-git.el:
6299 * vc-hg.el:
6300 * vc-hooks.el:
6301 * vc-mcvs.el:
6302 * vc-mtn.el:
6303 * vc-rcs.el:
6304 * vc-sccs.el:
6305 * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
6306 {find,init,next,previous,annotate-*,log}-version ->
6307 {find,init,next,previous,annotate-*,log}-revision,
6308 annotate-focus-version -> annotate-working-revision, The term
6309 'focus' is gone. The term 'revision' is now used consistently
6310 everywhere that reference to a revision ID is intended, replacing
6311 older use of 'version'.
6312
6313 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
6314
6315 * follow.el: Change all instances of "Follow Mode" to "Follow
6316 mode" in docstrings and messages.
6317 (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
6318
6319 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
6320
6321 * vc.el (vc-next-action): Rewrite completely; this principal
6322 entry point now operates on a current fileset selected either
6323 explicitly via VC-Dired or implicitly by visiting a file buffer,
6324 rather than always operating on the file of the current buffer as
6325 in older versions. Rewrite the rest of the mode to match.
6326 (with-vc-properties): Rewrite to operate on a file list.
6327 (with-vc-file): vc-checkin takes a file list argument now.
6328 (vc-post-command-functions): This hook now receives a file list.
6329 (vc-do-command): Take a either a file or a file list as argument.
6330 (vc-deduce-fileset): New function for deducing a file list to
6331 operate on.
6332 (vc-next-action-on-file, vc-next-action-dired): Remove.
6333 Merge into vc-next-action.
6334 (vc-register): Adapt to the fact that vc-start-entry now takes a
6335 file list.
6336 (vc-register-with): New function.
6337 (vc-start-entry): Take a file list argument rather than a
6338 file argument.
6339 (vc-checkout): Cope with vc-start-entry taking a file list.
6340 (vc-steal-lock): Cope with with-vc-properties taking a
6341 file list.
6342 (vc-checkin): Take a file list argument rather than a file argument.
6343 (vc-finish-logentry): Use the filelist passed by vc-start-entry.
6344 (vc-diff-internal): Rewrite for filesets.
6345 (vc-diff-sentinel): New function, tests whether changes were
6346 written into a diff buffer.
6347 (vc-diff): Rewrite for filesets.
6348 (vc-version-diff): Rewrite for filesets.
6349 (vc-print-log): Take a fileset argument.
6350 (vc-revert): Revert the entire selected fileset, not just the
6351 current buffer.
6352 (vc-rollback): Roll back the entire selected fileset, if
6353 possible. No longer accepts a prefix argument.
6354 (vc-update): Merge new changes for the entire selected
6355 fileset, not just the current buffer.
6356 (vc-revert-file): Cope with with-vc-properties taking a file list.
6357 (vc-default-dired-state-info): Add + status suffix if the file is
6358 modified.
6359 (vc-annotate-warp-version): Use the new diff machinery.
6360 (vc-log-edit): Take a file list argument rather than a file argument.
6361
6362 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
6363
6364 Sync with Tramp 2.1.11.
6365
6366 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
6367 Pacify byte compiler.
6368
6369 * net/trampver.el: Update release number.
6370
6371 2007-10-09 Richard Stallman <rms@gnu.org>
6372
6373 * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
6374
6375 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
6376
6377 * follow.el: Require easymenu.
6378 (follow-mode-hook, follow-mode): Doc fixes.
6379 (follow-mode-off-hook): Mark as obsolete.
6380
6381 2007-10-08 Martin Rudalics <rudalics@gmx.at>
6382
6383 * window.el (mouse-autoselect-window-cancel): Don't cancel for
6384 select-window or select-frame events.
6385 (handle-select-window): When autoselecting window set input
6386 focus. Restructure.
6387
6388 * frame.el (focus-follows-mouse): Move to frame.c.
6389 * cus-start.el (all): Add focus-follows-mouse.
6390
6391 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
6392
6393 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
6394 activate font-locking in the *buffer-selection* buffer.
6395 (bs-show-sorted): Doc fix.
6396
6397 * bs.el (bs--get-marked-string, bs--get-modified-string)
6398 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
6399 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
6400 (bs--format-aux): Doc fix.
6401
6402 2007-10-08 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6403
6404 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
6405
6406 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
6407
6408 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
6409 (gud-gdb): New function for old M-x gdb (text command mode).
6410 (gud-gdb-command-name, gdb): Move to...
6411
6412 * progmodes/gdb-ui.el: ...here and adapt doc string.
6413 (gud-gdba-command-name, gdba): Delete.
6414
6415 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
6416
6417 * bs.el: Don't defvar `font-lock-verbose'.
6418 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
6419 (bs--get-file-name): Fix typos in docstrings.
6420 (bs--show-header): Use `dolist' instead of `mapcar'.
6421 (bs-mode): Set `show-trailing-whitespace' to nil.
6422 (bs-buffer-sort-function, bs-mouse-select-other-frame)
6423 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
6424 Doc fixes.
6425
6426 2007-10-08 Adam Hupp <adam@hupp.org> (tiny change)
6427
6428 * progmodes/gud.el (pdb): Specify file for gud-break.
6429
6430 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
6431
6432 * progmodes/gud.el (gdb): Make graphical mode the default and
6433 switch to text command mode if appropriate, i.e., reverse previous
6434 arrangement.
6435 (gud-gdb-marker-filter): Adapt for above change.
6436
6437 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
6438 gud-minor-mode and gud-marker-filter.
6439 (gdb-fullname-regexp): New variable.
6440 (gud-gdba-marker-filter): Use it to switch to text command
6441 mode if appropriate.
6442
6443 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
6444
6445 * progmodes/gud.el (gud-display-line): Find source buffer even when
6446 GUD buffer has its own frame.
6447
6448 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6449
6450 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
6451
6452 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6453
6454 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
6455
6456 2007-10-08 Martin Rudalics <rudalics@gmx.at>
6457
6458 * allout.el (allout-before-change-handler): Replace got-char by
6459 goto-char.
6460
6461 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6462
6463 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
6464 Used to try and automatically enabled smerge-mode in the presence of
6465 conflicts and to call `svn resolved' when the conflicts are gone.
6466 (vc-svn-parse-status): Remember the svn-specific status.
6467
6468 2007-10-08 Eli Zaretskii <eliz@gnu.org>
6469
6470 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
6471 menu-bar-apropos-menu. All users changed.
6472 (menu-bar-help-menu): Change menu symbols to better match the text
6473 displayed by the menu.
6474
6475 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
6476
6477 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
6478 #, @, : and ^.
6479
6480 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
6481
6482 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
6483
6484 * log-view.el (log-view-mode-map): Likewise.
6485
6486 * diff-mode.el (diff-mode-shared-map): Likewise.
6487
6488 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
6489
6490 * files.el (file-name-sans-versions): Also allow `A-Z'.
6491
6492 * vc.el: Mention all supported VC backends.
6493
6494 2007-10-08 Richard Stallman <rms@gnu.org>
6495
6496 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
6497 neighbouring buttons.
6498
6499 2007-10-08 Andreas Schwab <schwab@suse.de>
6500
6501 * files.el (file-name-sans-versions): Also allow `_'.
6502
6503 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
6504
6505 * files.el (file-name-sans-versions): Allow - and a-z in version names.
6506
6507 * log-view.el (log-view-mode-map, log-view-mode-menu):
6508 Bind log-view-annotate-version.
6509 (log-view-beginning-of-defun, log-view-end-of-defun)
6510 (log-view-annotate-version): New functions.
6511 (log-view-mode): Use log-view-beginning-of-defun and
6512 log-view-end-of-defun.
6513
6514 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6515
6516 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
6517
6518 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6519
6520 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
6521 neighbouring buttons.
6522
6523 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6524 Recognize gcc's use of "note" for informational messages.
6525
6526 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6527
6528 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
6529 (css-mode): Update correspondingly.
6530
6531 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
6532
6533 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
6534 Signed-off-by, Acked-by and Merge.
6535
6536 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6537
6538 * ediff-init.el (ediff-verbose-p): This var is not a constant.
6539
6540 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6541
6542 * vc-mtn.el: New file.
6543
6544 * vc-hooks.el (vc-handled-backends): Add Mtn.
6545
6546 2007-10-08 Eli Zaretskii <eliz@gnu.org>
6547
6548 * files.el (find-file, find-file-other-window)
6549 (find-file-other-frame, find-file-existing, find-file-read-only)
6550 (find-file-read-only-other-window)
6551 (find-file-read-only-other-frame)
6552 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
6553
6554 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
6555
6556 * progmodes/gud.el (gdb-ready): New variable.
6557 (gdb): Set it to nil. Set gud-running to nil here...
6558 (gud-common-init): ...instead of here.
6559
6560 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
6561 Use gdb-ready. Discard input until GDB is ready to accept it.
6562
6563 2007-10-08 Martin Rudalics <rudalics@gmx.at>
6564
6565 * dired.el (dired-warning): Inherit from font-lock-warning-face to
6566 make it show up with eight colors.
6567
6568 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6569
6570 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
6571 diffs are concatenated with no intervening line.
6572
6573 2007-10-08 Dave Love <fx@gnu.org>
6574
6575 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
6576 (python-font-lock-keywords): Update to the 2.5 version of the language.
6577 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
6578 (python-backspace): Only behave funny in code.
6579 (python-compilation-regexp-alist): Add PDB stack trace regexp.
6580 (inferior-python-mode): Add PDB prompt regexp.
6581 (python-fill-paragraph): Refine the fenced-string regexp.
6582 (python-find-imports): Handle imports spanning several lines.
6583 (python-mode): Add `class' to hideshow support.
6584
6585 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6586
6587 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
6588 Use add-log-buffer-file-name-function rather than binding
6589 buffer-file-name, so we don't end up calling change-log-mode in *cvs*
6590 when `fi' is the ChangeLog file itself.
6591
6592 * outline.el (outline-flag-region): Use front-advance.
6593
6594 2007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
6595
6596 * progmodes/cperl-mode.el: Merge upstream 5.23.
6597 (cperl-where-am-i): Remove function.
6598 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
6599 (cperl-sniff-for-indent): De-invert [string] and [comment].
6600 When looking for label, skip s:m:y:tr.
6601 (cperl-indent-line): Likewise.
6602 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
6603 (cperl-windowed-init): Wrong `ps-print' handling.
6604 Both thanks to Chong Yidong.
6605 (cperl-look-at-leading-count): Could fail with unfinished RExen.
6606 (cperl-find-pods-heres): If the second part of s()[] is missing,
6607 don't try to highlight delimiters...
6608
6609 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6610
6611 * progmodes/compile.el (compilation-get-file-structure): Complete last
6612 change by also using spec-directory in the puthash.
6613
6614 2007-10-08 Riccardo Murri <riccardo.murri@gmail.com>
6615
6616 * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
6617 (vc-bzr-status): Fix shadowing of variable 'status'.
6618 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
6619 Use `expand-file-name' instead of `concat'.
6620 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
6621 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
6622
6623 2007-10-08 Jason Rumney <jasonr@gnu.org>
6624
6625 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
6626
6627 2007-10-08 Richard Stallman <rms@gnu.org>
6628
6629 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
6630 Add `safe-local-variable' property.
6631 (lisp-body-indent): Likewise.
6632
6633 2007-10-08 Richard Stallman <rms@gnu.org>
6634
6635 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
6636 Add doc string.
6637
6638 2007-10-08 Martin Rudalics <rudalics@gmx.at>
6639
6640 * files.el (backup-buffer-copy): Try to overwrite old backup first.
6641
6642 2007-10-08 Martin Rudalics <rudalics@gmx.at>
6643
6644 * repeat.el (repeat): Use last-repeatable-command instead of
6645 real-last-command. Run pre- and post-command hooks for
6646 self-insertion. Update doc-string.
6647
6648 2007-10-08 Alexandre Julliard <julliard@winehq.org>
6649
6650 * vc-git.el (vc-git-state): Call git-add --refresh to update the
6651 state of the file.
6652 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
6653 (vc-git-create-repo): Fix invalid command.
6654
6655 2007-10-08 Richard Stallman <rms@gnu.org>
6656
6657 * textmodes/flyspell.el (flyspell-mode):
6658 Catch errors in flyspell-mode-on.
6659
6660 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
6661
6662 * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
6663
6664 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
6665
6666 * international/encoded-kb.el (encoded-kbd-setup-display):
6667 Use input-decode-map rather than local-key-translation-map.
6668
6669 * term/rxvt.el (rxvt-alternatives-map): New map.
6670 (terminal-init-rxvt): Use it.
6671 Bind rxvt-function-map in input-decode-map.
6672
6673 * term/xterm.el (xterm-alternatives-map): New map.
6674 (terminal-init-xterm): Use it.
6675 Bind xterm-function-map in input-decode-map.
6676
6677 * term/x-win.el (x-alternatives-map): New var.
6678 (x-setup-function-keys): Use it.
6679
6680 * help-fns.el (describe-variable): Slightly change the layout of
6681 meta-info to separate it better from the docstring.
6682 Standardize insertion of extra empty lines in various circumstances.
6683
6684 * diff-mode.el (diff-hunk-style): New fun.
6685 (diff-end-of-hunk): Use it.
6686 (diff-context->unified): Use the new `apply' undo element,
6687 if applicable, so as to save undo-log space.
6688 (diff-fine-change): New face.
6689 (diff-fine-highlight-preproc): New function.
6690 (diff-fine-highlight): New command.
6691 (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
6692
6693 * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
6694 (smerge-refine-highlight-change): Add `props' argument.
6695 (smerge-refine-subst): New function holding most of smerge-refine.
6696 (smerge-refine): Use it.
6697
6698 2007-10-08 Eric S. Raymond <esr@snark.thyrsus.com>
6699
6700 * vc.el (vc-default-wash-log): Remove unused code, the
6701 log washers all live in the backends now.
6702 (vc-default-comment-history): Correct for the fact
6703 that wash-log is argumentless in the new API.
6704
6705 2007-10-08 Michael Albinus <michael.albinus@gmx.de>
6706
6707 * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
6708 (tramp-maybe-send-script): Apply `member' but `memq'.
6709 (tramp-advice-file-expand-wildcards): Simplify implementation.
6710
6711 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
6712
6713 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
6714
6715 * mb-depth.el (minibuf-depth-indicator-function): New variable.
6716 (minibuf-depth-setup-minibuffer): Use it.
6717
6718 2007-10-07 Glenn Morris <rgm@gnu.org>
6719
6720 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
6721 version numbers.
6722
6723 2007-10-06 Juri Linkov <juri@jurta.org>
6724
6725 * textmodes/fill.el (fill-paragraph-or-region): New function.
6726
6727 * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
6728 instead of fill-paragraph.
6729
6730 * tutorial.el (tutorial--default-keys): Replace fill-paragraph
6731 with fill-paragraph-or-region. Suspend command is now the same
6732 `suspend-frame' on window systems and on tty.
6733
6734 * image.el (image-type): Check if image-types is bound to not fail
6735 on tty.
6736
6737 * delsel.el (delete-selection-pre-hook):
6738 * emulation/cua-base.el (cua-paste): Check if mouse-region-match
6739 is fbound to not fail on mouseless tty.
6740
6741 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
6742
6743 * net/tramp.el (top): Move loading of tramp-util.el and
6744 tramp-vc.el to tramp-compat.el.
6745 (tramp-make-tramp-temp-file): Complete rewrite. Create remote
6746 temporary file if possible, in order to avoid a security hole.
6747 (tramp-do-copy-or-rename-file-out-of-band)
6748 (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
6749 with DONT-CREATE, because the connection is not setup yet.
6750 (tramp-handle-process-file): Rewrite temporary file handling.
6751 (tramp-completion-mode): New defvar.
6752 (tramp-completion-mode-p): Use it.
6753
6754 * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
6755
6756 * net/tramp-fish.el (tramp-fish-handle-process-file):
6757 Rewrite temporary file handling.
6758
6759 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
6760
6761 * vc.el: Workfile version -> focus version change. Port various
6762 comments from new VC to reduce the noise in the diff.
6763 Patch in the new vc-create-repo function to go with the
6764 header comment about it already present.
6765 There are no changes to existing logic in this patch.
6766 (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
6767
6768 2007-10-06 Aaron Hawley <aaronh@garden.org>
6769
6770 * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
6771
6772 2007-10-05 Chris Moore <dooglus@gmail.com>
6773
6774 * server.el (server-kill-new-buffers): Doc fix.
6775
6776 2007-10-05 John W. Eaton <jwe@octave.org>
6777
6778 * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
6779 (octave-begin-keywords): Add "do".
6780 (octave-end-keywords): Remove "end".
6781 (octave-reserved-words): Add "end". Remove "all_va_args",
6782 "gplot", and 'gsplot".
6783 (octave-text-functions): Remove "gset", "gshow", "set", and "show".
6784 (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
6785 "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
6786 "default_return_value", "define_all_return_values",
6787 "do_fortran_indexing", "empty_list_elements_ok",
6788 "gnuplot_has_multiplot", "implicit_str_to_num_ok",
6789 "ok_to_lose_imaginary_part", "prefer_column_vectors",
6790 "prefer_zero_one_indexing", "propagate_empty_matrices",
6791 "resize_on_range_error", "treat_neg_dim_as_zero",
6792 "warn_assign_as_truth_value", "warn_comma_in_global_decl",
6793 "warn_divide_by_zero", "warn_function_name_clash",
6794 "warn_missing_semicolon", "whitespace_in_literal_matrix".
6795 Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
6796 "crash_dumps_octave_core", "sighup_dumps_octave_core",
6797 "sigterm_dumps_octave_core".
6798 (octave-block-match-alist): Remove "end" from block-end keywords.
6799 (octave-mode): Update ftp site address.
6800
6801 2007-10-05 Dan Nicolaescu <dann@ics.uci.edu>
6802
6803 * vc.el: Reorder functions, no code changes.
6804
6805 2007-10-04 Michael Albinus <michael.albinus@gmx.de>
6806
6807 * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
6808 (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
6809 the cond clauses where needed.
6810 (tramp-handle-write-region): Rearrange code for proper handling of
6811 tmpfile.
6812
6813 * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
6814
6815 * net/tramp.el:
6816 * net/tramp-fish.el:
6817 * net/tramp-ftp.el:
6818 * net/tramp-smb.el: Rename `tramp-make-temp-file' to
6819 `tramp-compat-make-temp-file'.
6820
6821 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
6822
6823 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
6824
6825 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6826
6827 * emacs-lisp/copyright.el (copyright-update): Don't update if the file
6828 already uses a more recent copyright version than the "current" one.
6829
6830 2007-10-03 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6831
6832 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
6833 (doc-view-insert-image): Minor aesthetical docstring changes.
6834
6835 2007-10-03 Tassilo Horn <tassilo@member.fsf.org>
6836
6837 * doc-view.el (doc-view): Don't ignore pdf and dvi files when
6838 completing filename.
6839 (doc-view-search-internal): Docstring change.
6840
6841 2007-10-03 Michael Albinus <michael.albinus@gmx.de>
6842
6843 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
6844 (tramp-file-name-handler-alist):
6845 Add `tramp-handle-insert-file-contents-literally'. Needed for XEmacs.
6846 (tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
6847 used before, creates the file already, which is not desired.
6848 (tramp-do-copy-or-rename-file-directly): Simplify handling of
6849 temporary file.
6850 (tramp-handle-insert-file-contents): Assign the result in the
6851 short track case.
6852 (tramp-handle-insert-file-contents-literally): New defun.
6853 (tramp-completion-mode-p): Revert change from 2007-09-24.
6854 Checking for `return' etc as last character is not sufficient, for
6855 example in dired-mode when entering <g> (revert-buffer) or
6856 <s> (dired-sort).
6857
6858 * net/tramp-compat.el (top): Add also compatibility code for loading
6859 appropriate timer package.
6860 (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
6861 order to avoid autoloading problems.
6862
6863 * net/tramp-fish.el:
6864 * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
6865
6866 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
6867 where the second parameter of `copy-file' or `rename-file' is a
6868 remote file but not via ftp.
6869
6870 2007-10-02 Richard Stallman <rms@gnu.org>
6871
6872 * frame.el (cursor-in-non-selected-windows): Doc fix.
6873
6874 2007-10-01 Thien-Thi Nguyen <ttn@gnuvola.org>
6875
6876 * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
6877 Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
6878
6879 2007-10-01 Jay Belanger <jay.p.belanger@gmail.com>
6880
6881 * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
6882 when `expt' doesn't give range errors.
6883
6884 2007-10-01 Markus Triska <markus.triska@gmx.at>
6885
6886 * calc/calc-math.el (math-smallest-emacs-expt):
6887 Make the computation more robust.
6888
6889 2007-09-30 David Kastrup <dak@gnu.org>
6890
6891 * startup.el (argv): Alias for `command-line-args-left' to use as
6892 `(pop argv)' inside of --eval command sequences. Allows for
6893 passing shell commands into Emacs verbatim without need for Lisp
6894 quoting.
6895
6896 * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
6897 check only for changed size.
6898 (auto-revert-tail-handler): Get size from caller. If the file has
6899 shrunk, tail the whole file again (the file presumably has been
6900 rewritten).
6901
6902 * woman.el (woman-topic-all-completions, woman-mini-help):
6903 Fix fallout from 2007-09-07 introduction of `dolist' when the list
6904 actually was being manipulated in the loop.
6905 (woman-Cyg-to-Win, woman-pre-process-region)
6906 (woman-horizontal-escapes, woman-if-body, woman-unescape)
6907 (woman-strings, woman-special-characters, woman1-hc)
6908 (woman-change-fonts, woman-find-next-control-line):
6909 Use `match-beginning' rather than `match-string' when the result is
6910 just used as a flag.
6911
6912 2007-09-30 Michael Albinus <michael.albinus@gmx.de>
6913
6914 * net/tramp-compat.el: New file.
6915
6916 * net/tramp.el:
6917 * net/tramp-fish.el:
6918 * net/tramp-smb.el:
6919 * net/tramp-uu.el:
6920 * net/trampver.el: Move compatibility code to tramp-compat.el.
6921 Apply `mapc' instead of `mapcar' when the code needs side effects
6922 only. Move utf-8 coding cookie to the second line.
6923
6924 2007-09-30 Reiner Steib <Reiner.Steib@gmx.de>
6925
6926 * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
6927 Improve custom type.
6928 (icon-map-list): Make it customizable. Document how to disable
6929 stock icons.
6930
6931 2007-09-30 Richard Stallman <rms@gnu.org>
6932
6933 * play/zone.el (zone-hiding-modeline): Use mode-line-format.
6934
6935 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6936
6937 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
6938
6939 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
6940
6941 * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
6942 (t-mouse-mode): New compatibility alias.
6943
6944 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
6945
6946 * server.el (server-delete-client): Only delete the terminal if it
6947 is non-nil.
6948
6949 2007-09-28 Michael Albinus <michael.albinus@gmx.de>
6950
6951 * net/tramp.el (with-file-property, with-connection-property):
6952 Highlight as keyword.
6953 (tramp-rfn-eshadow-setup-minibuffer)
6954 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
6955 (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
6956 (tramp-do-copy-or-rename-file-directly)
6957 (tramp-do-copy-or-rename-file-out-of-band)
6958 (tramp-handle-shell-command, tramp-get-debug-buffer)
6959 (tramp-send-command-and-read, tramp-equal-remote)
6960 (tramp-get-local-gid): Pacify byte-compiler.
6961 (tramp-handle-file-name-directory): Result shall not be expanded.
6962 (tramp-find-foreign-file-name-handler): Rewrite.
6963 (tramp-dissect-file-name): Add optional parameter NODEFAULT.
6964
6965 * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
6966
6967 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
6968 Apply `tramp-completion-mode-p'.
6969 (tramp-fish-handle-set-file-times)
6970 (tramp-fish-handle-executable-find)
6971 (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
6972 (tramp-fish-retrieve-data): Pacify byte-compiler.
6973
6974 * net/tramp-gw.el (tramp-gw-basic-authentication):
6975 Call `tramp-read-passwd' with first parameter `nil'.
6976
6977 2007-09-28 Glenn Morris <rgm@gnu.org>
6978
6979 * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
6980 than mapcar.
6981
6982 * textmodes/tex-mode.el (tex-suscript-height-ratio)
6983 (tex-suscript-height-minimum): New customizable variables.
6984 (tex-suscript-height): New function.
6985 (superscript, subscript): Set height using tex-suscript-height
6986 rather than fixing at 0.8.
6987 (tex-fontify-script, tex-font-script-display): Add :version tag.
6988
6989 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
6990
6991 * progmodes/python.el (python-eldoc-function): Doc fix.
6992
6993 2007-09-27 Glenn Morris <rgm@gnu.org>
6994
6995 * image.el (image-type-auto-detected-p): Doc fix. Don't detect an
6996 image if it is not in image-type-auto-detectable, or is there with
6997 a nil value.
6998
6999 2007-09-27 Michael Albinus <michael.albinus@gmx.de>
7000
7001 * net/tramp.el (tramp-maybe-open-connection): Make test for alive
7002 connection more robust.
7003
7004 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
7005
7006 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
7007 Deal with the case that special &keywords are at the beginning or
7008 end of the argument list. Also add some (incomplete) support for
7009 non-standard arglists.
7010
7011 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
7012
7013 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
7014 (eldoc-message-commands, eldoc-current-idle-delay)
7015 (eldoc-function-argstring-format): Fix typos in docstrings.
7016
7017 2007-09-26 Jay Belanger <jay.p.belanger@gmail.com>
7018
7019 * calc/calc-units.el (calc-convert-units)
7020 (calc-convert-temperature): Remove unnecessary colons.
7021
7022 2007-09-26 Bastien Guerry <bzg@altern.org>
7023
7024 * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
7025 New function.
7026 (org-export-latex-remove-from-headlines): Name changed because of typo.
7027 (org-export-latex-quotation-marks-convention): Option removed.
7028 (org-export-latex-make-preamble): Handle the DATE option.
7029 (org-export-latex-cleaned-string): Now the only cleaning function,
7030 synched up with org.el.
7031 (org-export-latex-lists, org-export-latex-parse-list)
7032 (org-export-list-to-latex): New functions.
7033
7034 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
7035
7036 * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
7037 (org-outline-regexp): New constant.
7038 (org-remember-handler): Throw error when the target file is not in
7039 org-mode.
7040 (org-cleaned-string-for-export): No longer call
7041 `org-export-latex-cleaned-string' with an argument.
7042 (org-get-tags): Returns now a list, not a string.
7043 (org-get-tags-string): New function.
7044 (org-archive-subtree): No need to split return of `org-get-tags'.
7045 (org-set-tags, org-entry-properties): Call `org-get-tags-string'
7046 instead of `org-get-tags'.
7047 (org-agenda-format-date): Rename from `org-agenda-date-format'.
7048 (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
7049 (org-compatible-face): New argument INHERITS. Inherit from this
7050 face if possible.
7051 (org-level-1, org-level-2, org-level-3, org-level-4)
7052 (org-level-5, org-level-6, org-level-7, org-level-8)
7053 (org-special-keyword, org-drawer, org-column, org-warning)
7054 (org-archived, org-todo, org-done, org-headline-done, org-table)
7055 (org-formula, org-code, org-agenda-structure)
7056 (org-scheduled-today, org-scheduled-previously)
7057 (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
7058 in the new way.
7059 (org-get-heading): New argument NO-TAGS.
7060 (org-fast-tag-selection-include-todo): Made defvar instead of
7061 defcustom, feature is not deprecated.
7062 (org-remember-store-without-prompt): New default value t.
7063 (org-todo-log-states): New variable.
7064 (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
7065 Compute the log states.
7066 (org-goto-map): More commands copied from global map. Also bind
7067 `org-occur'.
7068 (org-goto): Made into a general lookup command.
7069 (org-get-location): Complete rewrite.
7070 (org-goto-exit-command): New variable.
7071 (org-goto-selected-point): New variable.
7072 (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
7073 Set the new variables.
7074 (org-paste-subtree): Whitespace insertion strategy revised.
7075 (org-remember-apply-template): Protect v-A from the possibility
7076 that v-a might be nil.
7077 (org-remember-handler): Insertion rules revised.
7078 (org-todo): Respect org-todo-log-states.
7079 (org-up-heading-safe): New function.
7080 (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
7081
7082 2007-09-26 Dan Nicolaescu <dann@ics.uci.edu>
7083
7084 * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
7085 region if in transient-mark-mode.
7086
7087 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
7088
7089 * calc/calc-ext.el (calc-init-extensions, calc-reset):
7090 * calc/calc-help.el (calc-full-help):
7091 * calc/calc-misc.el (another-calc):
7092 * calc/calc-store.el (calc-var-name-map):
7093 * calc/calc-stuff.el (calc-flush-caches):
7094 * calc/calc-units.el (math-build-units-table):
7095 * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
7096 (calc-quit):
7097 * calendar/icalendar.el (icalendar--format-ical-event)
7098 (icalendar--convert-ical-to-diary):
7099 * emacs-lisp/authors.el (authors):
7100 * emacs-lisp/cust-print.el (custom-print-install)
7101 (custom-print-uninstall):
7102 * emacs-lisp/disass.el (disassemble-1):
7103 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
7104 * emacs-lisp/edebug.el (byte-compile-resolve-functions):
7105 * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
7106 (elint-check-let-form, elint-check-condition-case-form)
7107 (elint-initialize):
7108 * emacs-lisp/elp.el (elp-results):
7109 * emacs-lisp/generic.el (generic-mode-internal):
7110 * emacs-lisp/re-builder.el (reb-delete-overlays):
7111 * emacs-lisp/regi.el (regi-interpret):
7112 * emacs-lisp/sregex.el (sregex--char-aux):
7113 * emulation/cua-rect.el (cua--deactivate-rectangle)
7114 (cua--highlight-rectangle, cua--rectangle-post-command):
7115 * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
7116 * emulation/viper-macs.el (viper-describe-kbd-macros)
7117 (viper-describe-one-macro):
7118 * emulation/viper-util.el (viper-setup-master-buffer):
7119 * emulation/viper.el (set-viper-state-in-major-mode):
7120 * international/mule-diag.el (describe-current-coding-system):
7121 * language/ethio-util.el (ethio-fidel-to-sera-buffer):
7122 * mail/emacsbug.el (report-emacs-bug):
7123 * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
7124 * obsolete/hilit19.el (hilit-unhighlight-region)
7125 (hilit-set-mode-patterns):
7126 * play/solitaire.el (solitaire-check, solitaire-solve):
7127 * play/zone.el (zone-pgm-rotate):
7128 * progmodes/ada-mode.el (ada-save-exceptions-to-file):
7129 * progmodes/ada-prj.el (ada-prj-display-page):
7130 * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
7131 (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
7132 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
7133 (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
7134 * progmodes/sh-script.el (sh-make-vars-local)
7135 (sh-reset-indent-vars-to-global-values):
7136 * progmodes/sql.el (top):
7137 * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
7138 * progmodes/xscheme.el (top):
7139 * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
7140 (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
7141 (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
7142 (artist-vaporize-lines, artist-ellipse-compute-fill-info)
7143 (artist-submit-bug-report):
7144 * textmodes/flyspell.el (flyspell-delay-commands)
7145 (flyspell-deplacement-commands):
7146 * textmodes/table.el (table--generate-source-epilogue, table-insert)
7147 (table--generate-source-cells-in-a-row, table--make-cell-map)
7148 (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
7149
7150 2007-09-25 Juanma Barranquero <lekktu@gmail.com>
7151
7152 * allout.el (produce-allout-mode-map, allout-process-exposed):
7153 * ansi-color.el (ansi-color-make-color-map):
7154 * autoinsert.el (auto-insert):
7155 * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
7156 * dired-aux.el (dired-create-files):
7157 * dired.el (dired-restore-desktop-buffer):
7158 * ediff-diff.el (ediff-setup-fine-diff-regions):
7159 * ediff-mult.el (ediff-intersect-directories)
7160 (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
7161 (ediff-redraw-registry-buffer):
7162 * ediff-ptch.el (ediff-fixup-patch-map):
7163 * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
7164 (ediff-really-quit, ediff-clear-diff-vector):
7165 * emerge.el (emerge-really-quit):
7166 * ffap.el (ffap-replace-file-component):
7167 * filecache.el (file-cache-add-directory)
7168 (file-cache-add-directory-recursively)
7169 (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
7170 (file-cache-delete-directory, file-cache-files-matching-internal)
7171 (file-cache-display):
7172 * files.el (cd):
7173 * find-lisp.el (find-lisp-insert-directory):
7174 * finder.el (finder-compile-keywords):
7175 * help.el (view-emacs-news):
7176 * hi-lock.el (hi-lock-write-interactive-patterns):
7177 * ido.el (ido-to-end, ido-set-matches-1):
7178 * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
7179 (image-dired-mark-tagged-files):
7180 * jka-cmpr-hook.el (jka-compr-get-compression-info):
7181 * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
7182 * ps-print.el (ps-background, ps-begin-file)
7183 (ps-build-reference-face-lists):
7184 * simple.el (clone-buffer):
7185 * startup.el (command-line):
7186 * tempo.el (tempo-insert-template, tempo-is-user-element)
7187 (tempo-forward-mark, tempo-backward-mark):
7188 * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
7189
7190 2007-09-25 Glenn Morris <rgm@gnu.org>
7191
7192 * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
7193
7194 * view.el (view-search-no-match-lines): Add a doc string.
7195 Rewrite to simplify and work better.
7196
7197 2007-09-24 Dan Nicolaescu <dann@ics.uci.edu>
7198
7199 * progmodes/cc-mode.el (c-mode-base-map):
7200 Use c-indent-line-or-region instead of c-indent-line.
7201
7202 * indent.el (indent-for-tab-command): First check if the region is
7203 active.
7204
7205 2007-09-24 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7206
7207 * whitespace.el (whitespace-tickle-timer): Don't install the timer if
7208 whitespace-rescan-timer-time is 0.
7209
7210 2007-09-24 Karl Berry <karl@gnu.org>
7211
7212 * international/mule.el (coding-system-base): Fix doc string grammar.
7213
7214 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
7215
7216 * net/tramp.el (tramp-completion-mode-p): Rename from
7217 `tramp-completion-mode'. Revert logic, check `return', `newline'
7218 and such alike. Packages like Icicles tend to use other completion
7219 characters but `tab' and `space' only.
7220
7221 2007-09-24 Adam Hupp <adam@hupp.org>
7222
7223 * progmodes/python.el (run-python): Import emacs module without
7224 waiting; prevents lockup on error.
7225
7226 2007-09-23 Richard Stallman <rms@gnu.org>
7227
7228 * mail/sendmail.el (mail-bury): Delete the frame
7229 if this frame looks like it was made for this message.
7230
7231 * completion.el (completion-separator-self-insert-command)
7232 (completion-separator-self-insert-autofilling):
7233 If `self-insert-command' has been remapped, use the substitute.
7234
7235 * simple.el (copy-region-as-kill): Doc fix.
7236
7237 * textmodes/org.el (org-confirm-shell-link-function)
7238 (org-confirm-elisp-link-function): Doc fixes.
7239
7240 2007-09-23 Glenn Morris <rgm@gnu.org>
7241
7242 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
7243
7244 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
7245
7246 * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
7247
7248 * term/tvi970.el (terminal-init-tvi970): Likewise.
7249
7250 * term/sun-mouse.el (print-mouse-format): Likewise.
7251
7252 * term/sun.el (scroll-down-in-place, scroll-up-in-place):
7253 Use forward-line instead of previous-line and next-line.
7254
7255 2007-09-22 Juri Linkov <juri@jurta.org>
7256
7257 * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
7258
7259 * tutorial.el (tutorial--default-keys): Update standard bindings:
7260 rename `iconify-or-deiconify-frame' to `suspend-frame',
7261 and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
7262
7263 2007-09-22 Juri Linkov <juri@jurta.org>
7264
7265 * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
7266 Add help-echo to external links and to links without description.
7267 (fancy-splash-insert): Use help-echo from the 3rd element of the
7268 link specification list, or "Follow this link" if it's nil. Doc fix.
7269
7270 2007-09-22 Juri Linkov <juri@jurta.org>
7271
7272 * startup.el (command-line): Rename `inhibit-startup-message' to
7273 `inhibit-startup-screen'.
7274 (fancy-about-text): Use shorter label for "Ordering Manuals".
7275 (fancy-startup-tail): Add optional arg `concise'. When `concise'
7276 is nil, display a line with "To start..." and 3 links to useful
7277 tasks. Display the "Dismiss" button and "Don't show this message
7278 again" only when concise is non-nil.
7279 (fancy-startup-screen): Call `fancy-startup-tail' with optional
7280 arg `concise'. If CONCISE is non-nil, display a concise version
7281 of the splash screen in another window. Otherwise, switch to the
7282 startup buffer in the same window.
7283 (startup-echo-area-message): Change displayed binding from
7284 C-h C-p (describe-project) to C-h C-a (about-emacs), and change
7285 text "about the GNU system and GNU/Linux" to "about GNU Emacs and
7286 the GNU system".
7287 (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
7288 to "*GNU Emacs*".
7289 (display-about-screen): Don't check the existence of the buffer
7290 "*About GNU Emacs*".
7291 (display-splash-screen): Make alias to `display-startup-screen'.
7292 (command-line-1): Rename `inhibit-startup-message' to
7293 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
7294 started with command line options "-f", "-funcall", "-e", "-eval",
7295 "-execute", "-insert", "-find-file", "-file", "-visit".
7296 Inhibit startup screen when Emacs is started with a file name only
7297 on tty (i.e. don't inhibit it when started with a file name like
7298 "emacs FILE..." on a window system).
7299 (command-line-1): Simplify logic of displaying the startup screen:
7300 if file-count > 0, then display the concise version in another
7301 window, otherwise display full version in the same window.
7302
7303 * help.el (help-map): Bind C-h C-a to about-emacs.
7304 (help-for-help-internal): Add C-a description to C-h help text.
7305
7306 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
7307
7308 * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
7309 (checkdoc-permit-comma-termination-flag): Autoload the
7310 safe-local-variable setting.
7311
7312 * bookmark.el (bookmark-xemacsp): Remove.
7313 (bookmark-make): Don't use bookmark-xemacsp,
7314 use (featurep 'xemacs) instead.
7315
7316 * speedbar.el (speedbar-frame-mode)
7317 (speedbar-frame-reposition-smartly)
7318 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
7319 (speedbar-check-vc): Remove use of non-existent variable
7320 dframe-xemacsp, use (featurep 'xemacs) instead.
7321
7322 * indent.el (indent-for-tab-command): Indent the region if
7323 transient-mark-mode and the region is active.
7324
7325 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
7326
7327 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
7328 add inferior-octave-directory-tracker to the buffer-local value
7329 of comint-input-filter-functions.
7330
7331 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
7332
7333 * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
7334
7335 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
7336
7337 * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
7338 on w32 frames.
7339
7340 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
7341
7342 * startup.el (normal-top-level): Remove DISPLAY from
7343 process-environment to let it be computed dynamically in callproc.c.
7344
7345 * frame.el (frame-initialize, make-frame):
7346 * faces.el (tty-set-up-initial-frame-faces):
7347 * env.el (setenv): Don't set display-environment-variable.
7348
7349 * server.el (server-getenv-from): Remove. Use getenv-internal instead.
7350 (server-create-tty-frame): Don't set unused `tty' property.
7351 Set `display' instead of display-environment-variable.
7352 (server-create-window-system-frame): No display-environment-variable.
7353
7354 2007-09-21 Michael Albinus <michael.albinus@gmx.de>
7355
7356 * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
7357 (rfn-eshadow-update-overlay-hook): New defvars.
7358 (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
7359 Run the hooks.
7360
7361 * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
7362 (tramp-rfn-eshadow-setup-minibuffer)
7363 (tramp-rfn-eshadow-update-overlay): New defuns. Hook into
7364 rfn-eshadow.el.
7365
7366 * net/tramp-smb.el (tramp-smb-errors): Add error message for call
7367 timeout.
7368
7369 2007-09-21 Glenn Morris <rgm@gnu.org>
7370
7371 * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
7372 * term/sun-mouse.el (suspend-emacstool): Remove.
7373 * term/sun.el: Remove emacstool-related code.
7374
7375 * emacs-lisp/bytecomp.el (byte-compile-warnings)
7376 (byte-compile-warnings-safe-p): Add `mapcar'.
7377 (byte-compile-warning-types): Add mapcar and make-local.
7378 (byte-compile-normal-call): Add option to suppress mapcar warning.
7379 (top-level): Use mapc rather than mapcar in eval-when-compile.
7380
7381 * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
7382 (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
7383 (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
7384 Handle escaped parens.
7385 (latex-forward-sexp): Doc fix.
7386
7387 * eshell/esh-mode.el (eshell-output-filter-functions):
7388 Add eshell-postoutput-scroll-to-bottom.
7389
7390 * loadup.el: Remove termdev.
7391
7392 * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
7393 * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
7394
7395 2007-09-21 Markus Triska <markus.triska@gmx.at>
7396
7397 * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
7398 `mapcar' is called for effect.
7399
7400 2007-09-21 Kevin Ryde <user42@zip.com.au>
7401
7402 * international/mule.el (sgml-html-meta-auto-coding-function):
7403 Bind `case-fold-search' to t.
7404
7405 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7406
7407 * termdev.el: Remove.
7408
7409 * frame.el (get-device-terminal): New function. Moved from termdev.el.
7410 (frames-on-display-list): Use it.
7411
7412 * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
7413
7414 * termdev.el (terminal-id): Ask terminal-live-p before giving up.
7415
7416 2007-09-20 Richard Stallman <rms@gnu.org>
7417
7418 * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
7419
7420 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7421
7422 * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
7423
7424 2007-09-20 Glenn Morris <rgm@gnu.org>
7425
7426 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
7427 motion functions, rather than hard-coding "\n\n".
7428 (tex-validate-region): Check for eobp, to speed up.
7429 (tex-next-unmatched-end): Doc fix.
7430
7431 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7432
7433 * files.el (auto-mode-alist): Use archive-mode for .rar files.
7434
7435 * international/mule.el (auto-coding-alist): Rar archives are binary.
7436
7437 * arc-mode.el: Add basic support for Rar.
7438 (archive-find-type): Recognize Rar's signature.
7439 (archive-desummarize): New fun.
7440 (archive-summarize): Use it to restore the buffer's data in case
7441 someone wants to switch to some other major mode.
7442 (archive-resummarize): Use it as well.
7443 (archive-rar-summarize, archive-rar-extract): New functions.
7444
7445 * filesets.el: Remove spurious * in docstrings.
7446 (filesets-running-xemacs): Remove. Use (featurep 'xemacs) instead.
7447 (filesets-conditional-sort): Remove unused arg `simply-do-it'.
7448 (filesets-ingroup-collect): Remove unused arg `depth'.
7449 (filesets-update): Remove unused arg `version'.
7450
7451 * finder.el (finder-compile-keywords): Fix up comment style.
7452 (finder-mouse-face-on-line): previous-line -> forward-line.
7453
7454 * recentf.el: Remove spurious * in docstrings.
7455 (recentf-save-list): Fix up comment style.
7456
7457 * progmodes/octave-mod.el: Remove spurious * in docstrings.
7458 (octave-mode-map): Move init into declaration and remove \t binding.
7459 (octave-mode-startup-message): Remove unused var.
7460 (octave-scan-blocks): Remove unused arg `from'.
7461 (octave-forward-block, octave-down-block, octave-up-block):
7462 Update callers.
7463
7464 * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
7465 (meta-mode-map): Likewise and remove \t binding.
7466
7467 * net/snmp-mode.el: Remove spurious * in docstrings.
7468 (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
7469 (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
7470 (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
7471 that completion accepts lists of strings.
7472 (snmp-mode-syntax-table): Move initialization into declaration.
7473 (snmp-mode-map): Likewise and remove \t binding.
7474 (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
7475 (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
7476 (snmp-indent-command): Remove.
7477
7478 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
7479 binding, so tab-always-indent works right.
7480
7481 2007-09-19 Johannes Weiner <hannes@saeurebad.de>
7482
7483 * net/browse-url.el (browse-url-elinks-new-window): New function.
7484 (browse-url-elinks): Use browse-url-elinks-new-window.
7485 Accept optional second argument `new-window'. Fix typo in doc-string.
7486 (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
7487 Improve error message.
7488
7489 2007-09-19 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7490
7491 * net/browse-url.el (browse-url-url-encode-chars): Use the right
7492 parameter name in the function body.
7493 Reported by Johannes Weiner.
7494
7495 2007-09-19 Glenn Morris <rgm@gnu.org>
7496
7497 * net/socks.el (socks-open-network-stream): Signal an explicit
7498 error if the port associated with a service string can't be found.
7499
7500 * textmodes/tex-mode.el (tex-terminate-paragraph):
7501 Use backward-paragraph.
7502
7503 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7504
7505 * server.el (server-running-p): New function.
7506
7507 2007-09-18 Jason Rumney <jasonr@gnu.org>
7508
7509 * term/w32-win.el (w32-focus-frame): Make obsolete alias for
7510 x-focus-frame.
7511
7512 * frame.el (select-frame-set-input-focus, select-frame-by-name):
7513 Use x-focus-frame for w32.
7514
7515 2007-09-17 David Kastrup <dak@gnu.org>
7516
7517 * textmodes/tex-mode.el (tex-verbatim-environments):
7518 Eliminate CL dependency.
7519
7520 2007-09-17 Richard Stallman <rms@gnu.org>
7521
7522 * newcomment.el (comment-add): New arg EXTRA.
7523 (comment-region-default): Pass EXTRA if not indenting lines.
7524
7525 2007-09-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7526
7527 * net/browse-url.el (browse-url-url-encode-chars): New function.
7528 URL-encode some chars in a string.
7529 (browse-url-encode-url): Rewrite using the previous function.
7530 (browse-url-file-url): Use `browse-url-url-encode-chars'.
7531 (browse-url-elinks-sentinel): Fix typo.
7532 (browse-url-new-window-flag): Doc change.
7533
7534 2007-09-17 Glenn Morris <rgm@gnu.org>
7535
7536 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
7537 filename from `--file-line-error', if it is available.
7538
7539 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
7540
7541 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
7542 TeX `--file-line-error' format.
7543
7544 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
7545
7546 * xt-mouse.el: Delete add-hook calls that were moved to
7547 xterm-mouse-mode.
7548 (xterm-mouse-mode): Disable resume-tty-functions, explain why it
7549 does not work.
7550
7551 2007-09-17 Richard Stallman <rms@gnu.org>
7552
7553 * cus-face.el (custom-theme-set-faces): Undo previous change.
7554
7555 * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
7556
7557 2007-09-17 Glenn Morris <rgm@gnu.org>
7558
7559 * textmodes/tex-mode.el (tex-region): Simplify previous change,
7560 handling the case where the region is not in `tex-main-file'.
7561 (tex-region-1): Delete.
7562 (tex-region-header): New function, doing the header part of the
7563 old tex-region-1.
7564
7565 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
7566
7567 * simple.el (newline): Simplify use of prefix-numeric-value.
7568 (line-move-partial): Remove unused var `ppos'.
7569 (line-move-1): Replace 9999 with most-positive-fixnum.
7570 (move-end-of-line): Use more efficient single-property search.
7571 (move-beginning-of-line): Remove unused var `start'.
7572 (blink-matching-open): Restructure in a more functional style.
7573
7574 2007-09-16 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7575
7576 * calendar/holidays.el (list-holidays): Remove the cyclic alias.
7577
7578 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
7579
7580 * server.el (server-clients): Only keep procs, no properties any more.
7581 (server-client): Remove.
7582 (server-client-get, server-client-set): Remove, replace all callers by
7583 process-get and process-put resp.
7584 (server-clients-with, server-add-client, server-delete-client)
7585 (server-create-tty-frame, server-create-window-system-frame)
7586 (server-process-filter, server-execute, server-visit-files)
7587 (server-buffer-done, server-kill-buffer-query-function)
7588 (server-kill-emacs-query-function, server-switch-buffer)
7589 (server-save-buffers-kill-terminal): Update accordingly.
7590
7591 * server.el (server-with-environment): Simplify.
7592 (server-select-display, server-unselect-display): Re-add functions that
7593 seem to have been lost in the multi-tty merge.
7594 (server-eval-and-print, server-create-tty-frame)
7595 (server-create-window-system-frame, server-goto-toplevel)
7596 (server-execute, server-return-error): New functions extracted from
7597 server-process-filter.
7598 (server-execute-continuation): New functions.
7599 (server-process-filter): Restructure so that all arguments are analysed
7600 first and then acted upon in a subsequent stage. This way
7601 server-goto-toplevel can be executed later, when we know if
7602 it's necessary.
7603 Remove the "-version" and "-version-good" support.
7604
7605 2007-09-16 Drew Adams <drew.adams@oracle.com>
7606
7607 * cus-edit.el (custom-face-edit-activate): Doc fix.
7608
7609 2007-09-16 Glenn Morris <rgm@gnu.org>
7610
7611 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
7612 Following cal-bahai renaming, update all instances of
7613 list-bahai-diary-entries to diary-bahai-list-entries,
7614 mark-bahai-diary-entries to diary-bahai-mark-entries,
7615 calendar-goto-bahai-date to calendar-bahai-goto-date,
7616 insert-bahai-diary-entry to diary-bahai-insert-entry,
7617 insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
7618 insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
7619 calendar-print-bahai-date to calendar-bahai-print-date.
7620
7621 * textmodes/tex-mode.el (tex-region): Handle the case where the
7622 region is not in `tex-main-file'. Move the old code that applies
7623 to both cases...
7624 (tex-region-1): ...to this new function.
7625
7626 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7627
7628 * vc.el (vc-process-sentinel): New function.
7629 (vc-exec-after): Use it instead of using ugly hackish analysis and
7630 construction of Elisp code.
7631 (vc-sentinel-movepoint): New dynamically scoped var.
7632 (vc-print-log, vc-annotate): Set it to move the user's point.
7633
7634 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
7635 inhibit-modification-hooks.
7636
7637 * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
7638 (calendar-bahai-print-date, calendar-bahai-goto-date)
7639 (diary-bahai-list-entries, diary-bahai-insert-entry):
7640 New names to clean up the namespace a bit more.
7641 (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
7642
7643 2007-09-15 Glenn Morris <rgm@gnu.org>
7644
7645 * calendar/holidays.el (holiday-list): Rename it back to
7646 `list-holidays', but leave `holiday-list' as an alias.
7647
7648 * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
7649 custom group.
7650
7651 * textmodes/css-mode.el (css): New custom group.
7652 (css-electrick-keys, css-selector, css-property)
7653 (css-indent-offset): Specify custom group.
7654
7655 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7656
7657 * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
7658 (cvs-execute-single-file): Use process-file.
7659 (cvs-run-process): Use start-file-process.
7660
7661 2007-09-15 Dan Nicolaescu <dann@ics.uci.edu>
7662
7663 * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
7664 level. Remove the hooks when turning off the mode.
7665
7666 * term/xterm.el: Require xt-mouse at compile time.
7667 (terminal-init-xterm): Turn on xterm mouse tracking for this
7668 terminal if xterm-mouse-mode is enabled.
7669
7670 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
7671
7672 * term/xterm.el (xterm-function-map): Replace bindings that were
7673 deleted by the merge.
7674
7675 2007-09-14 Ulf Jasper <ulf.jasper@web.de>
7676
7677 * play/bubbles.el (bubbles-version): Bump value to "0.5".
7678 (bubbles-mode-map): Move define-key statements here.
7679 (bubbles-game-theme-menu): Ditto.
7680 (bubbles-graphics-theme-menu): Ditto.
7681 (bubbles-menu): Ditto.
7682 (bubbles-mode): Initialize buffer-undo-list, redisplay.
7683 (bubbles--initialize): Reset buffer-undo-list, redisplay.
7684 (bubbles-plop): Set buffer-undo-list, redisplay.
7685 (bubbles-undo): Reset buffer-undo-list, redisplay.
7686 (bubbles--show-images): Take care of missing text properties.
7687
7688 2007-09-14 Glenn Morris <rgm@gnu.org>
7689
7690 * startup.el (fancy-startup-text, fancy-about-text): Fix face
7691 quoting.
7692
7693 * calendar/cal-hebrew.el, calendar/cal-menu.el
7694 * calendar/calendar.el, calendar/diary-lib.el
7695 * calendar/holidays.el: Rename all instances of
7696 list-calendar-holidays callers to calendar-list-holidays,
7697 list-holidays to holiday-list, check-calendar-holidays to
7698 calendar-check-holidays, mark-calendar-holidays to
7699 calendar-mark-holidays, and filter-visible-calendar-holidays to
7700 holiday-filter-visible-calendar.
7701
7702 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
7703
7704 * term/xterm.el (xterm-function-map): Add C-M- bindings.
7705
7706 2007-09-13 Sascha Wilde <wilde@sha-bang.de> (tiny change)
7707
7708 * play/bubbles.el (bubbles--initialize-images): Fix bug:
7709 Use transparent background for empty cells in graphics mode.
7710
7711 2007-09-13 Jari Aalto <jari.aalto@cante.net>
7712
7713 * man.el (Man-default-man-entry): At end of line, continue looking
7714 to the next line for possible end of hyphenated command.
7715
7716 2007-09-13 Chris Moore <dooglus@gmail.com>
7717
7718 * shell.el (shell-resync-dirs): Don't move the cursor relative to
7719 the command being edited.
7720
7721 2007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
7722
7723 * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
7724
7725 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
7726
7727 * term/xterm.el (xterm-function-map): Add bindings for M-S- and
7728 C-M-S- keys.
7729
7730 * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
7731
7732 2007-09-12 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7733
7734 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
7735 New argument `filename-p' to use one set of confusing chars or another.
7736 (browse-url-file-url): Use the argument.
7737 Suggested by Johannes Weiner.
7738
7739 2007-09-12 Romain Francoise <romain@orebokech.com>
7740
7741 * cus-start.el (all): Revert 2007-09-08 change.
7742
7743 2007-09-12 Aaron Hawley <aaronh@garden.org>
7744
7745 * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
7746 extract .Z files, since it is more common than uncompress.
7747
7748 2007-09-12 Glenn Morris <rgm@gnu.org>
7749
7750 * textmodes/org-publish.el (org-publish-org-to-html): Remove
7751 duplicate function definition.
7752
7753 2007-09-10 Chris Moore <dooglus@gmail.com>
7754
7755 * diff-mode.el (diff-sanity-check-hunk):
7756 Also accept single-line hunks.
7757
7758 2007-09-10 Chong Yidong <cyd@stupidchicken.com>
7759
7760 * startup.el (startup-screen-inhibit-startup-screen)
7761 (pure-space-overflow-message): New vars.
7762 (fancy-splash-insert): Allow functions for face and link specs.
7763 (fancy-splash-head): Remove unused arg. Move splash text...
7764 (fancy-startup-text, fancy-about-text): ...here.
7765 (fancy-startup-tail): Rename from fancy-splash-tail.
7766 (fancy-startup-screen, fancy-about-screen): Split off from
7767 fancy-splash-screens.
7768 (display-startup-screen): New function.
7769 (display-about-screen): Rename from display-splash-screen.
7770 (command-line-1): Use concise startup screen if necessary.
7771
7772 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
7773
7774 * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
7775 Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
7776
7777 2007-09-10 Dave Love <fx@gnu.org>
7778
7779 * outline.el (outline-4, outline-5, outline-7):
7780 Move font-lock-builtin-face down from 4 to 7 to better keep the
7781 progression of color brightness, and to better match Org-mode's faces.
7782
7783 2007-09-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7784
7785 * progmodes/meta-mode.el (meta-font-lock-keywords)
7786 (font-lock-match-meta-declaration-item-and-skip-to-next)
7787 (meta-comment-indent, meta-indent-previous-line)
7788 (meta-indent-unfinished-line, meta-beginning-of-defun)
7789 (meta-end-of-defun, meta-common-initialization): Handle \f.
7790 (meta-indent-unfinished-line): Do not handle a `%' in a string as
7791 a comment-start.
7792
7793 * files.el (file-modes-char-to-who, file-modes-char-to-right)
7794 (file-modes-rights-to-number): Auxiliary functions for symbolic to
7795 numeric notation of file modes.
7796 (file-modes-symbolic-to-number): New. Convert symbolic modes to its
7797 numeric value.
7798 (read-file-modes): New. Read either an octal value of a file mode or a
7799 symbolic value, and return its numeric value.
7800
7801 * dired-aux.el (dired-do-chmod): Change to use the built-in
7802 `set-file-modes' and the previous symbolic mode parsing functions.
7803
7804 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7805
7806 * textmodes/texinfo.el: Remove spurious * in docstrings.
7807 (texinfo-mode-syntax-table, texinfo-mode-map):
7808 Initialize in the declaration.
7809
7810 * tmm.el: Remove spurious * in docstrings.
7811 (tmm-prompt): Use with-current-buffer.
7812
7813 * vcursor.el: Remove spurious * in docstrings.
7814 (vcursor-map): Initialize in the declaration.
7815 (vcursor-use-vcursor-map): Use define-minor-mode.
7816 (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
7817
7818 * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
7819 Initialize in the declaration.
7820 (widget-minor-mode): Use define-minor-mode.
7821
7822 * woman.el (woman-mode-map, woman-syntax-table):
7823 Initialize in the declaration.
7824
7825 2007-09-09 Tassilo Horn <tassilo@member.fsf.org>
7826
7827 * doc-view.el: New file.
7828
7829 2007-09-09 Juri Linkov <juri@jurta.org>
7830
7831 * Makefile.in (update-authors): Add etc/ to AUTHORS.
7832
7833 * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
7834
7835 * startup.el (initial-buffer-choice): Rename choice "Splash screen"
7836 to "Startup screen". Fix docstring.
7837 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
7838 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
7839 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
7840 (initial-scratch-message): Fix docstring.
7841 (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
7842 Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
7843 Add link to "Customize Startup" and set interval between links to
7844 5 spaces.
7845 (fancy-about-text): Add links "Authors" and "Contributing".
7846 (fancy-splash-head): Add text "Welcome to " on the startup screen,
7847 and "This is " on the about screen. Add link to
7848 "http://www.gnu.org/software/emacs/" for "GNU Emacs".
7849 For the about screen move emacs version to the header from
7850 `fancy-splash-tail' (as it's done already for normal about screen).
7851 (fancy-splash-tail): Insert emacs version only for startup screen.
7852 (normal-splash-screen): Remove duplicate empty lines.
7853 (normal-about-screen): Add links "Authors" and "Contributing".
7854
7855 * menu-bar.el (menu-bar-help-menu):
7856 Move "About Emacs" and "About GNU" to the end of the Help menu.
7857 Move "Emacs Psychotherapist" after "Send Bug Report...".
7858 Move "External Packages" after "Find Emacs Packages".
7859
7860 2007-09-09 Michael Albinus <michael.albinus@gmx.de>
7861
7862 * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
7863 they are useless with the byte compiler.
7864 (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
7865 (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
7866 (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
7867 (tramp-file-name-real-host, tramp-file-name-port)
7868 (tramp-find-method, tramp-find-user, tramp-find-host): Make them
7869 defuns.
7870
7871 * net/tramp-cache.el (top): Improve error message when
7872 `tramp-persistency-file-name' is corrupted.
7873
7874 2007-09-09 Carsten Dominik <dominik@science.uva.nl>
7875
7876 * textmodes/org.el (org-re): Also replace the :alpha: class.
7877 (org-todo-tag-alist): Variable removed.
7878 (org-todo-key-alist, org-todo-key-trigger): New variables.
7879 (org-use-fast-todo-selection): New option.
7880 (org-log-done): Docstring fixed.
7881 (org-deadline-warning-days): New default value 14.
7882 (org-edit-timestamp-down-means-later): New option.
7883 (org-tag-alist): Docstring fixed.
7884 (org-fast-tag-selection-include-todo): New option.
7885 (org-export-language-setup): New languages added.
7886 (org-set-regexps-and-options): Compute the new variables.
7887 (org-paste-subtree): Cleaning up.
7888 (org-remember-apply-template): New escape %A.
7889 (org-todo): Call fast TODO selection.
7890 (org-fast-todo-selection): New function.
7891 (org-add-log-note): Allow prefix for abort exit.
7892 (org-at-property-p, org-entry-properties)
7893 (org-columns-get-autowidth-alist): Use :alpha: class.
7894 (org-get-wdays): New function.
7895 (org-agenda-remove-date): New variable.
7896 (org-agenda-get-deadlines): Use `org-get-wdays'.
7897 (org-agenda-get-deadlines): Reverse ee before returning.
7898 (org-format-agenda-item): New argument REMOVE-RE.
7899 (org-agenda-convert-date): Baha'i calendar added.
7900 (org-infile-export-plist): Also find DATE line.
7901 (org-get-min-level): New function.
7902 (org-export-as-html, org-export-as-ascii): Use the date format.
7903 (org-shiftup, org-shiftdown): Use.
7904 `org-edit-timestamp-down-means-later'.
7905 (org-assign-fast-keys): New function.
7906
7907 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
7908
7909 * cus-start.el (all): Add prefer-window-split-horizontally from
7910 window.c.
7911
7912 2007-09-08 Eli Zaretskii <eliz@gnu.org>
7913
7914 * net/browse-url.el (browse-url-galeon): Fix last change.
7915 (top-level): Require cl when compiling.
7916
7917 2007-09-08 Carsten Dominik <dominik@science.uva.nl>
7918
7919 * textmodes/org-export-latex.el: arch-tag restored.
7920
7921 * textmodes/org-publish.el: arch-tag restored.
7922
7923 2007-09-08 Masatake YAMATO <jet@gyve.org>
7924
7925 * progmodes/which-func.el (which-func-modes): Add diff-mode.
7926
7927 * progmodes/cc-langs.el: Support new keywords added to
7928 objective-c frontend of gcc.
7929 (c-simple-stmt-kwds): Add @throw.
7930 (c-block-stmt-2-kwds): Add @synchronized.
7931 (c-block-stmt-1-kwds): Add @finally and @try.
7932
7933 2007-09-07 Carsten Dominik <dominik@science.uva.nl>
7934
7935 * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
7936 (org-agenda-after-show-hook): New variable.
7937 (org-columns-compile-format)
7938 (org-columns-get-autowidth-alist, org-buffer-property-keys)
7939 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
7940 property names.
7941 (org-get-wdays): New function.
7942
7943 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
7944
7945 * simple.el (normal-erase-is-backspace-setup-frame): Massage.
7946
7947 * term/xterm.el (xterm-function-map): Initialize in the declaration.
7948
7949 * vc-arch.el (vc-arch-checkin): Fix typo.
7950
7951 2007-09-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
7952
7953 * cus-face.el (custom-theme-set-faces): Set face attributes
7954 locally for each frame.
7955
7956 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
7957
7958 * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
7959 via font-lock-defaults.
7960
7961 * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
7962 derived-mode-p.
7963
7964 2007-09-07 Thien-Thi Nguyen <ttn@gnuvola.org>
7965
7966 * progmodes/autoconf.el (autoconf-definition-regexp):
7967 Handle optional square brackets around definition name.
7968
7969 2007-09-07 Johannes Weiner <hannes@saeurebad.de>
7970
7971 * net/browse-url.el (browse-url-browser-function): Add elinks.
7972 (browse-url-elinks-wrapper): New option.
7973 (browse-url-encode-url, browse-url-elinks)
7974 (browse-url-elinks-sentinel): New functions.
7975 (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
7976 (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
7977 Use new function browse-url-encode-url.
7978
7979 2007-09-07 Glenn Morris <rgm@gnu.org>
7980
7981 * version.el (emacs-version): Revert 2007-08-29 change: no need to
7982 say if multi-tty is present.
7983
7984 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
7985
7986 * cus-start.el (split-window-preferred-function): Add custom info.
7987
7988 * calendar/holidays.el (holiday-list, calendar-check-holidays)
7989 (calendar-mark-holidays, calendar-list-holidays)
7990 (holiday-filter-visible-calendar): New names to clean up namespace.
7991 (filter-visible-calendar-holidays, list-calendar-holidays)
7992 (mark-calendar-holidays, check-calendar-holidays, list-holidays):
7993 Add compatibility aliases.
7994 (calendar-check-holidays, calendar-mark-holidays)
7995 (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
7996 (holiday-sexp): Replace append with list.
7997 (holiday-filter-visible-calendar): Replace append with push.
7998
7999 * woman.el: Remove spurious * in docstrings.
8000 (woman-mini-help, woman-non-underline-faces, woman0-rename)
8001 (woman-topic-all-completions-merge, woman-file-name-all-completions)
8002 (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
8003 (woman-write-directory-cache, woman-display-extended-fonts)
8004 (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
8005 (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
8006 (woman-mode): Use inhibit-read-only.
8007 (woman-negative-vertical-space): Use dotimes.
8008 (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
8009
8010 2007-09-06 Romain Francoise <romain@orebokech.com>
8011
8012 * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
8013 (vc-bzr-workfile-version): Use it.
8014
8015 2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
8016
8017 * complete.el (PC-do-completion): Don't try to treat
8018 empty string as an abbreviation.
8019
8020 2007-09-06 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8021
8022 * help-fns.el (describe-variable): Keep doc's text properties.
8023
8024 2007-09-06 Dan Nicolaescu <dann@ics.uci.edu>
8025
8026 * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
8027 instead of a file.
8028
8029 2007-09-06 Glenn Morris <rgm@gnu.org>
8030
8031 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
8032 (checkdoc-minor-mode): Allow user to specify lighter via
8033 checkdoc-minor-mode-string.
8034
8035 2007-09-05 Richard Stallman <rms@gnu.org>
8036
8037 * startup.el (fancy-startup-text): Rename from fancy-splash-text.
8038 Several items removed, simplified, or put on one line.
8039 (fancy-about-text): Add substantial contents, part of startup text.
8040 (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
8041 (normal-splash-screen): Call normal-mouse-startup-screen,
8042 normal-no-mouse-startup-screen, or normal-about-screen.
8043 (normal-mouse-startup-screen): New fn, broken out, shortened.
8044 (normal-no-mouse-startup-screen): New fn, broken out.
8045 (normal-about-screen): New function, contents all new.
8046
8047 2007-09-05 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
8048
8049 * emacs-lisp/rx.el (rx): Fix typo in docstring.
8050
8051 2007-09-05 Glenn Morris <rgm@gnu.org>
8052
8053 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
8054 is bound.
8055
8056 2007-09-05 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8057
8058 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
8059 in doc string.
8060
8061 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
8062
8063 * server.el (server-start, server-unload-hook): Undo previous change.
8064
8065 * xt-mouse.el: Undo previous change.
8066
8067 2007-09-04 Juri Linkov <juri@jurta.org>
8068
8069 * startup.el (fancy-about-text): New variable.
8070 (fancy-splash-delay, fancy-splash-max-time): Remove user options.
8071 (fancy-current-text, fancy-splash-stop-time)
8072 (fancy-splash-outer-buffer): Remove variables.
8073 (fancy-splash-head, fancy-splash-tail): Add new optional argument
8074 `startup' and use it to conditionally display different texts for
8075 Startup and About screens. Don't display Help commands on the About
8076 screen.
8077 (fancy-splash-screens-1): Remove function and move its content to
8078 `fancy-splash-screens' to the part that dislpays the About screen.
8079 (exit-splash-screen): Don't treat specially exiting from
8080 alternating screens.
8081 (fancy-splash-screens): Rename argument `static' to `startup'.
8082 Fix docstring. Remove code for displaying alternating screens.
8083 Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
8084 Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
8085 for `inhibit-read-only'.
8086 (normal-splash-screen): Rename argument `static' to `startup'.
8087 Fix docstring. Use argument `startup' to conditionally display
8088 different texts for Startup and About screens. Don't display Help
8089 commands on the About screen. Remove `unwind-protect' `sit-for'
8090 delay and `kill-buffer' after it.
8091 (display-startup-echo-area-message): Remove call to
8092 `use-fancy-splash-screens-p' because image.el is preloaded and
8093 doesn't display "Loading image... done".
8094 (display-splash-screen): Rename argument `static' to `startup'.
8095 Fix docstring.
8096
8097 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
8098
8099 * server.el (server-start, server-unload-hook):
8100 suspend-tty-functions has been renamed to suspend-tty-hook.
8101
8102 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
8103 resume-tty-hook.
8104
8105 2007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
8106
8107 * loadup.el: Fix merge problem, only load "button" once.
8108
8109 2007-09-03 Glenn Morris <rgm@gnu.org>
8110
8111 * vc-svn.el (vc-svn-print-log): If there is only one file, use
8112 "Working file:" as the prefix, for the sake of
8113 log-view-current-file.
8114
8115 2007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
8116
8117 * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
8118 (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
8119 if the selected frames is in
8120 xterm-modify-other-keys-terminal-list.
8121 (xterm-turn-off-modify-other-keys): Add an optional frame
8122 parameter. Only turn off modify-other-keys if FRAME is in
8123 xterm-modify-other-keys-terminal-list.
8124 (xterm-remove-modify-other-keys): New function.
8125 (terminal-init-xterm): Use it. Deal with delete-frame hook.
8126 Add the selected frame to xterm-modify-other-keys-terminal-list.
8127
8128 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8129
8130 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
8131 (icon-map-list): New variable.
8132 (x-gtk-map-stock): Use icon-map-list.
8133
8134 2007-09-02 Romain Francoise <romain@orebokech.com>
8135
8136 * log-view.el (log-view-current-file): Balance parens.
8137
8138 2007-09-02 Glenn Morris <rgm@gnu.org>
8139
8140 * comint.el (comint-mode): Don't set scroll-conservatively.
8141
8142 * eshell/em-unix.el (eshell/time): Stringify and flatten the
8143 non-command arguments.
8144
8145 * log-view.el (log-view-current-file): Give a more explicit error
8146 if log-view-file-re fails to find a match.
8147
8148 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
8149
8150 * emacs-lisp/bytecomp.el (byte-recompile-directory):
8151 Fix bug: Don't expand top-level file name more than once.
8152 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
8153
8154 2007-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
8155
8156 * server.el (server-process-filter): Don't display the splash screen.
8157 It's annoying enough on the initial screen and becomes positively
8158 obnoxious here.
8159
8160 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
8161
8162 * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
8163 Change naming to use "avl-tree--" for internal functions.
8164
8165 2007-08-31 Dan Nicolaescu <dann@ics.uci.edu>
8166
8167 * term/x-win.el (x-menu-bar-open): Delete duplicated function from
8168 the merge.
8169 (global-set-key): Delete f10 mapping, now done in menu-bar.el.
8170 (provide): Move to the end of file.
8171
8172 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
8173
8174 2007-08-31 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
8175
8176 * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
8177 New variable. List of exceptions for the duplicated word rule.
8178 (flyspell-mark-duplications-flag): Mention it.
8179 (flyspell-word): Treat it.
8180
8181 * files.el (create-file-buffer): If the filename sans directory starts
8182 with spaces, remove them.
8183
8184 2007-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8185
8186 * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
8187 (x-gtk-map-stock): Use two directory elements when matching
8188 file name.
8189
8190 2007-08-31 James Wright <james@chumsley.org>
8191
8192 * eshell/em-unix.el (eshell/info): New function.
8193
8194 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
8195
8196 * frame.el (frame-initialize, make-frame):
8197 * server.el (server-process-filter):
8198 * faces.el (tty-set-up-initial-frame-faces): Don't set
8199 term-environment-variable since it's not used any more.
8200
8201 * env.el (setenv): Don't treat $TERM specially.
8202
8203 * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
8204 stated otherwise, subprocesses do not send back escape sequences
8205 corresponding to the terminal from which Emacs was started.
8206
8207 2007-08-31 Thien-Thi Nguyen <ttn@gnuvola.org>
8208
8209 * calculator.el: Require cl for compilation.
8210
8211 2007-08-30 Daniel Pfeiffer <occitan@esperanto.org>
8212
8213 * outline.el (outline-font-lock-levels): Comment out unused var.
8214 (outline-font-lock-face): Wrap around face list to handle any
8215 nesting depth gracefully.
8216
8217 2007-08-30 Michael Albinus <michael.albinus@gmx.de>
8218
8219 * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
8220 `set-file-times'.
8221
8222 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
8223
8224 * textmodes/org.el (org-export-visible): Fix drawers before export.
8225 (org-do-sort): Allow sorting by priority.
8226 (org-agenda-files): Ignore non-existing files.
8227 (org-agenda-skip-unavailable-files): New variable.
8228 (org-ellipsis): All a face as value.
8229 (org-mode): Interprete the face value of `org-ellipsis'.
8230 (org-archive-save-context-info): New option.
8231 (org-archive-subtree): Store context info in archived entry.
8232 (org-fast-tag-selection-can-set-todo-state): New variable.
8233 (org-fast-tag-selection): Allow setting TODO states through this
8234 interface.
8235 (org-cycle): Docstring updated.
8236 (org-todo-keyword-faces): New option.
8237 (org-get-todo-face): New function.
8238 (org-set-font-lock-defaults, org-agenda-highlight-todo):
8239 Use `org-get-todo-face'.
8240 (org-switch-to-buffer-other-window): New function.
8241 (org-table-edit-field, org-table-show-reference)
8242 (org-table-edit-formulas, org-add-log-note)
8243 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
8244 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
8245 `switch-to-buffer-other-window' to make sure that the temporary
8246 windows show up on the current frame.
8247 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
8248 (org-get-entries-from-diary, org-replace-region-by-html):
8249 Don't allow pop-up frames.
8250 (org-agenda-get-deadlines, org-agenda-get-scheduled):
8251 Fix problems with time-of-day.
8252 (org-export-get-title-from-subtree): New function.
8253 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
8254 with listing items that are DONE.
8255 (org-change-tag-in-region): New command.
8256 (org-agenda-skip-scheduled-if-done)
8257 (org-agenda-skip-deadline-if-done): Docstring clarified.
8258 (org-mode): Hide drawers on startup.
8259 (org-get-todo-face): New function.
8260 (org-todo-keyword-faces): New option.
8261 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
8262 (org-remove-keyword-keys): New function.
8263
8264 2007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
8265
8266 * progmodes/grep.el (grep-find-ignored-directories):
8267 Add monotone _MTN bookkeeping directory in workspaces.
8268 Add RCS control directory. List items in alphabetical order.
8269
8270 * progmodes/grep.el (grep-files-aliases): Add cc alias.
8271 Sort items in alphabetical order. Fix parens.
8272
8273 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
8274
8275 * vc-hg.el (vc-hg-extra-menu-map): New variable.
8276 (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
8277 (vc-hg-pull): New functions.
8278 (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
8279
8280 * term/mac-win.el: Don't require url, only autoloaded url
8281 functions are used in this file.
8282
8283 2007-08-29 Andreas Schwab <schwab@suse.de>
8284
8285 * shell.el (shell): Return correct value from interactive spec.
8286
8287 2007-08-29 Glenn Morris <rgm@gnu.org>
8288
8289 * version.el (emacs-version): Increase to 23.0.50.
8290
8291 2007-08-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8292
8293 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
8294
8295 2007-08-29 Juri Linkov <juri@jurta.org>
8296
8297 * loadup.el: Add "button" loading after "faces" and move "startup"
8298 to load after "button".
8299
8300 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
8301
8302 * loadup.el: Load term/mac-win on a Mac using Carbon.
8303
8304 * term/mac-win.el: Provide mac-win.
8305 (mac-initialized): New variable.
8306 (mac-initialize-window-system): New function. Move global setup here.
8307 (handle-args-function-alist, frame-creation-function-alist):
8308 (window-system-initialization-alist): Add mac entries.
8309 (x-setup-function-keys): New function containing all the
8310 top level function key definitions.
8311
8312 * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
8313
8314 * env.el (read-envvar-name): Don't consider the environment frame param.
8315
8316 * env.el (setenv):
8317 * frame.el (frame-initialize, make-frame):
8318 * faces.el (tty-set-up-initial-frame-faces):
8319 * server.el (server-process-filter): Set
8320 display-environment-variable and term-environment-variable.
8321
8322 * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
8323
8324 2007-08-29 Jason Rumney <jasonr@gnu.org>
8325
8326 * loadup.el: Only load term/x-win when X is compiled in.
8327 Load term/w32-win and dependencies on windows-nt.
8328
8329 * term/w32-win.el: Reorder to match x-win.el more closely.
8330 Provide w32-win. Don't throw error when global window-system not w32.
8331 (internal-face-interactive): Remove obsolete function.
8332 (x-setup-function-keys): Use local-function-key-map.
8333 (w32-initialized): New variable.
8334 (w32-initialize-window-system): Set it.
8335 Move more global setup here.
8336 (x-setup-function-keys): New function.
8337 (w32-initialize-window-system): Move non function key global setup here.
8338 (x-cut-buffer-max): Remove.
8339 (w32-initialize-window-system): New function.
8340 (handle-args-function-alist, frame-creation-function-alist):
8341 (window-system-initialization-alist): Add w32 entries.
8342
8343 2007-08-29 David Kastrup <dak@gnu.org>
8344
8345 * env.el (getenv): Pass frame to getenv-internal.
8346
8347 2007-08-29 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
8348
8349 * version.el (emacs-version): Show if multi-tty is present.
8350
8351 * loadup.el: Delay loading env; mule-conf gets confused by cl
8352 during bootstrap. Also load termdev and term/x-win.
8353
8354 * bindings.el (mode-line-client): New variable.
8355 (help-echo): Add it to the default mode-line format.
8356
8357 * cus-start.el: Remove bogus window-system reference from GTK test.
8358
8359 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
8360 (ebrowse-electric-position-mode-map):
8361 * ebuff-menu.el (electric-buffer-menu-mode-map):
8362 * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
8363 not `suspend-emacs'.
8364
8365 * ediff-wind.el (ediff-setup-windows-automatic): New function.
8366 (ediff-window-setup-function): Use it as default.
8367
8368 * files.el (save-buffers-kill-terminal): New function.
8369 (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
8370
8371 * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
8372 and `with-selected-frame'.
8373
8374 * help-fns.el (describe-variable): Describe frame-local variables
8375 correctly.
8376
8377 * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
8378 display support.
8379 (normal-erase-is-backspace-setup-frame): New function.
8380
8381 * subr.el (with-selected-frame): New function.
8382 (read-quoted-char): Use terminal-local binding of
8383 local-function-key-map instead of function-key-map.
8384
8385 * talk.el (talk): New function.
8386 (talk-handle-delete-frame): New function.
8387 (talk-add-display): Open a new frame only if FRAME was not a frame.
8388
8389 * termdev.el: New file.
8390
8391 * menu-bar.el (menu-bar-open): New function. Bind it to f10.
8392 * term/x-win.el: Don't bind f10.
8393 * tmm.el: Remove autoload binding for f10.
8394
8395 * international/encoded-kb.el (encoded-kbd-setup-display): Use
8396 `set-input-meta-mode'. Fix broken condition before set-input-mode.
8397 Store the saved input method as a terminal parameter. Add keymap
8398 parameter. Use it instead of changing key-translation-map directly.
8399 (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
8400 Remove.
8401 (encoded-kbd-setup-display): New function.
8402
8403 * international/mule-cmds.el (set-locale-environment): Fix getenv
8404 call. Use save-buffers-kill-terminal. Ignore window-system; always
8405 set the keyboard coding system. Add DISPLAY parameter.
8406 (set-display-table-and-terminal-coding-system): Add DISPLAY
8407 parameter. Pass it to set-terminal-coding-system.
8408
8409 * international/mule.el (keyboard-coding-system): Test for
8410 encoded-kbd-setup-display, not encoded-kbd-mode.
8411 (set-terminal-coding-system, set-keyboard-coding-system): Add
8412 DISPLAY parameter.
8413 (set-keyboard-coding-system): Use encoded-kbd-setup-display.
8414
8415 * term/README: Update.
8416
8417 * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
8418
8419 * term/x-win.el (x-setup-function-keys): New function. Move
8420 function-key-map tweaks here. Protect against multiple calls on
8421 the same terminal. Use terminal-local binding of
8422 local-function-key-map instead of function-key-map.
8423 (x-initialize-window-system): Make a copy of pure list. Pass a
8424 frame getenv.
8425
8426 * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
8427 * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
8428 * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
8429 * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
8430 * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
8431 local-function-key-map instead of function-key-map.
8432
8433 * term/rxvt.el, term/xterm.el: Speed up load time by protecting
8434 `substitute-key-definition' and `define-key' calls against
8435 multiple execution. Use terminal-local binding of
8436 local-function-key-map instead of function-key-map. Pass a frame
8437 to getenv.
8438
8439 * edmacro.el (edmacro-format-keys):
8440 * emulation/cua-base.el (cua--pre-command-handler):
8441 * isearch.el (isearch-other-meta-char):
8442 * xt-mouse.el: Use terminal-local binding of
8443 local-function-key-map instead of function-key-map.
8444
8445 * fringe.el (set-fringe-mode): Simplify and fix using
8446 `modify-all-frames-parameters'.
8447 * scroll-bar.el (set-scroll-bar-mode): Ditto.
8448 * tool-bar.el (tool-bar-mode): Ditto. Remove 'tool-bar-map length
8449 check before calling `tool-bar-setup'.
8450 (tool-bar-setup): New variable.
8451 (tool-bar-setup): Use it to guard against multiple calls. Add
8452 optional frame parameter, and select that frame before adding items.
8453 (toggle-tool-bar-mode-from-frame): New function.
8454
8455 * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
8456 (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
8457 toggle-tool-bar-mode-from-frame to change "Menu-bar" and
8458 "Tool-bar" toggles to reflect the state of the current frame.
8459 (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
8460
8461 * env.el: Require cl for byte compilation (for `block' and `return').
8462 (environment, setenv-internal): New functions.
8463 (let-environment): New macro.
8464 (setenv, getenv): Add optional terminal parameter. Update docs.
8465 (setenv): Use setenv-internal. Always set process-environment.
8466 Handle `local-environment-variables'.
8467 (read-envvar-name, setenv, getenv): Use frame parameters
8468 to store the local environment, not terminal parameters. Include
8469 `process-environment' as well.
8470
8471 * faces.el (tty-run-terminal-initialization): New function.
8472 (tty-create-frame-with-faces): Use it. Set up faces and
8473 background mode only after the terminal has been initialized.
8474 Call terminal-init-*. Don't load the initialization file more
8475 than once. Call set-locale-environment.
8476 (frame-set-background-mode): Handle the 'background-mode terminal
8477 parameter.
8478 (tty-find-type): New function.
8479 (x-create-frame-with-faces): Remove bogus check for
8480 first frame. Call `tool-bar-setup'. Don't make frame visible
8481 until we are done setting up all its parameters. Call
8482 x-setup-function-keys.
8483
8484 * frame.el (make-frame): Always inherit 'environment and 'client
8485 parameters. Set up the 'environment frame parameter, when needed.
8486 Also inherit 'client parameter. Don't override explicitly
8487 specified values with inherited ones. Add 'terminal frame
8488 parameter. Append window-system-default-frame-alist to parameters
8489 before calling frame-creation-function.
8490 (frame-initialize): Copy the environment from the initial frame.
8491 (window-system-default-frame-alist): Enhance doc string.
8492 (frame-notice-user-settings): Don't put 'tool-bar-lines in
8493 `default-frame-alist' when initial frame is on a tty.
8494 (modify-all-frames-parameters): Simplify using `assq-delete-all'.
8495 Remove specified parameters from `window-system-default-frame-alist'.
8496 (make-frame-on-tty, framep-on-display, suspend-frame):
8497 Extend doc string, update parameter names.
8498 (frames-on-display-list): Use terminal-id to get the display id.
8499 (frame-notice-user-settings): Extend to apply
8500 settings in `window-system-default-frame-alist' as well.
8501 (terminal-id, terminal-parameters, terminal-parameter)
8502 (set-terminal-parameter, terminal-handle-delete-frame): New functions.
8503 (delete-frame-functions): Add to `delete-frame-functions' hook.
8504 (blink-cursor-mode): Adapt blink-cursor-mode default
8505 value from startup.el.
8506 (make-frame-on-display): Protect condition on x-initialized when
8507 x-win.el is not loaded. Update doc.
8508 (suspend-frame): Use display-controlling-tty-p to decide between
8509 suspend-emacs and suspend-tty.
8510 (frames-on-display-list): Update for display ids.
8511 (framep-on-display): Ditto.
8512 (suspend-frame): Use display-name, not frame-tty-name.
8513 (selected-terminal): New function.
8514
8515 * server.el: Use `device' instead of `display' or `display-id' in
8516 variable and client parameter names.
8517 (server-select-display): Remove (unused).
8518 (server-tty-live-p, server-handle-delete-tty): Remove.
8519 (server-unquote-arg, server-quote-arg, server-buffer-clients):
8520 Update docs.
8521 (server-getenv-from, server-with-environment, server-send-string)
8522 (server-save-buffers-kill-terminal): New functions.
8523 (server-delete-client): Handle quits in kill-buffer. Don't kill
8524 modified buffers. Add extra logging. Delete frames after
8525 deleting the tty. Clear 'client parameter before deleting a frame.
8526 Use delete-display, not delete-tty.
8527 (server-visit-files): Don't set `server-existing-buffer' if the
8528 buffer already has other clients. Return list of buffers
8529 created. Update doc. Don't set client-record when nowait.
8530 (server-handle-delete-frame): Delete the client if this was its
8531 last frame. Check that the frame is alive. Remove bogus comment.
8532 Add note on possible race condition. Delete tty clients, if needed.
8533 (server-handle-suspend-tty): Use server-send-string. Kill the
8534 client in case of errors from process-send-string. Use the display
8535 parameter.
8536 (server-unload-hook): Remove obsolete delete-tty hook.
8537 (server-start): Ask before restarting if the old server still has
8538 clients. Add feedback messages. Remove obsolete delete-tty hook.
8539 (server-process-filter): Use server-send-string. Accept `-dir'
8540 command. Switch to *scratch* immediately after creating the frame,
8541 before evaluating any -evals. Protect `display-splash-screen'
8542 call in a condition-case. Explain why. Call
8543 `display-startup-echo-area-message' before
8544 `display-splash-screen'. Don't display the splash screen when no
8545 frame was created. Show the Emacs splash screen and startup echo
8546 area message. Display the *scratch* buffer by default. Store the
8547 local environment in a frame (not terminal) parameter. Do not try
8548 to decode environment strings. Fix reference to the 'display
8549 frame parameter. Change syntax of environment variables. Put
8550 environment into terminal parameters, not client parameters. Use
8551 a dummy client with --no-wait's X frames. In `-position LINE'
8552 handler, don't ruin the request string until the line number is
8553 extracted. Log opened files. Handle -current-frame command.
8554 Don't create frames when it is given. Don't bind X frames to the
8555 client when we are in -no-wait mode. Set locale environment
8556 variables from client while creating tty frames. Disable call to
8557 configure-display-for-locale. When processing -position command,
8558 don't change the request string until the parameters are
8559 extracted. Don't try to create an X frame when Emacs does not
8560 support it. Improve logging. Temporarily set ncurses-related
8561 environment variables to those of the client while creating a new
8562 tty frame. Select buffers opened by nowait clients, don't leave
8563 them buried under others. Set the display parameter, and use it
8564 when appropriate.
8565
8566 * startup.el (display-startup-echo-area-message): Handle
8567 `inhibit-startup-echo-area-message' here.
8568 (command-line-1): Moved from here.
8569 (fancy-splash-screens): Use `overriding-local-map' instead of
8570 `overriding-terminal-local-map' for now; the latter doesn't work
8571 right, it looses keypresses to another terminal. Use
8572 `overriding-terminal-local-map' to set up keymap. Install a
8573 `delete-frame-functions' hook to catch `delete-frame' events.
8574 Ignore `select-window' events to cope better with
8575 `focus-follows-mouse'. Don't switch back to the original buffer
8576 if the splash frame has been killed. Restore previous buffer, even
8577 if it's *scratch*.
8578 (normal-splash-screen): Don't let-bind `mode-line-format'; it
8579 changes the global binding - setq it instead. Use
8580 `save-buffers-kill-terminal'.
8581 (display-splash-screen): Don't do anything if the splash screen is
8582 already displayed elsewhere.
8583 (fancy-splash-exit, fancy-splash-delete-frame): New functions.
8584 (command-line): Replace duplicated code with a call to
8585 tty-run-terminal-initialization. Don't load the terminal
8586 initialization file more than once. Remove call to nonexistent
8587 function `set-locale-translation-file-name'.
8588
8589 * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
8590 parameters.
8591 (xterm-mouse-position-function, xterm-mouse-event): Update.
8592 (xterm-mouse-mode): Don't depend on current value of window-system.
8593 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
8594 Update for multi-tty.
8595 (turn-on-xterm-mouse-tracking-on-terminal)
8596 (turn-off-xterm-mouse-tracking-on-terminal)
8597 (xterm-mouse-handle-delete-frame): New functions.
8598 (delete-frame-functions, after-make-frame-functions)
8599 (suspend-tty-functions, resume-tty-functions): Install extra hooks
8600 for multi-tty.
8601
8602 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8603
8604 * simple.el (invisible-p): Remove: implemented in C now.
8605 (line-move-invisible-p): Remove obsolete alias.
8606
8607 2007-08-28 Juri Linkov <juri@jurta.org>
8608
8609 * image-mode.el (image-type): New variable.
8610 (image-mode): Set default major mode name to "Image[text]".
8611 (image-minor-mode): Change LIGHTER to display image-type in the
8612 mode line.
8613 (image-minor-mode): Set default image-type to "text".
8614 (image-toggle-display): After switching to text mode, set
8615 image-type to "text" and major mode name to "Image[text]".
8616 After switching to image mode, set image-type to actual image
8617 type, and add image type to major mode name. Let-bind the same
8618 variable names as arguments of `image-type' and `create-image'.
8619 Bind `type' to the result of `image-type' and use it as arg
8620 of `create-image' to not determine the image type twice.
8621
8622 2007-08-28 Michael Albinus <michael.albinus@gmx.de>
8623
8624 * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
8625 (tramp-set-file-uid-gid, tramp-get-local-uid)
8626 (tramp-get-local-gid): New defuns.
8627 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
8628 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
8629 Improve fast track.
8630 (tramp-do-copy-or-rename-file-directly): Sync parameter list with
8631 the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
8632 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
8633 (tramp-handle-write-region): Improve fast track.
8634 (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
8635 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
8636 be nil.
8637
8638 2007-08-28 Ivan Kanis <apple@kanis.eu>
8639
8640 * time.el: New feature to display several time zones in a buffer.
8641 (display-time-world-mode, display-time-world-display)
8642 (display-time-world, display-time-world-timer): New functions.
8643 (display-time-world-list, display-time-world-time-format)
8644 (display-time-world-buffer-name, display-time-world-timer-enable)
8645 (display-time-world-timer-second, display-time-world-mode-map):
8646 New variables.
8647
8648 2007-08-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8649
8650 * term/x-win.el (x-gtk-stock-map): New variable.
8651 (x-gtk-map-stock): New function.
8652
8653 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
8654 prev/next-node.
8655
8656 2007-08-28 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
8657
8658 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
8659
8660 2007-08-28 Glenn Morris <rgm@gnu.org>
8661
8662 * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
8663
8664 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
8665
8666 * progmodes/modula2.el (m2-definition, m2-module):
8667 Don't use previous-line. Reported by T. V. Raman.
8668
8669 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8670
8671 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
8672 argument to tool-bar-mode call.
8673
8674 2007-08-27 Glenn Morris <rgm@gnu.org>
8675
8676 * diff-mode.el (diff-find-file-name): Only accept regular files,
8677 to rule out /dev/null, directories, etc.
8678
8679 * vc-svn.el (vc-svn-diff): If the repository version of all the
8680 files is the same as the specified OLDVERS, do a local diff.
8681
8682 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
8683
8684 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
8685 of buffers in uniquify-managed.
8686
8687 * simple.el (invisible-p): Rename from text-invisible-p.
8688 Update callers.
8689
8690 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
8691
8692 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
8693 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
8694 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
8695 (cperl-etags-goto-tag-location): Use new style backquotes.
8696
8697 * net/browse-url.el: Remove spurious * in custom docstrings.
8698 (browse-url-filename-alist): Use new-style backquote.
8699
8700 * emacs-lisp/backquote.el (backquote-unquote-symbol)
8701 (backquote-splice-symbol): Clarify they're not new-style unquotes.
8702
8703 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
8704 (\,@): Backslash the , and ,@ which are not new-style unquotes.
8705
8706 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
8707
8708 * net/socks.el (socks-username/password-auth-filter):
8709 Remove unused vars `state' and `desired-len'.
8710 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
8711 (socks-wait-for-state-change): Use new-style backquotes.
8712
8713 * pcvs.el (cvs-mode-status): Fix long-standing typo.
8714
8715 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
8716 backquotes after each `read' rather than once per buffer.
8717
8718 * dframe.el: Remove spurious * in custom docstrings.
8719 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
8720 (dframe-xemacs20p): Remove, inline at the sole use point.
8721 (defface): Don't defvar the face, don't use old-style backquote.
8722 (defcustom): Don't use old-style backquote.
8723 (dframe-frame-parameter, dframe-mouse-event-p):
8724 Make it obvious that it's always defined.
8725 (dframe-popup-kludge): New function to replace
8726 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
8727 (dframe-frame-mode, dframe-set-timer-internal)
8728 (dframe-mouse-set-point): Remove use of with-no-warnings from
8729 XEmacs-specific code.
8730 (dframe-set-timer-internal): Fix very old bug with
8731 post-command-idle-hook.
8732
8733 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
8734
8735 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
8736
8737 * emacs-lisp/avl-tree.el: New file.
8738
8739 2007-08-26 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
8740
8741 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
8742 was used.
8743
8744 2007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
8745
8746 * complete.el (PC-do-completion): Make RET accept a non-unique but
8747 complete expansion again.
8748
8749 2007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
8750
8751 * eshell/esh-opt.el (eshell-eval-using-options):
8752 Add debug declaration.
8753
8754 2007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
8755
8756 * log-view.el (log-view-toggle-mark-entry): Add docstring.
8757 (log-view-get-marked): Likewise.
8758
8759 * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
8760 (vc-delete-automatic-version-backups): Likewise.
8761
8762 * vc.el (vc-dired-buffers-for-dir): Likewise.
8763
8764 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
8765
8766 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
8767 safe-local-variable setting.
8768 * progmodes/perl-mode.el (perl-indent-level): Likewise.
8769
8770 * log-view.el (log-view-marked-list): Delete variable.
8771 (log-view-mode): Don't use it.
8772 (log-view-toggle-mark-entry): Likewise, simplify.
8773 (log-view-current-tag): Don't return properties.
8774 (log-view-get-marked): New function.
8775
8776 2007-08-25 Alexandre Julliard <julliard@winehq.org>
8777
8778 * vc-git.el (vc-git-mode-line-string): New function.
8779
8780 2007-08-25 Alan Mackenzie <acm@muc.de>
8781
8782 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
8783 new language variable.
8784
8785 * progmodes/cc-engine.el (c-brace-anchor-point): new function.
8786 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
8787 "extern" etc., rather than BOI. Fix addition of spurious
8788 syntactic-symbol 'defun-block-intro, replacing it with
8789 'innamespace, etc.
8790
8791 2007-08-25 Juri Linkov <juri@jurta.org>
8792
8793 * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
8794
8795 * image-mode.el: Add autoloads to put associations in auto-mode-alist:
8796 associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
8797 "\\.svgz?\\'" with xml-mode and image-mode-maybe.
8798
8799 * image.el (image-type-header-regexps): Use more complex regexp for svg.
8800 (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
8801 (image-type-auto-detectable): Add (svg . maybe).
8802
8803 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
8804 to treat it like .tgz.
8805
8806 * calendar/cal-bahai.el: Add file coding cookie.
8807
8808 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
8809
8810 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
8811 Don't behave differently when executed via M-x. Add doc string.
8812
8813 * sort.el (sort-fold-case, sort-numeric-base): Mark as
8814 safe-local-variable.
8815
8816 2007-08-25 Jay Belanger <jay.p.belanger@gmail.com>
8817
8818 * calc/calc-forms.el (var-TimeZone): Make nil explicitly
8819 the default value.
8820 (math-calendar-tzinfo): New variable.
8821 (math-get-calendar-tzinfo): New function.
8822 (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
8823 to get information when zone is nil.
8824
8825 2007-08-24 Dan Nicolaescu <dann@ics.uci.edu>
8826
8827 * log-view.el (log-view-toggle-mark-entry): New function.
8828 (log-view-mode-map): Bind it.
8829 (log-view-marked-list): New variable.
8830 (log-view-mode): Make it local.
8831
8832 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
8833
8834 * play/zone.el (zone-pgm-rat-race): New func.
8835 (zone-programs): Add `zone-pgm-rat-race'.
8836
8837 2007-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
8838
8839 * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
8840 a list.
8841
8842 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
8843
8844 * progmodes/hideshow.el (hs-match-data): Delete alias.
8845 (hs-hide-block-at-point, hs-find-block-beginning)
8846 (hs-show-block): Use `match-data' directly.
8847
8848 2007-08-24 Martin Rudalics <rudalics@gmx.at>
8849
8850 * format.el (format-alist): Fix typo in doc-string.
8851
8852 2007-08-24 Michael Albinus <michael.albinus@gmx.de>
8853
8854 * net/tramp.el (tramp-local-host-p): New defun.
8855 (tramp-handle-file-local-copy, tramp-handle-write-region):
8856 Implement fast track when being on the local host.
8857 (tramp-file-name-handler): Don't set "started" property. It shall
8858 be reserved for the "ftp" method.
8859 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
8860
8861 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
8862 (tramp-ftp-file-name-handler): Set "started" property.
8863
8864 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
8865
8866 * files.el (backup-buffer-copy): Don't wrap delete in
8867 condition-case, only try to delete if file exists.
8868
8869 2007-08-24 Glenn Morris <rgm@gnu.org>
8870
8871 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
8872
8873 * startup.el (tutorial-directory): Set with eval-at-startup so it
8874 gets the right value in an installed Emacs.
8875
8876 2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
8877
8878 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
8879 (eldoc-highlight-function-argument): Use it.
8880
8881 2007-08-23 Masatake YAMATO <jet@gyve.org>
8882
8883 * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
8884 name of parameters in document body.
8885
8886 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
8887
8888 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
8889 (byte-compile-output-as-comment): Use with-current-buffer rather than
8890 a weird set-buffer&prog1 combination.
8891
8892 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
8893 test so as to optimise cases where the `progn's result is constant.
8894
8895 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
8896
8897 * locate.el (locate-get-file-positions):
8898 Use line-beginning-position and line-end-position.
8899
8900 2007-08-23 John Wiegley <johnw@newartisans.com>
8901
8902 * calendar/cal-bahai.el: Added in the diacriticals that were
8903 missing for many of the month names.
8904
8905 2007-08-22 Jason Rumney <jasonr@gnu.org>
8906
8907 * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
8908
8909 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
8910
8911 * image-mode.el (image-minor-mode): Use image-mode-text-map.
8912
8913 2007-08-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
8914
8915 * dabbrev.el (dabbrev--progress-reporter): New variable.
8916 (dabbrev--scanning-message): Delete func.
8917 (dabbrev--find-expansion): Use a progress reporter
8918 instead of dabbrev--scanning-message.
8919
8920 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
8921
8922 * comint.el (comint-exec-1): Raise an error if
8923 `start-file-process' does not return a process object.
8924
8925 * shell.el (shell): Prompt for `default-directory' if it is a
8926 remote file name, and if called with a prefix arg.
8927
8928 2007-08-22 Sam Steingold <sds@gnu.org>
8929
8930 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
8931
8932 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
8933
8934 * textmodes/org-export-latex.el: New file.
8935
8936 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
8937
8938 * textmodes/org.el (org-agenda-skip): Allow a form for
8939 `org-agenda-skip-function'.
8940 (org-agenda-redo): Re-use local settings.
8941 (org-agenda): Store local settings.
8942 (org-agenda-deadline-faces): New option.
8943 (org-agenda-deadline-face): New function.
8944 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
8945 entries on their due date.
8946 (org-agenda-get-timestamps): No longer handle the due dates of
8947 schedules and deadline items.
8948 (org-insert-link-global, org-open-at-point-global): New commands.
8949 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
8950 :for-ascii parameter.
8951 (org-skip-comments): Function removed.
8952 (org-cleaned-string-for-export): Handle special table lines.
8953 (org-global-properties): New option.
8954 (org-entry-get-with-inheritance): Check global properties.
8955 (org-local-properties): New variable.
8956 (org-set-regexps-and-options): Find the #+PROPERTY line.
8957 (org-link-types): Change type into variable (was constant).
8958 (org-make-link-regexps): New function.
8959 (org-link-re-with-space, org-link-re-with-space2)
8960 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
8961 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
8962 these regular expressions happens now in the function
8963 `org-make-link-regexps'.
8964 (org-store-link): Call the functions in
8965 `org-store-link-functions'.
8966 (org-add-link-type): New function.
8967 (org-store-link-functions): New variable.
8968 (org-activate-tags): Force matches to be in headlines.
8969 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
8970 (org-columns-display-here): Make sure this works in a narrowed
8971 buffer by checking for point-min.
8972 (org-columns-display-here): Make the rest of the line intangible,
8973 so that point never can be there.
8974 (org-cleaned-string-for-export): Use `with-current-buffer'.
8975 (org-replace-region-by-html): Use `with-current-buffer'.
8976 (org-unfontify-region, org-do-occur, org-columns-display-here)
8977 (org-columns-remove-overlays, org-columns-quit)
8978 (org-columns-edit-value, org-columns-next-allowed-value)
8979 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
8980 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
8981 (org-agenda-todo, org-agenda-change-all-lines)
8982 (org-agenda-align-tags, org-agenda-priority)
8983 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
8984 (org-agenda-show-new-time, org-cleaned-string-for-export)
8985 (org-export-grab-title-from-buffer)
8986 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
8987 instead of `buffer-read-only'.
8988 (org-export-as-html): Set `coding-system-for-write'.
8989 (org-remember-store-without-prompt): New option.
8990 (org-archive-subtree): Fixed bug with modifying TODO keyword.
8991 (org-beginning-of-line): Also treat C-a special in items.
8992 (org-table-convert-refs-to-rc): Fixed problem with column
8993 reference after "..".
8994 (org-columns-compute): Don't mark buffer modified because of text
8995 properties.
8996 (org-batch-store-agenda-views): Use the variable
8997 `default-directory', not the function.
8998 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
8999 (org-clock-out-when-done): New option.
9000 (org-html-entities): Added HTML entities for smileys.
9001
9002 2007-08-22 Glenn Morris <rgm@gnu.org>
9003
9004 * image.el (create-image): Doc fix.
9005
9006 * startup.el (tutorial-directory): New constant.
9007 (fancy-splash-text): Tutorials now in tutorial-directory.
9008 * tutorial.el (help-with-tutorial): Tutorials now in
9009 tutorial-directory.
9010
9011 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
9012
9013 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
9014 otherwise.
9015 (tramp-get-remote-path): New defun. Replace occurrences of
9016 `tramp-default-remote-path' by this function.
9017 (tramp-set-remote-path): Move most of the code to
9018 `tramp-get-remote-path'.
9019 (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
9020 existing directories, this is done already in
9021 `tramp-get-remote-path'.
9022
9023 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
9024
9025 * image-file.el (image-file-name-extensions): Add "svg".
9026 * image.el (image-type-header-regexps): Add svg entry.
9027
9028 2007-08-22 Glenn Morris <rgm@gnu.org>
9029
9030 * files.el (backup-buffer-copy): Check backup directory is
9031 writable, to avoid infloop deleting old backup.
9032
9033 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
9034 movemail related variables.
9035 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
9036 will now be set before this is called.
9037
9038 2007-08-21 Juri Linkov <juri@jurta.org>
9039
9040 * delsel.el (delete-selection-pre-hook):
9041 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
9042 instead of checking last-command.
9043
9044 2007-08-21 Juri Linkov <juri@jurta.org>
9045
9046 * loadup.el: Preload "button".
9047
9048 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9049
9050 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9051 Add previous-line and next-line.
9052
9053 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
9054 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
9055
9056 * vc-hooks.el (vc-menu-entry): New var.
9057 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
9058 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
9059 (vc-menu-map): Declare and initialize in one step.
9060 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
9061
9062 * menu-bar.el (vc-menu-map): Don't setup any more.
9063 Instead, just create the proper spot in the menu.
9064
9065 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
9066
9067 * smerge-mode.el (smerge-resolve): New arg `safe'.
9068 (smerge-resolve-all, smerge-batch-resolve): New function.
9069 (smerge-refine): Make sure `diff' returns the expected result.
9070 (smerge-parsep-re): New const.
9071 (smerge-mode): Use it to adjust paragraph-separate.
9072
9073 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
9074 Correctly match / regexp matchers as first char on a line when
9075 fontifying only that line.
9076
9077 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
9078
9079 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
9080
9081 * vc-bzr.el: Don't fiddle with vc-handled-backend.
9082 (vc-bzr-registered): Don't redundantly protect against
9083 file-error. Actually use the format-specific code.
9084 (vc-bzr-buffer-nonblank-p): Remove.
9085 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
9086
9087 2007-08-20 Juri Linkov <juri@jurta.org>
9088
9089 * startup.el (fancy-splash-text): Change multiple tabs into one
9090 tab. Remove "Useful File menu items" section (with "Exit Emacs"
9091 and "Recover Crashed Session").
9092 (fancy-splash-screens): Set tab-width to 22.
9093 (normal-splash-screen): Replace literal tabs with \t and
9094 fix whitespace. Remove "Useful File menu items" section (with
9095 "Exit Emacs" and "Recover Crashed Session").
9096
9097 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
9098
9099 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
9100 extracted from `eval-last-sexp-1'.
9101 (eval-last-sexp-1): Call `preceding-sexp'.
9102
9103 2007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
9104
9105 * vc-rcs.el (vc-rcs-annotate-command):
9106 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
9107 Add back :vc-annotate-prefix propertization.
9108
9109 2007-08-20 Andreas Schwab <schwab@suse.de>
9110
9111 * mail/rmail.el (rmail-autodetect): Doc fix.
9112
9113 2007-08-19 Juri Linkov <juri@jurta.org>
9114
9115 * startup.el (normal-splash-screen): Add more links.
9116
9117 2007-08-19 Juri Linkov <juri@jurta.org>
9118
9119 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
9120 because it's common to both types of splash screen: fancy and normal.
9121 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
9122 (exit-splash-screen): Rename from `fancy-splash-quit'.
9123 Use `quit-window' instead of `kill-buffer'.
9124 (fancy-splash-head): Use make-button to insert GNU image link.
9125 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
9126 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
9127 (normal-splash-screen): Put "Browse manuals" on the same line with
9128 "Emacs manual". Remove descriptions from "Useful tasks" and put
9129 all links in two columns on two lines.
9130
9131 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
9132
9133 * emulation/viper.el (viper-remove-hooks): Remove some additional
9134 viper hooks when the user calls viper-go-away.
9135 (viper-go-away): Restore the default of default-major-mode.
9136 Save the value of default-major-mode before vaperization.
9137
9138 * emulation/viper-cmd.el: Replace error "" with "Viper bell".
9139
9140 * emulation/viper-ex.el: Replace error "" with "Viper bell".
9141
9142 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
9143 buffer for which file is created.
9144
9145 2007-08-19 Glenn Morris <rgm@gnu.org>
9146
9147 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
9148 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
9149 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
9150 shadow files messing up the compilation.
9151
9152 2007-08-18 Glenn Morris <rgm@gnu.org>
9153
9154 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
9155 string. Also apply eldoc-argument-case in the help-split-fundoc
9156 case. Adapt for changed behavior of eldoc-function-argstring,
9157 eldoc-function-argstring-format, and
9158 eldoc-highlight-function-argument.
9159 (eldoc-highlight-function-argument): Handle nil INDEX argument,
9160 just call eldoc-docstring-format-sym-doc in that case.
9161 (eldoc-function-argstring): Change the behavior. Now it converts
9162 an argument list to a string.
9163 (eldoc-function-argstring-format): Change the behavior. Now it
9164 applies `eldoc-argument-case' to a string.
9165
9166 * progmodes/scheme.el (scheme-mode-variables): Set
9167 font-lock-comment-start-skip.
9168
9169 2007-08-18 Martin Rudalics <rudalics@gmx.at>
9170
9171 * progmodes/ada-mode.el (ada-create-syntax-table): Move
9172 set-syntax-table from here to ...
9173 (ada-mode): ... here. Do not change global value of
9174 comment-multi-line. Call new function
9175 ada-initialize-syntax-table-properties and add new function
9176 ada-handle-syntax-table-properties to font-lock-mode-hook.
9177 (ada-deactivate-properties, ada-initialize-properties): Replace
9178 by new functions ...
9179 (ada-handle-syntax-table-properties)
9180 (ada-initialize-syntax-table-properties)
9181 (ada-set-syntax-table-properties): ... to set up syntax-table
9182 properties uniformly, independently from whether font-lock-mode
9183 is enabled or not. Handle read-only buffers and do not change
9184 undo-list when setting syntax-table properties.
9185 (ada-after-change-function): Use ada-set-syntax-table-properties.
9186
9187 2007-08-18 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
9188
9189 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
9190 (meta-indent-current-nesting): Use a computation of the nesting
9191 instead.
9192 (meta-indent-current-indentation): Indentation is given according
9193 to nesting and if the previous line was finished or not.
9194 (meta-indent-unfinished-line): Tell if the current line ends with
9195 a finished expression.
9196 (meta-indent-looking-at-code): Like `looking-at', but checks if
9197 the point is in a string before.
9198 (meta-indent-level-count): Use it. Don't count parenthesis as it's
9199 done in the nesting function.
9200 (meta-indent-in-string-p): Tell if the current point is in a
9201 string.
9202 (meta-indent-calculate): Treat b-o-b as a special case. Use the
9203 previous functions.
9204
9205 2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
9206
9207 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
9208 (copyright-update-year, copyright-update)
9209 (copyright-fix-years): Use it.
9210
9211 2007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
9212
9213 * emacs-lisp/copyright.el (copyright-update-year):
9214 Fix bug: Handle nil copyright-limit.
9215
9216 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
9217
9218 * calc/calc-units.el (math-standard-units): Give exact
9219 conversion for tsp.
9220
9221 * calc/calc.el (math-bignum-digit-length): Compute the
9222 appropriate value.
9223
9224 * calc/calc-bin.el (math-bignum-logb-digit-size)
9225 (math-bignum-digit-power-of-two):
9226 * calc/calc-comb.el (math-small-factorial-table):
9227 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
9228 (math-approx-gamma-const):
9229 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
9230 (math-besY1, math-bernoulli-b-cache):
9231 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
9232 Remove `eval-when-compile's.
9233
9234 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
9235
9236 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
9237 (cperl-find-pods-heres): Fix an error when typing expressions like
9238 `s{a}{b}'.
9239
9240 2007-08-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
9241
9242 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
9243 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
9244 a special case (there's no build number).
9245
9246 2007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
9247
9248 * completion.el (symbol-under-point, symbol-before-point)
9249 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
9250
9251 2007-08-17 Glenn Morris <rgm@gnu.org>
9252
9253 * progmodes/compile.el (compilation-get-file-structure): Make use
9254 of the directory part when checking for an existing entry, to
9255 handle files with same basename in different directories.
9256
9257 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
9258
9259 * calc/calc.el (calc-language-alist): Add texinfo-mode.
9260
9261 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9262
9263 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
9264 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
9265 (ps-paragraph-spacing): Docstring fix.
9266
9267 2007-08-16 Glenn Morris <rgm@gnu.org>
9268
9269 * ps-print.el (ps-font-size): Doc fix.
9270
9271 2007-08-16 Richard Stallman <rms@gnu.org>
9272
9273 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
9274
9275 2007-08-15 Juri Linkov <juri@jurta.org>
9276
9277 * startup.el (initialization): Change parent group from `internal'
9278 to `environment'.
9279 (initial-buffer-choice): New variable.
9280 (command-line): Revert 2007-07-02 change that sets
9281 buffer-offer-save in *scratch* and enables auto-save in it.
9282 (fancy-splash-text): Add links to existing items. Add new items
9283 with links for useful tasks. Move information about Control-g to
9284 fancy-splash-head. Move "Emacs Guided Tour" to the end.
9285 (fancy-splash-keymap): New variable.
9286 (fancy-splash-last-input-event): Remove variable.
9287 (fancy-splash-insert): Add processing of `:link' element.
9288 (fancy-splash-head): Replace "Type Control-l to begin editing"
9289 with "Type `q' to exit".
9290 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
9291 (fancy-splash-default-action, fancy-splash-special-event-action):
9292 Remove functions.
9293 (fancy-splash-quit): New function.
9294 (fancy-splash-screens): Rename input arg from `hide-on-input' to
9295 `static' and reverse the condition of its usage. Don't preserve
9296 original values of `minor-mode-map-alist',
9297 `emulation-mode-map-alists', `special-event-map'.
9298 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
9299 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
9300 Remove processing of special events. Use local key map
9301 `fancy-splash-keymap'. Set buffer to read-only.
9302 (normal-splash-screen): Rename input arg from `hide-on-input' to
9303 `static' and reverse the condition of its usage.
9304 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
9305 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
9306 Add links to existing items. Add new items with links for useful
9307 tasks. Use local key map `fancy-splash-keymap'.
9308 (display-splash-screen): Rename input arg from `hide-on-input' to
9309 `static'.
9310 (about-emacs): Add alias to display-splash-screen.
9311 (command-line-1): Use `initial-buffer-choice'.
9312
9313 * menu-bar.el (menu-bar-help-menu):
9314 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
9315 item to about-emacs instead of display-splash-screen.
9316
9317 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
9318
9319 * calc/calc-units.el (math-standard-units): Update values.
9320 Put in exact, rational values when possible.
9321 (math-unit-prefixes): Replace floats with powers of ten.
9322 (math-standard-units-systems): Replace floats with integers.
9323 (math-make-unit-string): Remove extra spaces in output.
9324
9325 2007-08-15 Glenn Morris <rgm@gnu.org>
9326
9327 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
9328 sloppier, for the sake of GNU Mailman.
9329 (rmail-digest-rfc1153): Initialize `result' correctly.
9330
9331 2007-08-15 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
9332
9333 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
9334 in the mail title. Suggested by Reiner Steib.
9335
9336 2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
9337
9338 * calc/calc-aent.el (calc-do-quick-calc): Add binary
9339 representation of integers to the list of outputs.
9340
9341 2007-08-14 Glenn Morris <rgm@gnu.org>
9342
9343 * simple.el (bad-packages-alist): New constant.
9344 (bad-package-check): New function. Together, these two add elements
9345 to `after-load-alist' to check for problematic external packages.
9346 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
9347
9348 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
9349
9350 * calc/calc-units.el (math-get-standard-units)
9351 (math-get-units, math-make-unit-string)
9352 (math-get-default-units, math-put-default-units): New functions.
9353 (math-default-units-table): New variable.
9354 (calc-convert-units, calc-convert-temperature): Add machinery
9355 to supply default values.
9356
9357 2007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
9358
9359 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
9360 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
9361 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
9362 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
9363
9364 * emulation/tpu-extras.el: Remove spurious * in docstrings.
9365 Put its autoloads into tpu-edt.el rather than loaddefs.el.
9366 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
9367 Make into a proper minor-mode.
9368 (tpu-backward-char, tpu-next-line, tpu-previous-line)
9369 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
9370 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
9371 (tpu-set-cursor-free, tpu-set-cursor-bound):
9372 Delegate to tpu-cursor-free-mode.
9373 (tpu-next-line, tpu-previous-line, tpu-forward-line)
9374 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
9375 Use line-move or forward-line instead of next-line-internal.
9376
9377 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
9378
9379 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
9380
9381 2007-08-12 Richard Stallman <rms@gnu.org>
9382
9383 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
9384 (cvs-execute-single-file): Use new name split-string-and-unquote.
9385 (cvs-header-msg): Use new name combine-and-quote-strings.
9386
9387 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
9388
9389 * progmodes/gud.el (gud-common-init): Use new name
9390 split-string-and-unquote.
9391
9392 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
9393 in javac regexp.
9394
9395 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
9396 combine-and-quote-strings and split-string-and-unquote.
9397
9398 * subr.el (combine-and-quote-strings): Rename from strings->string.
9399 (split-string-and-unquote): Rename from string->strings.
9400
9401 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
9402
9403 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
9404 to buffer-local settings.
9405
9406 * emacs-lisp/backquote.el (backquote-delay-process): New function.
9407 (backquote-process): Add internal arg `level'. Use the two to
9408 correctly handle nested backquotes.
9409
9410 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
9411
9412 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
9413 (vc-bzr-state-words): Add "kind changed" state word.
9414 (vc-bzr-status): New function. Return Bzr idea of file status,
9415 which is different from VC's.
9416 (vc-bzr-state): Use vc-bzr-status.
9417 (vc-workfile-unchanged-p): Use vc-bzr-status.
9418 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
9419 (vc-dired-state): Process "kind changed" state word.
9420
9421 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
9422
9423 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
9424
9425 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
9426 Move from vc-default-find-file-not-found-hook.
9427
9428 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
9429
9430 * man.el: Remove spurious * in docstrings.
9431 Merge defvars and toplevel setq-defaults.
9432 (Man-highlight-references0): Limit=nil rather than point-max.
9433 (Man-mode-map): Move initialization into the declaration.
9434 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
9435 (Man-view-header-file): Use expand-file-name rather than concat.
9436 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
9437
9438 * man.el (Man-next-section): Make sure we do not move backward.
9439
9440 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
9441
9442 * files.el (auto-mode-alist): Use the purecopied text (duh!).
9443
9444 2007-08-08 Glenn Morris <rgm@gnu.org>
9445
9446 * Replace `iff' in doc-strings and comments.
9447
9448 2007-08-08 Martin Rudalics <rudalics@gmx.at>
9449
9450 * dired.el (dired-pop-to-buffer):
9451 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
9452 * calendar/calendar.el (generate-calendar-window):
9453 * progmodes/compile.el (compilation-set-window-height):
9454 * textmodes/two-column.el (2C-two-columns, 2C-merge):
9455 Use window-full-width-p instead of comparing frame-width and
9456 window-width.
9457
9458 * progmodes/compile.el (compilation-find-buffer): Remove extra
9459 argument in call to compilation-buffer-internal-p.
9460
9461 2007-08-07 Tom Tromey <tromey@redhat.com>
9462
9463 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
9464 Add safe-local-variable property.
9465
9466 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
9467
9468 * image-mode.el (image-toggle-display): Use image-refresh.
9469
9470 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
9471
9472 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
9473 unofficial version.
9474 (vc-bzr-command): Remove redundant setting of process-connection-type.
9475 (vc-bzr-admin-checkout-format-file): Add autoload.
9476 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
9477 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
9478 (vc-bzr-registered): Compare dirstate format tag with known good
9479 value, abort parsing if match fails. Warn user in docstring.
9480 (vc-bzr-workfile-version): Case for different Bzr branch formats.
9481 See bzrlib/branch.py in Bzr sources.
9482 (vc-bzr-diff): First argument FILES may be a string rather than a list.
9483 (vc-bzr-shell-command): Remove in favor of
9484 vc-bzr-command-discarding-stderr.
9485 (vc-bzr-command-discarding-stderr): New function.
9486
9487 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
9488
9489 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
9490 program, and return nil.
9491 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
9492 (vc-bzr-state): Look for path names relative to the repository
9493 root after status keyword.
9494 (vc-bzr-file-name-relative): New function.
9495 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
9496 depend on it.
9497 (vc-bzr-admin-dirname, ...-checkout-format-file)
9498 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
9499 files that we now parse directly for speed.
9500 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
9501 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
9502 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
9503 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
9504 Bzr warnings, so we must discard it.
9505 (vc-bzr-workfile-version): Speedup counting lines from
9506 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
9507 if that file doesn't exist.
9508 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
9509 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
9510 to `vc-directory-exclusion-list'.
9511 (vc-bzr-shell-command): New function.
9512
9513 2007-08-06 Tom Tromey <tromey@redhat.com>
9514
9515 * diff-mode.el (diff-unified->context, diff-reverse-direction)
9516 (diff-fixup-modifs): Typo in docstring.
9517
9518 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
9519
9520 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
9521 count-screen-lines.
9522 (tpu-edt-off): Disable relevant pieces of advice.
9523
9524 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
9525 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
9526 (newline, newline-and-indent, do-auto-fill): Use advice instead of
9527 redefining the function.
9528 (tpu-set-scroll-margins): Activate the pieces of advice.
9529
9530 2007-08-06 Martin Rudalics <rudalics@gmx.at>
9531
9532 * help.el (resize-temp-buffer-window): Use window-full-width-p
9533 instead of comparing frame-width and window-width.
9534
9535 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
9536
9537 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
9538 optional quotes around files in NEED-UPDATE . REMOVED case.
9539
9540 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
9541 (ada-treat-cmd-string): Improve error message.
9542 (ada-do-file-completion): Call `ada-require-project-file', so
9543 project variables are set properly.
9544 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
9545 (ada-gnatfind-buffer-name): New constant.
9546 (ada-find-any-references): Use new constant. Set buffer name
9547 properly in compilation-start. Toggle read-only properly.
9548 (ada-find-in-src-path): Fix spelling error in docstring.
9549
9550 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
9551 by zero error.
9552
9553 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
9554
9555 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
9556
9557 2007-08-12 Richard Stallman <rms@gnu.org>
9558
9559 * progmodes/sh-script.el (sh): Delete group `unix'.
9560
9561 * progmodes/gud.el (gud): Change to group `processes'.
9562
9563 2007-08-11 Glenn Morris <rgm@gnu.org>
9564
9565 * progmodes/compile.el (compilation-buffer-name): Don't check
9566 compilation-arguments. It is superfluous, and the variable isn't
9567 even set when this function is called.
9568
9569 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9570
9571 * term/mac-win.el (mac-ae-reopen-application): New function.
9572 (mac-apple-event-map): Bind "reopen application" Apple event to it.
9573
9574 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
9575
9576 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
9577 take tex-font-script-display into account.
9578 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
9579 cell to a list of 2 elements to simplify the unfontify code.
9580
9581 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9582
9583 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
9584 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
9585 ps-print-color-p is neither nil nor black-white. Reported by Christian
9586 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
9587
9588 2007-08-08 Andreas Schwab <schwab@suse.de>
9589
9590 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
9591 self-insert-command, not self-insert.
9592
9593 2007-08-08 Glenn Morris <rgm@gnu.org>
9594
9595 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
9596 argument optional, for backwards compatibility, and only highlight
9597 args when present. Fix symbol name typo (doc/args).
9598
9599 * help-mode.el (help-make-xrefs): Search for symbol constituents,
9600 rather than just `-'.
9601
9602 2007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
9603
9604 * calc/calc-units.el (calc-convert-temperature):
9605 Use `/' to create fractions.
9606
9607 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
9608
9609 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
9610 global matching.
9611 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
9612 ERROR-BUFFER more robust. Display output.
9613 (tramp-file-name-handler): Add a connection property when we found
9614 a foreign file name handler. This allows backends like ftp to
9615 profit also from usr/host name completion based on connection
9616 cache.
9617 (tramp-send-command-and-read): Search for trash after the regexp
9618 until eol only. In XEmacs, there is a problem with \n.
9619
9620 * net/tramp-cache.el (top): Read persistent connection history
9621 when cache is empty.
9622
9623 2007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
9624
9625 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
9626 resulting output.
9627
9628 2007-08-07 Sam Steingold <sds@gnu.org>
9629
9630 * progmodes/compile.el (compilation-start): Pass nil as startfile
9631 to comint-exec.
9632
9633 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
9634
9635 * longlines.el (longlines-decoded): New variable.
9636 (longlines-mode): Avoid encoding or decoding the buffer twice.
9637
9638 2007-08-07 Martin Rudalics <rudalics@gmx.at>
9639
9640 * format.el (format-insert-file): Make sure that at most one undo
9641 entry is recorded for the insertion. Inhibit point-motion and
9642 modification hooks around call to insert-file-contents.
9643
9644 2007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
9645
9646 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
9647 Select the buffer's window before moving point.
9648
9649 2007-08-07 Richard Stallman <rms@gnu.org>
9650
9651 * term.el (term): Remove parent group `unix'.
9652
9653 * simple.el (default-indent-new-line): New function.
9654 It calls comment-line-break-function if there are comments.
9655 (do-auto-fill): Use that.
9656
9657 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
9658
9659 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
9660 (PC-do-completion): Add "acronym completion" for symbols and
9661 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
9662
9663 2007-08-06 Sam Steingold <sds@gnu.org>
9664
9665 * mouse.el (mouse-buffer-menu): Pass mode-name through
9666 format-mode-line because it may be a list,
9667 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
9668
9669 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
9670
9671 * printing.el (pr-update-menus): Docstring fix.
9672
9673 2007-08-06 Jason Rumney <jasonr@gnu.org>
9674
9675 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
9676
9677 * vc-hooks.el (vc-call): Add doc string.
9678
9679 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
9680
9681 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
9682 process-filter.
9683
9684 2007-08-06 Kenichi Handa <handa@m17n.org>
9685
9686 * international/quail.el: Wrap (require 'help-mode) by
9687 eval-when-compile.
9688 (quail-help-init): New function.
9689 (quail-help): Call quail-help-init.
9690 (quail-store-decode-map-key): Change it to a function.
9691
9692 2007-08-05 Jason Rumney <jasonr@gnu.org>
9693
9694 * vc.el (vc-rollback): Add norevert argument back.
9695 (vc-revert-buffer): Add back as obsolete alias.
9696
9697 2007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
9698
9699 * term.el: Honor term-default-fg-color and term-default-bg-color
9700 settings when modifying term-current-face.
9701 (term-default-fg-color, term-default-bg-color): Initialize from
9702 default term-current-face.
9703 (term-mode, term-reset-terminal): Set term-current-face with
9704 term-default-fg-color and term-default-bg-color.
9705 (term-handle-colors-array): term-current-face has term-default-fg-color
9706 and term-default-bg-color after reset escape sequence.
9707 (term-handle-colors-array): Set term-current-color with
9708 term-default-fg/bg-color instead of ansi-term-color-vector when the
9709 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
9710
9711 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
9712
9713 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
9714 (math-nlfit-givens): Let bind free variables.
9715
9716 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
9717
9718 * printing.el: Require lpr and ps-print when loading printing package.
9719 Reported by Glenn Morris <rgm@gnu.org>.
9720
9721 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
9722
9723 * files.el (set-auto-mode): Handle also remote files wrt
9724 `auto-mode-alist'.
9725
9726 2007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
9727
9728 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
9729 curves and plotting.
9730
9731 * calc/calc-nlfit.el: New file.
9732
9733 2007-08-04 Glenn Morris <rgm@gnu.org>
9734
9735 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
9736 zero, not nil, when the library is first loaded. Check for a file
9737 that has been modified on disk.
9738
9739 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
9740 Remove duplicate defvar preventing initialization.
9741 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
9742
9743 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
9744
9745 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
9746 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
9747 may match up to 4 lines.
9748 (diff-beginning-of-file-and-junk): Rewrite.
9749
9750 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9751
9752 * printing.el: Evaluate require only during compilation.
9753 (pr-version): New version 6.9.1.
9754 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
9755 (pr-global-menubar): Fix code.
9756
9757 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
9758
9759 * term.el (term-erase-in-display): Fix case when point is not at
9760 the beginning of the line.
9761
9762 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
9763
9764 * calc/calc-ext.el (math-get-value, math-get-sdev)
9765 (math-contains-sdev): New functions.
9766
9767 * calc/calc-graph.el (calc-graph-format-data)
9768 (calc-graph-add-curve): Check for error forms.
9769 (calc-graph-set-styles): Add option for error forms.
9770
9771 2007-08-03 Miles Bader <miles@gnu.org>
9772
9773 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
9774 backend names for new backends to `Git', `Hg', and `Bzr'.
9775 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
9776 not `HG'.
9777 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
9778 name, not `GIT'.
9779 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
9780 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
9781
9782 2007-08-03 Richard Stallman <rms@gnu.org>
9783
9784 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
9785 to update deleted flag.
9786
9787 * cus-edit.el (customize-apropos, customize-apropos-options)
9788 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
9789
9790 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
9791
9792 * startup.el (fancy-splash-head, startup-echo-area-message):
9793 Change message text.
9794
9795 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
9796 All callers use line-move.
9797
9798 * progmodes/compile.el (compilation-find-buffer): Return current
9799 buffer immediately if suitable.
9800 (compile, compilation-buffer-name, compilation-start): Doc fixes.
9801
9802 2007-08-03 Daiki Ueno <ueno@unixuser.org>
9803
9804 * faces.el (face-normalize-spec): New function.
9805 (frame-set-background-mode): Normalize face-spec before calling
9806 face-spec-match-p.
9807
9808 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
9809
9810 * server.el (server-window): Add switch-to-buffer-other-frame option.
9811
9812 2007-08-03 Glenn Morris <rgm@gnu.org>
9813
9814 * cus-edit.el (customize-apropos): Make the error message indicate
9815 what kind of thing the user was trying to customize.
9816
9817 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
9818
9819 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
9820 Fix off-by-one error in previous change.
9821
9822 2007-08-03 Drew Adams <drew.adams@oracle.com>
9823
9824 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
9825 Make buffer writable.
9826
9827 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
9828
9829 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
9830 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
9831 Use native Emacs functions, when appropriate.
9832
9833 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
9834 Stefan Monnier <monnier@iro.umontreal.ca>
9835
9836 * vc.el: Document new VC operation `extra-menu'.
9837
9838 * vc-hooks.el (vc-default-extra-menu): New function.
9839
9840 * menu-bar.el (menu-bar-vc-filter): New function.
9841 (menu-bar-tools-menu): Use it as a filter.
9842
9843 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
9844
9845 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
9846
9847 2007-08-01 Glenn Morris <rgm@gnu.org>
9848
9849 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
9850 strings.
9851 (fortran-tab-mode-default): Remove needless autoload.
9852 (fortran-tab-mode-string): Add help-echo and mouse properties, and
9853 mark as risky.
9854 (fortran-line-length): New buffer-local variable, safe if integer.
9855 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
9856 Change from variables to constants.
9857 (fortran-font-lock-syntactic-keywords): Delete as a variable,
9858 replace with a new function definition.
9859 (fortran-mode): Use fortran-line-length, and
9860 fortran-font-lock-syntactic-keywords as a function. Add a
9861 hack-local-variables-hook function.
9862 (fortran-line-length, fortran-hack-local-variables): New functions.
9863 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
9864 Use fortran-line-length rather than 72.
9865 (fortran-window-create-momentarily): Doc fix.
9866
9867 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
9868
9869 * cus-edit.el (custom-group-value-create, custom-goto-parent):
9870 Fix parent groups link.
9871
9872 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
9873
9874 * progmodes/python.el (python-current-defun): Adjust to never fall
9875 into infinite loop.
9876
9877 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
9878
9879 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
9880
9881 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
9882
9883 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
9884 (copyright-fix-years, copyright): Correctly handle the case where
9885 copyright-limit is nil.
9886
9887 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
9888
9889 * progmodes/python.el (run-python): Fix path separator under w32.
9890
9891 2007-07-30 Richard Stallman <rms@gnu.org>
9892
9893 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
9894 Treat non-break space as whitespace in Lisp.
9895
9896 2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
9897
9898 * vc.el (vc-dired-hook): Use inhibit-read-only.
9899
9900 * progmodes/compile.el (compilation-forget-errors):
9901 Reset compilation-auto-jump-to-next.
9902
9903 2007-07-30 Michael Olson <mwolson@gnu.org>
9904
9905 * cus-edit.el (custom-group-save): Fix void function definition
9906 error. Thanks to Zhang Wei for the report.
9907
9908 * ps-print.el: Check in trivial changes to the autoloads section
9909 caused by the build process. These autoloads really ought to be
9910 placed in a separate file, methinks.
9911
9912 2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
9913
9914 * calendar/calendar.el (calendar-mode): Make sure
9915 displayed-(month|year) are set.
9916 (calendar-basic-setup): Display buffer before adjusting window sizes.
9917 (generate-calendar-window): Use inhibit-read-only. Simplify.
9918 Generate buffer and set displayed-month and displayed-year before
9919 calling update-calendar-mode-line.
9920
9921 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
9922
9923 * net/tramp.el:
9924 * net/tramp-uu.el:
9925 * net/trampver.el: Use utf-8 encoding with coding cookie.
9926
9927 * net/tramp-cache.el:
9928 * net/tramp-fish.el:
9929 * net/tramp-ftp.el:
9930 * net/tramp-gw.el:
9931 * net/tramp-smb.el: Remove coding cookie.
9932
9933 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
9934 Flush buffer file-name's file property.
9935 (tramp-handle-file-remote-p): The first parameter is FILENAME.
9936
9937 * net/trampver.el: Update release number.
9938
9939 2007-07-29 Juri Linkov <juri@jurta.org>
9940
9941 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
9942 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
9943 when major-mode is not dired-mode.
9944 (dired-toggle-read-only): New function.
9945 (dired-recursive-deletes): Remove obsolete comments about old
9946 default value.
9947 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
9948
9949 * wdired.el (wdired-exit): New function.
9950 (wdired-mode-map): Bind C-x C-q to wdired-exit.
9951
9952 2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
9953
9954 * cus-edit.el (customize-read-group): New fun.
9955 (customize-group-other-window, customize-face-other-window):
9956 Prompt before delegating to customize-(group|face).
9957 Bind pop-up-windows rather than use the other-window argument.
9958 (customize-group, customize-face): Prompt from the interactive spec.
9959 Remove args `prompt-for-group' and `other-window'.
9960
9961 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
9962 (ad-body-forms, ad-advised-interactive-form): Revert this part of
9963 last change.
9964
9965 2007-07-28 Masatake YAMATO <jet@gyve.org>
9966
9967 * vc.el (vc-dired-mode): Add a menu for VC related operation.
9968 Use backend name as the menu label. Suggested by David Kastrup.
9969
9970 2007-07-28 Alan Mackenzie <acm@muc.de>
9971
9972 Fix problem with modes derived from CC Mode:
9973 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
9974 macro to cc-langs.
9975 (c-init-language-vars-for): Remove call to above macro.
9976 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
9977 been moved to here.
9978 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
9979
9980 2007-07-28 Eli Zaretskii <eliz@gnu.org>
9981
9982 * net/trampver.el: Fix the `coding' cookie.
9983
9984 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
9985
9986 * vc-git.el (vc-git-print-log): Support both the old single file
9987 interface and the new one.
9988
9989 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
9990
9991 * bindings.el (mode-line-remote): Use updated %@ construct.
9992
9993 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
9994
9995 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
9996 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
9997 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
9998 (diary-list-bahai-entries, diary-bahai-mark-entries)
9999 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
10000 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
10001 New names to clean up namespace.
10002 (list-bahai-diary-entries, mark-bahai-diary-entries)
10003 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
10004 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
10005 Add compatibility aliases.
10006
10007 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
10008
10009 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
10010 (calendar-scroll-left-three-months)
10011 (calendar-scroll-right-three-months): Clean up namespace.
10012 (scroll-calendar-left, scroll-calendar-right)
10013 (scroll-calendar-left-three-months)
10014 (scroll-calendar-right-three-months): Add compatibility aliases.
10015
10016 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
10017 Behave like mouse-scroll-calendar-* when used from the mouse.
10018
10019 * calendar/cal-menu.el (cal-menu-scroll-menu)
10020 (cal-menu-global-mouse-menu):
10021 * calendar/calendar.el (calendar-mode-map):
10022 Use new calendar-scroll-* names.
10023 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
10024 Remove. Use calendar-scroll-* directly instead.
10025
10026 2007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
10027
10028 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
10029 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
10030 (ad-make-advised-definition, ad-cache-id-verification-code):
10031 Use commandp and interactive-form instead.
10032
10033 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
10034
10035 * vc-git.el: Relicense to GPLv3 or later.
10036 (vc-directory-exclusion-list, vc-handled-backends): Remove.
10037
10038 * vc-hooks.el (vc-handled-backends): Add GIT.
10039
10040 * vc.el (vc-directory-exclusion-list): Add .git.
10041
10042 2007-07-26 Alexandre Julliard <julliard@winehq.org>
10043
10044 * vc-git.el (vc-git-revision-table)
10045 (vc-git-revision-completion-table): New functions.
10046
10047 2007-07-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10048
10049 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
10050 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
10051 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
10052 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
10053 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
10054 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
10055 New command actions for EPS header and EPS footer.
10056
10057 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
10058 footer. Fix some problems with one-or-more, zero-or-more and
10059 alternative constructions generation. Some log messages
10060 implementation. Doc fix.
10061 (ebnf-version): New version 4.4.
10062 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
10063 (ebnf-eps-footer, ebnf-log): New options.
10064 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
10065 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
10066 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
10067 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
10068 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
10069 (ebnf-style-custom-list, ebnf-style-database): Put new values.
10070 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
10071 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
10072 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
10073 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
10074 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
10075 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
10076 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
10077 (ebnf-non-terminal-dimension, ebnf-special-dimension)
10078 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
10079 (ebnf-except-dimension, ebnf-alternative-dimension)
10080 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
10081 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
10082 message fun.
10083 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
10084 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
10085 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
10086 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
10087 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
10088 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
10089 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
10090 compatibility with Emacs 20 & 21.
10091 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
10092 (ebnf-eps-file-alist, ebnf-basic-width-extra)
10093 (ebnf-basic-empty-height): New vars.
10094 (ebnf-prologue): Fix PostScript code.
10095 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
10096 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
10097 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
10098 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
10099
10100 2007-07-25 Glenn Morris <rgm@gnu.org>
10101
10102 * Relicense all FSF files to GPLv3 or later.
10103
10104 * COPYING: Switch to GPLv3.
10105
10106 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
10107
10108 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
10109 Replace it with another one which disables undo before calling
10110 erase-buffer and then turns it back on if needed.
10111
10112 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
10113
10114 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
10115
10116 2007-07-24 Glenn Morris <rgm@gnu.org>
10117
10118 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
10119 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
10120 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
10121 (cal-tex-cursor-week, cal-tex-cursor-week2)
10122 (cal-tex-cursor-week-iso, cal-tex-week-hours)
10123 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
10124 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10125 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
10126
10127 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
10128
10129 * calendar/calendar.el (calendar-mode-map): Move initialization
10130 into declaration. Add menu bindings (used to be done in cal-menu).
10131 (calendar-mode): Don't add an activate-menubar-hook.
10132
10133 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
10134 modify calendar-mode-map), use easy-menu, and make sure that C-h k
10135 can be used on the menu entries.
10136 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
10137 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
10138 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
10139 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
10140 (calendar-flatten, cal-menu-update): Remove.
10141 (calendar-mouse-insert-hebrew-diary-entry)
10142 (calendar-mouse-insert-islamic-diary-entry)
10143 (calendar-mouse-insert-bahai-diary-entry):
10144 Remove (fold into cal-menu-diary-menu).
10145 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
10146 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
10147 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
10148 (calendar-mouse-view-diary-entries): Minor simplifications.
10149 (calendar-event-to-date): Use with-current-buffer.
10150
10151 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
10152
10153 * add-log.el (change-log-redate): Remove (not needed anymore and
10154 doesn't appear to work).
10155
10156 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
10157
10158 * frame.el: Use mapc and dolist instead of mapcar where possible.
10159 (close-display-connection): New command.
10160
10161 2007-07-25 Alexandre Julliard <julliard@winehq.org>
10162
10163 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
10164 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
10165
10166 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10167
10168 * ps-print.el (ps-multibyte-buffer): Docstring fix.
10169
10170 * ps-mule.el: Doc fix.
10171 (ps-multibyte-buffer, ps-mule-font-info-database-default)
10172 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
10173
10174 2007-07-25 Glenn Morris <rgm@gnu.org>
10175
10176 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
10177 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
10178 (cal-tex-daily-end, cal-tex-hook)
10179 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
10180 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
10181 (cal-tex-cursor-week-iso, cal-tex-week-hours)
10182 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
10183 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
10184 (cal-tex-day-prefix, cal-tex-day-name-format)
10185 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
10186 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
10187 (cal-tex-LaTeX-subst-list): Change from variables to constants.
10188 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
10189 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
10190 etc, rather than \bf.
10191 (cal-tex-mini-calendar): Fix typos in previous change.
10192 (cal-tex-latexify-list): Remove inner let binding.
10193 (cal-tex-end-document, cal-tex-banner): Use multi-line
10194 cal-tex-comment.
10195 (cal-tex-comment): Handle embedded newlines.
10196 (cal-tex-LaTeXify-string): Use substring-no-properties.
10197
10198 2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
10199
10200 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10201 Add support for the Maden build tool.
10202
10203 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
10204
10205 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
10206
10207 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
10208
10209 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
10210
10211 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
10212
10213 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
10214 C-x C-q.
10215
10216 * vc-git.el (vc-git-print-log): Fix previous change.
10217
10218 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
10219
10220 * window.el (save-selected-window): Minor optimization.
10221 (bw-adjust-window): If operation failed, try with a smaller delta.
10222 (window-fixed-size-p): New function.
10223 (window-area-factor): New var.
10224 (balance-windows-area): New command.
10225
10226 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
10227 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
10228 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
10229 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
10230 (ps-mule-begin-job): Use dolist.
10231
10232 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
10233
10234 * subr.el (start-file-process-shell-command)
10235 (process-file-shell-command): New defuns.
10236
10237 * progmodes/compile.el (compilation-start):
10238 Apply `start-file-process-shell-command'.
10239
10240 2007-07-24 Alexandre Julliard <julliard@winehq.org>
10241
10242 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
10243
10244 2007-07-24 Alan Mackenzie <acm@muc.de>
10245
10246 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
10247 Initialise byte-compile-unresolved-functions before rather than
10248 after a compilation.
10249 (byte-compile-unresolved-functions): Amplify doc string.
10250
10251 2007-07-24 Glenn Morris <rgm@gnu.org>
10252
10253 * startup.el (normal-splash-screen): Use `emacs-copyright'.
10254
10255 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
10256 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
10257 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
10258 (cal-tex-cursor-week, cal-tex-cursor-week2)
10259 (cal-tex-cursor-week-iso, cal-tex-week-hours)
10260 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
10261 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10262 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
10263
10264 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
10265 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
10266 (cal-tex-day-name-format, cal-tex-cal-one-month)
10267 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
10268 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
10269 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
10270 (cal-tex-list-holidays, cal-tex-cursor-year)
10271 (cal-tex-cursor-year-landscape, cal-tex-year)
10272 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
10273 (cal-tex-cursor-month, cal-tex-insert-days)
10274 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
10275 (cal-tex-first-blank-p, cal-tex-cursor-week)
10276 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
10277 (cal-tex-week-hours, cal-tex-cursor-week-monday)
10278 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
10279 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
10280 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
10281 (cal-tex-latexify-list, cal-tex-previous-month)
10282 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
10283 modernization, including using dotimes rather than
10284 calendar-for-loop.
10285 (cal-tex-LaTeX-subst-list): Remove `@'.
10286 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
10287 Use \textit and \textbf rather than \em and \it.
10288
10289 * calendar/cal-bahai.el (list-bahai-diary-entries)
10290 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
10291 * calendar/cal-islam.el (list-islamic-diary-entries)
10292 * calendar/calendar.el (generate-calendar, generate-calendar-month)
10293 * calendar/diary-lib.el (diary-list-entries)
10294 (mark-calendar-date-pattern): Use `dotimes' rather than
10295 `calendar-for-loop'.
10296
10297 * calendar/calendar.el (calendar-for-loop): Doc fix.
10298
10299 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
10300
10301 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
10302 underlying file is uptodate.
10303
10304 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
10305
10306 * replace.el (perform-replace): Use isearch-no-upper-case-p.
10307
10308 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
10309
10310 * vc-hooks.el (vc-mode-line-map): New const.
10311 (vc-mode-line): Use it.
10312
10313 2007-07-23 Alexandre Julliard <julliard@winehq.org>
10314
10315 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
10316 (vc-git-unregister): New functions.
10317 (vc-git-find-version): Use the result of ls-files as a parameter
10318 for cat-file.
10319
10320 2007-07-23 Michael Albinus <michael.albinus@gmx.de>
10321
10322 * net/tramp.el (tramp-perl-file-attributes)
10323 (tramp-perl-directory-files-and-attributes)
10324 (tramp-handle-file-attributes-with-stat)
10325 (tramp-handle-directory-files-and-attributes-with-stat)
10326 (tramp-convert-file-attributes): Handle huge file sizes.
10327
10328 2007-07-23 Juri Linkov <juri@jurta.org>
10329
10330 * isearch.el (isearch-message-function): New variable.
10331 (isearch-update, isearch-search): Use it.
10332
10333 * simple.el (goto-history-element): New function created from
10334 next-history-element.
10335 (next-history-element): Most code moved to goto-history-element.
10336 Call goto-history-element with (- minibuffer-history-position n).
10337 (previous-history-element): Call goto-history-element with (+
10338 minibuffer-history-position n).
10339 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
10340 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
10341 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
10342 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
10343 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
10344 (minibuffer-history-isearch-pop-state): New functions.
10345
10346 2007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
10347
10348 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
10349 Also, if FILE is a list, return non-nil if any of its elements
10350 should stay local. Update docstring.
10351
10352 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
10353
10354 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
10355 change by reverting a small part.
10356
10357 2007-07-23 Richard Stallman <rms@gnu.org>
10358
10359 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
10360
10361 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
10362
10363 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
10364 handling it. Use vc-git-command.
10365 (vc-git-find-version, vc-git-diff-tree): New functions.
10366 (vc-git-revert): Use vc-git-command.
10367 (vc-git--run-command): Delete.
10368
10369 2007-07-23 Alexandre Julliard <julliard@winehq.org>
10370
10371 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
10372
10373 2007-07-20 Kenichi Handa <handa@m17n.org>
10374
10375 * international/utf-8.el (utf-8-post-read-conversion):
10376 Temporarily bind utf-8-compose-scripts to nil while running
10377 *-compose-region functions.
10378
10379 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
10380
10381 * vc-git.el: Update status.
10382 (vc-directory-exclusion-list): Use eval-after-load.
10383
10384 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
10385
10386 * bindings.el (mode-line-remote): New variable.
10387 (help-echo): Add to default values of mode-line-format.
10388
10389 * files.el: Mark mode-line-remote as risky.
10390
10391 2007-07-22 Juri Linkov <juri@jurta.org>
10392
10393 * isearch.el (isearch-edit-string): Save old point and
10394 isearch-other-end to old-point and old-other-end before reading
10395 the search string from minibuffer. After exiting minibuffer set
10396 point to old-other-end if point and the search direction is the
10397 same as before reading the search string.
10398 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
10399 to isearch-other-end. Instead of isearch-search-and-update call
10400 three functions isearch-search, isearch-push-state and isearch-update.
10401
10402 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10403
10404 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
10405 deal with multiple file arguments.
10406 (vc-git-print-log): Deal with multiple file arguments.
10407
10408 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
10409
10410 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
10411 diff-refine-hunk. Adjust users.
10412 (diff-unified-hunk-p, diff-splittable-p): New functions.
10413 (diff-mode-menu): Use it to disable Split when it doesn't work.
10414
10415 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10416
10417 * diff-mode.el (diff-mode-menu): New entries.
10418
10419 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
10420
10421 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
10422 if applicable, so as to save undo-log space.
10423
10424 * diff-mode.el (diff-find-file-name): Add arg `batch'.
10425
10426 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
10427 (diff-file-kill): Use it.
10428 (diff-beginning-of-hunk): Add arg `try-harder' using it.
10429 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
10430 Use it so they find the hunk even when we're in the file header.
10431
10432 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10433
10434 * vc-git.el (vc-git-revision-granularity, vc-git-root)
10435 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
10436 (vc-git-create-repo): New functions.
10437 (vc-git-registered): New autoloaded function definition.
10438 (vc-git-registered): Use vc-git-root.
10439 (vc-git-responsible-p): New defalias.
10440 (vc-git-annotate-extract-revision-at-line): Uncomment.
10441 (vc-git-print-log): Add the file name to the log.
10442 (vc-git-log-view-mode): New derived mode.
10443 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
10444
10445 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
10446
10447 * progmodes/grep.el (grep-compute-defaults): Keep default values.
10448
10449 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
10450
10451 * textmodes/reftex.el (reftex-access-parse-file): Create parse
10452 file in a way that does not interfere with recentf mode.
10453 (reftex-access-parse-file): Do not risk destroying an existing
10454 buffer.
10455
10456 2007-07-22 Alexandre Julliard <julliard@winehq.org>
10457
10458 * vc-git.el: New file.
10459
10460 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
10461
10462 * textmodes/tex-mode.el (tex-font-script-display): Change default.
10463
10464 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10465
10466 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
10467 for branches and new files.
10468
10469 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
10470 local-map handling ...
10471 (vc-mode-line): ... here. Improve handling of help-echo.
10472
10473 * vc.el (mode-line-string): Document help-echo usage.
10474
10475 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
10476
10477 Sync with Tramp 2.1.10.
10478
10479 * net/tramp.el (tramp-get-ls-command): Fix typo.
10480
10481 * net/trampver.el: Update release number.
10482
10483 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10484
10485 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
10486
10487 * term/x-win.el (x-handle-no-bitmap-icon): New function.
10488
10489 2007-07-22 Martin Rudalics <rudalics@gmx.at>
10490
10491 * add-log.el (change-log-fill-parenthesized-list): New function.
10492 (change-log-indent): Call change-log-fill-parenthesized-list.
10493 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
10494 Have lines with leading asterisk start a paragraph.
10495
10496 2007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
10497
10498 * calc/calc-math.el (math-emacs-precision)
10499 (math-largest-emacs-expt, math-smallest-emacs-expt):
10500 New variables.
10501 (math-use-emacs-fn): New function.
10502 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
10503 appropriate.
10504
10505 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
10506
10507 * image-dired.el (image-dired-sane-db-file): New func.
10508 (image-dired-write-tags, image-dired-remove-tag)
10509 (image-dired-list-tags, image-dired-write-comments)
10510 (image-dired-get-comment, image-dired-mark-tagged-files)
10511 (image-dired-create-gallery-lists): Call new func.
10512 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
10513
10514 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
10515
10516 * vc-hg.el (vc-hg-dir-state): Fix loop.
10517 (vc-hg-print-log): Fix expected return value for vc-hg-command.
10518 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
10519 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
10520 (vc-hg-revert): Likewise.
10521 (vc-hg-revision-table, vc-hg-revision-completion-table): New
10522 functions.
10523
10524 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
10525
10526 * add-log.el (change-log-resolve-conflict): Don't lose data if the
10527 merge fails.
10528
10529 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
10530
10531 * progmodes/compile.el (compilation-auto-jump-to-first-error):
10532 Add group and version.
10533
10534 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
10535
10536 * add-log.el (add-log-file-name): Use file-relative-name.
10537 (add-change-log-entry): Delay reading
10538 add-log-(full-name|mailing-address) to after we've switched to the
10539 ChangeLog buffer so we get the right value.
10540 (add-change-log-entry, add-log-current-defun, change-log-merge):
10541 Use derived-mode-p rather than checking major-mode directly.
10542
10543 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
10544 name for buffer-file-name if it refers to a directory.
10545
10546 * vc-arch.el (vc-arch-diff): Fix last change.
10547
10548 * progmodes/compile.el (compilation-start): Remember the original
10549 directory in a buffer-local compilation-directory.
10550 (compile): Set the global value of compilation-directory.
10551 (recompile): Use compilation-directory even in the compilation buffer.
10552
10553 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
10554
10555 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
10556
10557 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10558
10559 * ps-print.el: Problem with foreground and background color when
10560 printing a buffer with and without faces. Reported by Christian
10561 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
10562 (ps-print-version): New version 6.7.5.
10563 (ps-default-fg): Change default value to nil, so black color is used
10564 when a face does not specify a foreground color.
10565 (ps-default-bg): Change default value to nil, so white color is used
10566 for background color.
10567 (ps-begin-job): Fix code.
10568
10569 2007-07-20 Eli Zaretskii <eliz@gnu.org>
10570
10571 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
10572 in $(INSTALL_DIR)/lisp/ if they already exist.
10573
10574 2007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
10575
10576 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
10577 in $(INSTALL_DIR)/lisp/ if they already exist.
10578
10579 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
10580
10581 * progmodes/vera-mode.el (vera-re-search-forward)
10582 (vera-re-search-backward): Remove use of store-match-data.
10583 (vera-mode-map): Move initialization into declaration.
10584
10585 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
10586 (flymake-find-buildfile): Use locate-dominating-file.
10587
10588 * vc.el (vc-delistify): Use mapconcat.
10589 (vc-do-command): Minor simplification.
10590 (vc-expand-dirs): Use push.
10591
10592 * vc-mcvs.el (vc-mcvs-create-repo):
10593 * vc-cvs.el (vc-cvs-create-repo): Remove.
10594
10595 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
10596 directory and the root as well.
10597
10598 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
10599
10600 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
10601 instead of a file.
10602
10603 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
10604 (vc-hg-registered): Replace if with when.
10605 (vc-hg-state): Deal with nonexistent files and handle removed files.
10606 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
10607 (vc-hg-checkout): Re-enable.
10608 (vc-hg-create-repo): Fix typos.
10609 (vc-hg-print-log): Fix for multiple files.
10610 (vc-hg-workfile-unchanged-p): New function.
10611
10612 * vc.el: Fix typo.
10613 (vc-print-log): Fix call to print-log.
10614 (vc-default-comment-history): Likewise.
10615 (vc-directory-exclusion-list): Add .hg and .bzr.
10616 (vc-diff-internal): Pass a list instead of a file.
10617
10618 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
10619
10620 * vc-bzr.el (vc-bzr-create-repo): New function.
10621
10622 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
10623
10624 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
10625 `file' from which to start the search.
10626
10627 2007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
10628
10629 * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
10630 having a single file argument to having a list of files as the
10631 first argument.
10632
10633 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
10634
10635 * files.el (locate-dominating-file): New function.
10636
10637 2007-07-18 Michael Albinus <michael.albinus@gmx.de>
10638
10639 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
10640 (grep-compute-defaults): Use it.
10641
10642 2007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
10643
10644 * uniquify.el: Docstring fixes.
10645
10646 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
10647
10648 * vc.el (revision-granularity, create-repo): Document new vc
10649 backend properties.
10650 (vc-rollback): Renamed from vc-cancel-version. Update references.
10651 Pass a list instead of a file.
10652 (vc-revert): Renamed from vc-revert-buffer. Update references.
10653 (vc-delistify, vc-expand-dirs): New functions.
10654 (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
10655 of files instead of a single file.
10656 (vc-position-context, vc-resync-window, vc-diff-internal)
10657 (vc-print-log): Pass a list instead of a file.
10658
10659 * vc-hooks.el (vc-stay-local-p, vc-backend)
10660 (vc-backend-subdirectory-name): Work on a file list, not a single
10661 file.
10662 (vc-workfile-version): Update docstring.
10663 (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
10664 vc-revert instead of vc-revert-buffer.
10665 (vc-prefix-map): Likewise. Bind vc-update.
10666
10667 * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
10668 (vc-svn-wash-log): New functions.
10669 (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
10670 (vc-svn-command): Deal with a list of files, not a single file.
10671
10672 * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
10673 (vc-rcs-wash-log): New functions.
10674 (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
10675 Deal with a list of files, not a single file.
10676 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
10677
10678 * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
10679 functions.
10680 (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
10681 list of files, not a single file.
10682
10683 * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
10684 New functions.
10685 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
10686 (vc-mcvs-diff): Deal with a list of files, not a single file.
10687
10688 * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
10689 functions.
10690 (vc-hg-print-log): Deal with a list of files, not a single file.
10691 (vc-hg-diff-tree): New function, replace defalias with the same
10692 name.
10693 (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
10694 FILES to denote that it is a file list, not a single file.
10695
10696 * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
10697 (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
10698 a single file.
10699 (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
10700 that it is a file list, not a single file.
10701 (vc-cvs-diff): Likewise. Simplify.
10702
10703 * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
10704 Deal with a list of files, not a single file.
10705
10706 * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
10707 (vc-bzr-print-log): Update FILE parameter name to denote that it
10708 is a file list, not a single file.
10709 (vc-bzr-diff): Likewise. Use the car of files.
10710
10711 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
10712
10713 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
10714 (follow-delete-other-windows-and-split, follow-recenter)
10715 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
10716 (follow-redisplay, follow-estimate-first-window-start)
10717 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
10718 Fix typos in docstrings.
10719
10720 2007-07-18 Martin Rudalics <rudalics@gmx.at>
10721
10722 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
10723 avoid that filling introduces lines with a single asterisk.
10724
10725 * kmacro.el (kmacro-end-macro): When ignoring empty macro
10726 avoid incorrect kmacro-ring-empty-p messages.
10727 Reported by Michael Schierl <schierlm@gmx.de>.
10728
10729 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
10730
10731 * vc.el: Add more info about the vc-registered function.
10732
10733 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
10734
10735 * files.el (file-remote-p): Introduce optional parameter
10736 IDENTIFICATION.
10737
10738 * recentf.el (recentf-keep-default-predicate): Adapt call of
10739 `file-remote-p'.
10740
10741 * progmodes/grep.el (grep-probe): Use `process-file'.
10742 (grep-compute-defaults): Handle variables host specific.
10743
10744 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
10745 parameter IDENTIFICATION.
10746
10747 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
10748 parameter IDENTIFICATION.
10749 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
10750 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
10751 Add entry for `set-file-times'.
10752 (tramp-do-copy-or-rename-file-via-buffer)
10753 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
10754 (tramp-handle-unhandled-file-name-directory): Rewrite.
10755 (tramp-convert-file-attributes): Add error handling when inode is
10756 extraordinary big.
10757 (tramp-get-inode): Change parameter from FILE to VEC.
10758 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
10759 is nil. This is according to the specification. Goto (point-max)
10760 when ready.
10761 (tramp-handle-shell-command): Rewrite completely, using
10762 `process-file' and `start-file-process'.
10763 (tramp-methods, tramp-find-shell)
10764 (tramp-open-connection-setup-interactive-shell)
10765 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
10766 var. Reported by Steve Youngs <steve@sxemacs.org>.
10767
10768 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
10769 entry for `set-file-times'. Rename `start-process' into
10770 `start-file-process'. Remove `call-process' entry.
10771 (tramp-fish-handle-set-file-times): New defun.
10772 (tramp-fish-handle-executable-find): Use `process-file'.
10773 (tramp-fish-handle-process-file): New defun. Replaces
10774 `tramp-fish-handle-call-process'.
10775 (tramp-fish-do-copy-or-rename-file-directly): Use
10776 `set-file-times'.
10777 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
10778
10779 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
10780 `tramp-get-inode' parameter.
10781
10782 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
10783
10784 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
10785 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
10786 nowadays, and by the time Emacs-23 comes out, nobody will even remember
10787 it has ever existed.
10788
10789 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
10790
10791 * vc.el: Undo previous change.
10792
10793 2007-07-16 Eli Zaretskii <eliz@gnu.org>
10794
10795 * makefile.w32-in (clean): Don't delete *~.
10796
10797 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
10798
10799 * textmodes/tex-mode.el (tex-verbatim-environments):
10800 Add safe-local-variable property.
10801 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
10802 when starting font-lock rather than when loading tex-mode.el.
10803
10804 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
10805 whole $( rather than just the $. Rename from sh-quoted-subshell.
10806 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
10807
10808 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
10809
10810 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
10811 bookmark-alist. Instead, if not sorting, simply return it.
10812 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
10813 for its return value, not for its side effect.
10814
10815 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
10816 case of alignment under a constant symbol, find and consider
10817 the sexp actually at indentation to be the "last sexp".
10818
10819 2007-07-16 Drew Adams <drew.adams@oracle.com>
10820
10821 * mouse.el (mouse-yank-secondary): Better error message if no
10822 secondary selection.
10823
10824 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
10825
10826 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
10827
10828 * term/xterm.el (xterm-turn-on-modify-other-keys)
10829 (xterm-turn-off-modify-other-keys): New functions.
10830 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
10831 terminal supports it.
10832
10833 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
10834
10835 * bookmark.el (bookmark-show-all-annotations):
10836 Make sure each inserted annotation ends with newline.
10837
10838 2007-07-15 Richard Stallman <rms@gnu.org>
10839
10840 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
10841
10842 * tutorial.el (tutorial--find-changed-keys):
10843 Handle C-x specially like ESC.
10844
10845 2007-07-15 Aaron Hawley <aaronh@garden.org>
10846
10847 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
10848
10849 2007-07-15 Juri Linkov <juri@jurta.org>
10850
10851 * delsel.el (delete-selection-pre-hook):
10852 * emulation/cua-base.el (cua-paste): Before a yank command,
10853 check also whether last-command is one of mouse-save-then-kill,
10854 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
10855
10856 2007-07-15 Michael Albinus <michael.albinus@gmx.de>
10857
10858 * recentf.el (recentf-keep-default-predicate): New defun.
10859 (recentf-keep): Use it as initial value.
10860
10861 2007-07-15 Karl Fogel <kfogel@red-bean.com>
10862
10863 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
10864 thus restoring bookmark bindings to three slots under C-x r. See
10865 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
10866
10867 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
10868
10869 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
10870
10871 2007-07-15 Jason Rumney <jasonr@gnu.org>
10872
10873 * w32-fns.el (set-default-process-coding-system): Use dos line ends
10874 for input to cmdproxy on all versions of Windows.
10875 Use dos line ends for input to plink.
10876
10877 * comint.el (comint-simple-send): Concat newline before sending.
10878 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
10879
10880 2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
10881
10882 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
10883 safe-local-variable setting.
10884
10885 2007-07-14 David Kastrup <dak@gnu.org>
10886
10887 * emacs-lisp/advice.el (defadvice): Doc fix.
10888
10889 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
10890
10891 * subr.el (when, unless): Doc fix.
10892
10893 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
10894
10895 * replace.el (match): Use yellow1 instead of yellow.
10896
10897 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
10898 red.
10899
10900 * pcvs-info.el (cvs-unknown): Likewise.
10901
10902 2007-07-13 Eli Zaretskii <eliz@gnu.org>
10903
10904 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
10905 (install): Use them to copy all *.el files before *.elc.
10906
10907 2007-07-13 Drew Adams <drew.adams@oracle.com>
10908
10909 * bookmark.el (bookmark-jump-other-window): New function.
10910 (bookmark-map): Bind it to "o".
10911
10912 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
10913 and its thread contains discussion about this change.
10914 The original patch was slightly tweaked by Karl Fogel
10915 <kfogel@red-bean.com> before committing.
10916
10917 2007-07-13 Karl Fogel <kfogel@red-bean.com>
10918
10919 * bookmark.el: Shorten some comments to fit within 80 lines.
10920
10921 2007-07-13 Karl Fogel <kfogel@red-bean.com>
10922
10923 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
10924 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
10925 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
10926 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
10927
10928 2007-07-13 Carsten Dominik <dominik@science.uva.nl>
10929
10930 * textmodes/org.el: Bug fixes.
10931 (org-end-of-line): Move to end of line if in headline without tags.
10932
10933 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
10934
10935 * vc-hooks.el: Remove spurious * in docstrings.
10936 (vc-handled-backends): Add BZR.
10937
10938 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
10939
10940 2007-07-12 Davis Herring <herring@lanl.gov>
10941
10942 * desktop.el (desktop-buffer-info, desktop-save):
10943 Use `desktop-dirname' instead of `dirname'.
10944
10945 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
10946
10947 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
10948
10949 * progmodes/python.el (python-which-func-length-limit): New var.
10950 (python-which-func): New function.
10951 (python-current-defun): Add optional `length-limit' and try to fit
10952 computed function name to that length.
10953 (python-mode): Hook `python-which-func' up.
10954
10955 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
10956
10957 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
10958
10959 * comint.el (comint-dynamic-complete-as-filename):
10960 Use read-file-name-completion-ignore-case.
10961
10962 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
10963
10964 * comint.el (comint-dynamic-list-filename-completions):
10965 Use read-file-name-completion-ignore-case.
10966
10967 * vc-cvs.el: Require CL.
10968 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
10969 New functions to provide completion of revision names.
10970
10971 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
10972 (vc-cvs-annotate-first-line-re): New const.
10973 (vc-cvs-annotate-process-filter): New fun.
10974 (vc-cvs-annotate-command): Use them and run the command asynchronously.
10975
10976 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
10977
10978 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
10979 (eldoc-print-current-symbol-info): Adjust for changed helper
10980 function signatures.
10981 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
10982 `eldoc-highlight-function-argument'.
10983 (eldoc-highlight-function-argument): New function.
10984 (eldoc-get-var-docstring): Format documentation with
10985 `font-lock-variable-name-face'.
10986 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
10987 where suited.
10988 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
10989 (eldoc-beginning-of-sexp): Return number of skipped sexps.
10990
10991 2007-07-11 Michael Albinus <michael.albinus@gmx.de>
10992
10993 * progmodes/compile.el (compilation-start): `start-process' must
10994 still be redefined when calling `start-process-shell-command'.
10995
10996 * progmodes/gud.el (gud-file-name): When `default-directory' is a
10997 remote file name, prepend its remote part to the filename.
10998 (gud-common-init): When `default-directory' is a remote file name,
10999 make the filename relative to it.
11000 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
11001
11002 2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
11003
11004 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
11005 mouse binding and a tooltip.
11006
11007 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
11008
11009 * menu-bar.el (vc-menu-map): New defalias.
11010
11011 2007-07-10 Richard Stallman <rms@gnu.org>
11012
11013 * emacs-lisp/lisp-mode.el (eval-defun):
11014 Explain special handling of `defface'.
11015
11016 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
11017
11018 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
11019
11020 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
11021
11022 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
11023
11024 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
11025
11026 * vc-arch.el (vc-arch-complete): Remove.
11027 (vc-arch-revision-completion-table): Use complete-with-action.
11028
11029 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
11030 (complete-with-action): New function.
11031 (dynamic-completion-table): Use it.
11032
11033 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
11034
11035 * comint.el (make-comint, make-comint-in-buffer)
11036 (comint-exec-1): Replace `start-process' by `start-file-process'.
11037
11038 * progmodes/compile.el (compilation-start): Revert redefining
11039 `start-process'.
11040
11041 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
11042
11043 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
11044 with EOLs when generating MD5 checksums.
11045
11046 * follow.el: Don't change the global map from the follow-mode-map
11047 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
11048 XEmacs code.
11049 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
11050 since `follow-mode' should be used instead for that.
11051
11052 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
11053 (easy-menu-do-define): Use it.
11054 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
11055
11056 * progmodes/compile.el (compilation-auto-jump-to-first-error)
11057 (compilation-auto-jump-to-next): New vars.
11058 (compilation-auto-jump): New function.
11059 (compilation-error-properties): Use them to jump to first error.
11060 (compilation-start): Set the var if requested.
11061
11062 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
11063 duplicates without also removing entries from other directories.
11064
11065 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
11066
11067 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
11068 Remember span as default.
11069 (org-columns-edit-value): Rename from `org-column-edit'.
11070 (org-columns-display-here-title): Rename from
11071 `org-overlay-columns-title'.
11072 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
11073 (org-columns-get-autowidth-alist): Rename from
11074 `org-get-columns-autowidth-alist'.
11075 (org-columns-display-here): Rename from `org-overlay-columns'.
11076 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
11077 (org-columns-quit): Rename from `org-column-quit'.
11078 (org-columns-show-value): Rename from `org-column-show-value'.
11079 (org-columns-content, org-columns-widen)
11080 (org-columns-next-allowed-value)
11081 (org-columns-edit-allowed, org-columns-store-format)
11082 (org-columns-uncompile-format, org-columns-redo)
11083 (org-columns-edit-attributes, org-delete-property)
11084 (org-set-property, org-columns-update)
11085 (org-columns-compute, org-columns-eval)
11086 (org-columns-not-in-agenda, org-columns-compute-all)
11087 (org-property-next-allowed-value)
11088 (org-columns-compile-format)
11089 (org-fill-paragraph-experimental)
11090 (org-string-to-number, org-property-action)
11091 (org-columns-move-left, org-columns-new)
11092 (org-column-number-to-string)
11093 (org-property-previous-allowed-value)
11094 (org-at-property-p, org-columns-delete)
11095 (org-columns-previous-allowed-value)
11096 (org-columns-move-right, org-columns-narrow)
11097 (org-property-get-allowed-values)
11098 (org-verify-version, org-column-string-to-number)
11099 (org-delete-property-globally): New functions.
11100 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
11101 (org-columns-overlays): Rename from `org-column-overlays'.
11102 (org-columns-map): Rename from `org-column-map'.
11103 (org-columns-current-maxwidths): Rename from
11104 `org-current-columns-maxwidths'.
11105 (org-columns-begin-marker, org-columns-current-fmt-compiled)
11106 (org-previous-header-line-format)
11107 (org-columns-inhibit-recalculation)
11108 (org-columns-top-level-marker): New variables.
11109 (org-columns-default-format): Rename from `org-default-columns-format'.
11110 (org-property-re): New constant.
11111
11112 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
11113
11114 * subr.el (looking-at-p, string-match-p): New functions.
11115
11116 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
11117
11118 * textmodes/tex-mode.el (tex-fontify-script)
11119 (tex-font-script-display): New variables to make display of
11120 superscripts and subscripts customizable.
11121 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
11122
11123 2007-07-09 Richard Stallman <rms@gnu.org>
11124
11125 * isearch.el (isearch-edit-string): Call to isearch-push-state
11126 after the search.
11127
11128 2007-07-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11129
11130 * window.el (fit-window-to-buffer): Remove setting of window-min-height
11131 to 1 as enlarge-window uses the value to resize/shrink windows other
11132 than WINDOW if needed.
11133
11134 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
11135
11136 * cus-start.el (file-coding-system-alist): Fix custom type.
11137
11138 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
11139
11140 * longlines.el (longlines-wrap-region): Avoid marking buffer as
11141 modified.
11142 (longlines-auto-wrap, longlines-window-change-function):
11143 Remove unnecessary calls to set-buffer-modified-p.
11144
11145 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
11146
11147 * cus-start.el (file-coding-system-alist): Fix custom type.
11148
11149 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
11150
11151 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
11152 (vc-cvs-checkout): Remove last arg now unused; simplify.
11153
11154 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
11155
11156 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
11157
11158 * net/tramp.el:
11159 * net/tramp-ftp.el:
11160 * net/tramp-smb.el:
11161 * net/tramp-uu.el:
11162 * net/trampver.el: Migrate to Tramp 2.1.
11163
11164 * net/tramp-cache.el:
11165 * net/tramp-fish.el:
11166 * net/tramp-gw.el: New Tramp packages.
11167
11168 * net/tramp-util.el:
11169 * net/tramp-vc.el: Removed.
11170
11171 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
11172 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
11173
11174 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
11175
11176 * progmodes/compile.el (compilation-start): Redefine
11177 `start-process' temporarily when `default-directory' is remote.
11178 Remove case of synchronous compilation, this won't happen ever.
11179 (compilation-setup): Make local variable `comint-file-name-prefix'
11180 for remote compilation.
11181
11182 2007-07-08 Martin Rudalics <rudalics@gmx.at>
11183
11184 * novice.el (disabled-command-function): Fit window to buffer to
11185 make last line visible.
11186 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
11187
11188 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
11189 when handling the terminating event.
11190
11191 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
11192
11193 * calc/calc.el (math-read-number-simple): Remove leading 0s.
11194 (math-bignum-digit-length): Change to optimal value.
11195
11196 * calc/calc-bin.el (math-bignum-logb-digit-size)
11197 (math-bignum-digit-power-of-two): Evaluate when compiled.
11198
11199 * calc/calc-comb.el (math-small-factorial-table)
11200 (math-init-random-base, math-prime-test): Remove unnecessary calls
11201 to `math-read-number-simple'.
11202
11203 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
11204 (math-approx-gamma-const): Add docstrings.
11205
11206 * calc/calc-forms.el (math-julian-date-beginning)
11207 (math-julian-date-beginning-int): New constants.
11208 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
11209 Use the new constants.
11210
11211 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
11212
11213 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
11214 Add docstrings.
11215
11216 2007-07-07 Tom Tromey <tromey@redhat.com>
11217
11218 * vc.el (vc-annotate): Jump to line and output message only after the
11219 process is really all done.
11220
11221 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
11222
11223 * vc.el (vc-exec-after): Don't move point from the sentinel.
11224 Forcefully read all the remaining text in the pipe upon process exit.
11225 (vc-annotate-display-autoscale, vc-annotate-lines):
11226 Don't stop at the first unrecognized line.
11227 (vc-annotate-display-select): Run autoscale after the process is done
11228 since it depends on the whole result.
11229
11230 2007-07-07 Eli Zaretskii <eliz@gnu.org>
11231
11232 * term/w32-win.el (menu-bar-open): New function.
11233 Bind <f10> to it.
11234
11235 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
11236
11237 * simple.el (start-file-process): New defun.
11238
11239 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
11240
11241 * files.el (find-file-confirm-nonexistent-file): Rename from
11242 find-file-confirm-inexistent-file. Update users.
11243
11244 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
11245 format of autoload block where the file's time-stamp is replaced by its
11246 MD5 checksum.
11247 (autoload-generate-file-autoloads): Use MD5 checksum instead of
11248 time-stamp for secondary autoloads files.
11249 (update-directory-autoloads): Remove duplicate entries.
11250 Use time-less-p for time-stamps, as done in autoload-find-destination.
11251
11252 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
11253
11254 * calc/calc.el (math-read-number): Replace number by variable.
11255 (math-read-number-simple): Properly parse small integers.
11256
11257 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
11258
11259 * vc.el: Fix doc for the checkout function.
11260
11261 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
11262
11263 * vc-hg.el (vc-hg-root): New function.
11264 (vc-hg-registered): Use it.
11265 (vc-hg-diff-tree): New defalias.
11266 (vc-hg-responsible-p): Likewise.
11267 (vc-hg-checkout): Comment out, not needed.
11268 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
11269 (vc-hg-find-version, vc-hg-next-version): New functions.
11270
11271 2007-07-06 Andreas Schwab <schwab@suse.de>
11272
11273 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
11274 dynamic bindings around the evaluation of the expression.
11275 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
11276
11277 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
11278
11279 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
11280 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
11281 Use run-hooks rather than run-mode-hooks.
11282
11283 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
11284
11285 * calc/calc-comb.el (math-random-digit): Rename to
11286 `math-random-three-digit-number'.
11287 (math-random-digits): Don't depend on representation of integer.
11288
11289 * calc/calc-bin.el (math-bignum-logb-digit-size)
11290 (math-bignum-digit-power-of-two): New constants.
11291 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
11292 (math-not-bignum, math-clip-bignum): Use the constants
11293 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
11294 instead of their values.
11295 (math-clip): Use math-small-integer-size instead of its value.
11296
11297 * calc/calc.el (math-add-bignum): Replace number by constant.
11298
11299 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
11300
11301 * wid-edit.el (widget-documentation-string-value-create):
11302 Insert indentation spaces.
11303
11304 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
11305
11306 * emacs-lisp/byte-opt.el: Revert last change.
11307
11308 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
11309
11310 * vc-hooks.el (vc-handled-backends): Add HG.
11311
11312 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
11313
11314 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11315
11316 * complete.el (PC-do-complete-and-exit): Add support for the new
11317 `confirm-only' confirmation mode.
11318
11319 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
11320
11321 * cus-edit.el (custom-commands): New variable.
11322 (custom-tool-bar-map): New variable. Initialize using
11323 `custom-commands'.
11324 (custom-mode): Use `custom-tool-bar-map'.
11325 (custom-buffer-create-internal): Insert action buttons only if
11326 tool bar is not used. Use `custom-commands'.
11327 (Custom-help, custom-command-apply): New function.
11328 (custom-command-apply, Custom-set, Custom-save)
11329 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
11330 Use `custom-command-apply' instead of duplicating code.
11331 (customize-group-other-window): Call `customize-group' instead of
11332 duplicating code.
11333 (customize-face-other-window): Call `customize-face' instead of
11334 duplicating code.
11335 (customize-group, customize-face): Add optional args for opening
11336 in another window.
11337 (custom-variable-tag): Don't inherit `variable-pitch' face.
11338 (custom-group-tag): Inherit `variable-pitch' face.
11339 (custom-variable-value-create): Set documentation indentation.
11340 (custom-group-value-create): Make group name a link, instead of
11341 using an extra "go to group" button.
11342 (custom-prompt-variable, custom-group-set, custom-group-save)
11343 (custom-group-reset-current, custom-group-reset-saved)
11344 (custom-group-reset-standard): Minor cleanup.
11345
11346 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
11347
11348 * Makefile.in (bootstrap-prepare): When copying from
11349 ldefs-boot.el, make sure loaddefs.el is writeable.
11350
11351 (bootstrap-prepare): Make $(lisp)/ps-print.el
11352 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
11353
11354 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
11355
11356 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
11357 only caller, and delete.
11358 (vc-hg-state): Deal with exceptions and only parse the output on
11359 successful return.
11360 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
11361 caller, and delete.
11362 (vc-hg-workfile-version): Deal with exceptions and only parse the
11363 output on successful return.
11364 (vc-hg-revert): New function.
11365
11366 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
11367
11368 * calculator.el (calculator-expt): Use more cases to determine
11369 the value.
11370
11371 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
11372
11373 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
11374 file names.
11375
11376 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
11377
11378 * calculator.el (calculator-expt, calculator-integer-p):
11379 New functions.
11380 (calculator-fact): Check to see if the factorial will be too
11381 large before computing it.
11382 (calculator-initial-operators): Use `calculator-expt' to
11383 compute "^".
11384 (calculator-mode): Mention that results which are too large
11385 will return inf.
11386 * calc/calc-comb.el (math-small-factorial-table): Replace list
11387 by vector.
11388
11389 2007-07-03 David Kastrup <dak@gnu.org>
11390
11391 * shell.el: On request of the authors, remove their addresses for
11392 the sake of bug reports, and add the developer list address as
11393 maintainer information.
11394
11395 2007-07-03 Richard Stallman <rms@gnu.org>
11396
11397 * files.el (make-directory): Doc fix.
11398 (find-file-confirm-inexistent-file): Make it a defcustom.
11399 Make nil the default.
11400
11401 2007-07-02 Richard Stallman <rms@gnu.org>
11402
11403 * startup.el (command-line): Set buffer-offer-save in *scratch*
11404 and enable auto-save in it.
11405
11406 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
11407
11408 * textmodes/org.el (orgstruct-mode-map): New variable.
11409 (orgstruct-mode): New minor mode.
11410 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
11411 (orgstruct-make-binding, org-context-p, org-get-local-variables)
11412 (org-run-like-in-org-mode): New functions.
11413 (org-cycle-list-bullet): New command.
11414 (org-special-properties, org-property-start-re)
11415 (org-property-end-re): New constants.
11416 (org-with-point-at): New macro.
11417 (org-get-property-block, org-entry-properties, org-entry-get)
11418 (org-entry-delete, org-entry-get-with-inheritance)
11419 (org-entry-put, org-buffer-property-keys): New functions.
11420 (org-insert-property-drawer): New command.
11421 (org-entry-property-inherited-from): New variable.
11422 (org-column): New face.
11423 (org-column-overlays, org-current-columns-fmt)
11424 (org-current-columns-maxwidths, org-column-map): New variables.
11425 (org-column-menu): New menu.
11426 (org-new-column-overlay, org-overlay-columns)
11427 (org-overlay-columns-title, org-remove-column-overlays)
11428 (org-column-show-value, org-column-quit, org-column-edit):
11429 New functions.
11430 (org-columns, org-agenda-columns): New commands.
11431 (org-get-columns-autowidth-alist): New functions.
11432 (org-properties): New customize group.
11433 (org-default-columns-format): New option.
11434 (org-priority): Realign tags after changing priority.
11435 (org-preserve-lc): New macro.
11436 (org-update-checkbox-count): Catch case when there is no headline.
11437 (org-agenda-quit): Remove any column overlays.
11438 (org-beginning-of-item-list): Fixed bug when non-item line is
11439 indented too deep.
11440 (org-cached-props): New variable.
11441 (org-cached-entry-get): New function.
11442 (org-make-tags-matcher): Handle property matches.
11443 (org-table-recalculate): Swap evaluation order: Field formula
11444 first, then column formulas, but don't allow them to overwrite the
11445 field formulas.
11446 (org-table-eval-formula): New argument untouchable.
11447 (org-table-put-field-property): New function.
11448
11449 2007-07-02 Martin Rudalics <rudalics@gmx.at>
11450
11451 * help-mode.el (help-make-xrefs): Skip spaces too when
11452 skipping tabs.
11453
11454 * ffap.el (dired-at-point-prompter): Improve prompt in
11455 list-directory case.
11456
11457 2007-07-01 Richard Stallman <rms@gnu.org>
11458
11459 * files.el (find-file-visit-truename): Fix safe-local-variable value.
11460
11461 2007-07-01 Richard Stallman <rms@gnu.org>
11462
11463 * cus-start.el (max-mini-window-height): Added.
11464
11465 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
11466
11467 * complete.el (partial-completion-mode): Remove advice of
11468 read-file-name-internal.
11469 (PC-do-completion): Rebind minibuffer-completion-table.
11470 (PC-read-file-name-internal): New function doing what
11471 read-file-name-internal advice did.
11472
11473 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
11474
11475 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
11476 property on a few symbols.
11477 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
11478 (byte-optimize-lapcode): Remove bindings that are not referenced
11479 and certainly will not effect through dynamic scoping.
11480
11481 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
11482
11483 * files.el (find-file-confirm-inexistent-file): New var.
11484 (find-file, find-file-other-window, find-file-other-frame)
11485 (find-file-read-only, find-file-read-only-other-window)
11486 (find-file-read-only-other-frame): Use it.
11487
11488 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
11489
11490 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
11491
11492 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
11493
11494 * generic-x.el (generic-define-mswindows-modes)
11495 (generic-define-unix-modes, apache-log-generic-mode)
11496 (bat-generic-mode-keymap, java-manifest-generic-mode)
11497 (show-tabs-generic-mode): Fix typos in docstrings.
11498
11499 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
11500
11501 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
11502 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
11503 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
11504 (rcirc-print): Never ignore messages from ourself.
11505
11506 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
11507
11508 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
11509 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
11510
11511 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11512
11513 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
11514 replace-regexp-in-string.
11515
11516 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
11517
11518 * emacs-lisp/cl.el: Set edebug and indentation before loading
11519 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
11520
11521 2007-06-28 Andreas Schwab <schwab@suse.de>
11522
11523 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
11524 $(lisp)/subdirs.el.
11525
11526 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
11527
11528 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
11529 the speedbar frame if nil; that deletes the current frame or
11530 causes an error if it is the only frame.
11531 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
11532
11533 2007-06-28 Kevin Ryde <user42@zip.com.au>
11534
11535 * textmodes/nroff-mode.el: Groff \# comments.
11536 (nroff-mode-syntax-table): \# comment intro,
11537 plain # as punct per global table.
11538 (nroff-font-lock-keywords): Add # as a single char escape.
11539 (nroff-mode): In comment-start-skip, match \#.
11540
11541 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
11542
11543 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
11544 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
11545 point-min == 1.
11546
11547 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
11548
11549 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
11550 Rename and move to...
11551
11552 * subr.el (strings->string, string->strings): ...here.
11553
11554 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
11555 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
11556
11557 * progmodes/gud.el (gud-common-init): Call string->strings instead
11558 of split-string.
11559
11560 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
11561
11562 * dired-aux.el: Remove `dired-call-process'.
11563 (dired-check-process): Call `process-file'.
11564
11565 * wdired.el (wdired-do-perm-changes): Call `process-file'.
11566
11567 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
11568 `ange-ftp-process-file'.
11569
11570 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
11571
11572 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
11573
11574 * emacs-lisp/cl-extra.el:
11575 * emacs-lisp/cl-seq.el:
11576 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
11577 Add autoload cookies on all defs autoloaded manually in cl.el.
11578
11579 * emacs-lisp/cl-loaddefs.el: New file.
11580
11581 * textmodes/texinfmt.el (texinfo-raisesections-alist)
11582 (texinfo-lowersections-alist): Merge definition and declaration.
11583 (texinfo-start-of-header, texinfo-end-of-header): Remove.
11584 (texinfo-format-syntax-table): Merge init into declaration.
11585 (texinfo-format-parse-line-args, texinfo-format-parse-args)
11586 (texinfo-format-parse-defun-args, texinfo-format-node)
11587 (texinfo-push-stack, texinfo-multitable-widths)
11588 (texinfo-define-info-enclosure, texinfo-alias)
11589 (texinfo-format-defindex, batch-texinfo-format): Use push.
11590 (texinfo-footnote-number): Remove duplicate declaration.
11591
11592 * ps-print.el: Update with auto-generated autoloads.
11593
11594 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
11595
11596 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
11597
11598 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
11599 relative to current dir for file-local settings.
11600 (autoload-generate-file-autoloads): Add `outfile' arg.
11601 (update-directory-autoloads): Use it to directly call
11602 autoload-generate-file-autoloads instead of going through
11603 update-file-autoloads so we avoid redundant searches and so we can know
11604 the set of buffers changed so we can save them all.
11605
11606 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
11607 rather than throwing `up-to-date'.
11608 (autoload-generate-file-autoloads): Adjust correspondingly.
11609 (update-file-autoloads): Be careful to let-bind
11610 autoload-modified-buffers and adjust to new calling conventions.
11611 (autoload-modified-buffers): Make it a dynamically scoped var.
11612 (update-directory-autoloads): Use file-relative-name instead of
11613 autoload-trim-file-name.
11614 (autoload-insert-section-header): Don't use autoload-trim-file-name
11615 since the file is already relative now.
11616 (autoload-trim-file-name): Remove.
11617
11618 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
11619 (vc-arch-complete, vc-arch--version-completion-table)
11620 (vc-arch-revision-completion-table): New functions to provide
11621 completion of revision names.
11622 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
11623 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
11624 to let the user trim the revlib.
11625
11626 * vc.el: Add new VC operation `revision-completion-table'.
11627 (vc-default-revision-completion-table): New function.
11628 (vc-version-diff, vc-version-other-window): Use it to provide
11629 completion of revision names if the backend provides it.
11630
11631 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
11632
11633 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
11634 of newer .svn/entries.
11635
11636 2007-06-25 David Kastrup <dak@gnu.org>
11637
11638 * calc/calc-poly.el (math-padded-polynomial)
11639 (math-partial-fractions): Add some function comments.
11640
11641 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
11642
11643 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
11644 Make `outbuf' optional.
11645 (update-file-autoloads): Use it.
11646
11647 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
11648
11649 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
11650 (autoload-find-destination): Keep it uptodate.
11651 (autoload-save-buffers): New fun.
11652 (update-file-autoloads): Use it. Re-add the "up to date" message.
11653
11654 * emacs-lisp/autoload.el: Refactor for upcoming changes.
11655 (autoload-find-destination): New function extracted from
11656 update-file-autoloads.
11657 (update-file-autoloads): Use it.
11658 (autoload-generate-file-autoloads): New function extracted from
11659 generate-file-autoloads. Use file-relative-name. Delay computation of
11660 output-start to the first cookie. Remove done-any, replaced by
11661 output-start.
11662 (generate-file-autoloads): Use it.
11663
11664 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
11665
11666 * calc/calc-comb.el (math-init-random-base, math-prime-test):
11667 Use math-read-number-simple to insert constants.
11668 (math-prime-test): Redo calculation of sum.
11669
11670 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
11671
11672 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
11673 math-scale-bignum-3.
11674 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
11675 math-bignum-digit-size.
11676 (math-isqrt-small): Add another possible initial guess.
11677
11678 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11679
11680 * textmodes/bibtex.el (bibtex-entry-format): New options
11681 `whitespace', `braces', and `string'.
11682 (bibtex-field-braces-alist, bibtex-field-strings-alist)
11683 (bibtex-field-braces-opt, bibtex-field-strings-opt)
11684 (bibtex-cite-matcher-alist): New variables.
11685 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
11686 (bibtex-flash-head): Use blink-matching-delay.
11687 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
11688 (bibtex-format-entry, bibtex-reformat): Handle new options of
11689 bibtex-entry-format.
11690 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
11691 New functions.
11692 (bibtex-complete-internal): Do not display messages while
11693 minibuffer is used. Do not leave around a completions buffer
11694 that is out of date.
11695 (bibtex-copy-summary-as-kill): New optional arg.
11696 (bibtex-font-lock-url): New optional arg no-button.
11697 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
11698 (bibtex-url): Allow multiple URLs per entry.
11699
11700 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
11701
11702 * emacs-lisp/autoload.el (autoload-generated-file): New function.
11703 (update-file-autoloads, update-directory-autoloads): Use it.
11704 (autoload-file-load-name): New function.
11705 (generate-file-autoloads, update-file-autoloads): Use it.
11706 (autoload-find-file): Accept non-absolute argument. Set default-dir.
11707 (generate-file-autoloads): If the autoloaded form is malformed,
11708 indicate the problem with a warning instead of aborting.
11709
11710 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
11711
11712 * simple.el (next-error-recenter): Accept `(4)' as well;
11713 also, specify `integer' instead of `number'.
11714
11715 2007-06-23 Eli Zaretskii <eliz@gnu.org>
11716
11717 * ls-lisp.el (insert-directory): If an invalid regexp error is
11718 thrown, try using FILE as a literal file name, not a wildcard.
11719
11720 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
11721
11722 * ruler-mode.el (ruler-mode): Prevent clobbering the original
11723 `header-line-format' when reentering ruler mode.
11724
11725 2007-06-23 Eli Zaretskii <eliz@gnu.org>
11726
11727 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
11728 FILE exists as a file.
11729
11730 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
11731
11732 * calc/calc.el (math-bignum-digit-length)
11733 (math-bignum-digit-size, math-small-integer-size):
11734 New constants.
11735 (math-normalize, math-bignum-big, math-make-float)
11736 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
11737 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
11738 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
11739 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
11740 (math-quotient, math-div-bignum, math-div-bignum-digit)
11741 (math-div-bignum-part, math-format-bignum-decimal)
11742 (math-read-bignum): Use math-bignum-digit-length,
11743 math-bignum-digit-size and math-small-integer-size.
11744
11745 * calc/calc-ext.el (math-fixnum-big): Use the variable
11746 math-bignum-digit-size.
11747
11748 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
11749
11750 * log-view.el (log-view-mode-menu): New menu.
11751
11752 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
11753
11754 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
11755 differently.
11756
11757 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
11758 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
11759
11760 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
11761
11762 * vc-hg.el (vc-hg-print-log): Insert the file name.
11763 (vc-hg-log-view-mode): Fontify the file name.
11764
11765 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
11766
11767 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
11768 (calcFunc-julian): Fix incorrect number used in calculations.
11769
11770 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
11771
11772 * simple.el (next-error-recenter): New defcustom.
11773 (next-error, next-error-internal): Recenter if specified,
11774 immediately prior to running `next-error-hook'.
11775
11776 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
11777 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
11778
11779 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
11780
11781 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
11782
11783 * calc/calc-comb.el (math-small-factorial-table): New variable.
11784 (calcFunc-fact): Use `math-small-factorial-table'.
11785
11786 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
11787 initial values.
11788 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
11789 New variables to use in caches.
11790
11791 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
11792 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
11793
11794 * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
11795 (math-bernoulli-b-cache): Use math-read-number-simple to insert
11796 bignums.
11797
11798 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
11799 New variables to use in caches.
11800
11801 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
11802
11803 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
11804
11805 * vc-hg.el (vc-hg-log-view-mode): New mode.
11806
11807 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
11808
11809 * calc/calc.el (math-read-number-simple): New function.
11810
11811 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
11812
11813 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
11814 (vera-font-lock-match-item): Fix doc string.
11815 (vera-in-comment-p): Remove unused function.
11816 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
11817 use `syntax-ppss'.
11818 (vera-forward-syntactic-ws): Fix argument order.
11819 (vera-prepare-search): Use `with-syntax-table'.
11820 (vera-indent-line): Fix doc string.
11821 (vera-electric-tab): Fix doc string.
11822 (vera-expand-abbrev): Define alias instead of using `fset'.
11823 (vera-comment-uncomment-region): Use `comment-start-skip'.
11824
11825 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
11826
11827 * textmodes/org.el (org-export-with-footnotes): New option.
11828 (org-export-as-html): Fix replacement bug for XEmacs.
11829 (org-agenda-default-appointment-duration): New option.
11830
11831 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
11832
11833 * vc-hg.el: Add to do items.
11834 (vc-hg-diff): Add support for comparing different revisions.
11835 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
11836 (vc-hg-annotate-extract-revision-at-line)
11837 (vc-hg-previous-version, vc-hg-checkin): New functions.
11838 (vc-hg-annotate-re): New constant.
11839
11840 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
11841
11842 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
11843
11844 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
11845
11846 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
11847 buffer-local value of log-view-*-re if applicable.
11848
11849 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
11850 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
11851 (vc-bzr-command*): Remove both (incompatible) versions.
11852 (vc-bzr-do-command*): Remove.
11853 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
11854 Remove by folding into its only caller vc-bzr-command.
11855 (vc-bzr-command): Always set the environment, even when ineffective.
11856 (vc-bzr-version): Minor fix up.
11857 (vc-bzr-admin-dirname): New var.
11858 (vc-bzr-bzr-dir): Remove.
11859 (vc-bzr-root-dir): New fun.
11860 (vc-bzr-registered): Use it. Add an autoloaded version.
11861 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
11862 (vc-bzr-view-log-function): Remove.
11863 (vc-bzr-log-view-mode): New major mode to replace it.
11864 (vc-bzr-print-log): Only activate the old hack if needed.
11865
11866 * vc.el (vc-default-log-view-mode): New function.
11867 (vc-print-log): Add new `log-view-mode' VC operation.
11868
11869 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
11870
11871 * ido.el (ido-find-file-in-dir): Don't signal an error for
11872 empty directories.
11873
11874 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
11875
11876 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
11877 directory where the desktop file was found, as the docstring says.
11878 (desktop-kill): Use `read-directory-name'.
11879
11880 2007-06-20 Alan Mackenzie <acm@muc.de>
11881
11882 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
11883 When removing lines, also remove the \n. Correction of patch of
11884 2007-04-21.
11885
11886 2007-06-20 Martin Rudalics <rudalics@gmx.at>
11887
11888 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
11889 event is not a cons cell. Do not unread drag-mouse-1 events.
11890 Select right window in check whether space was stolen from
11891 window above.
11892
11893 * help-mode.el (help-make-xrefs): Adjust position of new forward
11894 button.
11895
11896 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
11897
11898 * vc-bzr.el (vc-bzr-with-process-environment)
11899 (vc-bzr-std-process-invocation): New macros.
11900 (vc-bzr-command, vc-bzr-command*): Use them.
11901 (vc-bzr-with-c-locale): Remove.
11902 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
11903 (vc-bzr-buffer-nonblank-p): New function.
11904 (vc-bzr-state-words): New const.
11905 (vc-bzr-state): Look for `bzr status' keywords in output.
11906 Display everything else as a warning message to the user.
11907 Fix status report with bzr >= 0.15.
11908
11909 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
11910
11911 * vc-hg.el (vc-hg-global-switches): Simplify.
11912 (vc-hg-state): Handle more states.
11913 (vc-hg-diff): Fix doc-string.
11914 (vc-hg-register): New function.
11915 (vc-hg-checkout): Likewise.
11916
11917 2007-06-20 Reto Zimmermann <reto@gnu.org>
11918
11919 * progmodes/vera-mode.el: New file.
11920
11921 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
11922
11923 * calc/calc.el (calc-multiplication-has-precendence):
11924 New variable.
11925 (math-standard-ops, math-standard-ops-p, math-expr-ops):
11926 New functions.
11927 (math-expr-opers): Define using math-standard-ops rather than
11928 math-standard-opers.
11929 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
11930 equal the function math-standard-ops rather than the variable
11931 math-standard-opers.
11932 (calc-algebraic-entry): Let math-expr-opers equal
11933 math-standard-ops or math-expr-ops, as appropriate.
11934 (math-expr-read-level, math-read-factor): Let math-expr-opers
11935 equal math-expr-ops.
11936 * calc/calc-embed.el (calc-embedded-finish-edit):
11937 Let math-expr-opers equal the function math-standard-ops
11938 rather than the variable math-standard-opers.
11939 * calc/calc-ext.el (math-read-plain-expr)
11940 (math-format-flat-expr-fancy): Let math-expr-opers equal the
11941 function math-standard-ops rather than the variable
11942 math-standard-opers.
11943 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
11944 Let math-expr-opers equal the function math-standard-ops rather
11945 than the variable math-standard-opers.
11946 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
11947 equal the function math-standard-ops rather than the variable
11948 math-standard-opers.
11949 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
11950 equal the function math-standard-ops rather than the variable
11951 math-standard-opers.
11952 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
11953 math-expr-ops.
11954
11955 2007-06-19 Ivan Kanis <apple@kanis.eu>
11956
11957 * vc-hg.el: New file.
11958
11959 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
11960
11961 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
11962 with font-lock-multiline.
11963
11964 2007-06-17 Glenn Morris <rgm@gnu.org>
11965
11966 * lpr.el (lpr-page-header-switches): Move %s to separate element
11967 for correct quoting. Doc fix.
11968
11969 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
11970
11971 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
11972 than setting sgml-xml-mode.
11973 (sgml-mode, html-mode): Set sgml-xml-mode.
11974 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
11975 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
11976 (sgml-electric-tag-pair-before-change-function)
11977 (sgml-electric-tag-pair-flush-overlays): New functions.
11978 (sgml-electric-tag-pair-mode): New minor mode.
11979 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
11980 (sgml-calculate-indent): Use assoc-string.
11981
11982 2007-06-16 Karl Fogel <kfogel@red-bean.com>
11983
11984 * thingatpt.el (thing-at-point-email-regexp): Don't require two
11985 chars before the "@" in an email address. Andreas Roehler noticed
11986 this problem.
11987
11988 2007-06-15 Karl Fogel <kfogel@red-bean.com>
11989
11990 * thingatpt.el: Add support for email addresses (`email').
11991 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
11992 (thing-at-point-email-regexp): New variable.
11993 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
11994 properties on this symbol, with lambda forms for values.
11995
11996 2007-06-15 Masatake YAMATO <jet@gyve.org>
11997
11998 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
11999
12000 * vc.el (vc-dired-hook): Check the backend returned from
12001 `vc-responsible-backend' can really handle `subdir'.
12002
12003 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
12004
12005 * wid-edit.el (widget-add-documentation-string-button):
12006 Fix handling of documentation indent.
12007
12008 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
12009
12010 * mb-depth.el: New file.
12011
12012 2007-06-15 Masatake YAMATO <jet@gyve.org>
12013
12014 * vc.el (vc-dired-mode): Show backend name as part of mode name.
12015
12016 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
12017
12018 * wid-edit.el (widget-default-create): Move ?h handling here...
12019 (widget-default-format-handler): ...from here.
12020 (widget-docstring, widget-add-documentation-string-button): New funs.
12021 (documentation-string): Add :visibility-widget property.
12022 (widget-documentation-string-value-create): Use it.
12023
12024 * cus-edit.el (custom-split-regexp-maybe): Simplify.
12025 (custom-buffer-create-internal): Simplify message.
12026 (custom-variable-tag): Reduce height to normal.
12027 (custom-variable-value-create, custom-face-value-create)
12028 (custom-visibility): New widget.
12029 (custom-visibility): New face.
12030 (custom-group-value-create):
12031 Call widget-add-documentation-string-button, using `custom-visibility'.
12032
12033 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
12034
12035 * emacs-lisp/bytecomp.el (byte-compile-current-group)
12036 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
12037 change. Apparently the "warning even if the group is implicit" is
12038 a feature rather than a bug.
12039
12040 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
12041
12042 * emulation/viper.el (viper-describe-key-ad)
12043 (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
12044 Compile them conditionally.
12045 (viper-version): Belated version change.
12046
12047 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
12048
12049 * follow.el (follow-all-followers, follow-generic-filter):
12050 * pcomplete.el (pcomplete-restore-windows):
12051 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
12052 (x-dnd-drop-data):
12053 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
12054 * progmodes/python.el (python-complete-symbol):
12055 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
12056
12057 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
12058
12059 * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
12060 around bright and dim regexps. Make sure bright and dim matches
12061 use word anchors. Send text through rcirc-markup functions.
12062 (rcirc-url-regexp): Add single quote character.
12063 (rcirc-connect): Write logs to disk on auto-save-hook.
12064 Make server a non-optional argument.
12065 (rcirc-log-alist): New variable.
12066 (rcirc-log-directory): Make customizable.
12067 (rcirc-log-flag): New customizable variable.
12068 (rcirc-log): New function.
12069 (rcirc-print): Use above function.
12070 (rcirc-log-write): New function.
12071 (rcirc-generate-new-buffer-name): Strip text properties.
12072 (rcirc-switch-to-buffer-function): Remove variable.
12073 (rcirc-last-non-irc-buffer): Remove variable.
12074 (rcirc-non-irc-buffer): Add function.
12075 (rcirc-next-active-buffer): Use above function.
12076 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
12077 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
12078 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
12079 (rcirc-omit-mode): Add minor-mode.
12080 (rcirc-mode-map): Change C-c C-o binding.
12081 (rcirc-mode): Clear mode-line-process. Use a custom
12082 fill-paragraph-function. Set up buffer-invisibility-spec.
12083 (rcirc-response-formats): Remove timestamp code.
12084 (rcirc-omit-responses): Add variable.
12085 (rcirc-print): Don't put the overlay arrow on potentially omitted
12086 lines. Log line to disk. Record activity for private messages
12087 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
12088 (rcirc-jump-to-first-unread-line): Print message if there is no
12089 unread text.
12090 (rcirc-clear-unread): New function.
12091 (rcirc-markup-text-functions): Add variable.
12092 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
12093 (rcirc-debug): Don't mess with window configuration.
12094 (rcirc-send-message): Send message before printing locally.
12095 Add SILENT argument, do not print message if non-nil.
12096 (rcirc-visible-buffers): New function and variable.
12097 (rcirc-window-configuration-change-1): Add function.
12098 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
12099 server buffer.
12100 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
12101 (rcirc-fill-paragraph): Add function.
12102 (rcirc-record-activity, rcirc-window-configuration-change-1):
12103 Only update the activity string if it has actually changed.
12104 (rcirc-update-activity-string): Remove padding characters from the
12105 mode-line string.
12106 (rcirc-disconnect-buffer): New function to be called when a
12107 channel is parted or the user quits.
12108 (rcirc-server-name): Warn when the server-name hasn't been set.
12109 (rcirc-window-configuration-change): Postpone work until
12110 post-command-hook.
12111 (rcirc-window-configuration-change-1): Update mode-line and
12112 overlay arrows here.
12113 (rcirc-authenticate): Fixc hanserv identification.
12114 (rcirc-default-server): Remove variable.
12115 (rcirc): Connect according to rcirc-connections.
12116 (rcirc-connections): Add variable.
12117 (rcirc-startup-channels-alist): Remove variable.
12118 (rcirc-startup-channels): Remove function.
12119
12120 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
12121
12122 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
12123
12124 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
12125
12126 * term/xterm.el (terminal-init-xterm): Escape parens in character
12127 constants.
12128
12129 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
12130
12131 * progmodes/sh-script.el: Remove unneeded * from docstrings.
12132 Use [:alpha:] and [:alnum:] where applicable.
12133 (sh-quoted-subshell): Rewrite to correctly
12134 handle nested mixes of `...' and $(...).
12135 (sh-apply-quoted-subshell): Remove.
12136 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
12137
12138 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
12139
12140 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
12141
12142 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
12143 previous change.
12144
12145 2007-06-12 Tom Tromey <tromey@redhat.com>
12146
12147 * subr.el (user-emacs-directory): New defconst.
12148 * cmuscheme.el (scheme-start-file):
12149 * shell.el (shell):
12150 * completion.el (save-completions-file-name):
12151 * custom.el (custom-theme-directory):
12152 * term/x-win.el (emacs-session-filename):
12153 * filesets.el (filesets-menu-cache-file):
12154 * thumbs.el (thumbs-thumbsdir):
12155 * server.el (server-auth-dir):
12156 * image-dired.el (image-dired-dir):
12157 (image-dired-db-file):
12158 (image-dired-temp-image-file):
12159 (image-dired-gallery-dir):
12160 (image-dired-temp-rotate-image-file):
12161 * play/gamegrid.el (gamegrid-user-score-file-directory):
12162 * savehist.el (savehist-file):
12163 * tutorial.el (tutorial--saved-dir):
12164 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
12165
12166 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
12167
12168 * scroll-lock.el (scroll-lock-mode): Doc fix.
12169
12170 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
12171
12172 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
12173
12174 * ediff-init.el: Doc strings.
12175
12176 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
12177
12178 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
12179 (byte-compile-file): Bind it.
12180 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
12181 group argument is provided implicitly.
12182 (byte-compile-format-warn, byte-compile-from-buffer)
12183 (byte-compile-insert-header): Don't hardcode point-min==1.
12184 (byte-compile-file-form-require): Remove unused var old-load-list.
12185 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
12186
12187 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
12188
12189 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
12190 Display error messages.
12191 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
12192 Get rid of cl.el dependencies.
12193
12194 * emulation/viper-init.el (viper-suppress-input-method-change-message):
12195 New variable.
12196 (viper-activate-input-method-action)
12197 (viper-inactivate-input-method-action):
12198 Use viper-suppress-input-method-change-message.
12199
12200 * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
12201 for C-s, C-r.
12202
12203 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
12204 Use viper-replace-overlay-cursor-color instead of
12205 viper-replace-overlay-cursor-color.
12206 (viper-sit-for-short): Use sit-for with 3 arguments.
12207
12208 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
12209 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
12210 to gud-mode.
12211
12212 * ediff-mult.el (ediff-meta-buffer-brief-message)
12213 (ediff-meta-buffer-verbose-message): New variables.
12214 (ediff-meta-buffer-message): Variable deleted.
12215 (ediff-verbose-help-enabled): New variable.
12216 (ediff-toggle-verbose-help-meta-buffer): New function.
12217 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
12218 message options.
12219
12220 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
12221 (ediff-fixup-patch-map): Improve heuristic.
12222
12223 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
12224
12225 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
12226 (log-view-font-lock-keywords): Simplify.
12227 (log-view-current-file, log-view-current-tag): Simplify.
12228
12229 2007-06-12 Sam Steingold <sds@gnu.org>
12230
12231 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
12232
12233 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
12234
12235 * desktop.el (desktop-load-locked-desktop): New option.
12236 (desktop-read): Use it.
12237 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
12238 Use `when'.
12239
12240 2007-06-12 Davis Herring <herring@lanl.gov>
12241
12242 * desktop.el (desktop-save-mode-off): New function.
12243 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
12244 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
12245 (desktop-claim-lock, desktop-release-lock): New functions.
12246 (desktop-kill): Tell `desktop-save' that this is the last save.
12247 Release the lock afterwards.
12248 (desktop-buffer-info): New function.
12249 (desktop-save): Use it. Run `desktop-save-hook' where the doc
12250 says to. Detect conflicts, and manage the lock.
12251 (desktop-read): Detect conflicts. Manage the lock.
12252
12253 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
12254
12255 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
12256
12257 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
12258 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
12259 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
12260 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
12261 keysyms rather than byte sequences.
12262 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
12263
12264 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12265
12266 * font-lock.el (font-lock-add-keywords): In case font-lock was only
12267 half-activated, forcefully activate it completely.
12268
12269 2007-06-11 Richard Stallman <rms@gnu.org>
12270
12271 * cus-edit.el (custom-variable-type): Doc fix.
12272
12273 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12274
12275 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
12276 (sh-font-lock-flush-syntax-ppss-cache): New functions.
12277 (sh-font-lock-syntactic-keywords): Use them to distinguish the
12278 different possible cases for \'.
12279
12280 * complete.el (PC-bindings): Don't bind things already bound in the
12281 parent keymap.
12282
12283 * textmodes/bibtex-style.el: New file.
12284
12285 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
12286
12287 * vc-bzr.el: New file.
12288
12289 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12290
12291 * vc-svn.el (vc-svn-program): New var.
12292 (vc-svn-command): Use it.
12293
12294 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
12295
12296 * server.el (server-switch-buffer): Remove redundant check.
12297
12298 2007-06-10 Martin Rudalics <rudalics@gmx.at>
12299
12300 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
12301 Match against file-name-nondirectory.
12302 Fix text on user customization variables.
12303 Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
12304
12305 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
12306
12307 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
12308
12309 2007-06-09 Davis Herring <herring@lanl.gov>
12310
12311 * desktop.el (desktop-minor-mode-table): Doc fix.
12312
12313 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
12314
12315 * textmodes/css-mode.el (css-navigation-syntax-table):
12316 Use set-char-table-range so it also works in the unicode branch.
12317
12318 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
12319
12320 * help-mode.el (help-xref-forward-stack)
12321 (help-xref-stack-forward-item, help-forward-label): New variables.
12322 (help-forward): New button type.
12323 (help-setup-xref): Initialise help-xref-forward-stack.
12324 (help-make-xrefs): Add forward button, if appropriate.
12325 (help-xref-go-back): Push item on forward stack.
12326 (help-xref-go-forward, help-go-forward): New functions.
12327
12328 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
12329
12330 * dired.el (dired-mode-map): Remove spurious separator.
12331
12332 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
12333
12334 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
12335
12336 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
12337 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
12338
12339 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
12340
12341 * textmodes/org.el: Version number fixed.
12342
12343 2007-06-07 Glenn Morris <rgm@gnu.org>
12344
12345 * version.el (emacs-copyright): New constant.
12346 * startup.el (fancy-splash-tail): Use emacs-copyright.
12347 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
12348
12349 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
12350 `make-local'.
12351 (byte-compile-warnings-safe-p): Add `make-local'.
12352 (byte-compile-make-variable-buffer-local):
12353 Allow byte-compile-warnings to suppress this warning.
12354
12355 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
12356 format of "menu" description.
12357 (tutorial--find-changed-keys): Describe the specific menu a
12358 command is in.
12359
12360 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
12361 Rewrite compatibility functions to silence byte-compiler.
12362
12363 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
12364
12365 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
12366 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
12367
12368 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
12369
12370 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
12371
12372 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
12373
12374 * progmodes/ebrowse.el (ebrowse-member-table):
12375 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
12376 (org-batch-agenda-csv): Fix typos in docstrings.
12377
12378 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
12379
12380 * international/mule-cmds.el (toggle-enable-multibyte-characters)
12381 (sort-coding-systems, search-unencodable-char): Doc fixes.
12382 (coding-system-change-eol-conversion, set-default-coding-systems)
12383 (prefer-coding-system, find-multibyte-characters, princ-list)
12384 (leim-list-entry-regexp, set-input-method, locale-language-names)
12385 (input-method-exit-on-first-char, exit-language-environment-hook)
12386 (locale-charset-language-names): Fix typos in docstrings.
12387
12388 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
12389
12390 * pgg.el (pgg-sign-region, pgg-sign):
12391 * ses.el (ses-call-printer):
12392 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
12393 * textmodes/org.el (org-cycle): Fix typos in docstrings.
12394
12395 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
12396
12397 * textmodes/org.el (org-export-region-as-html)
12398 (org-replace-region-by-html, org-number-to-letters)
12399 (org-table-fedit-finish, org-normalize-color)
12400 (org-table-fedit-ref-right, org-date-to-gregorian)
12401 (org-table-fedit-move, org-table-convert-refs-to-rc)
12402 (org-calendar-holiday, org-table-fedit-toggle-ref-type)
12403 (org-write-agenda, org-colgroup-info-to-vline-list)
12404 (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
12405 (org-indent-line-function, org-export-as-html-to-buffer)
12406 (org-store-agenda-views, org-update-mode-line)
12407 (org-find-if, org-delete-all)
12408 (org-table-fedit-convert-buffer, org-emphasize)
12409 (org-uniquify, org-table-fedit-lisp-indent)
12410 (org-table-fedit-scroll, org-get-todo-sequence-head)
12411 (org-table-fedit-scroll-down, org-table-fedit-line-down)
12412 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
12413 (org-table-fedit-toggle-coordinates, org-dvipng-color)
12414 (org-table-fedit-line-up, org-table-fedit-ref-down)
12415 (org-table-formula-from-user, org-mode-flyspell-verify)
12416 (org-cycle-show-empty-lines, org-ctrl-c-ret)
12417 (org-table-formula-to-user, org-diary-to-ical-string)
12418 (orgtbl-export, org-table-fedit-post-command)
12419 (org-closed-in-range, org-shiftcontrolright)
12420 (org-table-convert-refs-to-an, org-table-hline-and-move)
12421 (org-table-formula-less-p, org-format-table-ascii)
12422 (org-agenda-get-sexps, org-shift-refpart)
12423 (org-diary-sexp-entry, org-time-string-to-absolute)
12424 (org-table-show-reference, org-letters-to-number)
12425 (org-fix-agenda-info, org-table-fedit-ref-up)
12426 (org-table-fedit-shift-reference, org-table-fedit-abort)
12427 (org-closest-date, org-shiftcontrolleft)
12428 (org-at-heading-or-item-p, org-rematch-and-replace)
12429 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
12430 New functions.
12431 (org-table-edit-scroll-down, org-finish-edit-formulas)
12432 (org-table-edit-next-field, org-abort-edit-formulas)
12433 (org-font-lock-level, org-export-find-first-heading-line)
12434 (org-table-edit-line-down, org-table-edit-backward-field)
12435 (org-edit-formula-lisp-indent, org-table-edit-move)
12436 (org-check-log-option, org-this-word)
12437 (org-table-edit-line-up, org-table-edit-formulas-post-command)
12438 (org-agenda-file-to-end, org-expand-file-name)
12439 (org-fake-empty-table-line, org-table-edit-scroll)
12440 (org-toggle-log-option, org-show-reference): Function removed.
12441 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
12442 New defsubsts.
12443 (org-unmodified, org-batch-store-agenda-views)
12444 (org-batch-agenda-csv): New macro.
12445 (org-agenda-export): New customization group.
12446 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
12447 (org-highest-priority, org-agenda-exporter-settings)
12448 (org-log-done-with-time, org-replace-disputed-keys)
12449 (org-format-latex-header, org-export-table-header-tags)
12450 (org-cycle-separator-lines, org-export-table-data-tags)
12451 (org-icalendar-include-sexps)
12452 (org-empty-line-terminates-plain-lists)
12453 (org-log-repeat, org-special-ctrl-a)
12454 (org-table-use-standard-references, org-disputed-keys)
12455 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
12456 (org-agenda-export-html-style): New option.
12457 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
12458 (org-CUA-compatible): Option removed.
12459 (org-agenda-structure, org-sexp-date): New face.
12460 (org-todo-keywords-for-agenda, org-not-done-keywords)
12461 (org-planning-or-clock-line-re, org-agenda-name)
12462 (org-table-colgroup-info, org-todo-sets)
12463 (constants-unit-system, org-clock-mode-line-entry)
12464 (org-mode-line-timer, org-table-current-begin-pos)
12465 (org-todo-keywords-1, org-mode-line-string)
12466 (org-table-clean-did-remove-column, org-table-fedit-map)
12467 (org-clock-heading, org-table-buffer-is-an)
12468 (org-agenda-info, org-done-keywords)
12469 (org-done-keywords-for-agenda, org-todo-heads)
12470 (org-todo-kwd-alist, org-clock-start-time): New variable.
12471 (org-todo-kwd-priority-p, org-edit-formulas-map)
12472 (org-repeat-re, org-todo-kwd-max-priority)
12473 (org-version, org-done-string)
12474 (org-table-clean-did-remove-column-1, org-disputed-keys):
12475 Remove variables.
12476 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
12477 (org-ts-lengths): Constant removed.
12478 (org-follow-gnus-link): Don't ask how many articles to read.
12479 (org-export-find-first-export-line): Rename from
12480 `org-export-find-first-heading'.
12481 Use `org-export-skip-text-before-1st-heading'.
12482 (org-table-fedit-post-command): Rename from
12483 `org-table-edit-formulas-post-command'.
12484 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
12485 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
12486 (org-table-fedit-lisp-indent): Rename from
12487 `org-edit-formula-lisp-indent'.
12488 (org-table-show-reference): Rename from `org-show-reference'.
12489 (org-table-store-formulas): Use `org-table-formula-less-p'.
12490 (org-table-edit-formulas): Position cursor to current field equation.
12491 (org-update-checkbox-count, org-hide-archived-subtrees)
12492 (org-timestamp-up-day, org-timestamp-down-day)
12493 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
12494 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
12495 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
12496 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
12497 Let `org-on-heading-p' also check for invisible heading.
12498 (org-read-date): Match am/pm times.
12499 (org-eval-in-calendar): Fix default date in prompt.
12500
12501 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
12502
12503 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
12504 "ChangeLog.a" entries, giving the latter lower priority.
12505
12506 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
12507
12508 * faces.el (face-id): If the argument is a face alias,
12509 return the ID of the target face.
12510
12511 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
12512
12513 * net/socks.el (top): Remove unnecessary copyright line.
12514
12515 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
12516
12517 * longlines.el (longlines-auto-wrap): Handle argument correctly.
12518
12519 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
12520
12521 * net/socks.el: New file, taken from w3 repository.
12522 (top): Update Copyright. Don't load cl.el.
12523 (all): Replace `case' by `cond', `string-to-int' by
12524 `string-to-number', and `process-kill-without-query' by
12525 `set-process-query-on-exit-flag'.
12526 (socks-char-int): Remove defalias and all occurrences.
12527
12528 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
12529
12530 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
12531 Fix typos in docstrings.
12532 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
12533 (compilation-finish-function): Fix typo in obsolescence declaration.
12534
12535 2007-06-03 Sam Steingold <sds@gnu.org>
12536
12537 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
12538 handle unending automatic recompilation of changed files (`omake -P').
12539 (compilation-loop): VISITED is now 5th CDR.
12540 (compilation-next-error-function): Set TIMESTAMP.
12541
12542 2007-06-03 Sam Steingold <sds@gnu.org>
12543
12544 * files.el (kill-buffer-ask): New function.
12545 (kill-some-buffers): Use it.
12546 (kill-matching-buffers): New user command.
12547
12548 2007-06-01 David Kastrup <dak@gnu.org>
12549
12550 * dired.el (dired-recursive-deletes, dired-recursive-copies):
12551 Change default to `top'.
12552
12553 2007-05-31 Richard Stallman <rms@gnu.org>
12554
12555 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
12556
12557 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12558
12559 * textmodes/css-mode.el: New file.
12560
12561 2007-05-30 Michael Olson <mwolson@gnu.org>
12562
12563 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
12564 died and we are trying to send a signal to it. The program using
12565 tq.el should periodically check to see whether the process has
12566 died and react appropriately -- this is not the responsibility of
12567 tq.el, and is consistent with the rest of the tq.el source code.
12568
12569 2007-05-29 Martin Rudalics <rudalics@gmx.at>
12570
12571 * textmodes/table.el (table--point-entered-cell-function)
12572 (table--point-left-cell-function):
12573 Bind `inhibit-point-motion-hooks' to t.
12574
12575 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
12576
12577 * emacs-lisp/rx.el (rx): Doc fix.
12578
12579 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
12580
12581 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
12582
12583 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
12584
12585 Sync with Tramp 2.0.56.
12586
12587 * net/tramp.el:
12588 * net/tramp-ftp.el:
12589 * net/tramp-smb.el:
12590 * net/tramp-util.el:
12591 * net/tramp-vc.el:
12592 Don't load cl.el, because that pollutes the namespace. Replace cl
12593 macros by their implementations where necessary. Requested by
12594 Richard Stallman <rms@gnu.org>.
12595
12596 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
12597 doesn't exist.
12598 (with-parsed-tramp-file-name): Protect debug spec during compilation.
12599 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
12600 (tramp-file-name-p, tramp-file-name-multi-method)
12601 (tramp-file-name-method, tramp-file-name-user)
12602 (tramp-file-name-host, tramp-file-name-localname): New defuns,
12603 replacing defstruct `tramp-file-name'.
12604 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
12605 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
12606 Apply `vector' instead of `make-tramp-file-name'.
12607 (tramp-handle-make-auto-save-file-name):
12608 Apply `tramp-temporary-file-directory' for compatibility reasons.
12609 (tramp-completion-mode): Use `natnump' instead of `wholenump'
12610 because of XEmacs.
12611 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
12612 started.
12613
12614 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
12615
12616 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
12617
12618 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
12619
12620 * log-edit.el (log-edit-changelog-paragraph): Return point-max
12621 as the end of the ChangeLog paragraph when it ends without a line
12622 termination.
12623
12624 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
12625
12626 * net/webjump.el (webjump-sample-sites):
12627 Add simple Wikipedia query.
12628
12629 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
12630
12631 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
12632 compatibility code.
12633
12634 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
12635 (copyright-update-year): Use it.
12636
12637 * edmacro.el (edmacro-format-keys): Use current-active-maps.
12638
12639 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
12640 Add indentation and debugging info. Fix up comment convention.
12641
12642 * cus-dep.el (custom-make-dependencies): Simplify.
12643
12644 * composite.el (compose-region, decompose-region):
12645 Use inhibit-read-only and restore-buffer-modified-p.
12646
12647 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
12648 (xterm-mouse-event): Use it.
12649
12650 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
12651
12652 * bs.el (bs-cycle-previous): Don't modify the cycle list until
12653 `switch-to-buffer' has returned succesfully.
12654 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
12655 window is dedicated (it could iconify the frame).
12656
12657 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
12658
12659 * vc-hooks.el (vc-find-root): Fix file attribute test.
12660
12661 2007-05-24 Richard Stallman <rms@gnu.org>
12662
12663 * textmodes/flyspell.el (flyspell-correct-word-before-point):
12664 Don't let opoint be nil.
12665 (flyspell-emacs-popup): Explicit error if no dialogs.
12666
12667 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
12668
12669 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
12670 (image-next-line, image-previous-line, image-scroll-up)
12671 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
12672 New functions.
12673 (image-mode-map): Remap motion commands.
12674 (image-mode-text-map): New keymap for viewing images as text.
12675 (image-mode): Use image-mode-map.
12676 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
12677
12678 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
12679
12680 * textmodes/fill.el (canonically-space-region): Make the second arg
12681 a marker if it's not already the case.
12682
12683 2007-05-23 Eli Zaretskii <eliz@gnu.org>
12684
12685 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
12686 (tar-get-descriptor): Handle type 55, an extended pax header.
12687
12688 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
12689
12690 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
12691 to confuse outline-minor-mode.
12692
12693 2007-05-23 Eli Zaretskii <eliz@gnu.org>
12694
12695 * tar-mode.el (tar-file-name-handler): New function.
12696 (tar-extract): Bind file-name-handler-alist to it to force
12697 find-buffer-file-type-coding-system behave as if the file being
12698 extracted existed. Use last-coding-system-used to force
12699 buffer-file-coding-system to what decode-coding-region actually
12700 used to decode the file.
12701
12702 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
12703
12704 * progmodes/compile.el (compilation-handle-exit):
12705 `compilation-finish-function' may change the current buffer.
12706
12707 2007-05-22 Richard Stallman <rms@gnu.org>
12708
12709 * files.el (set-auto-mode): Doc fix.
12710
12711 2007-05-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12712
12713 * help-fns.el (find-source-lisp-file): New function.
12714 (describe-function-1): Use find-source-lisp-file to find source
12715 file in compile tree.
12716
12717 2007-05-22 Eli Zaretskii <eliz@gnu.org>
12718
12719 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
12720
12721 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
12722
12723 * emacs-lisp/easy-mmode.el (define-minor-mode)
12724 (easy-mmode-define-navigation): Fix typos in docstrings.
12725
12726 2007-05-22 Glenn Morris <rgm@gnu.org>
12727
12728 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
12729
12730 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
12731
12732 * mail/mail-extr.el (mail-extract-address-components):
12733 Recognize non-ASCII characters except for NBSP as words.
12734
12735 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
12736
12737 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
12738 (rcirc-print): Handle `window-width'.
12739 (rcirc-buffer-maximum-lines): Doc fix.
12740
12741 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
12742
12743 * image-mode.el (image-toggle-display): Don't clear image cache.
12744 Only use filename in image spec if the file is readable.
12745 Call image-refresh.
12746
12747 * image.el (image-type-from-file-name, image-type): Simplify.
12748 (image-type-auto-detected-p): Don't scan auto-mode-alist.
12749
12750 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
12751 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
12752
12753 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
12754
12755 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
12756 is an error.
12757
12758 * term/linux.el (terminal-init-linux): Don't signal an error
12759 if gpm isn't running.
12760
12761 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
12762
12763 * t-mouse.el: Reduce to a minor-mode macro call.
12764 (t-mouse-mode): Remove the lighter.
12765
12766 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
12767
12768 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
12769
12770 * files.el (auto-mode-alist): Change the regexp so that
12771 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
12772
12773 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
12774
12775 * Version 22.1 released.
12776
12777 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
12778
12779 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
12780 changes.
12781
12782 2007-05-19 Kevin Ryde <user42@zip.com.au>
12783
12784 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
12785
12786 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
12787
12788 * textmodes/sgml-mode.el: Revert last change.
12789
12790 2007-05-18 Richard Stallman <rms@gnu.org>
12791
12792 * simple.el (push-mark): Doc fix.
12793
12794 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
12795
12796 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
12797 tpu-global-map.
12798 (tpu-original-global-map): Variable deleted.
12799 (tpu-control-keys-map): New keymap variable.
12800 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
12801 setting keymapping directly.
12802 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
12803 tpu-global-map.
12804 (tpu-edt-on): Activate the tpu-global-map.
12805 (tpu-edt-off): Deactivate the tpu-global-map.
12806
12807 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
12808
12809 * textmodes/ispell.el (ispell-get-word): Return markers
12810 for start and end positions.
12811 (ispell-word): Assume END is a marker.
12812
12813 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12814
12815 * printing.el: Group together all XEmacs/Emacs definitions.
12816 (pr-version): New version 6.9.
12817 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
12818 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
12819 (pr-menu-bind): Fix code.
12820 (pr-e-frame-char-height, pr-e-frame-char-width)
12821 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
12822 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
12823 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
12824 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
12825 (pr-x-event-y-pixel): Aliases eliminated.
12826 (pr-xemacs-global-menubar): Macro moved.
12827 (current-menubar, current-mouse-event, zmacs-region-stays)
12828 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
12829 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
12830 Vars moved.
12831 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
12832 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
12833 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
12834 (pr-menu-set-utility-title, pr-even-or-odd-pages)
12835 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
12836 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
12837 moved.
12838
12839 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
12840
12841 * textmodes/sgml-mode.el (sgml-tag):
12842 Fix bug: Call sgml-transformation-function.
12843
12844 2007-05-17 Martin Rudalics <rudalics@gmx.at>
12845
12846 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
12847 modified flag of buffer. Use `inhibit-modification-hooks'.
12848
12849 2007-05-16 Richard Stallman <rms@gnu.org>
12850
12851 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
12852
12853 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
12854
12855 * files.el (magic-mode-alist, magic-fallback-mode-alist):
12856 Move the *ml, Postscript, and XmCD entries to the fallback part.
12857
12858 * files.el (magic-fallback-mode-alist):
12859 Rename from file-start-mode-alist.
12860
12861 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
12862
12863 * progmodes/compile.el (compilation-handle-exit): Quote first
12864 argument of `run-hook-with-args'.
12865
12866 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
12867
12868 * buff-menu.el (Buffer-menu-sort-column):
12869 * dabbrev.el (dabbrev-upcase-means-case-search):
12870 * dired.el (dired-recursive-deletes, dired-recursive-copies):
12871 * info.el (Info-current-subfile):
12872 * ls-lisp.el (ls-lisp-verbosity):
12873 * msb.el (msb-menu-cond):
12874 * pcvs.el (cvs-dired-use-hook):
12875 * simple.el (set-mark-command-repeat-pop):
12876 * time.el (display-time-24hr-format, display-time-mail-file):
12877 Doc fixes.
12878
12879 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
12880 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
12881
12882 * view.el (view-inhibit-help-message): Fix typo in docstring.
12883 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
12884
12885 2007-05-16 Martin Rudalics <rudalics@gmx.at>
12886
12887 * textmodes/ispell.el (ispell-start-process): Defend against bad
12888 default-directory.
12889
12890 2007-05-14 Eli Zaretskii <eliz@gnu.org>
12891
12892 * mail/rmail.el (rmail-convert-to-babyl-format): Check
12893 content-transfer-encoding _last_, because it's its position that
12894 we need as value of base64-header-field-end.
12895
12896 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
12897
12898 * files.el (mode-require-final-newline, require-final-newline)
12899 (enable-local-variables, enable-local-eval): Doc fixes.
12900
12901 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12902
12903 * ps-print.el: Use default color when foreground or background color
12904 are unspecified. Reported by Leo <sdl.web@gmail.com>.
12905 (ps-print-version): New version 6.7.4.
12906 (ps-rgb-color): New argument. Use default color when color is
12907 unspecified.
12908 (ps-begin-job): Fix code.
12909
12910 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
12911
12912 * longlines.el (longlines-mode): Make longlines-auto-wrap
12913 buffer-local. Add hooks unconditionally.
12914 (longlines-auto-wrap): Toggle wrapping.
12915 (longlines-after-change-function)
12916 (longlines-post-command-function): Check longlines-auto-wrap.
12917
12918 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
12919
12920 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
12921 (xterm-mouse-translate): Use it.
12922
12923 2007-05-10 Richard Stallman <rms@gnu.org>
12924
12925 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
12926 (iso-cvt-write-only): Likewise.
12927
12928 * emacs-lisp/easy-mmode.el (define-minor-mode):
12929 Fix generated doc string.
12930
12931 * startup.el (fancy-splash-text): Add URL of guided tour.
12932 Adjust horizontal and vertical whitespace.
12933
12934 * progmodes/compile.el (compilation-handle-exit):
12935 Use run-hook-with-args to run compilation-finish-functions.
12936
12937 * files.el (file-start-mode-alist): New variable.
12938 (magic-mode-regexp-match-limit): Doc fix.
12939 (set-auto-mode): Handle file-start-mode-alist.
12940 A little cleanup of structure.
12941
12942 * dabbrev.el (dabbrev-eliminate-newlines):
12943 Renamed from dabbrev--eliminate-newlines. All uses changed.
12944
12945 2007-05-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
12946
12947 * man.el (Man-next-section): Don't consider the last line of the page
12948 as being part of any section.
12949
12950 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
12951
12952 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
12953 can take any number of values.
12954
12955 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
12956
12957 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
12958 to the list of citation commands.
12959
12960 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
12961
12962 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
12963
12964 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
12965
12966 * progmodes/python.el (python-font-lock-keywords)
12967 (python-open-block-statement-p, python-mode): Add support for the new
12968 "with" keyword.
12969
12970 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12971
12972 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
12973 the exact opposite of diff-goto-source.
12974
12975 * emacs-lisp/advice.el (ad-special-forms): Remove.
12976 (ad-special-form-p): Use subr-arity.
12977
12978 * newcomment.el (comment-search-forward): Make sure we search forward.
12979 (comment-enter-backward): Try and distinguish the non-matching case at
12980 EOB from the non-matching case with a missing comment-end-skip for
12981 a 2-char comment ender.
12982 (comment-choose-indent): New function extracted from comment-indent.
12983 Improve the alignment algorithm.
12984 (comment-indent): Use it.
12985
12986 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
12987 XML style Processing Instructions.
12988 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
12989 (sgml-calculate-indent): Handle `pi' context.
12990
12991 * vc.el: Ensure that update-changelog issues an error when used with
12992 a backend that does not implement it.
12993 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
12994 Remove `backend' argument. Use expand-file-name.
12995 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
12996
12997 * progmodes/python.el (python-end-of-block): Revert last change.
12998 (python-end-of-statement): Make sure we move *forward*.
12999
13000 2007-05-08 Richard Stallman <rms@gnu.org>
13001
13002 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
13003 Don't include non-self-insert commands in the exception for `-'.
13004
13005 2007-05-08 David Reitter <david.reitter@gmail.com>
13006
13007 * progmodes/python.el (python-guess-indent): Check non-nullness
13008 before comparing indent against the 2..8 interval.
13009
13010 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13011
13012 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
13013 available.
13014
13015 2007-05-06 Richard Stallman <rms@gnu.org>
13016
13017 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
13018
13019 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
13020
13021 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
13022 rather than storing their value in the revert-buffer function.
13023
13024 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
13025
13026 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
13027 when disabling t-mouse-mode.
13028
13029 2007-05-01 Davis Herring <herring@lanl.gov>
13030
13031 * calendar/timeclock.el: Update version number.
13032 (timeclock-modeline-display): Mention timeclock-use-display-time
13033 in explanatory message.
13034 (timeclock-in): Fix non-interactive workday specifications.
13035 (timeclock-log): Don't kill the log buffer if it already existed.
13036 Suppress warnings when finding the log. Don't check for a nil
13037 project twice. Run hooks after killing the buffer (if applicable).
13038 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
13039 was geometric). All uses changed.
13040 (timeclock-generate-report): Support prefix argument.
13041
13042 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
13043
13044 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
13045 disconnections.
13046
13047 2007-05-01 Romain Francoise <romain@orebokech.com>
13048
13049 * dired-x.el: Revert 2007-04-06 change.
13050
13051 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
13052
13053 * find-dired.el (find-dired-filter): Propertize all text down to eob.
13054
13055 2007-04-29 Richard Stallman <rms@gnu.org>
13056
13057 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
13058
13059 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
13060
13061 * progmodes/cc-mode.el (c-before-change): Use point-min rather
13062 than 1.
13063
13064 2007-04-28 Richard Stallman <rms@gnu.org>
13065
13066 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
13067
13068 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
13069
13070 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
13071 don't put stop on toolbar.
13072
13073 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
13074
13075 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
13076
13077 2007-04-28 Eli Zaretskii <eliz@gnu.org>
13078
13079 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
13080 instead of $(lisp)/mh-e.
13081
13082 2007-04-28 Glenn Morris <rgm@gnu.org>
13083
13084 * image-dired.el (image-dired-cmd-create-thumbnail-options)
13085 (image-dired-cmd-create-temp-image-options): Replace option
13086 +profile "*" with -strip.
13087
13088 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
13089
13090 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
13091 Use window-start and window-end.
13092
13093 2007-04-27 Andreas Schwab <schwab@suse.de>
13094
13095 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
13096
13097 2007-04-27 Eli Zaretskii <eliz@gnu.org>
13098
13099 * textmodes/fill.el (fill-paragraph): Doc fix.
13100
13101 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
13102
13103 * locate.el (locate-in-alternate-database): Doc fix.
13104
13105 2007-04-26 Glenn Morris <rgm@gnu.org>
13106
13107 * button.el (button): Use underline if supported, else fall back
13108 to color.
13109
13110 * version.el (emacs-version): Increase to 22.1.50.
13111
13112 2007-04-25 Richard Stallman <rms@gnu.org>
13113
13114 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
13115
13116 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
13117
13118 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
13119 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
13120 pushing mark.
13121 (idlwave-current-routine): Don't push mark.
13122
13123 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
13124
13125 * image-dired.el (image-dired-display-image): Derive image-type from
13126 filename rather than assuming jpeg, in case no resizing was needed.
13127
13128 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
13129
13130 * custom.el (defface): Doc fix.
13131
13132 See ChangeLog.12 for earlier changes.
13133
13134 ;; Local Variables:
13135 ;; coding: iso-2022-7bit
13136 ;; add-log-time-zone-rule: t
13137 ;; End:
13138
13139 Copyright (C) 2007, 2008 Free Software Foundation, Inc.
13140
13141 This file is part of GNU Emacs.
13142
13143 GNU Emacs is free software; you can redistribute it and/or modify
13144 it under the terms of the GNU General Public License as published by
13145 the Free Software Foundation; either version 3, or (at your option)
13146 any later version.
13147
13148 GNU Emacs is distributed in the hope that it will be useful,
13149 but WITHOUT ANY WARRANTY; without even the implied warranty of
13150 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13151 GNU General Public License for more details.
13152
13153 You should have received a copy of the GNU General Public License
13154 along with GNU Emacs; see the file COPYING. If not, write to the
13155 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
13156 Boston, MA 02110-1301, USA.
13157
13158 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af