(displayed-month, displayed-year): Move declarations where needed.
[emacs.git] / lisp / ChangeLog
blob49a88cd1f4dbcbf8fb749efdd087c6f3f6798259
1 2008-03-14  Glenn Morris  <rgm@gnu.org>
3         * startup.el (command-line-1): Rename -internal-script back to
4         -scriptload (reverts previous change).
6         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
7         (calendar-bahai-leap-base): Add doc strings.
8         (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
9         Move definition before use.
10         (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
11         (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
12         variables outside the loop.  Use dolist.
13         (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
15         * calendar/cal-china.el: Re-order so that functions are defined before
16         use.
17         (displayed-month, displayed-year): Move declarations where needed.
18         (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
19         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
20         Add doc strings.
21         (chinese-year-cache): Recenter on 2010.  Doc fix.
22         (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
23         Doc fix.  Simplify.
24         (chinese-year-cache-init): New function.
25         (compute-chinese-year, holiday-chinese-new-year)
26         (calendar-chinese-date-string, calendar-goto-chinese-date)
27         (make-chinese-month-assoc-list): Use cadr, nth.
28         (chinese-months): Remove un-needed let.
30         * calendar/cal-coptic.el (coptic-calendar-month-name-array):
31         (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
32         (coptic-prompt-for-date): Move definition before use.
34         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
35         (calendar-dst-find-data, calendar-daylight-time-offset)
36         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
37         (calendar-daylight-savings-starts-time)
38         (calendar-daylight-savings-ends-time): Use cadr, nth.
40         * calendar/cal-french.el (french-calendar-epoch)
41         (calendar-goto-french-date): Doc fix.
42         (french-calendar-month-name-array)
43         (french-calendar-multibyte-month-name-array)
44         (french-calendar-day-name-array, french-calendar-special-days-array):
45         Add doc strings.
47         * calendar/cal-hebrew.el (displayed-month, displayed-year)
48         (original-date): Move declarations where needed.
49         (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
50         Doc fix.
51         (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
52         constant variables outside the loop.  Use dolist.
54         * calendar/cal-julian.el (calendar-absolute-from-julian): Move
55         definition before use.  Remove un-needed local `day'.
56         (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
58         * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
59         (calendar-mayan-tzolkin-names-array): Add doc strings.
60         (calendar-mayan-long-count-from-absolute): Use a single let.
61         (calendar-string-to-mayan-long-count): Simplify.
62         (calendar-next-haab-date, calendar-previous-haab-date)
63         (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
64         (calendar-previous-calendar-round-date)
65         (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
66         Doc fix.
67         (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
68         (calendar-mayan-date-string, calendar-print-mayan-date)
69         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
70         (calendar-mayan-long-count-common-era): Move definitions before use.
72         * calendar/cal-menu.el (displayed-year): Move declaration where needed.
73         (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
74         Doc fix.
75         (calendar-mouse-goto-date): Move definition before use.
77         * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
78         Move definition before use.
79         (calendar-cursor-to-visible-date): Move definition before use.
80         (calendar-scroll-left): Use unless and zerop.  Combine lets into one,
81         and place inside the conditional.
82         (calendar-forward-day): Simplify.
83         (calendar-end-of-month): Use unless.
84         (calendar-goto-day-of-year): Doc fix.
85         Relocate obsolete aliases after their replacements.
87         * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
89         * calendar/diary-lib.el (mark-diary-entries): Move some constant
90         variables outside the diary-date-forms loop.
92         * calendar/calendar.el (diary-file): Doc fix.
93         (calendar-buffer-list): Return buffers rather than strings (fixes
94         previous change).
96         * calendar/holidays.el (displayed-month, displayed-year):
97         Move declarations where needed.
98         (calendar-holiday-list, calendar-list-holidays)
99         (holiday-filter-visible-calendar): Move definitions before use.
100         (list-holidays): Use cadr.
101         Relocate obsolete aliases after their replacements.
103         * textmodes/org-irc.el (top-level): CL not required when compiling.
104         (org-irc-visit-erc): Replace runtime CL functions.
106         * textmodes/org-publish.el (declare-function): Add compatibility stub.
107         (org-publish-delete-dups): Declare as function.
109 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
111         * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
112         (vc-bzr-show-log-entry): Make regexp match more cases.
113         (vc-diff-switches-list): Remove autoload, not needed.
115 2008-03-14  Juri Linkov  <juri@jurta.org>
117         * isearch.el (isearch-edit-string): Remove one call to
118         `isearch-push-state' not to push an inconsistent state,
119         but keep another correct call to `isearch-push-state'.
120         (isearch-ring-adjust): Call `isearch-push-state' only when
121         `search-ring-update' is non-nil since `isearch-edit-string'
122         already pushes its state.
123         (isearch-message): Improve matching the failed part by checking
124         if the original message starts with the last successful message.
126         * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
127         (dired-perm-write): Renamed from `dired-warn-writable'.
128         Change parent face from `font-lock-warning-face' to
129         `font-lock-comment-delimiter-face'.
130         (dired-warn-writable-face): Rename to `dired-perm-write-face'.
131         (dired-perm-write-face): Renamed from `dired-warn-writable-face'.
132         (dired-font-lock-keywords): Replace `dired-warn-writable-face'
133         with `dired-perm-write-face'.
135 2008-03-13  Tassilo Horn  <tassilo@member.fsf.org>
137         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
138         Create cache dir only if it doesn't already exist.
140 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
142         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
143         of \ and '.
145 2008-03-13  Johan Bockg\e$(Q)[\e(Brd  <bojohan@gnu.org>
147         * net/browse-url.el (browse-url-text-xterm):
148         Unquote browse-url-text-browser.
150 2008-03-13  Carsten Dominik  <dominik@science.uva.nl>
152         * textmodes/org-mouse.el: Version number change.
154         * textmodes/org-publish.el: (org-publish-expand-components):
155         Remove null projects from the list of components.
156         (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
157         Remove unused retrieval of the :publishing-directory property.
158         (org-publish-file): Bugfix: when using a relative directory as the
159         publishing directory, convert it to a directory filename.
160         (org-publish-project): New alias.
161         (org-publish-get-files): Protect against empty p.
162         (org-publish-file): Send an error when file is not part of any project.
163         (org-publish-file): Offer to refresh the list of files in known
164         project when the current file is not part of any project.
165         (org-publish-before-export-hook)
166         (org-publish-after-export-hook): New hooks.
167         (org-publish-org-to): Use new hooks and kill buffers.
168         (org-publish-file): Remove the code for killing buffers.
169         (org-publish-initialize-files-alist): Use interactive.
170         (org-publish-file): If the publishing function creates a new
171         buffer, kill it after publishing.
172         (org-publish-timestamp-filename): Protect ":" in file name path
173         under windows.
175         * textmodes/org-export-latex.el (org-export-as-latex): Revert the
176         change that killed the LaTeX buffer.
178         * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
179         in the decision tree.
180         (org-select-remember-template): Clean the code.
181         (org-prepare-dblock): Add the extra :content parameter.
182         (org-write-agenda): New output type ".ics" files.
183         (org-write-agenda): Call `org-icalendar-verify-function', both for
184         time stamps and for TODO entries.
185         (org-agenda-collect-markers, org-create-marker-find-array)
186         (org-check-agenda-marker-table): New functions.
187         (org-agenda-marker-table): New variable.
188         (org-export-as-html): Revert the change that killed the html
189         buffer.  Side effects first need to be studied carefully.
190         (org-get-tags-at): Fix the structure of the condition-case statement.
191         (org-ts-regexp0, org-repeat-re, org-display-custom-time)
192         (org-timestamp-change): Fix regulear expressions to swallow the
193         extra character for repeat-shift control.
194         (org-auto-repeat-maybe): Implement the new repeater mechanisms.
195         (org-get-legal-level): Alias to `org-get-valid-level'.
196         (org-dblock-write:clocktable): Add a :link parameter, linking
197         headlines to their location in the Org agenda files.
198         (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
199         throwing an error when getting tags before headlines.
200         (org-timestamp-change, org-modify-ts-extra)
201         (org-ts-regexp1): Fix timestamp editing.
202         (org-agenda-custom-commands-local-options): New constant.
203         (org-agenda-custom-commands):
204         Use `org-agenda-custom-commands-local-options' to improve customize
205         type.  "htmlize": Removed hack to fix face problem with htmlize,
206         it no longer seem necessary.
207         (org-follow-link-hook): New hook.
208         (org-agenda-custom-commands): Add "Component" as a tag for each
209         item in a command serie.
210         (org-open-at-point): Run `org-follow-link-hook'.
211         (org-agenda-schedule): Bugfix: don't display marker type when it
212         is nil.
213         (org-store-link): org-irc required.
214         (org-set-regexps-and-options): Parse the new logging options.
215         (org-extract-log-state-settings): New function.
216         (org-todo): Handle the new ways of recording state change stuff.
217         (org-local-logging): New function.
218         (org-columns-open-link): Fix bug with opening link in column view.
219         (org-local-logging): New function
220         (org-todo): Make sure that LOGGING properties are honoured.
221         (org-todo-keywords): Improve docstring.
222         (org-startup-options): Cleanup startup options.
223         (org-set-regexps-and-options): Process the "!" markers.
224         (org-todo): Respect the new logging stuff.
225         (org-log-note-how): New variable.
226         (org-add-log-maybe): New parameter HOW that defines how logging
227         should be done and also overrides PURPOSE.  Add a docstring.
228         (org-add-log-note): Check if we really need to ask for a note.
229         (org-get-current-options): Digest the new keyword.
230         (org-agenda-reset-markers): Rename from
231         `org-agenda-maybe-reset-markers'.  Remove FORCE argument.
232         (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
233         function, without force argument.
234         (org-buffer-property-keys): Bind local variables s and p.
235         (org-make-tags-matcher): Allow "" to match an empty or
236         non-existent property value.
237         (org-export-as-html): Join unsorted lists when they directly
238         follow each other.  Such lists may be created by headlines that
239         are converted to lists.
240         (org-nofm-to-completion): New function.
241         (org-export-as-html): Use :html-extension instead of
242         org-export-html-extension.
243         (org-store-link): Support for links from `rmail-summary-mode'.
244         (org-columns-new, org-complete, org-set-property): Set the
245         `include-columns' argument in the call to
246         `org-buffer-property-keys'.
247         (org-buffer-property-keys): New argument `include-columns', to
248         include properties expected by any of the COLUMS formats in the
249         current buffer.
250         (org-cleaned-string-for-export): Get rid of drawers first, so that
251         they will be removed also in the text before the first headline.
252         (org-clock-report): Show the clocktable when found.
253         (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
254         (org-version): With prefix argument, insert `org-version' at point.
255         (org-agenda-goto): Recenter the window after finding the target
256         location, to make sure the correct position will be displayed.
257         (org-agenda-get-deadlines): Don't scale priority with the warning
258         period.
259         (org-insert-heading): Don't break line in the middle of the line.
260         (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
261         be 0.
262         (org-update-checkbox-count): Revamp to deal with hierarchical
263         beckboxes.  This was a patch from Miguel A. Figueroa-Villanueva.
264         (org-remove-timestamp-with-keyword): New function.
265         (org-schedule, org-deadline):
266         Use `org-remove-timestamp-with-keyword' to make sure all such time
267         stamps are removed.
268         (org-mode): Support for `align'.
269         (org-agenda-get-deadlines): Make sure priorities increase as the
270         due date approaches and is passed.
271         (org-remember-apply-template): Fix problem with tags that
272         contain "_" or "@".
273         (org-make-link-regexps): Improve the regular expression for plain
274         links.
275         (org-agenda-get-closed): List each clocking entry.
276         (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
277         (org-special-ctrl-k): New option.
278         (org-kill-line): New function.
279         (org-archive-all-done): Fix incorrect number of stars in regexp.
280         (org-refile-get-location): New function.
281         (org-refile-goto-last-stored): New function.
282         (org-global-tags-completion-table): Add the value of org-tag-alist
283         in each buffer, to make sure that also unused tags will be
284         available for completion.
285         (org-columns-edit-value)
286         (org-columns-next-allowed-value): Only update if not in agenda.
287         (org-clocktable-steps): New function.
288         (org-dblock-write:clocktable): Call `org-clocktable-steps'.
289         (org-archive-subtree): Add the outline tree context as a property.
290         (org-closest-date): New optional argument `prefer'.
291         (org-goto-auto-isearch): New option.
292         (org-goto-map, org-get-location): Implement auto-isearch.
293         (org-goto-local-auto-isearch-map): New variable.
294         (org-goto-local-search-forward-headings)
295         (org-goto-local-auto-isearch): New functions
297 2008-03-13  Philip Jackson  <emacs@shellarchive.co.uk>
299         * textmodes/org-irc.el: New file.
301 2008-03-13  John Wiegley  <johnw@gnu.org>
303         * textmodes/org-mac-message.el: New file.
305 2008-03-13  Dan Nicolaescu  <dann@ics.uci.edu>
307         * font-lock.el (font-lock-comment-face): Set the foreground for
308         the light background 8 colors case.
310 2008-03-13  Glenn Morris  <rgm@gnu.org>
312         * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
313         generate-autoload-cookie patterns.
315         * startup.el (command-line-1): Rename -scriptload to -internal-script.
317         * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
318         (MH_E_SRC): Remove variable.
319         ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
320         Simplify file header.  Use $@ for generated-autoload-file.
322         * Makefile.in (LOADDEFS): New variable.
323         (AUTOGENEL): Use $LOADDEFS.
324         (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
325         ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el):
326         ($(lisp)/calendar/hol-loaddefs.el): New targets.
327         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
328         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
329         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
330         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
331         * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
332         * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
333         Add calendar-specific autoload cookies, and remove any setting of
334         generated-autoload-file.
335         * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
336         * calendar/diary-lib.el: Replace explicit autoloads with reading of
337         diary-loaddefs.
338         * calendar/holidays.el: Replace explicit autoloads with reading of
339         hol-loaddefs.
341         * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
342         (calendar-buffer-list): Simplify.
343         (generate-calendar-window): Use calendar-mark-holidays rather than
344         obsolete alias.
346         * calendar/cal-hebrew.el (list-yahrzeit-dates):
347         Use cal-hebrew-yahrzeit-buffer.
349         * calendar/cal-x.el (calendar-only-one-frame-setup)
350         (calendar-two-frame-setup): Doc fixes.
351         (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
353         * calendar/appt.el (appt-mode-string): Mark as risky.
354         (appt-check): Apply mode-line-emphasis face to appt-mode-string.
356         * calendar/cal-html.el (diary-list-entries):
357         * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
358         (calendar-iso-from-absolute): Fix autoloads.
360         * calendar/cal-iso.el (calendar-absolute-from-iso)
361         (calendar-iso-read-args): Simplify.
362         (calendar-iso-date-string, calendar-iso-read-args)
363         (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
365         * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
366         (displayed-month, displayed-year): Move declarations where needed.
367         (calendar-print-astro-day-number): Doc fix.
369         * calendar/cal-persia.el (persian-calendar-month-name-array)
370         (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
371         (persian-prompt-for-date): Remove local variable `today'.
373         * calendar/diary-lib.el (mark-calendar-month): Use zerop.
375         * calendar/solar.el (solar-moment, solar-exact-local-noon)
376         (solar-sunrise-sunset, solar-sunrise-sunset-string)
377         (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time):
378         (diary-sabbath-candles, solar-equinoxes/solstices)
379         (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
380         (solar-time-equation, solar-date-to-et): Simplify.
382         * mail/supercite.el: Remove the `function' in `(function (lambda'.
383         Replace `(car (cdr' with cadr'.
385         * progmodes/f90.el (f90-font-lock-n): New function.
386         (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
387         Use f90-font-lock-n.
388         (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
390         * progmodes/f90.el (f90-mode-abbrev-table):
391         * progmodes/fortran.el (fortran-mode-abbrev-table):
392         Use newer form of define-abbrev, where supported.  No need to bind
393         abbrevs-changed for system abbrevs.
395 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
397         * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
398         delete-frame-functions.
400         * bookmark.el (Info-current-node): Remove.
402 2008-03-12  Juri Linkov  <juri@jurta.org>
404         * help.el (describe-project): Remove defaliases for view-todo and
405         describe-project that are now unnecessary after the merge from
406         emacs--rel--22 that added define-obsolete-function-alias.
408         * startup.el (inhibit-startup-screen): Revert incomplete
409         2008-03-10 merge from emacs--rel--22 that partly reverted
410         2008-02-28 change that added initial message to *scratch* buffer
411         regardless of the value of `inhibit-startup-screen'.
412         Now keep this change in the trunk, but not in the 22 branch.
414 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
416         * international/quail.el (quail-setup-completion-buf, quail-help):
417         * mail/binhex.el (binhex-decode-region-internal):
418         * mail/uudecode.el (uudecode-decode-region-internal):
419         * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
420         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
421         setting default-enable-multibyte-characters.
423         * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
425         * comint.el: Fix up indentation and comment style.  Remove `function'.
427         * international/mule-cmds.el (reset-language-environment)
428         (set-language-environment-nonascii-translation):
429         Don't set-unibyte-charset.
431         * doc-view.el: Remove all cb-args, use closures instead.
432         (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
433         doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
434         doing an incorrect check).  Update all callers to use the new name.
435         (doc-view-doc->txt): Add missing `txt' argument.
437 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
439         * doc-view.el (doc-view-current-cache-dir): Set buffer used for
440         md5 sum calculation to single-byte.
442 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
444         * doc-view.el (doc-view-new-window-function): Add assertion.
445         (doc-view-doc-type): New var.
446         (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
447         (doc-view-intersection): New fun.
448         (doc-view-mode): Use it to set the new var.
450 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
452         * doc-view.el (doc-view-doc->txt, doc-view-open-text)
453         (doc-view-already-converted-p): New functions.
454         (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
455         (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
456         (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
457         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
458         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
459         (doc-view-convert-current-doc): Don't hardwire the functions the
460         sentinels call.  Now they're provided by two args CALLBACK and
461         CB-ARGS to the functions.
462         (doc-view-search): Use doc-view-doc->txt.
463         (doc-view-initiate-display): Use doc-view-already-converted-p.
464         Mention new binding C-c C-t if doc-view-mode doesn't work.
466 2008-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
468         * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
470 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
472         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
473         Mark " outside of tags as punctuation.
475 2008-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
477         * menu-bar.el (minibuffer-local-map): Use the same command for the
478         "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
479         Prefer RET over C-j for exit-minibuffer.
481         * files.el (display-buffer-other-frame): Eliminate problematic code.
483         * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
484         (menu-bar-select-buffer): Remove.
485         (menu-bar-select-frame): Make non-interactive and take a frame arg.
486         (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
488 2008-03-11  Juanma Barranquero  <lekktu@gmail.com>
490         * icomplete.el (icomplete-completions): Remove obsolete code.
492         * net/net-utils.el (iwconfig-program-options): Doc fix.
493         (net-utils-run-program, run-network-program): Define as functions.
495 2008-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
497         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
499 2008-03-11  Glenn Morris  <rgm@gnu.org>
501         * faces.el (mode-line-emphasis): New face.
502         * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
504         * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
506 2008-03-11  Chong Yidong  <cyd@stupidchicken.com>
508         * simple.el (set-mark-command): Doc fix.
510 2008-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
512         * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
514         * emacs-lisp/autoload.el (autoload-find-destination):
515         Don't force raw-text.
517         * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
518         * calendar/cal-loaddefs.el: Don't version control.
520 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
522         * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
523         entries and add :help to the existing ones.
525 2008-03-10  Glenn Morris  <rgm@gnu.org>
527         * calendar/cal-hebrew.el (date, entry, number): Move declarations
528         to where they are needed.
530         * calendar/calendar.el (diary-file, hebrew-holidays-1)
531         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
532         (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
533         (calendar-version): Doc fixes.
534         (calendar-absolute-from-gregorian): Use zerop.
535         (calendar-mode-line-format): Make it a defcustom.
537         * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
538         (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
539         (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
540         (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
541         (mark-included-diary-files, mark-calendar-days-named)
542         (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
543         (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
544         (insert-monthly-diary-entry, insert-yearly-diary-entry)
545         (insert-anniversary-diary-entry, insert-block-diary-entry)
546         (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
547         (diary-font-lock-sexps): Doc fixes.
548         (diary-remind-message, mark-calendar-month): Use zerop.
549         (diary-attrtype-convert, diary-pull-attrs): Simplify.
550         (diary-list-entries): Revert let to let* (previous change).
552         * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
554 2008-03-10  Kim F. Storm  <storm@cua.dk>
556         * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
557         function aliases for the old names.
559 2008-03-10  Juanma Barranquero  <lekktu@gmail.com>
561         * iswitchb.el (iswitchb-use-faces): Doc fix.
562         (iswitchb-buffer-ignore, iswitchb-read-buffer):
563         Fix typos in docstrings.
565 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
567         * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
568         Fix typo.
569         (verilog-type-font-keywords): Reindent.
571 2008-03-10  Michael McNamara  <mac@mail.brushroad.com>
573         * verilog-mode.el (verilog-font-grouping-keywords): Fix bug in the
574         grouping-keyword regular expression.
575         (verilog-font-lock-keywords): Allow users to toggle special
576         highlight of grouping-keywords.
577         (verilog-highlight-grouping-keywords): The toggle for special
578         highlighting of grouping keywords.
580 2008-03-10  Juri Linkov  <juri@jurta.org>
582         * startup.el: Revert 2008-02-28 change that adds initial message
583         to *scratch* buffer regardless of the value of
584         `inhibit-startup-screen'.
586 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
588         * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
589         * textmodes/bibtex-style.el (bibtex-style-indent-basic):
590         * progmodes/verilog-mode.el (verilog-mode):
591         * net/socks.el (socks):
592         * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
594 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
596         * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
597         (doc-view-bookmark-make-record): Use them.
598         (doc-view-bookmark-jump): Use them.  Fix find-file ->find-file-noselect.
599         (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
601         * bookmark.el (bookmark-make-record-function): Change expected return
602         value to include a suggested bookmark name.
603         (bookmark-make): Split into bookmark-make-record and bookmark-store.
604         Fix reversed `overwrite' semantics.
605         (bookmark-set): Call bookmark-make-record before prompting the user.
606         Then pass the result to bookmark-store later on.
607         (bookmark-make-name-function): Remove.
608         (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
609         * info.el (bookmark-make-name-function): Remove.
610         (Info-mode): Don't set it.
611         (Info-bookmark-make-name): Remove.
612         (Info-bookmark-make-record): Use Info-current-node as suggested default
613         bookmark name.
615         * bookmark.el (bookmark-set): Make bookmark before reading annotations.
616         I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
617         (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
618         (bookmark-annotation-buffer, bookmark-annotation-file)
619         (bookmark-annotation-point, bookmark-send-annotation)
620         (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
621         (bookmark-edit-annotation-text-func): Rename from
622         bookmark-read-annotation-text-func.  Keep old name as an obsolete alias.
623         (bookmark-edit-annotation-mode-map): Move initialization into
624         declaration.
626         * bookmark.el: Remove spurious * in docstrings.
627         (bookmark-minibuffer-read-name-map): New var.
628         (bookmark-set): Use it.  Also pass the default value as it should.
629         (bookmark-send-edited-annotation): Take no chances with text properties.
630         (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
631         (bookmark-insert-buffer-name): Remove.
632         (bookmark-buffer-file-name): Signal an error rather than returning nil.
634 2008-03-09  Thomas H\e$(Q)q\e(Bhn  <xf27@arcor.de>  (tiny change)
636         * tutorial.el (tutorial--default-keys): Update `C-l' binding.
638 2008-03-09  Dan Nicolaescu  <dann@ics.uci.edu>
640         * diff-mode.el (diff-mode-menu): Add :help.
642 2008-03-09  Glenn Morris  <rgm@gnu.org>
644         * calendar/calendar.el (general-holidays, oriental-holidays)
645         (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
646         (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
647         (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
648         (calendar-holidays): Restore autoload cookies, because people are
649         used to using these variables without loading calendar.el.
651         * calendar/cal-islam.el (diary-islamic-date): Move to end.
652         (date, number): Declare where needed.
654         * calendar/diary-lib.el (nongregorian-diary-marking-hook)
655         (list-sexp-diary-entries): Doc fixes.
656         (diary-list-entries): Doc fix.  Remove free variable `entry'.
657         (fancy-diary-display): Use dolist, bobp.  Remove free variable `entry'.
658         Simplify setting of `date-holiday-list'.
659         (mark-diary-entries): Remove free variable `entry'.
660         (diary-list-entries, include-other-diary-files, fancy-diary-display):
661         Use let where let* is not needed.
663 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
665         * bookmark.el (bookmark-make): Don't pass the `annotation' to the
666         make-record function, instead paste it in afterwards.
667         (bookmark-make-record-for-text-file):
668         * doc-view.el (doc-view-bookmark-make-record):
669         * info.el (Info-bookmark-make-record): Don't mess with annotations.
671 2008-03-08  Glenn Morris  <rgm@gnu.org>
673         * calendar/diary-lib.el (entry): Declare for compiler part-way
674         through.
676 2008-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
678         * calendar/diary-lib.el (diary-list-entries)
679         (include-other-diary-files, mark-diary-entries)
680         (mark-sexp-diary-entries, mark-included-diary-files)
681         (diary-entry-time, list-sexp-diary-entries): Remove the special
682         handling of ^M that dates back to the use of selective-display.
683         (simple-diary-display): Obey setting of pop-up-frames.
684         (body, entry): Remove unnecessary declarations.
686         * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
687         (bookmark-get-annotation, bookmark-set-annotation)
688         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
689         (bookmark-set-position, bookmark-get-front-context-string)
690         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
691         (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
692         * info.el (Info-bookmark-make-record): Don't bother recording point.
693         (bookmark-get-filename, bookmark-get-front-context-string)
694         (bookmark-get-rear-context-string, bookmark-get-position):
695         Don't declare any more.
696         (bookmark-get-info-node): Remove.
697         (bookmark-prop-get): Declare.
698         (Info-bookmark-jump): Use it.
700 2008-03-08  Johan Bockg\e$(Q)[\e(Brd  <bojohan@gnu.org>
702         * subr.el (while-no-input): Don't splice BODY directly into the
703         `or' form.
705 2008-03-08  Dan Nicolaescu  <dann@ics.uci.edu>
707         * diff-mode.el (diff-ignore-whitespace-hunk):
708         Bind inhibit-read-only before trying to change the buffer.
710 2008-03-08  Glenn Morris  <rgm@gnu.org>
712         * calendar/appt.el (appt): Move custom group here from calendar.el.
713         (appt-disp-window, appt-convert-time): Doc fixes.
715         * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
716         (calendar-bahai-mark-date-pattern):
717         * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
718         * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
719         * calendar/cal-julian.el (calendar-absolute-from-julian):
720         * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
722         * calendar/cal-china.el (chinese-calendar): Move custom group here from
723         calendar.el.
724         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
725         Make constants.
726         (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
727         (chinese-calendar-daylight-savings-starts)
728         (chinese-calendar-daylight-savings-ends)
729         (chinese-calendar-daylight-savings-starts-time)
730         (chinese-calendar-daylight-savings-ends-time)
731         (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
732         Doc fixes.
734         * calendar/cal-coptic.el (coptic-name): Add doc string.
736         * calendar/cal-french.el (french-calendar-month-name-array)
737         (french-calendar-day-name-array, french-calendar-special-days-array):
738         Add doc strings.
740         * calendar/cal-bahai.el (diary-bahai-mark-entries)
741         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
742         (diary-bahai-insert-yearly-entry):
743         * calendar/cal-dst.el (calendar-next-time-zone-transition)
744         (calendar-time-zone):
745         * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
746         (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
747         (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
748         (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
749         (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
750         * calendar/cal-islam.el (islamic-calendar-leap-year-p)
751         (list-islamic-diary-entries, mark-islamic-diary-entries)
752         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
753         (insert-yearly-islamic-diary-entry):
754         * calendar/cal-iso.el (calendar-iso-read-args):
755         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
756         (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
757         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
758         (calendar-next-calendar-round-date)
759         (calendar-mayan-long-count-common-era):
760         * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
761         (cal-menu-x-popup-menu, calendar-mouse-holidays)
762         (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
763         (calendar-mouse-goto-date):
764         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
765         * calendar/holidays.el (holidays):
766         * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
767         * calendar/time-date.el (date-to-time, time-subtract, time-add)
768         (safe-date-to-time): Doc fixes.
770         * calendar/cal-persia.el (persian-calendar-month-name-array)
771         (persian-calendar-epoch): Make constants.
773         * calendar/cal-tex.el (calendar-tex): Move custom group here from
774         calendar.el.
776         * calendar/cal-x.el (diary-frame-parameters)
777         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
778         (calendar-after-frame-setup-hooks): Make defcustoms.
779         (calendar-one-frame-setup, calendar-only-one-frame-setup)
780         (calendar-two-frame-setup): Doc fix.
782         * calendar/cal-loaddefs.el: New file.
784         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
785         * calendar/cal-french.el, calendar/cal-html.el:
786         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
787         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
788         * calendar/cal-tex.el, calendar/cal-x.el:
789         Unquote lambda functions.  Add autoload cookies to functions formerly
790         autoloaded in calendar.el.  Set `generated-autoload-file' to
791         "cal-loaddefs.el".
793         * calendar/calendar.el: Move many autoloads to separate file,
794         cal-loaddefs.el.  Move defcustoms to start and re-order.
795         (calendar-month-name-array, calendar-starred-day): No need to
796         declare for compiler.
797         (cal-loaddefs): Require it.
798         (appt, chinese-calendar, calendar-tex): Move custom groups to the
799         appropriate file.
800         (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
801         Reverse logic.
802         (diary-face, diary-file-name-prefix-function, diary-include-string)
803         (diary-glob-file-regexp-prefix, diary-face-attrs)
804         (diary-file-name-prefix, sexp-diary-entry-symbol)
805         (print-diary-entries-hook, list-diary-entries-hook)
806         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
807         (nongregorian-diary-marking-hook, diary-list-include-blanks):
808         Move to diary-lib.
809         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
810         (all-bahai-calendar-holidays): Doc fix.
811         (calendar-insert-indented): Doc fix.  Use when rather than if.
812         (exit-calendar): Use mapc rather than mapcar.
813         (calendar-cursor-to-date): Use zerop.
814         (calendar-mark-ring): Add doc-string.
815         (calendar-starred-day): Defvar it.
816         (calendar-mode): Make calendar-starred-day local.
817         (calendar-star-date): No need to make calendar-starred-day local.
819         * calendar/diary-lib.el: Move defcustoms to start.
820         (diary-include-string, diary-list-include-blanks)
821         (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
822         (diary-file-name-prefix, diary-file-name-prefix-function)
823         (sexp-diary-entry-symbol, list-diary-entries-hook)
824         (mark-diary-entries-hook, nongregorian-diary-listing-hook)
825         (nongregorian-diary-marking-hook, print-diary-entries-hook):
826         Move here from calendar.el.
827         (diary-file-name-prefix-function): Use 'identity.
828         (diary-face): Make it a defcustom, and mark as obsolete.
829         (top-level): No need to require cal-hebrew, cal-islam when
830         compiling.
831         (calendar-hebrew-month-name-array-leap-year)
832         (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
833         Define for compiler.
834         (diary-font-lock-keywords): Use format rather than concat. Add
835         bahai-diary-entry-symbol.
837         * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
838         * calendar/solar.el: Unquote lambda functions.
840         * calendar/solar.el (calendar-location-name, calendar-latitude)
841         (calendar-longitude, solar-setup, solar-sin-degrees)
842         (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
843         (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
844         (solar-sunrise-and-sunset, solar-moment, solar-daylight)
845         (solar-exact-local-noon, solar-julian-ut-centuries)
846         (solar-ephemeris-time, solar-date-next-longitude)
847         (solar-horizontal-coordinates, solar-equatorial-coordinates)
848         (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
849         (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
850         (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
851         Doc fixes.
852         (solar-horizontal-coordinates, solar-equatorial-coordinates)
853         (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
854         (solar-ecliptic-coordinates): Use unless.
855         (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
856         Use or.
858         * calendar/timeclock.el: Add doc-strings to all functions.
859         (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
860         (timeclock-entry-list-length, timeclock-entry-list-projects)
861         (timeclock-day-list-projects, timeclock-day-list): Use dolist.
863         * calendar/todo-mode.el: Remove un-needed eval-when-compile.
865         * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
866         (org-get-entries-from-diary): Require diary-lib.
868 2008-03-08  Juanma Barranquero  <lekktu@gmail.com>
870         * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
871         Pacify byte-compiler.
873 2008-03-07  Alan Mackenzie  <acm@muc.de>
875         * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
876         paren/bracket pairs parsed, to solve performance problem.
878 2008-03-07  Bastien Guerry  <bzg@altern.org>
880         * bookmark.el (bookmark-set): Don't check for
881         `bookmark-make-name-function' since `bookmark-buffer-file-name'
882         already takes care of this.
883         (bookmark-buffer-name, bookmark-buffer-file-name): Remove
884         Info-mode specific code.
886         * info.el (bookmark-get-info-node): Define this function in
887         info.el, not in bookmark.el.
888         (Info-mode): Set `bookmark-make-name-function' to
889         `Info-bookmark-make-name' locally.
890         (Info-bookmark-make-name): New function.
892         * bookmark.el (bookmark-make-name-function): New variable.
894 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
896         * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
897         buffer-local, not `bookmark-make-cell-function' (the old name).
899 2008-03-07  Tassilo Horn  <tassilo@member.fsf.org>
901         * doc-view.el (doc-view-bookmark-make-record):
902         * image-mode.el (image-bookmark-make-record):
903         * info.el (Info-bookmark-make-record): Delete obsolete second arg.
905 2008-03-07  Jan Dj\e$(Q)Z\e(Brv  <jan.h.d@swipnet.se>
907         * vc.el (vc-status-menu-map-filter): Return orig-binding if
908         boundp 'vc-ignore-menu-filter.
909         (vc-status-tool-bar-map): Make it defvar.
910         (vc-status-mode): vc-status-tool-bar-map now variable.
911         (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
913 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
915         Give a better name to part of the bookmark interface.
917         This was originally a much larger change, but halfway through I
918         updated and discovered that Stefan Monnier had done the rest.
919         It looks like he anticipated the new name too, because he used
920         `the-record' instead of `the-cell' for some internal variable names.
922         * bookmark.el (bookmark-make-record-function): Was
923         `bookmark-make-cell-function'.
924         (bookmark-make, bookmark-send-annotation): Update for above.
925         (bookmark-make-record-for-text-file):
926         Was `bookmark-make-cell-for-text-file.  Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
928         * info.el: Adjust accordingly.
929         (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
931         * image-mode.el: Adjust accordingly.
932         (image-bookmark-make-record): Was `image-bookmark-make-cell'.
934         * doc-view.el: Adjust accordingly.
935         (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
937 2008-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
939         * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
940         Move initialization into declaration.
941         (bookmark-get-info-node, bookmark-set-info-node): Remove.
942         (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
943         (bookmark-info-current-node): Remove.
944         (bookmark-jump-noselect): Rename from bookmark-jump-internal.
945         Add relocation fallback.  Set bookmark-current-bookmark.
946         (bookmark-default-handler): Rename from bookmark-jump-noselect.
947         Remove relocation fallback.  Don't set bookmark-current-bookmark.
948         (bookmark-set): Let it be used even if there's no buffer-file-name
949         as long as there is a bookmark-make-cell-function.
950         * info.el (Info-bookmark-jump): Remove relocation fallback.
951         Don't set bookmark-current-bookmark.
953 2008-03-07  Glenn Morris  <rgm@gnu.org>
955         * calendar/appt.el (appt-issue-message)
956         (appt-message-warning-time, appt-audible, appt-visible)
957         (appt-msg-window, appt-display-mode-line, appt-display-duration)
958         (appt-display-diary): Remove autoload cookies.
960         * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
961         Remove leading `*' from defcustom doc-strings.
963         * calendar/cal-dst.el (calendar-dst): New custom group.
964         (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
965         (calendar-time-zone, calendar-daylight-time-offset)
966         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
967         (calendar-daylight-savings-starts-time)
968         (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
969         (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
970         Move to start.
972         * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
974         * calendar/calendar.el (calendar-version): Use emacs-version and
975         make it obsolete.  Move to end.
976         (calendar-offset, view-diary-entries-initially)
977         (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
978         (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
979         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
980         (all-bahai-calendar-holidays, calendar-load-hook)
981         (initial-calendar-window-hook, today-visible-calendar-hook)
982         (today-invisible-calendar-hook, calendar-move-hook)
983         (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
984         (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
985         (diary-include-string, sexp-diary-entry-symbol)
986         (abbreviated-calendar-year, american-date-diary-pattern)
987         (european-date-diary-pattern, european-calendar-display-form)
988         (american-calendar-display-form, print-diary-entries-hook)
989         (list-diary-entries-hook, diary-hook, diary-display-hook)
990         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
991         (nongregorian-diary-marking-hook, diary-list-include-blanks)
992         (holidays-in-diary-buffer, general-holidays, oriental-holidays)
993         (local-holidays, other-holidays, hebrew-holidays-1)
994         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
995         (hebrew-holidays, christian-holidays, islamic-holidays)
996         (bahai-holidays, solar-holidays, calendar-setup)
997         (calendar-week-start-day): Remove autoload cookies.
998         (diary-glob-file-regexp-prefix): Doc fix.
999         (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
1000         (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
1001         (calendar-week-start-day, calendar-debug-sexp): Move to start.
1003         * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
1004         (calendar-time-display-form, calendar-latitude)
1005         (calendar-longitude, solar-equinoxes-solstices): Remove autoload
1006         cookies.
1007         (calendar-latitude, calendar-longitude): Move functions after
1008         variables.
1009         (diary-sabbath-candles-minutes): Move to start.
1010         (solar-setup): Use or rather than if.
1011         (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
1012         Remove condition-case.
1013         (solar-atn2): Use zerop.
1014         (solar-equinoxes-solstices): Doc fix.
1016         * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
1017         (sc-mode-map-prefix): Doc fix.  Make it a defcustom.
1019         * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
1020         (calendar-longitude, calendar-latitude, calendar-location-name):
1021         Declare for compiler.
1023 2008-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1025         * arc-mode.el (archive-ar-file-header-re): New const.
1026         (archive-ar-summarize, archive-ar-extract): New funs.
1027         (archive-find-type): Recognize ar archives.
1029         * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
1030         New functions.
1032         * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
1034 2008-03-06  Lennart Borgman  <lennart.borgman@gmail.com>
1036         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
1037         Replace :enable (mark-active) with :enable mark-active.
1039 2008-03-06  Juanma Barranquero  <lekktu@gmail.com>
1041         * vms-patch.el (make-legal-file-name): New obsolete alias.
1042         (make-valid-file-name): Rename from `make-legal-file-name'.
1043         (make-auto-save-file-name): Use it.
1045         * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
1046         (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
1047         (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
1049         * textmodes/org.el (org-export-html-style): Doc fix.
1050         (org-get-legal-level): New obsolete alias.
1051         (org-get-valid-level): Rename from `org-get-legal-level'.
1052         (org-promote, org-demote, org-archive-subtree)
1053         (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
1055 2008-03-06  Jan Dj\e$(Q)Z\e(Brv  <jan.h.d@swipnet.se>
1057         * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
1059         * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
1060         (vc-status-toggle-mark): New functions.
1061         (vc-status-mode): Set tool bar map.
1063 2008-03-05  Chong Yidong  <cyd@stupidchicken.com>
1065         * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
1066         Reported by Drew Adams <drew.adams@oracle.com>.
1068 2008-03-05  Juanma Barranquero  <lekktu@gmail.com>
1070         * epg.el (epg-context-include-certs): Reflow docstring.
1071         (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
1072         (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
1073         (epg-context-set-signers, epg-context-set-sig-notations)
1074         (epg-make-import-status, epg-make-import-result)
1075         (epg-start-delete-keys): Fix typos in docstrings.
1076         (epg-start-sign-keys, epg-sign-keys):
1077         Fix typos in obsolescence declarations.
1079         * iswitchb.el: Don't check for `cadr' and `last'.
1080         (iswitchb-define-mode-map, iswitchb-default-keybindings):
1081         Add obsolescence declaration and remove redundant info from docstring.
1082         (iswitchb-set-common-completion, iswitchb-set-matches)
1083         (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
1084         (recentf-list, most-len, most-is-exact):
1085         Don't wrap defvars within `eval-when-compile'.
1087 2008-03-05  Glenn Morris  <rgm@gnu.org>
1089         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
1090         * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
1091         * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
1092         * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
1093         ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
1095         * ediff-hook.el (ediff-window-setup-function): Don't autoload
1096         declaration for compiler.
1097         (ediff-xemacs-init-menus): Use when rather than if.
1099         * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
1100         if+and to just and.
1101         (ediff-read-event, ediff-overlayp, ediff-make-overlay)
1102         (ediff-delete-overlay): Move the XEmacs test inside the definition.
1104         * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
1106         * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
1107         test inside XEmacs test.
1108         (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
1109         since it was doing nothing on Emacs.
1110         (ediff-make-bullet-proof-overlay): Use when rather than if.
1112         * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
1113         (ediff-setup-control-frame): Remove
1114         ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
1115         a (featurep 'xemacs) test.
1117 2008-03-05  Jay Belanger  <jay.p.belanger@gmail.com>
1119         * calc/calc-ext.el (calc-extended-command-history): New variable.
1120         (calc-exectute-extended-command): Use `calc-extended-command-history'.
1122 2008-03-05  Dan Nicolaescu  <dann@ics.uci.edu>
1124         * bindings.el (mode-line-remote): Add mouse-face.  Improve tooltip.
1125         (standard-mode-line-position): Add mouse-face.
1127         * progmodes/compile.el (compilation-menu-map):
1128         (compilation-mode-map):
1129         * progmodes/grep.el (grep-mode-map): Add :help.
1131         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
1132         initialize in one step.  Add :help.  Use :enable to activate menu
1133         items. Show the key binding for edebug-defun.
1134         (lisp-interaction-mode-map): Add a menu.
1136         * term.el (term-mode-map): Define and initialize in one step.
1138         * ediff-init.el (ediff-color-display-p): Simplify.
1139         (Xor): Remove unused function.
1140         (ediff-with-syntax-table): Simplify for Emacs.
1142         * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
1143         menu-bar being loaded, it always is.
1145 2008-03-05  Glenn Morris  <rgm@gnu.org>
1147         * textmodes/tex-mode.el (tex-mode): Suppress warning about
1148         multiple definitions when compiling.
1150 2008-03-04  Alan Mackenzie  <acm@muc.de>
1152         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
1154         * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
1155         doc-string, "c-old-LEN" -> "c-old-END".
1157 2008-03-04  Jason Rumney  <jasonr@gnu.org>
1159         * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
1160         namespaces.
1162 2008-03-04  Glenn Morris  <rgm@gnu.org>
1164         * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
1166         * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
1167         than mapcar.
1169 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1171         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
1172         (byte-compile-nilconstp): Can't use recursion in a defsubst.
1174         * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
1175         so that M-q can fill comments.
1176         (tex-executable-exists-p, tex-compile): Extend with special syntax for
1177         commands implemented in elisp.
1178         (tex-compile-commands): Add an entry to use doc-view for pdf files.
1179         (tex-format-cmd): New function.
1180         (tex-compile): Use it to let the user specify default arguments.
1181         (tex-cmd-bibtex-args): New var.
1182         (tex-cmd-doc-view): New function.
1184 2008-03-03  Juanma Barranquero  <lekktu@gmail.com>
1186         * faces.el (face-spec-set): Fix typos in docstring.
1188 2008-03-03  Dan Nicolaescu  <dann@ics.uci.edu>
1190         * bindings.el (mode-line-column-line-number-mode-map): New variable.
1191         (standard-mode-line-position): Use it to add a menu for toggling
1192         column number and line number display.
1194 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1196         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
1197         Remove optimization that was working around the form-code-walker bug.
1199         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1200         Walk into the body of lambdas after byte-compile-unfold-lambda.
1202 2008-03-03  Glenn Morris  <rgm@gnu.org>
1204         * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
1205         value, if set, over frame value.
1207         * simple.el (transient-mark-mode): Don't turn on by default.
1209         * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
1210         accidentally removed by the 2007-12-05 merge from Gnus.
1212 2008-03-02  Dan Nicolaescu  <dann@ics.uci.edu>
1214         * progmodes/compile.el (compilation-menu-map): Add menu entries
1215         for useful options.
1217 2008-03-01  Dan Nicolaescu  <dann@ics.uci.edu>
1218             Glenn Morris  <rgm@gnu.org>
1220         * emacs-lisp/bytecomp.el (byte-recompile-directory)
1221         (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
1222         Give a `bytecomp-' prefix to local variables with common names.
1224 2008-03-01  Glenn Morris  <rgm@gnu.org>
1226         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Restore
1227         code commented out 2007-11-10.
1229         * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
1231         * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
1232         Delete macro.
1233         * emulation/viper-cmd.el, emulation/viper-ex.el:
1234         * emulation/viper-init.el, emulation/viper-keym.el:
1235         * emulation/viper-mous.el, emulation/viper-util.el:
1236         * emulation/viper.el:
1237         Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
1238         featurep test.
1240         Replace obselete frame-local variables with frame-parameters.
1241         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
1242         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
1243         (viper-vi-state-cursor-color): Only call make-variable-frame-local
1244         on XEmacs.
1245         * emulation/viper-util.el (viper-frame-value): New macro.
1246         * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
1247         (viper-R-state-post-command-sentinel)
1248         (viper-replace-state-post-command-sentinel)
1249         (viper-change-state-to-insert, viper-change-state-to-emacs):
1250         * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
1251         (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
1252         (viper-get-saved-cursor-color-in-insert-mode)
1253         (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
1254         Use viper-frame-value for viper-replace-overlay-cursor-color,
1255         viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
1256         viper-vi-state-cursor-color values.
1258         * emulation/viper-cmd.el (zmacs-region-stays):
1259         * emulation/viper-util.el (zmacs-region-stays): No need to define
1260         for compiler.
1262         * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
1263         mapcar on Emacs.
1265         * emulation/viper-mous.el (viper-counting-clicks-p): Only define
1266         on XEmacs.
1268         * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
1269         rather than if.
1271 2008-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1273         * whitespace.el: New version 9.3.  As the glyph code generation was
1274         fixed, it is possible now to use character code above ?\x1FFFF in the
1275         display table.  Fix `whitespace-indentation-regexp' to not include an
1276         extra ending character.  Reported by Michael Welsh Duggan
1277         <mwd@cert.org>.  Added hook actions when buffer is written or killed as
1278         the original whitespace package had.  Suggested by Eric Cooper
1279         <ecc@cmu.edu>.  Doc fix.
1280         (whitespace-action): New option.
1281         (whitespace-display-mappings): Changed default newline visualization to
1282         display downwards arrow, as the glyph code generation was fixed.
1283         (whitespace-unload-function): Assure that all local whitespace mode is
1284         turned off.
1285         (whitespace-global-modes): Fix type customization.
1286         (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
1287         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
1288         (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
1289         Fix code.
1290         (whitespace-buffer): Command removed.
1291         (whitespace-trailing-regexp, whitespace-mark-x)
1292         (whitespace-display-window, whitespace-action-when-on)
1293         (whitespace-add-local-hook, whitespace-remove-local-hook)
1294         (whitespace-write-file-hook, whitespace-kill-buffer-hook)
1295         (whitespace-action): New funs.
1296         (whitespace-report-list, whitespace-report-text)
1297         (whitespace-report-buffer-name): New consts.
1298         (whitespace-report, whitespace-report-region): New commands.
1300 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
1302         * disp-table.el (make-glyph-code): Don't test the result of
1303         `face-id', which already signals an error for invalid faces.
1304         (glyph-face): Simplify.
1306         * desktop.el (desktop-read): Set `desktop-dirname' to nil before
1307         running `desktop-not-loaded-hook' to allow modifying it.
1308         Don't show warning message if `desktop-dirname' was modified.
1310 2008-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1312         * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
1313         we still expect more lines.
1315         * textmodes/fill.el (fill-comment-paragraph): Don't try to do
1316         comment-paragraph filling if the commark doesn't match
1317         comment-start-skip.
1319 2008-03-01  Daiki Ueno  <ueno@unixuser.org>
1321         * international/utf-7.el (utf-7-encode): Never skip the trailing - for
1322         the `imap' variant.
1324 2008-03-01  Jason Rumney  <jasonr@gnu.org>
1326         * files.el (make-auto-save-file-name): Encode more characters in
1327         non-file buffer names.  Use url-encoding.
1329 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
1331         * net/net-utils.el (ftp-program): Fix typo in docstring.
1332         (ifconfig-program-options, netstat-program-options)
1333         (arp-program-options, route-program-options, nslookup-program-options)
1334         (ftp-program-options, smbclient-program-options)
1335         (dns-lookup-program-options, arp, route): Doc fixes.
1337         * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
1338         (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
1339         (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
1340         Fix typos in docstrings.
1341         (gdb-pending-triggers): Reflow docstring.
1342         (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
1344 2008-03-01  Alan Mackenzie  <acm@muc.de>
1346         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
1347         typing "#" at EOB.
1349 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
1351         * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
1353 2008-02-29  Kim F. Storm  <storm@cua.dk>
1355         * emulation/cua-base.el (cua-remap-control-v)
1356         (cua-remap-control-z): New defcustoms.
1357         (cua-mode): Add them to set-after property.
1358         (cua--init-keymaps): Use them.
1359         Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
1361         * help.el (view-emacs-todo): Rename from view-todo.
1362         (describe-gnu-project): Rename from describe-project.  Users changed.
1363         (view-help-file): New helper function.
1364         (describe-distribution, describe-copying, describe-gnu-project)
1365         (view-todo, view-order-manuals, view-emacs-problems): Use it.
1366         (view-emacs-debugging, view-external-packages): New commands.
1367         (help-map): Move describe-distribution to C-h C-o (ordering).
1368         Move view-emacs-problems to C-h C-p (problems).
1369         Bind view-emacs-debugging to C-h C-d (debugging).
1370         Bind view-external-packages to C-h C-e (extras).
1371         (help-for-help-internal): Cleanup and align descriptions.
1372         Remove command names to reduce clutter.
1374 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
1376         * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
1377         and quieter face (not a warning).
1379 2008-02-29  Dan Nicolaescu  <dann@ics.uci.edu>
1381         * vc.el (vc-status-crt-marked): New variable.
1382         (vc-status-mode): Make it local.
1383         (vc-status-refresh): Use it to save the marked files.
1384         (vc-update-vc-status-buffer): Use it to restore the marked files.
1386         * vc-svn.el (vc-svn-after-dir-status):
1387         * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
1389 2008-02-29  Glenn Morris  <rgm@gnu.org>
1391         * allout.el (allout-topic-encryption-bullet)
1392         (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
1393         (allout-encrypt-unencrypted-on-saves): Change defcustom :version
1394         from 22.0 to 22.1.
1396         * net/imap.el (imap-ping-server):
1397         * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
1398         Change defcustom :version from 23.0 to 23.1.
1400 2008-02-29  Juanma Barranquero  <lekktu@gmail.com>
1402         * desktop.el (desktop-save): Save the buffer name if the
1403         uniquified base name is empty.
1405 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
1407         * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
1408         correctly when user has "set print address off".
1410 2008-02-28  Juanma Barranquero  <lekktu@gmail.com>
1412         * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
1413         version number of the next major Emacs release, not 23.0.
1415         * longlines.el (longlines-unload-function): New function.
1417 2008-02-28  Juri Linkov  <juri@jurta.org>
1419         * startup.el (normal-splash-screen): Add argument `concise'.
1420         Remove unused binding `prev-buffer'.  Let-bind `splash-buffer'
1421         to the created buffer.  If `concise' is non-nil, call
1422         `display-buffer', otherwise `switch-to-buffer'.  Doc fix.
1423         (display-startup-screen): Add argument `concise' to the call to
1424         `normal-splash-screen'.
1426 2008-02-28  Kim F. Storm  <storm@cua.dk>
1428         * startup.el (startup-echo-area-message): Check for about-emacs.
1430 2008-02-28  Juri Linkov  <juri@jurta.org>
1432         * startup.el: Always add initial message to *scratch* buffer if
1433         `initial-scratch-message' is non-nil regardless of the value of
1434         `inhibit-startup-screen'.
1435         (inhibit-startup-screen, initial-scratch-message): Doc fix.
1436         (command-line-1): Move code that inserts `initial-scratch-message'
1437         up before the if-form that checks for `inhibit-startup-screen'.
1438         Suggested by Jonathan Rockway <jon@jrock.us>.
1440 2008-02-28  Juri Linkov  <juri@jurta.org>
1442         * cus-edit.el (custom-mode-map, custom-mode-link-map):
1443         Rename `custom-mode' to `Custom-mode' in docstrings.
1444         (custom-buffer-create-internal, customize-browse):
1445         Rename `custom-mode' to `Custom-mode'.
1446         (custom-mode-hook): Rename to `Custom-mode-hook'.
1447         (Custom-mode-hook): Renamed from `custom-mode-hook'.
1448         (custom-mode): Rename to `Custom-mode'.
1449         (Custom-mode): Renamed from `custom-mode'.  Doc fix.
1450         (custom-mode): Add backward-compatible non-interactive variant of
1451         `Custom-mode' that simply calls `Custom-mode'.  Mark it obsoleted.
1452         (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
1454         * info-look.el: Rename `custom-mode' to `Custom-mode'.
1456         * emulation/viper.el (viper-emacs-state-mode-list):
1457         Rename `custom-mode' to `Custom-mode'.
1459         * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
1460         Capitalize "Tagged Files".
1461         (minibuffer-local-map): Add menu items for next/previous
1462         history elements and isearch history forward/backward.
1464         * progmodes/hideshow.el (hs-minor-mode-menu): Compare
1465         `hs-isearch-open' with t instead of `comment' in :selected
1466         for "Code and Comment blocks" menu item.
1468 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1470         * uniquify.el (uniquify-buffer-base-name): Undo last change.
1471         Should be done in desktop.el instead.
1473 2008-02-28  Glenn Morris  <rgm@gnu.org>
1475         * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
1477         * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
1479         * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
1480         (Info-menu, Info-goto-node): Remove declarations.
1481         (report-emacs-bug-info): Use info rather than Info-goto-node.
1483         * progmodes/idlwave.el (Info-goto-node): Remove declaration.
1484         (idlwave-convert-xml-system-routine-info): Don't require xml.
1485         (idlwave-show-commentary, idlwave-shell-show-commentary):
1486         Don't require finder.
1487         (idlwave-info): Don't require info.  Use info rather than
1488         Info-goto-node.
1490         * textmodes/org.el (Info-goto-node): Remove declaration.
1491         (org-info): Use info rather than Info-goto-node.
1493         * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
1494         (reftex-info): Don't require info.  Use info rather than Info-goto-node.
1496 2008-02-28  Dan Nicolaescu  <dann@ics.uci.edu>
1498         * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
1499         the menu.
1501         * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
1502         (vc-finish-logentry): Check for vc-status-mode, not only for
1503         vc-dired-mode.
1505 2008-02-28  Kenichi Handa  <handa@ni.aist.go.jp>
1507         * isearch.el (isearch-printing-char): Don't check
1508         keyboard-coding-system.
1509         Call isearch-process-search-multibyte-characters only when
1510         current-input-method is non-nil.
1512 2008-02-27  Kim F. Storm  <storm@cua.dk>
1514         * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
1515         (glyph-char, glyph-face): Handle cons encoding.
1517 2008-02-27  Juanma Barranquero  <lekktu@gmail.com>
1519         * uniquify.el (uniquify-buffer-base-name): If the base name is an
1520         empty string, return nil to allow the caller to default to the
1521         buffer name.  Reported by Martin Fischer <parozusa@web.de>.
1523         * tool-bar.el (tool-bar-setup): Doc fix.
1525         * mail/supercite.el (sc-describe):
1526         Fix typos in obsolescence declaration.
1528 2008-02-27  Glenn Morris  <rgm@gnu.org>
1530         * autoinsert.el (auto-insert-alist): Change permission text to
1531         match FSF's GPLv3 form.
1533         * mail/supercite.el (sc-cite-original): Doc fix.
1534         (sc-version): Make obsolete.
1535         (sc-describe): Show the SC info page.  Make obsolete.
1537 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1539         * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
1540         when using transient-mark-mode.
1541         (default-indicate-unused-lines): Remove unused var.
1543 2008-02-26  Jan Dj\e$(Q)Z\e(Brv  <jan.h.d@swipnet.se>
1545         * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
1546         and previous.
1548         * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
1550 2008-02-26  Glenn Morris  <rgm@gnu.org>
1552         * net/net-utils.el (top-level): Don't require comint when compiling.
1553         (nslookup-font-lock-keywords): Don't require font-lock.
1554         Use font-lock faces rather than variables.
1555         (nslookup, ftp, smbclient, network-service-connection):
1556         Don't require comint.
1557         (comint-prompt-regexp, comint-input-autoexpand)
1558         (comint-input-ring): Declare for compiler.
1559         (comint-mode, ffap-string-at-point, comint-exec): Autoload.
1560         (dns-lookup-host): Don't require ffap.  Remove `with-no-warnings'.
1562         * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
1563         doc-string.
1565 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1567         * doc-view.el (doc-view-current-page): Add a `win' argument.
1569 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1571         * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
1572         Demote it to plain defvar.
1573         (doc-view-conversion-refresh-interval): Reduce interval.
1574         (doc-view-goto-page): Allow moving to pages not yet rendered.
1575         (doc-view-goto-page): Construct a file name rather than extracting it
1576         from doc-view-current-files.
1577         (doc-view-kill-proc): Ignore errors from kill-process.
1578         (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
1579         (doc-view-insert-image): Use appropriate text if the page hasn't been
1580         rendered yet.  Adjust scrolling so the text is displayed.
1581         (doc-view-display): Detect not just that a page is available, but also
1582         that it wasn't available before, so as to avoid refreshing all pages
1583         repeatedly.
1584         (doc-view-mode): Make doc-view-cache-directory if needed.
1586 2008-02-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1588         * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
1589         toggle-read-only.
1591         * textmodes/bibtex.el (bibtex-format-entry): Handle error message
1592         refering to a missing required field with the OPT prefix.
1593         Make unwindform more robust.
1595         * textmodes/bibtex.el: Remove support for hideshow minor mode as
1596         it duplicates the bibtex support in progmodes/hideshow.el.
1597         * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
1598         entries that do not start at the beginning of a line.
1600 2008-02-25  Chong Yidong  <cyd@stupidchicken.com>
1602         * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
1604 2008-02-25  Robert J. Chassell  <bob@rattlesnake.com>
1606         * help-fns.el (describe-variable): Add phrases about
1607         initialization file with and without customization;
1608         use new button type help-info-variable.
1610         * help-mode.el (help-info-variable):
1611         New button able to read Info files for help-fns.el.
1613 2008-02-25  Jan Dj\e$(Q)Z\e(Brv  <jan.h.d@swipnet.se>
1615         * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
1616         (grep-mode): Use grep-mode-tool-bar-map.
1618         * progmodes/compile.el (tool-bar): Require tool-bar.
1619         (compilation-mode-tool-bar-map): New variable.
1620         (compilation-mode): Use compilation-mode-tool-bar-map.
1622         * term/x-win.el (x-gtk-stock-map): Add cancel.  Remove extensions.
1624 2008-02-25  Glenn Morris  <rgm@gnu.org>
1626         * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
1628 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1630         * diff-mode.el (diff-file-junk-re): New const.
1631         (diff-beginning-of-file-and-junk): Use it.
1632         (diff-file-kill): Make sure we were really inside a file diff.
1634         * diff-mode.el: Make it more robust in the presence of empty context
1635         lines in unified hunks.
1636         (diff-valid-unified-empty-line): New var.
1637         (diff-unified->context, diff-sanity-check-hunk): Obey it.
1638         (diff-end-of-hunk): Obey it.  New arg `donttrustheader'.
1639         (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
1640         (diff-hunk-header-re-unified): New const.
1641         (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
1642         (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
1643         (diff-sanity-check-hunk): Use it.
1645         * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
1646         Index: line, don't search backward for the previous one.
1648 2008-02-25  Kenichi Handa  <handa@ni.aist.go.jp>
1650         * international/fontset.el (setup-default-fontset): Add non-OTF
1651         lao font for lao script.
1653         * language/tibetan.el: Register tibetan-composition-function in
1654         composition-function-table.
1656         * language/tibet-util.el (tibetan-composition-function):
1657         Adjust for the new calling way (argument changed).  Try font-shape-text
1658         if possible.
1660         * language/lao.el: Register lao-composition-function in
1661         composition-function-table.
1663         * language/lao-util.el (lao-composition-function): Adjust for the new
1664         calling way (argument changed).  Try font-shape-text if possible.
1666 2008-02-25  Jason Rumney  <jasonr@gnu.org>
1668         * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
1670 2008-02-25  Juri Linkov  <juri@jurta.org>
1672         * isearch.el (isearch-fail): Use "RosyBrown1" for a light
1673         background, "red4" for a dark background, "red" for 16 and
1674         8 colors, "grey" for grayscale, and inverse video otherwise.
1675         Add :version tag.
1676         (isearch-message): Keep the original isearch-message intact, and
1677         add text properties to it where necessary.  Add `isearch-error' to
1678         the condition that checks if isearch is unsuccessful.
1680 2008-02-24  Juri Linkov  <juri@jurta.org>
1682         * progmodes/compile.el (compilation-handle-exit):
1683         Use compilation-error face instead of font-lock-warning-face.
1684         Display the same message in the minibuffer as is inserted
1685         at the end of the compilation buffer.
1687 2008-02-24  Glenn Morris  <rgm@gnu.org>
1689         * vc-cvs.el (vc-cvs-register): Fix registering of directories in
1690         multiple file case.
1692         * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
1694         * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
1695         multiple file case.  Use a single `let' rather than two.
1697 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
1699         * progmodes/compile.el (compilation-start): Specify a face for
1700         mode-line-process.
1701         (compilation-handle-exit): Specify a face and a tooltip for
1702         mode-line-process.
1704 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1706         * hilit-chg.el: Remove spurious * in defcustom docstrings.
1707         (hilit-chg-make-ov): Simplify.
1708         (hilit-chg-fixup): Use remove-overlays.
1709         (hilit-chg-set-face-on-change): Remove redundant call to
1710         `remove-text-properties'.
1712         * dired.el (dired-mark-prompt): Don't count/display the t element.
1713         Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
1715 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
1717         * progmodes/verilog-mode.el (eval-when-compile): Don't define
1718         add-submenu.
1719         (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
1720         Remove.  Move contents to the only use ...
1721         (verilog-menu): ... here.
1722         (verilog-statement-menu): Remove.  Move contents to the only use ...
1723         (verilog-stmt-menu): ... here.
1724         (verilog-mark-defun): Simply call mark-defun for emacs.
1725         (occur-pos-list): Declare for byte compiler.
1726         (mode-popup-menu): Don't defvar.
1727         (verilog-add-statement-menu): Remove.
1728         (verilog-mode-hook): Don't add verilog-add-statement-menu.
1729         (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
1731 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
1733         * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
1734         conditional.
1735         (verilog-font-grouping-keywords-face): Make the begin..end
1736         keywords standout more than other verilog keywords.
1737         (verilog-type-font-keywords): Move the begin..end out of this list
1738         to facilitate making them to (potentially) stand out more.
1739         (verilog-backward-token): Fix indent of bare always{_*}?, initial,
1740         function & task blocks.
1741         (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
1742         initial, function & task blocks.
1743         (verilog-forward-sexp): Handle the new "disable fork" statement of
1744         IEEE-1800 Verilog.
1745         (verilog-beg-block-re-ordered): Handle the new "disable fork"
1746         statement of IEEE-1800 Verilog.
1747         (verilog-calc-1): Handle the new "disable fork" statement of
1748         IEEE-1800 Verilog.
1749         (verilog-disable-fork-re): Add const to help handle the new
1750         "disable fork" statement of IEEE-1800 Verilog.
1751         (verilog-declaration-core-re): Add port directions by themselves,
1752         with no qualification, as base item of a declaration.
1753         (verilog-pretty-declarations): Add new flag to ask it to refrain
1754         from printing to the message buffer.
1755         (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
1756         printing to the message buffer.  Improve handling of the many
1757         types of expression line up.
1758         (verilog-just-one-space): Remove printing of an empty message.
1759         (verilog-get-lineup-indent): Rework to support the better handling
1760         of expression lineup for verilog-pretty-expr.
1761         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
1763 2008-02-24  Alan Mackenzie  <acm@muc.de>
1765         * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
1766         yesterday's commit.
1768 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
1770         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
1771         to mouse-set-point in buffers that aren't associated with files.
1773         * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
1775 2008-02-24  Alan Mackenzie  <acm@muc.de>
1777         Set of changes so that "obtrusive" syntactic elements in a
1778         C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
1779         unmatched paren) don't interact syntactically with stuff outside
1780         the CPP line.
1782         * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
1783         Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
1784         off-by-one bug.
1785         (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
1786         a bit of refactoring.
1787         (c-awk-extend-and-syntax-tablify-region): Takes some of the
1788         functionality of c-awk-advise-fl-for-awk-region, which has been
1789         refactored away.
1791         * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
1792         (c-clear-char-property-with-value): New function and macro which
1793         remove text-properties `equal' to a supplied value.
1795         * progmodes/cc-engine.el: Comment about text properties amended.
1797         * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
1798         parens around "error\\|warning".
1800         * progmodes/cc-langs.el (c-get-state-before-change-function)
1801         (c-before-font-lock-function, c-anchored-cpp-prefix):
1802         New language variables.
1803         (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
1805         * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
1806         syntax-table text properties.
1807         (c-common-init): Call language specific before/after-change
1808         functions at mode initialisation.
1809         (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
1810         (c-extend-region-for-CPP, c-neutralize-CPP-line)
1811         (c-neutralize-syntax-in-CPP): New functions.
1812         (c-before-change, c-after-change): Call the new language specific
1813         change functions defined in cc-langs.el.
1814         (c-advise-fl-for-region): New macro.
1815         (awk-mode): Remove AWK specific stuff which has been refactored
1816         into language independent stuff.
1818 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
1820         * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
1821         (gdb): (Re)set gdb-flush-pending-output to nil here...
1822         (gdb-init-1): ...instead of here (before gdb-prompt).
1824 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1826         * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
1827         Recognize ''' just like any other char-constant.
1829 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1831         * vc-hooks.el (vc-find-root): Remove initial loop because it's not
1832         careful enough.  Detect the uid-change all within the main loop.
1834 2008-02-24  Stefan Monnier  <monnier@pastel.home>
1836         * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
1838 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1840         * hilit-chg.el (highlight-save-buffer-state): New macro.
1841         (highlight-save-buffer-state, hilit-chg-set-face-on-change)
1842         (hilit-chg-clear): Use it to preserve the modified-p flag.
1843         (highlight-changes-rotate-faces): Don't mess with the undo-list.
1845 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1847         * font-lock.el (font-lock-set-defaults): Unset previously set variables
1848         when needed.
1850 2008-02-24  \e,AF\e(Bvar Arnfj\e,Av\e(Br\e,Ap\e(B Bjarmason  <avar@cpan.org>  (tiny change)
1852         * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
1853         from gnus-button-url-regexp.
1855 2008-02-24  Eli Zaretskii  <eliz@gnu.org>
1857         * progmodes/compile.el (compilation-next-error): Doc fix.
1858         (compilation-find-file): Doc fix.
1860 2008-02-24  Glenn Morris  <rgm@gnu.org>
1862         * net/net-utils.el (ipconfig-program, ipconfig-program-options):
1863         Add obsolete aliases to the old names.
1865 2008-02-24  Richard Stallman  <rms@gnu.org>
1867         * net/net-utils.el (ifconfig): Rename from ipconfig.
1868         (ipconfig): Alias to ifconfig.
1869         (ifconfig-program): Rename from ipconfig-program.
1870         (ifconfig-program-options): Rename from ipconfig-program-options.
1872 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
1874         * progmodes/verilog-mode.el (verilog-declaration-core-re):
1875         Add port directions by themselves, with no qualification, as base
1876         item of a declaration.
1877         (verilog-pretty-declarations): Add new flag that inhibits printing
1878         to the message buffer.
1879         (verilog-pretty-expr): Add new flag that inhibits printing to the
1880         message buffer.  Improve handling of the many types of expression
1881         line up.
1882         (verilog-just-one-space): Don't print an empty message.
1883         (verilog-get-lineup-indent): Rework to support the better handling
1884         of expression lineup for verilog-pretty-expr.
1885         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
1886         (verilog-mode-version, verilog-mode-release-date): Update.
1888 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1890         * subr.el (cancel-change-group): Don't move point.
1892 2008-02-23  Markus Triska  <markus.triska@gmx.at>
1894         * linum.el (linum-after-config): Update all visible windows.
1896 2008-02-23  Glenn Morris  <rgm@gnu.org>
1898         * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
1899         Add :help for Solitaire and Tetris.
1901         * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
1903         * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
1904         (smtpmail-code-conv-from): Doc fix.  Fix custom type.
1905         (smtpmail-queue-index-file): Make it a defcustom.
1906         (smtpmail-queue-index): Delete.
1907         (smtpmail-send-it, smtpmail-send-queued-mail):
1908         Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
1909         smtpmail-queue-index.
1911         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
1912         Add :version.
1914 2008-02-23  Yoni Rabkin  <yoni@rabkins.net>  (tiny change)
1916         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
1917         New variables.
1918         (iwconfig): New function.
1920 2008-02-23  Dan Nicolaescu  <dann@ics.uci.edu>
1922         * vc.el (vc-find-revision): Make vc-parent-buffer local before
1923         setting it.
1924         (vc-status-menu-map): Do not define using easy-menu.
1925         (vc-status-menu-map): New defalias.
1926         (vc-status-mode-map): Hook up the menu.
1927         (top-level): Update TODO.
1929         * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
1931         * vc-bzr.el (vc-bzr-init-version): Rename to ...
1932         (vc-bzr-init-revision): ... this.
1934 2008-02-23  Jason Rumney  <jasonr@gnu.org>
1936         * makefile.w32-in (WINS_ALMOST): Remove term.
1937         (WINS): Add term here.
1938         (custom-deps, finder-data): Use WINS_ALMOST.
1940 2008-02-22  Juanma Barranquero  <lekktu@gmail.com>
1942         * faces.el (font-weight-table): Fix value of `semi-light'.
1944 2008-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1946         * faces.el (font-weight-table, font-slant-table, font-swidth-table):
1947         Make those tables bijective.
1949 2008-02-22  Ken Manheimer  <ken.manheimer@gmail.com>
1951         Finish pdbtrack integration cleanup, settling missing-functions
1952         byte compiler warnings appropriately.
1954         * progmodes/python.el (python-point): Remove this - beginning-of-line
1955         was all that was necessary for `python-pdbtrack-overlay-arrow'.
1956         (python-end-of-def-or-class, python-beginning-of-def-or-class)
1957         (python-goto-initial-line): Drop these - they were only needed for
1958         python-point.
1959         (python-comint-output-filter-function): Use condition-case and
1960         beginning-of-line directly, instead of python-mode.el functions
1961         which require all sorts of baggage.
1962         (point-safe): Unnecessary - we're using condition-case directly,
1963         instead.
1964         (python-execute-file): Include for python-shell, which I'm leaving
1965         in keeping despite it being unnecessary for pdb tracking.
1967 2008-02-22  Peter Danenberg  <pcd@wikitex.org>  (tiny change)
1969         * progmodes/scheme.el (scheme-font-lock-keywords-2):
1970         Add SRFI 11 support.
1971         (let-values, let*-values): Specify scheme-indent-function.
1973 2008-02-22  Dan Nicolaescu  <dann@ics.uci.edu>
1975         * vc.el (vc-exec-after): Move setting mode-line-process in the
1976         busy case ...
1977         (vc-set-mode-line-busy-indicator): ... in this new function.
1978         (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
1979         (vc-update-vc-status-buffer): Reset mode-line-process.
1980         (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
1981         mark/unmark all the files with the same state as the current one.
1982         With a prefix argument mark/unmark all files.
1983         (vc-status-mode-menu): Adjust strings.
1984         (vc-update-vc-status-buffer): Only do something when the argument
1985         is not nil.
1986         (vc-status-kill-dir-status-process): New function.
1987         (vc-status-mode-map): Bind it.
1988         (vc-status-process-buffer): New variable.
1989         (vc-status-mode): Make it local.
1990         (vc-status-refresh): Set it.
1992         * vc-hg.el (vc-hg-dir-status):
1993         * vc-git.el (vc-git-dir-status):
1994         * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
1995         command is run.
1997 2008-02-22  Glenn Morris  <rgm@gnu.org>
1999         * json.el (top-level): No need to require thingatpt.
2000         (json-read-keyword): Use thing-at-point rather than word-at-point.
2002         * time.el (top-level): No need to require time-date when compiling.
2004         * emacs-lisp/copyright.el (copyright-update-year):
2005         Fix subexpression numbering for the case when years are split over
2006         lines, and for the replace case.
2008         * emulation/tpu-edt.el (tpu-have-ispell): Doc fix.  Make obsolete.
2009         (tpu-caar, tpu-cadr): Delete functions.
2010         (zmacs-regions): No need to declare for compiler.
2011         (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
2012         (tpu-spell-check): Rewrite, and handle mark after point.
2013         (tpu-special-insert): Use or rather than if.
2015         * emulation/vip.el (vip-special-prefix-com): Use ispell-region
2016         rather than spell-region.
2018         * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
2019         warnings about spell-region.
2021 2008-02-22  Kenichi Handa  <handa@ni.aist.go.jp>
2023         * ldefs-boot.el: Regenerated.
2025         * loadup.el: Don't load language/devanagari, language/kannanda,
2026         language/malayalam, and language/tamil.  Load language/sinhala.
2028         * language/indian.el (indian-font-foundry)
2029         (indian-script-language-alist, indian-font-char-index-table)
2030         (indian-font-char, indian-font-char-range, indian-script-table)
2031         (indian-default-script, indian-composable-pattern): Delete them.
2032         ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
2033         language environments moved to here.
2034         ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
2035         New language environments.
2037         * language/devanagari.el, language/devan-util.el,
2038         * language/kannanda.el, language/knd-util.el, language/malayalam.el,
2039         * language/mlm-util.el, language/tamil.el, language/tml-util.el:
2040         Delete them.
2042         * language/sinhala.el: New file.
2044 2008-02-21  Ken Manheimer  <ken.manheimer@gmail.com>
2046         Update Nick Robert's port of pdb tracking from python-mode.el.
2048         * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
2049         Clarify docstring.
2050         (python-pdbtrack-minor-mode-string): A sign indicating that pdb
2051         tracking is happening.
2052         (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
2053         (python-pdbtrack-input-prompt): Better recognize PDB prompts.
2054         (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
2055         Tracking is plugged in to all comint buffers once python.el is loaded.
2056         (python-pdbtrack-overlay-arrow): Toggle activation of
2057         `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
2058         (python-pdbtrack-track-stack-file): Use new
2059         `python-pdbtrack-get-source-buffer' for more flexible access to
2060         debugging source files.
2061         (python-pdbtrack-get-source-buffer): Identify debugging target buffer
2062         according to pdb stack trace, optionally using new
2063         `python-pdbtrack-grub-for-buffer' if file is not locally available.
2064         (python-pdbtrack-grub-for-buffer): Find most recent python-mode
2065         named buffer, or having function with indicated name.
2066         (python-shell): Remove comint-output-filter-functions hook
2067         addition, it's being done elsewhere.  Wrap long line.
2069 2008-02-21  Michael Olson  <mwolson@gnu.org>
2071         * json.el: Replace XEmacs compatibility code to get rid of
2072         compiler warnings.
2074         * time.el: Fix compiler warning.
2076 2008-02-21  Edward O'Connor  <ted@oconnor.cx>
2078         * json.el: New file (JavaScript Object Notation parser / generator).
2080 2008-02-21  Dave Love  <fx@gnu.org>
2082         * progmodes/sym-comp.el: New file.
2084         * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
2085         Require sym-comp.  Add Python buffer to same-window-buffer-names.
2086         Fixup whitespaces.
2087         (python-font-lock-keywords): Add highlighting for Python builtins.
2088         (python-font-lock-syntactic-keywords): Rewrite.
2089         (python-quote-syntax): Use syntax-ppss-context instead of parsing
2090         ppss directly.
2091         (python-mode-map): Add binding for python-find-function.
2092         (python-calculate-indentation): Clean up the logic.
2093         (python-beginning-of-defun): Explicitly set return value.
2094         (python-beginning-of-statement): Stop looping if we get stuck
2095         going backwards.
2096         (python-next-statement): Stop looping if we somehow end up inside
2097         a string while advancing.
2098         (python-preoutput-continuation, python-version-checked): New vars.
2099         (python-check-version): New function.
2100         (run-python): Set default command to python-command instead of
2101         python-python-command.
2102         (run-python): Use python-check-version.  Give PYTHONPATH
2103         precedence over data-directory in the process environment.
2104         Load function definitions in python process after.
2105         (python-check-comint-prompt): New function.
2106         (python-send-command, python-send-receive): Use it.
2107         (python-complete-symbol, python-try-complete): Functions deleted.
2108         Use symbol-complete instead of python-complete-symbol throughout.
2109         (python-fill-paragraph): Further refine the fenced-string regexp.
2110         (def-python-skeleton): Expand to the original abbrev instead if in
2111         a comment or string.  Tweak skeletons for `if', `while', `for',
2112         `try/except', `try/finally', `name'.
2113         (python-pea-hook, python-abbrev-pc-hook): New functions.
2114         (python-abbrev-syntax-table): New var.
2115         (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
2116         Use symbol-completion-try-complete for hippie expansion.
2117         Turn on font lock unconditionally.
2118         (python-mode-hook): Defcustom it.  No need to use make-local
2119         variable on indent-tabs-mode in "Turn off Indent Tabs mode"
2120         option, since it's buffer-local.
2122 2008-02-21  Juanma Barranquero  <lekktu@gmail.com>
2124         * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
2126 2008-02-21  Drew Adams  <drew.adams@oracle.com>
2128         * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
2129         "Turn off" and a "Help" entry when the minor mode has no menu.
2131 2008-02-21  Dan Nicolaescu  <dann@ics.uci.edu>
2133         * vc.el (vc-status-mark, vc-status-unmark): New functions.
2134         (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
2135         vc-status-mark-file and vc-status-unmark-file.
2136         (vc-status-mark-unmark): New function.
2137         (vc-status-previous-line, vc-status-next-line): No longer interactive.
2139 2008-02-21  Glenn Morris  <rgm@gnu.org>
2141         * composite.el (encode-composition-rule): Fix typo in error message.
2142         (composition-function-table, auto-composition-mode): Doc fixes.
2144         * subr.el (sit-for): Fix obsolete form for nil second argument.
2146         * textmodes/spell.el (spell-buffer, spell-word, spell-region)
2147         (spell-string): Make obsolete, in favor of ispell.
2149 2008-02-21  Kenichi Handa  <handa@ni.aist.go.jp>
2151         * language/devanagari.el: Don't setup composition-function-table
2152         here.
2153         ("Devanagari"): Change charset, coding-system, coding-priority to
2154         Unicode-based ones.  Don't require the feature devan-util.
2156         * composite.el (compose-chars-after): Fix arguments for a function
2157         in composition-function-table.
2158         (auto-compose-region): Likewise.
2160         * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
2161         for Ethiopic.
2162         (ps-mule-plot-string): Ignore glyph-string based compositions.
2164 2008-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2166         * doc-view.el: Allow different windows to show different pages.
2167         (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
2168         (doc-view-current-image, doc-view-current-overlay): Remove variables,
2169         add them back as macros instead, using image-mode-winprops instead.
2170         Update all users of those variables.
2171         (doc-view-new-window-function): New function to create a new overlay
2172         for each new window.
2173         (doc-view-mode): Use it and image-mode-setup-winprops.
2174         (doc-view-clone-buffer-hook): Rewrite accordingly.
2176         * image-mode.el: Extend [hv]scroll support to per-window properties.
2177         (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
2178         (image-mode-winprops-alist): New var to replace them.
2179         (image-mode-new-window-functions): New hook.
2180         (image-mode-winprops, image-mode-window-get, image-mode-window-put):
2181         New funs.
2182         (image-set-window-vscroll, image-set-window-hscroll): Use them.
2183         Remove the `window' argument, update callers.
2184         (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
2185         Use the new functions.
2186         (image-mode-reapply-winprops): New fun.
2187         (image-mode): Use it.
2189 2008-02-20  Jay Belanger  <jay.p.belanger@gmail.com>
2191         * calc/calc-math.el (math-sin-raw): Add optional argument
2192         to keep track of original argument.
2193         (math-cos-raw): Use optional argument when calling math-sin-raw.
2194         (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
2195         with close to original precision.
2197 2008-02-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2199         * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
2200         args in calls of sit-for.
2202 2008-02-20  Juanma Barranquero  <lekktu@gmail.com>
2204         * vc-svn.el (vc-svn-program): Fix typo in docstring.
2205         (vc-svn-checkin): Fix typo in error message.
2207         * help-mode.el: Require easymenu when compiling.
2209 2008-02-20  Dan Nicolaescu  <dann@ics.uci.edu>
2211         * help-mode.el (help-mode-menu): New menu.
2213 2008-02-20  Glenn Morris  <rgm@gnu.org>
2215         * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
2216         on Windows.
2218 2008-02-20  Kenichi Handa  <handa@ni.aist.go.jp>
2220         * ps-mule.el (ps-mule-encode-region): Return a single string.
2221         (ps-mule-plot-string): Adjust for the above change.
2222         (ps-mule-encode-header-string): Likewise.
2224         * international/latin1-disp.el (latin1-display): Don't use
2225         ucs-mule-8859-to-mule-unicode.  Fix the way of resetting
2226         standard-display-table.
2227         (latin1-display-identities): Adjust for the change of what is
2228         returned by (get-language-info charset 'charset).
2230         * international/mule-util.el (char-displayable-p): Fix for Latin-1
2231         characters and terminal case.
2233 2008-02-19  Ken Manheimer  <ken.manheimer@gmail.com>
2235         Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
2237         * progmodes/python.el: Also require comint when loading.
2238         (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
2239         Replace python-shell with run-python on menu bar.
2240         (python-shell-map): New map.
2241         (python-default-interpreter, python-python-command-args)
2242         (python-jython-command-args, python-pdbtrack-do-tracking-p):
2243         New options.
2244         (python-which-shell, python-which-args, python-which-bufname):
2245         New buffer local variables.
2246         (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
2248         * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
2249         (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
2250         New constants.
2252         Pdbtrack features:
2254         (python-point, python-end-of-def-or-class)
2255         (python-beginning-of-def-or-class, python-goto-initial-line)
2256         (python-comint-output-filter-function)
2257         (python-pdbtrack-overlay-arrow)
2258         (python-pdbtrack-track-stack-file, python-toggle-shells)
2259         (python-shell, python-pdbtrack-toggle-stack-tracking)
2260         (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
2261         New functions.
2263 2008-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2265         * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
2266         when the argument is nil.
2268 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
2270         * vc.el (dir-status): Add a brief description.
2272 2008-02-19  Thien-Thi Nguyen  <ttn@gnuvola.org>
2274         * vc-hooks.el (vc-find-root): Take optional arg INVERT.
2275         If non-nil, reverse the sense of the check.
2277         * vc-rcs.el (vc-rcs-root): New func.
2278         * vc-cvs.el (vc-cvs-root): New func.
2279         * vc-svn.el (vc-svn-root): New func.
2280         * vc-sccs.el (vc-sccs-root): New func.
2282 2008-02-18  Kenichi Handa  <handa@ni.aist.go.jp>
2284         * language/japan-util.el (setup-japanese-environment-internal):
2285         Call use-cjk-char-width-table.
2287         * language/japanese.el ("Japanese"): Set exit-function to
2288         use-default-char-width-table.
2290         * international/characters.el: Delete occurrences of non-Unicode
2291         tibetan and ethiopic characters.
2292         (cjk-char-width-table): New variable.
2293         (use-cjk-char-width-table, use-default-char-width-table):
2294         New functions.
2296 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
2298         * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
2299         (vc-status-mode-menu): Add a :filter.
2300         (vc-status-printer): Add faces.
2302         * vc-hg.el (vc-hg-extra-status-menu): New function.
2303         (vc-hg-dir-status): Clean up the buffer before using it.
2305 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2307         * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
2308         (gdb): Initialize it here instead.
2310         * files.el (locate-dominating-file): Fix thinko in last change.
2311         Reported by Bruce Stephens <bruce.stephens@isode.com>.
2313 2008-02-18  Dan Nicolaescu  <dann@ics.uci.edu>
2315         * vc.el (vc-status-mode-menu): New menu for vc-status.
2317 2008-02-18  Juanma Barranquero  <lekktu@gmail.com>
2319         * progmodes/verilog-mode.el (customize): Fix typo in error message.
2320         (verilog-mode, verilog-mode-indent, verilog-mode-actions)
2321         (verilog-mode-auto, verilog-indent-level-module)
2322         (verilog-minimum-comment-distance, verilog-library-flags)
2323         (verilog-library-directories, verilog-library-files)
2324         (verilog-auto-reset-widths, verilog-imenu-generic-expression)
2325         (verilog-xemacs-menu, verilog-set-compile-command)
2326         (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
2327         (verilog-get-expr, verilog-strip-comments, verilog-one-line)
2328         (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
2329         (verilog-batch-inject-auto, verilog-batch-indent)
2330         (verilog-continued-line, verilog-type-keywords)
2331         (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
2332         (verilog-read-inst-pins, verilog-read-arg-pins)
2333         (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
2334         (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
2335         (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
2336         (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
2337         (verilog-sk-datadef, verilog-colorize-include-files-buffer)
2338         (verilog-mode-version, verilog-mode-release-date)
2339         (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
2340         (verilog-simulator, verilog-compiler)
2341         (verilog-auto-sense-defines-constant, verilog-company)
2342         (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
2343         Fix typos in docstrings.
2344         (verilog-set-auto-endcomments, verilog-calculate-indent)
2345         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
2346         Reflow docstrings.
2347         (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
2348         (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
2349         (electric-verilog-forward-sexp, verilog-in-case-region-p)
2350         (verilog-in-struct-region-p, verilog-in-generate-region-p)
2351         (verilog-leap-to-head, verilog-current-indent-level)
2352         (verilog-case-indent-level, verilog-cpp-keywords)
2353         (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
2354         (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
2355         (verilog-signals-not-in, verilog-symbol-detick-text)
2356         (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
2357         (verilog-forward-close-paren, verilog-backward-open-paren)
2358         (verilog-backward-open-bracket): Doc fixes.
2360         * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
2361         (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
2362         (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
2363         (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
2364         (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
2365         Fix typos in docstrings.
2367         * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
2369 2008-02-18  Bastien Guerry  <Bastien.Guerry@ens.fr>
2371         * info.el (Info-read-node-name): Removed unused `default' arg.
2373 2008-02-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
2375         * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
2377 2008-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2379         * image-mode.el (image-get-display-property): New fun.
2380         (image-forward-hscroll, image-next-line, image-eol, image-eob)
2381         (image-mode, image-minor-mode, image-toggle-display-text)
2382         (image-toggle-display): Use it.
2384 2008-02-18  Jason Rumney  <jasonr@gnu.org>
2386         * international/mule.el (xml-find-file-coding-system): Don't warn
2387         about utf-16 with BOM.
2389         * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
2391         * international/mule.el (sgml-xml-auto-coding-function): Detect and
2392         warn if file encoding is not utf-8 and encoding not specified.
2393         (xml-find-file-coding-system): New function.
2394         * international/mule-conf.el (file-coding-system-alist): Use it.
2396 2008-02-17  Glenn Morris  <rgm@gnu.org>
2398         * international/mule-cmds.el (set-locale-environment):
2399         Pass `frame' to getenv for LC_MESSAGES.
2401 2008-02-17  Juri Linkov  <juri@jurta.org>
2403         * time.el (emacs-init-time): Use format instead of format-seconds.
2405 2008-02-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2407         * textmodes/bibtex.el (bibtex-search-entry): Rename from
2408         bibtex-find-entry.  Add autoload cookie.
2409         (bibtex-find-entry): Alias for bibtex-search-entry.
2410         (bibtex-search-crossref): Rename from bibtex-find-crossref.
2411         (bibtex-find-crossref): Alias for bibtex-search-crossref.
2412         (bibtex-clean-entry): atomic-change-group removed.
2413         (bibtex-format-entry): Use atomic-change-group.  Use unwind-protect
2414         to locate buffer location where error occurred.
2415         Make error messages more specific.
2416         (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
2418 2008-02-17  Dan Nicolaescu  <dann@ics.uci.edu>
2420         * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
2421         top level.
2423         * simple.el (transient-mark-mode): Add an :init-value.
2425         * startup.el (command-line): Use custom-reevaluate-setting for
2426         transient-mark-mode.
2428 2008-02-17  Micha\e$(Q)a\e(Bl Cadilhac  <michael@cadilhac.name>
2430         * wdired.el (wdired-allow-to-change-permissions): Fix typo.
2432 2008-02-16  Juri Linkov  <juri@jurta.org>
2434         * startup.el (after-init-time): New variable.
2435         (command-line): Set `after-init-time' to the current time.
2437         * time.el (emacs-init-time): New function.
2439 2008-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2441         * files.el (locate-dominating-file): Remove initial loop because it's
2442         not careful enough.  Detect the uid-change all within the main loop.
2444 2008-02-16  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
2446         * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
2448 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
2450         * vc.el (vc-annotate): Add new argument.
2451         (vc-annotate-warp-revision): Pass the current line to vc-annotate.
2453         * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
2454         Move make-variable-buffer-local code after the corresponding defvar.
2455         (hs-minor-mode-map): Define and initialize in one step.
2456         (hs-minor-mode): Change from defun to define-minor-mode.
2458 2008-02-16  Nick Roberts  <nickrob@snap.net.nz>
2460         * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
2461         (gdb-ready): Move declaration...
2463         * progmodes/gdb-ui.el (gdb-ready): ...to here.
2464         (gdb-early-user-input): New variable.
2465         (gdb): Reset gdb-flush-pending-output to nil and set
2466         comint-input-sender here (before gdb-prompt), instead of...
2467         (gdb-init-1): ...here.
2468         (gdb-send): If Emacs is not ready, defer user input to...
2469         (gdb-prompt): ...here.
2471 2008-02-16  Glenn Morris  <rgm@gnu.org>
2473         * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
2475         * startup.el (emacs-startup-time): Rename to `before-init-time'.
2476         (before-init-time): New name for `emacs-startup-time'.
2477         (command-line): Use before-init-time rather than emacs-startup-time.
2478         * time.el (emacs-uptime): Use before-init-time rather than
2479         emacs-startup-time.
2481         * composite.el (composition-function-table): Doc fix.
2483         * calendar/time-date.el (format-seconds): Remove `nonzero' argument
2484         in favor of `%z' specifier.
2485         (emacs-uptime): Move to time.el.
2486         * time.el (emacs-uptime): Move here from time-date.el.  Add optional
2487         `format' argument.  Doc fix.  Use `%z' rather than removed `nonzero'
2488         argument of format-seconds.
2490 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
2492         * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
2494 2008-02-15  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
2496         * ielm.el (ielm-is-whitespace): Remove.
2497         (ielm-is-whitespace-or-comment): New function.
2498         (ielm-eval-input): Use it.
2500 2008-02-15  Jason Rumney  <jasonr@gnu.org>
2502         * term/mac-win.el: Fix coding tag.
2504 2008-02-15  Dan Nicolaescu  <dann@ics.uci.edu>
2506         * vc-hooks.el (vc-menu-map):
2507         * bindings.el (mode-line-mode-menu): Add tooltips.
2509         * bindings.el (help-echo): Add more tooltips.  Use a less
2510         telegraphic style for existing tooltips.
2512 2008-02-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2514         * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
2515         from the auto-generated one.
2517 2008-02-14  Glenn Morris  <rgm@gnu.org>
2519         * mail/rmail-spam-filter.el (rmail-spam-filter):
2520         Let-bind message-spam-status.
2522         * mail/smtpmail.el (password-cache-add): Declare as function.
2524 2008-02-14  Justus Piater  <Justus-bulk@Piater.name>  (tiny change)
2526         * mail/smtpmail.el: Use password-cache.
2528 2008-02-14  Juanma Barranquero  <lekktu@gmail.com>
2530         * uniquify.el (uniquify-buffer-base-name): New function.
2531         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2533         * desktop.el (uniquify-managed): Don't defvar.
2534         (desktop-buffer-info): Use `uniquify-buffer-base-name', not
2535         `uniquify-managed'.  Return also the buffer's base name.
2536         (desktop-save): When saving the buffer info, filter out the base name,
2537         and save it as buffer name if the buffer is managed by uniquify.
2538         (uniquify-item-base): Don't declare; not called anymore.
2540 2008-02-14  Dan Nicolaescu  <dann@ics.uci.edu>
2542         * vc.el (vc-annotate-find-revision-at-line): New function.
2543         (vc-annotate-mode-map): Bind it.
2544         (vc-annotate-mode-menu): Add a menu entry for it.  Add :help for
2545         some entries.
2547 2008-02-14  Glenn Morris  <rgm@gnu.org>
2549         * calendar/time-date.el (format-seconds): New function.
2550         (emacs-uptime): Use format-seconds.
2552         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
2553         Remove `LC_ALL=C', since it's included in $(emacs) now.
2555 2008-02-14  Zhang Wei  <id.brep@gmail.com>
2557         * textmodes/org-publish.el (org-publish-timestamp-filename):
2558         Replace colon characters in filename too.
2560 2008-02-13  Bastien Guerry  <bzg@altern.org>
2562         * mail/rmail.el (rmail-header-name): New face.
2563         (rmail-font-lock-keywords): Use rmail-header-name.
2565         * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
2566         against X-Spam-Status header field.
2567         (rmail-spam-filter): Also check X-Spam-Status header field.
2569 2008-02-14  Mark A. Hershberger  <mah@everybody.org>
2571         * progmodes/flymake.el (flymake-allowed-file-name-masks):
2572         Add support for .pm files and .php files.
2573         (flymake-err-line-patterns): Add pattern for PHP errors.
2574         (flymake-php-init): New function.  PHP support for flymake.
2576         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2577         Add regular expression for PHP errors.
2579 2008-02-13  Michael Albinus  <michael.albinus@gmx.de>
2581         * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
2582         This DTRT even on w32 machines.
2583         (ange-ftp-cf1): Quote FILENAME.
2585 2008-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2587         * smerge-mode.el (smerge-auto-combine-max-separation): New var.
2588         (smerge-auto-combine): New fun.
2590 2008-02-12  Juri Linkov  <juri@jurta.org>
2592         * startup.el (fancy-startup-screen, normal-splash-screen):
2593         Set default-directory to command-line-default-directory.
2595         * desktop.el (after-init-hook): Set inhibit-startup-screen to t
2596         after reading the desktop.
2598         * progmodes/compile.el (compilation-auto-jump):
2599         Call compile-goto-error only when compilation-auto-jump-to-first-error
2600         is non-nil.
2601         (compilation-scroll-output): Replace :type 'boolean with a choice
2602         that has three options including a third option `first-error'.
2603         Doc fix.
2604         (compilation-start, compilation-forget-errors): Add an alternate
2605         condition comparing compilation-scroll-output with `first-error'
2606         in addition to compilation-auto-jump-to-first-error (to call
2607         compilation-auto-jump in the proper place).
2609 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2611         * international/mule.el (sgml-html-meta-auto-coding-function):
2612         Make sure the search limit is ahead.
2614         * tar-mode.el: Fix broken indentation.
2615         (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
2616         Use with-current-buffer.
2618 2008-02-12  Juanma Barranquero  <lekktu@gmail.com>
2620         * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
2621         it is already automatically buffer-local.
2623 2008-02-11  Drew Adams  <drew.adams@oracle.com>
2625         * help.el (describe-key): Join some split lines to facilitate filling.
2626         * help-fns.el (describe-function-1): Fill text of overlong lines.
2628 2008-02-12  Kenichi Handa  <handa@ni.aist.go.jp>
2630         * emacs-lisp/bytecomp.el (byte-compile-lapcode):
2631         Use unibyte-string instead of string-make-unibyte.
2633         * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
2635 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2637         * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
2638         works also for buffers w/o buffer-file-name.  Update callers.
2639         (doc-view-clone-buffer-hook): New fun.
2640         (doc-view-mode): Use it for indirect clones.  Mark the overlays with
2641         the `doc-view' property so they can be recognized.
2643         * simple.el (clone-indirect-buffer-hook): New hook.
2644         (clone-indirect-buffer): Run it.
2646 2008-02-11  Daiki Ueno  <ueno@unixuser.org>
2648         * epa.el (epa-menu-mode): Merge into epa-mode.
2649         (epa-menu-items): Rename the label "EasyPG Assistant" to
2650         "Encryption/Decryption".
2652         * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
2653         (epa-dired-mode-map): Rename from epa-dired-map.
2654         (epa-global-dired-mode): Rename the global minor mode.
2656 2008-02-11 Drew Adams  <drew.adams@oracle.com>
2658         * isearch.el (isearch-fail): New face.
2659         (isearch-message): Highlight failure part of input.
2661 2008-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2663         * ibuffer.el (ibuffer-header-line-format): New var.
2664         (ibuffer-mode): Set it instead of header-line-format.
2665         (ibuffer-update): Use it to set header-line-format.
2667         * international/mule-cmds.el (ucs-insert): Inherit surrounding
2668         properties like self-insert-command.
2670 2008-02-11  Drew Adams  <drew.adams@oracle.com>
2672         * progmodes/etags.el: Add many doc strings.
2674 2008-02-11  Jason Rumney  <jasonr@gnu.org>
2676         * ldefs-boot.el: Regenerated.
2678 2008-02-11  Glenn Morris  <rgm@gnu.org>
2680         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2681         Shorten some names.
2683         * ffap.el (ffap-rfc-directories): Add :version.
2685 2008-02-11  Chris Moore  <christopher.ian.moore@gmail.com>
2687         * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
2688         files, and backup files of same.
2690 2008-02-11  Kevin Ryde  <user42@zip.com.au>
2692         * ffap.el (ffap-rfc-directories): New variable.
2693         (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
2695         * info.el (Info-next-reference, Info-prev-reference)
2696         (Info-try-follow-nearest-node): Move to and follow https:// links too.
2698         * simple.el (completion-list-mode): Show full completion-list-mode-map
2699         in the docstring.
2701 2008-02-11  Sam Steingold  <sds@gnu.org>
2703         * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
2705 2008-02-11  Glenn Morris  <rgm@gnu.org>
2707         * startup.el (emacs-startup-time): New variable.
2708         (command-line): Set emacs-startup-time.
2710         * calendar/time-date.el (emacs-uptime): New function.
2712 2008-02-10  Bastien Guerry  <bzg@altern.org>
2714         * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
2715         (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
2716         it is nil.
2718 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
2720         * epg-config.el: Expand the contents of epg-package-info.el.
2721         (epg-package-name): New constant.
2722         (epg-version-number): New constant.
2723         (epg-bug-report-address): New constant.
2725         * epa-mail.el (epa-mail-mode): Add autoload cookie.
2726         (epa-global-mail-mode): New global minor mode.
2728         * epa-file.el (epa-file-mode): New global minor mode.
2730         * epa-dired.el (epa-dired-mode): New global minor mode.
2732         * epa.el (epa-menu): New variable.
2733         (epa-menu-items): New variable.
2734         (epa-menu-mode): New global minor mode.
2735         (epa-global-minor-modes): New user option.
2736         (epa-mode): New global minor mode.
2738 2008-02-10  Michael Albinus  <michael.albinus@gmx.de>
2740         * net/dbus.el: Remove `no-byte-compile' cookie.
2741         (dbus-call-method, dbus-register-signal, dbus-debug)
2742         (dbus-registered-functions-table): Declare them with
2743         `declare-function' or `defvar', respectively.
2744         (top): Don't assert any longer.  Require 'cl when compiling.
2745         Apply `ignore-errors' but `dbus-ignore-errors'.
2747 2008-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
2749         * diff-mode.el (diff-add-change-log-entries-other-window):
2750         Use add-change-log-entry.
2752 2008-02-09  Jason Rumney  <jasonr@gnu.org>
2754         * button.el (button-map):
2755         * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
2756         * ldefs-boot.el: Regenerate.
2758 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
2760         * epa.el (epa-faces, epa):
2761         * epa-file.el (epa-file):
2762         * epg-config.el (epg): Add :version.
2764 2008-02-09  Thien-Thi Nguyen  <ttn@gnuvola.org>
2766         * vc.el (vc-exec-after): Append CODE to previous fragments.
2767         (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
2768         take MESSAGES instead of VERBOSE; use it when non-nil.
2769         (vc-diff-internal): Compute messages once; use them;
2770         update call to vc-diff-finish.
2772 2008-02-09  Michael Olson  <mwolson@gnu.org>
2774         * net/tramp.el (tramp-process-sentinel): Avoid error when process
2775         buffer has been killed, such as by
2776         `tramp-cleanup-all-connections'.
2778 2008-02-09  Miles Bader  <miles@gnu.org>
2780         * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
2782 2008-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2784         * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
2785         splitter in context hunks.
2787 2008-02-08  Kenichi Handa  <handa@ni.aist.go.jp>
2789         * international/fontset.el (setup-default-fontset): Fix arabic otf
2790         font specification.
2792 2008-02-08  Daiki Ueno  <ueno@unixuser.org>
2794         * epa-dired.el:
2795         * epa-file.el:
2796         * epa-mail.el:
2797         * epa-setup.el:
2798         * epa.el:
2799         * epg-config.el:
2800         * epg-package-info.el:
2801         * epg.el: Initial check-in of EasyPG.
2803 2008-02-08  Glenn Morris  <rgm@gnu.org>
2805         * woman.el (woman-locale): New defcustom.
2806         (woman-expand-locale, woman-manpath-add-locales): New functions.
2807         (woman-manpath): Call woman-manpath-add-locales.  Bump :version.
2809         * international/mule-cmds.el (locale-translate): New function,
2810         with old code extracted from set-locale-environment.
2811         (set-locale-environment): Use locale-translate.  Set woman-locale.
2813         * cus-start.el (selection-coding-system): Remove, since it's now
2814         defined in select.el rather than in xselect.c.
2815         * select.el (selection-coding-system): Make it a defcustom, and
2816         add the properties from cus-start.el.  Bump :version.
2818         * custom.el (custom-theme-set-variables): Sort symbols that are
2819         dependencies before symbols that depend on them.
2820         (custom-enabled-themes): Set after custom-theme-directory.
2822         * pcmpl-unix.el (top-level): Move provide statement to end.
2823         (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
2824         `*' from doc-string.  Allow to be nil.
2825         (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
2826         Allow to be nil.  Add :version.
2827         (pcmpl-ssh-hosts): Move definition before use.  Handle lines
2828         without hostnames, and multiple hostnames per line.
2830         * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
2832 2008-02-08  Phil Hagelberg  <phil@evri.com>
2834         * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
2835         (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
2837 2008-02-07  Timo Savola  <timo.savola@iki.fi>
2839         * startup.el (command-line-x-option-alist): Add --parent-id.
2841         * term/x-win.el (x-handle-parent-id): New function.
2843 2008-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
2845         * mouse.el (x-fixed-font-alist): Use consistent capitalization for
2846         "Font Menu".
2848 2008-02-06  Michael Albinus  <michael.albinus@gmx.de>
2850         * net/dbus.el (dbus-interface-peer): New defconst.
2851         (dbus-ping): New defun.
2853 2008-02-06  Sam Steingold  <sds@gnu.org>
2855         * vc-hooks.el (vc-prefix-key): New user-customizable variable.
2857 2008-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2859         * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
2860         Just return nil and let the C code provide a fallback.
2862 2008-02-05  Glenn Morris  <rgm@gnu.org>
2864         * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
2865         tramp-flush-connection-property for removed 2nd argument.
2867 2008-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2869         * diff-mode.el (diff-add-change-log-entries-other-window):
2870         Rename from diff-create-changelog.  Change users.
2871         Minor change to hopefully work with plain diffs.
2872         (diff-mode-map): Add binding for it.
2874 2008-02-04  Dan Nicolaescu  <dann@ics.uci.edu>
2876         * diff-mode.el: Add new TODO entry.
2877         (diff-create-changelog): New function.
2878         (diff-mode-menu): Bind it.
2880 2008-02-04  Kenichi Handa  <handa@ni.aist.go.jp>
2882         * international/mule-diag.el (print-fontset-element): Handle the
2883         case of inhibiting the fallback fonts.
2885 2008-02-04  Kim F. Storm  <storm@cua.dk>
2887         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
2888         (ido-magic-delete-char): Use prefix arg.
2890 2008-02-03  Juanma Barranquero  <lekktu@gmail.com>
2892         * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
2893         because the latter is in fact a 1.2.8 build distributed with GTK+ (as
2894         of today, the most recent libpng is 1.2.24).
2896 2008-02-03  Michael Albinus  <michael.albinus@gmx.de>
2898         * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
2900         * net/dbus.el (top): Check (featurep 'dbusbind).
2902         * net/tramp.el (tramp-process-sentinel): New defun.
2903         (tramp-do-copy-or-rename-file-out-of-band)
2904         (tramp-maybe-open-connection): Use it as process sentinel.
2905         (tramp-handle-delete-directory): Don't use the "-f" option; it
2906         isn't portable.
2907         (tramp-handle-start-file-process): Echo `tramp-end-of-output'
2908         after the command.
2909         (tramp-handle-shell-command): Set `mode-line-process' in the
2910         asynchronous case.
2912         * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
2914         * net/tramp-fish.el (tramp-fish-maybe-open-connection):
2915         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
2916         Use `tramp-process-sentinel' as process sentinel.
2918 2008-02-02  Juanma Barranquero  <lekktu@gmail.com>
2920         * whitespace.el (global-whitespace-mode): Revert last change.
2921         (whitespace-unload-function): Force `global-whitespace-mode'
2922         to deactivate local modes in a slightly less intrusive way.
2924 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
2926         * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
2928 2008-02-02  Glenn Morris  <rgm@gnu.org>
2930         * international/latin1-disp.el (latin1-display):
2931         * progmodes/fortran.el (fortran-comment-indent-char):
2932         * progmodes/idlw-shell.el (top-level):
2933         * term/mac-win.el (mac-keyboard-translate-char):
2934         * whitespace.el (whitespace-char-valid-p):
2935         * wid-edit.el (widget-key-sequence-read-event):
2936         Use characterp rather than char-valid-p.
2938         * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
2939         to capitalized-find-word-boundary.  Doc fix.  Update callers.
2940         (capitalized-next-word-boundary-function-table): Rename to
2941         capitalized-find-word-boundary-function-table.  Doc fix.  Update users.
2943         * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
2944         string-to-int.
2946         * ps-def.el (declare-function): Add compatibility definition.
2947         (ps-plot-with-face, ps-plot-string): Declare as functions.
2948         (ps-bold-faces, ps-italic-faces): Declare variables.
2950         * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
2951         (ps-mule-end-job): Declare as functions.
2953         * wid-edit.el (widget-string-complete): Use assoc-string rather
2954         than assoc-ignore-case.
2956 2008-02-01  Chong Yidong  <cyd@stupidchicken.com>
2958         * progmodes/etags.el (next-file): Improve revert message.
2960 2008-02-01  Andreas Schwab  <schwab@suse.de>
2962         * loadup.el: Load language/burmese instead of language/myanmar.
2964 2008-02-01  Richard Stallman  <rms@gnu.org>
2966         * language/burmese.el: Rename from myanmar.el.
2967         ("Burmese"): Rename from "Myanmar".
2969 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
2971         * international/fontset.el (script-representative-chars): Add cham
2972         and tai-viet.
2973         (setup-default-fontset): Add iso10646-1 font for latin and ipa.
2974         Add fontconfig spec for cjk-misc.  Explicitly specify font font
2975         for U+E000..U+F8FF.
2977         * international/characters.el (script-list): Add cham.
2979         * language/cham.el: New file.
2981 2008-02-01  Mark A. Hershberger  <mah@everybody.org>
2983         * xml.el (xml-escape-string): Don't do any encoding changes on the
2984         string.
2986 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
2988         * language/ind-util.el (in-is13194-post-read-conversion):
2989         Delete unnecessary call of indian-compose-region.
2991 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2993         * ps-print.el: Some face attributes (like :strike-through) were not
2994         being recognised.  Reported by Leo <sdl.web@gmail.com>.
2995         (ps-print-version): New version 7.3.2.
2996         (ps-screen-to-bit-face): Fix code.  Call ps-face-strikout-p,
2997         ps-face-overline-p and ps-face-box-p functions.
2999         * ps-def.el (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p):
3000         New functions.
3002 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
3004         * international/fontset.el (font-encoding-alist): Add an entry for
3005         iso8859-16.
3006         (setup-default-fontset): Add iso8859-16 to latin.
3008         * descr-text.el (describe-char-display): Convert a GLYPH-CODE to a
3009         hexadigit string.
3010         (describe-char): Adjust for the above change.
3012 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
3014         * international/fontset.el (font-encoding-alist): Don't set the
3015         repertory of GB18030 fonts.
3017 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
3019         * language/indian.el: Set font-shape-text for all Indic characters
3020         in composition-function-table.
3022         * language/khmer.el: New file.
3024         * language/myanmar.el: New file.
3026         * loadup.el: Load "language/khmer" and "language/myanmar".
3028 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
3030         * international/fontset.el (setup-default-fontset): Fix lao OTF
3031         script name.
3033 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
3035         * composite.el (terminal-composition-modification): Delete it.
3037 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
3039         * international/fontset.el (x-complement-fontset-spec):
3040         Complement size too.
3042 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
3044         * international/fontset.el (font-encoding-charset-alist):
3045         Initialize it.
3046         (otf-script-alist): Fix typo of canadian-aboriginal.
3047         (setup-default-fontset): Specify font-specs for many more scripts.
3048         (x-complement-fontset-spec): Change the first argument to a
3049         font-spec object.
3050         (create-fontset-from-fontset-spec): Adjust for the above change.
3052 2008-02-01  Kenichi Handa  <handa@m17n.org>
3054         * language/devanagari.el: Register font-shape-text in
3055         composition-function-table.
3057         * language/tibetan.el: Register font-shape-text in
3058         composition-function-table.
3060         * language/thai-util.el (thai-composition-function): Fix arguments.
3062         * language/tamil.el: Register font-shape-text in
3063         composition-function-table.
3065         * language/malayalam.el: Register font-shape-text in
3066         composition-function-table.
3068         * language/lao.el: Register font-shape-text in
3069         composition-function-table.
3071         * language/kannada.el: Register font-shape-text in
3072         composition-function-table.
3074         * language/european.el (diacritic-composition-function): Fix arguments.
3076         * language/ethio-util.el (ethio-composition-function): Fix arguments.
3078         * language/tv-util.el (tai-viet-composition-function): Fix arguments.
3080         * composite.el (composition-function-table): Fix docstring.
3081         (terminal-composition-function): Fix arguments.
3082         (auto-compose-current-font): Delete it.
3083         (auto-compose-chars): Adjust for the change of
3084         composition-function-table.
3086 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
3088         * international/fontset.el (font-encoding-alist): Add the entry of
3089         "unicode-bmp".
3091 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
3093         * composite.el (auto-compose-chars): Be sure to calculate
3094         composition at least at POS.
3096 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3098         * printing.el: Fix pr-interface-map initialization code.
3099         (pr-version): New version 6.9.3.
3100         (pr-f-set-keymap-parents): Replace by pr-set-keymap-parents.
3101         (pr-f-set-keymap-name): Replace by pr-set-keymap-name.
3102         (pr-f-read-string): Replace by pr-read-string.
3103         (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string):
3104         New function name.
3105         (pr-interactive-n-up, pr-interactive-regexp): Code fix.
3107 2008-02-01  Kenichi Handa  <handa@m17n.org>
3109         * language/tv-util.el (tai-viet-re): Include '-'.
3110         (tai-viet-glyph-info): Handle '-'.
3112 2008-02-01  Kenichi Handa  <handa@m17n.org>
3114         * descr-text.el (describe-char): Handle a composition of the new
3115         format.  Show font name.
3117 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
3119         * language/tibet-util.el (tibetan-composition-function): Use
3120         font-shape-text if auto-compose-current-font is non-nil.
3122         * language/tibetan.el: Fix the range for recording
3123         tibetan-composition-function in composition-function-table.
3125         * language/mlm-util.el (malayalam-composition-function): Use
3126         font-shape-text if auto-compose-current-font is non-nil.
3128         * international/mule-conf.el: Flag many charsets as supplementary.
3130         * international/mule.el (define-charset): Update the docstring for
3131         :supplementary-p.
3133         * international/fontset.el (setup-default-fontset): Add OpenType
3134         fonts for malayalam and tibetan.
3136 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
3138         * international/fontset.el (x-complement-fontset-spec): Use font-spec.
3140 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
3142         * international/fontset.el (otf-script-alist): Make all otf tags
3143         4-letters.
3144         (setup-default-fontset): Add OpenType fonts for devanagari and tamil.
3146         * language/tml-util.el (tamil-composition-function): Use
3147         font-shape-text if auto-compose-current-font is non-nil.
3149         * language/devan-util.el (devanagari-composition-function): Use
3150         font-shape-text if auto-compose-current-font is non-nil.
3152         * composite.el (auto-compose-chars): Change argument font-object
3153         to window.
3155 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3157         * ps-print.el (ps-lpr-switches): Docstring fix.
3158         (ps-string-list): New function.
3159         (ps-do-despool): Code fix.
3161 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
3163         * international/utf-7.el (utf-7-imap-post-read-conversion)
3164         (utf-7-imap-pre-write-conversion): New functions.
3166         * international/mule-conf.el (utf-7-imap): New coding system.
3168 2008-02-01  Kenichi Handa  <handa@m17n.org>
3170         * term/x-win.el (x-selection-value): If x-select-request-type is
3171         nil, try also STRING at last.
3172         (x-select-request-type): Doc fix for the change of x-selection-value.
3174         * select.el (selection-coding-system, next-selection-coding-system):
3175         Move declarations from xselect.c.
3176         (x-get-selection): Decode by selection-coding-system if it is non-nil.
3177         If it is nil, decode by a proper coding system.  Handle C_STRING.
3178         (ccl-check-utf-8, string-utf-8-p): Delete them.
3179         (xselect-convert-to-string): Fix determining data-type in the case
3180         that TEXT is requested.  Don't use selection-coding-system if it's
3181         not proper for the data-type.
3183 2008-02-01  Kenichi Handa  <handa@m17n.org>
3185         * term/x-win.el (x-selection-value): If x-select-request-type is
3186         nil, simply try UTF8_STRING and COMPOUND-TEXT in this order.
3188 2008-02-01  Jason Rumney  <jasonr@gnu.org>
3190         * term/w32-win.el (w32-initialize-window-system): Use t, not nil
3191         to signify default fontset.
3193 2008-02-01  Kenichi Handa  <handa@m17n.org>
3195         * international/mule-cmds.el (describe-language-environment):
3196         Check if the specified input method exists or not.
3198 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3200         * ps-print.el (ps-begin-job): Error if ps-lpr-switches is not a list.
3201         (ps-face-background-name): Remove this function.  It's already defined
3202         in ps-def.el file.
3204 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3206         * ps-print.el: Eliminate the check if ps-print was running on Lucid or
3207         Epoch emacsen.
3209 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3211         * ps-print.el: Now detect if text foreground and background colors are
3212         equals and replace the foreground color by another color, so the text
3213         becomes visible.  Doc fix.
3214         (ps-print-version): New version 7.3.
3215         (ps-default-fg, ps-default-bg): Docstring fix.
3216         (ps-fg-list, ps-fg-validate-p): New options.
3217         (ps-foreground-list): New variable.
3218         (ps-generate-header-line): Replace fboundp by functionp.
3219         (ps-setup, ps-begin-job, ps-plot-region): Fix code.
3221 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3223         * printing.el: Pacify byte compiler, that is, no compiler warnings.
3224         Move (again) some variable definitions before use, define some
3225         function aliases, no code change.
3226         (pr-version): New version 6.9.2.
3227         (pr-path-style, pr-auto-region, pr-menu-char-height)
3228         (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
3229         (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
3230         via (defvar VAR).
3231         (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
3232         (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
3233         (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
3234         (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
3235         (pr-f-set-keymap-parents, pr-keep-region-active): Function aliases.
3236         (pr-menu-print-item, pr-ps-printer-menu-modified)
3237         (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
3238         (pr-even-or-odd-alist): Move variable definitions.
3240 2008-02-01  Kenichi Handa  <handa@m17n.org>
3242         * language/chinese.el (cp936): Delete duplicated alias.
3244         * international/mule-diag.el (list-block-of-chars): Don't insert
3245         non-Unicode characters.
3247 2008-02-01  Jason Rumney  <jasonr@gnu.org>
3249         * loadup.el [windows-nt]: Don't load code-pages and ccl.
3250         * term/w32-win.el: Don't require code-pages.
3252 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3254         Fix up multi-tty merge.
3256         * version.el (emacs-version): Bump to 23.0.60.
3258         * term/x-win.el (x-initialize-window-system): Don't try to create
3259         a fontset from a font-specification anymore.  This was removed on the
3260         unicode branch and mistakenly re-added by the multi-tty merge.
3262         * term/w32-win.el: Remove duplicate code that's now in
3263         w32-initialize-window-system.
3264         (w32-initialize-window-system): Don't try to create a fontset from
3265         a font-specification anymore.  This was removed on the unicode branch
3266         and mistakenly re-added by the multi-tty merge.
3268         * term/mac-win.el: Remove duplicate top-level code.
3270         * language/ethio-util.el:
3271         * international/characters.el: Use utf-8 rather than utf-8-emacs
3272         since it works as well and has the advantage of working with
3273         non-unicode versions of Emacs.
3275         * international/encoded-kb.el (encoded-kbd-setup-display): Use the new
3276         multi-tty code, which includes the previous local change.
3278 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3280         * ps-print.el (ps-print-version): New version 7.2.5.
3281         (ps-background, ps-begin-file, ps-build-reference-face-lists):
3282         Use `mapc' rather than `mapcar'.
3284 2008-02-01  Kenichi Handa  <handa@m17n.org>
3286         * skeleton.el (skeleton-internal-1): Use integerp and stringp
3287         instead of char-or-string-p to catch -1.
3289 2008-02-01  Kenichi Handa  <handa@m17n.org>
3291         * international/mule-cmds.el (inactivate-input-method):
3292         Set input-method-function to nil before calling
3293         inactivate-current-input-method-function.
3295 2008-02-01  Kenichi Handa  <handa@m17n.org>
3297         * play/gamegrid.el (gamegrid-setup-default-font): Calculate a font
3298         height that doesn't exceed the requested height by rounding off.
3300 2008-02-01  Andreas Schwab  <schwab@suse.de>
3302         * international/mule-diag.el (print-fontset-element):
3303         Use fontp only if defined.
3305 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3307         * ps-mule.el (ps-mule-prepare-font, ps-mule-encode-region)
3308         (ps-mule-plot-composition, ps-mule-encode-header-string): Docstring fix.
3309         (ps-mule-prologue-generated): Code fix.
3311 2008-02-01  Kenichi Handa  <handa@m17n.org>
3313         * dnd.el (dnd-get-local-file-name): Call replace-regexp-in-string
3314         with FIXEDCASE t.
3316 2008-02-01  Kenichi Handa  <handa@m17n.org>
3318         * international/mule-diag.el (print-fontset-element): Fix for the
3319         format change of a fontset element for font-backend feature.
3321 2008-02-01  Kenichi Handa  <handa@m17n.org>
3323         * descr-text.el (describe-char): Fix for the case that a component
3324         character is TAB.
3326 2008-02-01  Kenichi Handa  <handa@m17n.org>
3328         * international/mule-cmds.el (select-safe-coding-system-interactively):
3329         Fix printing of rejected and unsafe coding-systems.
3331         * international/fontset.el (setup-default-fontset): Add tai-viet.
3333         * international/characters.el: Setup syntax/category table for Tai Viet.
3334         (script-list): Add tai-viet.
3336         * loadup.el: Load "language/tai-viet".
3338         * language/tai-viet.el: New file.
3340         * language/tv-util.el: New file.
3342 2008-02-01  Jason Rumney  <jasonr@gnu.org>
3344         * faces.el (font-weight-table): Use defaults on w32 that match
3345         LOGFONT.lfWeight.
3347         * term/w32-win.el: Don't create fontset from command-line font.
3349 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
3351         * international/mule-cmds.el (toggle-enable-multibyte-characters)
3352         (sort-coding-systems, search-unencodable-char): Doc fixes.
3353         (default-input-method, input-method-verbose-flag)
3354         (input-method-highlight-flag): Remove * in defcustom's docstrings.
3355         (exit-language-environment-hook, set-default-coding-systems)
3356         (coding-system-change-eol-conversion, prefer-coding-system)
3357         (find-multibyte-characters, leim-list-entry-regexp)
3358         (set-input-method, input-method-exit-on-first-char, princ-list)
3359         (locale-language-names, locale-charset-language-names)
3360         (define-char-code-property): Fix typos in docstrings.
3362 2008-02-01  Kenichi Handa  <handa@m17n.org>
3364         * disp-table.el (make-glyph-code, glyph-char, glyph-face):
3365         Fix for a new character code space (22-bit).
3367 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
3369         * printing.el (pr-ps-fast-fire): Fix typos in docstring.
3371 2008-02-01  Kenichi Handa  <handa@m17n.org>
3373         * international/characters.el: Add more cases/syntaxes from Latin
3374         characters.
3376 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3378         * ps-def.el (installation-directory): Must be initialized when defining
3379         it in XEmacs.
3380         (coding-system-for-read): Eliminate duplicated definition.
3382 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3384         * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
3386 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3388         * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
3389         (ps-print-emacs-type): Eliminate variable.
3390         (ps-setup): Remove ps-print-emacs-type.  Print which Emacsen is
3391         running ps-print package.
3393         * ps-def.el: Replace (defvar VAR nil) by (defvar VAR).
3394         (ps-frame-parameter): Replace defun by defalias.
3395         (mark-active): Eliminate defvar.
3397         * ps-samp.el (ps-prsc, ps-c-prsc, ps-s-prsc): Eliminate macros.
3398         (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
3399         (ps-jts-ps-setup): Replace macros by vector key definition.
3401 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3403         * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
3404         * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
3405         * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
3406         * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
3407         * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
3408         * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
3409         New command actions for EPS header and EPS footer.
3411         * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
3412         footer.  Fix some problems with one-or-more, zero-or-more and
3413         alternative constructions generation.  Some implementation of log
3414         messages.  Doc fix.
3415         (ebnf-version): New version 4.4.
3416         (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
3417         (ebnf-eps-footer, ebnf-log): New options.
3418         (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
3419         (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
3420         (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
3421         (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
3422         (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New functions.
3423         (ebnf-style-custom-list, ebnf-style-database): Put new values.
3424         (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
3425         (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
3426         (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
3427         (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
3428         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
3429         (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
3430         (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
3431         (ebnf-non-terminal-dimension, ebnf-special-dimension)
3432         (ebnf-terminal-dimension1, ebnf-repeat-dimension)
3433         (ebnf-except-dimension, ebnf-alternative-dimension)
3434         (ebnf-optional-dimension, ebnf-one-or-more-dimension)
3435         (ebnf-zero-or-more-dimension, ebnf-sequence-dimension):
3436         Insert log message function.
3437         (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
3438         (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
3439         (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
3440         (ebnf-terminal-dimension1, ebnf-alternative-dimension)
3441         (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
3442         (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
3443         (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
3444         compatibility with Emacs 20 & 21.
3445         (ebnf-eps-header-comment, ebnf-eps-footer-comment)
3446         (ebnf-eps-file-alist, ebnf-basic-width-extra)
3447         (ebnf-basic-empty-height): New variables.
3448         (ebnf-prologue): Fix PostScript code.
3449         (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
3450         (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
3451         (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
3452         (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
3454 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3456         * printing.el: Group together all XEmacs/Emacs definitions.
3457         (pr-version): New version 6.9.
3458         (pr-global-menubar, pr-menu-char-height, pr-menu-char-width):
3459         New functions.
3460         (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
3461         (pr-menu-bind): Fix code.
3462         (pr-e-frame-char-height, pr-e-frame-char-width)
3463         (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
3464         (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
3465         (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
3466         (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
3467         (pr-x-event-y-pixel): Eliminate aliases.
3468         (pr-xemacs-global-menubar): Move macro.
3469         (current-menubar, current-mouse-event, zmacs-region-stays)
3470         (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
3471         (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
3472         Move variables.
3473         (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
3474         (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
3475         (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
3476         (pr-menu-set-utility-title, pr-even-or-odd-pages)
3477         (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
3478         (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name):
3479         Move functions.
3481 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3483         * ps-print.el: The ps-print commands without face printing should not
3484         print background color.  Reported by Leo <sdl.web@gmail.com>.
3485         (ps-print-version): New version 7.2.2.
3486         (ps-begin-job): New arg.  Fix ps-default-background and
3487         ps-default-foreground initialization.
3488         (ps-face-attributes): Fix doc string.
3489         (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
3491         * printing.el: Fix ps-print link.
3493 2008-02-01  Kenichi Handa  <handa@m17n.org>
3495         * international/mule-diag.el (list-character-sets-2): Don't print width.
3497 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3499         * ps-print.ps: Fix background height.
3500         (ps-print-version): New version 7.2.1.
3502 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3504         * ps-print.el: Split XEmacs/Emacs definitions and sample setup code
3505         into separate files.
3506         (ps-print-version): New version 7.2.
3507         (ps-postscript-code-directory): Fix XEmacs initialization.
3508         (ps-generate-postscript-with-faces):
3509         Call ps-generate-postscript-with-faces1 (new function).
3510         (ps-color-format, ps-float-format): Move variables to ps-def.el.
3511         (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
3512         (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
3513         (ps-face-background-name, ps-frame-parameter, ps-color-device)
3514         (ps-color-values, ps-face-bold-p, ps-face-italic-p):
3515         Move functions to ps-def.el.
3516         (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
3517         (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
3518         (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
3519         (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
3520         (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
3521         (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
3522         Move functions to ps-samp.el.
3524         * ps-bdf.el (installation-directory, coding-system-for-read):
3525         Move variables to ps-def.el.
3527         * ps-mule.el (leading-code-private-22): Move variables to ps-def.el.
3528         (charset-bytes, charset-dimension, charset-id, charset-width)
3529         (find-charset-region, char-width, chars-in-region, forward-point)
3530         (decompose-composite-char, encode-coding-string, coding-system-p)
3531         (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
3532         (string-make-multibyte, encode-char): Move functions to ps-def.el.
3534         * ps-def.el: New file.  XEmacs/Emacs definitions.
3535         (ps-generate-postscript-with-faces1): New function.
3536         (ps-color-format, ps-float-format): Move variables from ps-print.el.
3537         (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
3538         (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
3539         (ps-face-background-name, ps-frame-parameter, ps-color-device)
3540         (ps-color-values, ps-face-bold-p, ps-face-italic-p):
3541         Move functions from ps-print.el.
3542         (installation-directory, coding-system-for-read):
3543         Move variables from ps-bdf.el.
3544         (leading-code-private-22): Move variable from ps-mule.el.
3545         (charset-bytes, charset-dimension, charset-id, charset-width)
3546         (find-charset-region, char-width, chars-in-region, forward-point)
3547         (decompose-composite-char, encode-coding-string, coding-system-p)
3548         (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
3549         (string-make-multibyte, encode-char): Move functions from ps-mule.el.
3551         * ps-samp.el: New file.  Sample setup code.
3552         (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
3553         (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
3554         (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
3555         (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
3556         (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
3557         (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
3558         Move functions from ps-print.el.
3560 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3562         * ps-print.el: Handle frame parameters (background and/or foreground
3563         colors) changing dynamically.  Reported by Leo <sdl.web@gmail.com>.
3564         (ps-print-version): New version 7.1.
3565         (ps-x-frame-property, ps-e-frame-parameter): New aliases.
3566         (ps-frame-parameter): New function.
3567         (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
3568         Fix doc and customization.
3569         (ps-begin-job): Get frame parameters (background and/or foreground
3570         colors).
3571         (ps-do-despool): Ensure ps-printer-name has a valid value.
3573 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3575         * progmodes/ebnf-abn.el:
3576         * progmodes/ebnf-bnf.el:
3577         * progmodes/ebnf-dtd.el:
3578         * progmodes/ebnf-ebx.el:
3579         * progmodes/ebnf-iso.el:
3580         * progmodes/ebnf-otz.el:
3581         * progmodes/ebnf-yac.el:
3582         * progmodes/ebnf2ps.el:
3583         * delim-col.el:
3584         * printing.el:
3585         * ps-bdf.el:
3586         * ps-mule.el:
3587         * ps-print.el: Remove 'Time-stamp' comment mark.
3589         * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
3590         'easy-menu-add-item' when called in Emacs 21 or higher.
3592 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3594         * ps-print.el : Fix doc.
3595         (ps-print-version): New version 7.0.
3597 2008-02-01  Kenichi Handa  <handa@m17n.org>
3599         * mail/emacsbug.el (report-emacs-bug): Insert also the value of
3600         XMODIFIERS.
3602 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3604         * ps-print.el: Fix maintainer email.  Eliminate function declaration
3605         that kept compatibility with older Emacs version.
3606         (ps-print-version): New version 6.7.
3608 2008-02-01  Kenichi Handa  <handa@m17n.org>
3610         * international/quail.el (quail-get-translations):
3611         Make quail-current-key multibyte if not yet done.
3613 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3615         * language/chinese.el ("Chinese-GBK"): Add tutorial.
3616         ("Chinese-GB18030"): Add sample-text and tutorial.
3618         * international/fontset.el (font-encoding-alist)
3619         (setup-default-fontset): Add gb18030.
3620         (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
3621         (charset-script-alist): Add gbk and gb18030.
3623         * international/characters.el: Put property
3624         preferred-coding-system on gbk and gb18030.
3626         * international/mule-cmds.el (locale-language-names): Add an entry
3627         for "zh_CN.UTF-8" and change "chs" to "Chinese-GBK".
3629         * faces.el (face-font-registry-alternatives): Add gb18030.
3631 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3633         * ps-mule.el: Fix maintainer email.
3635 2008-02-01  Kenichi Handa  <handa@m17n.org>
3637         * international/quail.el (quail-insert-kbd-layout): Check the
3638         length of (cdr translation).
3639         (quail-get-current-str): Check the length of (cdr def).
3641 2008-02-01  Kenichi Handa  <handa@m17n.org>
3643         * ruler-mode.el (ruler-mode-ruler): Make the string `ruler' multibyte.
3645 2008-02-01  Kenichi Handa  <handa@m17n.org>
3647         * international/mule-cmds.el (ucs-insert): Re-implement.
3649 2008-02-01  Kenichi Handa  <handa@m17n.org>
3651         * composite.el (terminal-composition-modification): New function.
3652         (terminal-composition-function): Create composition with the above
3653         modification function.
3655 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3657         * international/characters.el: Add more full-width characters in
3658         char-width-table.
3660 2008-02-01  Kenichi Handa  <handa@m17n.org>
3662         * international/fontset.el (create-fontset-from-fontset-spec):
3663         Fix script name handling.
3665 2008-02-01  Kenichi Handa  <handa@m17n.org>
3667         * composite.el (terminal-composition-function): New function.
3668         (terminal-composition-function-table): New variable.
3669         (auto-compose-chars): If running on a terminal, use
3670         terminal-composition-function-table.
3672         * loadup.el: Load "composite" after "international/characters".
3674         * international/characters.el: Delete codes for setting up charset
3675         property nospace-between-words.  Fix setting up of
3676         char-width-table.  Don't make ethiopic and tibetan double column.
3678         * textmodes/fill.el (fill-find-break-point-function-table):
3679          Don't set it up in defvar.
3680         (fill-nospace-between-words-table): New variable.
3681         (fill-delete-newlines): Check fill-nospace-between-words-table
3682         instead of charset property nospcae-between-words.
3684 2008-02-01  Kenichi Handa  <handa@m17n.org>
3686         * composite.el (global-auto-composition-mode): Make the initial
3687         value not depend on emacs-basic-display.
3689         * textmodes/fill.el: Don't use charset property
3690         `fill-find-break-point-function'.
3691         (fill-find-break-point-function-table): New variable.
3692         (fill-find-break-point): Lookup fill-find-break-point-function-table.
3694 2008-02-01  Kenichi Handa  <handa@m17n.org>
3696         * international/mule.el (coding-system-list): Be sure to exclude
3697         subsidiary coding systems.
3699 2008-02-01  Kenichi Handa  <handa@m17n.org>
3701         * composite.el (auto-composition-after-change)
3702         (toggle-auto-composition): Remove `auto-composed' property instead
3703         of setting it to nil.
3705 2008-02-01  Kenichi Handa  <handa@m17n.org>
3707         * language/misc-lang.el (iso-8859-6): New coding system.
3709 2008-02-01  Kenichi Handa  <handa@m17n.org>
3711         * dnd.el (dnd-get-local-file-name): Give a unibyte string to
3712         replace-regexp-in-string as replacement.
3714 2008-02-01  Kenichi Handa  <handa@m17n.org>
3716         * international/fontset.el (otf-script-alist): Add byzm, math,
3717         musc, and nko.
3719         * international/characters.el (script-list): Add nko,
3720         byzantine-musical-symbol, musical-symbol, and mathematical.
3722 2008-02-01  Kenichi Handa  <handa@m17n.org>
3724         * composite.el (auto-compose-current-font): New variable.
3725         (auto-compose-chars): New arg FONT-OBJECT.
3727 2008-02-01  Kenichi Handa  <handa@m17n.org>
3729         * international/characters.el: Modify category-table and
3730         script-table for new Ethiopic character range.
3732 2008-02-01  Kenichi Handa  <handa@m17n.org>
3734         * international/mule-cmds.el (set-language-environment-fontset):
3735         Delete it.
3737 2008-02-01  Kenichi Handa  <handa@m17n.org>
3739         * international/fontset.el (otf-script-alist): Set it.
3741 2008-02-01  Kenichi Handa  <handa@m17n.org>
3743         * international/fontset.el (font-encoding-alist):
3744         Fix for "ethiopic-unicode".
3746 2008-02-01  Kenichi Handa  <handa@m17n.org>
3748         * international/fontset.el (script-representative-chars):
3749         Add an entry for latin script.
3751 2008-02-01  Kenichi Handa  <handa@m17n.org>
3753         * faces.el (font-weight-table): Treat regular and normal as the
3754         same as medium.
3755         (font-slant-table): Add (roman . 100).
3757 2008-02-01  Kenichi Handa  <handa@m17n.org>
3759         These changes are for the new font handling codes.
3761         * faces.el (font-weight-table, font-slant-table)
3762         (font-swidth-table): New customizable variables.
3764         * international/fontset.el (font-encoding-alist): Add koi8-4.
3765         (script-representative-chars): Set the default value.
3766         (create-fontset-from-x-resource): Delete `message'.
3768 2008-02-01  Kenichi Handa  <handa@m17n.org>
3770         * tar-mode.el (tar-untar-buffer, tar-summarize-buffer):
3771         Call set-buffer-multibyte with arg `to'.
3773 2008-02-01  Kenichi Handa  <handa@m17n.org>
3775         * info.el (Info-fontify-node): Check if already fontified or not
3776         by next-single-property-change.
3778 2008-02-01  Kenichi Handa  <handa@m17n.org>
3780         * international/mule.el (ctext-pre-write-conversion): Produce
3781         extra designation sequence for ASCII at the end off extended segment.
3783 2008-02-01  Kenichi Handa  <handa@m17n.org>
3785         * international/mule.el (ctext-non-standard-encodings-table):
3786         Reverse the returning list.
3787         (ctext-pre-write-conversion): Fix encoding with extended segments.
3789         * international/mule-conf.el (compound-text)
3790         (compound-text-with-extensions): Add long-form in :flags.
3792 2008-02-01  Kenichi Handa  <handa@m17n.org>
3794         * international/fontset.el (create-fontset-from-fontset-spec): Fix
3795         regexp for paring FONTSET-SPEC (allow spaces after `:').
3797 2008-02-01  Kenichi Handa  <handa@m17n.org>
3799         * international/fontset.el (create-fontset-from-fontset-spec): Fix
3800         for the case that a charset is specified as target.
3802 2008-02-01  Kenichi Handa  <handa@m17n.org>
3804         * international/ccl.el (ccl-embed-string): Check string length.
3805         Set special flag for multibyte character sequence.
3806         (ccl-compile-write-string, ccl-compile-write-repeat): Don't make
3807         str unibyte.
3808         (ccl-compile-write): If the character code doesn't fit in 22-bit
3809         (ccl-dump-write-const-string): Check special flag for multibyte
3810         character sequence.
3812 2008-02-01  Kenichi Handa  <handa@m17n.org>
3814         * ps-mule.el (ps-mule-eight-bit-char): Delete this function.
3815         (ps-mule-encode-region, ps-mule-plot-composition): Don't use
3816         ps-mule-eight-bit-char.
3818 2008-02-01  Kenichi Handa  <handa@m17n.org>
3820         * language/chinese.el ("Chinese-BIG5"):
3821         Set ctext-non-standard-encodings property to "big5-0".
3823         * international/mule.el (ctext-non-standard-encodings):
3824         Initialize to nil.
3825         (ctext-non-standard-encodings-alist): Set charset `big5' in the
3826         entry for "big5-0".
3827         (ctext-non-standard-encodings-table): Return a list instead of
3828         char-table.
3829         (ctext-pre-write-conversion): Adjust for the above change.
3831 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3833         * international/mule.el (ctext-non-standard-encodings-alist):
3834         Add an entry for gbk-0.
3835         (ctext-post-read-conversion): Use multibyt-char-to-unibyte to read
3836         a row 8-bit.
3838         * language/chinese.el ("Chinese-GBK"):
3839         Set ctext-non-standard-encodings property to "gbk-0".
3840         Add sample-text property.
3842 2008-02-01  Kenichi Handa  <handa@m17n.org>
3844         * international/kkc.el (kkc-region): Use
3845         this-single-command-raw-keys on pushing back an unhandled key sequence.
3847 2008-02-01  Kenichi Handa  <handa@m17n.org>
3849         * international/encoded-kb.el (encoded-kbd-mode):
3850         Check saved-input-mode on turning off Encoded Kbd mode.
3852         * composite.el (auto-composition-after-change): Use save-buffer-state.
3853         (turn-on-auto-composition-if-enabled): Don't turn on
3854         auto-composition-mode in a unibyte buffer.
3856 2008-02-01  Kenichi Handa  <handa@m17n.org>
3858         * startup.el (command-line): Use custom-reevaluate-setting for
3859         global-auto-composition-mode.
3861         * composite.el (auto-composition-function): Make it buffer local.
3862         (auto-composition-mode): New minor mode.
3863         (turn-on-auto-composition-if-enabled): New function.
3864         (global-auto-composition-mode): New global minor mode.
3866 2008-02-01  Kenichi Handa  <handa@m17n.org>
3868         * descr-text.el (describe-char): Use insert-text-button instead of
3869         widget-create for "customize what to show" button.
3871 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
3873         * language/ethiopic.el: Fix copyright.
3874         (composition-function-table): Support a new character in Unicode 4.1.
3876         * language/ethio-util.el (ethio-fidel-to-tex-buffer)
3877         (ethio-tex-to-fidel-buffer, ethio-composition-function)
3878         ("ethiopic-tex"): Support new characters in Unicode 4.1.
3880 2008-02-01  Kenichi Handa  <handa@m17n.org>
3882         * international/characters.el: Register characters in
3883         auto-fill-chars.  Put nospace-between-words to more charsets.
3885 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3887         * international/mule-cmds.el (locale-language-names): Add entries
3888         for zh_CN.GB2312, zh_CN.GBK, and zh_CN.GB18030.
3889         (locale-preferred-coding-systems): Fix entries for Chinese locales.
3891 2008-02-01  Kenichi Handa  <handa@etlken>
3893         * international/utf-7.el: Delete the definition of utf-7.
3894         (utf-7-post-read-conversion, utf-7-pre-write-conversion):
3895         Add autoload cookies.
3897 2008-02-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3899         * term/mac-win.el: Delete the code to create a fontset from the X
3900         resource "Font".
3902 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
3904         * international/robin.el (robin-define-package): Be sure to call
3905         put-char-code-property.
3907 2008-02-01  Kenichi Handa  <handa@m17n.org>
3909         * language/korean.el (iso-2022-kr): Set :suitable-for-keyboard
3910         property to 1.
3912         * international/mule-conf.el (cp1125): Set :ascii-compatible-p
3913         property to t.
3915         * international/mule.el (coding-system-get):
3916         Check `ascii-incompatible' for backward compatiblity.
3917         (set-file-name-coding-system): Signal an error for a coding system
3918         not suitable for file name.
3919         (set-keyboard-coding-system): Signal an error for a coding system
3920         not suitable for keyboard.
3922         * language/chinese.el (iso-2022-cn, iso-2022-cn-ext):
3923         Set :suitable-for-keyboard property to 1.
3925         * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
3926         (iso-2022-jp-2004): Set :suitable-for-keyboard property to 1.
3928         * language/vietnamese.el (vietnamese-viscii, vietnamese-vscii)
3929         (vietnamese-tcvn): Set :suitable-for-file-name property to t.
3931 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
3933         * international/robin.el (robin-define-package): Delete redundant code.
3934         (robin-add-rule): Allow N-1 reverse conversion.
3936 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
3938         * international/robin.el (robin-define-package): Make the
3939         expanded form shorter.
3941 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3943         * language/chinese.el (chinese-iso-8bit): Fix mime-charset of
3944         chiense-iso-8bit.
3946 2008-02-01  Kenichi Handa  <handa@m17n.org>
3948         * loadup.el: If we are byte-compiling unidata-gen.el or running
3949         unidata-ge-files, set purify-flag to nil.
3951 2008-02-01  Kenichi Handa  <handa@m17n.org>
3953         * loadup.el: Load international/charprop.el with NOERROR t.
3955         * Makefile.in (AUTOGENEL): Add charprop.el and uni-*.el.
3957 2008-02-01  Kenichi Handa  <handa@m17n.org>
3959         * term/mac-win.el (mac-centraleurroman, mac-cyrillic):
3960         New charsets and coding systems.
3961         (mac-symbol, mac-dingbats): New charsets.
3963 2008-02-01  Kenichi Handa  <handa@m17n.org>
3965         * international/characters.el: Set syntax of NBSP to punctuation.
3967 2008-02-01  Kenichi Handa  <handa@m17n.org>
3969         * international/mule-cmds.el: Don't require wid-edit.
3971 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
3973         * international/robin.el: New file.
3975         * language/ethiopic.el: Change encoding to utf-8-emacs.
3976         Register ethio-composition-function in composition-function-table.
3977         ("Ethiopic"): Change coding-systems to utf-8-emacs.
3979         * language/ethio-util.el: Change encoding to utf-8-emacs.
3980         Rewrite all transliteration functions to use robin.el.
3981         (ethio-fidel-to-sera-map, ethio-fidel-to-tex-map)
3982         (ethio-sera-to-fidel-table, ethio-implicit-period-conversion)
3983         (ethio-prefer-ascii-punctuation): Delete variables.
3984         (ethio-char-to-ethiocode, ethio-convert-digit)
3985         (ethio-ethiocode-to-char, ethio-fidel-to-sera-mail)
3986         (ethio-fidel-to-sera-mail-or-marker, ethio-lone-consonant-p)
3987         (ethio-sera-to-fidel-english, ethio-sera-to-fidel-ethio)
3988         (ethio-sera-to-fidel-mail, ethio-sera-to-fidel-mail-or-marker)
3989         (ethio-tilde-escape, ethio-toggle-punctuation): Delete functions.
3990         (ethio-adjust-robin, ethio-composition-function)
3991         (ethio-get-consonant, ethio-prefer-amharic, ethio-process-digits)
3992         (ethio-sera-to-fidel-region-ethio)
3993         (ethio-sera-to-fidel-region-noethio)
3994         (ethio-use-colon-for-colon, ethio-use-three-dot-question):
3995         New functions.
3997 2008-02-01  Miles Bader  <miles@gnu.org>
3999         * international/mule.el (auto-coding-regexp-alist)
4000         (ctext-pre-write-conversion): Replace embedded control characters
4001         with octal escapes; this prevents diff from thinking the file is binary.
4003 2008-02-01  Miles Bader  <miles@gnu.org>
4005         * descr-text.el (describe-char-unidata-list):
4006         * emacs-lisp/bytecomp.el (byte-compile-fix-header)
4007         (byte-compile-insert-header):
4008         * international/mule.el (charset-list, set-coding-priority)
4009         (ignore-relative-composition):
4010         * international/mule-util.el (detect-coding-with-priority):
4011         * international/mule-diag.el:
4012         * international/mule-cmds.el (language-info-custom-alist):
4013         * international/codepage.el (codepage-setup):
4014         Replace references to Emacs version "22" with "23".
4016 2008-02-01  Kenichi Handa  <handa@m17n.org>
4018         * Makefile.in (DONTCOMPILE): Include charprop.el and uni-*.el.
4020         * international/fontset.el (font-encoding-alist): Add an entry for
4021         microsoft-cp1251.
4022         (setup-default-fontset): Add entries for microsoft-cp1251 and
4023         koi8-r for cyrillic.
4025         * international/mule-cmds.el (char-code-property-alist): New variable.
4026         (define-char-code-property): New function.
4027         (get-char-code-property, put-char-code-property): Handle a
4028         char-table registerd in char-code-property-alist.
4029         (set-language-environment): Check :ascii-compatible-p property of
4030         nonascii charset instead of its dimension.
4032         * international/uni-bidi.el, international/uni-category.el:
4033         * international/uni-combining.el, international/uni-comment.el:
4034         * international/uni-decimal.el, international/uni-decomposition.el:
4035         * international/uni-digit.el, international/uni-lowercase.el:
4036         * international/uni-mirrored.el, international/uni-name.el:
4037         * international/uni-numeric.el, international/uni-old-name.el:
4038         * international/uni-titlecase.el, international/uni-uppercase.el:
4039         * international/charprop.el: New files automatically generated by
4040         admin/unidata/Makefile.
4042         * loadup.el: Load internationnal/charprop.el.
4044         * descr-text.el (describe-char-unidata-list): New variable.
4045         (describe-char-unicode-data): Use char-code-property-description.
4046         (describe-char): Add lines for describing Unicode-based character
4047         properties.
4049 2008-02-01  Kenichi Handa  <handa@m17n.org>
4051         * textmodes/ispell.el: These changes are to fix the code merged
4052         from trunk for the change on 2008-02-01.
4053         (ispell-unified-chars-table): Delete it.
4054         (ispell-get-decoded-string): Don't check ispell-unified-chars-table.
4056 2008-02-01  Kenichi Handa  <handa@m17n.org>
4058         * international/mule-util.el (char-displayable-p): Check
4059         :charset-list property of CODING.
4061 2008-02-01  Kenichi Handa  <handa@m17n.org>
4063         * international/mule-cmds.el (select-safe-coding-system-interactively):
4064         Change 'mime-charset to :mime-charset.
4065         (select-safe-coding-system): Use above.
4066         (set-language-environment): Delete unnecessary code for handling
4067         overriding-fontspec.
4069 2008-02-01  Kenichi Handa  <handa@m17n.org>
4071         * international/mule-conf.el: New coding system aliases unix, dos,
4072         and mac.
4074 2008-02-01  Kenichi Handa  <handa@m17n.org>
4076         * international/titdic-cnv.el (tit-process-header): Fix embedded
4077         coding tag.
4078         (titdic-convert): Bind coding-system-for-write to the coding
4079         system specfied in the map file.  Remove `charset' property after
4080         decoding.
4081         (miscdic-convert): Bind coding-system-for-write to the coding
4082         system specfied for the map file.  Fix LANGUAGE arg to
4083         quail-define-package.
4084         (batch-miscdic-convert): Check if a file is directory or not.
4086 2008-02-01  Kenichi Handa  <handa@m17n.org>
4088         * international/mule.el (coding-system-equal): Move from mule-util.el.
4090         * international/mule-util.el (coding-system-equal): Move to mule.el.
4092 2008-02-01  Kenichi Handa  <handa@m17n.org>
4094         * international/encoded-kb.el (encoded-kbd-decode-code-list):
4095         New function.
4096         (encoded-kbd-self-insert-charset, encoded-kbd-setup-keymap):
4097         Support multibyte charsets.
4099 2008-02-01  Kenichi Handa  <handa@m17n.org>
4101         * language/china-util.el (hz-set-msb-table): Turn chars beyond 128
4102         to eight-bit chars.
4104         * international/mule-conf.el: Don't define coding system
4105         `undecided' here.
4107 2008-02-01  Kenichi Handa  <handa@m17n.org>
4109         * international/mule-cmds.el (locale-language-names): Fix for
4110         gb18030 and gdk.
4112 2008-02-01  Kenichi Handa  <handa@m17n.org>
4114         * international/fontset.el (font-encoding-alist): Add gbk.
4115         (charset-script-alist): Add chinese-gbk.
4117 2008-02-01  Kenichi Handa  <handa@m17n.org>
4119         * language/chinese.el (chinese-gbk): Include ascii in charset-list.
4121 2008-02-01  Kenichi Handa  <handa@m17n.org>
4123         * language/japanese.el ("Japanese"): Fix ordering of charsets.
4125 2008-02-01  Kenichi Handa  <handa@m17n.org>
4127         * international/encoded-kb.el (encoded-kbd-self-insert-charset)
4128         (encoded-kbd-self-insert-utf-8, encoded-kbd-setup-keymap)
4129         (encoded-kbd-mode): Adjust code merged from trunk for unicode branch.
4131 2008-02-01  Kenichi Handa  <handa@m17n.org>
4133         * descr-text.el (describe-char): Fix for the case CODE is a cons
4134         of integers.
4136 2008-02-01  Steven Tamm  <steventamm@mac.com>
4138         * term/mac-win.el: Use mac-standard-fontset-spec to create fontset-mac.
4139         (mac-standard-fontset-spec): Create.
4141 2008-02-01  Kenichi Handa  <handa@m17n.org>
4143         * international/mule-diag.el (unicode-data):
4144         Call find-file-noselect with NOWARN t.
4146 2008-02-01  Kenichi Handa  <handa@m17n.org>
4148         * international/mule-conf.el (cp932-2-byte): Fix :code-space.
4150 2008-02-01  Kenichi Handa  <handa@m17n.org>
4152         * international/characters.el: Give more CJK characters the
4153         category `|'.
4155         * descr-text.el (describe-char): Make it work on *Help* buffer.
4156         Suppress auto-composition on a region describing about composition.
4158         * language/european.el (diacritic-compose-region)
4159         (diacritic-compose-string, diacritic-composition-function):
4160         Compose diacritical marks only with a character whose syntax is
4161         word constituent.
4162         (diacritic-post-read-conversion): Delete it.
4164 2008-02-01  Kenichi Handa  <handa@m17n.org>
4166         * composite.el (auto-compose-chars): Execute the main code in
4167         condition-case.
4169 2008-02-01  Kenichi Handa  <handa@m17n.org>
4171         * international/fontset.el (x-complement-fontset-spec):
4172         Don't change CHARSET_REGISTRY and CHARSET_ENCODING fields.
4174 2008-02-01  Kenichi Handa  <handa@m17n.org>
4176         * international/characters.el (next-word-boundary-kana):
4177         Handle half-width kana.
4179 2008-02-01  Kenichi Handa  <handa@m17n.org>
4181         * international/mule-conf.el (indian-1-column): Fix :emacs-mule-id.
4183 2008-02-01  Kenichi Handa  <handa@m17n.org>
4185         * language/japanese.el (japanese-iso-8bit): Fix order of :charset-list.
4187         * mail/rmail.el (rmail-decode-babyl-format):
4188         Use with-coding-priority instead of detect-coding-with-priority.
4190 2008-02-01  Kenichi Handa  <handa@m17n.org>
4192         * international/mule.el (make-translation-table)
4193         (make-translation-table-from-vector): Set the second extra slot of
4194         the char table to 1.
4195         (make-translation-table-from-alist): Fix handling of multiple entries.
4197 2008-02-01  Kenichi Handa  <handa@m17n.org>
4199         * language/japanese.el (jisx0213-to-unicode, unicode-to-jisx0213):
4200         New translation tables.
4202         * international/mule.el (make-translation-table-from-alist):
4203         New function.
4205 2008-02-01  Kenichi Handa  <handa@m17n.org>
4207         * international/mule.el (translate-region): Re-implement it here.
4208         Make it interactive.
4210 2008-02-01  Kenichi Handa  <handa@m17n.org>
4212         * ps-mule.el (ps-mule-font-info-database): Doc fix.
4214 2008-02-01  Kenichi Handa  <handa@m17n.org>
4216         * international/mule-conf.el (chinese-cns11643-15): New charset.
4218 2008-02-01  Kenichi Handa  <handa@m17n.org>
4220         * international/fontset.el (font-encoding-alist): Add entries for
4221         variations of cns11643 fonts.
4222         (setup-default-fontset): Add cns11643 fonts as fallback fonts.
4224 2008-02-01  Kenichi Handa  <handa@m17n.org>
4226         * international/mule-diag.el (list-charset-chars): Put charset
4227         text property.
4229         * international/fontset.el (setup-default-fontset): Delete the
4230         entry for symbol script, add JISX0213 to kana script, specify
4231         fallback fonts.
4233 2008-02-01  Kenichi Handa  <handa@m17n.org>
4235         * international/fontset.el (setup-default-fontset)
4236         (font-encoding-alist): Register "JISX0213.2004-1".
4238         * international/mule-diag.el (list-character-sets): Fix the first
4239         line message.
4240         (sort-listed-character-sets): Adjust for the change of
4241         list-characters-sets-1.
4242         (list-character-sets-1): List supplementary character sets in a
4243         different section.
4244         (list-charset-chars): Validate charset at early stage.
4246         * international/characters.el: Fix `han' script range.
4248         * international/mule-conf.el (japanese-jisx0213.2004-1):
4249         Specify :code-space.
4250         (cp932-2-byte): Fix :code-space.
4251         (unicode-smp, unicode-sip, unicode-ssp): New charsets.
4253 2008-02-01  Kenichi Handa  <handa@m17n.org>
4255         * international/mule-conf.el (japanese-jisx0213.2004-1):
4256         Specify :dimension 2.
4258         * language/japanese.el (iso-2022-jp): Exclude japanese-jisx0212.
4259         (iso-2022-jp-2004, euc-jis-2004, japanese-shift-jis-2004):
4260         New coding systems.
4261         (iso-2022-jp-3, euc-jisx0213, shift_jis-2004): New coding system
4262         aliases.
4263         ("Japanese"): Add new charsets and coding systems.
4265 2008-02-01  Kenichi Handa  <handa@m17n.org>
4267         * language/japanese.el (japanese-ucs-cp932-to-jis-map):
4268         Rename from japanese-ucs-cp932-map.
4269         (japanese-ucs-jis-to-cp932-map): Rename from japanese-ucs-jis-map.
4270         (japanese-ucs-glibc-map): Delete this translation table.
4271         (japanese-ucs-glibc-to-jis-map, japanese-ucs-jis-to-glibc-map):
4272         New translation tables.
4274 2008-02-01  Kenichi Handa  <handa@m17n.org>
4276         * cus-start.el: Handle charset-map-path, not charset-map-directory.
4278 2008-02-01  Kenichi Handa  <handa@m17n.org>
4280         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
4282 2008-02-01  Kenichi Handa  <handa@m17n.org>
4284         * language/japanese.el: Add map #x00A6 <-> #xFFE4 to translation
4285         tables japanese-ucs-*-map.
4287 2008-02-01  Kenichi Handa  <handa@m17n.org>
4289         * international/eucjp-ms.el: New file (automatically generated by
4290         admin/charsets/Makefile).
4292         * international/cp51932.el: New file (automatically generated by
4293         admin/charsets/Makefile).
4295         * language/japanese.el: Load cp51932 and eucjp-ms.
4296         (japanese-ucs-cp932-map, japanese-ucs-jis-map)
4297         (japanese-ucs-glibc-map): New translation tables.
4298         (eucjp-ms): New coding system.
4300         * international/mule.el (coding-system-put): Delete it.
4301         It's implemented in C now.
4303         * international/mule-conf.el (katakana-sjis): Fix :superset to :subset.
4304         (japanese-jisx0213-a): New supplementary charset.
4305         (japanese-jisx0213.2004-1): New charset.
4307 2008-02-01  Kenichi Handa  <handa@m17n.org>
4309         * language/japanese.el (japanese-cp932): New coding system.
4310         (cp932): New alias of it.
4312         * international/mule-conf.el (katakana-sjis, cp932-2-byte)
4313         (cp932): New charsets.
4315         * international/mule.el (define-charset): If :code-space is not
4316         given, generate it from :dimension.
4318 2008-02-01  Kenichi Handa  <handa@m17n.org>
4320         * composite.el (reference-point-alist): Doc fix.
4321         (encode-composition-rule, decode-composition-rule):
4322         Handle a rule (GREF NREF XOFF YOFF).
4324 2008-02-01  Kenichi Handa  <handa@m17n.org>
4326         * language/european.el (diacritic-composition-function): Fix for
4327         the case that POS is at the head.  Allow combining with more characters.
4329 2008-02-01  Kenichi Handa  <handa@m17n.org>
4331         * descr-text.el (describe-char): Check `charset' property.
4332         Show the code point in the charset in hexadigits.
4334         * international/mule-diag.el (stretches-for-character-list):
4335         Delete it.
4336         (list-block-of-chars): Use tabs instead of `display' property for
4337         aligning characters.
4338         (print-fontset-element): Fix the printing of XLFD.
4340 2008-02-01  Kenichi Handa  <handa@m17n.org>
4342         * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
4343         New function.
4344         (encoded-kbd-setup-keymap, encoded-kbd-mode): Add code for
4345         handling utf-8.
4347 2008-02-01  Kenichi Handa  <handa@m17n.org>
4349         * faces.el (read-face-font): Include fontsets in the completion list.
4351         * international/mule-cmds.el (set-locale-environment):
4352         Insert locale-translation-file-name in a unibyte buffer.
4354         * international/characters.el: Fix setting of category `|'.
4356 2008-02-01  Kenichi Handa  <handa@m17n.org>
4358         * language/chinese.el (chinese-gb18030): Fix :charset-list.
4360 2008-02-01  Kenichi Handa  <handa@m17n.org>
4362         * international/mule-cmds.el (select-safe-coding-system): Fix for
4363         the case that the first element of default-coding-system is t.
4364         Fix a message when some coding systems are rejected.
4366 2008-02-01  Kenichi Handa  <handa@m17n.org>
4368         * international/mule-cmds.el (set-language-environment): Put
4369         higher priority to charsets listed in `charset' property of the
4370         language environment.
4372 2008-02-01  Kenichi Handa  <handa@m17n.org>
4374         * composite.el (auto-compose-chars): Don't do unnecessary
4375         save-exclusion and save-restriction.
4377 2008-02-01  Kenichi Handa  <handa@m17n.org>
4379         * international/mule-conf.el (ctext-no-compositions):
4380         Remove garbage arguments.
4382         * international/mule.el (make-coding-system): Fix generation of
4383         properties.
4385         * international/fontset.el (setup-default-fontset): Specify fonts
4386         for `symbol' script.
4388         * international/characters.el (script-list): Include `currency'
4389         in `symbol'.
4391 2008-02-01  Alex Schroeder  <alex@gnu.org>
4393         * timezone.el (timezone-parse-date): Fix style 8 to accept ISO
4394         8601 format (a capital T between the date and the time).
4396 2008-02-01  Kenichi Handa  <handa@m17n.org>
4398         * international/mule.el (private-char-area-1-min)
4399         (private-char-area-1-max, private-char-area-2-min)
4400         (private-char-area-2-max, emacs-mule-charset-table): New variables.
4401         (convert-define-charset-argument): New function.
4402         (define-charset): Handle the old calling style.
4403         Update emacs-mule-charset-table.
4404         (make-char-internal): New function.
4406 2008-02-01  Jason Rumney  <jasonr@gnu.org>
4408         * w32-charset-info-alist: Define iso10646-1 always.
4410 2008-02-01  Kenichi Handa  <handa@m17n.org>
4412         * composite.el (compose-region): Doc fix (delete duplicated line).
4414 2008-02-01  Kenichi Handa  <handa@m17n.org>
4416         * international/characters.el: Fix syntax for Ethiopic.
4418 2008-02-01  Jason Rumney  <jasonr@gnu.org>
4420         * w32-fns.el (w32-charset-info-alist): Accept more charset aliases.
4422         * makefile.w32-in (DONTCOMPILE): Remove old languages.
4423         Add international/latin1-disp.el.
4424         (LC_ALL): Define as C.
4426 2008-02-01  Jason Rumney  <jasonr@gnu.org>
4428         * term/w32-win.el: Don't set fontsets to use sjis.
4430 2008-02-01  Kenichi Handa  <handa@m17n.org>
4432         * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
4433         (japanese-iso-8bit): Fix the order of charsets in :charset-list.
4435 2008-02-01  Kenichi Handa  <handa@m17n.org>
4437         * composite.el (auto-composition-chunk-size): Delete variable.
4438         (auto-compose-chars): Always stop after processing a newline.
4440 2008-02-01  Kenichi Handa  <handa@m17n.org>
4442         * international/mule.el (define-coding-system): Fix attribute
4443         name :for-unibyte.
4445 2008-02-01  Kenichi Handa  <handa@m17n.org>
4447         * ps-bdf.el: Largely re-write.
4449         * ps-mule.el: Largely re-write.
4451         * ps-print.el (ps-generate-string-list): Delete function.
4452         (ps-rh-cache, ps-lf-cache, ps-rf-cache): Delete variables.
4453         (ps-header-footer-string): Delete function.
4454         (ps-encode-header-string-function): New variable.
4455         (ps-generate-header-line): Call ps-encode-header-string-function.
4456         (ps-basic-plot-string-function): New variable
4457         (ps-begin-job): Set ps-basic-plot-string-function and
4458         ps-encode-header-string-function.  For setting up headers and
4459         footers, don't use caches such as ps-rh-cache.  Don't call
4460         ps-mule-begin-page.
4461         (ps-basic-plot-str, ps-basic-plot-string, ps-control-character):
4462         Don't call ps-mule-prepare-ascii-font.
4463         (ps-plot-region): Don't pay attention to composition and
4464         non-ASCII characters.
4465         (ps-generate): Call ps-mule-end-job.
4466         (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
4467         (ps-mule-plot-string, ps-mule-begin-page): Delete autoload.
4468         (ps-mule-end-job): Declare autoload.
4470         * composite.el (auto-compose-region): New function.
4472 2008-02-01  Dave Love  <fx@gnu.org>
4474         * international/mule-util.el
4475         (detect-coding-with-language-environment): Doc fix.
4477         * composite.el: Doc fixes.
4478         (auto-compose-chars): Use functionp, not fboundp.
4480         * international/mule-diag.el (list-charset-chars): Set buffer file
4481         coding system.
4483         * progmodes/cap-words.el (capitalized-words-mode): Add autoload
4484         cookie.  Doc fix.
4486 2008-02-01  Dave Love  <fx@gnu.org>
4488         * international/mule-diag.el (list-charset-chars): Set buffer file
4489         coding system.
4491         * progmodes/cap-words.el (capitalized-words-mode): Add autoload
4492         cookie.  Doc fix.
4494         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
4495         * progmodes/sh-script.el (sh-font-lock-syntactic-face-function):
4496         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
4497         * eshell/esh-opt.el (eshell-process-option):
4498         * emulation/keypad.el (keypad-setup):
4499         * emacs-lisp/lisp-mode.el (prin1-char):
4500         * emacs-lisp/generic.el (generic-mode-set-comments):
4501         * edmacro.el (edmacro-parse-keys):
4502         * disp-table.el (standard-display-default): Use characterp.
4504 2008-02-01  Kenichi Handa  <handa@m17n.org>
4506         * international/mule-conf.el (utf-16-be): Make it an alias of
4507         utf-16be-with-signature.
4508         (utf-16-le): Make it an alias of utf-16le-with-signature.
4509         (utf-16-be-with-signature, utf-16-le-with-signature): Remove these
4510         coding system aliases.
4512         * international/utf-7.el (utf-7-decode, utf-7-encode):
4513         Use utf-16be, not utf-16-be.
4515 2008-02-01  Kenichi Handa  <handa@m17n.org>
4517         * international/mule.el (coding-system-category): New function.
4518         (set-coding-priority): Re-write.
4519         (make-translation-table): Re-write.
4521         * international/mule-cmds.el (universal-coding-system-argument):
4522         Check the coding system type `undecided', not `t'.
4523         (sort-coding-systems): Fix for iso-2022 coding systems.
4524         (find-multibyte-characters): Fix for eight-bit chars.
4525         (set-language-environment): Set charset priorities according to
4526         the charsets supported by the coding systems of higher priorities.
4528 2008-02-01  Kenichi Handa  <handa@m17n.org>
4530         * font-lock.el
4531         (font-lock-match-c-style-declaration-item-and-skip-to-next):
4532         Check (match-end 2) before going there.
4534 2008-02-01  Kenichi Handa  <handa@m17n.org>
4536         * international/mule.el (ctext-non-standard-designations-alist):
4537         Exclude entries for iso8859-1[03456].  Fix docstring.
4538         (ctext-pre-write-conversion): Make it work for the case that FROM
4539         is a string.  Don't do unnecessary save-restriction and
4540         narrow-to-region.
4542 2008-02-01  Kenichi Handa  <handa@m17n.org>
4544         * international/mule.el (ctext-non-standard-encodings-alist):
4545         Rename from non-standard-icccm-encodings-alist.
4546         (ctext-non-standard-encodings-regexp): New variable
4547         (ctext-post-read-conversion): Full rewrite.
4548         (ctext-non-standard-designations-alist): Rename from
4549         non-standard-designations-alist.
4550         (ctext-pre-write-conversion): Full rewrite.
4551         (define-coding-system): Doc fix (escape '"' by '\').
4553 2008-02-01  Dave Love  <fx@gnu.org>
4555         * international/mule-conf.el (utf-16le, utf-16be-16be)
4556         (utf-16le-with-signature, utf-16be-with-signature, utf-16):
4557         Define :mime-text-unsuitable.  Rename `utf-16{b,l}e...' from
4558         `-16-{b,l}e-' and define aliases for the old names.
4560         * international/mule.el (define-coding-system): Doc fix.
4562 2008-02-01  Dave Love  <fx@gnu.org>
4564         * international/utf-7.el: New file.
4566         * international/mule-conf.el (utf-7): New.
4568 2008-02-01  Kenichi Handa  <handa@m17n.org>
4570         * international/mule-conf.el (utf-16): Add :endian 'big.
4572         * international/mule.el (define-coding-system): Fix docstring
4573         about :bom and :endian.
4575 2008-02-01  Dave Love  <fx@gnu.org>
4577         * international/mule-diag.el (describe-character-set):
4578         Fix printing dimensions.  Use `\e,AW\e(B', not `x'.
4580 2008-02-01  Kenichi Handa  <handa@m17n.org>
4582         * international/fontset.el: Register CDAC fonts in
4583         face-font-rescale-alist instead of face-resizing-fonts.
4585 2008-02-01  Kenichi Handa  <handa@m17n.org>
4587         * international/mule-conf.el (utf-16-le): Rename from utf-16-le-nosig.
4588         (utf-16-be): Rename from utf-16-be-nosig.
4589         (utf-16-le-with-signature): Rename from utf-16-le.
4590         (utf-16-be-with-signature): Rename from utf-16-be.
4591         (utf-16): Set :bom to (utf-16-le-with-signature .
4592         utf-16-be-with-signature).
4594 2008-02-01  Dave Love  <fx@gnu.org>
4596         * language/georgian.el (georgian-ps, georgian-academy): New coding
4597         system.
4599         * language/chinese.el (chinese-big5-hkscs): New coding system.
4600         (big5-hkscs, cn-big5-hkscs): New aliases.
4602         * international/mule-conf.el (big5-hkscs, georgian-academy):
4603         New charset.
4604         (ibm1047): Doc fix.
4605         (pt154): Add mime-charset.
4606         (ptcp154, cp154): New aliases.
4608 2008-02-01  Dave Love  <fx@gnu.org>
4610         * international/mule.el (charset-iso-final-char, define-coding-system):
4611         Doc fix.
4613 2008-02-01  Kenichi Handa  <handa@m17n.org>
4615         * international/ccl.el (define-ccl-program): Fset charset-id
4616         to charset-id-internal temporarily.
4618 2008-02-01  Kenichi Handa  <handa@m17n.org>
4620         * international/mule-diag.el (list-block-of-chars):
4621         Use decode-char instead of make-char.
4623 2008-02-01  Kenichi Handa  <handa@m17n.org>
4625         * international/fontset.el: Enable the default fontset to use
4626         unicode fonts for ASCII characters.
4627         (x-decompose-font-name): Don't try to resolve PATTERN by
4628         x-resolve-font-name.
4629         (x-complement-fontset-spec): Never prepend an ASCII font.
4630         (create-fontset-from-fontset-spec): If a fontset of the same name
4631         already exists, override it instead of signalling an error.  Don't
4632         turn `ascii' into `latin'.  Don't update fontset-alias-alist here.
4634         * international/mule-conf.el (unicode-bmp): Delete duplicated
4635         definition.  Give it :code-offset 0.
4637         * international/mule-diag.el (print-fontset-element): New function.
4638         (print-fontset): Use print-fontset-element to print the elements
4639         of a fontset.  Use it also to print fonts fallen back to the
4640         default fontsets.
4642         * term/x-win.el: Delete the code to create a fontset from the X
4643         resource "Font".
4645 2008-02-01  Kenichi Handa  <handa@m17n.org>
4647         * international/mule-diag.el (print-fontset): Insert proper
4648         newline and indentation spaces.
4650 2008-02-01  Dave Love  <fx@gnu.org>
4652         * emacs-lisp/byte-opt.el (side-effect-free-fns): Add langinfo,
4653         multibyte-char-to-unibyte.
4655         * emacs-lisp/cl-macs.el (cl-make-type-test): Use characterp.
4657         * international/mule-cmds.el (find-coding-systems-for-charsets):
4658         Use coding-system-type, coding-system-charset-list.
4659         (standard-keyboard-coding-systems): Delete.
4660         (set-locale-environment): Maybe set keyboard coding system.
4661         Avoid typical warning about codeset in C locale.
4663 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
4665         * international/fontset.el (x-complement-fontset-spec): If a
4666         fontname doesn't conform to XLFD format, try to get XLFD name by
4667         x-list-fonts.
4669 2008-02-01  Dave Love  <fx@gnu.org>
4671         * international/mule-conf.el (mik, pt154): New charsets.
4673         * language/cyrillic.el (mik, pt154): New coding systems.
4675 2008-02-01  Dave Love  <fx@gnu.org>
4677         * international/characters.el: Move parts around so that syntax
4678         definitions aren't overwritten wrongly.
4680         * international/mule-diag.el (unicode-data): Fix treatment of
4681         numeric-value fields.
4683 2008-02-01  Dave Love  <fx@gnu.org>
4685         * progmodes/cap-words.el: New file.
4687 2008-02-01  Kenichi Handa  <handa@m17n.org>
4689         The following changes are to make character composition happen
4690         automatically on displaying.
4692         * composite.el: Remove all autoload cookies.
4693         (composition-function-table): Move variable declaration from
4694         composite.c.  Change format.
4695         (save-buffer-state): Copy from font-lock.el.
4696         (auto-composition-chunk-size): New variable.
4697         (auto-compose-chars): New function.  Set
4698         auto-composition-function to it.
4699         (toggle-auto-composition): New function.
4701         * international/characters.el: Make all chararacters in the
4702         charset tibetan to tibetan script.
4704         * international/mule-conf.el (tibetan): Fix :code-space property.
4705         (tibetan-1-column): Delete :superset property, add :code-offset
4706         property.
4708         * international/quail.el (quail-input-string-to-events): Don't
4709         generate compose-chars-after events.
4711         * language/devanagari.el: Register devanagari-composable-function
4712         in composition-function-table for Devanagari characters.
4714         * language/devan-util.el: Register devanagari-composable-pattern
4715         in indian-composable-pattern.
4716         (devanagari-composition-function): Add autoload cookie.  Change
4717         arguments to conform to composition-function-table.
4719         * language/european.el: Register combining characters in
4720         composition-function-table.
4721         (diacritic-composition-function): Change arguments to conform to
4722         composition-function-table.
4724         * language/indian.el (indian-composable-pattern): New variable.
4726         * language/ind-util.el (indian-compose-region): Don't call
4727         compose-chars-after, instead call a function registered in
4728         composition-function-table.
4730         * language/lao.el: Register lao-composition-function in
4731         composition-function-table for Lao vowels and tones.
4732         (lao): Don't use lao-post-read-conversion.
4734         * language/lao-util.el (lao-post-read-conversion): Delete this function.
4735         (lao-composition-function): Change arguments to conform to
4736         composition-function-table.
4738         * language/thai.el: Register thai-composition-function in
4739         composition-function-table for Thai vowels and tones.
4740         (thai-tis620): Don't use thai-post-read-conversion.
4742         * language/thai-util.el (thai-post-read-conversion): Delete function.
4743         (thai-composition-function): Change arguments to conform to
4744         composition-function-table.
4746         * language/tibetan.el: Register tibetan-composition-function in
4747         composition-function-table for Tibetan characters.
4749         * language/tibet-util.el (tibetan-composition-function):
4750         Change arguments to conform to composition-function-table.
4752         * loadup.el: Load composite.
4754 2008-02-01  Dave Love  <fx@gnu.org>
4756         * international/mule-diag.el (unicode-data): Find unicodedata-file
4757         literally.
4759 2008-02-01  Dave Love  <fx@gnu.org>
4761         * international/fontset.el: Doc fixes.
4762         ("fontset-default"): Add iso8859-15.
4764 2008-02-01  Kenichi Handa  <handa@m17n.org>
4766         * international/fontset.el ("fontset-default"): Add an entry for
4767         `indian-is13194' charset.
4769         * international/mule-conf.el (indian-is13194): Delete :unify-map
4770         property.  Don't unify this charset.
4771         (indian-2-column): Delete :superset property, add :code-offset property.
4773         * language/devan-util.el: Delete the superfluous autoload cookie
4774         near the head of the file.
4775         (devanagari-compose-region): Add autoload cookie.
4777         * language/ind-util.el (indian-2-column-to-ucs-region):
4778         Add autoload cookie.
4780 2008-02-01  Kenichi Handa  <handa@m17n.org>
4782         * international/fontset.el ("fontset-default"): Add an entry for
4783         `devanagari' script and `malayalam-glyph' charset.
4784         (face-resizing-fonts): Register CDAC fonts.
4786         * international/mule-conf.el (malayalam-glyph): New charset.
4788 2008-02-01  Dave Love  <fx@gnu.org>
4790         * term/x-win.el: Fix typo in loop setting x-keysym-table.
4792 2008-02-01  Dave Love  <fx@gnu.org>
4794         * international/mule-conf.el (utf-8-emacs): Delete :mime-charset.
4796         * term/x-win.el: Remove some ancient compatibility code.  Populate
4797         x-keysym-table.
4799         * international/mule-cmds.el (wid-edit): Require when compiling.
4800         (set-locale-environment): Check locale against coding system
4801         aliases too.
4803 2008-02-01  Kenichi Handa  <handa@m17n.org>
4805         * language/indian.el (in-is13194-devanagari):
4806         Fix :post-read-conversion and :pre-write-conversion.
4808 2008-02-01  Dave Love  <fx@gnu.org>
4810         * international/mule-cmds.el (charset): Supply doc, :tag.
4812 2008-02-01  Kenichi Handa  <handa@m17n.org>
4814         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Be sure to
4815         return a unibyte string.
4817 2008-02-01  Kenichi Handa  <handa@m17n.org>
4819         * international/mule-cmds.el (set-locale-environment):
4820         Delete superfluous ')'s at the tail.
4822 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
4824         * international/mule.el (define-coding-system): Fix typo;
4825         "docode" -> "decode".
4827 2008-02-01  Dave Love  <fx@gnu.org>
4829         * emacs-lisp/byte-opt.el (side-effect-free-fns):
4830          Add string-make-unibyte string-make-multibyte string-to-multibyte
4831          string-as-multibyte string-as-unibyte.
4833 2008-02-01  Dave Love  <fx@gnu.org>
4835         * language/english.el (ibm1047, cp1047): New.
4837         * international/mule-conf.el (alternativnyj): Use new table.
4838         (cp866): Define standalone, not as alias.
4839         (ibm866): Change alias.
4840         (ibm1047): New.
4842         * language/cyrillic.el (cyrillic-alternativnyj):
4843         Remove mime-charset.  Use alternativnj charset.
4844         (cp866): Remove alias.  Define standalone.
4846 2008-02-01  Dave Love  <fx@gnu.org>
4848         * language/european.el ("Latin-2", "Latin-5"): Doc fix.
4850         * language/cyrillic.el ("Bulgarian"): Fix input method and charset.
4851         ("Tajik", "Belarusian"): Fix charset.
4853         * international/mule-cmds.el (describe-language-environment):
4854         Be case-insensitive when looking for input methods.
4855         (locale-name-match): Doc fix.
4856         (locale-charset-match-p): New.
4857         (set-locale-environment): Warn if coding system doesn't agree
4858         with system locale.
4860 2008-02-01  Kenichi Handa  <handa@m17n.org>
4862         * international/mule-cmds.el (select-safe-coding-system): If
4863         :mime-charset property of a coding system is not equal to that
4864         coding system, don't show that :mime-charset name.
4866 2008-02-01  Dave Love  <fx@gnu.org>
4868         * international/quail.el (quail-help): Fix underlining.
4870         * language/chinese.el (chinese-gb18030, gb18030)
4871         ("Chinese-GB18030"): New.
4873         * international/mule-cmds.el (locale-language-names): Add GB18030.
4875         * international/swedish.el: Don't require latin-1.
4877 2008-02-01  Dave Love  <fx@gnu.org>
4879         * language/czech.el ("Czech"):
4880         * language/slovak.el ("Slovak"):
4881         * language/romanian.el ("Romanian"): Remove unibyte-syntax property.
4883         * language/greek.el ("Greek"): Remove unibyte-syntax property.
4884         (cp737): New coding system.
4886         * language/european.el: Remove unibyte-syntax properties.
4887         Augment some coding-system properties.
4889         * international/mule-cmds.el (set-language-environment):
4890         Check for charset property of environment.
4891         (language-info-alist): Doc fix.
4893         * Makefile.in (DONTCOMPILE): Remove latin-N.el.
4895         * international/characters.el: Add Latin-1.
4897         * international/latin-1.el, international/latin-2.el,
4898         * international/latin-3.el, international/latin-4.el,
4899         * international/latin-5.el, international/latin-8.el,
4900         * international/latin-9.el: Delete.
4902         * loadup.el: Remove international/latin-N.el.
4904         * case-table.el (set-case-syntax-charset, set-case-syntax-1)
4905         (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
4906         Undo last changes.
4908         * international/mule-diag.el (unicode-data): Check that
4909         `unicodedata-file' exists.
4911 2008-02-01  Kenichi Handa  <handa@m17n.org>
4913         * international/fontset.el (charset-script-alist): Fix script names.
4915 2008-02-01  Kenichi Handa  <handa@m17n.org>
4917         * international/latin-1.el: Bind set-case-syntax-charset to
4918         iso-8859-1.  Never provide latin-1.
4920         * international/latin-2.el: Bind set-case-syntax-charset to
4921         iso-8859-2.  Never provide latin-2.
4923         * international/latin-3.el: Bind set-case-syntax-charset to
4924         iso-8859-3.  Never provide latin-3.
4926         * international/latin-4.el: Bind set-case-syntax-charset to
4927         iso-8859-4.  Never provide latin-4.
4929         * international/latin-5.el: Bind set-case-syntax-charset to
4930         iso-8859-9.  Never provide latin-5.
4932         * international/latin-8.el: Bind set-case-syntax-charset to
4933         iso-8859-14.  Never provide latin-8.
4935         * international/latin-9.el: Bind set-case-syntax-charset to
4936         iso-8859-15.  Never provide latin-9.
4938         * case-table.el (set-case-syntax-set-multibyte): Delete variable.
4939         (set-case-syntax-charset): New variable.
4940         (set-case-syntax-1): New function.
4941         (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
4942         Call set-case-syntax-1 on arguments.
4944         * international/mule-cmds.el (set-language-environment): Delete
4945         unnecessary setup of syntax/case for unibyte case.
4947 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
4949         * international/fontset.el (generate-fontset-menu): Exclude the
4950         default fontset.
4952         * faces.el (describe-face): Describe :fontset property too.
4954 2008-02-01  Dave Love  <fx@gnu.org>
4956         * international/characters.el: Don't set char width of CJK
4957         charsets generally.  Add some non-word syntax cases.
4958         (korean-ksc5601): Fix ranges with symbol syntax.
4960 2008-02-01  Dave Love  <fx@gnu.org>
4962         * Makefile.in (DONTCOMPILE): Add indian.el.
4964         * language/ind-util.el:
4965         (ucs-bengali-to-is13194-alist, ucs-assamese-to-is13194-alist)
4966         (ucs-gurmukhi-to-is13194-alist, ucs-gujarati-to-is13194-alist)
4967         (ucs-oriya-to-is13194-alist, ucs-tamil-to-is13194-alist)
4968         (ucs-telugu-to-is13194-alist, ucs-malayalam-to-is13194-alist):
4969         Remove declarations and let-bind them in re-written top-level loop
4970         over scripts, including ucs-devanagari-to-is13194-alist.
4972 2008-02-01  Dave Love  <fx@gnu.org>
4974         * international/mule-cmds.el (charset): Move.
4975         (language-info-custom-alist): Move.  Alter :set.
4976         (find-coding-systems-for-charsets): Check charset type before
4977         getting :charset-list.
4979         * language/ind-util.el (iscii-to-ucs-region): Fix typo.
4981 2008-02-01  Dave Love  <fx@gnu.org>
4983         * wid-edit.el (widget-string-complete): New.
4984         (widget-coding-system-prompt-value-history): Delete.
4985         (coding-system): Use coding-system-value-history.
4987         * international/mule-cmds.el (charset): New widget.
4988         (language-info-custom-alist): Use it.
4989         (default-input-method): Modify :type.
4991 2008-02-01  Dave Love  <fx@gnu.org>
4993         * language/ind-util.el (ucs-devanagari-to-is13194-alist)
4994         (indian-glyph-char, indian-char-glyph): Delete.
4995         (is13194-default-repertory): Rename from is13194-default-repartory.
4996         (iscii-to-ucs-region): Hoist evals from loop.
4998         * language/devan-util.el (dev-charseq): Avoid indian-glyph-char.
5000         * language/indian.el (indian-script-table)
5001         (ccl-encode-indian-glyph-font): Delete.
5003         * international/mule-cmds.el (language-info-custom-alist): New.
5004         (input-method-activate-hook, input-method-inactivate-hook)
5005         (input-method-after-insert-chunk-hook)
5006         (input-method-use-echo-area, set-language-environment-hook)
5007         (exit-language-environment-hook): Customize.
5008         (find-coding-systems-for-charsets): Rewrite.
5009         (default-input-method): Add :link.
5011 2008-02-01  Dave Love  <fx@gnu.org>
5013         * international/mule-conf.el (eight-bit): Add :docstring,
5014         :short-name properties.
5015         (cp851): Doc fix.
5016         (unicode-bmp): New.
5018         * case-table.el (set-case-syntax-pair): Remove check on byte lengths.
5020         * language/european.el (cp858): New.
5021         ("Turkish"): Add special case rules.
5023 2008-02-01  Dave Love  <fx@gnu.org>
5025         * international/characters.el: Make \e,_/\e(B and \e,A\x7f\e(B a case pair.
5027 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5029         * international/mule-conf.el: Don't define the charset iso-8859-1
5030         here, just setup its properties.
5032 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5034         * international/mule-conf.el (utf-8): Give :mime-charset property.
5036 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5038         * international/characters.el: Remove duplicated case setting for
5039         Cyrillic and Greek letters.  Don't setup printable-chars here.
5041         * case-table.el (describe-buffer-case-table): Handle the case
5042         that KEY is a cons within map-char-table.
5044 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5046         * international/characters.el: Fix categories ?A and ?C.
5047         Treat ASCII characters as `latin' script.
5049 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5051         * international/fontset.el (fontset-plain-name): If the fontset
5052         name doesn't ends with "-fontset-*", use family name as the first
5053         part of the plain name.
5054         (create-fontset-from-ascii-font): If "fontset-startup" is not yet
5055         created, use that name for the fontset.  Fix arguments to
5056         subst-char-in-string.
5058 2008-02-01  Dave Love  <fx@gnu.org>
5060         * term.el (term-char-mode): Remove generic-character-list code.
5062         * ruler-mode.el (ruler-mode-character-validate): Use characterp.
5064         * wid-edit.el (character): Use characterp.
5066         * international/mule-diag.el (describe-coding-system): Add utf-16 case.
5068         * language/viet-util.el (viet-encode-viscii-char): Use encode-char.
5070         * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
5071         Add charset.
5072         ("Ukrainian"): New.
5074         * language/georgian.el (georgian-ps): New coding system.
5076 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5078         * international/mule-cmds.el (reset-language-environment):
5079         Don't set nonascii-translation-table and nonascii-insert-offset.
5080         Call set-unibyte-charset, not set-primary-charset.
5081         (nonascii-translation-table, nonascii-insert-offset):
5082         Declare these variable as obsolete ones.
5083         (set-language-environment): Call set-unibyte-charset, not
5084         set-primary-charset.  Call set-charset-priority with `charset'
5085         info of the language environment.
5087 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5089         * international/characters.el (next-word-boundary-han):
5090         Don't treat katakana following han characters as a part of a word.
5092 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5094         * international/characters.el: Call map-charset-chars on big5 (not
5095         chinese-big5-1/2) to set categories `c', `C', and `|'.
5096         (next-word-boundary-han, next-word-boundary-kana): New function.
5097         Register it in next-word-boundary-function-table.
5099 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5101         * arc-mode.el (archive-file-name-coding-system): New variable.
5102         Make it permanent-local.
5103         (byte-after, bref, insert-unibyte): New function.  Change most of
5104         char-after, aref, insert to them respectively.
5105         (archive-mode): Set archive-file-name-coding-system.
5106         (archive-summarize): Don't change the buffer's multibyteness.
5107         (archive-extract): Inherit archive-file-name-coding-system from
5108         archive-superior-buffer.  Bind coding-system-for-write to
5109         archive-file-name-coding-system.
5110         (archive-*-write-file-member): Encode ENAME by
5111         archive-file-name-coding-system.  Bind coding-system-for-write to
5112         no-conversion.
5113         (archive-rename-entry): Encode the filename by
5114         archive-file-name-coding-system.
5115         (archive-mode-revert): Don't change the buffer's multibyteness.
5116         (archive-arc-summarize, archive-lzh-summarize)
5117         (archive-zoo-summarize): Don't change the buffer's multibyteness.
5118         Decode filenames by archive-file-name-coding-system.
5119         (archive-arc-rename-entry, archive-zip-chmod-entry): Don't change
5120         the buffer's multibyteness.
5122         * tar-mode.el (tar-file-name-coding-system): New variable.
5123         Make it permanent-local.
5124         (tar-header-block-tokenize): Decode filename and linkname by
5125         tar-file-name-coding-system.
5126         (tar-header-block-checksum): Call multibyte-char-to-unibyte to get
5127         the byte value of eight-bit chars.
5128         (tar-summarize-buffer): Call set-buffer-multibyte with METHOD
5129         `to'.  Delete unnecessary call of position-bytes.
5130         (tar-mode): Set tar-file-name-coding-system.  Delete unnecessary
5131         call of position-bytes.
5132         (tar-extract): Simplify by calling decode-coding-region with
5133         DESTINATION argument.  Don't toggle multibyteness of tar buffer.
5134         (tar-copy, tar-expunge): Don't toggle multibyteness of tar buffer.
5135         (tar-clear-modification-flags): Delete unnecessary call of
5136         position-bytes.
5137         (tar-rename-entry): Call tar-alter-one-field with encoded new name.
5138         (tar-alter-one-field): Don't toggle multibyteness of tar buffer.
5139         Convert new-data-string by string-to-multibyte before inserting it.
5140         (tar-subfile-save-buffer): Don't toggle multibyteness of tar
5141         buffer.  Simplify by calling encoding-coding-region with
5142         DESTINATION argument.
5143         (tar-mode-write-file): Delete unnecessary call of byte-to-position.
5145 2008-02-01  Dave Love  <fx@gnu.org>
5147         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Doc fix.
5149         * emacs-lisp/copyright.el (copyright-regexp): Remove redundancy.
5151 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5153         * international/characters.el: Setup char-script-table.
5155         * international/fontset.el: Setup the default fontset by the new
5156         script-based way.
5157         (x-complement-fontset-spec): Change the format of arg FONTLIST to
5158         an alist of charsets vs font name lists.
5159         (charset-script-alist): New variable.
5160         (create-fontset-from-fontset-spec): Allow script name in
5161         FONTSET-SPEC.  If charset is specified in FONTSET-SPEC, change it
5162         to the corresponding script name.
5163         (create-fontset-from-ascii-font): Slight tuning.
5165         * international/mule-conf.el (devanagari-glyph): New charset.
5166         Unify these charsets: korean-ksc5601, ipa, tibetan, ethiopic,
5167         japanese-jisx0208, japanese-jisx0212, japanese-jisx0213-1,
5168         japanese-jisx0213-2.
5170         * international/mule-diag.el (print-fontset): Use describe-vector
5171         to handle a char table returned by fontset-info.
5173         * language/indian.el: Don't register ccl-encode-indian-glyph-font
5174         and ccl-encode-unicode-font in font-ccl-encoder-alist.
5176 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5178         * international/mule-util.el (detect-coding-with-priority):
5179         Fix the place of using `,' marker in backguote form.
5181 2008-02-01  Dave Love  <fx@gnu.org>
5183         * international/mule-conf.el (mule-unicode-e000-ffff): Set :max-code.
5185         * international/mule-util.el (with-coding-priority): Fix.
5187         * international/mule.el (set-coding-priority): Fix obsolete spec.
5189 2008-02-01  Dave Love  <fx@gnu.org>
5191         * international/mule-cmds.el (leim-list-header): Add coding tag.
5193 2008-02-01  Dave Love  <fx@gnu.org>
5195         * international/mule-cmds.el (find-coding-systems-region)
5196         (language-info-alist, reset-language-environment, princ-list): Doc fix.
5197         (input-method-verbose-flag): Fix :type.
5199 2008-02-01  Dave Love  <fx@gnu.org>
5201         * international/mule.el (set-char-table-default): Make obsolete.
5203 2008-02-01  Dave Love  <fx@gnu.org>
5205         * language/devanagari.el ("Devanagari"): Fix coding-system,
5206         coding-priority.
5208         * international/mule-diag.el (describe-char-after): Modify display
5209         list processing.
5210         (unicodedata-file, unicodedata-find): New.
5212 2008-02-01  Dave Love  <fx@gnu.org>
5214         * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done): Add
5215         autoload cookie.
5217         * international/ja-dic-cnv.el (skkdic-convert): Add coding tag.
5219 2008-02-01  Dave Love  <fx@gnu.org>
5221         * international/mule-util.el (detect-coding-with-priority): Rewrite.
5223 2008-02-01  Dave Love  <fx@gnu.org>
5225         * composite.el (compose-string): Doc fix.
5227         * language/georgian.el ("Georgian"): Delete code-pages feature,
5228         add nonascii-translation.
5230         * language/european.el ("German", "French", "Spanish"):
5231         Add latin-9 as alternative coding system.
5232         ("Slovenian", "Polish"): Add windows-1250 as alternative coding system.
5233         ("Dutch"): Add latin-9 as alternative coding system.  Add input method.
5234         ("Turkish"): Add windows-1254 and latin-3 as alternative coding systems.
5235         ("Lithuanian", "Latvian"): Add windows-1257 as alternative coding
5236         system.
5238         * emacs-lisp/byte-opt.el (side-effect-free-fns): Add decode-char,
5239         encode-coding-char.
5240         (side-effect-and-error-free-fns): Add charsetp, max-char,
5241         primary-charset.
5243         * simple.el: Don't require cl when compiling.
5245         * Makefile.in (DONTCOMPILE): Fix duplicates.
5247         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Fix typo.
5249         * international/mule.el: Doc fixes.
5250         (load-with-code-conversion): Fix coding-system-type test.
5252         * international/mule-cmds.el (sort-coding-systems): Comment out
5253         iso-2022 case.
5254         (encoded-string-description): Fix coding-system-type test.
5256 2008-02-01  Dave Love  <fx@gnu.org>
5258         * international/characters.el: Make korean-ksc5601 double-width.
5260         * international/mule.el (auto-coding-regexp-alist):
5261         Recognize Emacs 20/1 byte-compiled files.
5263         * international/mule-conf.el (file-coding-system-alist):
5264         Change .elc to utf-8-emacs.
5266         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Adjust for use
5267         of utf-8-emacs.
5268         (byte-compile-insert-header): Update magic number.  Add ballast.
5269         (map-char-table): Use byte-compile-funarg-2.
5271 2008-02-01  Dave Love  <fx@gnu.org>
5273         * language/cyrillic.el ("Belarusian"): Doc fix.
5274         (cp1125, koi8-t): Doc fix.
5276         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
5277         (find-multibyte-characters): Don't test for charset `unknown'.
5278         (locale-language-names): Change or add: be, bs, cy, mk, ru.koi8,
5279         ru, sr_YU, tg, wa, zh.gbk.
5280         (locale-language-names): Change sp to Cyrillic.
5281         (locale-charset-language-names): Match @euro after utf-8.
5283 2008-02-01  Dave Love  <fx@gnu.org>
5285         * language/chinese.el (chinese-gbk, gbk, cp936, windows-936):
5286         New coding systems.
5287         ("Chinese-GBK"): New environment.
5289 2008-02-01  Dave Love  <fx@gnu.org>
5291         * language/chinese.el (chinese-gbk, gbk, cp936, windows-936):
5292         New coding systems.
5293         ("Chinese-GBK"): New environment.
5295         * language/thai-util.el: Remove redundant unicodes in category-setting.
5297         * language/lao-util.el: Remove redundant unicodes in category-setting.
5299         * international/mule-conf.el (japanese-jisx0213-1)
5300         (japanese-jisx0213-2): Add unify-map.
5302 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5304         * international/quail.el (quail-update-leim-list-file):
5305         Force writing the file by iso-2022-7bit.
5307         * international/titdic-cnv.el (miscdic-convert): Force writing the
5308         file by iso-2022-7bit.
5310         * international/mule.el (define-charset): Change the attribute
5311         :parents to :subset or :superset.
5313         * international/mule-conf.el: Adjust for the change of
5314         define-charset (:parent -> :subset or :superset).
5316         * international/characters.el: Fix the last change.
5318 2008-02-01  Dave Love  <fx@gnu.org>
5320         * language/cyril-util.el (cyrillic-encode-koi8-r-char)
5321         (cyrillic-encode-alternativnyj-char): Fix.
5322         (standard-display-cyrillic-translit): Remove redundant unicodes.
5324 2008-02-01  Dave Love  <fx@gnu.org>
5326         * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
5327         New environments.
5329         * international/mule-conf.el (control-1): New charset.
5330         (eight-bit-control, eight-bit-graphic): Redefine to use raw-bytes space.
5331         (korean-ksc5601): Redefine to use code-offset and unify-map.
5333 2008-02-01  Dave Love  <fx@gnu.org>
5335         * international/mule-conf.el (tcvn-5712): New charset.
5337         * language/vietnamese.el (vietnamese-tcvn, tcvn): New coding system.
5338         ("Vietnamese"): Doc fix.
5340 2008-02-01  Dave Love  <fx@gnu.org>
5342         * international/mule-conf.el (windows-936): New alias.
5344         * cus-start.el: Add scalable-fonts-allowed.
5346         * international/characters.el: Reinstate various CJK syntax and
5347         category setup.  Remove obsolete syntax setting in Greek section.
5348         Optimize the char tables.
5350         * language/thai.el ("Thai"): Add cp874, iso-8859-11 coding systems.
5352         * language/vietnamese.el ("Vietnamese"): Add windows-1258 coding system.
5354         * language/greek.el ("Greek"): Add windows-1253, cp851, cp869
5355         coding systems.
5357         * language/romanian.el ("Romanian"): Add iso-latin-10 coding system.
5359 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5361         * international/characters.el (printable-chars): Setup correctly.
5363 2008-02-01  Dave Love  <fx@gnu.org>
5365         * cus-start.el: Add selection-coding-system.
5367         * language/hebrew.el ("Hebrew"): Add windows-1255, cp862 coding systems.
5369         * language/china-util.el (post-read-decode-hz)
5370         (pre-write-encode-hz): Move from chinese.el.
5371         (big5-to-flat-code, flat-code-to-big5, euc-to-flat-code)
5372         (flat-code-to-euc, expand-euc-big5-alist, big5-to-cns): Delete.
5374         * language/chinese.el (post-read-decode-hz)
5375         (pre-write-encode-hz): Move to china-util.el.
5377         * case-table.el (set-case-syntax-pair): Test again for equal byte
5378         lengths of the pair.
5380         * international/characters.el: Add Vietnamese category to
5381         equivalent unicodes.
5383 2008-02-01  Dave Love  <fx@gnu.org>
5385         * international/mule-conf.el (chinese-sisheng, ipa)
5386         (indian-is13194, tibetan, ethiopic): Add :unify-map.
5388         * international/mule-diag.el (describe-character-set): Account for
5389         more than two dimensions of possibly different size.
5390         (describe-current-coding-system): Add selection-coding-system.
5392         * international/mule-cmds.el (unify-8859-on-encoding-mode)
5393         (unify-8859-on-decoding-mode): Move from mule.el.
5395         * international/mule.el (unify-8859-on-encoding-mode)
5396         (unify-8859-on-decoding-mode): Remove :init-value.
5397         (charset-chars): Add optional dimension arg.
5398         (unify-8859-on-encoding-mode, unify-8859-on-decoding-mode):
5399         Move to mule-cmds.el.
5401 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5403         * international/fontset.el: Change registry for japanese-jisx0208
5404         to "JISX0208*" in the default fontset.
5405         (font-encoding-alist): Add an entry for "JISX0208.1983" and
5406         "ISO10646.indian-1".
5408 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5410         * language/japanese.el (japanese-iso-7bit-1978-irv):
5411         Add `designation' to :flags, `ascii' to :charset-list.
5413         * international/mule.el (define-charset): New args :min-code and
5414         :max-code.
5415         (coding-system-iso-2022-flags): Add use-roman, use-oldjis.
5417         * international/mule-conf.el (chinese-gbk): Change :code-offset to
5418         #x160000.
5419         (gb18030-2-byte, gb18030-4-byte-bmp, gb18030-4-byte-smp)
5420         (gb18030-4-byte-ext-1, gb18030-4-byte-ext-2, gb18030): New charsets.
5422 2008-02-01  Dave Love  <fx@gnu.org>
5424         * language/thai.el (iso-8859-11): New coding system.
5426         * international/mule-conf.el: Doc fixes.
5427         (iso-8859-11): New.
5429 2008-02-01  Dave Love  <fx@albion.dl.ac.uk>
5431         * cus-start.el (scalable-fonts-allowed): Add.
5433 2008-02-01  Dave Love  <fx@gnu.org>
5435         * international/mule.el (unify-8859-on-encoding-mode)
5436         (unify-8859-on-decoding-mode): Dummy versions.
5438         * international/ucs-tables.el: Remove.
5440         * Makefile.in (DONTCOMPILE): Add language/chinese.el,
5441         language/japanese.el.
5443         * international/mule-conf.el: Doc fixes.
5444         (cp936): New alias.
5445         (cp720, cp858): New charsets.
5447         * mail/sendmail.el (mail-recover-1, mail-recover): Use utf-8-emacs
5448         coding system, not emacs-mule.
5450         * files.el (revert-buffer, recover-file): Likewise.
5452         * desktop.el (desktop-save): Likewise.
5454 2008-02-01  Dave Love  <fx@gnu.org>
5456         * international/mule.el (with-category-table): Use make-symbol.
5457         (coding-system-list): Use coding-system-aliases.
5458         (make-translation-table): Don't deal with generic characters.
5460         * international/mule-util.el (coding-system-post-read-conversion)
5461         (coding-system-pre-write-conversion)
5462         (coding-system-translation-table-for-decode)
5463         (coding-system-translation-table-for-encode): Get the right properties.
5464         (with-coding-priority): New macro.
5465         (detect-coding-with-language-environment): Use it.
5466         (coding-system-equal): Use coding-system-plist.
5468         * international/encoded-kb.el (encoded-kbd-setup-keymap) <ccl>:
5469         Use :valid property.
5471         * international/mule-cmds.el (encode-coding-char):
5472         Use find-coding-systems-string.  Don't use make-char.
5473         (describe-language-environment): Use coding-system-aliases.
5474         (prefer-coding-system): Doc fix.
5476         * international/mule-diag.el (describe-current-coding-system):
5477         Fix aliases listing.
5478         (print-iso-2022-flags): Delete.
5479         (print-designation): Partial re-write.
5480         (describe-coding-system): Deal with iso-2022 designations, flags.
5481         Fix shift_jis case.
5482         (describe-char-after): Use characterp.  Print explicit unicode.
5483         Remove some obsolete code.
5484         (print-coding-system-briefly): Fix printing aliases.
5485         (print-coding-system): Use coding-system-aliases.
5486         (mule-diag): Don't list coding categories.
5488         * international/mule-conf.el: Doc fixes.  Remove redundant :long-name properties.
5489         Re-order charset priorities.
5490         (binary): New alias.
5491         (iso-8859-16): Fix nickname.
5492         (define-iso-single-byte-charset): Un-define after use.
5494 2008-02-01  Dave Love  <fx@gnu.org>
5496         * international/characters.el: Additional double width specifications.
5498         * international/mule-diag.el (print-coding-system): Incomplete updates.
5499         (describe-character-set): List more properties.
5500         (print-fontset): Fix case of vector font-spec.
5501         (describe-current-coding-system): Fix iso-7, iso-7-else.
5503         * international/mule-conf.el (ibm866): Fix alias.
5504         (iso-8859-16): Fix nickname.
5506 2008-02-01  Dave Love  <fx@gnu.org>
5508         * language/ind-util.el: Avoid decode-char.
5509         (indian--puthash-char, indian--puthash-c, indian--puthash-cv):
5510         Use characterp, not char-valid-p.
5512         * language/devan-util.el: Add coding tag, avoid decode-char.
5514         * international/titdic-cnv.el: Add coding tag.
5515         (tit-process-header): Add coding tag to output.
5517         * language/thai.el (cp874, ibm874): New coding systems.
5519         * emacs-lisp/byte-opt.el <side-effect-and-error-free-fns>:
5520         Add character-p.
5522         * language/european.el (cp852, ibm852, cp857, ibm857, cp860)
5523         (ibm860, cp861, ibm861, cp863, cp865, ibm865, cp437, ibm437):
5524         New coding systems.
5525         <set-language-info-alist>: Avoid decode-char.
5527         * language/hebrew.el (cp862, ibm862): New coding systems.
5529         * language/greek.el (cp851, ibm851, cp869, ibm869): New coding systems.
5531         * language/cyrillic.el (cp855, ibm855): New coding systems.
5533         * international/mule-conf.el: Avoid decode-char in top-level code
5534         for self-inserting multibyte chars.
5535         (cp437, cp737, cp775, cp851, cp852, cp855, cp857, cp855, cp857)
5536         (cp860, cp861, cp862, cp863, cp864, cp865, cp869, cp874):
5537         New charsets.
5539         * international/characters.el: Various simplifications and additions.
5541 2008-02-01  Dave Love  <fx@gnu.org>
5543         * international/mule-conf.el (code-pages): Provide, for compatibility.
5545         * international/code-pages.el: Remove.
5547 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5549         * Makefile.in: Cancel the 2008-02-01 change of mine.
5551         * international/fontset.el: Add setting for unicode font at the
5552         end of the default fontset.
5554 2008-02-01  Dave Love  <fx@gnu.org>
5556         * international/mule-conf.el (adobe-standard-encoding, symbol):
5557         Adjust :code-space.
5558         (ibm850): Add :ascii-compatible-p.
5560 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5562         * international/mule-conf.el (vietnamese-viscii-lower)
5563         (vietnamese-viscii-upper): Supply them :code-offset, then unify by
5564         mapping table.
5566 2008-02-01  Dave Love  <fx@gnu.org>
5568         * cus-start.el: Add charset-map-directory.
5570         * international/fontset.el (font-encoding-alist): Add adobe-symbol.
5572         * format.el (format-alist): Remove ibm, mac, hp entries (available
5573         natively).
5575         * language/romanian.el (iso-latin-10): Add :mime-charset.
5576         ("Romanian"): Add doc.
5578         * international/mule-conf.el (iso-8859-10, symbol)
5579         (adobe-standard-encoding, ibm850): New charsets.
5580         (iso-8859-13): Fix IR number, final char.
5581         (file-coding-system-alist): Add .xml.
5583         * language/european.el (iso-latin-6, iso-8859-10, latin-6)
5584         (iso-latin-7, iso-8859-13, latin-7, hp-roman8, roman8)
5585         (adobe-standard-encoding, cp850, ibm850): New coding systems.
5586         ("Latin-6", "Latin-7"): New language environments.
5588 2008-02-01  Dave Love  <fx@gnu.org>
5590         * Makefile.in (DONTCOMPILE): Remove ucs-tables, utf-8,
5591         utf-8-subst; add vietnamese, cyrillic, czech.
5593         * language/romanian.el (iso-latin-10): New coding system.
5595         * international/mule-conf.el (emacs-mule): Set :charset-list,
5596         consistent with coding-system-charset-list doc.
5597         (iso-8859-16): New charset.
5599         * international/mule-diag.el (describe-coding-system): Avoid error
5600         for iso-2022, emacs-mule.
5602 2008-02-01  Dave Love  <fx@gnu.org>
5604         * international/codepage.el: Remove or comment out most of code.
5605         (codepage-setup): Re-write as trivial, obsolete function.
5607         * language/utf-8-lang.el ("UTF-8"): Use utf-8, not mule-utf-8.
5608         Remove setup function.
5610         * language/english.el (ebcdic-us, ebcdic-uk): New coding systems.
5612         * Makefile.in (DONTCOMPILE): Add language/vietnamese.el,
5613         language/cyrillic.el, language/czech.el.
5615         * language/vietnamese.el (windows-1258, cp1258): New coding systems.
5616         (font-ccl-encoder-alist): Remove viscii, vscii.
5618         * language/hebrew.el (windows-1255, cp1255): New coding systems.
5620         * language/european.el (windows-1254, cp1254, windows-1257)
5621         (cp1257, next, iso-latin-7, iso-8859-13, latin-7): New coding systems.
5622         ("Latin-7", "Lithuanian", "Latvian"): Don't require code-pages.
5624         * language/greek.el (windows-1253, cp1253): New coding systems.
5626         * international/mule-conf.el (ebcdic-us, ebcdic-uk): Change map
5627         file name.
5628         (windows-1253, windows-1254, windows-1255, windows-1256)
5629         (windows-1257, windows-1258, next): New charsets.
5631         * international/utf-8.el, international/utf-8-subst.el: Remove.
5633         * international/mule.el: Doc fixes.
5634         (charset-list, generic-char-p, set-coding-priority): Make obsolete.
5635         (coding-system-get): Try to convert old-style symbol to keyword.
5636         (define-charset): Purecopy strings in property list.
5637         (define-coding-system): Purecopy docstring.
5639         * international/mule-diag.el (list-character-sets-2): Avoid
5640         charset-bytes.
5641         (list-iso-charset-chars, list-non-iso-charset-chars): Delete.
5642         (list-block-of-chars): Re-write.
5643         (describe-character-set): Show more properties.
5644         (describe-char-after): Correct codepoint display.
5645         (print-coding-system): Use symbolic types.
5647 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5649         * Makefile.in: Be sure also to run emacs with LANG=C.
5651 2008-02-01  Dave Love  <fx@gnu.org>
5653         * international/mule-diag.el: Doc fixes.
5654         (sort-charset-list, charset-multibyte-form-string): Remove.
5655         (list-character-sets, list-character-sets-1)
5656         (list-character-sets-2): Re-write.
5657         (non-iso-charset-alist): Set to nil and made obsolete.
5658         (decode-codepage-char): Re-write and made obsolete.
5659         (read-charset): Don't use non-iso-charset-alist.
5660         (describe-coding-system): Use keyword properties.
5661         (describe-character-set): Re-write.
5663         * international/mule-conf.el (koi8-u, koi8-t, georgian-ps)
5664         (windows-1250, windows-1251, windows-1252, cp1125, ebcdic-us)
5665         (ebcdic-uk): New charsets.
5667         * language/cyrillic.el (koi8-u, koi8-t, windows-1251, cp1125):
5668         New coding systems.
5670         * language/european.el (windows-1252): New coding system.
5672 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5674         * Makefile.in: By sure to run emacs with LC_ALL=C.
5676         * international/encoded-kb.el (encoded-kbd-handle-8bit): Call
5677         encoded-kbd-self-insert-iso2022-8bit with argument 1.
5678         (encoded-kbd-self-insert-charset): New function.
5679         (encoded-kbd-setup-keymap, encoded-kbd-mode): Handle a
5680         coding-system of type charset.
5682 2008-02-01  Dave Love  <fx@gnu.org>
5684         * international/mule-cmds.el (set-locale-environment): Comment out
5685         set-keyboard-coding-system stuff.
5687 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5689         * international/mule.el (define-coding-system): Doc fix;
5690         sjis->shift-jis.
5692         * international/mule-conf.el: Use decode-char instead of make-char.
5694         * international/encoded-kb.el (encoded-kbd-self-insert-iso2022-8bit):
5695         New arg ARG.  Directly call self-insert-command.  This is a
5696         temporary workaround to make it work with latin-1.
5697         (encoded-kbd-mode): Change `sjis' to `shift-jis'.
5699         * international/characters.el: Setup char-width-table for CJK
5700         characters.
5702 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5704         * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
5705         Fix the initial value to specify character range of
5706         japanese-jisx0208, not unicode.
5708         * international/characters.el: Set syntax/category for
5709         japanese-jisx0208.
5711 2008-02-01  Dave Love  <fx@gnu.org>
5713         * mail/sendmail.el (sendmail-send-it): Use :mime-charset, not
5714         mime-charset.
5716         * language/vietnamese.el, language/korean.el, language/japanese.el:
5717         * language/hebrew.el, language/greek.el, language/chinese.el:
5718         Fix :mime-charset properties.
5720         * language/cyrillic.el (cyrillic-iso-8bit, cyrillic-koi8)
5721         (cyrillic-alternativnyj): Fix :mime-charset.
5722         (cp878, cp866): New alias.
5724         * language/european.el: Fix mime-charset properties.
5726         * international/mule-cmds.el (sort-coding-systems)
5727         (select-safe-coding-system, select-message-coding-system): Use
5728         :mime-charset, not 'mime-charset.
5730         * international/mule-conf.el: Add various :mime-charset properties.
5732 2008-02-01  Dave Love  <fx@gnu.org>
5734         * international/encoded-kb.el (encoded-kbd-self-insert-ccl): Fix
5735         getting decoder.
5736         (encoded-kbd-mode): Fix code for coding system type and designations.
5738         * international/mule-conf.el: Spelling fixes.
5740 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5742         * international/fontset.el (fontset-plain-name): Handle the case
5743         that size, weight, slant are not specified in the fontset name.
5745 2008-02-01  Yong Lu  <lyongu@asia-infonet.com>
5747         * language/greek.el (greek-iso-8bit): Fix typo.
5749 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5751         * language/chinese.el (chinese-big5): Change :coding-type to `charset'.
5753 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5755         * international/characters.el: Change encoding to utf-8-emacs.
5756         Remove apparent duplicate codes.
5758 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5760         * international/fontset.el: Change the registry for
5761         chinese-gb2312 and add the registry for chinese-gbk.
5763         * international/mule.el (charset-chars): Fix typo.
5765         * international/mule-conf.el (chinese-gbk): New charset.
5767         * international/titdic-cnv.el (titdic-convert): Read into a
5768         unibyte buffer then make the buffer multibyte.
5770 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5772         * international/mule-conf.el (utf-16-le, utf-16-be): Use :bom attribute
5773         instead of :signature.
5775 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5777         * language/czech.el ("Czech"): Set `iso-8859-2' for
5778         `nonascii-translation'.
5780         * language/romanian.el ("Romanian"): Likewise.
5782         * language/slovak.el ("Slovak"): Likewise.
5784         * international/characters.el: Optimize calls of modify-category-entry.
5786 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5788         * bindings.el: Don't bind multibyte characters to
5789         self-insert-command here.  It's done in mule-conf.el.
5791         * case-table.el (set-case-syntax-offset): Delete variable.
5792         (set-case-syntax-1): Delete function.  Change callers.
5793         (set-case-syntax-delims): Don't check byte length of characters.
5795         * isearch.el (isearch-mode-map): Call set-char-table-range to bind
5796         characters to isearch-printing-char.
5798         * loadup.el: Don't load "international/utf-8".  Don't call
5799         update-coding-systems-internal.  Bind coding-system-for-write to
5800         `utf-8' while writing fns-XXX.el.  Call clear-charset-maps before
5801         dumping.
5803         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Adjust for the
5804         change of map-char-table.
5806         * eshell/esh-mode.el: Adjust for the change of map-char-table.
5808         * international/characters.el: Adjust for the deletion of
5809         generic characters.
5811         * international/code-pages.el (cp-make-translation-table)
5812         (cp-valid-codes, cp-fix-safe-chars): Delete.  Change caller.
5813         (cp-make-coding-system): Call define-coding-system.
5815         * international/fontset.el: Rewrite most code.
5817         * international/ja-dic-cnv.el (skkdic-get-kana-compact-codes):
5818         Call encode-char instead of split-char.
5820         * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
5821         Change value.
5822         (skkdic-lookup-key): Call encode-char instead of split-char.
5824         * international/titdic-cnv.el (titdic-convert): Bind
5825         coding-system-for-write to 'iso-2022-7bit.  Don't work on unibyte
5826         buffer.
5828         * international/latin-1.el: Don't bind set-case-syntax-offset.
5830         * international/latin-2.el: Don't bind set-case-syntax-offset.
5832         * international/latin-3.el: Don't bind set-case-syntax-offset.
5834         * international/latin-4.el: Don't bind set-case-syntax-offset.
5836         * international/latin-5.el: Don't bind set-case-syntax-offset.
5838         * international/latin-8.el: Don't bind set-case-syntax-offset.
5840         * international/latin-9.el: Don't bind set-case-syntax-offset.
5842         * international/mule-cmds.el: Don't use coding category.
5843         Call set-coding-system-priority instead of set-coding-priority.
5844         (sort-coding-systems, select-safe-coding-system):
5845         Call coding-system-priority-list to get the most preferred one.
5846         (reset-language-environment): Order of coding system priority
5847         changed.  Set primary charset to iso-8859-1.
5848         (set-language-environment-coding-systems):
5849         Call set-coding-system-priority instead of set-coding-priority.
5850         (get-charset-property, put-charset-property): Move to mule.el.
5852         * international/mule-conf.el: Ful re-write.
5854         * international/mule-diag.el (print-designation): Change arguments.
5855         (print-iso-2022-flags): New function.
5856         (describe-coding-system, describe-current-coding-system):
5857         Adjust for the new structure of coding system.
5859         * international/mule.el (char-valid-p): Make it an alias of characterp.
5860         (define-charset): Full re-design.
5861         (charset-quoted-standard-p): Delete.
5862         (charsetp): Move to charset.c.
5863         (charset-info, charset-id, charset-bytes, charset-width)
5864         (charset-directioin, charset-iso-graphic-plane)
5865         (charset-reverse-charset): Delete.
5866         (charset-dimension, charset-chars, charset-iso-final-char)
5867         (charset-description, charset-short-name, charset-long-name):
5868         Call charset-plist instead of charset-info.
5869         (charset-plist, set-charset-plist): Move to charset.c.
5870         (get-charset-property, put-charset-property): Move from
5871         mule-cmds.el.  Call charset-plist and set-charset-plist.
5872         (make-char): Delete.
5873         (generic-char-p): Make it always return nil.
5874         (decode-char, encode-char): Move to charset.c.
5875         (coding-spec-XXX-idx): Delete variables.
5876         (coding-system-iso-2022-flags): New variable.
5877         (define-coding-system): New function.
5878         (transform-make-coding-system-args, make-coding-system): Delete.
5879         (set-coding-priority): Make it obsolete.
5880         (after-insert-file-set-buffer-file-coding-system)
5881         (find-new-buffer-file-coding-system): Adjust for the new coding
5882         system structure.
5884         * language/chinese.el, language/cyrillic.el, language/european.el:
5885         * language/greek.el, language/hebrew.el, language/indian.el:
5886         * language/japanese.el, language/korean.el, language/lao.el:
5887         * language/thai.el, language/tibetan.el, language/vietnamese.el:
5888         Call define-coding-system instead of make-coding-system.
5889         Delete all CCL program.
5891         * textmodes/sgml-mode.el (sgml-mode-map): Use encode-char instead
5892         of make-char.
5893         (sgml-char-names-table): Fix iteration limit.
5895         * term/mac-win.el: Delete unnecessary calls of set-fontset-font.
5896         (ccl-encode-mac-roman-font): Delete.
5898         * Makefile.in (DONTCOMPILE): Add latin1-disp.el, ucs-tables.el,
5899         utf-8.el, and utf-8-subst.el as they can't be bytecompiled
5900         currently.  This is just a temporary workaround.
5902 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5904         * whitespace.el (global-whitespace-mode): Use `find-file-hook' instead
5905         of `find-file-hooks'.
5906         (global-whitespace-toggle-options): Doc fix.
5908 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
5910         * whitespace.el (whitespace): Set :version tag to 23.1.
5911         (whitespace-turn-off, whitespace-toggle-options): Fix typos.
5912         (whitespace-style, whitespace-chars, whitespace-space)
5913         (whitespace-hspace, whitespace-tab, whitespace-newline)
5914         (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
5915         (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
5916         (whitespace-hspace-regexp, whitespace-space-regexp)
5917         (whitespace-tab-regexp, whitespace-trailing-regexp)
5918         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
5919         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
5920         (whitespace-space-after-tab-regexp, whitespace-line-column)
5921         (whitespace-display-mappings, global-whitespace-toggle-options)
5922         (whitespace-cleanup, whitespace-cleanup-region)
5923         (whitespace-interactive-char): Doc fixes.
5925 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
5927         * whitespace.el (global-whitespace-mode): Fix modeline lighter.
5928         When turning off the global mode, turn off the local modes too
5929         if whitespace is being unloaded.
5930         (whitespace-unload-function): New function.
5932 2008-02-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
5934         * vc.el (vc-update): Fix bug: Specify branch tip as
5935         vc-checkout REVISION.  Reported by Dan Nicolaescu.
5937 2008-02-01  Glenn Morris  <rgm@gnu.org>
5939         * info.el (bookmark-make-cell-function, bookmark-search-size)
5940         (bookmark-current-bookmark): Declare variables for compiler.
5941         (bookmark-buffer-file-name, bookmark-get-filename)
5942         (bookmark-get-front-context-string)
5943         (bookmark-get-rear-context-string, bookmark-get-position)
5944         (bookmark-get-info-node, bookmark-file-or-variation-thereof)
5945         (bookmark-jump-noselect): Declare functions for compiler.
5946         (Info-bookmark-make-cell): Fix argument list to match example of
5947         `bookmark-make-cell-for-text-file'.
5948         (Info-bookmark-jump): Don't require info inside info.el.
5950 2008-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
5952         * progmodes/verilog-mode.el (verilog-sk-prompt-msb)
5953         (verilog-sk-module, verilog-sk-function, verilog-sk-begin)
5954         (verilog-sk-if, verilog-sk-wire, verilog-sk-for)
5955         (verilog-sk-state-machine): Quote all calls to
5956         "auxiliary skeleton"s to prevent infloops.
5958 2008-02-01  Jason Rumney  <jasonr@gnu.org>
5960         * w32-fns.el: Partially revert 2007-11-10 change.
5962 2008-02-01  Martin Rudalics  <rudalics@gmx.at>
5964         * mail/rmail.el (rmail-highlight): Fix specification.
5965         Reported by pod <pod@herald.ox.ac.uk>.
5967 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5969         * image-mode.el (image-mode-current-vscroll)
5970         (image-mode-current-hscroll): Make buffer-local.
5971         (image-set-window-vscroll, image-set-window-hscroll): Simplify.
5972         (image-reset-current-vhscroll): Use the latest setting when displaying
5973         for the first time in a window.  Apply to all windows in the frame.
5974         (image-mode): Don't make image-mode-current-[vh]scroll buffer-local.
5976         * progmodes/grep.el (grep-compute-defaults):
5977         Don't mix up defaults for different connections to the same host.
5979 2008-01-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5981         * blank-mode.el: Rename to whitespace.el.
5983         * obsolete/whitespace.el: Rename to obsolete/old-whitespace.el.
5985 2008-01-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5987         * net/rcompile.el (remote-compile): Remove broken code.
5989 2008-01-31  Jason Rumney  <jasonr@gnu.org>
5991         * term/w32-win.el (image-library-alist): Prefer libxpm.dll.
5993 2008-01-31  Juanma Barranquero  <lekktu@gmail.com>
5995         * linum.el (linum-unload-function): New function.
5997 2008-01-30  Nick Roberts  <nickrob@snap.net.nz>
5999         * progmodes/gdb-ui.el (gdb-var-set-format-regexp): New constant.
6000         (gdb-var-set-format-handler): New function.
6001         (gdb-var-set-format): Use it.
6003 2008-01-30  Juanma Barranquero  <lekktu@gmail.com>
6005         * emacs-lisp/check-declare.el (check-declare-directory):
6006         * emacs-lisp/authors.el (authors): Use `find-program' and
6007         `grep-program' instead of hardcoded program names.
6009         * emacs-lisp/cl-loaddefs.el: Update.
6011 2008-01-30  Tassilo Horn  <tassilo@member.fsf.org>
6013         * info.el (Info-bookmark-make-cell, Info-bookmark-jump): New functions.
6014         Implement bookmark support the new make-cell/handler way.
6015         (Info-mode): Bind bookmark-make-cell-function to
6016         Info-bookmark-make-cell buffer locally.
6018 2008-01-30  Richard Stallman  <rms@gnu.org>
6020         * progmodes/etags.el (tags-query-replace): Delete unused optional args.
6021         Doc fix.
6023         * files.el (hack-local-variables): Don't query about fake variables.
6025 2008-01-30  Markus Triska  <markus.triska@gmx.at>
6027         * linum.el: New file.
6029 2008-01-29  Michael Albinus  <michael.albinus@gmx.de>
6031         * net/tramp.el (tramp-methods): Use "-H" option for "sudo".
6032         Suggested by Trent W. Buck <trentbuck@gmail.com>.  Make ("%h")
6033         a single element in "plinkx".
6034         (tramp-handle-shell-command): Reuse "*Async Shell Command*" or
6035         "*Shell Command Output*" buffers.  Check, whether there is already
6036         an asynchronous process running.  Display always the buffer of the
6037         asynchronous process.
6038         (tramp-compute-multi-hops): Adapt error message.
6040 2008-01-29  Alan Mackenzie  <acm@muc.de>
6042         * progmodes/cc-langs.el (c-specifier-key): Exclude "template"
6043         from this regexp; part of same fix as next change to cc-engine.el.
6045         * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5):
6046         Anchor the "{" of a template function correctly on "template", not the
6047         following "<".
6049         * progmodes/cc-defs.el (c-version): Increase to 5.31.5.
6051 2008-01-29  Tassilo Horn  <tassilo@member.fsf.org>
6053         * doc-view.el (doc-view-mode): Adapt to image-mode-current-vscroll
6054         and image-mode-current-hscroll being alists now.
6056         * image-mode.el (image-mode-current-vscroll)
6057         (image-mode-current-hscroll): Add doc strings.
6058         (image-set-window-vscroll, image-set-window-hscroll)
6059         (image-reset-current-vhscroll, image-mode): Adapt to
6060         image-mode-current-vscroll and image-mode-current-hscroll being
6061         alists now.
6063 2008-01-29  Martin Rudalics  <rudalics@gmx.at>
6065         * emacs-lisp/find-func.el (find-function-search-for-symbol):
6066         Strip extension from .emacs.el to make sure symbol is searched
6067         in .emacs too.
6069 2008-01-29  Tassilo Horn  <tassilo@member.fsf.org>
6071         * doc-view.el (doc-view-mode): Use facilities below to
6072         restore [vh]scroll when switching buffers.
6074         * image-mode.el (image-mode-current-vscroll)
6075         (image-mode-current-hscroll): New variables.
6076         (image-set-window-hscroll, image-set-window-vscroll): New functions.
6077         (image-forward-hscroll, image-next-line, image-bol, image-eol)
6078         (image-bob, image-eob): Use them.
6079         (image-reset-current-vhscroll): New function.
6080         (image-mode): Make new variables buffer-local and reset [vh]scroll
6081         on window configuration changes.
6083 2008-01-27  Nick Roberts  <nickrob@snap.net.nz>
6085         * progmodes/gdb-ui.el (gdb-create-define-alist): Don't call
6086         gdb-cpp-define-alist-program if file is nil (currently only
6087         " *partial-output-...").
6089 2008-01-27  Richard Stallman  <rms@gnu.org>
6091         * allout.el: Many doc fixes.
6092         (allout-encrypt-string): Fix error message.
6094 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
6096         * progmodes/etags.el (tags-query-replace): Doc fix.
6098 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
6100         * allout.el (allout-unload-function): New function.
6102 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
6104         * allout.el (allout-prefix-data): Doc fix.
6105         (allout-show-current-subtree): Reflow docstring.
6106         (allout-use-mode-specific-leader, allout-use-hanging-indents)
6107         (produce-allout-mode-map, allout-overlay-interior-modification-handler)
6108         (allout-next-heading, allout-previous-heading, allout-rebullet-heading)
6109         (allout-rebullet-topic, allout-rebullet-topic-grunt, allout-kill-topic)
6110         (allout-copy-topic-as-kill, allout-listify-exposed)
6111         (allout-process-exposed, allout-encrypted-key-info)
6112         (allout-update-passphrase-mnemonic-aids)
6113         (allout-next-topic-pending-encryption)
6114         (allout-tests-globally-true): Fix typos in docstrings.
6116 2008-01-23  Jason Rumney  <jasonr@gnu.org>
6118         * lpr.el (printer-name): Do not set on MS Windows.
6120 2008-01-28  Michael Albinus  <michael.albinus@gmx.de>
6122         * net/tramp.el (tramp-handle-shell-command): Use "/bin/sh -c" for
6123         the command.
6125 2008-01-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6127         * whitespace.el: Moved to obsolete dir.
6129         * blank-mode.el: New version 9.2.  Replace whitespace functions by
6130         aliases in blank-mode.
6131         (whitespace-buffer): New fun.
6132         (whitespace-region): Alias for whitespace-buffer, because there is no
6133         blank-region fun.
6134         (whitespace-cleanup): Alias for blank-cleanup.
6135         (whitespace-cleanup-region): Alias for blank-cleanup-region.
6137 2008-01-27  Juanma Barranquero  <lekktu@gmail.com>
6139         * server.el (server-log-time-function): Doc fix.
6140         (server-buffer): Fix typo in docstring.
6142 2008-01-27  Martin Rudalics  <rudalics@gmx.at>
6144         * view.el (view-buffer): Explain in doc-string why exit-action
6145         should not be set to kill-buffer.
6147         * arc-mode.el (archive-extract):
6148         * tar-mode.el (tar-extract): Use kill-buffer-if-not-modified as
6149         exit-action when viewing the buffer.
6151 2008-01-27  Dan Nicolaescu  <dann@ics.uci.edu>
6153         * add-log.el (change-log-search-file-name): Work harder to find
6154         the correct file name.
6155         (change-log-find-file): Fix typo.
6156         (change-log-start-entry-re): Move definition earlier.
6158 2007-01-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6160         * add-log.el (change-log-search-file-name, change-log-find-file):
6161         New function.
6162         (change-log-font-lock-keywords): Move file name matching ...
6163         (change-log-file-names-re): ... here.  New defconst.
6164         (change-log-mode-map): New binding C-c C-f to change-log-find-file.
6166 2008-01-27  Alan Mackenzie  <acm@muc.de>
6168         * progmodes/cc-awk.el, progmodes/cc-engine.el: Correct typos,
6169         enhance comments.
6171 2008-01-27  Michael Albinus  <michael.albinus@gmx.de>
6173         * net/tramp.el (tramp-compute-multi-hops): In case of su(do)?
6174         methods, the host name must be a local host.
6176 2008-01-27  Dan Nicolaescu  <dann@ics.uci.edu>
6178         * vc.el: Add TODO item about not defaulting to RCS.
6180         * server.el (server-process-filter): Check for non-nil before
6181         calling file-directory-p.
6183 2008-01-27  Alan Mackenzie  <acm@muc.de>
6185         * progmodes/cc-vars.el (c-hanging-braces-alist): New element for
6186         arglist-cont-nonempty.
6188         * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines
6189         for a brace with syntax arglist-cont-nonempty.
6191         * progmodes/cc-styles.el (c-style-alist): Add elements for
6192         arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python, awk).
6194 2008-01-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
6196         * button.el (define-button-type): Clarify type of NAME in docstring.
6198 2008-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6200         * server.el (server-buffer): New const.
6201         (server-log): New var.
6202         (server-log): Use them.
6203         (server-process-filter): (Try to) run the continuation in the same cwd
6204         as the client's.
6206 2008-01-26  Alan Mackenzie  <acm@muc.de>
6208         * progmodes/cc-defs.el (c-save-buffer-state):
6209         Bind buffer-file-name and buffer-file-truename to nil, to prevent
6210         primitives generating "buffer is read only" messages.
6212 2008-01-20  Ulf Jasper  <ulf.jasper@web.de>
6214         * calendar/icalendar.el (icalendar-version): Increase to "0.17".
6215         (icalendar-import-format): Doc fix.  Allow function type.
6216         (icalendar--read-element): Doc fix.
6217         (icalendar--parse-summary-and-rest): Doc fix.  Handle function
6218         type icalendar-import-format.  Make regexps non-greedy.
6219         (icalendar--format-ical-event): Handle function type
6220         icalendar-import-format.
6221         (icalendar-import-format-sample): New function.
6223 2008-01-26  Thien-Thi Nguyen  <ttn@gnuvola.org>
6225         * vc.el (vc-exec-after): For mode-line-process highlighting, if
6226         `compile' is not available, fall back to font-lock-warning-face.
6228 2008-01-26  Phil Sung  <psung@mit.edu>  (tiny change)
6230         * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so
6231         that the filename end is found even when the filename is empty.
6232         Fixes error and spurious newlines when marking files for deletion.
6234 2008-01-26  Martin Rudalics  <rudalics@gmx.at>
6236         * subr.el (find-tag-default): Simplify using exclusively
6237         skip-syntax-backward/-forward.
6239 2008-01-26  Michael Albinus  <michael.albinus@gmx.de>
6241         * vc.el (vc-directory, vc-update-change-log): Remove check for
6242         Tramp.  Both functions work for it, though pretty slow
6243         (`vc-directory').  Maybe the implementation can be optimized.
6245         * net/tramp.el (tramp-dissect-file-name): Raise an error when
6246         Tramp 2.0 syntax is used.
6247         Suggested by Trent W. Buck <trentbuck@gmail.com>.
6249 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
6251         * ls-lisp.el (ls-lisp-insert-directory): If -n switch is used,
6252         invoke directory-files-and-attributes with last argument `integer'
6253         instead of `string'.
6254         (insert-directory): Add -n to the list of supported switches
6255         mentioned in the doc string.
6257 2008-01-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6259         * blank-mode.el: New version 9.1.  Handle "long" line tail
6260         visualization.  Doc fix.
6261         (blank-line-length): Rename to blank-line-column.
6262         (blank-chars-value-list, blank-toggle-option-alist, blank-help-text):
6263         Initialization fix.
6264         (blank-replace-spaces-by-tabs): New fun.
6265         (blank-cleanup, blank-cleanup-region, blank-color-on): Code fix.
6267 2008-01-25  Richard Stallman  <rms@gnu.org>
6269         * subr.el (add-hook): Implement `permanent-local-hook' property.
6271         * loadhist.el (file-provides, file-requires): Push the filename right.
6273 2008-01-25  Martin Rudalics  <rudalics@gmx.at>
6275         * emacs-lisp/find-func.el (find-library): Wrap search for
6276         library name in condition-case to avoid reporting a scan-error.
6278 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
6280         * server.el (server-process-filter): Don't force
6281         the authentication string to be followed by "\n".
6283 2008-01-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6285         * blank-mode.el: New version 9.0.  New commands to clean up some blank
6286         problems like trailing blanks.  New faces and regexp for visualizing
6287         the blank problems.  Doc fix.
6288         (blank-chars, blank-global-modes, blank-chars-value-list)
6289         (blank-toggle-option-alist, blank-help-text): Initialization fix.
6290         (blank-indentation, blank-empty, blank-space-after-tab): New faces.
6291         (blank-indentation, blank-empty, blank-space-after-tab)
6292         (blank-indentation-regexp, blank-empty-at-bob-regexp)
6293         (blank-empty-at-eob-regexp, blank-space-after-tab-regexp): New options.
6294         (blank-cleanup, blank-cleanup-region): New commands.
6295         (blank-color-on): Code fix.
6297 2008-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
6299         * ibuffer.el (ibuffer-default-sorting-mode): Add option to sort by
6300         file name.
6301         (ibuffer-mode-map): Add binding to sort by file name.
6302         (ibuffer-filename/process-header-map): New variable.
6303         (filename-and-process): Add a header that sorts by file name.
6304         (ibuffer-mode): Mention sorting by file name.
6306         * ibuf-ext.el (filename/process): New sorter.
6308 2008-01-25  Sven Joachim  <svenjoac@gmx.de>
6310         * view.el (kill-buffer-if-not-modified): Don't pass t to
6311         buffer-modified-p.
6313 2008-01-24  Michael Albinus  <michael.albinus@gmx.de>
6315         * net/tramp.el (tramp-do-copy-or-rename-file): Flush the cache of
6316         the source file in case of `rename'.
6317         Reported by Pete Forman <pete.forman@westerngeco.com>.
6319 2008-01-24  Ken Manheimer  <ken.manheimer@gmail.com>
6321         * allout.el (allout-keybindings-list): In initial setting, express
6322         meta-prefixed allout keys as vectors instead of strings, since the
6323         string form is interpreted in some cases as composed key
6324         modifiers, eg, accented keys.
6326         (allout-line-boundary-regexp): Clarify description.
6328         (set-allout-regexp): Repair the expressions so that the formfeed
6329         part is identified as one of the top-level groups, and is
6330         included in all the forms, not just the -line-boundary-regexp one.
6332         (allout-prefix-data): Incorporate information from the various
6333         allout regexp's formfeed alternative group, when present.
6335         (allout-write-file-hook-handler): Rectify mangling of the error
6336         handling.  It was broken in 2007-12-06T19:56:41Z!deego@gnufans.org, where an `error'
6337         condition-case handler was apparently reformatted as if it was a
6338         call to the error function.  An apparent repair attempt in version
6339         1.101 situated the original body of the error handling code as
6340         bogus condition-case handlers.  I've returned to just about the
6341         working code that was originally there, removing an unnecessary -
6342         but benign - enclosing 'progn'.  \(Automated or cursory code fixes
6343         often aren't.)
6345         (allout-region-active-p): Fallback to value of mark-active if
6346         neither use-region-p nor region-active-p are present, for
6347         compatability with current and recent emacs major releases.
6349 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
6351         * textmodes/reftex-toc.el (reftex-toc-next, reftex-toc-previous)
6352         (reftex-toc-restore-region):
6353         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer)
6354         (reftex-index-phrases-apply-to-region):
6355         * textmodes/ispell.el (ispell-word):
6356         * progmodes/vhdl-mode.el (vhdl-keep-region-active):
6357         * progmodes/pascal.el (pascal-mark-defun):
6358         * progmodes/f90.el (f90-mark-subprogram, f90-indent-region)
6359         (f90-fill-region):
6360         * emulation/tpu-edt.el (tpu-set-mark):
6361         * emulation/crisp.el (crisp-region-active):
6362         * winner.el (winner-active-region):
6363         * ansi-color.el (ansi-color-set-extent-face): Use featurep instead
6364         of bound tests in order to resolve conditionals at compile time.
6366 2008-01-24  Juanma Barranquero  <lekktu@gmail.com>
6368         * delsel.el (delsel-unload-function): Don't use `remprop'; it is
6369         not autoloaded, and we wouldn't want to load CL just to unload
6370         delsel.el anyway.  Suggested by Martin Rudalics <rudalics@gmx.at>.
6372 2008-01-24  Martin Rudalics  <rudalics@gmx.at>
6374         * delsel.el (delete-selection-pre-hook): Avoid clearing out
6375         pre-command-hook when text is read-only.
6377 2008-01-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
6379         * vc.el (vc-process-filter): Do nothing if buffer not live.
6380         (vc-diff-finish): Rename from vc-diff-sentinel.
6381         No longer take REV1-NAME and REV2-NAME.
6382         Instead, take BUFFER-NAME.  Do nothing if buffer not live.
6383         Don't do window resize if no window displays buffer.
6384         (vc-diff-internal): Use vc-diff-finish.
6386         * vc.el (vc-next-action): Fix two instances of "free-var file" bug:
6387         In both cases, convert single call to one wrapped in dolist.
6389 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
6391         * vc.el: Add a TODO item about missing files.
6392         (vc-exec-after): Add a tooltip to the new mode-line item.
6394 2008-01-24  Glenn Morris  <rgm@gnu.org>
6396         * t-mouse.el (gpm-mouse-start): Declare as a function.
6398 2008-01-23  Michael Albinus  <michael.albinus@gmx.de>
6400         * net/tramp.el (tramp-remote-process-environment): Set "LC_ALL=C".
6401         (tramp-end-of-output): Add `tramp-rsh-end-of-line' into the regexp.
6402         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
6403         Don't send `tramp-rsh-end-of-line' additionally, when setting the
6404         prompt.
6405         (tramp-wait-for-output): Distinguish different prompt formats.
6406         (tramp-get-test-nt-command): Don't check for "\n" in the prompt.
6407         (tramp-local-host-p): Check whether temp directory is writable.
6409 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
6411         * vc.el: Add TODO items.
6413 2008-01-23  Carsten Dominik  <dominik@science.uva.nl>
6415         * replace.el (occur-mode-find-occurrence-hook): New hook that can
6416         be used to reveal or highlight the location of a match.
6417         (occur-mode-goto-occurrence, occur-mode-goto-occurrence-other-window)
6418         (occur-mode-display-occurrence): Run `occur-mode-find-occurrence-hook'.
6420 2008-01-23  Martin Rudalics  <rudalics@gmx.at>
6422         * progmodes/hideif.el (hide-ifdef-shadow): Add version number
6423         for defcustom.
6424         (hide-ifdef-shadow): Add version number for defface.
6426 2008-01-23  Glenn Morris  <rgm@gnu.org>
6428         * textmodes/org.el (org-export-latex-cleaned-string): Fix declaration.
6430 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
6432         * progmodes/sh-script.el (sh-basic-offset):
6433         * progmodes/cc-vars.el (c-syntactic-indentation)
6434         (c-syntactic-indentation-in-macros): Mark as safe.
6436 2008-01-23  Richard Stallman  <rms@gnu.org>
6438         * icomplete.el (icomplete-get-keys):
6439         Look up KEYS using all maps in proper buffer.
6441 2008-01-23  Juanma Barranquero  <lekktu@gmail.com>
6443         * frame.el (display-mm-height, display-mm-width):
6444         * whitespace.el (whitespace-check-leading-whitespace)
6445         (whitespace-check-trailing-whitespace)
6446         (whitespace-check-spacetab-whitespace)
6447         (whitespace-check-indent-whitespace)
6448         (whitespace-check-ateol-whitespace):
6449         * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring.
6451 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
6453         * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
6454         after-save-hook so that it is not called multiple times.
6456         * vc-svn.el (vc-svn-resolve-when-done): Likewise.
6458 2008-01-23  Eli Zaretskii  <eliz@gnu.org>
6460         * view.el (view-file-other-window, view-file-other-frame):
6461         Don't kill the buffer if it is modified.  Doc fixes.
6462         (kill-buffer-if-not-modified): New function.
6463         (view-file): Don't kill the buffer if it is modified.
6465         * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete.
6466         (ebrowse-view/find-file-and-search-pattern):
6467         Call view-file-other-window instead of ebrowse-view-file-other-window.
6468         (ebrowse-view-file-other-frame): Don't call
6469         current-window-configuration.  Fix second argument in the call to
6470         view-mode-enter.  Doc fix.
6472 2008-01-23  Richard Stallman  <rms@gnu.org>
6474         * subr.el (atomic-change-group): Prevent undo list truncation.
6476 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
6478         * files.el (safe-local-eval-forms):
6479         Mark (add-hook 'write-file-hooks 'time-stamp) as safe.
6481 2008-01-23  Nick Roberts  <nickrob@snap.net.nz>
6483         * comint.el (comint-insert-input): Set point first.
6485         * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
6486         session doesn't hang because gdb-pending-triggers is non-nil.
6487         (gdb-frame-handler): Use buffer-file-name instead of
6488         buffer-name in case of duplicate file names.
6490 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
6492         * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
6493         C-M-e and C-M-h for emacs, they work by default.
6494         (verilog-emacs-features): Remove.
6495         (verilog-setup-dual-comments, verilog-populate-syntax-table):
6496         Remove.  Move syntax table initialization ...
6497         (verilog-mode-syntax-table): ... here.
6498         (verilog-mode): Don't initialize the syntax table here.
6499         (verilog-mark-defun): Only do something useful for XEmacs, Emacs
6500         does not need it.
6502 2008-01-23  Wilson Snyder  <wsnyder@wsnyder.org>
6504         * progmodes/verilog-mode.el (verilog-booleanp): New function for
6505         backward compatibility.  Replace all uses of booleanp with
6506         verilog-booleanp.
6508 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
6510         * vc-hg.el (vc-hg-diff): Don't pass an empty string.
6512 2008-01-23  Wilson Snyder  <wsnyder@wsnyder.org>
6514         * progmodes/verilog-mode.el (top-level): Fix spacing.
6515         (verilog-mode-version, verilog-mode-release-date):
6516         Update version number.
6517         (verilog-mode-release-emacs): New variable.
6518         (compile-command, reporter-prompt-for-summary-p):
6519         Define for byte compiler.
6520         (verilog-startup-message-lines, verilog-startup-message-displayed)
6521         (verilog-display-startup-message): Remove.
6522         (verilog-highlight-p1800-keywords): Improve docstring.
6523         (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
6524         (vector-skip-list): Only defvar at compile time.
6525         (verilog-highlight-translate-off, verilog-indent-level)
6526         (verilog-indent-level-module, verilog-indent-level-declaration)
6527         (verilog-indent-declaration-macros, verilog-indent-lists)
6528         (verilog-indent-level-behavioral, verilog-indent-level-directive)
6529         (verilog-cexp-indent, verilog-case-indent, verilog-auto-newline)
6530         (verilog-auto-indent-on-newline, verilog-tab-always-indent)
6531         (verilog-tab-to-comment, verilog-indent-begin-after-if)
6532         (verilog-align-ifelse, verilog-minimum-comment-distance)
6533         (verilog-auto-lineup, verilog-highlight-p1800-keywords)
6534         (verilog-auto-endcomments, verilog-auto-read-includes)
6535         (verilog-auto-star-expand, verilog-auto-star-save)
6536         (verilog-library-flags, verilog-library-directories)
6537         (verilog-library-files, verilog-library-extensions)
6538         (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
6539         (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
6540         (verilog-assignment-delay, verilog-auto-inst-vector)
6541         (verilog-auto-inst-template-numbers, verilog-auto-input-ignore-regexp)
6542         (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
6543         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
6544         Add safe-local-variable properties.
6545         (verilog-statement-menu, verilog-company, verilog-re-search-forward)
6546         (verilog-re-search-backward, verilog-error-regexp-add)
6547         (verilog-end-block-re, verilog-emacs-features)
6548         (verilog-populate-syntax-table, verilog-setup-dual-comments)
6549         (verilog-type-font-keywords, verilog-inside-comment-p)
6550         (electric-verilog-backward-sexp, verilog-backward-sexp)
6551         (verilog-forward-sexp, verilog-font-lock-init, verilog-mode)
6552         (electric-verilog-terminate-line, electric-verilog-semi)
6553         (electric-verilog-tab, verilog-insert-1, verilog-insert-indices)
6554         (verilog-generate-numbers, verilog-comment-region, verilog-label-be)
6555         (verilog-beg-of-statement, verilog-in-case-region-p)
6556         (verilog-in-struct-region-p, verilog-in-generate-region-p)
6557         (verilog-in-fork-region-p, verilog-backward-case-item)
6558         (verilog-set-auto-endcomments, verilog-get-expr)
6559         (verilog-expand-vector-internal, verilog-surelint-off)
6560         (verilog-batch-execute-func, verilog-calculate-indent)
6561         (verilog-calc-1, verilog-calculate-indent-directive)
6562         (verilog-leap-to-head, verilog-continued-line)
6563         (verilog-backward-token, verilog-backward-syntactic-ws)
6564         (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
6565         (verilog-forward-ws&directives, verilog-at-constraint-p)
6566         (verilog-skip-backward-comments, verilog-indent-line-relative)
6567         (verilog-do-indent, verilog-indent-comment, verilog-more-comment)
6568         (verilog-pretty-declarations, verilog-pretty-expr)
6569         (verilog-just-one-space, verilog-indent-declaration)
6570         (verilog-get-completion-decl, verilog-goto-defun, verilog-showscopes)
6571         (verilog-header, verilog-signals-combine-bus, verilog-read-decls)
6572         (verilog-read-always-signals-recurse, verilog-read-instants)
6573         (verilog-read-auto-template, verilog-set-define)
6574         (verilog-read-defines, verilog-read-signals, verilog-getopt)
6575         (verilog-is-number, verilog-expand-dirnames, verilog-modi-lookup)
6576         (verilog-modi-cache-results, verilog-insert-one-definition)
6577         (verilog-make-width-expression, verilog-delete-autos-lined)
6578         (verilog-auto-save-check, verilog-auto-arg, verilog-auto-inst-port)
6579         (verilog-auto-inst, verilog-auto-inst-param, verilog-auto-reg)
6580         (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
6581         (verilog-auto-output-every, verilog-auto-input, verilog-auto-inout)
6582         (verilog-auto-inout-module, verilog-auto-sense, verilog-auto-reset)
6583         (verilog-auto-tieoff, verilog-auto-unused, verilog-auto-ascii-enum)
6584         (verilog-auto, verilog-sk-define-signal, verilog-mode-mouse-map)
6585         (verilog-load-file-at-mouse, verilog-load-file-at-point)
6586         (verilog-library-files): Cleanup spacing of )'s they should not be
6587         on unique lines.  Fix checkdoc warnings.
6589 2008-01-22  Glenn Morris  <rgm@gnu.org>
6591         * progmodes/hideif.el (hide-ifdef-initially, hide-ifdef-read-only)
6592         (hide-ifdef-lines, hide-ifdef-shadow): Remove autoload cookies
6593         from defcustoms.
6594         (hide-ifdef-shadow): Remove autoload cookie from defface.
6596         * vc.el (vc-diff-sentinel): Do not write a footer if there were
6597         differences.
6599 2008-01-21  Reiner Steib  <Reiner.Steib@gmx.de>
6601         * pcvs-defs.el (cvs-menu): Improve cvs-mode-find-file,
6602         cvs-mode-find-file-other-window.  Add cvs-mode-diff-yesterday and
6603         manual entry.
6605 2008-01-21  Michael Albinus  <michael.albinus@gmx.de>
6607         * net/dbus.el (dbus-ignore-errors): New macro.
6608         (dbus-unregister-object): New defun.  Moved from dbusbind.c.
6609         (dbus-handle-event, dbus-list-activatable-names, dbus-list-names)
6610         (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect)
6611         (dbus-get-signatures): Apply `dbus-ignore-errors'.
6613 2008-01-21  Martin Rudalics  <rudalics@gmx.at>
6615         * outline.el (outline-up-heading): Fix check for top level to
6616         avoid infinite looping in hide-other.
6618 2008-01-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6620         * vc.el (vc-process-sentinel): After calling the previous
6621         sentinel, do nothing if the process' buffer is not live.
6623 2008-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6625         * blank-mode.el: Fix a problem of cleaning blank faces when turning off
6626         blank-mode in some buffers (like *info* buffers).  Reported by Juanma
6627         Barranquero <lekktu@gmail.com>.  Eliminate `-face' suffix of all
6628         blank-mode faces.  Doc fix.  New version 8.1.
6629         (blank-turn-on, blank-turn-off): Replace (and CONDITION BODY) by (when
6630         CONDITION BODY).
6631         (blank-space-face): Face/option name replaced by blank-space.
6632         (blank-hspace-face): Face/option name replaced by blank-hspace.
6633         (blank-tab-face): Face/option name replaced by blank-tab.
6634         (blank-newline-face): Face/option name replaced by blank-newline.
6635         (blank-trailing-face): Face/option name replaced by blank-trailing.
6636         (blank-line-face): Face/option name replaced by blank-line.
6637         (blank-space-before-tab-face): Face/option name replaced by
6638         blank-space-before-tab.
6639         (blank-color-on, blank-color-off, blank-display-char-on): Fix code.
6641 2008-01-21  Juanma Barranquero  <lekktu@gmail.com>
6643         * blank-mode.el (blank-style, blank-chars, blank-hspace-regexp)
6644         (blank-space-regexp, blank-tab-regexp, blank-trailing-regexp)
6645         (blank-space-before-tab-regexp, blank-global-modes, blank-mode)
6646         (global-blank-mode): Doc fixes.
6647         (blank, blank-space-face, blank-hspace-face, blank-tab-face)
6648         (blank-newline-face, blank-trailing-face, blank-line-face)
6649         (blank-space-before-tab-face, blank-display-mappings)
6650         (blank-chars-value-list, blank-style-value-list, blank-toggle-options)
6651         (global-blank-toggle-options, blank-help-text, blank-interactive-char)
6652         (blank-turn-on, blank-turn-off, blank-color-on, blank-color-off):
6653         Fix typos in docstrings.
6655 2008-01-21  Juanma Barranquero  <lekktu@gmail.com>
6657         * server.el (server-log-time-function): New variable.
6658         (server-log): Use it.
6660 2008-01-21  Glenn Morris  <rgm@gnu.org>
6662         * progmodes/hideif.el: Move defcustoms and defface to start of file.
6664         * textmodes/org.el (org-entry-properties): Let-bind `clocksum'.
6666 2008-01-21  Juanma Barranquero  <lekktu@gmail.com>
6668         * textmodes/org.el (org-unmodified, org-cycle-emulate-tab)
6669         (org-descriptive-links, org-link-file-path-type)
6670         (org-remember-use-refile-when-interactive)
6671         (org-agenda-skip-timestamp-if-done, org-agenda-scheduled-leaders)
6672         (org-export-ascii-bullets, org-agenda-deadline-faces)
6673         (turn-on-orgstruct++, orgtbl-to-texinfo, org-mhe-get-header)
6674         (org-batch-agenda, org-batch-agenda-csv, org-fix-agenda-info)
6675         (org-kill-note-or-show-branches): Fix typos in docstrings.
6677 2008-01-20  Thien-Thi Nguyen  <ttn@gnuvola.org>
6679         * vc.el (vc-process-sentinel): Set mode-line-process.
6680         (vc-exec-after): Likewise, for the `run' process status.
6682 2008-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6684         * ibuffer.el (ibuffer-mode): Fix last change.
6686 2008-01-20  Dan Nicolaescu  <dann@ics.uci.edu>
6688         * vc-hg.el (vc-hg-registered):
6689         * vc-svn.el (vc-svn-registered): Make it work for non-existent files.
6691 2008-01-20  Martin Rudalics  <rudalics@gmx.at>
6693         * repeat.el (repeat-undo-count): New variable.
6694         (repeat): For self-insertions make undo boundary only after 20
6695         repetitions.  Inhibit point recording unless repeat-repeat-char is nil.
6697 2008-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
6699         * net/imap.el (imap-ping-server): New variable.
6700         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6701         (imap-ping-server): Minor doc string fixes.
6703 2008-01-19  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6705         * net/imap.el (imap-ping-server): New function.
6706         (imap-opened): Call imap-ping-server.
6708 2008-01-20  Glenn Morris  <rgm@gnu.org>
6710         * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
6711         prevent infloops.
6713 2008-01-20  Martin Svenson  <phromo@gmail.com>  (tiny change)
6715         * progmodes/python.el (python-imports): Default to "None".
6717 2008-01-19  Tom Tromey  <tromey@redhat.com>
6719         * vc-svn.el (vc-svn-after-dir-status): New function.
6720         (vc-svn-dir-status): Run svn asynchronously.
6722 2008-01-19  Martin Rudalics  <rudalics@gmx.at>
6724         * progmodes/hideif.el (hide-ifdef-shadow): New option.
6725         (hide-ifdef-shadow): New face.
6726         (hide-ifdef-toggle-shadowing): New function to toggle between
6727         shadowing and making code invisible.
6728         (hide-ifdef-mode-submap): Add binding for hide-ifdef-toggle-shadowing.
6729         (hide-ifdef-mode-menu): Add entry for hide-ifdef-toggle-shadowing.
6730         (hide-ifdef-region-internal): Give new overlay hide-ifdef
6731         property.  Shadow text when hide-ifdef-shadow is non-nil.
6732         (hif-show-ifdef-region): Remove overlays with hide-ifdef property set.
6733         (hif-hide-line): Use when instead of if.
6734         (hide-ifdef-initially, hide-ifdef-read-only, hide-ifdef-lines):
6735         Remove unneeded * from doc-strings.
6737 2008-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6739         * doc-view.el (doc-view-goto-page): Don't move point any more, now that
6740         the hscroll behavior was fixed.
6741         (doc-view-mode): Disable auto-hscroll-mode.
6743 2008-01-18  Tom Tromey  <tromey@redhat.com>
6745         * vc-svn.el (vc-svn-dir-status): New function.
6747 2008-01-18  Dan Nicolaescu  <dann@ics.uci.edu>
6749         * vc.el: Make vc-status asynchronous.
6750         (vc-update-vc-status-buffer): New function broken out of ...
6751         (vc-status-refresh): ... here.  Pass vc-update-vc-status-buffer to
6752         the dir-status backend function.
6754         * vc-hg.el (vc-hg-dir-status): Compute the status asynchronously.
6755         Move the output processing to ...
6756         (vc-hg-after-dir-status): ... here.  Call the function passed as
6757         an argument with the results.
6759 2008-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6761         * doc-view.el (doc-view-pdf/ps->png): Make sure we a have a valid cwd.
6762         (doc-view-insert-image): Do something if the image is missing.
6763         (doc-view-mode): Don't use file-remote-p.
6765 2008-01-18  Bastien Guerry  <Bastien.Guerry@ens.fr>
6767         * textmodes/org-export-latex.el (org-export-latex-cleaned-string): Fix.
6768         (org-export-latex-special-chars): Convert "..." in \ldots
6769         and skip tables.
6770         (org-export-latex-fontify-headline): Change parameter name.
6771         (org-export-as-latex): Handle export of subtrees.
6772         (org-export-latex-make-header): New argument TITLE.
6773         (org-export-latex-content): New argument EXCLUDE-LIST.
6774         (org-list-parse-list): New name for org-export-latex-parse-list.
6775         (org-export-latex-make-header): New name for
6776         org-export-latex-make-preamble.
6777         (org-list-to-generic): New name of org-export-list-to-generic.
6778         (org-list-to-latex): New name of org-export-list-to-latex.
6779         (org-list-item-begin, org-list-end, org-list-insert-radio-list)
6780         (org-list-send-list, org-list-to-texinfo)
6781         (org-list-to-html): New functions.
6782         (org-export-latex-tables-column-borders)
6783         (org-export-latex-default-class, org-export-latex-classes)
6784         (org-export-latex-classes-sectioning)
6785         (org-list-radio-list-templates): New options.
6786         (org-export-latex-header): New variable.
6787         (org-latex-entities): New constant.
6788         (org-export-latex-default-sectioning, org-export-latex-preamble)
6789         (org-export-latex-prepare-text-option)
6790         (org-export-latex-get-sectioning): Remove.
6792 2008-01-18  Carsten Dominik  <dominik@science.uva.nl>
6794         * textmodes/org-publish.el (org-publish-current-project):
6795         Fix bug with forcing publication.
6797         * textmodes/org.el (org-export-with-special-strings): New option.
6798         (org-export-html-convert-special-strings): New function.
6799         (org-html-do-expand): `org-export-html-convert-special-strings'
6800         added to the list of conversion.
6801         (org-infile-export-plist, org-get-current-options): Add support
6802         for "-" in the #+OPTION line to let user switch on/off special
6803         strings conversion.
6804         (org-export-plist-vars): New :html-table-tag property.
6805         (org-export-as-html, org-format-org-table-html)
6806         (org-format-table-table-html) Use the :html-table-tag property
6807         instead of the `org-export-html-table-tag' global value.
6808         (org-additional-option-like-keywords): Add "TBLFM".
6809         (org-entry-properties): Include the CLOCKSUM special property.
6810         (org-columns-edit-value): Do not allow to edit the special
6811         CLOCKSUM property.
6812         (org-flag-drawer): Use the original value of `outline-regexp'.
6813         (org-remember-handler): Add invisible-ok flag to call to
6814         `org-end-of-subtree'.
6815         (org-agenda-highlight-todo): Respect
6816         `org-agenda-todo-keyword-format'.
6817         (org-agenda-todo-keyword-format): New option.
6818         (org-infile-export-plist): No restriction while searching for options.
6819         (org-remember-handler): Remove comments at the end of the buffer.
6820         (org-remember-use-refile-when-interactive): New option.
6821         (org-table-sort-lines): Make sure sorting works on link
6822         descritions only, and ignores the link.
6823         (org-sort-entries-or-items): Make sure the end of the subtree is
6824         included.
6825         (org-refile-use-outline-path): New allowed values `file' and
6826         `full-file-path'.
6827         (org-get-refile-targets): Respect new values for
6828         `org-refile-use-outline-path'.
6829         (org-agenda-get-restriction-and-command): DEL goes back to initial list.
6830         (org-export-as-xoxo): Restore point when done.
6831         (org-open-file): Allow multiple %s in command.
6832         (org-clock-in-switch-to-state): New option.
6833         (org-first-list-item-p): New function.
6834         (org-last-remember-storage-locations): New variable.
6835         (org-get-refile-targets): Interpret the new maxlevel setting.
6836         (org-refile-targets): New option `:maxlevel'.
6837         (org-copy-subtree): Include empty lines before but not after subtree.
6838         (org-back-over-empty-lines, org-skip-whitespace): New functions.
6839         (org-move-item-down, org-move-item-up): Include empty lines before
6840         but not after item.
6841         (org-first-sibling-p): New function.
6842         (org-remember-apply-template): Defaults, completions and history
6843         for template prompts.  Also, interpret new `%!' escape.
6844         (org-context-choices): New constant.
6845         (org-bound-and-true-p): New macro.
6846         (org-imenu-depth): New option.
6847         (org-imenu-markers): New variable.
6848         (org-imenu-new-marker, org-imenu-get-tree)
6849         (org-speedbar-set-agenda-restriction): New functions.
6850         (org-agenda-set-restriction-lock)
6851         (org-agenda-remove-restriction-lock)
6852         (org-agenda-maybe-redo): New functions.
6853         (org-agenda-restriction-lock): New face.
6854         (org-agenda-restriction-lock-overlay)
6855         (org-speedbar-restriction-lock-overlay): New variables.
6856         (org-open-at-point): Remove obsolete way to do redirection in
6857         shell links.
6858         (org-imenu-and-speedbar): New customization group.
6859         (org-entry-properties): Return keyword-less time strings.
6860         (org-clock-heading-function): New option.
6861         (org-clock-in): Use `org-clock-heading-function'.
6862         (org-calendar-holiday): Try to use `calendar-check-holidays'
6863         instead of the obsolete `check-calendar-holidays'.
6864         (org-export-html-special-string-regexps): New constant.
6865         (org-massive-special-regexp): New variable.
6866         (org-compute-latex-and-specials-regexp)
6867         (org-do-latex-and-special-faces): New functions.
6868         (org-latex-and-export-specials): New face.
6869         (org-highlight-latex-fragments-and-specials): New option.
6870         (org-link-escape-chars): Use characters instead of strings.
6871         (org-link-escape-chars-browser, org-link-escape)
6872         (org-link-unescape): Use characters instead of strings.
6873         (org-export-html-convert-sub-super, org-html-do-expand): Check for
6874         protected text.
6875         (org-emphasis-alist): Additional `verbatim' flag.
6876         (org-set-emph-re): Handle the verbatim flag and compute
6877         `org-verbatim-re'.
6878         (org-cleaned-string-for-export): Protect verbatim elements.
6879         (org-verbatim-re): New variable.
6880         (org-hide-emphasis-markers): New option.
6881         (org-additional-option-like-keywords): Add new keywords.
6882         (org-get-entry): Rename from `org-get-cleaned-entry'.
6883         (org-icalendar-cleanup-string): New function for quoting icalendar text.
6884         (org-agenda-skip-scheduled-if-done): New option.
6885         (org-agenda-get-scheduled, org-agenda-get-blocks): Use
6886         `org-agenda-skip-scheduled-if-done'.
6887         (org-prepare-agenda-buffers): Allow buffers as arguments.
6888         (org-entry-properties): Add CATEGORY as a special property.
6889         (org-use-property-inheritance): Allow a list of properties as a value.
6890         (org-eval-in-calendar): No longer update the prompt.
6891         (org-read-date-popup-calendar): Rename from
6892         `org-popup-calendar-for-date-prompt'.
6893         (org-read-date-display-live): New variable.
6894         (org-read-date-display): New function.
6895         (org-read-date-analyze): New function.
6896         (org-remember-apply-template): Define `remember-finalize' if it is
6897         not yet defined.
6898         (org-remember-insinuate): New function.
6899         (org-read-date-prefer-future): New option.
6900         (org-read-date): Respect the setting of
6901         `org-read-date-prefer-future'.  Use `org-read-date-analyze'.
6902         (org-set-font-lock-defaults): Use `org-archive-tag' instead of a
6903         hardcoded string.
6904         (org-remember-apply-template): Use `remember-finalize' instead of
6905         `remember-buffer'.
6906         (org-columns-compute, org-column-number-to-string)
6907         (org-columns-uncompile-format, org-columns-compile-format)
6908         (org-columns-compile-format): Handle printf format specifier.
6909         (org-columns-new, org-column-number-to-string)
6910         (org-columns-uncompile-format, org-columns-compile-format):
6911         Support for new currency summary type.
6912         (org-tree-to-indirect-buffer): Do not kill old buffer when
6913         `org-indirect-buffer-display' is `new-frame'.
6914         (org-indirect-buffer-display): Document that `new-frame' leads to
6915         indiret buffer proliferation.
6916         (org-agenda-list): Use `org-extend-today-until'.
6917         (org-extend-today-until): New option.
6918         (org-format-org-table-html): Use lower-case for <col> tag.
6919         (org-agenda-execute): New command.
6920         (org-agenda-mode-map): Keybindings of "g" "G", "e" modified.
6921         (org-select-remember-template): New function.
6922         (org-remember-apply-template): Use `org-select-remember-template'.
6923         (org-go-to-remember-target): New function.
6925 2008-01-18  Dan Nicolaescu  <dann@ics.uci.edu>
6927         * vc.el: Add a TODO note about vc-state.
6928         (vc-next-action): Register 'unregistered and 'ignored files.
6929         Use when and unless instead of if where appropriate.
6930         (vc-start-entry): Fix typo.
6931         (vc-status): Autoload it.
6933 2008-01-18  Glenn Morris  <rgm@gnu.org>
6935         * ffap.el (ffap-alist): Remove space from RFC regexp.
6937 2008-01-18  Richard Stallman  <rms@gnu.org>
6939         * custom.el (custom-theme-recalc-face): Use face-spec-set rather
6940         than face-spec-recalc.
6942 2008-01-18  Glenn Morris  <rgm@gnu.org>
6944         * ibuffer.el (ibuffer-mode): Fix typo in previous change.
6946 2008-01-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6947             Miles Bader  <miles@gnu.org>
6949         * blank-mode.el: New file.  Minor mode to visualise (HARD) SPACE,
6950         TAB, NEWLINE.  Miles Bader <miles@gnu.org> wrote the original code
6951         for handling display table (via visws.el package), his code was
6952         modified, but the main idea was kept.
6954 2008-01-17  Glenn Morris  <rgm@gnu.org>
6956         * ibuf-ext.el (ibuffer-auto-mode, ibuffer-save-filter-groups)
6957         (ibuffer-save-filters): Remove calls to deleted
6958         ibuffer-update-mode-name.
6960 2008-01-16  Martin Rudalics  <rudalics@gmx.at>
6962         * longlines.el (longlines-mode, longlines-show-region)
6963         (longlines-unshow-hard-newlines): Bind buffer-file-name and
6964         buffer-file-truename to nil while modifying buffer.
6966         * cus-edit.el (custom-reset-standard-variables-list)
6967         (custom-reset-standard-faces-list): New variables.
6968         (custom-reset-standard-save-and-update): New function.
6969         (Custom-save): Apply custom-mark-to-save before and
6970         custom-state-set-and-redraw after saving options.
6971         (Custom-reset-standard): Apply custom-mark-to-reset-standard to
6972         options and call custom-reset-standard-save-and-update.
6973         (custom-variable, custom-face, custom-group): Provide new
6974         entries for custom-mark-to-save, custom-mark-to-reset-standard,
6975         and custom-state-set-and-redraw.
6976         (custom-variable-mark-to-save)
6977         (custom-variable-state-set-and-redraw)
6978         (custom-variable-mark-to-reset-standard)
6979         (custom-face-mark-to-save, custom-face-state-set-and-redraw)
6980         (custom-face-mark-to-reset-standard)
6981         (custom-group-mark-to-save, custom-group-state-set-and-redraw)
6982         (custom-group-mark-to-reset-standard): New functions.
6983         (custom-variable-save): Move save, state-set, and redraw
6984         functionality to custom-variable-mark-to-save.
6985         (custom-face-save): Move save, state-set, and redraw
6986         functionality to custom-face-mark-to-save.
6987         (custom-group-save): Move save, state-set, and redraw
6988         functionality to custom-group-mark-to-save.
6989         (custom-variable-reset-standard, custom-face-reset-standard)
6990         (custom-group-reset-standard): Move save, state-set, and redraw
6991         functionality to custom-reset-standard-save-and-update.
6993         (custom-buffer-create-internal): Fix text in verbose help.
6994         (custom-face-value-create): Indent doc-strings of faces like
6995         those of variables.
6997 2008-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6999         * server.el (server-process-filter): Replace lineno and columnnno
7000         which defaulted to 1&0 with filepos which defaults to nil.
7001         (server-goto-line-column): Only receive the filepos.
7002         Only move if filepos is non-nil.
7003         (server-visit-files): Slight restructure to consolidate two calls to
7004         server-goto-line-column into just one.
7006         * nxml/nxml-mode.el (nxml-mode): Use mode-line-process to indicate
7007         the use of degraded mode.
7008         (nxml-degrade): Don't change mode-name.
7010         * nxml/rng-nxml.el (rng-nxml-mode-init):
7011         Don't overwrite mode-line-process.
7013         * ibuffer.el (mode): Pass the buffer to format-mode-line.
7014         (ibuffer-update-mode-name): Remove.
7015         (ibuffer-redisplay, ibuffer-update, ibuffer-mode): Don't call it.
7016         (ibuffer-mode): Use mode-line-process instead.
7018         * ibuf-ext.el (ibuffer-auto-update-changed, ibuffer-auto-mode):
7019         Use derived-mode-p.
7020         (ibuffer-mark-by-mode-regexp): Pass the buffer to format-mode-line.
7022         * help.el (describe-mode): Pass the right buffer to format-mode-line.
7024 2008-01-16  Glenn Morris  <rgm@gnu.org>
7026         * comint.el (comint-regexp-arg): Fix no-input case.
7028 2008-01-16  Dan Nicolaescu  <dann@ics.uci.edu>
7030         * smerge-mode.el (smerge-start-session): Rename from smerge-auto.
7031         * pcvs.el (cvs-revert-if-needed):
7032         * vc.el (vc-maybe-resolve-conflicts): Rename callers.
7034         * vc-svn.el (vc-svn-find-file-hook):
7035         * vc-arch.el (vc-arch-find-file-hook): Undo previous change.
7037 2008-01-16  Ulf Jasper  <ulf.jasper@web.de>
7039         * calendar/icalendar.el (icalendar-version): Increase to 0.16.
7040         (icalendar-export-file, icalendar-import-file):
7041         Restore significant trailing whitespace in `interactive' prompts.
7043 2008-01-16  Tom Tromey  <tromey@redhat.com>
7045         * calendar/icalendar.el (icalendar--convert-tz-offset)
7046         (icalendar--parse-vtimezone, icalendar--convert-all-timezones)
7047         (icalendar--find-time-zone): New functions.
7048         (icalendar--decode-isodatetime): Add `zone' argument, passed to
7049         `decode-time'.  Doc fix.
7050         (icalendar--convert-ical-to-diary): Compute zone-map.
7051         Pass timezone to icalendar--decode-isodatetime.
7053 2008-01-16  Alan Mackenzie  <acm@muc.de>
7055         * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside
7056         an eval-and-compile, so as to permit byte-compiling (e.g. in
7057         bootstrap).
7059 2008-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7061         * emacs-lisp/easymenu.el (easy-menu-avoid-duplicate-keys): New var.
7062         (easy-menu-create-menu, easy-menu-convert-item-1): Use it to avoid
7063         using the same key for different menu entries.
7065         * smerge-mode.el (smerge-refine): Also work on "same change conflicts".
7066         (smerge-makeup-conflict): New command.
7068 2008-01-15  Thien-Thi Nguyen  <ttn@gnuvola.org>
7070         * log-edit.el (log-edit): Doc fix.
7072 2008-01-15  Glenn Morris  <rgm@gnu.org>
7074         * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
7076 2008-01-14  Alan Mackenzie  <acm@muc.de>
7078         * progmodes/cc-vars.el (c-constant-symbol): New function which
7079         supersedes c-const-symbol.  During a customize-.. call it enables
7080         an element of (e.g.) c-hanging-braces alist to have its name
7081         displayed, even when the default value of c-h-b etc. doesn't
7082         include the elemnt.  Replace uses of the old function by the new.
7084         * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
7085         obscure non-working fragment ":value c-".
7087 2008-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7089         * abbrev.el (clear-abbrev-table): Can't pass a symbol to intern.
7091 2008-01-14  Michael Albinus  <michael.albinus@gmx.de>
7093         * net/tramp.el (tramp-local-host-p): Use `tramp-file-name-host'
7094         instead of `tramp-file-name-real-host'.
7096         * net/trampver.el: Update release number.
7098 2008-01-14  Alan Mackenzie  <acm@muc.de>
7100         * progmodes/cc-engine.el (c-guess-basic-syntax): Prevent a macro
7101         call inside a struct being recognised as a K&R argument.
7103 2008-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7105         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7106         Accept "fatal error" from MSFT.
7107         Reported by Jared Finder <jfinder@crypticstudios.com>.
7109 2008-01-14  Dan Nicolaescu  <dann@ics.uci.edu>
7111         * smerge-mode.el (smerge-auto): New function.
7112         * vc-svn.el (vc-svn-find-file-hook):
7113         * vc-arch.el (vc-arch-find-file-hook):
7114         * pcvs.el (cvs-revert-if-needed):
7115         * vc.el (vc-maybe-resolve-conflicts): Use it instead of vc-mode.
7116         (top-level): Add a Todo list.
7118 2008-01-13  Dan Nicolaescu  <dann@ics.uci.edu>
7120         * vc.el (vc-update): Resolve conflicts if necessary instead of
7121         just updating the buffer.
7123         * vc-cvs.el (vc-cvs-merge-news): Ignore the error status of the
7124         update command so that we can parse the output.
7126 2008-01-13  Martin Rudalics  <rudalics@gmx.at>
7128         * mail/rmail.el (rmail-convert-to-babyl-format):
7129         Remove save-excursion to avoid infinite looping.
7130         Reported by dnz <dnz@bk.ru>.
7132 2008-01-12  Glenn Morris  <rgm@gnu.org>
7134         * woman.el (woman-parse-numeric-arg): Change handling of `==':
7135         can be interned without a function definition.
7137 2008-01-12  Jason Rumney  <jasonr@gnu.org>
7139         * nxml/nxml-mode.el (nxml-enable-unicode-char-name-sets)
7140         (rng-nxml-mode-init): Declare.
7142 2008-01-11  Jason Rumney  <jasonr@gnu.org>
7144         * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add some defaults.
7145         (rng-preferred-prefix-alist-default): Remove.
7147         * nxml/nxml-uchnm.el (nxml-internal-unicode-char-name-sets-enabled):
7148         Rename from nxml-enable-unicode-char-name-sets-flag.
7149         (nxml-enable-unicode-char-name-sets-1): Merge into
7150         nxml-enable-unicode-char-name-sets.
7151         (nxml-enable-unicode-char-name-sets): Don't unconditionally set
7152         nxml-char-name-ignore-case here.
7154         * nxml/nxml-mode.el (nxml-mode): Call rng-nxml-mode-init directly.
7155         Update doc string and commentary.
7156         (nxml-char-name-ignore-case): Change default value.
7157         (nxml-mode): Call nxml-enable-unicode-char-name-sets directly.
7159 2008-01-11  Martin Rudalics  <rudalics@gmx.at>
7161         * cus-start.el (all): Add missing version entries.
7163 2008-01-11  Glenn Morris  <rgm@gnu.org>
7165         * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
7166         (euc-to-flat-code, flat-code-to-euc):
7167         * textmodes/org.el (elmo-msgdb-overview-get-entity)
7168         (wl-summary-buffer-msgdb): Declare as funtions.
7170 2008-01-10  Martin Rudalics  <rudalics@gmx.at>
7172         * progmodes/ada-mode.el (ada-set-syntax-table-properties):
7173         Bind buffer-file-name and buffer-file-truename.
7175         * fringe.el (fringe-mode-explicit): New variable.
7176         (set-fringe-mode): Don't alter default-frame-alist when just
7177         loading this file.
7179 2008-01-10  Tassilo Horn  <tassilo@member.fsf.org>
7181         * doc-view.el (doc-view-buffer-file-name): New variable.
7182         (doc-view-convert-current-doc, doc-view-search)
7183         (doc-view-current-cache-dir, doc-view-initiate-display)
7184         (doc-view-mode): Use it.
7185         (doc-view-bookmark-make-cell): Use variable buffer-file-name
7186         instead of function.
7188 2008-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
7190         * vc-svn.el (vc-svn-registered): Return the correct value for
7191         ignored and unregistered files.
7193 2008-01-10  Tassilo Horn  <tassilo@member.fsf.org>
7195         * doc-view.el (tramp): Require tramp because we use tramp-tramp-file-p.
7197 2008-01-10  Tom Tromey  <tromey@redhat.com>
7199         * vc.el (vc-status-unmark-all-files): New function.
7200         (vc-status-unmark-all-files): Likewise.
7201         (vc-status-mode-map): Add bindings.
7203 2008-01-10  Michael Kifer  <kifer@cs.stonybrook.edu>
7205         * ediff*.el: Uncomment declare-function.
7207         * viper*.el: Uncomment declare-function.
7209 2008-01-09  Tassilo Horn  <tassilo@member.fsf.org>
7211         * doc-view.el (doc-view-mode): Support tramp, compressed files and
7212         files inside archives uniformly.
7214 2008-01-09  Eric S. Raymond  <esr@snark.thyrsus.com>
7216         * textmodes/sgml-mode.el (sgml-tag-syntax-table): Initialize this
7217         constant with a computation on sgml-specials rather than a literal
7218         list.  Without this change the syntax table is generated
7219         incorrectly, and the mode will think it's in a comment following
7220         any instance of the string "--".
7222 2008-01-09  Tassilo Horn  <tassilo@member.fsf.org>
7224         * doc-view.el (doc-view-mode-p): Add EPS as supported type.
7225         (doc-view-mode): Support document files inside archives.
7227 2008-01-09  Dan Nicolaescu  <dann@ics.uci.edu>
7229         * vc.el (vc-deduce-fileset): Return the currently selected file if
7230         no files are selected when using vc-status.
7232 2008-01-09  Michael Kifer  <kifer@cs.stonybrook.edu>
7234         * ediff*.el: Comment out declare-function.  "make bootstrap"
7235         stops with an error and Emacs does not compile with those things in.
7236         Besides, declare-function is not defined in XEmacs.
7238         * ediff-util (eqiff-quit): Autoraise minibuffer.
7240         * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Make it a defun.
7242         * emulation/viper*.el: Comment out declare-function -- not defined
7243         in XEmacs.
7245         * emulation/viper-ex.el (viper-info-on-file):
7246         Take care of indirect buffers.
7248         * emulation/viper.el (viper-set-hooks, set-cursor-color):
7249         Set viper-vi-state-cursor-color.
7251 2008-01-09  Tom Tromey  <tromey@redhat.com>
7253         * vc.el (vc-status-headers): Rename from vc-status-insert-headers.
7254         Just return header.
7255         (vc-status-move-to-goal-column): New function.
7256         (vc-status-mode-map): Define more keys.
7257         (vc-status-mode): Use vc-status-refresh.  Now 'special.
7258         (vc-status-refresh): New function.
7259         (vc-status-next-line): Likewise.
7260         (vc-status-previous-line): Likewise.
7261         (vc-status-mark-file): Use vc-status-next-line.
7262         (vc-status-unmark-file): Use vc-status-previous-line.
7263         (vc-status-unmark-file-up): New function.
7264         (vc-status-register): Likewise.
7265         (vc-status-find-file): Likewise.
7266         (vc-status-find-file-other-window): Likewise.
7267         (vc-status-current-file): Likewise.
7268         (vc-ensure-vc-buffer): Understand vc-status mode.
7270         * vc-hg.el (vc-hg-dir-status): Don't pass -A to "hg status".
7272 2008-01-09  Glenn Morris  <rgm@gnu.org>
7274         * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
7275         entry, for Windows.
7277 2008-01-09  Tom Tromey  <tromey@redhat.com>
7279         * play/blackbox.el (blackbox-mode-map): Add `q' and [return] bindings.
7281 2008-01-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7283         * ps-print.el: Some face attributes (like :strike-through) were not
7284         being recognised.  Reported by Leo <sdl.web@gmail.com>.
7285         (ps-print-version): New version 6.8.2.
7286         (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p): New functions.
7287         (ps-screen-to-bit-face): Fix code.
7289 2008-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7291         * ffap.el (ffap-read-file-or-url): Don't use let-binding to temporarily
7292         add a file-name handler.
7294 2008-01-08  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7296         * textmodes/bibtex.el (bibtex-initialize): New autoloaded command.
7297         Rename from function bibtex-files-expand.  New optional arg select.
7298         (bibtex-flash-head): Allow blink-matching-delay being zero.
7299         (bibtex-clean-entry): Use atomic-change-group.
7300         (bibtex-format-entry): Check presence of required fields only
7301         after formatting of fields.  Use member-ignore-case.  Do not use
7302         bibtex-parse-entry.  Do not use booktitle field to set a missing title.
7303         (bibtex-autofill-entry): Do not call undo-boundary.
7304         (bibtex-lessp): Handle crossref keys that point to another bibtex file.
7305         (bibtex-sort-buffer, bibtex-prepare-new-entry, bibtex-validate):
7306         Parse keys if necessary.
7308 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
7310         * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
7311         quotes in case of spaces, e.g. STL containers (not pretty).
7313 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
7315         * progmodes/gdb-ui.el (gud-gdb-command-name):
7316         Explain "--annotate=3" option is necessary for the Graphical Interface.
7318 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
7320         * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
7321         on menu bar.
7323 2008-01-08  Michael Albinus  <michael.albinus@gmx.de>
7325         * ffap.el (ffap-read-file-or-url): Let-bind
7326         `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
7328 2008-01-08  Sven Joachim  <svenjoac@gmx.de>
7330         * vc-bzr.el: Fix typo in header.
7332 2008-01-08  Eli Zaretskii  <eliz@gnu.org>
7334         * Makefile.in (custom-deps, finder-data): Depend on autoloads
7335         instead of loaddefs.el.
7337 2008-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7339         * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
7340         gets inserted out-of-order.
7342 2008-01-08  Riccardo Murri  <riccardo.murri@gmail.com>
7344         * vc-bzr.el: Copyright and version headers update.
7345         Remove some outdated comments through the whole file.
7346         (vc-bzr-program-args): Remove because unused.
7347         (vc-bzr-log-switches): New customization option.
7348         (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C.  No longer
7349         use `vc-bzr-program-args'.
7350         (vc-bzr-register): Fix for working with both 22.1 and CVS version of
7351         `vc-find-root' (patch by Andreas Hoenen).
7352         (vc-bzr-status): Update regex to match latest Bzr output.
7353         Remove redundant test.
7354         (vc-bzr-init-version): New function.
7355         (vc-bzr-unregister): Must not delete file.
7356         (vc-bzr-find-version): New function.
7357         (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
7358         a non-empty string, otherwise take head revision.
7359         (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
7360         (vc-bzr-diff): Simpler build of the revision spec string.
7361         (vc-annotate-convert-time, vc-bzr-annotate-difference):
7362         Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
7363         (vc-bzr-dir-state): Add code comments.  Removed redundant statement.
7364         (vc-bzr-dired-state-info): Only provide custom strings for
7365         overloaded VC state 'edited; otherwise fallback to
7366         `vc-default-dired-state-info'.
7368 2008-01-08  Richard Stallman  <rms@gnu.org>
7370         * delsel.el (delete-selection-mode): Doc fix.
7372 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
7374         * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
7375         (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
7377         * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
7378         of watch expressions (only works fully with GDB 6.7 or later).
7380 2008-01-08  Dan Nicolaescu  <dann@ics.uci.edu>
7382         * time-stamp.el (time-stamp-time-zone):
7383         * whitespace.el (whitespace-check-buffer-leading)
7384         (whitespace-check-buffer-trailing, whitespace-check-buffer-indent)
7385         (whitespace-check-buffer-spacetab, whitespace-check-buffer-ateol):
7386         * progmodes/sh-script.el (sh-indentation):
7387         * textmodes/ispell.el (ispell-local-pdict):
7388         Add safe-local-variable properties.
7390 2008-01-08  Michael Albinus  <michael.albinus@gmx.de>
7392         * vc-git.el (vc-git--call): Apply `process-file' instead of
7393         `call-process'.
7395         * net/tramp.el (tramp-remote-process-environment): Add "LC_CTYPE=C".
7396         Reported by Pete Forman <pete.forman@westerngeco.com>.
7397         (tramp-perl-encode, tramp-perl-decode): Update copyrights.
7398         (tramp-handle-process-file): Handle the case where DESTINATION is
7399         a consp with t as car.
7400         (tramp-wait-for-output): We shall remove exactly what has been
7401         find by the search.
7403 2008-01-08  Kevin Ryde  <user42@zip.com.au>
7405         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7406         For perl, allow "during global destruction" at end.  Add entry for
7407         two-arg form of the Test module ok() func.
7409 2008-01-08  Glenn Morris  <rgm@gnu.org>
7411         * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
7412         unified format.
7414         * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
7416 2008-01-08  Ralf Angeli  <angeli@caeruleus.net>
7418         * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
7419         Simplify selection of frame focusing function.
7421 2008-01-08  Michael Olson  <mwolson@gnu.org>
7423         * textmodes/remember.el (remember-region): Fix typo in docstring.
7425 2008-01-08  Lennart Borgman  <lennart.borgman.073@student.lu.se>
7427         * textmodes/remember.el (remember): If there is a visible region
7428         [that is, the mark is active and transient mark mode is enabled]
7429         then use this region for the initial contents of the *Remember*
7430         buffer.  Use `region-beginning' and `region-end' instead of
7431         `point' and `mark'.
7433 2008-01-07  Dan Nicolaescu  <dann@ics.uci.edu>
7435         * vc-hg.el (vc-hg-dir-state, vc-hg-dir-status): Pass the dir
7436         argument to vc-hg-command.
7437         (vc-hg-log-view-mode): Handle the user field better.
7439 2008-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7441         * vc.el (vc-ensure-vc-buffer): Check liveness of vc-parent-buffer.
7443 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7445         * vc.el (vc-status-fileinfo): New defstruct.
7446         (vc-status): New defvar.
7447         (vc-status-insert-headers, vc-status-printer, vc-status)
7448         (vc-status-mode-map, vc-status-mode, vc-status-mark-file)
7449         (vc-status-unmark-file, vc-status-marked-files): New functions.
7451         * vc-hg.el (vc-hg-dir-status): New function.
7453 2008-01-06  Martin Rudalics  <rudalics@gmx.at>
7455         * cus-edit.el (custom-tool-bar-map): Move initialization of this
7456         keymap from here ...
7457         (custom-mode): ... to here.  Reported by Reiner Steib.
7459 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7461         * obsolete/x-apollo.el: Remove file for unsupported system.
7463         * term/x-win.el (vendor-specific-keysyms): Remove reference to
7464         Apollo.
7466         * progmodes/gud.el (gud-dgux-p): Remove.
7467         (dbx): Remove reference to dgux.
7469         * progmodes/ps-mode.el (ps-mode-print-function):
7470         * ps-print.el (ps-lp-system):
7471         * paths.el (rmail-spool-directory):
7472         * ls-lisp.el (ls-lisp-emulation):
7473         * lpr.el (lpr-lp-system):
7474         * dired.el (dired-chown-program): Remove references to dgux.
7476 2008-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7478         * vc.el (vc-process-sentinel): Fix apparent typo.
7479         (vc-do-command): Forcefully kill any left over process.
7480         Use start-file-process.
7481         (vc-annotate-get-time-set-line-props): Check we don't move backward.
7483 2008-01-04  Michael Albinus  <michael.albinus@gmx.de>
7485         * net/dbus.el (dbus-list-hash-table)
7486         (dbus-name-owner-changed-handler): Replace "signal" by "member".
7487         (dbus-check-event): Add serial number to event.
7488         (dbus-handle-event): Apply return message if needed.
7489         (dbus-event-serial-number): New defun.
7490         (dbus-event-service-name, dbus-event-path-name)
7491         (dbus-event-interface-name, dbus-event-member-name):
7492         Adapt implementation to serial number.
7494 2008-01-04  Juanma Barranquero  <lekktu@gmail.com>
7496         * bs.el (bs--get-mode-name): Fix typo in previous change.
7498 2008-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
7500         * mouse.el (mouse-popup-menubar): Fix typo.
7502         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Move one more
7503         form inside with-current-buffer.
7505         * progmodes/antlr-mode.el (provide): Move to the end of file.
7506         (require): Don't require font-lock and compile.
7507         (outline-level, imenu-use-markers, imenu-create-index-function):
7508         Move declarations to top level.
7509         (cond-emacs-xemacs-macfn): Declare for compiler.
7511         * vc-bzr.el (vc-bzr-root):
7512         * vc-arch.el (vc-arch-root): Only set a property if the file is
7513         managed by this backend.
7515         * vc-hg.el (vc-hg-state): Support the new status code for up-to-date.
7517 2008-01-04  Tassilo Horn  <tassilo@member.fsf.org>
7519         * doc-view.el (doc-view-scroll-up-or-next-page)
7520         (doc-view-scroll-down-or-previous-page): Don't scroll to the
7521         top/bottom again when on the first/last page.
7523         * doc-view.el (doc-view-scroll-up-or-next-page)
7524         (doc-view-scroll-down-or-previous-page): Use image-scroll-up and
7525         image-scroll-down instead of the non-image equivalents.
7526         Don't rely on a signalled condition but switch pages when scrolling
7527         doesn't change the vertical position anymore.
7528         (doc-view-mode-map): Remap scroll-{up,down} to
7529         image-scroll-{up,down}.
7531 2008-01-04  Rob Riepel  <riepel@networking.Stanford.EDU>
7533         * emulation/tpu-edt.el (tpu-load-xkeys): Recommend to run the
7534         tpu-mapper command rather than load the tpu-mapper package.
7536         * emulation/tpu-mapper.el (tpu-mapper): New command.
7537         Contains all the code previously at top-level.
7539 2008-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7541         * bs.el (bs--sort-by-mode, bs--get-mode-name):
7542         * imenu.el (imenu-add-to-menubar):
7543         * makesum.el (make-command-summary):
7544         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
7545         (mouse-buffer-menu):
7546         * msb.el (msb--mode-menu-cond):
7547         * calc/calc-embed.el (calc-do-embedded):
7548         * emacs-lisp/helper.el (Helper-describe-mode):
7549         * mail/emacsbug.el (report-emacs-bug):
7550         * progmodes/hideshow.el (hs-grok-mode-type):
7551         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
7552         * textmodes/table.el (*table--cell-describe-mode):
7553         Pass mode-name through format-mode-line.
7555 2008-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7557         * progmodes/ada-xref.el (ada-prj-find-prj-file):
7558         * progmodes/ada-mode.el (comment-region):
7559         * calendar/todo-mode.el (todo-insert-item):
7560         * bookmark.el (bookmark-buffer-name):
7561         Test major-mode rather than mode-name.
7563 2008-01-04  Richard Stallman  <rms@gnu.org>
7565         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
7566         Call byte-compile-warn-about-unresolved-functions outside
7567         the with-current-buffer.
7568         (byte-compile-insert-header): Use with-current-buffer.
7570 2008-01-04  Glenn Morris  <rgm@gnu.org>
7572         * startup.el (fancy-about-screen): Remove reference to deleted
7573         `fancy-splash-help-echo' variable.
7575         * version.el (emacs-copyright): Update to 2008.
7577         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Use mapc
7578         rather than mapcar.
7580         * progmodes/cc-vars.el (defcustom-c-stylevar): Revert previous
7581         change (merge mistake).
7583         * doc-view.el (doc-view-search-internal): Don't use `incf'.
7585         * doc-view.el (bookmark-make-cell-function, bookmark-get-filename)
7586         (bookmark-get-bookmark-record):
7587         * image-mode.el (bookmark-make-cell-function)
7588         (bookmark-get-filename, bookmark-get-bookmark-record)
7589         (bookmark-get-position):
7590         * log-view.el (vc-modify-change-comment):
7591         * progmodes/grep.el (find-name-arg): Declare for compiler.
7593 2008-01-04  Juanma Barranquero  <lekktu@gmail.com>
7595         * savehist.el (savehist-coding-system): Default to a variant coding
7596         system with explicit unix end-of-line conversion, which is safer.
7598 2008-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7600         * ibuf-ext.el (mode-name sorter, ibuffer-mark-by-mode-regexp):
7601         * ibuffer.el (mode column): Use format-mode-line.
7603         * server.el (server-create-window-system-frame): Remove workaround for
7604         a bug that has been fixed.
7606 2008-01-03  Magnus Henoch  <magnus@zemdatav>
7608         * net/dbus.el (dbus-name-owner-changed-handler):
7609         Use dbus-unregister-object instead of dbus-unregister-signal.
7611 2008-01-03  Drew Adams  <drew.adams@oracle.com>
7613         * frame.el (frame-geom-value-cons, frame-geom-spec-cons): New fns.
7615 2008-01-03  Richard Stallman  <rms@gnu.org>
7617         * replace.el (occur-context-lines): New subroutine,
7618         broken out of occur-engine.
7619         (occur-engine): Call it.
7621 2008-01-03  Alexandre Julliard  <julliard@winehq.org>
7623         * vc-git.el (vc-git--ls-files-state): New function.
7624         (vc-git-dir-state): Use it instead of processing the status
7625         results here.
7627 2008-01-02  Eric S. Raymond  <esr@snark.thyrsus.com>
7629         * progmodes/grep.el (grep-find-ignored-directories):
7630         Initialize from the value of vc-directory-exclusion-list.
7632         * vc-hooks.el (vc-directory-exclusion-list): Include "_darcs",
7633         even though we don't have a back end for darcs yet.
7635 2008-01-02  Karl Fogel  <kfogel@red-bean.com>
7637         Change a return type, for greater extensibility.
7638         See http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html
7639         and its thread for discussion leading to this change.
7641         * bookmark.el (bookmark-jump-noselect):
7642         Return an alist instead of a dotted pair.
7643         (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
7644         (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
7645         (bookmark-bmenu-switch-other-window): Adjust accordingly.
7646         (bookmark-make-cell-function): Adjust documentation accordingly.
7648         * image-mode.el (image-bookmark-jump):
7649         Adjust return type accordingly; document.
7651         * doc-view.el (doc-view-bookmark-jump):
7652         Adjust return type accordingly; document.
7654 2008-01-02  Miles Bader  <miles@gnu.org>
7656         * net/rcirc.el (rcirc-log-filename-function): New variable.
7657         (rcirc-log): Use `rcirc-log-filename-function' to generate the
7658         log-file name.  Don't log anything if it returns nil.
7659         (rcirc-log-write): Use `expand-file-name' when merging the
7660         log-file name from the alist with rcirc-log-directory; this does
7661         the right thing if the name in the alist already an absolute
7662         filename.  Make the log-file directory if necessary.
7664 2007-12-29  Richard Stallman  <rms@gnu.org>
7666         * font-lock.el (font-lock-prepend-text-property)
7667         (font-lock-append-text-property): Canonicalize the face and
7668         font-lock-face properties.
7670         * faces.el (facep): Doc fix.
7672         * startup.el (fancy-startup-tail, fancy-about-text)
7673         (fancy-startup-text): Regularize format of face property.
7675         * facemenu.el (list-colors-print): Use :background and :foreground
7676         instead of background-color and foreground-color.
7678 2007-12-29  Drew Adams  <drew.adams@oracle.com>
7680         * cus-edit.el (custom-add-parent-links):
7681         Fill the "Parent documentation" text.
7683 2007-12-29  Eli Zaretskii  <eliz@gnu.org>
7685         * textmodes/ispell.el (ispell-grep-command): Use "grep" on
7686         MS-Windows and MS-DOS.
7687         (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
7689 2008-01-02  Eric S. Raymond  <esr@snark.thyrsus.com>
7691         * vc-svn.el (vc-svn-modify-change comment): New function.
7693 2008-01-01  Dan Nicolaescu  <dann@ics.uci.edu>
7695         * vc-git.el (vc-git-dir-state): Set the vc-backend property.
7696         Do not disable undo, with-temp-buffer does it by default.
7698 2008-01-01  Eric S. Raymond  <esr@snark.thyrsus.com>
7700         * vc-svn.el (vc-svn-parse-status): Set the `unregisted' property
7701         correctly.
7703         * vc.el (vc-dired-hook): Speed tuning.  Replace a vc-backend call
7704         with vc-state.
7705         (vc-next-action): Fix vc-transfer-file call.
7707 2007-12-31  Tom Tromey  <tromey@redhat.com>
7709         * emacs-lisp/elp.el (elp-results): Use header-line-format for header.
7710         Move point to the start of the buffer.
7712 2007-12-31  Dan Nicolaescu  <dann@ics.uci.edu>
7714         * vc-cvs.el (vc-cvs-parse-entry): Set the vc-backend property.
7716         * vc.el: State that dir-state is required to set the vc-state and
7717         vc-backend properties.
7719 2007-12-31  Martin Rudalics  <rudalics@gmx.at>
7721         * man.el (Man-default-man-entry): Make this a defun.
7722         Improve guessing mechanism and handling of section numbers.
7724 2007-12-31  Richard Stallman  <rms@gnu.org>
7726         * faces.el (face-all-attributes): If FRAME is nil, return defaults.
7728 2007-12-31  Jay Belanger  <jay.p.belanger@gmail.com>
7730         * calc/calc-units.el (calc-convert-temperature): Ensure that units
7731         are on the result even when the result is zero.
7733 2007-12-30  Michael Albinus  <michael.albinus@gmx.de>
7735         * net/dbus.el (dbus-name-owner-changed-handler): Make the function
7736         resistent towards wrong parameters.
7737         (dbus-handle-event): Propagate D-Bus errors only in the debug case.
7739 2007-12-30  Richard Stallman  <rms@gnu.org>
7741         * faces.el (face-all-attributes): New function.
7743         * faces.el (face-differs-from-default-p): Compute list of attr names
7744         from face-attribute-name-alist.
7746         * cus-edit.el (custom-face-set): Call `face-spec-set' with FOR-DEFFACE.
7747         (custom-face-save): Likewise.
7748         (custom-face-reset-saved, custom-face-reset-standard): Likewise.
7750         * cus-face.el (custom-declare-face): Per frame, use `face-spec-set-2'.
7751         (custom-theme-set-faces): Clear `face-override-spec' property.
7752         Call `face-spec-set' with FOR-DEFFACE.
7754         * custom.el (custom-theme-recalc-face): Simply call `face-spec-recalc'.
7756         * faces.el (face-spec-set): Third arg is now FOR-DEFFACE.
7757         Use of frame as third arg is deprecated.
7758         Handle `face-override-spec' property.
7759         (face-spec-recalc): New function.
7760         (face-spec-set-2): New function.
7761         (frame-set-background-mode): Handle `face-override-spec' property.
7762         Use `face-spec-recalc'.
7763         (face-set-after-frame-default): Use `face-spec-recalc'.
7765 2007-12-29  Nick Roberts  <nickrob@snap.net.nz>
7767         * thumbs.el (thumbs-conversion-program): Add comment for Windows XP.
7769 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
7771         * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
7773 2007-12-29  Eric S. Raymond  <esr@snark.thyrsus.com>
7775         * vc-svn.el (vc-svn-parse-status): Recognize 'unregistered,
7776         'added, 'removed.
7778         * vc.el (header coment): Better description of dir-state.
7779         (vc-compatible-state): New function.  Checks whether two states
7780         can be in the same changeset; used with 'edited it can test whether
7781         the next action for a state should be commit.
7782         (vc-default-dired-state-info): Display 'removed state.
7783         (vc-dired-hook): Turn off undo, this is a speed tweak.
7785         * vc-bzr.el (vc-bzr-dir-state): Recognize 'added.
7787         * vc-hg.el (vc-bzr-hg-state): Recognize 'added and 'removed.
7788         Cope with the possibility that the 'C' status flag might change
7789         in 0.9,6.
7791         * vc-git.el (vc-bzr-dir-state): Recognize 'removed.
7793 2007-12-29  Thien-Thi Nguyen  <ttn@gnuvola.org>
7795         * files.el (cd-absolute): Fix omission bug:
7796         Make `list-buffers-directory' buffer-local.
7798 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
7800         * vc-hg.el (vc-hg-dir-state): Deal with the up-to-date state.
7802 2007-12-29  Jay Belanger  <jay.p.belanger@gmail.com>
7804         * calc/calc-aent.el (math-read-token): Fix misplaced parentheses.
7806         * calc/calc-lang.el (calc-yacas-language, calc-maxima-language)
7807         (calc-giac-language, math-yacas-parse-Sum, math-yacas-compose-sum)
7808         (math-yacas-compose-deriv, math-yacas-compose-taylor)
7809         (math-maxima-parse-subst, math-maxima-parse-taylor)
7810         (math-maxima-compose-taylor, math-maxima-compose-subst)
7811         (math-maxima-compose-if, math-lang-switch-args)
7812         (math-lang-compose-switch-args, math-read-giac-subscr):
7813         New functions.
7814         (calc-lang-allow-underscores, calc-lang-allow-percentsigns)
7815         (calc-lang-brackets-are-subscripts, calc-lang-c-type-hex):
7816         Add languages.
7817         (math-vector-brackets, math-complex-format, math-variable-table)
7818         (math-parse-table, math-oper-table, math-function-table)
7819         (math-special-function-table, math-compose-subscr):
7820         Add values for new languages.
7822         * calc/calccomp.el (math-compose-expr): Add new languages.
7824         * calc/calc.el (calc-language): Add languages to docstring.
7826         * calc/calc-ext.el (calc-init-extensions): Add keybindings
7827         for new languages.  Autoload commands to change languages.
7829         * calc/calc-help.el (calc-d-prefix-help): Add new languages.
7831         * calc/calc-menu.el (calc-modes-menu): Add new languages.
7832         (calc-arithmetic-menu, calc-scientific-function-menu)
7833         (calc-algebra-menu, calc-graphics-menu, calc-vectors-menu)
7834         (calc-units-menu, calc-variables-menu, calc-stack-menu):
7835         Add :active keywords.
7837 2007-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
7839         * vc-hg.el (vc-hg-registered): Return the false when vc-hg-state
7840         returns 'ignored or 'unregistered.
7841         (vc-hg-state): Pass "-A" to the status command and deal with the
7842         output.
7843         (vc-hg-dir-state): Pass "-A" to the status command.
7845 2007-12-29  Richard Stallman  <rms@gnu.org>
7847         * progmodes/compile.el (compilation-start): Set initial visible
7848         point properly even when compilation buffer already current.
7850 2007-12-29  Richard Stallman  <rms@gnu.org>
7852         * files.el (conf-mode-maybe): New function.
7853         (auto-mode-alist): Use conf-mode-maybe for .conf etc.
7855 2007-12-29  Martin Rudalics  <rudalics@gmx.at>
7857         * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
7859 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
7861         * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
7863 2007-12-29  Richard Stallman  <rms@gnu.org>
7865         * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
7866         so they never do EOF.
7868 2007-12-29  Richard Stallman  <rms@gnu.org>
7870         * faces.el (copy-face): Create the new face explicitly if it
7871         does not exist already.
7873 2007-12-29  Eli Zaretskii  <eliz@gnu.org>
7875         * simple.el (minibuffer-history, shell-command-history)
7876         (set-variable-value-history):
7877         * replace.el (regexp-history):
7878         * international/mule-cmds.el (input-method-history):
7879         * files.el (file-name-history): Add reference to history-length in
7880         the doc string.
7882 2007-12-29  Richard Stallman  <rms@gnu.org>
7884         * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
7886 2007-12-29  Jason Rumney  <jasonr@gnu.org>
7888         * find-dired.el (find-name-arg): New custom variable.
7889         (find-name-dired): Use it.
7890         (find-dired-find-program): Remove.
7891         (find-dired): Use find-program.
7892         (find-grep-dired): Use grep-program.
7894         * progmodes/grep.el (rgrep): Use find-name-arg.
7896 2007-12-29  Thien-Thi Nguyen  <ttn@gnuvola.org>
7898         * progmodes/cc-vars.el (defcustom-c-stylevar):
7899         Revert to pre-2007-12-12 version.
7901 2007-12-29  Richard Stallman  <rms@gnu.org>
7903         * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
7905         * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
7906         Use changed.
7908         * startup.el (fancy-splash-help-echo): Var deleted.
7909         (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
7910         (fancy-about-screen): Don't display fancy-splash-help-echo.
7912         * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
7914 2007-12-28  Eric S. Raymond  <esr@snark.thyrsus.com>
7916         * vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el
7917         to vc-hooks.el so it will be available to other modes, such as
7918         speedbar.el.  Also, teach it to recognize monotone state directories.
7920         * speedbar.el: Remove this mode's fragile assumptions about
7921         version-control systems.  Instead, make it use logic from
7922         vc-hooks.el so it will become smarter whenever VC mode does.
7924         * vc-hooks.el: 'added is a real state, not a future hypothetical one.
7925         Fix the documentation.
7927         * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
7928         Modify all instances of the dir-state back-end method to suppress
7929         keeping undo lists on the buffers holding status output, which
7930         can get extremely large.
7932         * vc-cvs.el, vc-svn.el: Simplify backend dired-state-info functions
7933         so they don't do work that the default one can do instead.
7935         * vc-hooks.el (vc-state): Document new 'ignored and 'unregistered
7936         states, and the new return-value convention.  These are not
7937         actually used yet, just set.
7939         * vc-svn.el (vc-svn-parse-status): Set 'ignored and 'unregistered
7940         states when appropriate.
7942         * vc-hg.el (vc-hg-state, vc-hg-dir-state): Set 'ignored and
7943         'unregistered when appropriate.
7945         * vc-git.el: Document that we don't set the new states yet.
7947         * vc.el (vc-dired-state-info): Display 'added, 'unregistered and
7948         'ignored states.
7950         * vc-cvs.el (vc-cvs-parse-status): Set the 'ignored state when
7951         appropriate.
7953         * vc-bzr.el (vc-bzr-dir-state): Set 'ignored and 'unregistered
7954         when appropriate.
7956 2007-12-28  Nick Roberts  <nickrob@snap.net.nz>
7958         * thumbs.el (thumbs-call-convert): Use call-process directly
7959         with thumbs-conversion-program instead of through shell-file-name
7960         for better error reporting.
7962 2007-12-27  Jay Belanger  <jay.p.belanger@gmail.com>
7964         * calc/calc-aent.el (math-remove-percentsigns):
7965         * calc/calccomp.el (math-to-percentsigns): Change placeholder
7966         for percent signs.
7968 2007-12-27  Eric S. Raymond  <esr@snark.thyrsus.com>
7970         * vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization;
7971         use completion-ignored-extensions to detect files that should be
7972         ignorted in VC-Dired listings, heading off lots of expensive calls
7973         to (vc-state).
7975         * vc.el (vc-dired-hook): Show unregistered file status as "?" in
7976         non-terse mode.
7977         (vc-dired-ignorable-p): Ignore Makefile when it has a peer named
7978         Makefile.in or Makefile.am.
7980 2007-12-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7982         * ps-print.el (ps-mark-active-p): Fun returned back.
7983         (ps-print-preprint-region): Use `ps-mark-active-p' instead of
7984         `region-active-p' for error checking.
7986 2007-12-27  Eric S. Raymond  <esr@snark.thyrsus.com>
7988         * vc.el, vc-sccs.el, vc-rcs.el, vc-cvs.el, vc-mcvs.el:
7989         Put new machinery in place to support editing of change comments
7990         with 'e' in a log-view buffer.  Not documented yet as this
7991         only works for SCCS, RCS, and maybe CVS if you have admin
7992         privileges.  When we have backend support for Subversion and
7993         more modern systems it will be time to write this up.
7995 2007-12-27  Kenichi Handa  <handa@ni.aist.go.jp>
7997         * international/mule-cmds.el (select-safe-coding-system):
7998         When a buffer is modified, cancel the writing.
8000 2007-12-26  Eric S. Raymond  <esr@snark.thyrsus.com>
8002         * log-view.el: Add Subversion and Mercurial log format samples.
8004         * vc.el (vc-dired-hook): Significantly speed up by arranging for
8005         it to call the backend dir-state hook (if it exists)
8006         exactly *once*, rather than once per each subdirectory (with
8007         dired-state-info calls on all toplevel files slowing it down even
8008         further).  For this to work, backend dir-state methods have to
8009         recurse to subdirectories.  Most of them already did anyway; a few
8010         needed *non*-recursion switches removed.  This change mostly
8011         removed code that was perversely bad and should have been shot
8012         through the head years ago.
8014         * vc-bzr.el (vc-bzr-dir-state):
8015         * vc-cvs.el (vc-cvs-dir-state):
8016         * vc-mcvs.el (vc-mcvs-dir-state):
8017         * vc-svn.el (vc-svn-dir-state): Recurse in subdirectories.
8019         * vc-svn.el (vc-svn-print-log): svn log doesn't actually accept
8020         multiple arguments, so generate logs sequentially when we get them.
8021         * vc-hg.el (vc-hg-print-log): Gives this CVS-like "Working file:"
8022         headers so the various log bindings can do the right thing.
8023         * vc-cvs.el (vc-cvs-print-log): Fix a misleading comment.
8025 2007-12-26  Andreas Schwab  <schwab@suse.de>
8027         * font-lock.el (save-buffer-state): Make sure the state of the
8028         buffer is always restored.
8030 2007-12-26  Jay Belanger  <jay.p.belanger@gmail.com>
8032         * calc/calc.el (calc-lang-allow-percentsigns): New variable.
8034         * calc/calc-lang.el (calc-lang-allow-percentsigns): Declare as
8035         a variable.
8037         * calc/calccomp.el (math-to-percentsigns): New function.
8038         (math-compose-var): Handle variables with percent signs.
8039         (math-compose-expr): Handle function names with percent signs.
8041         * calc/calc-aent.el (math-to-percentsigns): Declare as function.
8042         (math-read-exprs): Handle percent signs in languages that
8043         allow them.
8044         (math-restore-underscores): Remove function.
8045         (math-remove-percentsigns, math-restore-placeholders):
8046         New functions.
8048 2007-12-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8050         * ps-print.el (ps-print-preprint-region): Use `region-active-p' instead
8051         of `mark' for error checking.
8053 2007-12-26  Tassilo Horn  <tassilo@member.fsf.org>
8055         * image-mode.el (image-bookmark-make-cell, image-bookmark-jump):
8056         New functions.
8057         (image-mode): Set bookmark-make-cell-function appropriately.
8059         * doc-view.el (doc-view-bookmark-jump): Correct misspelled arg name.
8061         * bookmark.el (bookmark-make-cell-function): New variable.
8062         (bookmark-make): Call bookmark-make-cell-function's function
8063         instead of bookmark-make-cell.
8064         (bookmark-get-handler, bookmark-jump-internal): New functions.
8065         (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
8066         (bookmark-bmenu-2-window, bookmark-bmenu-other-window):
8067         Use bookmark-jump-internal.
8068         (bookmark-make-cell-for-text-file): Rename from bookmark-make-cell.
8070         * doc-view.el (doc-view-bookmark-make-cell)
8071         (doc-view-bookmark-jump): New functions.
8072         (doc-view-mode): Set bookmark-make-cell-function buffer-locally.
8074 2007-12-25  Miles Bader  <miles@gnu.org>
8076         * indent.el (indent-for-tab-command): Rigidly indent the following
8077         sexp along with the current line when a prefix arg is given in the
8078         non-active-region case.  Specify raw prefix in interactive spec.
8079         Simplify main indentation logic to get rid of the conditional call
8080         to `indent-according-to-mode' (it just ended up calling
8081         `indent-line-function' in all cases anyway, which can be done more
8082         simply here).  Remove unnecessary test of ARG in active region case.
8084 2007-12-25  Richard Stallman  <rms@gnu.org>
8086         * allout.el (allout-region-active-p): Rename from my-region-active-p.
8087         Use `use-region-p'.
8088         (allout-write-file-hook-handler): Simplify code.
8090         * ps-print.el (ps-mark-active-p): Function deleted.
8091         (ps-print-preprint-region): Use (mark) for the error check.
8093         * tooltip.el (tooltip-region-active-p): Use `use-region-p'.
8095         * winner.el (winner-active-region): Use `mark-active' if it's defined.
8097         * progmodes/ada-mode.el (ada-region-selected): Use `use-region-p'.
8099         * textmodes/org.el (org-region-active-p): Use `use-region-p'.
8101         * progmodes/idlwave.el (idlwave-region-active-p): Use `use-region-p'.
8103         * textmodes/reftex.el (reftex-region-active-p): Use `use-region-p'.
8105         * progmodes/cc-defs.el (c-region-is-active-p):
8106         Use `mark-active' if it's defined.
8108         * progmodes/cc-cmds.el (c-indent-line-or-region):
8109         Pass prefix arg to `c-indent-command'.  Use `use-region-p'.
8111         * simple.el (select-active-regions): New option.
8112         (set-mark): Obey it.
8113         (yank-pop-change-selection): New option.
8114         (current-kill): Obey it.
8116         * simple.el (use-region-p): Rename from `region-active-p'.
8117         (region-active-p): New function.
8119 2007-12-25  David Golden  <david.delaharpe.golden@gmail.com>  (tiny change)
8121         * term/x-win.el (x-select-enable-primary): New option.
8122         (x-select-text, x-cut-buffer-or-selection-value): Obey it.
8124         * mouse.el (mouse-yank-primary): New function (almost same
8125         as mouse-yank-secondary).
8127 2007-12-25  Dan Nicolaescu  <dann@ics.uci.edu>
8129         * calculator.el:
8130         * dframe.el:
8131         * iswitchb.el:
8132         * whitespace.el:
8133         * winner.el:
8134         * emacs-lisp/checkdoc.el:
8135         * mail/feedmail.el:
8136         * net/quickurl.el:
8137         * obsolete/fast-lock.el:
8138         * play/5x5.el:
8139         * progmodes/delphi.el:
8140         * progmodes/idlw-shell.el:
8141         * progmodes/idlwave.el:
8142         * textmodes/artist.el:
8143         * textmodes/ispell.el:
8144         * textmodes/texinfmt.el:
8145         * textmodes/texinfo.el: Remove obsolete definitions of backward
8146         compatibility macros for defcustom, defgroup, defface, when,
8147         unless, with-current-buffer and with-temp-message.
8149 2007-12-24  Nick Roberts  <nickrob@snap.net.nz>
8151         * progmodes/verilog-mode.el: Reformat parts to 80 columns.
8153 2007-12-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8155         * server.el (server-save-buffers-kill-terminal): Check the `proc' is
8156         indeed a process.
8158 2007-12-23  Richard Stallman  <rms@gnu.org>
8160         * simple.el (region-active-p): New function.
8161         (use-empty-active-region): New variable.
8163         * dired-aux.el (dired): Load dired.el at run time too.
8165 2007-12-23  Juri Linkov  <juri@jurta.org>
8167         * man.el (Man-follow-manual-reference): Fill the minibuffer's
8168         default list with a full list of references.
8170         * files.el (auto-mode-alist): Add \\' to doc-view files regexp.
8172 2007-12-23  Andreas Schwab  <schwab@suse.de>
8174         * files.el (switch-to-buffer-other-frame): Return the buffer
8175         switched to.
8177 2007-12-23  Michael Albinus  <michael.albinus@gmx.de>
8179         Sync with Tramp 2.1.12.
8181         * net/tramp.el: New todo item.
8183         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Handle "-F"
8184         switch.  Reported by Mark T. Kennedy <mkennedy@diamondbackcap.com>.
8186         * net/trampver.el: Update release number.
8188 2007-12-22  Richard Stallman  <rms@gnu.org>
8190         * newcomment.el (comment-region-default): Don't triple the
8191         comment starter if the first region line isn't indented enough.
8193 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8195         * net/imap.el (imap-authenticate): Use current-buffer instead of
8196         buffer, for the cases where imap-authenticate is called with a nil
8197         buffer parameter.
8199 2007-12-21  Martin Rudalics  <rudalics@gmx.at>
8201         * autoinsert.el (auto-insert-alist): Remove nonsensical precision
8202         specifier from format-string.  Reported by Ye Wenbin.
8204 2007-12-20  Jason Rumney  <jasonr@gnu.org>
8206         * nxml/nxml-mode.el (nxml-faces): Rename from nxml-highlighting-faces.
8207         Parent group is font-lock-faces.
8208         (nxml-light-blue-color, nxml-dark-blue-color, nxml-green-color)
8209         (nxml-sky-blue-color, nxml-dark-green-color, nxml-light-green-color):
8210         (nxml-version): Remove.
8211         (nxml-delimited-data, nxml-name, nxml-ref, nxml-delimiter)
8212         (nxml-text, nxml-comment-content, nxml-comment-delimiter)
8213         (nxml-processing-instruction-delimiter)
8214         (nxml-processing-instruction-target)
8215         (nxml-processing-instruction-content, nxml-cdata-section-delimiter)
8216         (nxml-cdata-section-CDATA, nxml-cdata-section-content)
8217         (nxml-char-ref-number, nxml-char-ref-delimiter, nxml-entity-ref-name)
8218         (nxml-entity-ref-delimiter, nxml-tag-delimiter, nxml-tag-slash)
8219         (nxml-element-prefix, nxml-element-colon, nxml-element-local-name)
8220         (nxml-attribute-prefix, nxml-attribute-colon)
8221         (nxml-attribute-local-name, nxml-namespace-attribute-xmlns)
8222         (nxml-namespace-attribute-colon, nxml-namespace-attribute-prefix)
8223         (nxml-attribute-value, nxml-attribute-value-delimiter)
8224         (nxml-namespace-attibute-value)
8225         (nxml-namespace-attribure-value-delimiter)
8226         (nxml-prolog-literal-delimiter, nxml-prolog-literal-content)
8227         (nxml-prolog-keyword, nxml-markup-declaration-delimiter, nxml-hash)
8228         (nxml-glyph): Rename, removing -face suffix.
8229         Inherit from existing font-lock faces.
8230         (nxml-apply-fontify-rule, nxml-char-ref-display-extra):
8231         Use new face names.
8233         * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
8234         (nxml-outline-active-indicator, nxml-outline-ellipsis):
8235         Rename, removing -face suffix.
8236         (nxml-highlighted-less-than, nxml-highlighted-greater-than)
8237         (nxml-highlighted-colon, nxml-highlighted-slash)
8238         (nxml-highlighted-ellipsis, nxml-highlighted-inactive-minus)
8239         (nxml-highlighted-active-minus, nxml-highlighted-active-plus)
8240         (nxml-highlighted-qname, nxml-outline-display-heading):
8241         Use new face names.
8243         * nxml/rng-valid.el (rng-error): Rename from rng-error-face.
8245         * nxml/rng-nxml.el (rng-nxml-easy-menu): Remove nxml-version.
8247 2007-12-19  Martin Rudalics  <rudalics@gmx.at>
8249         * cus-start.el (all): Use correct group name for members of
8250         mode-line group.
8252         * man.el (Man-default-man-entry): When looking for default man
8253         entry title search text preceding point.  Use when instead of if.
8255         * indent.el (indent-for-tab-command): Fix doc-string typo.
8257         * vc.el (vc-ensure-vc-buffer): Avoid infinite looping when
8258         vc-parent-buffer is the current buffer.
8260         * info-look.el (info-lookup, info-lookup-setup-mode)
8261         (info-lookup-make-completions): Avoid clobbering Info-history and
8262         Info-history-list.
8264 2007-12-19  Glenn Morris  <rgm@gnu.org>
8266         * progmodes/verilog-mode.el (top-level): Don't require compile.
8267         (compilation-error-regexp-alist, compilation-last-buffer):
8268         Define for compiler.
8269         (verilog-insert-1): New function.
8270         (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
8271         Use verilog-insert-1.
8272         (verilog-surelint-off): Use next-error-last-buffer if bound.
8273         Check compile buffer is live.
8275 2007-12-19  John J Foerch  <jjfoerch@earthlink.net>  (tiny change)
8277         * progmodes/compile.el (compilation-start): Don't pass a FRAME
8278         argument to display-buffer.
8280 2007-12-19  Jason Rumney  <jasonr@gnu.org>
8282         * nxml/rng-maint.el (rng-format-manual): Do not autoload.
8283         (rng-autoload-modules, rng-update-autoloads, rng-compile-modules)
8284         (rng-byte-compile-load, rng-write-version): Remove.
8286         * nxml/rng-loc.el (rng-schema-locating-files-default)
8287         (rng-schema-locating-file-schema-file): Use files in etc/schemas.
8288         (rng-schema-loader-alist): Use rng-c-load-schema to load rnc files.
8290 2007-12-18  Michael Albinus  <michael.albinus@gmx.de>
8292         * files.el (cd-absolute): Set `list-buffers-directory' in order to
8293         show correct path in buffer list.
8295         * net/tramp.el (tramp-open-connection-setup-interactive-shell)
8296         (tramp-find-shell): Send only single prompt setting commands, in
8297         order to avoid double-prompt.
8299         * net/tramp-compat.el (top): Require cl only when compiling.
8300         Reported by Glenn Morris <rgm@gnu.org>.
8302 2007-12-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
8304         * progmodes/cc-vars.el (defcustom-c-stylevar): Eval VAL.
8305         (c-comment-continuation-stars): No longer declare with
8306         cc-bytecomp-obsolete-var and cc-bytecomp-defvar.
8307         (c-block-comment-prefix): Use symbol-value to
8308         access c-comment-continuation-stars.
8309         * progmodes/cc-mode.el (c-initialize-cc-mode):
8310         Use symbol-value to access c-comment-continuation-stars.
8312 2007-12-18  Mark A. Hershberger  <mah@everybody.org>
8314         * xml.el (xml-escape-string): New function.  Escape string using
8315         xml-entity-alist.
8316         (xml-debug-print-internal): Use xml-escape-string to escape
8317         characters in attributes and in text children of elements.
8319 2007-12-18  Glenn Morris  <rgm@gnu.org>
8321         * progmodes/cc-subword.el (c-subword-mode): Drop support for
8322         systems without define-minor-mode.
8324         * progmodes/cc-vars.el (defcustom-c-stylevar): Remove debugging message.
8326         * progmodes/verilog-mode.el: Replace all instances of
8327         string-to-int with string-to-number, insert-string with insert,
8328         and read-input with read-string.
8329         (top-level): No need to require imenu, reporter, dinotrace, vc,
8330         font-lock when compiling.  Always require compile.  Relegate remaining
8331         compatibility cruft to XEmacs.  Don't require font-lock.
8332         (verilog-version): Remove superfluous concat.
8333         (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
8334         No need to define.
8335         (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
8336         (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
8337         (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
8338         (verilog-startup-message-displayed): These are variables, not constants.
8339         (verilog-batch-execute-func, verilog-auto-inst)
8340         (verilog-auto-inst-param): Use mapc rather than mapcar.
8341         (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
8342         actually defining.
8343         (verilog-modi-get-decls, verilog-modi-get-sub-decls)
8344         (verilog-modi-get-outputs, verilog-modi-get-inouts)
8345         (verilog-modi-get-inputs, verilog-modi-get-wires)
8346         (verilog-modi-get-regs, verilog-modi-get-assigns)
8347         (verilog-modi-get-consts, verilog-modi-get-gparams)
8348         (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
8349         (verilog-modi-get-sub-inputs): Move inline functions earlier in
8350         the file.
8351         (sigs-in, sigs-out): Don't declare multiple times.
8352         (got-sig, got-rvalue, uses-delayed): Define for compiler with just
8353         `defvar'.
8354         (verilog-auto): Call dinotrace-unannotate-all only if bound.
8355         (verilog-module-inside-filename-p): No need to wrap fboundp test
8356         in condition-case.
8357         (reporter-submit-bug-report): Autoload it.
8358         (verilog-mark-defun): Call zmacs-activate-region only if bound.
8359         (verilog-font-customize): Call customize-apropos only if bound.
8360         (verilog-getopt-flags, verilog-auto-reeval-locals):
8361         Use make-local-variable rather than make-variable-buffer-local.
8362         (verilog-company, verilog-project, verilog-modi-cache-list):
8363         Move make-variable-buffer-local calls to top-level.
8364         (font-lock-defaults-alist): Don't define it.
8365         (verilog-need-fld): Remove.
8366         (verilog-font-lock-init): Don't set font-lock-defaults-alist.
8367         (verilog-mode): Only call make-local-hook on XEmacs.
8368         Set font-lock-defaults rather than using verilog-font-lock-init.
8370 2007-12-17  Andreas Schwab  <schwab@suse.de>
8372         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
8373         Fix comment typo.
8375 2007-12-16  Michael Albinus  <michael.albinus@gmx.de>
8377         * net/dbus.el (dbus-name-owner-changed-handler):
8378         Use `dbus-unregister-signal' for removing old rules.
8379         Obey new structure of `dbus-registered-functions-table'.
8381 2007-12-12  Thien-Thi Nguyen  <ttn@gnuvola.org>
8383         * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
8385 2007-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
8387         * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
8388         function.
8389         (add-submenu): Only define for XEmacs.
8390         (verilog-regexp-words): Revert previous change, keep the other
8391         definition.
8393 2007-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
8395         * progmodes/perl-mode.el (perl-continued-statement-offset)
8396         (perl-continued-brace-offset, perl-brace-offset)
8397         (perl-brace-imaginary-offset, perl-label-offset):
8398         * progmodes/cperl-mode.el (cperl-brace-offset)
8399         (cperl-continued-brace-offset, cperl-label-offset)
8400         (cperl-continued-statement-offset)
8401         (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
8402         Add safe-local-variable properties.
8404 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
8406         * progmodes/verilog-mode.el (verilog-mode-map)
8407         (verilog-template-map, verilog-mode-mouse-map): Fix typos.
8408         (verilog-colorize-include-files): Use only overlay functions so
8409         that it can work on both emacs and XEmacs.
8410         (set-extent-keymap): Remove unused defun.
8411         (verilog-kill-existing-comment, verilog-insert-date)
8412         (verilog-insert-year): Rename in order not to pollute the global
8413         namespace from kill-existing-comment, insert-date and
8414         insert-year, respectively.
8415         (verilog-set-auto-endcomments, verilog-header): Update callers.
8417         * files.el (auto-mode-alist): Recognize verilog files.
8419         * progmodes/verilog-mode.el (verilog-string-replace-matches)
8420         (verilog-string-remove-spaces, verilog-re-search-forward)
8421         (verilog-re-search-backward, verilog-re-search-forward-quick)
8422         (verilog-re-search-backward-quick, verilog-get-beg-of-line)
8423         (verilog-get-end-of-line, verilog-within-string): Move definitions
8424         before first use.  No code changes.
8426 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
8428         * progmodes/verilog-mode.el (verilog-mode-version)
8429         (verilog-mode-release-date): Don't use expanding keywords.
8430         (provide): Move to the end of file.
8431         (fboundp): Don't check if eval-when-compile is bound, it is used
8432         later in the file without checking.
8433         (when, unless): Copy definitions from subr.el.
8434         (char-before, defcustom, defface, customize-group)
8435         (verilog-batch-error-wrapper): Don't use old style backquotes.
8436         (verilog-regexp-opt): Avoid using the cl function case.
8437         (verilog-regexp-words): Remove duplicated definition.
8438         (verilog-mode-abbrev-table): Remove, duplicate.
8439         (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
8440         Declare and initialize in one step.
8441         (verilog-declaration-prefix-re, verilog-declaration-re)
8442         (verilog-end-of-statement, verilog-indent-declaration)
8443         (verilog-get-lineup-indent): Remove trailing whitespace.
8444         (verilog-mode): Fix autoload cookie.
8445         Set beginning-of-defun-function and end-of-defun-function.  Use when
8446         instead of if.
8447         (verilog-emacs-features, verilog-auto-ascii-enum)
8448         (verilog-insert-indices): Escape braces in doc strings.
8450 2007-12-08  Michael McNamara  <mac@verilog.com>
8451             Wilson Snyder  <wsnyder@wsnyder.org>
8453         * progmodes/verilog-mode.el: New file.
8455 2007-12-08  Eli Zaretskii  <eliz@fencepost.gnu.org>
8457         * international/latexenc.el (latexenc-find-file-coding-system):
8458         If both coding-system-for-write and buffer-file-coding-system of
8459         latex-main-file are nil, use `undecided'.
8461 2007-12-06  Jason Rumney  <jasonr@gnu.org>
8463         * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
8465 2007-12-12  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
8467         * files.el (revert-buffer): Docstring fix.
8469 2007-12-11  Glenn Morris  <rgm@gnu.org>
8471         * emacs-lisp/check-declare.el (check-declare-verify): Handle deffoo.
8473 2007-12-11  Jay Belanger  <jay.p.belanger@gmail.com>
8475         * calc/calc-aent.el (math-restore-underscores)
8476         (math-string-restore-underscores): New functions.
8477         (math-read-factor): Properly check variable names with underscores
8478         for entries in `math-expr-variable-mapping'.
8480         * calc/calc-lang.el (math-lang-name): New property name.
8482         * calc/calc.el (calc-set-mode-line): Use `math-lang-name'
8483         to set language name.
8485 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8487         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8489 2007-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8491         * server.el (server-select-display): Fix important typo.
8492         (server-process-filter): Turn a "" display into nil.
8494 2007-12-09  Juri Linkov  <juri@jurta.org>
8496         * replace.el (keep-lines, flush-lines, how-many): Doc fix.
8497         Check search-upper-case before calling isearch-no-upper-case-p
8498         to set case-fold-search.
8499         (occur): Doc fix.
8500         (occur-1, perform-replace): Check search-upper-case before calling
8501         isearch-no-upper-case-p to set case-fold-search.
8503         * isearch.el (search-upper-case): Doc fix.
8504         (isearch-mode-map): Bind `M-s o' to isearch-occur.
8505         (isearch-query-replace): Doc fix.  Let-bind search-upper-case to nil.
8506         (isearch-query-replace-regexp): Doc fix.
8507         (isearch-occur): New function.
8509 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8511         * pgg.el, pgg-parse.el (declare-function): Add new no-op macro for
8512         backward compatibility.
8514         * net/imap.el (imap-string-to-integer): New function.
8516 2007-12-09  David Kastrup  <dak@gnu.org>
8518         * emacs-lisp/lisp-mnt.el (lm-verify): Make it work with
8519         directories.  Not sure anybody uses this anymore, though.
8521 2007-12-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8523         * printing.el: Fix pr-interface-map initialization code.
8524         (pr-version): New version 6.9.3.
8525         (pr-f-set-keymap-parents): Replace by pr-set-keymap-parents.
8526         (pr-f-set-keymap-name): Replace by pr-set-keymap-name.
8527         (pr-f-read-string): Replace by pr-read-string.
8528         (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string): New fun
8529         name.
8530         (pr-interactive-n-up, pr-interactive-regexp): Code fix.
8532 2007-12-09  Glenn Morris  <rgm@gnu.org>
8534         * emulation/viper-init.el (top-level): Use dolist rather than mapc
8535         in make-variable-frame-local call.
8537 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
8539         * mail/hashcash.el (declare-function):
8540         * net/imap.el (declare-function): New no-op macro for backward
8541         compatibility.
8543 2007-12-08  Eli Zaretskii  <eliz@gnu.org>
8545         Sync makefile.w32-in with Makefile.in.
8547         * makefile.w32-in (check-declare): New target.
8548         (BYTE_COMPILE_EXTRA_FLAGS): New variable.
8549         (.el.elc, compile-CMD, compile-SH, compile-always-CMD)
8550         (compile-always-SH, compile-calc-CMD, compile-calc-SH)
8551         ($(lisp)/progmodes/cc-mode.elc): Use it.
8552         ($(lisp)/progmodes/cc-mode.elc): New rule.
8554 2007-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
8556         * indent.el (tab-stop-list): Mark as safe-local-variable.
8558         * generic-x.el (etc-sudoers-generic-mode): New mode.
8559         (generic-unix-modes): Add it.
8561 2007-12-08  Michael Albinus  <michael.albinus@gmx.de>
8563         * net/dbus.el (dbus-hash-table=): Remove function.  We cannot
8564         apply wildcards in a hash table key; there is no usable hash code then.
8565         (dbus-registered-functions-table): Use `equal' as test function.
8566         (dbus-name-owner-changed-handler): Rewrite due to new hash table
8567         structure.
8569 2007-12-08  Martin Rudalics  <rudalics@gmx.at>
8571         * progmodes/cc-cmds.el (c-mask-paragraph): Avoid invalid search
8572         bound error in block comment branch.
8574 2007-12-08  David Kastrup  <dak@gnu.org>
8576         * textmodes/reftex.el (reftex-select-with-char):
8577         * textmodes/reftex-toc.el (reftex-toc-do-promote)
8578         (reftex-toc-visit-location, reftex-toc-find-section):
8579         * textmodes/reftex-index.el (reftex-index-show-entry):
8580         * textmodes/org.el (org-cycle-hide-archived-subtrees)
8581         (org-table-rotate-recalc-marks, org-mark-ring-push)
8582         (org-follow-info-link, org-mhe-get-message-folder-from-index)
8583         (org-auto-repeat-maybe, org-store-log-note, org-delete-property)
8584         (org-evaluate-time-range, org-edit-agenda-file-list):
8585         * textmodes/artist.el (artist-select-next-op-in-list)
8586         (artist-select-prev-op-in-list):
8587         * term/mac-win.el (mac-service-insert-text):
8588         * startup.el (fancy-about-screen):
8589         * progmodes/vhdl-mode.el (vhdl-decision-query):
8590         * progmodes/idlwave.el (idlwave-template)
8591         (idlwave-scroll-completions, idlwave-display-completion-list):
8592         * progmodes/ebrowse.el (ebrowse-show-progress):
8593         * progmodes/cperl-mode.el (cperl-find-pods-heres):
8594         * progmodes/antlr-mode.el (antlr-insert-option-do):
8595         * play/mpuz.el (mpuz-close-game):
8596         * net/rcirc.el (rcirc-next-active-buffer):
8597         * mail/reporter.el (reporter-update-status):
8598         * kmacro.el (kmacro-display):
8599         * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
8600         * emulation/viper-util.el (viper-save-setting):
8601         * emacs-lisp/lisp-mnt.el (lm-verify):
8602         * emacs-lisp/edebug.el (edebug-set-mode):
8603         * emacs-lisp/checkdoc.el (checkdoc-rogue-spaces, checkdoc-defun):
8604         * calendar/calendar.el (calendar-print-day-of-year):
8605         * calc/calcalg3.el (calc-curve-fit):
8606         * calc/calcalg2.el (math-integral):
8607         * calc/calc.el (calc-read-key-sequence, calc-version):
8608         * calc/calc-mode.el (calc-set-simplify-mode):
8609         * calc/calc-ext.el (calc-fancy-prefix): Fix buggy call to `message'.
8611 2007-12-07  D. Goel  <deego3@gmail.com>
8613         * progmodes/idlw-shell.el (idlwave-shell-display-line)
8614         * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
8615         (ada-xref-find-in-modified-ali, ada-find-in-src-path)
8616         * mail/uce.el (uce-reply-to-uce)
8617         * progmodes/vhdl-mode.el (vhdl-template-modify)
8618         * mail/feedmail.el (feedmail-dump-message-to-queue): Improve calls
8619         to `error' (as suggested by RMS.)
8621 2007-12-07  Glenn Morris  <rgm@gnu.org>
8623         * allout.el (allout-write-file-hook-handler):
8624         * textmodes/reftex.el (reftex-TeX-master-file):
8625         * textmodes/reftex-parse.el (reftex-short-context):
8626         Revert previous change.
8628 2007-12-07  Michael Albinus  <michael.albinus@gmx.de>
8630         * net/dbus.el (dbus-hash-table=): Fix for new hash table key structure.
8631         (dbus-list-hash-table, dbus-name-owner-changed-handler): New defuns.
8632         (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
8633         (dbus-event-service-name, dbus-event-path-name)
8634         (dbus-event-interface-name, dbus-event-member-name): Fix for new
8635         event structure.
8636         (dbus-list-activatable-names, dbus-list-names)
8637         (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect):
8638         Reorder `dbus-call-method' arguments.
8640 2007-12-06  D. Goel  <deego3@gmail.com>
8642         * allout.el (allout-write-file-hook-handler):
8643         * textmodes/reftex.el (reftex-TeX-master-file):
8644         * textmodes/org.el (org-paste-subtree):
8645         * progmodes/vhdl-mode.el (vhdl-template-modify):
8646         * progmodes/idlw-shell.el (idlwave-shell-send-command)
8647         (idlwave-shell-display-line):
8648         * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
8649         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
8650         * net/trampver.el (x):
8651         * mail/uce.el (uce-reply-to-uce):
8652         * mail/rmailout.el (rmail-output):
8653         * mail/feedmail.el (feedmail-dump-message-to-queue):
8654         * whitespace.el (whitespace-write-file-hook):
8655         * wdired.el (wdired-check-kill-buffer):
8656         * vc.el (vc-update):
8657         * vc-mcvs.el (vc-mcvs-checkin):
8658         * vc-cvs.el (vc-cvs-checkin):
8659         * man.el (Man-bgproc-sentinel, Man-goto-see-also-section):
8660         * ibuffer.el (ibuffer-current-buffer):
8661         * dired.el (dired-move-to-end-of-filename):
8662         * bindings.el (complete-symbol):
8663         * textmodes/org-publish.el (org-publish-file):
8664         (org-publish-current-project):
8665         * textmodes/reftex-parse.el (reftex-short-context):
8666         * textmodes/texinfmt.el: Fix buggy calls to `error'.
8668 2007-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8670         * doc-view.el (doc-view-dvi->pdf-sentinel)
8671         (doc-view-pdf/ps->png-sentinel, doc-view-pdf->txt-sentinel)
8672         (doc-view-ps->pdf-sentinel, doc-view-display): Don't change buffer
8673         within a sentinel or timer.
8674         (doc-view-display): Don't try to display before the requested page
8675         is available, unless told to do so explicitly.
8676         (doc-view-pdf/ps->png-sentinel, doc-view-initiate-display):
8677         Force display even if the requested page is not available.
8679 2007-12-06  Richard Stallman  <rms@gnu.org>
8681         * help-fns.el (describe-function-1): Call ad-get-advice-info
8682         only on symbols.
8684 2007-12-06  Glenn Morris  <rgm@gnu.org>
8686         * progmodes/antlr-mode.el (antlr-keyword, antlr-syntax)
8687         (antlr-ruledef, antlr-tokendef, antlr-ruleref-face)
8688         (antlr-tokenref, antlr-literal): Inherit from standard font-lock
8689         faces in non-light-background case.
8691         * add-log.el, dired-aux.el, font-lock.el, help-fns.el, ido.el:
8692         * informat.el, emacs-lisp/bytecomp.el, emacs-lisp/gulp.el:
8693         * emacs-lisp/tcover-ses.el, emacs-lisp/timer.el, emulation/edt.el:
8694         * emulation/vi.el, emulation/viper-cmd.el:
8695         * international/titdic-cnv.el, mail/emacsbug.el, progmodes/dcl-mode.el:
8696         * progmodes/prolog.el, progmodes/ps-mode.el, progmodes/python.el:
8697         * textmodes/fill.el: Remove directory part from filenames in
8698         function declarations.
8700         * dired-aux.el (mailcap-mime-info): Update declaration.
8702 2007-12-05  Richard Stallman  <rms@gnu.org>
8704         * wid-edit.el (widget-type): Doc fix.
8706 2007-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8708         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
8709         Don't match "sub { (...) ... }".
8711 2007-12-05  Richard Stallman  <rms@gnu.org>
8713         * international/mule-cmds.el (toggle-input-method-active): New var.
8714         (toggle-input-method): Bind toggle-input-method-active to t.
8715         Error if it was already non-nil.
8717 2007-12-05  Reiner Steib  <Reiner.Steib@gmx.de>
8719         * net/tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8721 2007-12-05  Elias Oltmanns  <eo@nebensachen.de>
8723         * net/tls.el (open-tls-stream): Actually consult tls-checktrust to
8724         see if certs should be verified and what is to be done in the
8725         event of a verification failure.
8727 2007-12-05  Reiner Steib  <Reiner.Steib@gmx.de>
8729         * net/tls.el (tls-program): Provide more custom choices from
8730         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
8731         (tls-process-connection-type, tls-success): Remove "*" in doc string.
8732         (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
8733         version.  Minor improvement to doc strings.
8734         (tls-program): Add comment.
8736 2007-12-05  Elias Oltmanns  <eo@nebensachen.de>
8738         * net/tls.el (tls-certtool-program, tls-hostmismatch): New variables.
8739         (tls-checktrust): New variable.  Check if GNU TLS complained about a
8740         mismatch between the hostname provided in the certificate and the name
8741         of the host connnecting to.
8742         (open-tls-stream): Use them.  Check certificates against trusted root
8743         certificates.
8745 2007-12-05  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8747         * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8748         (imap-parse-status): Upcase status-att for broken servers that sends
8749         them lower-case (e.g., MS Exchange 2007).
8751 2007-12-05  D. Goel  <deego3@gmail.com>
8753         * simple.el (undo):
8754         * image-dired.el (image-dired-display-thumb-properties):
8755         (image-dired-modify-mark-on-thumb-original-file):
8756         (image-dired-dired-display-properties):
8757         * help.el (help-window-display-message):
8758         * files.el (hack-local-variables-confirm):
8759         * ediff.el (ediff-version):
8760         * complete.el (pc-chunk-after, PC-temp-minibuffer-message):
8761         `message' and `error': Ensure that first arg is a format string.
8763         * emacs-lisp/find-func.el (find-library-name): Prefer files with
8764         ".el" suffix over "".
8766 2007-12-05  Michael Albinus  <michael.albinus@gmx.de>
8768         * net/dbus.el (dbus-hash-table=): Allow nil as wildcard in the
8769         interface and member fields.
8771 2007-12-05  Glenn Morris  <rgm@gnu.org>
8773         * eshell/em-alias.el (pcomplete-stub): Define for compiler.
8774         (pcomplete-here): Autoload it.
8776         * eshell/em-basic.el (print-func): No need to define for compiler.
8778         * eshell/esh-cmd.el (eshell-debug-command):
8779         * eshell/esh-io.el (eshell-print): Move definitions before use.
8781         * eshell/esh-module.el (eshell-load-defgroups): Eval and compile.
8783         * eshell/esh-util.el (top-level): Don't require pp.
8784         Use condition-case rather than ignore-errors.
8786         * eshell/eshell.el (eshell-buffer-name): Define for compiler.
8788         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el
8789         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
8790         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el
8791         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el
8792         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el
8793         * eshell/em-xtra.el, eshell/esh-cmd.el, eshell/esh-test.el
8794         * eshell/esh-util.el, eshell/eshell.el: Require individual files
8795         if needed when compiling, rather than esh-maint.  Collect any
8796         require statements.  Move provide statement to end.  Move any
8797         commentary to start.
8799         * eshell/esh-arg.el, eshell/esh-ext.el, eshell/esh-io.el:
8800         * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el:
8801         * eshell/esh-proc.el, eshell/esh-var.el:
8802         Require individual files if needed when compiling, rather than
8803         esh-maint.  Collect any require statements.  Leave provide at start.
8804         Move any commentary to start.
8806         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
8807         Remove declared function from byte-compile-noruntime-functions.
8809         * ediff-util.el (ediff-version):
8810         * progmodes/python.el (compilation-shell-minor-mode):
8811         * textmodes/org.el (Info-goto-node, calendar-astro-date-string)
8812         (calendar-bahai-date-string, calendar-check-holidays)
8813         (calendar-chinese-date-string, calendar-coptic-date-string)
8814         (calendar-ethiopic-date-string, calendar-forward-day)
8815         (calendar-french-date-string, calendar-goto-date)
8816         (calendar-goto-today, calendar-hebrew-date-string)
8817         (calendar-islamic-date-string, calendar-iso-date-string)
8818         (calendar-julian-date-string, calendar-mayan-date-string)
8819         (calendar-persian-date-string, gnus-summary-last-subject)
8820         (parse-time-string, rmail-show-message): Declare as functions.
8822 2007-12-05  Michael Olson  <mwolson@gnu.org>
8824         * textmodes/remember.el: Merge contents of remember-diary.el here,
8825         updating header.  Add autoload cookie so that byte-compilation
8826         works without warning.
8827         (remember-diary-file): Default to nil, since diary might not yet
8828         be loaded at this point, which would deny us access to diary-file.
8829         (remember-diary-extract-entries): If remember-diary-file is nil,
8830         then use diary-file instead.
8832         * textmodes/remember-diary.el: Remove, due to the issue of needing
8833         the first 8 characters of a filename to be unique.
8835 2007-12-04  Michael Albinus  <michael.albinus@gmx.de>
8837         * net/dbus.el (dbus-hash-table=): New defun.
8838         (dbus-hash-table-test): New hash table test function, used in
8839         `dbus-registered-functions-table'.
8840         (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
8841         (dbus-event-service-name, dbus-event-path-name)
8842         (dbus-event-interface-name, dbus-event-member-name):
8843         Rewrite, due to new structure of `dbus-event'.
8845 2007-12-04  Juanma Barranquero  <lekktu@gmail.com>
8847         * ido.el (ido-save-history): Set the `coding' local
8848         variable in the first line of the file.
8850 2007-12-04  Glenn Morris  <rgm@gnu.org>
8852         * password-cache.el: Move here from gnus/password.el.
8853         (top-level): Don't require cl when compiling.
8854         (password-read-and-add): Doc fix.  Make obsolete.
8856         * net/tramp.el: Require password-cache or password.
8858         * emulation/cua-base.el (top-level): Move (provide 'cua-base) to end.
8859         No longer provide 'cua.  Don't require cua-rect, cua-gmrk when
8860         compiling.
8861         (cua-set-rectangle-mark): Add doc string to autoload.
8862         (cua--rectangle, cua--last-killed-rectangle)
8863         (cua--global-mark-active): Always define for compiler.
8864         (cua-copy-rectangle, cua-cut-rectangle, cua--rectangle-left)
8865         (cua--delete-rectangle, cua--insert-rectangle)
8866         (cua--rectangle-corner, cua--rectangle-assert)
8867         (cua--insert-at-global-mark, cua--global-mark-post-command):
8868         Declare as functions.
8870         * emulation/cua-gmrk.el (top-level): Move provide to end.
8872         * emulation/cua-rect.el (top-level): Move provide to end.
8873         Don't require cua-gmrk when compiling.
8874         (cua--cut-rectangle-to-global-mark)
8875         (cua--copy-rectangle-to-global-mark): Declare as functions.
8877         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
8878         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
8879         (viper-vi-state-cursor-color):
8880         Consolidate make-variable-frame-local calls.
8882         * net/eudcb-bbdb.el (bbdb-address-streets): Declare as a function.
8883         (eudc-bbdb-extract-addresses): Use bbdb-address-streets rather
8884         than bbdb-address-street1,2,3.
8886         * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
8887         Try x-focus-frame before focus-frame.  Only try focus-frame on XEmacs.
8889 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8891         * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8892         (imap-parse-status): Upcase status-att for servers that sends them
8893         lower-case (e.g., MS Exchange 2007).
8895 2007-12-03  Karl Fogel  <kfogel@red-bean.com>
8897         * saveplace.el (save-place-quiet): Remove, reverting 2007-12-02T19:54:46Z!kfogel@red-bean.com.
8898         (save-place-alist-to-file, load-save-place-alist-from-file):
8899         Don't print non-error messages at all, there's really no need.
8900         Do print if there's a problem, and clarify message in that case.
8902 2007-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
8904         * ediff-diff.el (ediff-prepare-error-list):
8905         * ediff-util.el (ediff-setup): Disable undo for ediff-error-buffer.
8907 2007-12-03  Tassilo Horn  <tassilo@member.fsf.org>
8909         * doc-view.el (doc-view-initiate-display): Use `doc-view-mode-p'.
8910         (doc-view-current-overlay, doc-view-pending-cache-flush):
8911         Add doc string.
8913 2007-12-03  Richard Stallman  <rms@gnu.org>
8915         * subr.el (declare-function): Move from byte-run.el.
8917         * emacs-lisp/byte-run.el (declare-function): Move to subr.el.
8919         * window.el (recenter-top-bottom): Don't use `ecase'.
8921 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
8923         * saveplace.el (save-place-alist-to-file):
8924         Set coding-system-for-write once and refer to it throughout.
8925         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
8927 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
8929         * saveplace.el (save-place-alist-to-file): Use `utf-8' coding
8930         system when writing, and set it in the first-line file variables.
8931         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk> and
8932         Juanma Barranquero.
8934 2007-12-02  Glenn Morris  <rgm@gnu.org>
8936         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
8937         Reverse branches of if statement.
8939         * emulation/viper-cmd.el (top-level): Don't require advice.
8940         Don't load viper-util, viper-keym, viper-mous, viper-macs,
8941         viper-ex when compiling.
8943         * emulation/viper-ex.el (top-level): Don't load viper-util,
8944         viper-keym when compiling.
8946         * emulation/viper-init.el (top-level): Move provide statement to end.
8948         * emulation/viper-keym.el (top-level): Don't load viper-util when
8949         compiling.  Move provide statement to end.
8951         * emulation/viper-macs.el (top-level): Don't load viper-util,
8952         viper-keym, viper-mous when compiling.
8954         * emulation/viper-mous.el (top-level): Don't load viper-util when
8955         compiling.
8957         * emulation/viper-util.el (top-level): Don't load viper-init when
8958         compiling.
8960         * emulation/viper.el (top-level): Don't require ring.
8961         Don't load viper-init, viper-cmd when compiling.
8963         * net/sasl-cram.el, net/sasl-digest.el, net/sasl-ntlm.el, net/sasl.el:
8964         Move here from gnus/.
8966 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
8968         Offer option for saveplace to be quiet about loading and saving.
8969         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
8971         * saveplace.el (save-place-quiet): New customizable boolean.
8972         (save-place-alist-to-file, load-save-place-alist-from-file): Use it
8973         to determine whether to print loading/saving messages.
8975 2007-12-02  Glenn Morris  <rgm@gnu.org>
8977         * mail/binhex.el: Move here from gnus/.
8978         (binhex): New custom group.
8979         (binhex-decoder-program, binhex-decoder-switches)
8980         (binhex-use-external): Move to the binhex custom group.
8982         * mail/uudecode.el: Move here from gnus/.
8983         (uudecode): New custom group.
8984         (uudecode-decoder-program, uudecode-decoder-switches)
8985         (uudecode-use-external): Move to the uudecode custom group.
8987         * net/netrc.el (top-level): Don't load `encrypt' features.
8988         (netrc-parse): Don't use encrypt.
8989         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8991         * progmodes/python.el (top-level): Don't require cl when compiling.
8993 2007-12-02  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
8995         * textmodes/flyspell.el (flyspell-large-region): Explicitly set
8996         encoding for aspell process and for communication with it.
8997         Only add "-d" option if not already present.
8998         Use ispell-current-dictionary and ispell-current-personal-dictionary.
8999         General reorganization.
9001         * textmodes/ispell.el (ispell-aspell-find-dictionary): Do not set
9002         encoding here.
9003         (ispell-start-process): Explicitly set encoding here if using aspell.
9005 2007-12-02  Dan Nicolaescu  <dann@ics.uci.edu>
9007         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Also pass a diff
9008         function to log-edit.
9010 2007-12-02  Michael Albinus  <michael.albinus@gmx.de>
9012         * net/dbus.el: New file.
9014 2007-12-02  Jay Belanger  <jay.p.belanger@gmail.com>
9016         * calc/calc.el (calc-lang-slash-idiv, calc-lang-allow-underscores)
9017         (calc-lang-c-type-hex, calc-lang-brackets-are-subscripts)
9018         (calc-lang-parens-are-subscripts): New variables.
9019         (math-expr-special-function-mapping): Remove variable.
9020         (math-eqn-ignore-words, math-tex-ignore-words)
9021         (math-latex-ignore-words): Move to calc-lang.el.
9023         * calc/calc-lang.el (math-compose-vector, math-compose-var)
9024         (math-tex-expr-is-flat): Declare as functions.
9025         (calc-lang-slash-idiv, calc-lang-allow-underscores)
9026         (math-comp-left-bracket, math-comp-right-bracket)
9027         (math-comp-comma, math-comp-vector-prec): Declare as variables.
9028         (math-var-formatter, math-matrix-formatter)
9029         (math-lang-adjust-words, math-lang-read-symbol, math-land-read)
9030         (math-punc-table, math-compose-subscr, math-dots)
9031         (math-func-formatter): New property names to store language
9032         specific information.
9033         (math-compose-tex-var, math-compose-tex-intv)
9034         (math-compose-maple-intv, math-compose-eqn-intv)
9035         (math-compose-tex-sum, math-compose-tex-func)
9036         (math-compose-tex-intv): New functions.
9037         (math-eqn-ignore-words, math-tex-ignore-words)
9038         (math-latex-ignore-words): Move from calc.el.
9039         (math-special-function-table): Add entries for tex.
9040         (calc-lang-slash-idiv, calc-lang-allows-underscores):
9041         New variables.
9042         (math-compose-latex-frac): Rename from `math-latex-print-frac'.
9043         (math-compose-tex-matrix, math-compose-eqn-matrix)
9044         (math-eqn-special-functions): Move from calccomp.el.
9046         * calc/calccomp.el (math-compose-var): New function.
9047         (math-compose-expr): Allow more special functions to be used.
9048         Change test for formatting fractions.  Use variables and property
9049         names to help with language specific formatting.
9050         (math-compose-tex-matrix, math-compose-eqn-matrix)
9051         (math-eqn-special-functions): Move to calc-lang.el.
9052         (math-compose-rows): Use property names to help with language
9053         specific formatting.
9055         * calc/calc-aent.el (math-read-factor): Turn multiple subscripts
9056         into nested subscripts.
9057         (math-read-token): Use variables and property names to help with
9058         language specific parsing.
9059         (math-read-expression-level): Use variables to help with language
9060         specific parsing.
9062 2007-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9064         * arc-mode.el (archive-find-type): Add recognition of rar-exe format.
9065         (archive-rar-summarize): Allow the file name to be passed as argument.
9066         Remove unused vars `header' and `footer'.
9067         (archive-rar-exe-summarize, archive-rar-exe-extract): New functions.
9069 2007-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
9071         * log-edit.el (log-edit-show-diff): New function.
9072         (log-edit-mode-map, log-edit-menu): Bind it.
9073         (log-edit-diff-function): New variable.
9074         (log-edit): Change the 3rd param to be an alist and accept a
9075         function that computes a diff for the files involved.
9077         * vc.el (vc-log-edit): Add a diff function parameter to log-edit.
9079 2007-12-01  Martin Rudalics  <rudalics@gmx.at>
9081         * play/blackbox.el (bb-up, bb-down): Revert 2007-10-21 change and
9082         wrap next-/previous-line in with-no-warnings.
9084 2007-12-01  Glenn Morris  <rgm@gnu.org>
9086         * format-spec.el, hex-util.el, sha1.el: Move here from gnus/.
9088         * net/dig.el: Move here from gnus/.
9089         (dig-mode): Replace gnus-run-mode-hooks with equivalent expansion.
9091         * net/dns.el: Move here from gnus/.
9092         (top-level): Don't require mm-util, or cl when compiling.
9093         (dns-write-name, dns-read, dns-read-type, query-dns):
9094         Replace mm-with-unibyte-buffer with its expansion.
9095         (query-dns): Replace decf and ignore-errors with non-cl equivalents.
9097         * progmodes/gdb-ui.el (gud-remove, gud-break):
9098         * progmodes/gud.el (gdb-create-define-alist)
9099         (gdb-restore-windows, gdb-reset, global-hl-line-highlight)
9100         (hl-line-highlight, gdb-display-source-buffer)
9101         (gdb-display-buffer, c-langelem-sym, c-langelem-pos)
9102         (syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
9104 2007-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
9106         * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
9107         Move args on defun line.
9109         * textmodes/org.el (org-calendar-holiday):
9110         Use calendar-check-holidays instead of the obsolete
9111         check-calendar-holidays.
9112         (add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
9113         (bbdb-company, bbdb-current-record, bbdb-name)
9114         (bbdb-record-getprop, bbdb-record-name)
9115         (bibtex-beginning-of-entry, bibtex-generate-autokey)
9116         (bibtex-parse-entry, bibtex-url, cdlatex-tab)
9117         (dired-get-filename, gnus-article-show-summary, mh-display-msg)
9118         (mh-find-path, mh-get-header-field, mh-get-msg-num)
9119         (mh-header-display, mh-index-previous-folder)
9120         (mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
9121         (mh-show-buffer-message-number, mh-show-header-display)
9122         (mh-show-msg, mh-show-show, mh-visit-folder)
9123         (org-export-latex-cleaned-string, remember)
9124         (remember-buffer-desc, rmail-narrow-to-non-pruned-header)
9125         (rmail-what-message, elmo-folder-exists-p)
9126         (elmo-message-entity-field, elmo-message-field)
9127         (vm-beginning-of-message, vm-follow-summary-cursor)
9128         (vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
9129         (vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
9130         (vm-summarize, wl-folder-get-elmo-folder)
9131         (wl-summary-goto-folder-subr)
9132         (wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
9133         (wl-summary-line-subject, wl-summary-message-number)
9134         (wl-summary-redisplay): Declare as functions.
9136 2007-11-30  Martin Rudalics  <rudalics@gmx.at>
9138         * longlines.el (longlines-show-hard-newlines): Remove handling of
9139         buffer-undo-list and buffer-modified status.
9140         (longlines-show-region, longlines-unshow-hard-newlines):
9141         Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and
9142         inhibit-modification-hooks here to avoid that a buffer appears
9143         modified when toggling visibility of hard newlines.
9145 2007-11-30  Glenn Morris  <rgm@gnu.org>
9147         * nxml/rng-maint.el (rng-do-some-validation): Fix declaration.
9149         * progmodes/idlw-complete-structtag.el
9150         (idlwave-sintern-structtag):
9151         * progmodes/idlw-help.el (idlwave-sintern-sysvar)
9152         (idlwave-sintern-sysvartag):
9153         * progmodes/idlwave.el (idlwave-sintern-class-tag)
9154         (idlwave-sintern-sysvar, idlwave-sintern-sysvartag): Declare as
9155         functions.
9157 2007-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
9159         * textmodes/reftex-index.el (texmathp):
9160         * textmodes/reftex-auc.el (TeX-argument-insert)
9161         (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
9162         (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
9163         (LaTeX-label-list):
9164         * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
9165         (rng-clear-conditional-region, rng-do-some-validation): Declare as
9166         functions.
9167         (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
9169 2007-11-30  Glenn Morris  <rgm@gnu.org>
9171         * emacs-lisp/byte-run.el (declare-function): Add optional fourth
9172         argument and document it.
9174         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
9175         Third argument to declare-function must be a list to specify arglist.
9177         * emacs-lisp/check-declare.el (check-declare-scan): Doc fix.
9178         Handle declare-function third argument `t' and fourth argument.
9179         (check-declare-verify): Doc fix.  Handle `fileonly' case.
9180         Use progn rather than prog1.
9182         * desktop.el (uniquify-item-base):
9183         * term/mac-win.el (url-type): Declare as functions.
9185         * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones)
9186         (bbdb-address-city, bbdb-address-state, bbdb-address-zip)
9187         (bbdb-address-location, bbdb-record-addresses): Pass non-nil
9188         fourth arg to declare-function.
9190         * play/dunnet.el: Don't require cl when compiling.
9191         (byte-compile-warnings): Set via file local variables.
9192         (dun-parse): Let-bind `beg' and `line'.
9194 2007-11-29  Alexandre Julliard  <julliard@winehq.org>
9196         * vc-git.el (vc-git-dir-state): Fix the git command arguments.
9198 2007-11-29  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
9200         * calendar/time-date.el (encode-time-value): Doc fix.
9202 2007-11-29  Glenn Morris  <rgm@gnu.org>
9204         * calendar/time-date.el (with-decoded-time-value): Doc fix.
9206         * textmodes/css-mode.el (prog-mode): Remove.
9207         (css-mode): Derive from fundamental-mode rather than prog-mode.
9209         * emacs-lisp/byte-run.el (declare-function): Doc fix.
9211         * emacs-lisp/check-declare.el (check-declare-locate)
9212         (check-declare-verify): Handle `external' files.
9213         (check-declare-errmsg): New function.
9214         (check-declare-verify, check-declare-file, check-declare-directory):
9215         Use check-declare-errmsg to report the number of problems.
9217         * ffap.el (w3-view-this-url)
9218         * mail/mspools.el (vm-visit-folder)
9219         * net/browse-url.el (w3-fetch-other-window, w3-fetch)
9220         * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-phone-string)
9221         (bbdb-record-phones, bbdb-address-city, bbdb-address-state)
9222         (bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
9223         (bbdb-records)
9224         * net/eudc-export.el (bbdb-parse-phone-number, bbdb-string-trim)
9225         * net/imap.el (sasl-find-mechanism, sasl-mechanism-name)
9226         (sasl-make-client, sasl-next-step, sasl-step-data)
9227         (sasl-step-set-data)
9228         * net/newsticker.el (w3m-toggle-inline-image, htmlr-reset)
9229         (htmlr-step): Declare as functions.
9231         * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses):
9232         Use bbdb-address-zip rather than bbdb-address-zip-string.
9234 2007-11-28  Richard Stallman  <rms@gnu.org>
9236         * md4.el, net/hmac-def.el, net/hmac-md5.el, net/ntlm.el:
9237         Move here from gnus/.
9239 2007-11-28  Martin Rudalics  <rudalics@gmx.at>
9241         * newcomment.el (comment-region-internal): Fix newline insertion
9242         in `block' case.
9244 2007-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9246         * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
9248 2007-11-28  Glenn Morris  <rgm@gnu.org>
9250         * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
9251         delete .elc files.
9253         * nxml/char-name/unicode: Move to etc/nxml/.
9254         * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
9256         * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
9257         Declare as a function.
9259         * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
9260         * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
9261         * nxml/xsd-regexp.el (xsdre-gen-categories): Change mapcar -> mapc.
9263         * nxml/nxml-outln.el (nxml-token-start-tag-p)
9264         (nxml-token-end-tag-p): Move definitions before use.
9266         * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
9268         * nxml/nxml-uchnm.el (top-level)
9269         (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
9270         (nxml-enabled-unicode-blocks): Add custom group.
9272         * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
9273         Use string-to-number rather than string-to-int.
9275         * dired-x.el (dired-omit-old-add-entry): Declare as function.
9276         Move definition before use.
9277         (dired-old-find-buffer-nocreate): Declare as function.
9279         * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
9280         (check-declare-verify): Handle fset.
9282         * emulation/edt.el (edt-user-emulation-setup):
9283         Test edt-setup-user-bindings is bound before calling.
9285         * emulation/tpu-edt.el: Don't require cl when compiling.
9286         (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
9287         (tpu-edt-off): Use condition-case rather than ignore-errors.
9288         Use with-no-warnings.
9290         * eshell/esh-util.el (top-level): Use require rather than load for
9291         ange-ftp.
9293         * mail/supercite.el (sc-version): Redefine as an alias for
9294         emacs-version.
9295         (sc-help-address): Remove.
9296         (sc-version): Use emacs-version rather than sc-version.
9297         (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
9299         * net/socks.el (socks-original-open-network-stream): Declare as
9300         function.  Move definition before use.
9302 2007-11-28  Jay Belanger  <jay.p.belanger@gmail.com>
9304         * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
9305         (math-make-frac): Declare as functions.
9307 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9309         * progmodes/cperl-mode.el (compilation-error-regexp-alist):
9310         Pacify byte compiler.
9311         (cperl-mode): Use with-no-warnings for setting vc-header-alist.
9313         * progmodes/idlwave.el (idlwave-shell-get-path-info)
9314         (idlwave-shell-temp-file, idlwave-shell-is-running)
9315         (widget-value, comint-dynamic-complete-filename, Info-goto-node):
9316         * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
9317         (idlwave-all-method-classes, idlwave-all-method-keyword-classes)
9318         (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
9319         (idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
9320         (idlwave-completing-read, idlwave-current-routine)
9321         (idlwave-downcase-safe, idlwave-entry-find-keyword)
9322         (idlwave-expand-keyword, idlwave-find-class-definition)
9323         (idlwave-find-inherited-class, idlwave-find-struct-tag)
9324         (idlwave-get-buffer-visiting, idlwave-in-quote)
9325         (idlwave-make-full-name, idlwave-members-only)
9326         (idlwave-popup-select, idlwave-routine-source-file)
9327         (idlwave-routines, idlwave-sintern-class)
9328         (idlwave-sintern-keyword, idlwave-sintern-method)
9329         (idlwave-sintern-routine-or-method)
9330         (idlwave-substitute-link-target, idlwave-sys-dir)
9331         (idlwave-this-word, idlwave-what-module-find-class)
9332         (idlwave-where):
9333         * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
9334         * mail/uce.el (rmail-msg-is-pruned)
9335         (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
9336         (rmail-toggle-header):
9337         * mail/sendmail.el (dired-view-file, dired-get-filename):
9338         * mail/rmailkwd.el (rmail-maybe-set-message-counters)
9339         (rmail-display-labels, rmail-msgbeg)
9340         (rmail-set-message-deleted-p, rmail-message-labels-p)
9341         (rmail-show-message, mail-comma-list-regexp)
9342         (mail-parse-comma-list):
9343         * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
9344         (rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
9345         (rfc822-addresses, mail-abbrev-make-syntax-table)
9346         (mail-sendmail-delimit-header, mail-header-end):
9347         * mail/hashcash.el (message-narrow-to-headers-or-head)
9348         (message-fetch-field, message-goto-eoh)
9349         (message-narrow-to-headers):
9350         * vc.el (view-mode-exit): Declare as functions.
9352         * mail/vms-pmail.el:
9353         * vmsproc.el:
9354         * vms-patch.el: Don't byte compile these files, they don't work.
9356 2007-11-27  Glenn Morris  <rgm@gnu.org>
9358         * calc/calc-ext.el (math-read-big-rec):
9359         * calc/calc-nlfit.el (math-map-binop):
9360         * calc/calc.el (math-normalize-nonstandard): Fix declarations.
9362         * eshell/eshell.el (eshell-report-bug): Add version number of
9363         obsolescence.
9365         * emulation/viper.el, emulation/viper-util.el,
9366         emulation/viper-macs.el, emulation/viper-keym.el,
9367         emulation/viper-ex.el, emulation/viper-cmd.el:
9368         Load viper-*.el files silently.
9370         * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
9371         ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
9372         Load ediff-*.el files silently.
9374         * ediff.el: Load dired silently.  Don't load info, pcl-cvs when
9375         compiling.
9376         (Info-goto-node): Declare as a function.
9378         * ediff-init.el: Don't load ange-ftp when compiling.
9379         * ediff-util.el: Don't load reporter when compiling.
9381         * ediff-wind.el (ediff-display-pixel-width)
9382         (ediff-display-pixel-height):
9383         * generic-x.el (ini-generic-mode):
9384         * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
9385         (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
9386         (ps-mule-initialize, ps-mule-begin-job):
9387         * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
9388         (mark-calendar-days-named):
9389         * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
9390         (add-to-diary-list, diary-name-pattern)
9391         (mark-calendar-days-named):
9392         * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
9393         (mark-calendar-days-named):
9394         * calendar/cal-x.el (make-fancy-diary-buffer):
9395         * calendar/holidays.el (calendar-absolute-from-julian):
9396         * calendar/todo-mode.el (calendar-current-date):
9397         * calendar/cal-menu.el (calendar-increment-month)
9398         (calendar-month-name, extract-calendar-year)
9399         (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
9400         (calendar-current-date, calendar-cursor-holidays)
9401         (calendar-date-string, insert-diary-entry, calendar-set-mark)
9402         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
9403         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
9404         (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
9405         (cal-tex-cursor-filofax-week, cal-tex-cursor-month)
9406         (cal-tex-cursor-month-landscape, cal-tex-cursor-year)
9407         (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
9408         (calendar-day-of-year-string, calendar-iso-date-string)
9409         (calendar-julian-date-string, calendar-astro-date-string)
9410         (calendar-absolute-from-gregorian, calendar-hebrew-date-string)
9411         (calendar-persian-date-string, calendar-bahai-date-string)
9412         (calendar-islamic-date-string, calendar-chinese-date-string)
9413         (calendar-coptic-date-string, calendar-ethiopic-date-string)
9414         (calendar-french-date-string, calendar-mayan-date-string)
9415         (calendar-print-chinese-date, calendar-goto-date):
9416         Declare as functions.
9418         * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
9419         (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
9421         * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
9422         aliases for report-emacs-bug.
9423         (gnus-summary-select-article, gnus-configure-windows): Declare as
9424         functions.
9426         * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
9427         compiler.
9429         * pgg.el (pgg-clear-string): Declare as a function.
9430         (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
9431         (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
9433         * emacs-lisp/check-declare.el (check-declare-locate):
9434         Handle compressed files.
9435         (check-declare-verify): Handle define-generic-mode,
9436         define-global(ized)-minor-mode, define-obsolete-function-alias.
9438 2007-11-27  Jay Belanger  <jay.p.belanger@gmail.com>
9440         * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
9441         algebraic modes.
9443         * calc/calc-aent.el (calc-refresh-evaltos, calc-execute-kbd-macro)
9444         (math-is-true, calc-explain-why, calc-alg-edit)
9445         (math-composite-inequalities, math-flatten-lands)
9446         (math-multi-subst, calcFunc-vmatches, math-simplify)
9447         (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
9448         (math-read-string, math-read-brackets, math-read-angle-brackets):
9449         Declare as functions.
9451         * calc/calcalg3.el (calc-fit-s-shaped-logistic-curve)
9452         (calc-fit-bell-shaped-logistic-curve)
9453         (calc-fit-hubbert-linear-curve, calc-graph-add-curve)
9454         (calc-graph-lookup, calc-graph-set-styles, math-min-list)
9455         (math-max-list): Declare as functions.
9456         (math-map-binop): New function.
9457         (calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
9459         * calc/calc.el (calc-set-language, calc-edit-finish)
9460         (calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
9461         (calc-do-keypad, calcFunc-unixtime, math-parse-date)
9462         (math-lessp, calc-embedded-finish-command)
9463         (calc-embedded-select-buffer, calc-embedded-mode-line-change)
9464         (calc-push-list-in-macro, calc-replace-selections)
9465         (calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
9466         (calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
9467         (calc-embedded-stack-change, calc-refresh-evaltos)
9468         (calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
9469         (calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
9470         (calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
9471         (calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
9472         (math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
9473         (math-dimension-error, calc-incomplete-error, math-float-fancy)
9474         (math-neg-fancy, math-zerop, calc-add-fractions)
9475         (math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
9476         (calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
9477         (math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
9478         (calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
9479         (math-compose-expr, math-comp-width, math-composition-to-string)
9480         (math-stack-value-offset-fancy, math-format-flat-expr-fancy)
9481         (math-adjust-fraction, math-format-binary, math-format-radix)
9482         (math-group-float, math-mod, math-format-number-fancy)
9483         (math-format-bignum-fancy, math-read-number-fancy)
9484         (calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
9485         (calc-do-embedded-activate, math-do-defmath)
9486         (calc-load-everything): Declare as functions.
9488         * calc/calc-ext.el (math-clip, math-round, math-simplify)
9489         (math-simplify-extended, math-simplify-units, calc-set-language)
9490         (calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
9491         (calc-embedded-var-change, math-mul-float, math-arctan-raw)
9492         (math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
9493         (math-normalize-hms, math-normalize-mod, math-make-sdev)
9494         (math-make-intv, math-normalize-logical-op, math-possible-signs)
9495         (math-infinite-dir, math-calcFunc-to-var)
9496         (calc-embedded-evaluate-expr, math-known-nonzerop)
9497         (math-read-expr-level, math-read-big-rec, math-read-big-balance)
9498         (math-format-date, math-vector-is-string, math-vector-to-string)
9499         (math-format-radix-float, math-compose-expr, math-abs)
9500         (math-format-bignum-binary, math-format-bignum-octal)
9501         (math-format-bignum-hex, math-format-bignum-radix)
9502         (math-compute-max-digits): Declare as functions.
9503         (math-provably-realp): Fix typo.
9505         * calc/calc-forms.el (calendar-current-time-zone)
9506         (calendar-absolute-from-gregorian, dst-in-effect): Declare as
9507         functions.
9509         * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
9511         * calc/calc-lang.el (math-read-factor, math-read-expr-level):
9512         Declare as functions.
9514         * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)
9515         (math-posp, math-compare, math-bignum, math-compare-bignum):
9516         Declare as functions.
9518         * calc/calc-misc.el (calc-do-keypad, calc-inv-hyp-prefix-help)
9519         (calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
9520         (calc-explain-why, calc-clear-command-flag)
9521         (calc-roll-down-with-selections, calc-roll-up-with-selections)
9522         (calc-last-args, calc-is-inverse, calc-do-prefix-help)
9523         (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
9524         (math-trunc-special, math-trunc-fancy, math-floor-special)
9525         (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
9526         (math-known-matrixp, math-mod-fancy, math-pow-of-zero)
9527         (math-pow-zero, math-pow-fancy): Declare as functions.
9529         * calc/calc-mode.el (calc-embedded-save-original-modes):
9530         Declare as a function.
9532         * calc/calc-nlfit.el (calc-get-fit-variables, math-map-binop):
9533         Declare as functions.
9534         (math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
9535         (math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
9536         Replace `mapcar*' by `math-map-binop'.
9537         (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
9539         * calc/calc-prog.el (edmacro-format-keys, edmacro-parse-keys)
9540         (math-read-expr-level): Declare as functions.
9542         * calc/calc-vec.el (math-read-expr-level): Declare as a function.
9544 2007-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9546         * emacs-lisp/lisp.el (end-of-defun): Restructure so that
9547         end-of-defun-function is called consistently, even for negative
9548         arguments.
9549         (end-of-defun-function): Default to forward-sexp.
9551 2007-11-26  Juanma Barranquero  <lekktu@gmail.com>
9553         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
9555 2007-11-26  Glenn Morris  <rgm@gnu.org>
9557         * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
9558         than :suffix.
9560         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
9562 2007-11-26  Simon Josefsson  <simon@josefsson.org>
9564         * net/imap.el: Move from ../gnus.
9566 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9568         * doc-view.el (doc-view-mode-p): New function.
9570 2007-11-25  Dan Nicolaescu  <dann@ics.uci.edu>
9572         * mail/mspools.el (rmail-get-new-mail):
9573         * mail/reporter.el (mail-position-on-field, mail-text):
9574         * mail/rmail.el (mail-position-on-field, mail-text-start)
9575         (rmail-update-summary):
9576         * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
9577         * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
9578         * mail/rmailout.el (rmail-update-summary):
9579         * mail/rmailsort.el (rmail-update-summary):
9580         * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
9581         (dired-view-file):
9582         * mail/uce.el (mail-strip-quoted-names):
9583         * mail/undigest.el (rmail-update-summary):
9584         * mail/unrmail.el (mail-strip-quoted-names):
9585         * ediff.el (diff-latest-backup-file): Declare as functions.
9587         * obsolete/mlsupport.el (ml-previous-page): Fix typo.
9588         (kill-to-end-of-line):
9589         * obsolete/rnews.el (news-set-minor-modes):
9590         Remove non working functions.
9592 2007-11-25  Glenn Morris  <rgm@gnu.org>
9594         * eshell/esh-maint.el (top-level): Use require with NOERROR for
9595         pcomplete.  Don't mess with load-path.
9597         * eshell/eshell.el (eshell-report-bug-address): Remove.
9598         (eshell-report-bug): Redefine as an alias for report-emacs-bug.
9600 2007-11-24  Glenn Morris  <rgm@gnu.org>
9602         * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
9603         (appt-disp-window): Don't require electric.
9604         Simplify minibuffer-avoidance code.
9605         (appt-select-lowest-window): Avoid minibuffer.
9607         * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
9608         (esh-mode): Require it.
9609         (esh-util): Use require rather than featurep and load.
9610         (eshell): No need to test if eshell-mode is bound; remove obsolete
9611         reference to eshell-auto.
9612         (eshell-command, eshell-command-result): Don't require esh-mode
9613         now that the file does.
9614         (top-level): Move provide statement to the end of the file.
9615         Re-order and update commentary.
9617 2007-11-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
9619         * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
9620         (vc-annotate-toggle-annotation-visibility): New command.
9621         (vc-annotate-mode-map): Bind "V" to it.
9622         (vc-annotate-mode-menu): Add entry for it.
9623         (vc-annotate-get-time-set-line-props): New func.
9624         (vc-annotate-display-autoscale)
9625         (vc-annotate-display-difference): Use it.
9627         * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
9628         Also, match one space at end of annotation text, after last paren.
9630 2007-11-24  Michael Albinus  <michael.albinus@gmx.de>
9632         * ido.el (ido-file-name-all-completions-1): Check for fboundp of
9633         `tramp-completion-mode-p' as it is in Tramp 2.1.  Let-bind
9634         `tramp-completion-mode'.
9636 2007-11-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
9638         * vc-git.el (vc-git-show-log-entry): New func.
9640         * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
9641         (vc-git-state): Use vc-git--call.
9642         (vc-git-registered, vc-git-working-revision)
9643         (vc-git-previous-revision, vc-git-next-revision)
9644         (vc-git--run-command-string, vc-git-symbolic-commit):
9645         Use vc-git--out-ok.
9647 2007-11-24  Glenn Morris  <rgm@gnu.org>
9649         * emacs-lisp/byte-run.el (declare-function): Doc fix.
9651 2007-11-24  Kenichi Handa  <handa@m17n.org>
9653         * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
9655 2007-11-23  David Kastrup  <dak@gnu.org>
9657         * server.el (server-process-filter): Use `command-line-args-left'.
9659 2007-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9661         * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
9663 2007-11-23  Dan Nicolaescu  <dann@ics.uci.edu>
9665         * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
9666         buffer if the parent buffer is in vc-dired-mode.
9668 2007-11-23  Mark A. Hershberger  <mah@everybody.org>
9670         * nxml: Initial merge of nxml.  Kept nxml/char-name subdir for now.
9672 2007-11-23  Juri Linkov  <juri@jurta.org>
9674         * dired.el (dired-read-dir-and-switches): For C-x d, set the
9675         value for M-n to the visited file name of the current buffer.
9676         Use minibuffer-with-setup-hook to set minibuffer-default to
9677         buffer-file-name inside read-file-name.
9679         * man.el (Man-getpage-in-background): Don't disregard user option
9680         `Man-width' on non-window systems.  Remove test for `window-system'
9681         around setting envvar "COLUMNS" depending on the value of `Man-width'.
9683         * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
9684         "emacs-grep".  Set envvar "GREP_OPTIONS" to "--color=auto" instead
9685         of "--color=always".
9687 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9689         * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
9690         beginning-of-defun-function.
9692 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9694         * mail/hashcash.el: Move from ../gnus.  Add hashcash payments to email.
9696 2007-11-22  Glenn Morris  <rgm@gnu.org>
9698         * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
9700         * emacs-lisp/check-declare.el (check-declare-locate): New function.
9701         (check-declare-scan): Use check-declare-locate.
9702         (check-declare-verify): No longer adjust fnfile, now
9703         check-declare-locate does it.
9705         * emacs-lisp/byte-run.el (declare-function): Doc fix.
9707 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9709         * subr.el (posn-col-row): Make the `default-value' use explicit.
9711         * window.el (balance-windows): Remove unused var `counter'.
9712         (bw-balance-sub): Remove unused var `lastchild'.
9713         (split-window-vertically): Remove unused var `switch'.
9714         (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
9716         * emacs-lisp/bytecomp.el
9717         (byte-compile-file-form-custom-declare-variable): Simplify.
9719 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9721         * cus-edit.el (custom-mode): Define with `define-derived-mode'.
9722         Set `show-trailing-whitespace' to nil.
9724         * dired.el (make-symbolic-link):
9725         * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
9726         (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
9727         * dired-x.el (make-symbolic-link):
9728         * frame.el (x-initialize-window-system):
9729         * menu-bar.el (x-menu-bar-open):
9730         * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
9731         (x-store-cut-buffer-internal):
9732         * wdired.el (make-symbolic-link):
9733         * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
9734         (x-send-client-message):
9735         * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
9737 2007-11-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9739         * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
9741 2007-11-22  Glenn Morris  <rgm@gnu.org>
9743         * dos-fns.el (int86):
9744         * term/mac-win.el (mac-font-panel-mode): Fix declarations.
9746         * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
9748         * calendar/holidays.el (holiday-list): Add autoload cookie.
9750         * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
9751         files relative to src/ directory.
9752         (check-declare-verify): Handle .c files.  Warn if could not find
9753         an arglist to check.
9755         * emacs-lisp/byte-run.el (declare-function): Doc fix.
9757 2007-11-22  Dan Nicolaescu  <dann@ics.uci.edu>
9759         * replace.el (occur-mode-map): Add a major mode menu with entries
9760         for all occur operations.
9762         * international/titdic-cnv.el (dos-8+3-filename):
9763         * obsolete/fast-lock.el (msdos-long-file-names):
9764         * frame.el (msdos-mouse-p):
9765         * files.el (msdos-long-file-names, w32-long-file-name):
9766         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
9767         (mac-resume-apple-event, mac-font-panel-mode)
9768         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
9769         (mac-clear-font-name-table):
9770         * term/pc-win.el (msdos-remember-default-colors)
9771         (w16-set-clipboard-data, w16-get-clipboard-data):
9772         * term/w32-win.el (w32-send-sys-command, w32-select-font)
9773         (set-message-beep):
9774         * net/browse-url.el (w32-shell-execute):
9775         * w32-fns.el (set-message-beep, w32-get-clipboard-data)
9776         (w32-get-locale-info, w32-get-valid-locale-ids)
9777         (w32-set-clipboard-data):
9778         * dos-fns.el (int86, msdos-long-file-names):
9779         * dos-w32.el (default-printer-name): Declare as functions.
9781 2007-11-21  Jason Rumney  <jasonr@gnu.org>
9783         * emacs-lisp/byte-run.el (declare-function): Return nil.
9785 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9787         * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
9789 2007-11-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9791         * ps-print.el (ps-lpr-switches): Docstring fix.
9792         (ps-string-list): New fun.
9793         (ps-do-despool): Code fix.
9795 2007-11-21  Juanma Barranquero  <lekktu@gmail.com>
9797         * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
9799 2007-11-21  Glenn Morris  <rgm@gnu.org>
9801         * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
9802         for now.  Handle define-minor-mode, and defalias (with no argument
9803         checking).
9805 2007-11-21  Dan Nicolaescu  <dann@ics.uci.edu>
9807         * frame.el (msdos-mouse-p):
9808         * files.el (msdos-long-file-names, w32-long-file-name):
9809         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
9810         (mac-resume-apple-event, mac-font-panel-mode)
9811         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
9812         (mac-clear-font-name-table):
9813         * term/pc-win.el (msdos-remember-default-colors)
9814         (w16-set-clipboard-data, w16-get-clipboard-data):
9815         * term/w32-win.el (w32-send-sys-command, w32-select-font)
9816         (set-message-beep):
9817         * net/browse-url.el (w32-shell-execute):
9818         * dos-fns.el (int86, msdos-long-file-names):
9819         * dos-w32.el (default-printer-name): Undo previous change.
9821 2007-11-21  Eli Zaretskii  <eliz@gnu.org>
9823         * international/mule-cmds.el (set-locale-environment):
9824         Set default-file-name-coding-system _after_ keyboard and terminal
9825         coding systems.  This fixes last change.
9827         * mail/rmail.el (rmail-current-subject-regexp): Allow more than
9828         one space after "Subject:".
9830 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9832         * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
9833         in order to determine if there's a conflict.
9835 2007-11-21  Richard Stallman  <rms@gnu.org>
9837         * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
9839         * reposition.el (reposition-window):
9840         Binding C-M-l moved to bindings.el.
9842         * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
9844         * add-log.el (add-change-log-entry-other-window):
9845         Key binding C-x 4 a moved to bindings.el.
9847         * bindings.el (minibuffer-local-map): Bind C-tab here; moved
9848         from filecache.el.
9850         * filecache.el: Minibuffer map bindings moved to bindings.el.
9852 2007-11-21  Jason Rumney  <jasonr@gnu.org>
9854         * international/mule-cmds.el (set-locale-environment):
9855         Set default-file-name-coding-system from system defaults on Windows.
9857 2007-11-21  Jason Rumney  <jasonr@gnu.org>
9859         * term/w32console.el: New term init file for w32 console.
9861         * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
9862         (x-setup-function-keys): Likewise, replacing top-level key definitions.
9863         (w32-tty-standard-colors): Move to term/w32console.el.
9865         * term/w32-win.el (x-setup-function-keys): Remove.
9867         * term/tty-colors.el (tty-register-default-colors): Remove special
9868         case for w32.
9870 2007-11-21  Dan Nicolaescu  <dann@ics.uci.edu>
9872         * frame.el (msdos-mouse-p):
9873         * generic-x.el (w32-shell-name):
9874         * files.el (msdos-long-file-names, w32-long-file-name)
9875         (dired-get-filename, dired-unmark, dired-do-flagged-delete)
9876         (dos-8+3-filename, vms-read-directory, view-mode-disable):
9877         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
9878         (mac-resume-apple-event, mac-font-panel-mode)
9879         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
9880         (mac-clear-font-name-table):
9881         * term/pc-win.el (msdos-remember-default-colors)
9882         (w16-set-clipboard-data, w16-get-clipboard-data):
9883         * term/w32-win.el (w32-send-sys-command, w32-select-font)
9884         (set-message-beep):
9885         * w32-fns.el (set-message-beep, w32-get-clipboard-data)
9886         (w32-get-locale-info, w32-get-valid-locale-ids)
9887         (w32-set-clipboard-data):
9888         * help-fns.el (ad-get-advice-info):
9889         * font-lock.el (fast-lock-after-fontify-buffer)
9890         (fast-lock-after-unfontify-buffer, fast-lock-mode)
9891         (lazy-lock-after-fontify-buffer)
9892         (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
9893         * net/browse-url.el (w32-shell-execute):
9894         * dos-fns.el (int86, msdos-long-file-names):
9895         * dos-w32.el (default-printer-name): Declare as functions.
9897 2007-11-21  Juanma Barranquero  <lekktu@gmail.com>
9899         * textmodes/paragraphs.el (forward-sentence): Doc fix.
9900         Reported by Drew Adams <drew.adams@oracle.com>.
9902 2007-11-20  Jason Rumney  <jasonr@gnu.org>
9904         * term/w32-win.el (x-setup-function-keys): Protect against
9905         multiple calls on the same terminal.
9907 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
9909         * term/mac-win.el (x-setup-function-keys): Only setup
9910         local-function-key-map if it has not been setup already for the
9911         current frame.  Move the suspend-emacs processing here.
9913 2007-11-20  Juanma Barranquero  <lekktu@gmail.com>
9915         * progmodes/grep.el (xargs-program): New variable.
9916         (grep-compute-defaults): Use it.
9917         (grep-default-command): Doc fix.
9918         (grep, lgrep, rgrep): Reflow docstrings.
9920 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
9922         * vc.el (vc-find-revision): Set the parent buffer.
9923         Use when instead of if.
9925         * progmodes/python.el (info-lookup-maybe-add-help):
9926         * progmodes/ps-mode.el (doc-view-minor-mode):
9927         * mail/emacsbug.el (Info-menu, Info-goto-node):
9928         * emulation/viper-keym.el (viper-ex)
9929         (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
9930         * emulation/viper-cmd.el (widget-type, widget-button-press)
9931         (viper-set-hooks):
9932         * emacs-lisp/tcover-unsafep.el (unsafep-function):
9933         * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
9934         (ses-load, ses-vector-delete, ses-create-header-string)
9935         (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
9936         * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
9938 2007-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9940         * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
9942 2007-11-20  Glenn Morris  <rgm@gnu.org>
9944         * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
9945         for end of function-name.  Handle define-derived-mode.
9947 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
9949         * progmodes/idlw-help.el: Require browse-url unconditionally, it
9950         is available by default.
9951         (idlwave-help-browse-url-available): Change default to t.
9953         * emulation/edt.el (defgroup, defcustom): Remove definition.
9954         (eval-when-compile): Remove.
9955         (c-mark-function):
9956         * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
9957         * textmodes/fill.el (comment-search-forward)
9958         (comment-string-strip):
9959         * progmodes/prolog.el (comint-mode, comint-send-string)
9960         (comint-send-region, comint-send-eof):
9961         * progmodes/dcl-mode.el (imenu-default-create-index-function):
9962         * emulation/viper-util.el (viper-forward-Word):
9963         * emulation/vi.el (c-mark-function):
9964         * emulation/edt-vt100.el (vt100-wide-mode):
9965         * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
9967 2007-11-19  Michael Albinus  <michael.albinus@gmx.de>
9969         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
9970         Still some tuning in case of an echoing shell.
9971         (tramp-send-command): Connection property "remote-echo" is not
9972         persistent; cache key is the process therefore.
9974 2007-11-19  Juanma Barranquero  <lekktu@gmail.com>
9976         * replace.el (map-query-replace-regexp): Doc fix (revert part of
9977         2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
9979 2007-11-19  Dan Nicolaescu  <dann@ics.uci.edu>
9981         * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
9982         * play/yow.el (doctor-ret-or-read):
9983         * vc-hooks.el (vc-dired-resynch-file):
9984         * vc-hg.el (log-view-get-marked):
9985         * smerge-mode.el (ediff-cleanup-mess):
9986         * pcvs.el (vc-editable-p, vc-checkout):
9987         * pcomplete.el (comint-bol):
9988         * informat.el (texinfo-format-refill):
9989         * ido.el (tramp-tramp-file-p):
9990         * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
9991         (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
9992         * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
9993         functions.
9995         * textmodes/ispell.el (ispell-int-char): Make it a defalias
9996         instead of fset.
9997         (ispell-message): Use with-no-warnings for sc-cite-regexp call.
9999         * ido.el (ido-file-internal): Move with-no-warnings to include the
10000         ffap-string-at-point call.
10002         * pcomplete.el (pcomplete-executables): Move defsubst before first use.
10004         * vc-hg.el (vc-hg-revision-table): Fix last change.
10006 2007-11-19  Martin Rudalics  <rudalics@gmx.at>
10008         * menu-bar.el (top-level): Deactivate clipboard-kill-region and
10009         clipboard-yank when the buffer is read-only.
10011         * cus-edit.el (custom-field-keymap): Move to other Custom mode
10012         keymaps such that it's before the definition of Custom-mode-menu.
10013         (Custom-mode-menu): Show it for custom-field-keymap too.
10015 2007-11-19  Nick Roberts  <nickrob@snap.net.nz>
10017         * progmodes/gdb-ui.el: Update commentary.
10019 2007-11-18  Dan Nicolaescu  <dann@ics.uci.edu>
10021         * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
10023 2007-11-19  Glenn Morris  <rgm@gnu.org>
10025         * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
10026         does not exist, try adding `.el' extension.  Also search for defsubsts.
10028         * cus-edit.el (recentf-expand-file-name):
10029         * dired.el (dired-relist-entry):
10030         * subr.el (w32-shell-dos-semantics):
10031         * emacs-lisp/bytecomp.el (compilation-forget-errors):
10032         Declare as functions.
10034 2007-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10036         * abbrev.el (kill-all-abbrevs, insert-abbrevs)
10037         (prepare-abbrev-list-buffer): Use dolist.
10038         (clear-abbrev-table): Preserve properties.
10040 2007-11-18  Shigeru Fukaya  <shigeru.fukaya@gmail.com>  (tiny change)
10042         * textmodes/texinfmt.el (texinfo-format-printindex):
10043         Collect combined indexes using texinfo-short-index-format-cmds-alist.
10044         Reported on <bug-texinfo@gnu.org>.
10046 2007-11-18  Michael Albinus  <michael.albinus@gmx.de>
10048         * net/tramp.el (tramp-completion-reread-directory-timeout):
10049         New defcustom.
10050         (tramp-handle-file-name-all-completions): Flush directory contents
10051         from cache regularly.
10052         (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
10053         (tramp-open-connection-setup-interactive-shell):
10054         Call `tramp-cleanup-connection' via funcall.
10056         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
10057         created when copying.
10059 2007-11-17  Dan Nicolaescu  <dann@ics.uci.edu>
10061         * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
10062         * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
10063         * eshell/esh-ext.el (eshell-external-command):
10064         * eshell/esh-cmd.el (require):
10065         * eshell/em-unix.el (eshell-plain-locate-behavior):
10066         * eshell/em-cmpl.el (eshell-cmpl-initialize):
10067         Replace eshell-under-xemacs-p with (featurep 'xemacs).
10068         * eshell/esh-mode.el (characterp, char-int): Remove unused
10069         conditional defaliases.
10071         * pcomplete.el (pcomplete-event-matches-key-specifier-p):
10072         Rename from event-matches-key-specifier-p, define unconditionally.
10073         (event-basic-type): Remove unused defalias.
10074         (pcomplete-show-completions):
10075         Use pcomplete-event-matches-key-specifier-p.
10077 2007-11-17  Eli Zaretskii  <eliz@gnu.org>
10079         * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
10080         when saving esh-groups.el.
10082 2007-11-17  Martin Rudalics  <rudalics@gmx.at>
10084         * wid-edit.el (widget-default-complete):
10085         * progmodes/flymake.el (flymake-goto-file-and-line):
10086         Fix typo in (doc-)string.
10088 2007-11-17  Glenn Morris  <rgm@gnu.org>
10090         * emacs-lisp/byte-run.el (declare-function): New macro.
10091         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
10092         New function, byte-hunk-handler for declare-function.
10093         (byte-compile-callargs-warn): Handle declared functions.
10095         * emacs-lisp/check-declare.el: New file.
10096         * Makefile.in (check-declare): New target.
10098         * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
10100         * subr.el (process-lines): Move here from ../admin/admin.el.
10101         * emacs-lisp/authors.el (authors-process-lines): Remove.
10102         (authors): Use process-lines rather than authors-process-lines.
10104         * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
10105         Remove these files.
10107 2007-11-17  Juanma Barranquero  <lekktu@gmail.com>
10109         * emacs-lisp/backquote.el (backquote):
10110         Improve argument/docstring consistency.
10112         * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
10113         (ring-length, ring-empty-p): Use c[ad]dr.
10114         (ring-plus1): Use `1+'.
10115         (ring-minus1): Use `zerop'.
10116         (ring-remove): Use c[ad]dr.  Use `when'.
10117         (ring-copy): Use c[ad]dr.  Use `let', not `let*'.
10118         (ring-ref): Use `let', not `let*'.
10119         (ring-insert-at-beginning): Use c[ad]dr.  Doc fix.
10120         (ring-insert+extend): Use c[ad]dr.  Fix typo in docstring.
10121         (ring-member): Simplify.  Doc fix.
10122         (ring-convert-sequence-to-ring): Simplify.
10124 2007-11-17  Juri Linkov  <juri@jurta.org>
10126         * dired-aux.el (dired-create-directory): Allow creating
10127         a directory of an arbitrary depth.  Add a loop to find the topmost
10128         nonexistent parent dir `new', and call `dired-add-file' on it.
10129         Set the `PARENTS' arg of `make-directory' to t.
10131 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
10133         * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
10134         (math-build-parse-table): Get parse information from math-parse-table.
10136 2007-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10138         * window.el (recenter-last-op): New var.
10139         (recenter-top-bottom): New command.
10140         (global-map): Bind it to C-l.
10142         * abbrev.el (abbrev--write): Fix error in transcription from C.
10144         * emulation/pc-select.el (pc-select-shifted-mark): Remove.
10145         (pc-select-ensure-mark): Set mark-active to a special value instead.
10146         Rename from ensure-mark.  Update call callers.
10147         (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
10148         Rewrite.  Update all callers.
10149         (pc-selection-mode): Remove redundant var declaration.
10151 2007-11-16  Tassilo Horn  <tassilo@member.fsf.org>
10153         * doc-view.el (doc-view-search-backward, doc-view-search):
10154         Fix assignment to free variable bug.
10156 2007-11-16  Martin Pohlack  <mp26@os.inf.tu-dresden.de>  (tiny change)
10158         * emulation/pc-select.el (pc-select-shifted-mark): New var.
10159         (ensure-mark): Set it.
10160         (maybe-deactivate-mark): New fun.
10161         Use it everywhere instead of (setq mark-active nil).
10163 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
10165         * textmodes/reftex-dcr.el (reftex-start-itimer-once):
10166         Add check for XEmacs.
10168         * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
10170         * doc-view.el (doc-view-resolution): Add missing :group.
10172 2007-11-16  Juanma Barranquero  <lekktu@gmail.com>
10174         * subr.el (make-variable-frame-local):
10175         Fix typo in obsolescence declaration.
10177 2007-11-16  Werner Lemberg  <wl@gnu.org>
10179         * files.el (set-auto-mode-1): Check second line for -*- if file
10180         starts with '\" (which is used by man pages to identify needed
10181         troff preprocessors).
10183 2007-11-16  Glenn Morris  <rgm@gnu.org>
10185         * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
10187 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
10189         * calc/calc-lang.el (math-oper-table): Fix typo.
10190         Reduce precedence of "/" for TeX.
10192         * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
10194 2007-11-16  Juri Linkov  <juri@jurta.org>
10196         * dired-aux.el (dired-read-shell-command-default): New function.
10197         (dired-read-shell-command): Use its return value for DEFAULT arg.
10199         * replace.el (keep-lines-read-args, occur-read-primary-args):
10200         Use a list of default values for DEFAULT arg of read-from-minibuffer.
10202         * man.el (Man-heading-regexp): Add 0-9.
10203         (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
10205 2007-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10207         * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
10208         (doc-view-resolution): New custom var.
10209         (doc-view-pdf/ps->png): Use it.
10210         (doc-view-shrink-factor): New var.
10211         (doc-view-enlarge, doc-view-shrink): New commands.
10212         (doc-view-mode-map): Use them.
10214 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
10216         * ediff-wind.el (ediff-window-setup-function):
10217         * simple.el (normal-erase-is-backspace):
10218         * eshell/em-unix.el (eshell/info):
10219         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
10220         Fix typos in docstrings.
10222         * emulation/cua-base.el (cua--keymaps-initialized):
10223         Rename from `cua--keymaps-initalized'.  Callers changed.
10224         (cua-highlight-region-shift-only): Doc fix.
10225         (cua-paste-pop): Fix typo in docstring.
10227 2007-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10229         * emulation/cua-base.el (cua--pre-command-handler-1):
10230         Use input-decode-map instead of function-key-map.
10231         Use event-modifiers now that it works reliably.
10233         * vc.el (vc-diff-internal): Pop-to-buffer later.
10235         * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
10237         * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
10238         did not touch them.
10240 2007-11-15  Jay Belanger  <jay.p.belanger@gmail.com>
10242         * calc/calc-menu.el: New file.
10243         * calc/calc.el (calc-mode): Require calc-menu.
10245 2007-11-14  Juanma Barranquero  <lekktu@gmail.com>
10247         * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
10249 2007-11-14  Nick Roberts  <nickrob@snap.net.nz>
10251         * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
10252         (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
10253         (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
10254         (gdb-goto-breakpoint): Generalise for breakpoints with multiple
10255         locations.
10256         (gdb-info-breakpoints-custom, gdb-assembler-custom)
10257         (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
10258         (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
10260 2007-11-13  Noah Friedman  <friedman@splode.com>
10262         * calc/calc.el: Add `backward-delete-char-untabify' to the list of
10263         bindings to remap when `calc-scan-for-dels' is non-nil.
10265 2007-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10267         * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
10268         constant forms.
10269         (byte-compile-nilconstp): New function.
10270         (byte-optimize-cond): Kill subsequent branches when a branch is
10271         know to be taken or not taken.
10272         (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
10274 2007-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
10276         * vc.el (vc-register): Allow registering a file passed as a
10277         parameter instead of just the current buffer.
10279 2007-11-12  Michael Albinus  <michael.albinus@gmx.de>
10281         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
10282         Check whether the output of "uname -sr" has been changed.
10284 2007-11-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10286         * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
10287         patterns from compilation-perl.el and compilation-weblint.el files.
10289 2007-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
10291         * progmodes/compilation-perl.el:
10292         * progmodes/compilation-weblint.el: Disable autoloads, they cause
10293         a bootstrap failure.
10295         * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
10296         instead of doing "cvs diff" in order to avoid accessing the repository.
10298 2007-11-12  Kevin Ryde  <user42@zip.com.au>
10300         * progmodes/compilation-perl.el:
10301         * progmodes/compilation-weblint.el: New files.
10303 2007-11-11  Juanma Barranquero  <lekktu@gmail.com>
10305         * international/iso-cvt.el (iso-translate-conventions): Doc fix.
10306         (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
10307         (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
10308         (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
10309         (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
10310         Rewrite in active voice.
10312 2007-11-11  Tassilo Horn  <tassilo@member.fsf.org>
10314         * doc-view.el: Add comments about isearch support.
10316 2007-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
10318         * vc.el (vc-start-entry): Fix setting the in the case the function
10319         is called from vc-dired.  Use when instead of if where appropriate.
10321 2007-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10323         * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
10324         to be a list.
10325         (ps-begin-job): Error if ps-lpr-switches is not a list.
10327 2007-11-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10329         * faces.el (face-normalize-spec): Remove function.
10330         (frame-set-background-mode): Undo last change.
10332 2007-11-10  Jason Rumney  <jasonr@gnu.org>
10334         * w32-fns.el: Sync charset names with setup-default-fontset.
10335         Append "-1" where second part missing.
10337 2007-11-10  Juri Linkov  <juri@jurta.org>
10339         * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
10340         Fix docstring.  Reported by Leo <sdl.web@gmail.com>.
10342         * custom.el (custom-note-var-changed): Remove the `interactive'
10343         spec from this new non-interactive function.
10345 2007-11-10  Tassilo Horn  <tassilo@member.fsf.org>
10347         * doc-view.el (doc-view-mode-map, doc-view-menu)
10348         (doc-view-pdf->txt-sentinel): Adapt to new search UI.
10349         (doc-view-search-backward): New function.
10350         (doc-view-search): Query new regexp if prefix arg is given, else
10351         jump to next/previous match.
10352         (doc-view-mode): Handle compressed files.
10353         (jka-compr): Required for compressed files.
10355 2007-11-10  Paul Pogonyshev  <pogonyshev@gmx.net>
10357         * replace.el (query-replace-show-replacement): New defcustom.
10358         (perform-replace): Use `match-substitute-replacement' if
10359         `query-replace-show-replacement' is non-nil.
10361 2007-11-10  David Kastrup  <dak@gnu.org>
10363         * subr.el (match-substitute-replacement): New function.
10365 2007-11-10  Carsten Dominik  <dominik@science.uva.nl>
10367         * files.el (auto-mode-alist): Select org-mode for files with the
10368         extension ".org".
10370 2007-11-10  Martin Rudalics  <rudalics@gmx.at>
10372         * help.el (help-window, help-window-point-marker): New variables.
10373         (help-window-select): New option.
10374         (with-help-window): New macro for displaying help windows.
10375         (help-window-display-message, help-window-setup-finish)
10376         (help-window-setup): New functions used for setting up help windows.
10377         (print-help-return-message): Reset help-window to nil.
10378         (view-lossage): Use with-help-window instead of
10379         with-output-to-temp-buffer and move help-window-point-marker after
10380         inserted text.
10381         (describe-bindings, describe-key, describe-mode): Use
10382         with-help-window instead of with-output-to-temp-buffer.
10384         * help-mode.el (help-mode): Set view-exit-action to bury the
10385         buffer instead of fiddling with windows.  Simplify code.
10386         (help-mode-finish): When help-window eqs t set it to the selected
10387         window and have with-help-window set up view-return-to-alist.
10388         (help-buffer): Add autoload cookie.
10390         * view.el (view-remove-frame-by-deleting): Change default value to t.
10391         Add autoload cookie.
10392         (view-exit-action, view-file, view-file-other-window)
10393         (view-file-other-frame, view-buffer, view-buffer-other-window)
10394         (view-buffer-other-frame): Rewrite doc strings.
10395         (view-return-to-alist-update): New function to remove stale entries
10396         from view-return-to-alist.
10397         (view-mode-enter): Rewrite doc string and simplify code.
10398         (view-mode-exit): Handle new case 'keep-frame.  Don't reset
10399         view-exit-action to nil.  Simplify code and rewrite doc string.
10401         * apropos.el (apropos-describe-plist):
10402         * descr-text.el (describe-char):
10403         * disp-table.el (describe-display-table):
10404         * faces.el (list-faces-display, describe-face):
10405         * facemenu.el (list-colors-display):
10406         * help-fns.el (describe-function, describe-variable)
10407         (describe-syntax, describe-categories):
10408         Use with-help-window instead of with-output-to-temp-buffer.
10410 2007-11-10  Dan Nicolaescu  <dann@ics.uci.edu>
10412         * emacs-lisp/byte-opt.el (byte-optimize-featurep):
10413         Optimize (featurep 'emacs) to t.
10415         * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
10416         New function.
10417         (byte-compile-maybe-guarded): Use it to also look for bound
10418         symbols inside `and' forms.  Comment out non-working code that was
10419         trying to avoid warnings for XEmacs code.
10421         * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
10423         * vc-svn.el (vc-svn-print-log, vc-svn-diff):
10424         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
10425         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
10426         (vc-cvs-annotate-command):
10427         * vc-arch.el (vc-arch-diff): Remove test to check if start-process
10428         is bound, it always is.
10430 2007-11-10  Jason Rumney  <jasonr@gnu.org>
10432         * term/w32-win.el (w32-initialize-window-system): Move SJIS font
10433         setup here from global scope.
10435 2007-11-10  Juanma Barranquero  <lekktu@gmail.com>
10437         * ido.el (ido-save-history): Save the history file in UTF-8, not
10438         the current filename coding system.
10440 2007-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10442         * simple.el (interprogram-cut-function, interprogram-paste-function):
10443         Don't make them frame-local any more.
10445         * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
10446         Don't set interprogram-(cut|paste)-function on each frame.
10448         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
10449         Make them work in tty frames.
10450         (interprogram-cut-function, interprogram-paste-function):
10451         Set them globally.
10453 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
10455         * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
10456         (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
10457         (iso-iso2duden-trans-tab): Add docstring.
10459 2007-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10461         * abbrev.el (define-abbrev-table): Record the variable definition.
10463         * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
10464         New function.
10466 2007-11-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10468         * ps-print.el: Clean the code for checking suitable Emacs version.
10469         (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
10470         (ps-print-version): New version 6.8.1.
10472 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
10474         * files.el (enable-local-variables): Doc fix.
10476 2007-11-09  Nick Roberts  <nickrob@snap.net.nz>
10478         * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
10480 2007-11-09  Sven Joachim  <svenjoac@gmx.de>
10482         * dired-aux.el (dired-copy-file-recursive):
10483         Preserve directory permissions.
10485 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
10487         * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
10488         (whitespace-unload-function): New-style unload function.  When run,
10489         unintern `whitespace-unload-hook' and call `unload-feature' recursively
10490         to stop the old hook from messing with the unloading.
10492 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
10494         * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
10495         (elp-unset-master, elp-results): Fix typos.
10496         (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
10497         Doc fixes.
10499         * msb.el (msb--many-menus): Remove variable.
10500         (msb-max-menu-items, msb--add-to-menu): Doc fixes.
10501         (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
10502         (msb--toggle-menu-type): Fix typos in docstrings.
10504         * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
10505         (shadow-insert-var): Doc fixes.
10506         (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
10507         Reflow docstrings.
10508         (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
10510 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
10512         * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
10513         (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
10514         Fix typos in autoload docstrings.
10516 2007-11-09  Richard Stallman  <rms@gnu.org>
10518         * savehist.el (savehist-save): Obey savehist-ignored-variables.
10520 2007-11-09  Nick Roberts  <nickrob@snap.net.nz>
10522         * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
10523         (gdb-var-update-handler-1): Use it.
10525 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
10527         * loadhist.el (unload-feature): Remove erroneous check for the
10528         FEATURE-unload-function variable; check the existence of the
10529         function (that's what the docstring says, and it makes more sense).
10531         * follow.el (follow-unload-function): Add docstring.
10532         (follow-unload-function): Remove variable.
10534         * server.el (server-unload-function): Remove variable.
10535         (server-unload-function): Unbind `server-edit' from `C-x #'.
10537         * ses.el (ses-unload-function): New function.
10539 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
10541         * emacs-lisp/unsafep.el (unsafep, unsafep-function)
10542         (unsafep-progn, unsafep-let): Fix typos in docstrings.
10544         * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
10545         before use to avoid a warning in packages that require uniquify.
10546         (uniquify-unload-function): New function and var.
10548 2007-11-09  Dan Nicolaescu  <dann@ics.uci.edu>
10550         * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
10551         (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
10552         (ediff-current-diff-A, ediff-current-diff-B)
10553         (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
10554         (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
10555         (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
10556         (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
10557         (ediff-odd-diff-Ancestor, ediff-reset-mouse):
10558         * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
10559         (ediff-setup-windows-plain-merge)
10560         (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
10561         (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
10562         * ediff-util.el (ediff-setup-keymap, )
10563         (ediff-toggle-wide-display, ediff-toggle-multiframe)
10564         (ediff-toggle-use-toolbar, ediff-really-quit)
10565         (ediff-good-frame-under-mouse)
10566         (ediff-highlight-diff-in-one-buffer)
10567         (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
10568         (ediff-make-bullet-proof-overlay):
10569         * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
10570         (ediff-set-meta-overlay):
10571         * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
10572         * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
10573         ediff-emacs-p with their former definitions.
10575         * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
10576         (viper-has-face-support-p, viper-inactivate-input-method)
10577         (viper-activate-input-method)
10578         (viper-use-replace-region-delimiters, viper-restore-cursor-type):
10579         * emulation/viper-mous.el (viper-multiclick-timeout)
10580         (viper-surrounding-word, viper-mouse-click-insert-word)
10581         (viper-mouse-click-search-word, viper-parse-mouse-key):
10582         * emulation/viper-macs.el (viper-char-array-to-macro):
10583         * emulation/viper.el (viper-go-away, viper-set-hooks)
10584         (viper-non-hook-settings):
10585         * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
10586         (viper-get-saved-cursor-color-in-insert-mode)
10587         (viper-get-saved-cursor-color-in-emacs-mode)
10588         (viper-check-version, viper-get-visible-buffer-window)
10589         (viper-file-checked-in-p, viper-set-replace-overlay)
10590         (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
10591         (viper-check-minibuffer-overlay, viper-read-key-sequence)
10592         (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
10593         with their former definitions.
10594         (viper-eventify-list-xemacs): Only do work for XEmacs.
10595         (viper-set-unread-command-events): Only do work for Emacs.
10596         (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
10597         (viper-move-overlay, viper-overlay-start, viper-overlay-end)
10598         (viper-overlay-get, viper-overlay-put, viper-read-event)
10599         (viper-characterp, viper-int-to-char, viper-get-face)
10600         (viper-color-defined-p, viper-iconify): New defaliases replacing
10601         the old fsets.
10603         * progmodes/fortran.el (comment-region-function)
10604         (uncomment-region-function): Pacify byte compiler.
10606         * vc.el (vc-diff-internal): Remove code for an old version of gnus.
10608 2007-11-08  Michael Albinus  <michael.albinus@gmx.de>
10610         * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
10611         `process-environment'.
10613 2007-11-08  David Hansen  <david.hansen@gmx.net>  (tiny change)
10615         * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
10616         match dir like "a...b".
10618 2007-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10620         * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
10622 2007-11-07  Michael Albinus  <michael.albinus@gmx.de>
10624         * net/tramp.el (tramp-handle-substitute-in-file-name):
10625         Don't expand the remote connection identification.
10626         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10627         Set also $PS2 and $PS3 when setting $PS1.  Check for shell echoing
10628         before calling stty.
10630         * net/tramp-cache.el (tramp-cache-print)
10631         (tramp-dump-connection-properties): Fix docstring.
10632         (tramp-list-connections): Rename from `tramp-cache-list-connections'.
10634         * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
10636         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
10637         remote connection identification when setting connection property.
10639         * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
10640         "//" substitutes only in the local filename part.
10642 2007-11-07  David Hansen  <david.hansen@gmx.net>
10644         * eshell/em-glob.el (eshell-extended-glob): Sort matches.
10646 2007-11-07  Glenn Morris  <rgm@gnu.org>
10648         * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
10649         Remove superfluous concats.  Move final set-buffer to
10650         non-emacs-specific code.
10652 2007-11-07  Rob Riepel  <riepel@networking.stanford.edu>
10654         * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
10656 2007-11-07  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
10658         * eshell/esh-mode.el (eshell-output-filter):
10659         * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
10660         Use `with-current-buffer'.
10662 2007-11-07  Andreas Schwab  <schwab@suse.de>
10664         * server.el (server-start): Only register cleanup after server was
10665         started.
10667 2007-11-06  Michael Albinus  <michael.albinus@gmx.de>
10669         * net/tramp.el (top): Don't autoload `tramp-cache-print'.
10671         * net/tramp-cache.el (tramp-cache-print): Move down.
10672         (tramp-cache-list-connections): New defun.
10674         * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
10676 2007-11-06  Juanma Barranquero  <lekktu@gmail.com>
10678         * ido.el (ido-save-history): Write the history file in the current
10679         filename coding system, and add `coding' file-local variable.
10681 2007-11-06  Carsten Dominik  <dominik@science.uva.nl>
10683         * textmodes/org.el (org-table-formula-substitute-names):
10684         Remove forgotten temporary debugging code.
10686 2007-11-05  Michael Albinus  <michael.albinus@gmx.de>
10688         * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
10689         the prompt.
10691 2007-10-05  Chris Moore  <christopher.ian.moore@gmail.com>
10693         * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
10695 2007-11-05  Simon Josefsson  <simon@josefsson.org>
10697         * net/tls.el (tls-end-of-info): Doc fix.
10699 2007-11-05  Kenichi Handa  <handa@ni.aist.go.jp>
10701         * international/utf-7.el (utf-7-imap): New coding system.
10702         (utf-7-imap-post-read-conversion): New function.
10703         (utf-7-imap-pre-write-conversion): New function.
10705 2007-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10707         * abbrev.el (abbrev--write): Fix up typo.
10709 2007-11-04  Juanma Barranquero  <lekktu@gmail.com>
10711         * abbrev.el (define-abbrev-table): Doc fix.
10713 2007-11-04  Thien-Thi Nguyen  <ttn@gnuvola.org>
10715         * info.el (Info-revert-buffer-function): New func.
10716         (Info-mode): Arrange to use it for reverting.
10717         (Info-copy-current-node-name): Add space between filename and nodename.
10719 2007-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10721         * abbrev.el (expand-abbrev): Move point back to expansion's end.
10723 2007-11-04  Glenn Morris  <rgm@gnu.org>
10725         * net/tls.el: Don't require rx when compiling.
10726         (tls-end-of-info): Rewrite without using rx.
10727         (open-tls-stream): Use with-current-buffer.
10729 2007-11-04  Riccardo Murri  <riccardo.murri@gmail.com>
10731         * net/tls.el: Require rx when compiling.
10732         (tls-end-of-info): New variable.
10733         (open-tls-stream): Keep reading input until `tls-end-of-info' is
10734         matched.
10736 2007-11-03  Sean O'Rourke  <seano@cs.ucla.edu>
10738         * register.el (append-to-register, prepend-to-register):
10739         Don't signal error on empty register; use the text, instead.
10741 2007-11-03  Michael Olson  <mwolson@gnu.org>
10743         * textmodes/remember.el (remember-buffer):
10744         Use define-obsolete-function-alias rather than defalias.
10746 2007-11-03  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
10748         * simple.el (bad-packages-alist): Anchor semantic regexp.
10750 2007-11-03  Glenn Morris  <rgm@gnu.org>
10752         * newcomment.el (comment-dwim): Call comment-insert-comment-function,
10753         if defined, for blank lines.  Doc fix.
10755         * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
10756         (fortran-mode): Set values for comment-region-function,
10757         uncomment-region-function and comment-insert-comment-function.
10758         (fortran-uncomment-region): New function.
10760         * textmodes/nroff-mode.el (nroff-mode):
10761         Set comment-insert-comment-function rather than indent-line-function.
10762         (nroff-indent-line-function): Remove.
10763         (nroff-insert-comment-function): New function.
10765 2007-11-02  Michael Kifer  <kifer@cs.stonybrook.edu>
10767         * ediff-vers.el (ediff-vc-working-revision): Add a quote.
10769 2007-11-02  Michael Kifer  <kifer@cs.stonybrook.edu>
10771         * emulation/viper-ex.el (viper-ex): Do not ignore the region.
10773         * emulation/viper-cmd.el (viper-prev-destructive-command)
10774         (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
10775         copy-sequence.
10777         * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
10778         Got rid of ediff-copy-list.
10780         * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
10781         use face-name.
10782         (ediff-test-utility, ediff-diff-mandatory-option)
10783         (ediff-reset-diff-options): Remove to simplify the mandatory option
10784         handling on Windows.
10785         (ediff-set-diff-options): Add.
10786         (ediff-diff-options): Set "--binary" option as default in some cases.
10788         * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
10789         (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
10790         ediff-vc-working-revision.  Require vc-hooks.
10792 2007-11-02  Drake Wilson  <drake@begriffli.ch>  (tiny change)
10794         * files.el (hack-local-variables): Fix membership tests to avoid
10795         treating all variables as safe if `enable-local-variables' is
10796         set to :safe (CVE-2007-5795).
10798 2007-11-02  Glenn Morris  <rgm@gnu.org>
10800         * newcomment.el (comment-indent): Let comment-insert-comment-function,
10801         if defined, do all the work of inserting a new comment.
10803         * progmodes/etags.el (tags-table-mode): Disable undo.
10805         * simple.el (bad-packages-alist): Revert previous change.
10807 2007-11-02  Dan Nicolaescu  <dann@ics.uci.edu>
10809         * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
10811         * obsolete/lselect.el: Do not warn about unknown functions.
10813 2007-11-02  Michael Olson  <mwolson@gnu.org>
10815         * textmodes/remember.el (remember-buffer): Make this an alias of
10816         remember-finalize, because Org uses it.
10818 2007-11-01  Michael Olson  <mwolson@gnu.org>
10820         * textmodes/remember.el: Improve documentation in heading.
10821         (remember-before-remember-hook): Turn into a customizable option.
10822         (remember): Document INITIAL argument.
10823         (remember-region): Remove autoload cookie.  Improve docstring to
10824         mention that it is called from the *Remember* buffer, and does not
10825         have any functional overlap with the `remember' function.
10826         (remember-finalize): Remove autoload cookie.  Rename from
10827         remember-buffer to emphasize that this does not have any
10828         functional overlap with the `remember' function.
10829         (remember-destroy): Remove autoload cookie.
10830         (remember-mode-map): Define and initialize in one step.
10831         (remember-mode): Improve docstring.
10832         (remember-annotation-functions): Default to just '(buffer-file-name),
10833         and don't try to take the default value from Planner.
10835 2007-11-01  Glenn Morris  <rgm@gnu.org>
10837         * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
10839         * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
10841         * emacs-lisp/authors.el (authors-scan-change-log)
10842         (authors-scan-el): Don't enable local eval; enable only safe local
10843         variables, without querying.
10845         * mail/footnote.el (footnote-numeric-regexp)
10846         (footnote-english-upper-regexp, footnote-english-lower-regexp)
10847         (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
10848         Match multi-character footnotes.
10850         * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
10851         (nroff-indent-line-function): New function.
10852         (nroff-count-text-lines): Use nroff-forward-text-line rather than
10853         obsolete alias.
10855 2007-11-01  Ryan Yeske  <rcyeske@gmail.com>
10857         * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
10858         (rcirc-elapsed-lines): New argument PROCESS.  Update callers.
10859         (rcirc-print): Only update the line count when not marking the
10860         line as omittable.
10861         (rcirc-log-write): Specify coding system when writing logfile.
10862         (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
10864 2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
10866         * printing.el (printing): Fix :version, printing.el was included
10867         for in emacs-22.1.
10868         (pr-path-style, pr-path-alist, pr-txt-name)
10869         (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
10870         (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
10871         (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
10872         (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
10873         (pr-auto-mode, pr-mode-alist, pr-ps-utility)
10874         (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
10875         (pr-setting-database, pr-visible-entry-list)
10876         (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
10877         (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
10879         * ediff-util.el (ediff-nuke-selective-display): Move definition to
10880         top level, make it dependent on the emacs flavor.
10882         * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
10883         Test for XEmacs not for itimer.
10885         * term/sun-mouse.el:
10886         * obsolete/sun-fns.el:
10887         * obsolete/sun-curs.el: Remove files.
10889         * term/sun.el (select-previous-complex-command): Remove obsolete code.
10891 2007-10-31  Tassilo Horn  <tassilo@member.fsf.org>
10893         * doc-view.el (doc-view-cache-directory): Fix bug where an integer
10894         was given to concat.
10896 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10898         * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
10899         used normally for goto-line.  Change `g' to revert the buffer.
10900         Add redundant `r' binding for buffer-revert.
10902         * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
10903         (mail-abbrevs-setup): Use abbrev-expand-functions.
10904         (build-mail-abbrevs): Use with-temp-buffer.
10905         (define-mail-abbrev): Simplify.
10906         (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
10907         Change it for use on abbrev-expand-functions.
10908         (mail-abbrev-complete-alias): Use with-syntax-table.
10910 2007-10-31  Michael Albinus  <michael.albinus@gmx.de>
10912         * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
10913         directly.  Fix bug in deleting temp file.
10915 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10917         * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
10918         Merge defvar and define-abbrev-table.
10919         (def-python-skeleton): Use :case-fixed and :enable-function.
10920         (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
10921         Remove.
10922         (python-mode): Don't modify pre-abbrev-expand-hook.
10924 2007-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
10926         * ediff-util.el (ediff-file-checked-out-p)
10927         (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
10929 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10931         * abbrev.el (abbrev-symbol): Correct let->let*.
10932         (abbrev--before-point): Only use abbrev-start-location if before point.
10934 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
10936         * strokes.el (strokes-alphabetic-lessp): Simplify.  Doc fix.
10937         (strokes-unload-hook): Remove function and variable.
10938         (strokes-unload-function): New-style unload function, adapted
10939         from `strokes-unload-hook'.
10941         * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
10942         (cl-unload-hook): Remove variable.
10943         (cl-unload-function): New-style unload function, adapted
10944         from `cl-cannot-unload'.
10946         * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
10947         (elp-unload-function): New-style unload function, adapted
10948         from `elp-unload-hook'.
10950 2007-10-31  Sean O'Rourke  <sorourke@cs.ucsd.edu>
10952         * emacs-lisp/find-func.el (find-library): Use library at
10953         point as default interactive argument.
10955 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
10957         * shadowfile.el (shadow-join): Remove.
10958         (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
10959         (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
10960         (shadowfile-unload-hook): Remove function and variable.
10961         (shadowfile-unload-function): New-style unload function, adapted
10962         from `shadowfile-unload-hook'.
10964 2007-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
10966         * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
10967         only if it is bound.
10969         * textmodes/reftex.el: Move autoloads for before all uses.
10970         (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
10971         (reftex-delete-overlay): Move to the top level with the condition
10972         in the body.
10974         * progmodes/simula.el: Use when instead of if.
10976         * iimage.el (iimage-locate-file): Define unconditionally.
10978         * mail/mailabbrev.el (mail-abbrev-next-line):
10979         * emulation/vip.el (vip-enlarge-region, vip-line)
10980         (vip-next-line-at-bol, vip-previous-line)
10981         (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
10982         Wrap with-no-warnings around uses of next-line and previous-line.
10984         * ediff.el (run-ediff-from-cvs-buffer):
10985         * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
10986         Remove function not used by pcl-cvs anymore.
10987         (noninteractive, generic-sc-get-latest-rev)
10988         (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
10989         Delete support for long obsolete generic-sc.el.
10991 2007-10-31  Glenn Morris  <rgm@gnu.org>
10993         * cvs-status.el: No longer require pcvs when compiling.
10995         * doc-view.el (doc-view-conversion-refresh-interval)
10996         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
10997         (doc-view-reset-slice): Doc fixes.
10998         (doc-view-menu): Remove deleted function doc-view-edit-doc.
11000 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
11002         * help-at-pt.el (help-at-pt-unload-hook): Remove.
11003         Timers are automatically canceled by `unload-feature'.
11005         * delsel.el (delsel-unload-hook): Remove function and variable.
11006         (delsel-unload-function): New-style unload function, adapted
11007         from `delsel-unload-hook'.
11009         * msb.el (msb-unload-hook): Remove function and variable.
11010         (msb-unload-function): New-style unload function, adapted from
11011         `msb-unload-hook'.
11013 2007-10-30  Juanma Barranquero  <lekktu@gmail.com>
11015         * desktop.el (uniquify-managed): Pacify byte compiler.
11016         (desktop-buffer-info): If the buffer name is managed by uniquify,
11017         save the base name, not the uniquified one.
11018         (desktop-create-buffer): Allow `rename-buffer' to generate a new
11019         name in case of conflict.
11021 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11023         * doc-view.el: Use expand-file-name rather than concat.
11024         (doc-view-cache-directory): Add the UID so multiple users won't clash.
11025         (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
11026         (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
11027         (doc-view-toggle-display): Use an overlay over the whole buffer so as
11028         not to have to touch the buffer's content.
11029         (doc-view-initiate-display): New function, extracted from doc-view-mode.
11030         (doc-view-mode): Use it.  Don't mark as a special mode.
11031         Put the page numbers in the modeline.
11032         Set up the overlay.  Hide the cursor.  Run the mode hook.
11033         Use after-revert-hook rather than revert-buffer-function.
11034         (doc-view-search-internal): Fix typo.
11035         (doc-view-convert-current-doc, doc-view-insert-image): Delay the
11036         image-cache flush.
11037         (doc-view-reconvert-doc): Don't reset the whole mode.
11038         (doc-view-make-safe-dir): New function.
11039         (doc-view-current-cache-dir): Use it.
11041 2007-10-30  Jason Rumney  <jasonr@gnu.org>
11043         * time.el (display-time-world-list): Test for zoneinfo support.
11045 2007-10-30  Michael Albinus  <michael.albinus@gmx.de>
11047         * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
11049         * net/tramp-cache.el (tramp-flush-file-function): Check also
11050         `default-directory' if `buffer-file-name' does not return a
11051         string.  Added to `eshell-pre-command-hook'.
11053 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11055         * doc-view.el (doc-view-current-doc): Remove.
11056         Replace all uses by buffer-file-name.
11057         (doc-view-menu): New menu.
11058         (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
11059         unused var `doc'.
11060         (doc-view-sort): Simplify.
11061         (doc-view-buffer-message): Don't change buffer-modified-p.
11062         (doc-view-mode): Change it here instead.
11063         Tighten scoping of prev-major-mode.  Don't re-insert the file's content.
11064         Don't modify the global value of revert-buffer-function.
11066         * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
11067         (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
11068         (image-toggle-display): Take overlays into account and don't assume
11069         point-min==1.
11071 2007-10-30  Thien-Thi Nguyen  <ttn@gnuvola.org>
11073         * vc.el (vc-annotate): Fix omission bug:
11074         Specify value for vc-sentinel-movepoint.
11076 2007-10-30  Michael Olson  <mwolson@gnu.org>
11078         * textmodes/remember.el (remember-mode-hook)
11079         (remember-handler-functions, remember-annotation-functions):
11080         Add additional items as options, including some Org functions.
11082 2007-10-30  Tassilo Horn  <tassilo@member.fsf.org>
11084         * doc-view.el: Remove cl-dependency.
11085         (doc-view-buffer-message): Mention new binding K.
11086         (doc-view-convert-current-doc): Use function d-v-current-cache-dir
11087         instead of variable.
11088         (doc-view-current-cache-dir): Better cache dir naming.
11089         (doc-view-current-display): Remove variable.
11090         (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
11091         (doc-view-kill-proc): Set converter process to nil.
11092         (doc-view-minor-mode): New minor mode.
11093         (doc-view-minor-mode-map): New keymap.
11094         (doc-view-mode): Remove text/image switching code.  Use plain defun.
11095         (doc-view-mode-map): New binding K kills converter process.
11096         Remove C-c C-e binding.
11097         (doc-view-mode-text-map): Remove keymap.
11098         (doc-view-pdf/ps->png): Timer calls d-v-display instead of
11099         d-v-display-maybe.
11100         (doc-view-previous-major-mode): New variable.
11101         (doc-view-ps->pdf): Resort args to make ps2pdf happy.
11102         (doc-view-remove-if): New function.
11103         (doc-view-search-next-match, doc-view-search-previous-match): Use it.
11104         (doc-view-toggle-display): Toggle modes instead of display styles.
11105         (doc-view-reconvert-doc): Adapt to new way of doing things.
11107         * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
11109 2007-10-30  Glenn Morris  <rgm@gnu.org>
11111         * dirtrack.el (dirtrack-mode): Doc fix.
11113         * shell.el (shell-dirtrack-verbose, shell-mode)
11114         (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
11116         * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
11117         (byte-compile-enable-warning): Doc fix.
11119         * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
11120         suppress byte-opt warning.
11122 2007-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
11124         * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
11125         (edt-gnu-emacs19-p): Remove.
11126         (edt-emacs-variant, edt-window-system): Use feature 'emacs.
11127         (edt-xserver, edt-page-backward, edt-beginning-of-line)
11128         (edt-end-of-line-forward, edt-end-of-line-backward)
11129         (edt-one-word-forward, edt-one-word-backward, edt-character)
11130         (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
11131         (edt-find-forward, edt-find-backward, edt-find-next-forward)
11132         (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
11133         (edt-define-key, edt-bottom-check, edt-sentence-forward)
11134         (edt-sentence-backward, edt-paragraph-forward)
11135         (edt-paragraph-backward, edt-restore-key, edt-window-top)
11136         (edt-window-bottom, edt-scroll-window-forward-line)
11137         (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
11138         (edt-line-to-top-of-window, edt-paragraph-backward)
11139         (edt-restore-key, edt-window-top, edt-window-bottom)
11140         (edt-scroll-window-forward-line)
11141         (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
11142         (edt-line-to-middle-of-window, edt-goto-percentage)
11143         (edt-display-the-time, edt-remember, edt-split-window)
11144         (edt-emulation-on, edt-emulation-off)
11145         (edt-default-emulation-setup, edt-user-emulation-setup)
11146         (edt-select-default-global-map, edt-select-user-global-map):
11147         Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
11148         tests.
11150         * textmodes/reftex-index.el (reftex-index-selection-or-word):
11151         Use feature test instead of boundp test so it can be resolved at
11152         compile time.
11154         * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
11156 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11158         * abbrev.el: Rename `count' and `system-flag' to :count and :system.
11159         Update all users.
11160         (abbrev-get, abbrev-put): Simplify.
11161         (define-abbrev): Don't store the `force' value in the :system property.
11162         (abbrev--before-point): Obey the :enable-function of the abbrev as well.
11164 2007-10-30  Michael Olson  <mwolson@gnu.org>
11166         * desktop.el (desktop-minor-mode-table): Add line for ERC.
11168         * textmodes/remember.el: New file that implements a mode for
11169         quickly jotting down things to remember.
11171         * textmodes/remember-diary.el: A backend for remember.el that
11172         implements saving notes to a Diary file.
11174 2007-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
11176         * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
11177         Relocate in file.
11178         (allout-doublecheck-at-and-shallower): Increase to include
11179         slightly greater depths, since yank interaction is now ok.
11180         Also, elaborate the docstring to explain the situation.
11181         (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
11182         instead of concat, so we accommodate key sequences expressed as
11183         vectors as well as strings and lists.
11184         (allout-flag-region, allout-hide-by-annotation): Make the
11185         hidden-text overlays 'front-advance.
11186         (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
11187         (allout-aberrant-container-p, allout-on-current-heading-p)
11188         (allout-e-o-prefix-p, allout-next-heading)
11189         (allout-previous-heading, allout-goto-prefix)
11190         (allout-end-of-prefix, allout-next-sibling-leap)
11191         (allout-next-visible-heading, allout-auto-fill)
11192         (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
11193         (allout-yank-processing, allout-resolve-xref)
11194         (allout-current-topic-collapsed-p, allout-hide-region-body)
11195         (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
11196         (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
11197         (count-trailing-whitespace-region): Preserve match data, so allout
11198         outline navigation doesn't disrupt other Emacs operations.
11199         (allout-beginning-of-line): Retreat to the beginning of the hidden
11200         text, so fields are respected (for submodes that care).
11201         (allout-end-of-line): Preserve mark activation status when jumping.
11202         (allout-open-topic): Account for opening after a child that
11203         contains a hidden trailing newline.  Preserve match data.
11204         Run allout-structure-added-hook
11205         (allout-encrypt-decrypted): Preserve match data.
11206         (allout-toggle-current-subtree-exposure): Add new interactive
11207         function for toggle subtree exposure - suggested by tassilo.
11208         (move-beginning-of-line, move-end-of-line): Don't use
11209         line-move-invisible-p, it's obsolete - substitute the code, instead.
11211 2007-10-29  Dan Nicolaescu  <dann@ics.uci.edu>
11213         * textmodes/flyspell.el (message-signature-separator):
11214         * longlines.el (message-indent-citation-function): Pacify byte
11215         compiler.
11217         * emacs-lisp/cl-loaddefs.el:
11218         * ldefs-boot.el: Regenerate.
11220         * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
11221         (.el.elc, compile, compile-always, compile-calc)
11222         ($(lisp)/progmodes/cc-mode.elc): Use it.
11224         * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
11225         Only do work for XEmacs.
11226         (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
11227         (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
11228         on XEmacs.
11229         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
11230         (ps-x-color-name, ps-x-color-specifier-p)
11231         (ps-x-copy-coding-system, ps-x-device-class)
11232         (ps-x-extent-end-position, ps-x-extent-face)
11233         (ps-x-extent-priority, ps-x-extent-start-position)
11234         (ps-x-face-font-instance, ps-x-find-coding-system)
11235         (ps-x-font-instance-properties, ps-x-make-color-instance)
11236         (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
11237         (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
11238         (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
11239         (ps-generate-postscript-with-faces): Delete defaliases.
11240         (ps-face-foreground-name, ps-face-background-name)
11241         (ps-color-values, ps-face-bold-p, ps-face-italic-p):
11242         Move definitions to top level, make the body conditional on the Emacs
11243         flavor.  Replace uses of deleted aliases and renamed functions.
11244         (ps-generate-postscript-with-faces, ps-color-device): Replace uses
11245         of deleted aliases and renamed functions.
11247         * calc/calc.el (calc-emacs-type-lucid): Remove.
11248         (calc-digit-map, calcDigit-start, calc-read-key)
11249         (calc-clear-unread-commands):
11250         * calc/calc-ext.el (calc-user-key-map): Replace uses of
11251         calc-emacs-type-lucid with (featurep 'xemacs)
11253         * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
11254         (featurep 'xemacs).
11255         (tpu-lucid-emacs19-p): Remove.
11256         (tpu-map-key): Make it a function instead of using fset.  Inline
11257         tpu-emacs-map-key and tpu-lucid-map-key.  Use featurep 'xemacs.
11258         (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
11260         * ielm.el: Use featurep 'xemacs.
11262         * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
11263         (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
11264         (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
11265         (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
11266         cperl-xemacs-p with (featurep 'xemacs).
11267         (font-lock-cache-position): Pacify byte compiler.
11269 2007-10-29  Drew Adams  <drew.adams@oracle.com>
11271         * faces.el (read-color): New function.
11272         (face-at-point, foreground-color-at-point)
11273         (background-color-at-point): New functions.
11275 2007-10-28  Richard Stallman  <rms@gnu.org>
11277         * net/browse-url.el (browse-url-text-xterm): Rename from
11278         browse-url-lynx-xterm and made generic.
11279         (browse-url-text-emacs): Likewise.
11280         (browse-url-text-browser): New variable.
11281         (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
11282         (browse-url-text-input-field, browse-url-text-input-attempts)
11283         (browse-url-kde-program): Likewise.
11285 2007-10-29  Glenn Morris  <rgm@gnu.org>
11287         * textmodes/org-publish.el (org-publish-get-plist-from-filename):
11288         Use mapc rather than mapcar (reinstall change deleted without log
11289         entry 2007-10-22).
11291 2007-10-29  Martin Rudalics  <rudalics@gmx.at>
11293         * wdired.el (wdired-next-line, wdired-previous-line):
11294         Use next-line and previous-line wrapped in with-no-warnings.
11296 2007-10-29  Ryan Yeske  <rcyeske@gmail.com>
11298         * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
11299         (rcirc-recent-quit-alist): New function.
11300         (rcirc): Print a better message when there is only one connected server.
11301         (rcirc-complete-nick): Do not update the nick table here.
11302         (rcirc-mode-map): Add M-o.
11303         (rcirc-current-line): Add variable.
11304         (rcirc-mode): Setup variables for line based omit.
11305         (rcirc-edit-multiline): Strip text properties.
11306         (rcirc-omit-responses): Add NICK.
11307         (rcirc-omit-threshold): Add variable.
11308         (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
11309         Add functions.
11310         (rcirc-print): Keep track of current line.  Do not fill text if
11311         `rcirc-fill-flag' is null.  Only omit text if the last activity
11312         from the sender is more than `rcirc-omit-threshold' lines ago.
11313         (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
11314         numbers instead of time.
11315         (rcirc-channel-nicks): Sort by line numbers instead of time.
11316         (rcirc-omit-mode): Add `...' when omitting text and recenter.
11317         (rcirc-handler-JOIN): Restore the joiners linestamp.
11318         (rcirc-maybe-remember-nick-quit): Add function.
11319         (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
11321 2007-10-29  Juanma Barranquero  <lekktu@gmail.com>
11323         * loadhist.el (unload-feature-special-hooks):
11324         Add `delete-frame-functions' and `suspend-tty-functions'.
11326         * server.el (server-unload-function): Rename from `server-unload-hook'
11327         and adapt to new `unload-feature' functionality.  Remove hook from
11328         `kill-buffer-hook' buffer-locally.
11329         (server-unload-hook): Remove.
11330         (server-unload-function): New var; replaces `server-unload-hook'.
11332 2007-10-29  Glenn Morris  <rgm@gnu.org>
11334         * dirtrack.el (dirtrack-debug): Doc fix.
11335         (dirtrack-mode, dirtrack-debug-mode): New names for
11336         dirtrack-toggle and dirtrack-debug-toggle.  Use define-minor-mode.
11337         (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
11338         Make obsolete.
11339         (dirtrack-debug-message): Only print message if
11340         dirtrack-debug-mode is non-nil.  Use with-current-buffer.
11341         (dirtrack): Doc fix.  Use dirtrack-mode rather than dirtrackp.
11342         Remove dirtrack-debug checks now that dirtrack-debug-message does this.
11344 2007-10-28  Glenn Morris  <rgm@gnu.org>
11346         * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
11347         (byte-compile-warnings-safe-p): Handle `not'.
11348         (byte-compile-warning-enabled-p, byte-compile-disable-warning)
11349         (byte-compile-enable-warning): New functions.
11350         (byte-compile-eval-before-compile)
11351         (byte-compile-file-form-require): Use byte-compile-disable-warning.
11352         (byte-compile-close-variables): Locally bind byte-compile-warnings,
11353         but do not modify it.
11354         (byte-compile-eval, byte-compile-obsolete)
11355         (byte-compile-warn-about-unresolved-functions)
11356         (byte-compile-file-form-defvar)
11357         (byte-compile-file-form-custom-declare-variable)
11358         (byte-compile-file-form-require)
11359         (byte-compile-file-form-defmumble, byte-compile-lambda)
11360         (byte-compile-form, byte-compile-normal-call)
11361         (byte-compile-variable-ref, byte-compile-defvar)
11362         (byte-compile-make-variable-buffer-local):
11363         Use byte-compile-warning-enabled-p.
11364         * emacs-lisp/advice.el (ad-compile-function):
11365         Use byte-compile-disable-warning.
11366         * emacs-lisp/cl.el: Move local variables to end of file, and set
11367         byte-compile-warnings to `(not cl-functions)'.
11368         * emacs-lisp/cl-compat.el: Add a local variables section, and set
11369         byte-compile-warnings to `(not cl-functions)'.
11370         * emacs-lisp/cl-macs.el: Unify local variable section, and set
11371         byte-compile-warnings to `(not cl-functions)'.
11372         (cl-do-proclaim): Use byte-compile-disable-warning and
11373         byte-compile-enable-warning.
11374         * emacs-lisp/cl-seq.el: Unify local variable section, and set
11375         byte-compile-warnings to `(not cl-functions)'.
11376         * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
11377         Use byte-compile-disable-warning.
11379 2007-10-28  Dan Nicolaescu  <dann@ics.uci.edu>
11381         * cus-edit.el (custom-browse-insert-prefix):
11382         * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
11384 2007-10-28  Juanma Barranquero  <lekktu@gmail.com>
11386         * server.el (server-process-filter): Fix typo in docstring.
11387         (server-log): Reflow docstrings.
11388         (server-delete-client, server-kill-emacs-query-function): Doc fixes.
11389         (server-goto-line-column): Use `when'.
11391 2007-10-28  Juri Linkov  <juri@jurta.org>
11393         * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
11394         when mouse is clicked on the isearch message.
11395         (isearch-resume): Call `isearch-update' at the end.
11396         Rename argument `search' to `string' to conform to the
11397         isearch terminology.
11399 2007-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11401         Rewrite abbrev.c in Elisp.
11402         * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
11403         (abbrev-table-get, abbrev-table-put, abbrev-get)
11404         (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
11405         (define-abbrev, abbrev--check-chars, define-global-abbrev)
11406         (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
11407         (abbrev-expansion, abbrev--before-point, expand-abbrev)
11408         (unexpand-abbrev, abbrev--write, abbrev--describe)
11409         (insert-abbrev-table-description, define-abbrev-table):
11410         New funs, largely transcribed from abbrev.c.
11411         (abbrev-with-wrapper-hook): New macro.
11412         (abbrev-table-name-list, global-abbrev-table)
11413         (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
11414         (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
11415         (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
11416         (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
11417         New vars, largely transcribed from abbrev.c.
11418         * cus-edit.el (abbrev-mode): Remove.  Move to abbrev.el.
11419         * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
11420         * loadup.el: Load "abbrev.el" before "lisp-mode.el".
11422 2007-10-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11424         * ps-print.el: Now detect if text foreground and background colors are
11425         equal and replace the foreground color by another color, so the text
11426         becomes visible.  Doc fix.
11427         (ps-print-version): New version 6.8.
11428         (ps-default-fg, ps-default-bg): Docstring fix.
11429         (ps-postscript-code-directory): Fix default value code.
11430         (ps-fg-list, ps-fg-validate-p): New options.
11431         (ps-foreground-list): New var.
11432         (ps-setup, ps-begin-job, ps-plot-region): Fix code.
11434 2007-10-27  Glenn Morris  <rgm@gnu.org>
11436         * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
11437         (shell-dirtrack-toggle): Mark as obsolete.
11438         (dirtrack-toggle, dirtrack-mode): No longer alias to
11439         shell-dirtrack-mode.
11441 2007-10-27  Jay Belanger  <jay.p.belanger@gmail.com>
11443         * calc/calc.el (math-standard-opers): Lower the precedence
11444         of negation.
11445         * calc/calc-lang.el (math-oper-table): Lower precedence of
11446         negation for C, TeX, and eqn.
11448 2007-10-27  Dan Nicolaescu  <dann@ics.uci.edu>
11450         * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
11452 2007-10-27  Juanma Barranquero  <lekktu@gmail.com>
11454         * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
11455         (desktop-not-loaded-hook): Fix :version tags.
11457 2007-10-27  Michael Albinus  <michael.albinus@gmx.de>
11459         * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
11460         (tramp-get-remote-tmpdir): New defun.
11461         (tramp-make-tramp-temp-file): Use it.
11462         (tramp-local-call-process): New defun.  Replace all calls of
11463         `call-process' by this when appropriate.
11464         (tramp-handle-write-region): Replace calls of `file-attributes' by
11465         `tramp-compat-file-attributes'.
11466         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
11467         Make the first command a `tramp-send-command' call, with let-bind
11468         of `tramp-end-of-output'.
11469         (tramp-version, tramp-bug, tramp-reporter-dump-variable)
11470         (tramp-load-report-modules, tramp-append-tramp-buffers):
11471         Move to tramp-cmds.el.
11473         * net/tramp-fish.el (tramp-fish-handle-copy-file)
11474         (tramp-fish-do-copy-or-rename-file)
11475         (tramp-fish-do-copy-or-rename-file-directly):
11476         * net/tramp-smb.el (tramp-smb-handle-copy-file):
11477         Add parameter PRESERVE-UID-GID.
11479 2007-10-27  Eli Zaretskii  <eliz@gnu.org>
11481         * time.el (zoneinfo-style-world-list, legacy-style-world-list):
11482         New defcustoms.
11483         (display-time-world-list): Use them as appropriate for the current
11484         value of `system-type'.
11486 2007-10-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11488         * printing.el: Pacify byte compiler, that is, no compiler warnings.
11489         Move (again) some variable definitions before use, define some fun
11490         aliases, no code change.
11491         (pr-version): New version 6.9.2.
11492         (pr-path-style, pr-auto-region, pr-menu-char-height)
11493         (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
11494         (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
11495         via (defvar VAR).
11496         (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
11497         (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
11498         (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
11499         (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
11500         (pr-f-set-keymap-parents, pr-keep-region-active): Fun aliases.
11501         (pr-menu-print-item, pr-ps-printer-menu-modified)
11502         (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
11503         (pr-even-or-odd-alist): Vars definition moved.
11505 2007-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
11507         * emulation/pc-select.el (next-line-mark, next-line-nomark)
11508         (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
11509         around uses of previous-line and next-line.
11511         * diff.el (diff-old-file, diff-new-file, diff-extra-args):
11512         New defvars.
11514         * textmodes/css-mode.el (comment-continue):
11515         * net/browse-url.el (url-handler-regexp):
11516         * progmodes/idlw-help.el (idlwave-system-routines):
11517         Pacify byte-compiler.
11519         * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
11520         line-move-invisible-p with its former definition: invisible-p.
11521         line-move-invisible-p was removed on 2007-08-29.
11523 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
11525         * files.el (kill-emacs-query-functions): Doc fix;
11526         `save-buffers-kill-emacs' is no longer bound to a key.
11528 2007-10-26  Richard Stallman  <rms@gnu.org>
11530         * isearch-multi.el (isearch-buffers-multi): New option.
11531         (isearch-buffers-search-fun): Test it.
11533         * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
11534         Put ps-run-clear on C-c C-l.
11536         * newcomment.el (comment-styles): New style indent-or-triple.
11537         (comment-style): Make that the default.
11538         (comment-add defvar): Doc fix.
11539         (comment-add): Delete arg EXTRA.
11540         (comment-region-default): Open code call to comment-add.
11541         Handle indent-or-triple style which uses `multi-char' for INDENT.
11543 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
11545         * eshell/em-unix.el (nil-blank-string): Doc fix.
11547 2007-10-26  John Wiegley  <johnw@newartisans.com>
11549         * eshell/em-unix.el (eshell/diff): Before calling the `diff'
11550         function, ensure that the third argument is turned into a nil if
11551         the string is otherwise completely empty (either no characters, or
11552         all tabs/spaces).  This fixes a bug from a user who found himself
11553         unable to customize `diff-switches' and still use Eshell's diff
11554         command.
11556 2007-10-26  Glenn Morris  <rgm@gnu.org>
11558         * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
11559         safe-local-variable property.
11561 2007-10-26  Gwern Branwen  <gwern0@gmail.com>  (tiny change)
11563         * net/browse-url.el (browse-url-browser-function): Delete grail.
11564         (browse-url-grail): Function and variable deleted.
11565         (browse-url-browser-function): Delete IXI Mosaic.
11566         (browse-url-default-browser): Don't try IXI Mosaic.
11567         (browse-url-iximosaic): Function deleted.
11568         (browse-url-browser-function): Delete MMM.
11569         (browse-url-default-browser): Don't try MMM.
11570         (browse-url-mmm): Function deleted.
11572 2007-10-26  Drew Adams  <drew.adams@oracle.com>
11574         * custom.el (custom-note-var-changed): New function.
11576 2007-10-25  Dan Nicolaescu  <dann@ics.uci.edu>
11578         * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
11579         use with the definition.  Remove.
11581         * add-log.el (change-log-start-entry-re): New defconst.
11582         (change-log-sortable-date-at): Use it.
11583         (change-log-beginning-of-defun, change-log-end-of-defun):
11584         New functions.
11585         (change-log-mode): Use them for beginning-of-defun-function and
11586         end-of-defun-function.
11588 2007-10-25  Jonathan Yavner  <jyavner@member.fsf.org>
11590         * ses.el: Make `ses--symbolic-formulas' a safe local variable.
11591         (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
11592         (ses-recalculate-cell): Deal with point being just beyond end of
11593         data area (why does this happen?)
11594         (ses-set-curcell): Ditto.
11595         (ses-column-letter): Handle columns beyond 702.  Code written by
11596         Gareth Rees.
11598 2007-10-25  Carsten Dominik  <dominik@science.uva.nl>
11600         * textmodes/org.el (org-agenda-get-restriction-and-command):
11601         Use `mapc' instead of `mapcar'.
11602         (org-agenda-list): Numeric prefix argument can specify the number
11603         of days.
11604         (remember-register, remember-buffer): Prevent byte compiler from
11605         complaining.
11606         (org-todo): Save and restore match data.
11607         (org-no-warnings): New macro.
11608         (org-columns-eval): Use `org-no-warnings'.
11610 2007-10-25  Chris Moore  <christopher.ian.moore@gmail.com>
11612         * comint.el (comint-password-prompt-regexp):
11613         Handle `[sudo] password'-style prompt.
11615 2007-10-25  Glenn Morris  <rgm@gnu.org>
11617         * custom.el (custom-declare-variable): Add :risky and :safe keywords.
11618         (defcustom): Doc fix.
11620         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
11621         Add `non_intrinsic'.
11622         (f90-constants-re): Add ieee modules.
11623         (f90-typedef-matcher, f90-typedec-matcher)
11624         (f90-imenu-type-matcher): New functions.
11625         (f90-font-lock-keywords-1): Give module procedures function-name face.
11626         Use `f90-typedef-matcher' for derived types.  Fix `abstract interface'.
11627         Add `use, intrinsic'.
11628         (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
11629         Move start of `enum' blocks to separate entry.
11630         (f90-start-block-re): Fix `type', `abstract interface'.
11631         (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
11632         derived types.
11633         (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
11634         `elemental', change `enumerator'.
11635         (f90-no-block-limit): Fix `abstract interface'.
11637         * progmodes/f90.el (f90-indented-comment-re)
11638         (f90-directive-comment-re, f90-break-delimiters):
11639         * progmodes/fortran.el (fortran-comment-line-start-skip)
11640         (fortran-directive-re):
11641         * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
11642         as safe if they are strings.
11644 2007-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11646         * startup.el (window-system): Remove.  Don't make it frame-local.
11648 2007-10-24  Richard Stallman  <rms@gnu.org>
11650         * savehist.el (savehist-save): Omit unreadable elements.
11652         * loadhist.el (unload-function-defs-list): Rename from
11653         unload-function-features-list.
11654         (unload-feature-special-hooks, unload-feature): Doc fixes.
11656         * indent.el (indent-to-left-margin): If point's in the indentation,
11657         move to the end of the indentation.
11659         * cus-edit.el (customize-changed-options): Make arg optional.
11661 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
11663         * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
11665 2007-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
11667         * textmodes/org-publish.el (org-publish-attachment): Re-install
11668         accidentally deleted change.
11670 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11672         * term/iris-ansi.el (iris-function-map): Move init into declaration.
11674 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
11676         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
11677         (Buffer-menu-mode-map): Initialize in the declaration.
11678         (Buffer-menu-mode): Define with `define-derived-mode'.
11680 2007-10-24  Carsten Dominik  <dominik@science.uva.nl>
11682         * textmodes/org.el (org-version): Change to 5.13e.
11683         (org-agenda-file-regexp): Fix typo in docstring.
11684         (org-add-planning-info): Fix bug in parenthesis settings.
11685         (org-scan-tags): Catch the case of indirect buffers with no filename.
11686         (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
11687         Re-install switch to mapc, had been removed by accident.
11688         (org-columns-map): New binding `C-c C-o'.
11689         (org-columns-menu): Change menu text and added new entry.
11690         (org-columns-eval): Document the use of `next-line'.
11691         (org-columns-open-link): New function.
11692         (org-columns-follow-link): Remove function.
11693         (org-open-link-from-string): New function.
11694         (org-read-date-get-relative): Fix typo in docstring.
11695         (org-read-date-get-relative): Leading +/- is not optional.
11696         (org-agenda-get-restriction-and-command): Always resize window on
11697         first loop cycle.
11698         (org-agenda-open-link): Make sure the link abbreviations are
11699         present in the agenda buffer.
11700         (org-agenda-copy-local-variable): New function.
11702 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11704         * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
11706 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11708         * simple.el (reindent-then-newline-and-indent): Use a `move after
11709         insert' kind of marker in the save-excursion.
11711 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11713         * textmodes/css-mode.el: Require CL.
11714         (comment-continue): Declare.
11716         * subr.el (make-variable-frame-localizable): Remove.
11717         (make-variable-frame-local): Mark obsolete.
11719 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11721         * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
11722         of the subdirs is unreadable.
11724 2007-10-23  Michael Albinus  <michael.albinus@gmx.de>
11726         * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
11727         when we are local.
11729 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11731         * progmodes/python.el (python-current-defun): Remove left-over
11732         assignment to `start'.
11734 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
11736         * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
11737         than `mapcar'; return value is not used.
11739 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
11741         * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
11742         (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
11744 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
11746         * ibuf-ext.el (ibuffer-switch-to-saved-filters)
11747         (ibuffer-switch-to-saved-filter-groups): Doc fixes.
11749 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
11751         * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
11753 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11755         * emacs-lisp/advice.el (ad-make-advised-docstring):
11756         Add ad-advice-info text property to doc string.
11758 2007-10-23  Glenn Morris  <rgm@gnu.org>
11760         * progmodes/f90.el (f90-do-indent, f90-if-indent)
11761         (f90-type-indent, f90-program-indent, f90-associate-indent)
11762         (f90-continuation-indent, f90-comment-region)
11763         (f90-beginning-ampersand, f90-smart-end)
11764         (f90-break-before-delimiters, f90-auto-keyword-case)
11765         (f90-leave-line-no, f90-mode-hook):
11766         Give an appropriate safe-local-variable property.
11768         * progmodes/fortran.el (fortran-tab-mode-default)
11769         (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
11770         (fortran-structure-indent, fortran-continuation-indent)
11771         (fortran-comment-indent, fortran-comment-line-extra-indent)
11772         (fortran-comment-line-start)
11773         (fortran-minimum-statement-indent-fixed)
11774         (fortran-minimum-statement-indent-tab)
11775         (fortran-comment-indent-char, fortran-line-number-indent)
11776         (fortran-check-all-num-for-matching-do)
11777         (fortran-blink-matching-if, fortran-continuation-string)
11778         (fortran-comment-region, fortran-electric-line-number)
11779         (fortran-column-ruler-fixed, fortran-column-ruler-tab)
11780         (fortran-analyze-depth, fortran-break-before-delimiters):
11781         Give an appropriate safe-local-variable property.
11783 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
11785         * printing.el: Move variable definitions before use.
11786         (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
11788 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11790         * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
11791         (tpu-edt-off): Use it.
11792         (tpu-edt-on): Set it.  Make sure the tpu-global-map is not already on
11793         the global-map before adding it to global-map.
11795         * menu-bar.el (global-buffers-menu-map): New var.
11796         (global-map, menu-bar-update-buffers): Use it.
11797         * msb.el (msb-menu-bar-update-buffers): Use it.
11798         (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
11799         (msb--most-recently-used-menu, msb--create-buffer-menu-2):
11800         Use with-current-buffer.
11802 2007-10-22  Juri Linkov  <juri@jurta.org>
11804         * isearch-multi.el: New file.
11806         * isearch.el (isearch-search-string): After finding the next
11807         occurrence switch to buffer isearch-buffers-current-buffer when
11808         isearch-buffers-next-buffer-function is non-nil and
11809         isearch-buffers-current-buffer is live.
11811         * add-log.el (change-log-mode): Make and set buffer-local variable
11812         isearch-buffers-next-buffer-function to change-log-next-buffer.
11813         Call isearch-buffers-minor-mode.
11814         (change-log-next-buffer): New function.
11816 2007-10-22  Bastien Guerry  <Bastien.Guerry@ens.fr>
11818         * textmodes/org-export-latex.el (org-export-latex-protect-string):
11819         Renaming of `org-latex-protect'.
11820         (org-export-latex-emphasis-alist): By default, don't protect
11821         any emphasis formatter from further conversion.
11822         (org-export-latex-tables): Honor column grouping for tables.
11823         (org-export-latex-title-command): New option.
11824         (org-export-latex-treat-backslash-char): Use \textbackslash{} to
11825         export backslash character.
11827 2007-10-22  Carsten Dominik  <dominik@science.uva.nl>
11829         * textmodes/org.el (org-read-date-get-relative): New function.
11830         (org-agenda-file-regexp): New variable.
11831         (org-agenda-files): Allow directories in the variable.
11832         (org-agenda-get-restriction-and-command): New function.
11833         (org-agenda): Use `org-agenda-get-restriction-and-command'.
11834         (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
11835         (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
11836         New functions.
11837         (org-entry-add-to-multivalued-property)
11838         (org-entry-remove-from-multivalued-property)
11839         (org-entry-member-in-multivalued-property): New functions.
11840         (org-remember-apply-template): Catch C-g and make sure window
11841         configuration is restored.
11842         (org-agenda-open-link): Make it work with several links in the line.
11843         (org-drawers, org-set-regexps-and-options)
11844         (org-get-current-options): Add support for a DRAWERS in-buffer option.
11845         (org-agenda-window-frame-fractions): New option.
11846         (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
11847         (org-columns-cleanup-item, org-find-entry-with-id)
11848         (org-insert-columns-dblock, org-listtable-to-string)
11849         (org-dblock-write:columnview, org-columns-capture-view)
11850         (org-edit-headline): New functions.
11851         (org-agenda-to-appt): Require calendar.
11852         (org-entry-get-with-inheritance): Widen for search.
11853         (org-columns-display-here): Don't mark buffer as modified when
11854         adding space characters to accomodate column overlays.
11855         (org-export-as-html): Better formatting of tags in the toc.
11856         (org-columns-display-here): Make the ITEM column as compact as possible.
11857         (org-remember-templates): Customization interface improved.
11858         (org-export-with-property-drawer): Variable removed.
11859         (org-export-with-drawers): New option.
11860         (org-complex-heading-regexp): New variable.
11861         (org-sort-entries): Rewrite using `sort-subr'.
11862         (org-set-property): More appropriate completion during interactive use.
11863         (org-sort-entries): Allow sorting by property.
11864         (org-additional-option-like-keywords): Add more values.
11865         (org-sort-entries-or-items): Rename from `org-sort-entries'.
11867 2007-10-22  Carsten Dominik  <dominik@science.uva.nl>
11869         * textmodes/org.el (org-get-date-from-calendar): New function.
11870         (org-at-timestamp-p, org-timestamp-change)
11871         (org-remember-templates): First element of each entry is now a
11872         name for the template.
11873         (org-store-log-note): Check for `org-note-abort'.
11874         (org-kill-note-or-show-branches): New command.
11875         (org-fontify-priorities): New option.
11876         (org-fontify-priorities): New function.
11877         (org-cut-subtree, org-copy-subtree): New argument N to
11878         act on N sequential subtrees.
11879         (org-paste-subtree): Fix the level at which a tree is pasted.
11880         (org-fit-agenda-window): Limitations on window size removed.
11881         (org-agenda-find-same-or-today-or-agenda): Rename from
11882         `org-agenda-find-today-or-agenda'.
11883         (org-scheduled-past-days): New option.
11884         (org-agenda-scheduled-leaders)
11885         (org-agenda-deadline-leaders): New options.
11886         (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
11887         (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
11888         (org-export-with-tags, org-export-plist-vars)
11889         (org-infile-export-plist): New "tags" option.
11890         (org-use-property-inheritance): New option.
11891         (org-cached-entry-get): Use `org-use-property-inheritance'.
11892         (org-remember-apply-template): Fix typo.
11894 2007-10-22  Michael Albinus  <michael.albinus@gmx.de>
11896         * net/tramp.el (tramp-find-shell)
11897         (tramp-open-connection-setup-interactive-shell): Improve sending
11898         initial commands.
11899         (tramp-action-terminal): Send debug message.
11900         (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
11901         (tramp-barf-if-no-shell-prompt): Insert code of
11902         `tramp-wait-for-shell-prompt'.
11904 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11906         * term/AT386.el (terminal-init-AT386): Use input-decode-map.
11908         * term/vt200.el (terminal-init-vt200):
11909         * term/vt201.el (terminal-init-vt201):
11910         * term/vt220.el (terminal-init-vt220):
11911         * term/vt240.el (terminal-init-vt240):
11912         * term/vt300.el (terminal-init-vt300):
11913         * term/vt320.el (terminal-init-vt320):
11914         * term/vt400.el (terminal-init-vt400):
11915         * term/vt420.el (terminal-init-vt420): Use input-decode-map.
11917         * term/wyse50.el (wyse50-terminal-map): New var.
11918         (terminal-init-wyse50): Use it and input-decode-map.
11919         (enable-arrow-keys): Emasculate.
11921         * term/tvi970.el (tvi970-terminal-map): New var.
11922         (terminal-init-tvi970): Use it and input-decode-map.
11923         (tvi970-keypad-numeric): Remove.
11924         (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
11926         * term/sun.el (sun-raw-prefix): Fill as part of declaration.
11927         (terminal-init-sun): Use it and input-decode-map.
11929         * term/news.el (terminal-init-news):
11930         * term/lk201.el (terminal-init-lk201):
11931         * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
11933 2007-10-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
11935         * complete.el (PC-expand-many-files): Remove.
11936         (PC-do-completion): Call file-expand-wildcards instead of
11937         PC-expand-many-files.
11939         * net/tramp.el (tramp-handle-expand-many-files): Remove.
11940         (PC-expand-many-files): Remove advice.
11942 2007-10-22  Glenn Morris  <rgm@gnu.org>
11944         * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
11945         Add some support for Fortran 2003 syntax:
11946         (f90-type-indent): Now also applies to `enum'.
11947         (f90-associate-indent): New user option.
11948         (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
11949         Add some F2003 keywords.
11950         (f90-constants-re): New constant.
11951         (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
11952         Interface'.
11953         (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
11954         `class'.  Arguments for `type'/`class' may have spaces.  Add a new
11955         element for functions with specified types.  Add `end enum' and
11956         `select type'.  Add `implicit enumerator' and `procedure'.
11957         Add `class default' and `type is', `class is'.  Fix `go to' regexp.
11958         (f90-font-lock-keywords-3): Add `asynchronous' attribute.
11959         (f90-font-lock-keywords-4): Add `f90-constants-re'.
11960         (f90-blocks-re): Add `enum' and `associate'.
11961         (f90-else-like-re): Add `class is', `type is', and `class default'.
11962         (f90-end-type-re): Add `enum'.
11963         (f90-end-associate-re, f90-typeis-re): New constants.
11964         (f90-end-block-re): Add `enum' and `associate'.  Change from
11965         optional whitespace to end-of-word, to avoid `enumerator'.
11966         (f90-start-block-re): Add `select type', `abstract interface', and
11967         `enum'.  Avoid `type is', and `type (sometype)'.
11968         (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
11969         (f90-mode): Doc fix.
11970         (f90-looking-at-select-case): Doc fix.  Add `select type'.
11971         (f90-looking-at-associate): New function.
11972         (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
11973         Add `enum' and `abstract interface'.
11974         (f90-no-block-limit): Add `select type' and `abstract interface'.
11975         (f90-get-correct-indent, f90-calculate-indent)
11976         (f90-end-of-block, f90-beginning-of-block, f90-next-block)
11977         (f90-indent-region, f90-match-end): Handle `associate' blocks.
11979 2007-10-22  Martin Rudalics  <rudalics@gmx.at>
11981         * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
11982         Use window-full-width-p.
11984 2007-10-22  Dan Nicolaescu  <dann@ics.uci.edu>
11986         * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
11988         * tooltip.el: Use featurep 'xemacs.
11990         * printing.el: Move variable definitions before use, no code change.
11992 2007-10-22  Juri Linkov  <juri@jurta.org>
11994         * simple.el (goto-history-element): Allow minibuffer-default to be
11995         a list of default values accessible by typing M-n in the minibuffer.
11997         * dired-x.el (dired-guess-shell-command): Put all guesses to the
11998         minibuffer default value list instead of pushing them temporarily
11999         to the history list.
12001 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
12003         * hexl.el (hexl-menu): New major mode menu.
12005 2007-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12007         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
12009 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
12011         * w32-fns.el (w32-quote-process-args):
12012         * dos-w32.el (print-region-function, lpr-headers-switches)
12013         (ps-print-region-function): Pacify byte-compiler.
12015         * emulation/edt-mapper.el (function-key-map):
12016         (edt-map-key): Make it a function instead of using fset.
12017         Inline edt-gnu-map-key and edt-lucid-map-key.  Use featurep 'xemacs.
12018         (edt-gnu-map-key, edt-lucid-map-key): Remove.
12019         (edt-x-emacs-p): Remove.
12020         (edt-emacs-variant, edt-window-system, edt-xserver):
12021         Use featurep 'xemacs.
12023         * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
12024         Replace eudc-xemacs-p with its definition.
12025         (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
12026         (eudc-emacs-mule-p): Remove.
12027         (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
12028         eudc-xemacs-p with feature tests.
12030         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
12031         (eudc-bob-url-keymap, eudc-bob-sound-keymap)
12032         (eudc-bob-generic-keymap, eudc-bob-popup-menu)
12033         (eudc-bob-toggle-inline-display):
12034         * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
12035         Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
12037         * net/eudcb-ph.el (eudc-ph-open-session):
12038         Replace eudc-xemacs-mule-p with its former definition.
12040         * progmodes/octave-mod.el (octave-xemacs-p): Remove.
12041         (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
12043         * progmodes/vera-mode.el (vera-xemacs): Remove.
12044         (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
12046         * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
12047         (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
12048         (vhdl-speedbar-initialize, vhdl-ps-print-init)
12049         (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
12050         (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
12051         with (featurep 'xemacs).
12053         * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
12054         (save-buffer-state-x):
12055         * obsolete/fast-lock.el (fast-lock-verbose):
12056         * emulation/viper-init.el (viper-xemacs-p)
12057         (viper-cond-compile-for-xemacs-or-emacs):
12058         * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
12059         * ps-print.el (case-fold-search):
12060         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
12061         * calculator.el (calculator-help): Use featurep 'xemacs.
12063         * progmodes/prolog.el: Undo previous change.
12064         (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
12066         * progmodes/dcl-mode.el:
12067         * play/yow.el:
12068         * calendar/todo-mode.el:
12069         * calendar/cal-hebrew.el:
12070         * vc-hg.el: Undo previous change.
12072         * vms-patch.el: Likewise.
12073         (print-region-function): Pacify byte-compiler.
12075 2007-10-21  Michael Albinus  <michael.albinus@gmx.de>
12077         * files.el (backup-buffer-copy): Call `copy-file' with non-nil
12078         preserve-uid-gid.
12080         * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
12081         compatibility.  It is not used, though.
12083         * net/tramp.el (top): Put load of all tramp-* files into a dolist.
12084         Require tramp-cmds.el.
12085         (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
12086         (tramp-handle-file-name-all-completions): Expand DIRECTORY.
12087         (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
12088         (tramp-do-copy-or-rename-file-out-of-band)
12089         (tramp-maybe-open-connection): Use `make-temp-name'.  This is
12090         possible, because we don't need to create the temporary file, but
12091         we need a prefix for ssh, which has its own temporary file handling.
12092         (tramp-handle-delete-directory): Add "-f" to rmdir.
12093         (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
12094         (tramp-handle-insert-file-contents): Don't raise a tramp-error but
12095         a signal, in order to give the callee a chance to suppress.
12096         (tramp-handle-write-region): Set owner also in case of short
12097         track.  Don't use compatibility calls for `write-region' anymore.
12098         (tramp-clear-passwd): Add parameter VEC.  Adapt all callees.
12099         (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
12101         * net/tramp-cmds.el: New file.
12103         * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
12104         `tramp-clear-passwd'.
12106         * net/trampver.el: Update release number.
12108 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
12110         * progmodes/gud.el (gud-target-name): Move definition before use.
12112         * progmodes/dcl-mode.el: Require imenu at compile time.
12114         * progmodes/cc-engine.el (c-maybe-stale-found-type):
12115         Pacify byte-compiler.
12117         * obsolete/fast-lock.el: Use featurep test instead of string-match.
12119         * eshell/esh-mode.el (eshell-handle-ansi-color):
12120         Require ansi-color at compile time too.
12122         * eshell/em-unix.el (eshell/info): Require info at compile time too.
12124         * w32-fns.el: Require w32-vars.
12126         * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
12127         time too.
12129 2007-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12131         * double.el ([ignore]): Use `ignore'.
12132         (double-setup): Inline into double-mode.
12133         (double-mode): Use define-minor-mode.
12135 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
12137         * textmodes/reftex.el: Move require easymenu before first use.
12138         (reftex-info): Require info at compile too.
12140         * textmodes/org-publish.el (org-publish-org-to-html)
12141         (org-publish-org-to): Require org at compile time too.
12142         (org-publish-attachment): Require at compile time too.
12144         * term/tty-colors.el (w32-tty-standard-colors):
12145         Pacify byte-compiler.
12147         * term/pc-win.el (frame-creation-function-alist): Add to this
12148         instead of setting frame-creation-function.
12150         * play/blackbox.el (bb-up, bb-down): Use forward-line.
12152         * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
12154         * calendar/todo-mode.el: Require calendar at compile time.
12156         * calendar/cal-hebrew.el: Require holidays at compile time.
12158         * w32-vars.el: Provide w32-vars.
12160         * term/w32-win.el: Require w32-vars.
12161         (w32-color-map): Pacify byte-compiler.
12163         * loadup.el: Load w32-vars before term/w32-win.
12165 2007-10-20  Juri Linkov  <juri@jurta.org>
12167         * textmodes/fill.el (fill-paragraph): When the region is active,
12168         don't try other `or' branches regardless of the value returned by
12169         fill-region; just return t.
12171 2007-10-20  Eric S. Raymond  <esr@snark.thyrsus.com>
12173         * vc.el (vc-do-command): Condition out a misleading message when
12174         running asynchronously.
12175         (vc-deduce-fileset): New argument enables using an unregistered
12176         visited file as a singleton fileset if nothing else is available.
12177         (vc-next-action): Restore file-registering behavior.
12179 2007-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
12181         * calc/README: Add recent news.
12183 2007-10-20  Dan Nicolaescu  <dann@ics.uci.edu>
12185         * term/x-win.el (x-gtk-stock-map, icon-map-list)
12186         (x-gtk-map-stock): Delete duplicated definitions from merge.
12188         * progmodes/compile.el (compilation-skip-to-next-location)
12189         (compilation-skip-threshold, compilation-skip-visited):
12190         Move definitions earlier.
12192         * play/decipher.el (decipher-keypress):
12193         * play/zone.el (zone-fall-through-ws):
12194         * play/landmark.el (lm-move-down, lm-move-up):
12195         * play/handwrite.el (handwrite):
12196         * mail/mspools.el (mspools-visit-spool):
12197         * wdired.el (wdired-next-line, wdired-previous-line):
12198         * tar-mode.el (tar-subfile-save-buffer):
12199         * scroll-lock.el (scroll-lock-next-line)
12200         (scroll-lock-previous-line):
12201         * image-dired.el (image-dired-next-line)
12202         (image-dired-previous-line):
12203         * ediff-help.el (ediff-help-message-line-length):
12204         Use forward-line.
12206         * smerge-mode.el (smerge-auto-refine):
12207         * diff-mode.el (diff-auto-refine): Add :group.
12209         * play/yow.el: Require doctor at compile time.
12211         * vmsproc.el: Provide vmsproc.
12212         (command-send-input): Use forward-line.
12214         * vms-patch.el: Require ps-print and vmsproc at compile time.
12216         * vc-mtn.el (log-view-message-re, log-view-file-re)
12217         (log-view-font-lock-keywords): Pacify byte-compiler.
12219         * vc-hg.el: Require log-view at compile time.
12221 2007-10-20  Eric S. Raymond  <esr@snark.thyrsus.com>
12223         * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
12225 2007-10-20  Glenn Morris  <rgm@gnu.org>
12227         * progmodes/f90.el (f90-font-lock-keywords-2)
12228         (f90-looking-at-type-like): Fix regexp typos.
12230 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
12232         * bs.el (bs--track-window-changes): Don't refresh the whole list.
12233         (bs-mode): Set mode-class property to special.
12235 2007-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12237         * diff-mode.el (diff-auto-refine): New var.
12238         (diff-hunk): Use it.
12239         (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
12240         (diff-refine-change): Rename from diff-fine-change.  Change it.
12241         (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
12242         (diff-refine-hunk): Rename from diff-fine-highlight.
12244 2007-10-20  John Paul Wallington  <jpw@pobox.com>
12246         * help-fns.el (describe-variable-custom-version-info): New function
12247         to return variable's version or package version note.
12248         (describe-variable): Use it, display result.
12250 2007-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12252         * smerge-mode.el (smerge-auto-refine): New var.
12253         (smerge-next, smerge-prev): Use it.
12254         (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
12256         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12257         Add `body' arg.  Cleanup the check-narrow-maybe/re-narrow-maybe mess.
12259         * vc-bzr.el (vc-bzr-diff-tree):
12260         * vc-git.el (vc-git-diff-tree):
12261         * vc-hg.el (vc-hg-diff-tree):
12262         * vc-mcvs.el (vc-mcvs-diff-tree):
12263         * vc-mtn.el (vc-mtn-diff-tree):
12264         * vc-svn.el (vc-svn-diff-tree): Remove.
12266         * vc-mtn.el (vc-mtn-revision-completion-table):
12267         * vc-cvs.el (vc-cvs-revision-completion-table):
12268         * vc-arch.el (vc-arch-revision-completion-table):
12269         * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
12270         * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
12271         Make it work when the arg is a list of files.
12273 2007-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12275         * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
12276         Also `revision-completion-table' now takes a list of files.
12277         (vc-deduce-fileset): Remove unused var `regexp'.
12278         Only obey allow-directory-wildcard in dired buffers.
12279         (vc-default-diff-tree): Remove.
12280         (vc-diff-added-files): New var.
12281         (vc-diff-internal): Use it.  Remove arg `backend'.  Update callers.
12282         (vc-version-diff): Revert from `vc-history-diff' to the original name.
12283         Remove the `backend' arg.
12284         (vc-contains-version-controlled-file): Remove.
12285         (vc-diff): Bring it closer to the version in Emacs-22.
12286         (vc-revert): Fix typo in let-binding.
12287         (vc-default-unregister): Remove.
12288         (vc-dired-buffers-for-dir): Remove N^2 behavior.
12290 2007-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
12292         * textmodes/two-column.el (2C-split, 2C-merge):
12293         * textmodes/bib-mode.el (bib-find-key, mark-bib):
12294         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
12295         * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
12296         * progmodes/ada-xref.el (ada-get-all-references):
12297         * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
12298         * emulation/vi.el (vi-previous-line-first-nonwhite)
12299         (vi-effective-range, vi-put-before):
12300         * emulation/edt.el (edt-next-line, edt-previous-line)
12301         (edt-paragraph-forward): Use forward-line.
12303         * progmodes/etags.el (tags-apropos): Require apropos at compile
12304         time too.
12306         * progmodes/prolog.el: Require comint when compiling.
12307         (inferior-prolog-flavor): Move defvar before use.
12309 2007-10-19  Richard Stallman  <rms@gnu.org>
12311         * font-core.el (turn-on-font-lock-if-desired):
12312         Rename from `turn-on-font-lock-if-enabled'.
12313         Fully obey `font-lock-global-modes'.
12315 2007-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12317         * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
12318         which will not affect the behavior of things like forward-word.
12319         (diff-fine-highlight): Preserve point.
12321         * doc-view.el (doc-view-mode-map): Use remapping.
12322         Don't rebind C-v, M-v to their default value.
12323         Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
12325         * smerge-mode.el: Add word-granularity refinement.
12326         (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
12327         (smerge-refine-weight-hack): New vars.
12328         (smerge-refine-forward): New fun.
12329         (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
12330         (smerge-refine-subst): Use them as well.  Preserve point.
12332 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
12334         * follow.el (follow-unload-function): New function.
12336         * loadhist.el (unload-function-features-list):
12337         Rename from `unload-hook-features-list'.
12338         (unload-hook-features-list): Add as obsolete alias.
12339         (unload-feature): Use `unload-function-features-list'
12340         and new FEATURE-unload-function.
12342 2007-10-19  Glenn Morris  <rgm@gnu.org>
12344         * bindings.el (mouse-minor-mode-menu)
12345         (minor-mode-menu-from-indicator): Move to mouse.el.
12346         * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
12347         Move here from bindings.el.
12349 2007-10-19  Richard Stallman  <rms@gnu.org>
12351         * help-fns.el (describe-function-1): Don't use the advice origname
12352         if it has no function definition.
12354 2007-10-18  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
12356         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
12357         Use `save-restriction' rather than `widen'.
12359 2007-10-18  Richard Stallman  <rms@gnu.org>
12361         * time.el (display-time-world-time-format): Display day # not month #.
12363 2007-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
12365         * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
12367         * doc-view.el: Remove version keyword.
12368         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
12369         (doc-view-ps2pdf-program): Use executable-find.  Simplify custom type.
12370         (doc-view-ghostscript-options): Improve custom type.
12371         (doc-view-cache-directory, doc-view-conversion-buffer)
12372         (doc-view-conversion-refresh-interval): Simplify custom type.
12374 2007-10-18  Tassilo Horn  <tassilo@member.fsf.org>
12376         * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
12377         (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
12378         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
12379         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
12380         Remove superfluous messages.
12381         (doc-view-mode-map): Use the image-mode scrolling commands.
12382         Don't rebind C-x k.
12384 2007-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
12386         * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
12387         Add comment about "-dSAFER".
12389 2007-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12391         * term/xterm.el: Don't require xt-mouse.
12392         (terminal-init-xterm): Run terminal-init-xterm-hook rather than
12393         calling turn-on-xterm-mouse-tracking-on-terminal directly.
12395         * xt-mouse.el: Don't change the global function-key-map anny more.
12396         (xterm-mouse-mode): Use terminal-init-xterm-hook.
12397         Don't use after-make-frame-functions now that term/xterm.el calls
12398         us directly.
12399         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
12400         Use turn-*-xterm-mouse-tracking-on-terminal.  Only once per terminal.
12401         (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
12402         Setup input-decode-map and remember that xterm-mouse-mode was
12403         enabled in this terminal.
12404         (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
12405         terminals where it has been enabled.
12407         * faces.el (tty-create-frame-with-faces): Make sure not only
12408         tty-run-terminal-initialization but also set-locale-environment
12409         are run only once per terminal.
12410         (tty-run-terminal-initialization): Don't check if the terminal was
12411         already initted.
12413         * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
12414         not to remove keymaps that just happen to inherit from one of ours.
12415         When setting up our keymap, make sure it won't be accidentally
12416         modified by someone else.
12418 2007-10-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
12420         * textmodes/artist.el (artist-previous-line, artist-next-line):
12421         * dired.el (dired-next-line, dired-previous-line):
12422         * progmodes/delphi.el (delphi-newline):
12423         * textmodes/org.el (org-columns-eval):
12424         Use forward-line.
12426         * emerge.el (emerge-setup): Use insert-buffer-substring.
12427         (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
12429 2007-10-18  Juanma Barranquero  <lekktu@gmail.com>
12431         * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
12432         (adaptive-fill-function): Doc fix.  Remove * from docstring.
12434 2007-10-18  Tom Horsley  <tom.horsley@att.net>
12436         * simple.el (interprogram-paste-function): Doc fix.
12437         (current-kill): Accept list of strings as well
12438         as single string from `interprogram-paste-function'.
12440 2007-10-18  Glenn Morris  <rgm@gnu.org>
12442         * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
12444 2007-10-18  Drew Adams  <drew.adams@oracle.com>
12446         * bindings.el (mode-line-minor-mode-keymap):
12447         Add mouse-minor-mode-menu on mouse-1.
12448         (mode-line-modes): Add mouse-1 to help-echo text.
12449         (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
12450         New functions.
12451         (mode-line-minor-mode-help): Doc fix.
12453 2007-10-17  Juri Linkov  <juri@jurta.org>
12455         * textmodes/fill.el (fill-paragraph-or-region): Remove function
12456         at the request of RMS.
12457         (fill-paragraph): Change `arg' to optional `justify'.  Add interactive
12458         arg `region'.  Fix docstring.  At the first `or' branch add call to
12459         `fill-region' if it the region is active in transient-mark-mode.
12461         * bindings.el (esc-map): Bind M-q to fill-paragraph
12462         instead of fill-paragraph-or-region.
12464         * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
12465         with fill-paragraph.
12467         * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
12468         Fix docstring.
12470         * indent.el (indent-for-tab-command): Change interactive spec from
12471         "P" to "p".  Add check for interactive arg before indenting the
12472         active region.
12474         * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
12475         Regroup.
12477 2007-10-17  Juanma Barranquero  <lekktu@gmail.com>
12479         * emacs-lisp/find-func.el: Don't require loadhist.
12481         * loadhist.el (feature-symbols, file-provides, file-requires)
12482         (file-set-intersect, file-dependents): Simplify.
12483         (unload-feature-special-hooks): Update list of special hooks.
12485 2007-10-17  Tassilo Horn  <tassilo@member.fsf.org>
12487         * bindings.el (completion-ignored-extensions): Remove pdf and dvi
12488         extensions since they can be viewed with doc-view.
12490         * files.el (auto-mode-alist): Make doc-view-mode the default mode
12491         for pdf, ps and dvi files.
12493         * doc-view.el: Make doc-view-mode the standard mode for viewing
12494         pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
12495         text and image display.  Add binding C-c C-e to switch to an
12496         editing mode.
12497         (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
12498         avoid security problems when rendering files from untrusted sources.
12500 2007-10-17  Aaron Hawley  <aaronh@garden.org>
12502         * tutorial.el (tutorial--save-tutorial): Display message when tutorial
12503         position is not saved.
12505 2007-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
12507         * doc-view.el: Mention xpdf.  Fix spelling of Ghostscript.
12508         (doc-view-ghostscript-options): Fix typo in doc string.
12510 2007-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12512         * progmodes/compile.el (compilation-next-error-function): Fix timestamp
12513         handling, so compilation-fake-loc works again.
12515         * server.el (server-select-display): Nop if we do not support m-f-o-d.
12516         (server-process-filter): Revert last change.
12518         * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
12519         behavior unrelated to filesets.
12521 2007-10-17  Chong Yidong  <cyd@stupidchicken.com>
12523         * longlines.el (longlines-wrap-follows-window-size): Integer value
12524         specifies wrapping margin.
12525         (longlines-mode, longlines-window-change-function):
12526         Set window-specific wrapping margin based on the above.
12528 2007-10-17  John Wiegley  <johnw@newartisans.com>
12530         * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
12532 2007-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
12534         * server.el (server-process-filter): Only set display if X11 is
12535         supported.
12537 2007-10-17  Glenn Morris  <rgm@gnu.org>
12539         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
12540         Tweak regexp to avoid stack overflow.
12542 2007-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12544         * simple.el (reindent-then-newline-and-indent): Don't assume that
12545         indent-according-to-mode preserves point.
12547 2007-10-16  Juanma Barranquero  <lekktu@gmail.com>
12549         * bs.el (bs--make-header-match-string, bs-show-in-buffer)
12550         (bs--nth-wrapper): Simplify.
12551         (bs-select, bs--insert-one-entry): Simplify.  Use `when'.
12552         (bs-buffer-list): Simplify.  Use `when'.  Use `string-match-p'.
12553         (bs-sort-buffer-interns-are-last): Use `string-match-p'.
12554         (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
12555         (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
12556         (bs-configurations, bs-default-configuration)
12557         (bs-alternative-configuration, bs-cycle-configuration-name)
12558         (bs-string-show-always, bs-string-show-never, bs-string-current)
12559         (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
12560         (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
12561         (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
12562         (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
12563         (bs--window-config-coming-from): Revert 2006-11-09 change.
12564         (bs--restore-window-config): Keep the selected frame.
12565         (bs--track-window-changes, bs--remove-hooks): New functions.
12566         (bs-mode): Use `define-derived-mode'.  Set hook to track window changes.
12567         (bs--create-header): Remove.
12568         (bs--create-header-line): New function, based on `bs--create-header'.
12569         (bs--show-header): Use `bs--create-header-line'.
12570         (bs--show-with-configuration): Revert 2006-11-09 change.
12571         Don't reuse window unless it is visible on the selected frame.
12572         Restore window configuration (possibly in a different frame)
12573         before creating any window.
12575 2007-10-16  Glenn Morris  <rgm@gnu.org>
12577         * simple.el (blink-matching-open): Don't report false errors with
12578         the `$' syntax class.
12580 2007-10-16  Richard Stallman  <rms@gnu.org>
12582         * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
12583         (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
12584         (ad-is-advised, ad-get-advice-info-field)
12585         (ad-set-advice-info-field): Use ad-get-advice-info-macro.
12587 2007-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12589         * vc-hooks.el (vc-workfile-version): Compatibility alias.
12590         (vc-default-working-revision): Compatibility for backends.
12592 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
12594         * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
12595         (filesets-ormap, filesets-sort-case-sensitive-flag)
12596         (filesets-remake-shortcut, filesets-ingroup-collect-files):
12597         Fix typos in docstrings.
12598         (filesets-conditional-sort, filesets-find-or-display-file)
12599         (filesets-data-get-name, filesets-data-get-data)
12600         (filesets-data-set, filesets-cmd-query-replace-getargs)
12601         (filesets-ingroup-collect): Doc fixes.
12603 2007-10-15  Sam Steingold  <sds@gnu.org>
12605         * mail/sendmail.el (sendmail-error-reporting-interactive)
12606         (sendmail-error-reporting-non-interactive): New variables for
12607         sendmail error reporting options to simplify support for imperfect
12608         sendmail emulators.
12609         (sendmail-send-it): Use them instead of list literals.
12611 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
12613         * help-fns.el: Revert previous change; it creates a
12614         dependency loop between advice.el and help-fns.el.
12616 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
12618         * help-fns.el: Require advice when compiling.
12620 2007-10-14  Drew Adams  <drew.adams@oracle.com>
12622         * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
12623         (ring-insert+extend, ring-remove+insert+extend, ring-member)
12624         (ring-next, ring-previous): New functions.
12626 2007-10-14  Richard Stallman  <rms@gnu.org>
12628         * emacs-lisp/advice.el (documentation): Advice deleted.
12629         Doc for advised functions is now handled at C level.
12630         (ad-stop-advice, ad-start-advice): Don't enable or disable
12631         advice for `documentation'.
12632         (ad-advised-definition-docstring-regexp): Var deleted.
12633         (ad-make-advised-definition-docstring): Store orig name
12634         as text property of string.
12635         (ad-advised-definition-p): Check for text property of docstring.
12637         * help-fns.el (describe-function-1): Find source of advised functions.
12639 2007-10-14  Juri Linkov  <juri@jurta.org>
12641         * faces.el (describe-face): Allow handling a string as the face name.
12643         * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
12644         active region in transient-mark-mode.
12645         (ispell-region): Change messages displayed at the start and end of
12646         the spell-checking to be the same.
12648         * startup.el (fancy-startup-tail): Say exactly what does the button
12649         dismiss ("Dismiss this startup screen").  Use text "Never show
12650         it again" for the checkbox after this button.
12651         (fancy-startup-screen, fancy-about-screen): Put point before the
12652         first link, so the user can quickly select links with the keyboard.
12653         (normal-mouse-startup-screen): Add more useful text describing how
12654         to follow a link.
12656 2007-10-14  Glenn Morris  <rgm@gnu.org>
12658         * progmodes/etags.el (select-tags-table): Disable undo in the
12659         `*Tags Table List*' buffer.
12661 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
12663         * dired.el (dired-warn-writable): New face.
12664         (dired-warn-writable-face): New variable.
12665         (dired-font-lock-keywords): Use dired-warn-writable-face, instead
12666         of dired-warning-face, for group- and world-writable files.
12668 2007-10-13  Richard Stallman  <rms@gnu.org>
12670         * files.el (directory-abbrev-alist): Doc fix.
12672 2007-10-13  Jari Aalto  <jari.aalto@cante.net>
12674         * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
12676 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
12678         * frame.el (set-frame-configuration): Assign name parameter only
12679         if it has been set explicitly before.
12681 2007-10-11  Tom Tromey  <tromey@redhat.com>
12683         * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
12684         frame is visible.
12686 2007-10-10  Richard Stallman  <rms@gnu.org>
12688         * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
12689         in *Backtrace*.
12691         * faces.el (face-font-selection-order): Doc fix.
12693         * loadhist.el (unload-feature): Doc fix.
12695 2007-10-13  Glenn Morris  <rgm@gnu.org>
12697         * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
12698         (octave-re-search-forward-kw, octave-re-search-backward-kw):
12699         Add doc string, and an explicit COUNT argument.
12700         (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
12701         `inc' to search functions.
12703         * faces.el (face-spec-set): When FRAME is nil, set the default for
12704         new frames (restores pre-2007-09-17 behavior).  Doc fix.
12706 2007-10-13  John W. Eaton  <jwe@octave.org>
12708         * progmodes/octave-mod.el (octave-looking-at-kw)
12709         (octave-re-search-forward-kw, octave-re-search-backward-kw):
12710         New functions.
12711         (octave-in-defun-p, calculate-octave-indent)
12712         (octave-blink-matching-block-open, octave-beginning-of-defun)
12713         (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
12714         to search for regexps that contain case-sensitive keywords.
12715         (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
12716         (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
12718 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
12720         * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
12721         Do not use a single clause cond.
12723         * cus-start.el (all): Use test that does not match the X11 version
12724         for mac.
12726 2007-10-13  Markus Gritsch  <m.gritsch@gmail.com>  (tiny change)
12728         * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
12729         BROWSE buffer.
12731 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
12733         * cus-start.el (all): Undo previous change.
12735 2007-10-13  Glenn Morris  <rgm@gnu.org>
12737         * woman.el (woman0-rename): Fix paren typo.
12739         * mail/feedmail.el (feedmail-run-the-queue)
12740         (feedmail-look-at-queue-directory):
12741         * mail/reporter.el (reporter-dump-state):
12742         * net/eudc-hotlist.el (eudc-edit-hotlist):
12743         * net/eudc.el (eudc-display-records)
12744         (eudc-filter-duplicate-attributes)
12745         (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
12746         * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
12747         (eudc-bbdb-query-internal):
12748         * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
12749         * net/socks.el (socks-build-auth-list):
12750         * progmodes/cc-cmds.el (top level):
12751         * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
12752         * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
12753         (cperl-write-tags, cperl-tags-treeify):
12754         * progmodes/ebnf-yac.el (ebnf-yac-token-table):
12755         * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
12756         * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
12757         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
12758         (idlwave-toolbar-remove-everywhere):
12759         * progmodes/idlwave.el (idlwave-indent-line)
12760         (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
12761         (idlwave-write-paths, idlwave-all-method-classes)
12762         (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
12763         (idlwave-fix-keywords, idlwave-display-calling-sequence)
12764         (idlwave-complete-in-buffer):
12765         * textmodes/org.el (org-export-as-html, org-export-as-ascii)
12766         (org-fast-tag-selection):
12767         * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
12768         than mapcar.
12770 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
12772         * diff-mode.el (diff-fine-change): Add :group.
12774 2007-10-12  Dan Nicolaescu  <dann@ics.uci.edu>
12776         * cus-start.el (all): Use the same test as the 22.2 branch.
12778 2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12780         * diff-mode.el (diff-current-defun): Force recomputation of
12781         change-log-default-name.
12783 2007-10-12  Chong Yidong  <cyd@stupidchicken.com>
12785         * startup.el (fancy-startup-screen): Remove an unnecessary newline
12786         and some leftover logic regarding dedicated frames.  If showing
12787         concise startup screen, fit window to buffer.
12788         (command-line-1): If we will be using the splash screen, use
12789         find-file instead of find-file-other-window to find additional files.
12790         Comment out unused code for coping with the old sit-for behavior.
12792 2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12794         * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
12795         `meta' modifier consistently, rather than using sometimes meta
12796         sometimes alt.
12798 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
12800         * window.el (handle-select-window): Revert part of 2007-10-08
12801         change setting the input focus.
12803 2007-10-12  Glenn Morris  <rgm@gnu.org>
12805         * startup.el (command-line): Do not read abbrev file in batch mode.
12807         * emacs-lisp/byte-opt.el (top level):
12808         * mail/rmail.el (rmail-list-to-menu):
12809         * obsolete/hilit19.el (hilit-mode):
12810         * progmodes/cc-mode.el (c-postprocess-file-styles)
12811         (c-submit-bug-report):
12812         * textmodes/org-publish.el (org-publish-get-plist-from-filename):
12813         * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
12814         (reftex-access-parse-file):
12815         * textmodes/reftex-cite.el (reftex-do-citation)
12816         (reftex-insert-bib-matches):
12817         * textmodes/reftex-ref.el (reftex-offer-label-menu):
12818         * textmodes/reftex-sel.el (reftex-select-unmark):
12819         * textmodes/reftex-toc.el (reftex-toc-do-promote):
12820         * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
12822         * cus-edit.el (custom-variable-menu, custom-face-menu)
12823         (custom-group-menu): Check init-file-user rather than
12824         user-init-file, in case cus-edit is loaded by site-run-file.
12826 2007-10-11  Dan Nicolaescu  <dann@ics.uci.edu>
12828         * vc.el (vc-deduce-fileset): Delete unused code.
12829         (vc-next-action): Fix typos.
12831 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
12833         * bs.el (bs--mark-unmark): New function.
12834         (bs-mark-current, bs-unmark-current): Use it.
12836 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
12838         * vc.el (vc-diff):
12839         (vc-diff-internal): Merge a patch by Juanma Barranquero.  Also,
12840         temporarily disable the check for his edge case of
12841         vc-diff (stopping it from grinding when called from $HOME), as
12842         it's calling some brittle code in vc-hooks.el.
12843         (with-vc-properties): Fix evaluation time of a macro argument.
12844         * ediff-vers.el (ediff-vc-internal):
12845         * vc-hooks.el:
12846         * loaddefs.el: Follow up on VC terminology change.
12848 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
12850         * follow.el (follow-stop-intercept-process-output):
12851         Use `follow-call-process-filter' rather than `process-filter'.
12852         Simplify.
12854 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
12856         * vc-hooks.el (vc-registered): Robustify this function a bit
12857         against filenames with no directory component.
12859 2007-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12861         * international/characters.el: Undo unwanted and unexplained change.
12863 2007-10-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12865         * ps-print.el: Fix the usage of :foreground and :background face
12866         attributes.  Reported by Nikolaj Schumacher <n_schumacher@web.de>.
12867         (ps-print-version): New version 6.7.6.
12868         (ps-face-attributes, ps-face-attribute-list, ps-face-background):
12869         Fix code.
12870         (ps-face-foreground-color-p, ps-face-background-color-p)
12871         (ps-face-color-p): New inline funs.
12873 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
12875         * textmodes/org.el (org-additional-option-like-keywords): New constant.
12876         (org-complete): Use `org-additional-option-like-keywords'.
12877         (org-parse-local-options): New function.
12879 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
12881         * textmodes/org.el (org-in-clocktable-p): New function.
12882         (org-clock-report): Only update the table at point, or insert a new one.
12883         (org-clock-goto): New function.
12884         (org-open-file): Use `start-process-shell-command' instead of
12885         `shell-command' with an ampersand.
12886         (org-deadline, org-schedule): New argument REMOVE to remove the
12887         date from the entry.
12888         (org-agenda-schedule, org-agenda-deadline): Pass the prefix
12889         argument to `org-schedule' and `org-deadline'.
12890         (org-trim): Use the correct expressions for beginning and end of
12891         the string.
12892         (org-get-cleaned-entry): Trim the string before returning it.
12893         (org-clock-find-position): New function.
12894         (org-clock-into-drawer): New option.
12895         (org-agenda-tags-column): Rename from
12896         `org-agenda-align-tags-to-column'.
12897         (org-agenda-align-tags): Allow negative values for
12898         `org-agenda-tags-column'.
12899         (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
12900         (org-agenda-to-appt): New optional argument FILTER.
12901         (org-completion-fallback-command): New variable.
12902         (org-complete): Use `org-completion-fallback-command'.
12903         (org-find-base-buffer-visiting): Catch the case that there is no
12904         buffer visiting the file.
12905         (org-property-or-variable-value): New function.
12906         (org-todo): Use `org-property-or-variable-value'
12907         (org-agenda-compact-blocks): New option.
12908         (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
12909         (org-agenda-schedule, org-agenda-deadline):
12910         Call `org-agenda-show-new-time'.
12911         (org-agenda-show-new-time): New argument PREFIX.
12912         (org-colgroup-info-to-vline-list): Fix but that cause a
12913         shift in the vertical lines.
12914         (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
12915         (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
12916         (org-indent-item): No arg in call to `org-fix-bullet-type'.
12917         (org-fix-bullet-type): Remove argument.
12918         (org-read-date): Check for am/pm twice, to catch the end time.
12919         (org-goto-map): Use `suppress-keymap'.
12920         (org-remember-apply-template): Respect the dynamically scoped
12921         selection character.
12923 2007-10-10  Bastien Guerry  <Bastien.Guerry@ens.fr>
12925         * textmodes/org-export-latex.el (org-export-latex-protect-string):
12926         Renaming of `org-latex-protect'.
12927         (org-export-latex-emphasis-alist): By default, don't protect
12928         any emphasis formatter from further conversion.
12929         (org-export-latex-tables): Honor column grouping for tables.
12930         (org-export-latex-title-command): New option.
12931         (org-export-latex-treat-backslash-char): Use \textbackslash{} to
12932         export backslash character.
12934 2007-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12936         * frame.el (frame-inherited-parameters): Remove unused `environment'
12937         parameter, and let server.el add `client' when needed.
12939         * server.el (server-create-tty-frame)
12940         (server-create-window-system-frame): Set frame-inherited-parameters.
12942         * frame.el (frame-inherited-parameters): New var.
12943         (make-frame): Use it.
12945         * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
12947         * env.el (let-environment): Remove.  Unused.
12948         (read-envvar-name): Simplify.
12949         (setenv): Remove unused arg `frame'.
12951         * help-fns.el (describe-variable): Add missing "  " for multiline
12952         obsolescence info and missing EOL after global value.
12954 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
12956         * add-log.el:
12957         * ediff-vers.el:
12958         * log-view.el:
12959         * pcvs.el:
12960         * vc-arch.el:
12961         * vc-bzr.el:
12962         * vc-cvs.el:
12963         * vc.el:
12964         * vc-git.el:
12965         * vc-hg.el:
12966         * vc-hooks.el:
12967         * vc-mcvs.el:
12968         * vc-mtn.el:
12969         * vc-rcs.el:
12970         * vc-sccs.el:
12971         * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
12972         {find,init,next,previous,annotate-*,log}-version ->
12973         {find,init,next,previous,annotate-*,log}-revision,
12974         annotate-focus-version -> annotate-working-revision, The term
12975         'focus' is gone.  The term 'revision' is now used consistently
12976         everywhere that reference to a revision ID is intended, replacing
12977         older use of 'version'.
12979 2007-10-10  Juanma Barranquero  <lekktu@gmail.com>
12981         * follow.el: Change all instances of "Follow Mode" to "Follow
12982         mode" in docstrings and messages.
12983         (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
12985 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
12987         * vc.el (vc-next-action): Rewrite completely; this principal
12988         entry point now operates on a current fileset selected either
12989         explicitly via VC-Dired or implicitly by visiting a file buffer,
12990         rather than always operating on the file of the current buffer as
12991         in older versions.  Rewrite the rest of the mode to match.
12992         (with-vc-properties): Rewrite to operate on a file list.
12993         (with-vc-file): vc-checkin takes a file list argument now.
12994         (vc-post-command-functions): This hook now receives a file list.
12995         (vc-do-command): Take a either a file or a file list as argument.
12996         (vc-deduce-fileset): New function for deducing a file list to
12997         operate on.
12998         (vc-next-action-on-file, vc-next-action-dired): Remove.
12999         Merge into vc-next-action.
13000         (vc-register): Adapt to the fact that vc-start-entry now takes a
13001         file list.
13002         (vc-register-with): New function.
13003         (vc-start-entry): Take a file list argument rather than a
13004         file argument.
13005         (vc-checkout): Cope with vc-start-entry taking a file list.
13006         (vc-steal-lock): Cope with with-vc-properties taking a
13007         file list.
13008         (vc-checkin): Take a file list argument rather than a file argument.
13009         (vc-finish-logentry): Use the filelist passed by vc-start-entry.
13010         (vc-diff-internal): Rewrite for filesets.
13011         (vc-diff-sentinel): New function, tests whether changes were
13012         written into a diff buffer.
13013         (vc-diff): Rewrite for filesets.
13014         (vc-version-diff): Rewrite for filesets.
13015         (vc-print-log): Take a fileset argument.
13016         (vc-revert): Revert the entire selected fileset, not just the
13017         current buffer.
13018         (vc-rollback): Roll back the entire selected fileset, if
13019         possible.  No longer accepts a prefix argument.
13020         (vc-update): Merge new changes for the entire selected
13021         fileset, not just the current buffer.
13022         (vc-revert-file): Cope with with-vc-properties taking a file list.
13023         (vc-default-dired-state-info): Add + status suffix if the file is
13024         modified.
13025         (vc-annotate-warp-version): Use the new diff machinery.
13026         (vc-log-edit): Take a file list argument rather than a file argument.
13028 2007-10-10  Michael Albinus  <michael.albinus@gmx.de>
13030         Sync with Tramp 2.1.11.
13032         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
13033         Pacify byte compiler.
13035         * net/trampver.el: Update release number.
13037 2007-10-09  Richard Stallman  <rms@gnu.org>
13039         * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
13041 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
13043         * follow.el: Require easymenu.
13044         (follow-mode-hook, follow-mode): Doc fixes.
13045         (follow-mode-off-hook): Mark as obsolete.
13047 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
13049         * window.el (mouse-autoselect-window-cancel): Don't cancel for
13050         select-window or select-frame events.
13051         (handle-select-window): When autoselecting window set input
13052         focus.  Restructure.
13054         * frame.el (focus-follows-mouse): Move to frame.c.
13055         * cus-start.el (all): Add focus-follows-mouse.
13057 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
13059         * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
13060         activate font-locking in the *buffer-selection* buffer.
13061         (bs-show-sorted): Doc fix.
13063         * bs.el (bs--get-marked-string, bs--get-modified-string)
13064         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
13065         (bs--get-mode-name, bs-mode): Fix typos in docstrings.
13066         (bs--format-aux): Doc fix.
13068 2007-10-08  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
13070         * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
13072 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
13074         * progmodes/gud.el (gud-gud-gdb-command-name): New option.
13075         (gud-gdb): New function for old M-x gdb (text command mode).
13076         (gud-gdb-command-name, gdb): Move to...
13078         * progmodes/gdb-ui.el: ...here and adapt doc string.
13079         (gud-gdba-command-name, gdba): Delete.
13081 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
13083         * bs.el: Don't defvar `font-lock-verbose'.
13084         (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
13085         (bs--get-file-name): Fix typos in docstrings.
13086         (bs--show-header): Use `dolist' instead of `mapcar'.
13087         (bs-mode): Set `show-trailing-whitespace' to nil.
13088         (bs-buffer-sort-function, bs-mouse-select-other-frame)
13089         (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
13090         Doc fixes.
13092 2007-10-08  Adam Hupp  <adam@hupp.org>  (tiny change)
13094         * progmodes/gud.el (pdb): Specify file for gud-break.
13096 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
13098         * progmodes/gud.el (gdb): Make graphical mode the default and
13099         switch to text command mode if appropriate, i.e., reverse previous
13100         arrangement.
13101         (gud-gdb-marker-filter): Adapt for above change.
13103         * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
13104         gud-minor-mode and gud-marker-filter.
13105         (gdb-fullname-regexp): New variable.
13106         (gud-gdba-marker-filter): Use it to switch to text command
13107         mode if appropriate.
13109 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
13111         * progmodes/gud.el (gud-display-line): Find source buffer even when
13112         GUD buffer has its own frame.
13114 2007-10-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13116         * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
13118 2007-10-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13120         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
13122 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
13124         * allout.el (allout-before-change-handler): Replace got-char by
13125         goto-char.
13127 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13129         * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
13130         Used to try and automatically enabled smerge-mode in the presence of
13131         conflicts and to call `svn resolved' when the conflicts are gone.
13132         (vc-svn-parse-status): Remember the svn-specific status.
13134 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
13136         * menu-bar.el (menu-bar-search-documentation-menu): Rename from
13137         menu-bar-apropos-menu.  All users changed.
13138         (menu-bar-help-menu): Change menu symbols to better match the text
13139         displayed by the menu.
13141 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
13143         * files.el (file-name-sans-versions): Use [:alnum:] and also allow
13144         #, @, : and ^.
13146 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
13148         * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
13150         * log-view.el (log-view-mode-map): Likewise.
13152         * diff-mode.el (diff-mode-shared-map): Likewise.
13154 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
13156         * files.el (file-name-sans-versions): Also allow `A-Z'.
13158         * vc.el: Mention all supported VC backends.
13160 2007-10-08  Richard Stallman  <rms@gnu.org>
13162         * wid-edit.el (widget-specify-button): Don't merge mouse-face with
13163         neighbouring buttons.
13165 2007-10-08  Andreas Schwab  <schwab@suse.de>
13167         * files.el (file-name-sans-versions): Also allow `_'.
13169 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
13171         * files.el (file-name-sans-versions): Allow - and a-z in version names.
13173         * log-view.el (log-view-mode-map, log-view-mode-menu):
13174         Bind log-view-annotate-version.
13175         (log-view-beginning-of-defun, log-view-end-of-defun)
13176         (log-view-annotate-version): New functions.
13177         (log-view-mode): Use log-view-beginning-of-defun and
13178         log-view-end-of-defun.
13180 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13182         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
13184 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13186         * wid-edit.el (widget-image-insert): Don't merge mouse-face with
13187         neighbouring buttons.
13189         * progmodes/compile.el (compilation-error-regexp-alist-alist):
13190         Recognize gcc's use of "note" for informational messages.
13192 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13194         * textmodes/css-mode.el (css-electric-keys): electrick->electric.
13195         (css-mode): Update correspondingly.
13197 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
13199         * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
13200         Signed-off-by, Acked-by and Merge.
13202 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13204         * ediff-init.el (ediff-verbose-p): This var is not a constant.
13206 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13208         * vc-mtn.el: New file.
13210         * vc-hooks.el (vc-handled-backends): Add Mtn.
13212 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
13214         * files.el (find-file, find-file-other-window)
13215         (find-file-other-frame, find-file-existing, find-file-read-only)
13216         (find-file-read-only-other-window)
13217         (find-file-read-only-other-frame)
13218         (find-alternate-file-other-window, find-alternate-file): Doc fixes.
13220 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
13222         * progmodes/gud.el (gdb-ready): New variable.
13223         (gdb): Set it to nil.  Set gud-running to nil here...
13224         (gud-common-init): ...instead of here.
13226         * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
13227         Use gdb-ready.  Discard input until GDB is ready to accept it.
13229 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
13231         * dired.el (dired-warning): Inherit from font-lock-warning-face to
13232         make it show up with eight colors.
13234 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13236         * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
13237         diffs are concatenated with no intervening line.
13239 2007-10-08  Dave Love  <fx@gnu.org>
13241         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
13242         (python-font-lock-keywords): Update to the 2.5 version of the language.
13243         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
13244         (python-backspace): Only behave funny in code.
13245         (python-compilation-regexp-alist): Add PDB stack trace regexp.
13246         (inferior-python-mode): Add PDB prompt regexp.
13247         (python-fill-paragraph): Refine the fenced-string regexp.
13248         (python-find-imports): Handle imports spanning several lines.
13249         (python-mode): Add `class' to hideshow support.
13251 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13253         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
13254         Use add-log-buffer-file-name-function rather than binding
13255         buffer-file-name, so we don't end up calling change-log-mode in *cvs*
13256         when `fi' is the ChangeLog file itself.
13258         * outline.el (outline-flag-region): Use front-advance.
13260 2007-10-08  Ilya Zakharevich  <ilyaz@cpan.org>
13262         * progmodes/cperl-mode.el: Merge upstream 5.23.
13263         (cperl-where-am-i): Remove function.
13264         (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
13265         (cperl-sniff-for-indent): De-invert [string] and [comment].
13266         When looking for label, skip s:m:y:tr.
13267         (cperl-indent-line): Likewise.
13268         (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
13269         (cperl-windowed-init): Wrong `ps-print' handling.
13270         Both thanks to Chong Yidong.
13271         (cperl-look-at-leading-count): Could fail with unfinished RExen.
13272         (cperl-find-pods-heres): If the second part of s()[] is missing,
13273         don't try to highlight delimiters...
13275 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13277         * progmodes/compile.el (compilation-get-file-structure): Complete last
13278         change by also using spec-directory in the puthash.
13280 2007-10-08  Riccardo Murri  <riccardo.murri@gmail.com>
13282         * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
13283         (vc-bzr-status): Fix shadowing of variable 'status'.
13284         (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
13285         Use `expand-file-name' instead of `concat'.
13286         (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
13287         Update annotation line regexp.  Fixes launchpad.net [Bug 137435].
13289 2007-10-08  Jason Rumney  <jasonr@gnu.org>
13291         * frame.el (focus-follows-mouse): Doc-fix.  Change default on w32.
13293 2007-10-08  Richard Stallman  <rms@gnu.org>
13295         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
13296         Add `safe-local-variable' property.
13297         (lisp-body-indent): Likewise.
13299 2007-10-08  Richard Stallman  <rms@gnu.org>
13301         * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
13302         Add doc string.
13304 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
13306         * files.el (backup-buffer-copy): Try to overwrite old backup first.
13308 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
13310         * repeat.el (repeat): Use last-repeatable-command instead of
13311         real-last-command.  Run pre- and post-command hooks for
13312         self-insertion.  Update doc-string.
13314 2007-10-08  Alexandre Julliard  <julliard@winehq.org>
13316         * vc-git.el (vc-git-state): Call git-add --refresh to update the
13317         state of the file.
13318         (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
13319         (vc-git-create-repo): Fix invalid command.
13321 2007-10-08  Richard Stallman  <rms@gnu.org>
13323         * textmodes/flyspell.el (flyspell-mode):
13324         Catch errors in flyspell-mode-on.
13326 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
13328         * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
13330 2007-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13332         * international/encoded-kb.el (encoded-kbd-setup-display):
13333         Use input-decode-map rather than local-key-translation-map.
13335         * term/rxvt.el (rxvt-alternatives-map): New map.
13336         (terminal-init-rxvt): Use it.
13337         Bind rxvt-function-map in input-decode-map.
13339         * term/xterm.el (xterm-alternatives-map): New map.
13340         (terminal-init-xterm): Use it.
13341         Bind xterm-function-map in input-decode-map.
13343         * term/x-win.el (x-alternatives-map): New var.
13344         (x-setup-function-keys): Use it.
13346         * help-fns.el (describe-variable): Slightly change the layout of
13347         meta-info to separate it better from the docstring.
13348         Standardize insertion of extra empty lines in various circumstances.
13350         * diff-mode.el (diff-hunk-style): New fun.
13351         (diff-end-of-hunk): Use it.
13352         (diff-context->unified): Use the new `apply' undo element,
13353         if applicable, so as to save undo-log space.
13354         (diff-fine-change): New face.
13355         (diff-fine-highlight-preproc): New function.
13356         (diff-fine-highlight): New command.
13357         (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
13359         * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
13360         (smerge-refine-highlight-change): Add `props' argument.
13361         (smerge-refine-subst): New function holding most of smerge-refine.
13362         (smerge-refine): Use it.
13364 2007-10-08  Eric S. Raymond  <esr@snark.thyrsus.com>
13366         * vc.el (vc-default-wash-log): Remove unused code, the
13367         log washers all live in the backends now.
13368         (vc-default-comment-history): Correct for the fact
13369         that wash-log is argumentless in the new API.
13371 2007-10-08  Michael Albinus  <michael.albinus@gmx.de>
13373         * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
13374         (tramp-maybe-send-script): Apply `member' but `memq'.
13375         (tramp-advice-file-expand-wildcards): Simplify implementation.
13377 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
13379         * follow.el (follow-mode): Don't run hooks twice.  Use `when'.
13381         * mb-depth.el (minibuf-depth-indicator-function): New variable.
13382         (minibuf-depth-setup-minibuffer): Use it.
13384 2007-10-07  Glenn Morris  <rgm@gnu.org>
13386         * simple.el (bad-packages-alist): Clarify Semantic and CEDET
13387         version numbers.
13389 2007-10-06  Juri Linkov  <juri@jurta.org>
13391         * textmodes/fill.el (fill-paragraph-or-region): New function.
13393         * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
13394         instead of fill-paragraph.
13396         * tutorial.el (tutorial--default-keys): Replace fill-paragraph
13397         with fill-paragraph-or-region.  Suspend command is now the same
13398         `suspend-frame' on window systems and on tty.
13400         * image.el (image-type): Check if image-types is bound to not fail
13401         on tty.
13403         * delsel.el (delete-selection-pre-hook):
13404         * emulation/cua-base.el (cua-paste): Check if mouse-region-match
13405         is fbound to not fail on mouseless tty.
13407 2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
13409         * net/tramp.el (top): Move loading of tramp-util.el and
13410         tramp-vc.el to tramp-compat.el.
13411         (tramp-make-tramp-temp-file): Complete rewrite.  Create remote
13412         temporary file if possible, in order to avoid a security hole.
13413         (tramp-do-copy-or-rename-file-out-of-band)
13414         (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
13415         with DONT-CREATE, because the connection is not setup yet.
13416         (tramp-handle-process-file): Rewrite temporary file handling.
13417         (tramp-completion-mode): New defvar.
13418         (tramp-completion-mode-p): Use it.
13420         * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
13422         * net/tramp-fish.el (tramp-fish-handle-process-file):
13423         Rewrite temporary file handling.
13425 2007-10-06  Eric S. Raymond  <esr@snark.thyrsus.com>
13427         * vc.el: Workfile version -> focus version change.  Port various
13428         comments from new VC to reduce the noise in the diff.
13429         Patch in the new vc-create-repo function to go with the
13430         header comment about it already present.
13431         There are no changes to existing logic in this patch.
13432         (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
13434 2007-10-06  Aaron Hawley  <aaronh@garden.org>
13436         * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
13438 2007-10-05  Chris Moore  <dooglus@gmail.com>
13440         * server.el (server-kill-new-buffers): Doc fix.
13442 2007-10-05  John W. Eaton  <jwe@octave.org>
13444         * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
13445         (octave-begin-keywords): Add "do".
13446         (octave-end-keywords): Remove "end".
13447         (octave-reserved-words): Add "end".  Remove "all_va_args",
13448         "gplot", and 'gsplot".
13449         (octave-text-functions): Remove "gset", "gshow", "set", and "show".
13450         (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
13451         "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
13452         "default_return_value", "define_all_return_values",
13453         "do_fortran_indexing", "empty_list_elements_ok",
13454         "gnuplot_has_multiplot", "implicit_str_to_num_ok",
13455         "ok_to_lose_imaginary_part", "prefer_column_vectors",
13456         "prefer_zero_one_indexing", "propagate_empty_matrices",
13457         "resize_on_range_error", "treat_neg_dim_as_zero",
13458         "warn_assign_as_truth_value", "warn_comma_in_global_decl",
13459         "warn_divide_by_zero", "warn_function_name_clash",
13460         "warn_missing_semicolon", "whitespace_in_literal_matrix".
13461         Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
13462         "crash_dumps_octave_core", "sighup_dumps_octave_core",
13463         "sigterm_dumps_octave_core".
13464         (octave-block-match-alist): Remove "end" from block-end keywords.
13465         (octave-mode): Update ftp site address.
13467 2007-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
13469         * vc.el: Reorder functions, no code changes.
13471 2007-10-04  Michael Albinus  <michael.albinus@gmx.de>
13473         * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
13474         (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
13475         the cond clauses where needed.
13476         (tramp-handle-write-region): Rearrange code for proper handling of
13477         tmpfile.
13479         * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
13481         * net/tramp.el:
13482         * net/tramp-fish.el:
13483         * net/tramp-ftp.el:
13484         * net/tramp-smb.el: Rename `tramp-make-temp-file' to
13485         `tramp-compat-make-temp-file'.
13487 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
13489         * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
13491 2007-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13493         * emacs-lisp/copyright.el (copyright-update): Don't update if the file
13494         already uses a more recent copyright version than the "current" one.
13496 2007-10-03  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
13498         * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
13499         (doc-view-insert-image): Minor aesthetical docstring changes.
13501 2007-10-03  Tassilo Horn  <tassilo@member.fsf.org>
13503         * doc-view.el (doc-view): Don't ignore pdf and dvi files when
13504         completing filename.
13505         (doc-view-search-internal): Docstring change.
13507 2007-10-03  Michael Albinus  <michael.albinus@gmx.de>
13509         * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
13510         (tramp-file-name-handler-alist):
13511         Add `tramp-handle-insert-file-contents-literally'.  Needed for XEmacs.
13512         (tramp-make-temp-file): Use `make-temp-name'.  `make-temp-file',
13513         used before, creates the file already, which is not desired.
13514         (tramp-do-copy-or-rename-file-directly): Simplify handling of
13515         temporary file.
13516         (tramp-handle-insert-file-contents): Assign the result in the
13517         short track case.
13518         (tramp-handle-insert-file-contents-literally): New defun.
13519         (tramp-completion-mode-p): Revert change from 2007-09-24.
13520         Checking for `return' etc as last character is not sufficient, for
13521         example in dired-mode when entering <g> (revert-buffer) or
13522         <s> (dired-sort).
13524         * net/tramp-compat.el (top): Add also compatibility code for loading
13525         appropriate timer package.
13526         (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
13527         order to avoid autoloading problems.
13529         * net/tramp-fish.el:
13530         * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
13532         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
13533         where the second parameter of `copy-file' or `rename-file' is a
13534         remote file but not via ftp.
13536 2007-10-02  Richard Stallman  <rms@gnu.org>
13538         * frame.el (cursor-in-non-selected-windows): Doc fix.
13540 2007-10-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
13542         * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
13543         Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
13545 2007-10-01  Jay Belanger  <jay.p.belanger@gmail.com>
13547         * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
13548         when `expt' doesn't give range errors.
13550 2007-10-01  Markus Triska  <markus.triska@gmx.at>
13552         * calc/calc-math.el (math-smallest-emacs-expt):
13553         Make the computation more robust.
13555 2007-09-30  David Kastrup  <dak@gnu.org>
13557         * startup.el (argv): Alias for `command-line-args-left' to use as
13558         `(pop argv)' inside of --eval command sequences.  Allows for
13559         passing shell commands into Emacs verbatim without need for Lisp
13560         quoting.
13562         * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
13563         check only for changed size.
13564         (auto-revert-tail-handler): Get size from caller.  If the file has
13565         shrunk, tail the whole file again (the file presumably has been
13566         rewritten).
13568         * woman.el (woman-topic-all-completions, woman-mini-help):
13569         Fix fallout from 2007-09-07 introduction of `dolist' when the list
13570         actually was being manipulated in the loop.
13571         (woman-Cyg-to-Win, woman-pre-process-region)
13572         (woman-horizontal-escapes, woman-if-body, woman-unescape)
13573         (woman-strings, woman-special-characters, woman1-hc)
13574         (woman-change-fonts, woman-find-next-control-line):
13575         Use `match-beginning' rather than `match-string' when the result is
13576         just used as a flag.
13578 2007-09-30  Michael Albinus  <michael.albinus@gmx.de>
13580         * net/tramp-compat.el: New file.
13582         * net/tramp.el:
13583         * net/tramp-fish.el:
13584         * net/tramp-smb.el:
13585         * net/tramp-uu.el:
13586         * net/trampver.el: Move compatibility code to tramp-compat.el.
13587         Apply `mapc' instead of `mapcar' when the code needs side effects
13588         only.  Move utf-8 coding cookie to the second line.
13590 2007-09-30  Reiner Steib  <Reiner.Steib@gmx.de>
13592         * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
13593         Improve custom type.
13594         (icon-map-list): Make it customizable.  Document how to disable
13595         stock icons.
13597 2007-09-30  Richard Stallman  <rms@gnu.org>
13599         * play/zone.el (zone-hiding-modeline): Use mode-line-format.
13601 2007-09-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13603         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
13605 2007-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13607         * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode.  Rewrite.
13608         (t-mouse-mode): New compatibility alias.
13610 2007-09-28  Dan Nicolaescu  <dann@ics.uci.edu>
13612         * server.el (server-delete-client): Only delete the terminal if it
13613         is non-nil.
13615 2007-09-28  Michael Albinus  <michael.albinus@gmx.de>
13617         * net/tramp.el (with-file-property, with-connection-property):
13618         Highlight as keyword.
13619         (tramp-rfn-eshadow-setup-minibuffer)
13620         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
13621         (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
13622         (tramp-do-copy-or-rename-file-directly)
13623         (tramp-do-copy-or-rename-file-out-of-band)
13624         (tramp-handle-shell-command, tramp-get-debug-buffer)
13625         (tramp-send-command-and-read, tramp-equal-remote)
13626         (tramp-get-local-gid): Pacify byte-compiler.
13627         (tramp-handle-file-name-directory): Result shall not be expanded.
13628         (tramp-find-foreign-file-name-handler): Rewrite.
13629         (tramp-dissect-file-name): Add optional parameter NODEFAULT.
13631         * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
13633         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
13634         Apply `tramp-completion-mode-p'.
13635         (tramp-fish-handle-set-file-times)
13636         (tramp-fish-handle-executable-find)
13637         (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
13638         (tramp-fish-retrieve-data): Pacify byte-compiler.
13640         * net/tramp-gw.el (tramp-gw-basic-authentication):
13641         Call `tramp-read-passwd' with first parameter `nil'.
13643 2007-09-28  Glenn Morris  <rgm@gnu.org>
13645         * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
13646         than mapcar.
13648         * textmodes/tex-mode.el (tex-suscript-height-ratio)
13649         (tex-suscript-height-minimum): New customizable variables.
13650         (tex-suscript-height): New function.
13651         (superscript, subscript): Set height using tex-suscript-height
13652         rather than fixing at 0.8.
13653         (tex-fontify-script, tex-font-script-display): Add :version tag.
13655 2007-09-27  Juanma Barranquero  <lekktu@gmail.com>
13657         * progmodes/python.el (python-eldoc-function): Doc fix.
13659 2007-09-27  Glenn Morris  <rgm@gnu.org>
13661         * image.el (image-type-auto-detected-p): Doc fix.  Don't detect an
13662         image if it is not in image-type-auto-detectable, or is there with
13663         a nil value.
13665 2007-09-27  Michael Albinus  <michael.albinus@gmx.de>
13667         * net/tramp.el (tramp-maybe-open-connection): Make test for alive
13668         connection more robust.
13670 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
13672         * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
13673         Deal with the case that special &keywords are at the beginning or
13674         end of the argument list.  Also add some (incomplete) support for
13675         non-standard arglists.
13677 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
13679         * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
13680         (eldoc-message-commands, eldoc-current-idle-delay)
13681         (eldoc-function-argstring-format): Fix typos in docstrings.
13683 2007-09-26  Jay Belanger  <jay.p.belanger@gmail.com>
13685         * calc/calc-units.el (calc-convert-units)
13686         (calc-convert-temperature): Remove unnecessary colons.
13688 2007-09-26  Bastien Guerry  <bzg@altern.org>
13690         * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
13691         New function.
13692         (org-export-latex-remove-from-headlines): Name changed because of typo.
13693         (org-export-latex-quotation-marks-convention): Option removed.
13694         (org-export-latex-make-preamble): Handle the DATE option.
13695         (org-export-latex-cleaned-string): Now the only cleaning function,
13696         synched up with org.el.
13697         (org-export-latex-lists, org-export-latex-parse-list)
13698         (org-export-list-to-latex): New functions.
13700 2007-09-26  Carsten Dominik  <dominik@science.uva.nl>
13702         * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
13703         (org-outline-regexp): New constant.
13704         (org-remember-handler): Throw error when the target file is not in
13705         org-mode.
13706         (org-cleaned-string-for-export): No longer call
13707         `org-export-latex-cleaned-string' with an argument.
13708         (org-get-tags): Returns now a list, not a string.
13709         (org-get-tags-string): New function.
13710         (org-archive-subtree): No need to split return of `org-get-tags'.
13711         (org-set-tags, org-entry-properties): Call `org-get-tags-string'
13712         instead of `org-get-tags'.
13713         (org-agenda-format-date): Rename from `org-agenda-date-format'.
13714         (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
13715         (org-compatible-face): New argument INHERITS.  Inherit from this
13716         face if possible.
13717         (org-level-1, org-level-2, org-level-3, org-level-4)
13718         (org-level-5, org-level-6, org-level-7, org-level-8)
13719         (org-special-keyword, org-drawer, org-column, org-warning)
13720         (org-archived, org-todo, org-done, org-headline-done, org-table)
13721         (org-formula, org-code, org-agenda-structure)
13722         (org-scheduled-today, org-scheduled-previously)
13723         (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
13724         in the new way.
13725         (org-get-heading): New argument NO-TAGS.
13726         (org-fast-tag-selection-include-todo): Made defvar instead of
13727         defcustom, feature is not deprecated.
13728         (org-remember-store-without-prompt): New default value t.
13729         (org-todo-log-states): New variable.
13730         (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
13731         Compute the log states.
13732         (org-goto-map): More commands copied from global map.  Also bind
13733         `org-occur'.
13734         (org-goto): Made into a general lookup command.
13735         (org-get-location): Complete rewrite.
13736         (org-goto-exit-command): New variable.
13737         (org-goto-selected-point): New variable.
13738         (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
13739         Set the new variables.
13740         (org-paste-subtree): Whitespace insertion strategy revised.
13741         (org-remember-apply-template): Protect v-A from the possibility
13742         that v-a might be nil.
13743         (org-remember-handler): Insertion rules revised.
13744         (org-todo): Respect org-todo-log-states.
13745         (org-up-heading-safe): New function.
13746         (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
13748 2007-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
13750         * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
13751         region if in transient-mark-mode.
13753 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
13755         * calc/calc-ext.el (calc-init-extensions, calc-reset):
13756         * calc/calc-help.el (calc-full-help):
13757         * calc/calc-misc.el (another-calc):
13758         * calc/calc-store.el (calc-var-name-map):
13759         * calc/calc-stuff.el (calc-flush-caches):
13760         * calc/calc-units.el (math-build-units-table):
13761         * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
13762         (calc-quit):
13763         * calendar/icalendar.el (icalendar--format-ical-event)
13764         (icalendar--convert-ical-to-diary):
13765         * emacs-lisp/authors.el (authors):
13766         * emacs-lisp/cust-print.el (custom-print-install)
13767         (custom-print-uninstall):
13768         * emacs-lisp/disass.el (disassemble-1):
13769         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
13770         * emacs-lisp/edebug.el (byte-compile-resolve-functions):
13771         * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
13772         (elint-check-let-form, elint-check-condition-case-form)
13773         (elint-initialize):
13774         * emacs-lisp/elp.el (elp-results):
13775         * emacs-lisp/generic.el (generic-mode-internal):
13776         * emacs-lisp/re-builder.el (reb-delete-overlays):
13777         * emacs-lisp/regi.el (regi-interpret):
13778         * emacs-lisp/sregex.el (sregex--char-aux):
13779         * emulation/cua-rect.el (cua--deactivate-rectangle)
13780         (cua--highlight-rectangle, cua--rectangle-post-command):
13781         * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
13782         * emulation/viper-macs.el (viper-describe-kbd-macros)
13783         (viper-describe-one-macro):
13784         * emulation/viper-util.el (viper-setup-master-buffer):
13785         * emulation/viper.el (set-viper-state-in-major-mode):
13786         * international/mule-diag.el (describe-current-coding-system):
13787         * language/ethio-util.el (ethio-fidel-to-sera-buffer):
13788         * mail/emacsbug.el (report-emacs-bug):
13789         * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
13790         * obsolete/hilit19.el (hilit-unhighlight-region)
13791         (hilit-set-mode-patterns):
13792         * play/solitaire.el (solitaire-check, solitaire-solve):
13793         * play/zone.el (zone-pgm-rotate):
13794         * progmodes/ada-mode.el (ada-save-exceptions-to-file):
13795         * progmodes/ada-prj.el (ada-prj-display-page):
13796         * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
13797         (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
13798         * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
13799         (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
13800         * progmodes/sh-script.el (sh-make-vars-local)
13801         (sh-reset-indent-vars-to-global-values):
13802         * progmodes/sql.el (top):
13803         * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
13804         * progmodes/xscheme.el (top):
13805         * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
13806         (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
13807         (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
13808         (artist-vaporize-lines, artist-ellipse-compute-fill-info)
13809         (artist-submit-bug-report):
13810         * textmodes/flyspell.el (flyspell-delay-commands)
13811         (flyspell-deplacement-commands):
13812         * textmodes/table.el (table--generate-source-epilogue, table-insert)
13813         (table--generate-source-cells-in-a-row, table--make-cell-map)
13814         (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
13816 2007-09-25  Juanma Barranquero  <lekktu@gmail.com>
13818         * allout.el (produce-allout-mode-map, allout-process-exposed):
13819         * ansi-color.el (ansi-color-make-color-map):
13820         * autoinsert.el (auto-insert):
13821         * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
13822         * dired-aux.el (dired-create-files):
13823         * dired.el (dired-restore-desktop-buffer):
13824         * ediff-diff.el (ediff-setup-fine-diff-regions):
13825         * ediff-mult.el (ediff-intersect-directories)
13826         (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
13827         (ediff-redraw-registry-buffer):
13828         * ediff-ptch.el (ediff-fixup-patch-map):
13829         * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
13830         (ediff-really-quit, ediff-clear-diff-vector):
13831         * emerge.el (emerge-really-quit):
13832         * ffap.el (ffap-replace-file-component):
13833         * filecache.el (file-cache-add-directory)
13834         (file-cache-add-directory-recursively)
13835         (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
13836         (file-cache-delete-directory, file-cache-files-matching-internal)
13837         (file-cache-display):
13838         * files.el (cd):
13839         * find-lisp.el (find-lisp-insert-directory):
13840         * finder.el (finder-compile-keywords):
13841         * help.el (view-emacs-news):
13842         * hi-lock.el (hi-lock-write-interactive-patterns):
13843         * ido.el (ido-to-end, ido-set-matches-1):
13844         * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
13845         (image-dired-mark-tagged-files):
13846         * jka-cmpr-hook.el (jka-compr-get-compression-info):
13847         * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
13848         * ps-print.el (ps-background, ps-begin-file)
13849         (ps-build-reference-face-lists):
13850         * simple.el (clone-buffer):
13851         * startup.el (command-line):
13852         * tempo.el (tempo-insert-template, tempo-is-user-element)
13853         (tempo-forward-mark, tempo-backward-mark):
13854         * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
13856 2007-09-25  Glenn Morris  <rgm@gnu.org>
13858         * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
13860         * view.el (view-search-no-match-lines): Add a doc string.
13861         Rewrite to simplify and work better.
13863 2007-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
13865         * progmodes/cc-mode.el (c-mode-base-map):
13866         Use c-indent-line-or-region instead of c-indent-line.
13868         * indent.el (indent-for-tab-command): First check if the region is
13869         active.
13871 2007-09-24  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
13873         * whitespace.el (whitespace-tickle-timer): Don't install the timer if
13874         whitespace-rescan-timer-time is 0.
13876 2007-09-24  Karl Berry  <karl@gnu.org>
13878         * international/mule.el (coding-system-base): Fix doc string grammar.
13880 2007-09-24  Michael Albinus  <michael.albinus@gmx.de>
13882         * net/tramp.el (tramp-completion-mode-p): Rename from
13883         `tramp-completion-mode'.  Revert logic, check `return', `newline'
13884         and such alike.  Packages like Icicles tend to use other completion
13885         characters but `tab' and `space' only.
13887 2007-09-24  Adam Hupp  <adam@hupp.org>
13889         * progmodes/python.el (run-python): Import emacs module without
13890         waiting; prevents lockup on error.
13892 2007-09-23  Richard Stallman  <rms@gnu.org>
13894         * mail/sendmail.el (mail-bury): Delete the frame
13895         if this frame looks like it was made for this message.
13897         * completion.el (completion-separator-self-insert-command)
13898         (completion-separator-self-insert-autofilling):
13899         If `self-insert-command' has been remapped, use the substitute.
13901         * simple.el (copy-region-as-kill): Doc fix.
13903         * textmodes/org.el (org-confirm-shell-link-function)
13904         (org-confirm-elisp-link-function): Doc fixes.
13906 2007-09-23  Glenn Morris  <rgm@gnu.org>
13908         * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
13910 2007-09-23  Dan Nicolaescu  <dann@ics.uci.edu>
13912         * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
13914         * term/tvi970.el (terminal-init-tvi970): Likewise.
13916         * term/sun-mouse.el (print-mouse-format): Likewise.
13918         * term/sun.el (scroll-down-in-place, scroll-up-in-place):
13919         Use forward-line instead of previous-line and next-line.
13921 2007-09-22  Juri Linkov  <juri@jurta.org>
13923         * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
13925         * tutorial.el (tutorial--default-keys): Update standard bindings:
13926         rename `iconify-or-deiconify-frame' to `suspend-frame',
13927         and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
13929 2007-09-22  Juri Linkov  <juri@jurta.org>
13931         * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
13932         Add help-echo to external links and to links without description.
13933         (fancy-splash-insert): Use help-echo from the 3rd element of the
13934         link specification list, or "Follow this link" if it's nil.  Doc fix.
13936 2007-09-22  Juri Linkov  <juri@jurta.org>
13938         * startup.el (command-line): Rename `inhibit-startup-message' to
13939         `inhibit-startup-screen'.
13940         (fancy-about-text): Use shorter label for "Ordering Manuals".
13941         (fancy-startup-tail): Add optional arg `concise'.  When `concise'
13942         is nil, display a line with "To start..." and 3 links to useful
13943         tasks.  Display the "Dismiss" button and "Don't show this message
13944         again" only when concise is non-nil.
13945         (fancy-startup-screen): Call `fancy-startup-tail' with optional
13946         arg `concise'.  If CONCISE is non-nil, display a concise version
13947         of the splash screen in another window.  Otherwise, switch to the
13948         startup buffer in the same window.
13949         (startup-echo-area-message): Change displayed binding from
13950         C-h C-p (describe-project) to C-h C-a (about-emacs), and change
13951         text "about the GNU system and GNU/Linux" to "about GNU Emacs and
13952         the GNU system".
13953         (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
13954         to "*GNU Emacs*".
13955         (display-about-screen): Don't check the existence of the buffer
13956         "*About GNU Emacs*".
13957         (display-splash-screen): Make alias to `display-startup-screen'.
13958         (command-line-1): Rename `inhibit-startup-message' to
13959         `inhibit-startup-screen'.  Inhibit startup screen when Emacs is
13960         started with command line options "-f", "-funcall", "-e", "-eval",
13961         "-execute", "-insert", "-find-file", "-file", "-visit".
13962         Inhibit startup screen when Emacs is started with a file name only
13963         on tty (i.e. don't inhibit it when started with a file name like
13964         "emacs FILE..." on a window system).
13965         (command-line-1): Simplify logic of displaying the startup screen:
13966         if file-count > 0, then display the concise version in another
13967         window, otherwise display full version in the same window.
13969         * help.el (help-map): Bind C-h C-a to about-emacs.
13970         (help-for-help-internal): Add C-a description to C-h help text.
13972 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
13974         * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
13975         (checkdoc-permit-comma-termination-flag): Autoload the
13976         safe-local-variable setting.
13978         * bookmark.el (bookmark-xemacsp): Remove.
13979         (bookmark-make): Don't use bookmark-xemacsp,
13980         use (featurep 'xemacs) instead.
13982         * speedbar.el (speedbar-frame-mode)
13983         (speedbar-frame-reposition-smartly)
13984         (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
13985         (speedbar-check-vc): Remove use of non-existent variable
13986         dframe-xemacsp, use (featurep 'xemacs) instead.
13988         * indent.el (indent-for-tab-command): Indent the region if
13989         transient-mark-mode and the region is active.
13991 2007-09-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
13993         * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
13994         add inferior-octave-directory-tracker to the buffer-local value
13995         of comint-input-filter-functions.
13997 2007-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
13999         * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
14001 2007-09-21  Juanma Barranquero  <lekktu@gmail.com>
14003         * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
14004         on w32 frames.
14006 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14008         * startup.el (normal-top-level): Remove DISPLAY from
14009         process-environment to let it be computed dynamically in callproc.c.
14011         * frame.el (frame-initialize, make-frame):
14012         * faces.el (tty-set-up-initial-frame-faces):
14013         * env.el (setenv): Don't set display-environment-variable.
14015         * server.el (server-getenv-from): Remove.  Use getenv-internal instead.
14016         (server-create-tty-frame): Don't set unused `tty' property.
14017         Set `display' instead of display-environment-variable.
14018         (server-create-window-system-frame): No display-environment-variable.
14020 2007-09-21  Michael Albinus  <michael.albinus@gmx.de>
14022         * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
14023         (rfn-eshadow-update-overlay-hook): New defvars.
14024         (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
14025         Run the hooks.
14027         * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
14028         (tramp-rfn-eshadow-setup-minibuffer)
14029         (tramp-rfn-eshadow-update-overlay): New defuns.  Hook into
14030         rfn-eshadow.el.
14032         * net/tramp-smb.el (tramp-smb-errors): Add error message for call
14033         timeout.
14035 2007-09-21  Glenn Morris  <rgm@gnu.org>
14037         * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
14038         * term/sun-mouse.el (suspend-emacstool): Remove.
14039         * term/sun.el: Remove emacstool-related code.
14041         * emacs-lisp/bytecomp.el (byte-compile-warnings)
14042         (byte-compile-warnings-safe-p): Add `mapcar'.
14043         (byte-compile-warning-types): Add mapcar and make-local.
14044         (byte-compile-normal-call): Add option to suppress mapcar warning.
14045         (top-level): Use mapc rather than mapcar in eval-when-compile.
14047         * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
14048         (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
14049         (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
14050         Handle escaped parens.
14051         (latex-forward-sexp): Doc fix.
14053         * eshell/esh-mode.el (eshell-output-filter-functions):
14054         Add eshell-postoutput-scroll-to-bottom.
14056         * loadup.el: Remove termdev.
14058         * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
14059         * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
14061 2007-09-21  Markus Triska  <markus.triska@gmx.at>
14063         * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
14064         `mapcar' is called for effect.
14066 2007-09-21  Kevin Ryde  <user42@zip.com.au>
14068         * international/mule.el (sgml-html-meta-auto-coding-function):
14069         Bind `case-fold-search' to t.
14071 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14073         * termdev.el: Remove.
14075         * frame.el (get-device-terminal): New function.  Moved from termdev.el.
14076         (frames-on-display-list): Use it.
14078         * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
14080         * termdev.el (terminal-id): Ask terminal-live-p before giving up.
14082 2007-09-20  Richard Stallman  <rms@gnu.org>
14084         * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
14086 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14088         * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
14090 2007-09-20  Glenn Morris  <rgm@gnu.org>
14092         * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
14093         motion functions, rather than hard-coding "\n\n".
14094         (tex-validate-region): Check for eobp, to speed up.
14095         (tex-next-unmatched-end): Doc fix.
14097 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14099         * files.el (auto-mode-alist): Use archive-mode for .rar files.
14101         * international/mule.el (auto-coding-alist): Rar archives are binary.
14103         * arc-mode.el: Add basic support for Rar.
14104         (archive-find-type): Recognize Rar's signature.
14105         (archive-desummarize): New fun.
14106         (archive-summarize): Use it to restore the buffer's data in case
14107         someone wants to switch to some other major mode.
14108         (archive-resummarize): Use it as well.
14109         (archive-rar-summarize, archive-rar-extract): New functions.
14111         * filesets.el: Remove spurious * in docstrings.
14112         (filesets-running-xemacs): Remove.  Use (featurep 'xemacs) instead.
14113         (filesets-conditional-sort): Remove unused arg `simply-do-it'.
14114         (filesets-ingroup-collect): Remove unused arg `depth'.
14115         (filesets-update): Remove unused arg `version'.
14117         * finder.el (finder-compile-keywords): Fix up comment style.
14118         (finder-mouse-face-on-line): previous-line -> forward-line.
14120         * recentf.el: Remove spurious * in docstrings.
14121         (recentf-save-list): Fix up comment style.
14123         * progmodes/octave-mod.el: Remove spurious * in docstrings.
14124         (octave-mode-map): Move init into declaration and remove \t binding.
14125         (octave-mode-startup-message): Remove unused var.
14126         (octave-scan-blocks): Remove unused arg `from'.
14127         (octave-forward-block, octave-down-block, octave-up-block):
14128         Update callers.
14130         * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
14131         (meta-mode-map): Likewise and remove \t binding.
14133         * net/snmp-mode.el: Remove spurious * in docstrings.
14134         (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
14135         (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
14136         (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
14137         that completion accepts lists of strings.
14138         (snmp-mode-syntax-table): Move initialization into declaration.
14139         (snmp-mode-map): Likewise and remove \t binding.
14140         (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
14141         (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
14142         (snmp-indent-command): Remove.
14144         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
14145         binding, so tab-always-indent works right.
14147 2007-09-19  Johannes Weiner  <hannes@saeurebad.de>
14149         * net/browse-url.el (browse-url-elinks-new-window): New function.
14150         (browse-url-elinks): Use browse-url-elinks-new-window.
14151         Accept optional second argument `new-window'.  Fix typo in doc-string.
14152         (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
14153         Improve error message.
14155 2007-09-19  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
14157         * net/browse-url.el (browse-url-url-encode-chars): Use the right
14158         parameter name in the function body.
14159         Reported by Johannes Weiner.
14161 2007-09-19  Glenn Morris  <rgm@gnu.org>
14163         * net/socks.el (socks-open-network-stream): Signal an explicit
14164         error if the port associated with a service string can't be found.
14166         * textmodes/tex-mode.el (tex-terminate-paragraph):
14167         Use backward-paragraph.
14169 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14171         * server.el (server-running-p): New function.
14173 2007-09-18  Jason Rumney  <jasonr@gnu.org>
14175         * term/w32-win.el (w32-focus-frame): Make obsolete alias for
14176         x-focus-frame.
14178         * frame.el (select-frame-set-input-focus, select-frame-by-name):
14179         Use x-focus-frame for w32.
14181 2007-09-17  David Kastrup  <dak@gnu.org>
14183         * textmodes/tex-mode.el (tex-verbatim-environments):
14184         Eliminate CL dependency.
14186 2007-09-17  Richard Stallman  <rms@gnu.org>
14188         * newcomment.el (comment-add): New arg EXTRA.
14189         (comment-region-default): Pass EXTRA if not indenting lines.
14191 2007-09-17  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
14193         * net/browse-url.el (browse-url-url-encode-chars): New function.
14194         URL-encode some chars in a string.
14195         (browse-url-encode-url): Rewrite using the previous function.
14196         (browse-url-file-url): Use `browse-url-url-encode-chars'.
14197         (browse-url-elinks-sentinel): Fix typo.
14198         (browse-url-new-window-flag): Doc change.
14200 2007-09-17  Glenn Morris  <rgm@gnu.org>
14202         * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
14203         filename from `--file-line-error', if it is available.
14205 2007-09-17  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
14207         * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
14208         TeX `--file-line-error' format.
14210 2007-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
14212         * xt-mouse.el: Delete add-hook calls that were moved to
14213         xterm-mouse-mode.
14214         (xterm-mouse-mode): Disable resume-tty-functions, explain why it
14215         does not work.
14217 2007-09-17  Richard Stallman  <rms@gnu.org>
14219         * cus-face.el (custom-theme-set-faces): Undo previous change.
14221         * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
14223 2007-09-17  Glenn Morris  <rgm@gnu.org>
14225         * textmodes/tex-mode.el (tex-region): Simplify previous change,
14226         handling the case where the region is not in `tex-main-file'.
14227         (tex-region-1): Delete.
14228         (tex-region-header): New function, doing the header part of the
14229         old tex-region-1.
14231 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14233         * simple.el (newline): Simplify use of prefix-numeric-value.
14234         (line-move-partial): Remove unused var `ppos'.
14235         (line-move-1): Replace 9999 with most-positive-fixnum.
14236         (move-end-of-line): Use more efficient single-property search.
14237         (move-beginning-of-line): Remove unused var `start'.
14238         (blink-matching-open): Restructure in a more functional style.
14240 2007-09-16  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
14242         * calendar/holidays.el (list-holidays): Remove the cyclic alias.
14244 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14246         * server.el (server-clients): Only keep procs, no properties any more.
14247         (server-client): Remove.
14248         (server-client-get, server-client-set): Remove, replace all callers by
14249         process-get and process-put resp.
14250         (server-clients-with, server-add-client, server-delete-client)
14251         (server-create-tty-frame, server-create-window-system-frame)
14252         (server-process-filter, server-execute, server-visit-files)
14253         (server-buffer-done, server-kill-buffer-query-function)
14254         (server-kill-emacs-query-function, server-switch-buffer)
14255         (server-save-buffers-kill-terminal): Update accordingly.
14257         * server.el (server-with-environment): Simplify.
14258         (server-select-display, server-unselect-display): Re-add functions that
14259         seem to have been lost in the multi-tty merge.
14260         (server-eval-and-print, server-create-tty-frame)
14261         (server-create-window-system-frame, server-goto-toplevel)
14262         (server-execute, server-return-error): New functions extracted from
14263         server-process-filter.
14264         (server-execute-continuation): New functions.
14265         (server-process-filter): Restructure so that all arguments are analysed
14266         first and then acted upon in a subsequent stage.  This way
14267         server-goto-toplevel can be executed later, when we know if
14268         it's necessary.
14269         Remove the "-version" and "-version-good" support.
14271 2007-09-16  Drew Adams  <drew.adams@oracle.com>
14273         * cus-edit.el (custom-face-edit-activate): Doc fix.
14275 2007-09-16  Glenn Morris  <rgm@gnu.org>
14277         * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
14278         Following cal-bahai renaming, update all instances of
14279         list-bahai-diary-entries to diary-bahai-list-entries,
14280         mark-bahai-diary-entries to diary-bahai-mark-entries,
14281         calendar-goto-bahai-date to calendar-bahai-goto-date,
14282         insert-bahai-diary-entry to diary-bahai-insert-entry,
14283         insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
14284         insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
14285         calendar-print-bahai-date to calendar-bahai-print-date.
14287         * textmodes/tex-mode.el (tex-region): Handle the case where the
14288         region is not in `tex-main-file'.  Move the old code that applies
14289         to both cases...
14290         (tex-region-1): ...to this new function.
14292 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14294         * vc.el (vc-process-sentinel): New function.
14295         (vc-exec-after): Use it instead of using ugly hackish analysis and
14296         construction of Elisp code.
14297         (vc-sentinel-movepoint): New dynamically scoped var.
14298         (vc-print-log, vc-annotate): Set it to move the user's point.
14300         * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
14301         inhibit-modification-hooks.
14303         * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
14304         (calendar-bahai-print-date, calendar-bahai-goto-date)
14305         (diary-bahai-list-entries, diary-bahai-insert-entry):
14306         New names to clean up the namespace a bit more.
14307         (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
14309 2007-09-15  Glenn Morris  <rgm@gnu.org>
14311         * calendar/holidays.el (holiday-list): Rename it back to
14312         `list-holidays', but leave `holiday-list' as an alias.
14314         * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
14315         custom group.
14317         * textmodes/css-mode.el (css): New custom group.
14318         (css-electrick-keys, css-selector, css-property)
14319         (css-indent-offset): Specify custom group.
14321 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14323         * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
14324         (cvs-execute-single-file): Use process-file.
14325         (cvs-run-process): Use start-file-process.
14327 2007-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
14329         * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
14330         level.  Remove the hooks when turning off the mode.
14332         * term/xterm.el: Require xt-mouse at compile time.
14333         (terminal-init-xterm): Turn on xterm mouse tracking for this
14334         terminal if xterm-mouse-mode is enabled.
14336 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
14338         * term/xterm.el (xterm-function-map): Replace bindings that were
14339         deleted by the merge.
14341 2007-09-14  Ulf Jasper  <ulf.jasper@web.de>
14343         * play/bubbles.el (bubbles-version): Bump value to "0.5".
14344         (bubbles-mode-map): Move define-key statements here.
14345         (bubbles-game-theme-menu): Ditto.
14346         (bubbles-graphics-theme-menu): Ditto.
14347         (bubbles-menu): Ditto.
14348         (bubbles-mode): Initialize buffer-undo-list, redisplay.
14349         (bubbles--initialize): Reset buffer-undo-list, redisplay.
14350         (bubbles-plop): Set buffer-undo-list, redisplay.
14351         (bubbles-undo): Reset buffer-undo-list, redisplay.
14352         (bubbles--show-images): Take care of missing text properties.
14354 2007-09-14  Glenn Morris  <rgm@gnu.org>
14356         * startup.el (fancy-startup-text, fancy-about-text): Fix face
14357         quoting.
14359         * calendar/cal-hebrew.el, calendar/cal-menu.el
14360         * calendar/calendar.el, calendar/diary-lib.el
14361         * calendar/holidays.el: Rename all instances of
14362         list-calendar-holidays callers to calendar-list-holidays,
14363         list-holidays to holiday-list, check-calendar-holidays to
14364         calendar-check-holidays, mark-calendar-holidays to
14365         calendar-mark-holidays, and filter-visible-calendar-holidays to
14366         holiday-filter-visible-calendar.
14368 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
14370         * term/xterm.el (xterm-function-map): Add C-M- bindings.
14372 2007-09-13  Sascha Wilde  <wilde@sha-bang.de>  (tiny change)
14374         * play/bubbles.el (bubbles--initialize-images): Fix bug:
14375         Use transparent background for empty cells in graphics mode.
14377 2007-09-13  Jari Aalto  <jari.aalto@cante.net>
14379         * man.el (Man-default-man-entry): At end of line, continue looking
14380         to the next line for possible end of hyphenated command.
14382 2007-09-13  Chris Moore  <dooglus@gmail.com>
14384         * shell.el (shell-resync-dirs): Don't move the cursor relative to
14385         the command being edited.
14387 2007-09-12  Jim Meyering  <jim@meyering.net>  (tiny change)
14389         * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
14391 2007-09-12  Dan Nicolaescu  <dann@ics.uci.edu>
14393         * term/xterm.el (xterm-function-map): Add bindings for M-S- and
14394         C-M-S- keys.
14396         * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
14398 2007-09-12  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
14400         * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
14401         New argument `filename-p' to use one set of confusing chars or another.
14402         (browse-url-file-url): Use the argument.
14403         Suggested by Johannes Weiner.
14405 2007-09-12  Romain Francoise  <romain@orebokech.com>
14407         * cus-start.el (all): Revert 2007-09-08 change.
14409 2007-09-12  Aaron Hawley  <aaronh@garden.org>
14411         * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
14412         extract .Z files, since it is more common than uncompress.
14414 2007-09-12  Glenn Morris  <rgm@gnu.org>
14416         * textmodes/org-publish.el (org-publish-org-to-html): Remove
14417         duplicate function definition.
14419 2007-09-10  Chris Moore  <dooglus@gmail.com>
14421         * diff-mode.el (diff-sanity-check-hunk):
14422         Also accept single-line hunks.
14424 2007-09-10  Chong Yidong  <cyd@stupidchicken.com>
14426         * startup.el (startup-screen-inhibit-startup-screen)
14427         (pure-space-overflow-message): New vars.
14428         (fancy-splash-insert): Allow functions for face and link specs.
14429         (fancy-splash-head): Remove unused arg.  Move splash text...
14430         (fancy-startup-text, fancy-about-text): ...here.
14431         (fancy-startup-tail): Rename from fancy-splash-tail.
14432         (fancy-startup-screen, fancy-about-screen): Split off from
14433         fancy-splash-screens.
14434         (display-startup-screen): New function.
14435         (display-about-screen): Rename from display-splash-screen.
14436         (command-line-1): Use concise startup screen if necessary.
14438 2007-09-10  Thien-Thi Nguyen  <ttn@gnuvola.org>
14440         * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
14441         Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
14443 2007-09-10  Dave Love  <fx@gnu.org>
14445         * outline.el (outline-4, outline-5, outline-7):
14446         Move font-lock-builtin-face down from 4 to 7 to better keep the
14447         progression of color brightness, and to better match Org-mode's faces.
14449 2007-09-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
14451         * progmodes/meta-mode.el (meta-font-lock-keywords)
14452         (font-lock-match-meta-declaration-item-and-skip-to-next)
14453         (meta-comment-indent, meta-indent-previous-line)
14454         (meta-indent-unfinished-line, meta-beginning-of-defun)
14455         (meta-end-of-defun, meta-common-initialization): Handle \f.
14456         (meta-indent-unfinished-line): Do not handle a `%' in a string as
14457         a comment-start.
14459         * files.el (file-modes-char-to-who, file-modes-char-to-right)
14460         (file-modes-rights-to-number): Auxiliary functions for symbolic to
14461         numeric notation of file modes.
14462         (file-modes-symbolic-to-number): New.  Convert symbolic modes to its
14463         numeric value.
14464         (read-file-modes): New.  Read either an octal value of a file mode or a
14465         symbolic value, and return its numeric value.
14467         * dired-aux.el (dired-do-chmod): Change to use the built-in
14468         `set-file-modes' and the previous symbolic mode parsing functions.
14470 2007-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14472         * textmodes/texinfo.el: Remove spurious * in docstrings.
14473         (texinfo-mode-syntax-table, texinfo-mode-map):
14474         Initialize in the declaration.
14476         * tmm.el: Remove spurious * in docstrings.
14477         (tmm-prompt): Use with-current-buffer.
14479         * vcursor.el: Remove spurious * in docstrings.
14480         (vcursor-map): Initialize in the declaration.
14481         (vcursor-use-vcursor-map): Use define-minor-mode.
14482         (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
14484         * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
14485         Initialize in the declaration.
14486         (widget-minor-mode): Use define-minor-mode.
14488         * woman.el (woman-mode-map, woman-syntax-table):
14489         Initialize in the declaration.
14491 2007-09-09  Tassilo Horn  <tassilo@member.fsf.org>
14493         * doc-view.el: New file.
14495 2007-09-09  Juri Linkov  <juri@jurta.org>
14497         * Makefile.in (update-authors): Add etc/ to AUTHORS.
14499         * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
14501         * startup.el (initial-buffer-choice): Rename choice "Splash screen"
14502         to "Startup screen".  Fix docstring.
14503         (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
14504         (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
14505         (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
14506         (initial-scratch-message): Fix docstring.
14507         (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
14508         Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
14509         Add link to "Customize Startup" and set interval between links to
14510         5 spaces.
14511         (fancy-about-text): Add links "Authors" and "Contributing".
14512         (fancy-splash-head): Add text "Welcome to " on the startup screen,
14513         and "This is " on the about screen.  Add link to
14514         "http://www.gnu.org/software/emacs/" for "GNU Emacs".
14515         For the about screen move emacs version to the header from
14516         `fancy-splash-tail' (as it's done already for normal about screen).
14517         (fancy-splash-tail): Insert emacs version only for startup screen.
14518         (normal-splash-screen): Remove duplicate empty lines.
14519         (normal-about-screen): Add links "Authors" and "Contributing".
14521         * menu-bar.el (menu-bar-help-menu):
14522         Move "About Emacs" and "About GNU" to the end of the Help menu.
14523         Move "Emacs Psychotherapist" after "Send Bug Report...".
14524         Move "External Packages" after "Find Emacs Packages".
14526 2007-09-09  Michael Albinus  <michael.albinus@gmx.de>
14528         * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
14529         they are useless with the byte compiler.
14530         (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
14531         (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
14532         (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
14533         (tramp-file-name-real-host, tramp-file-name-port)
14534         (tramp-find-method, tramp-find-user, tramp-find-host): Make them
14535         defuns.
14537         * net/tramp-cache.el (top): Improve error message when
14538         `tramp-persistency-file-name' is corrupted.
14540 2007-09-09  Carsten Dominik  <dominik@science.uva.nl>
14542         * textmodes/org.el (org-re): Also replace the :alpha: class.
14543         (org-todo-tag-alist): Variable removed.
14544         (org-todo-key-alist, org-todo-key-trigger): New variables.
14545         (org-use-fast-todo-selection): New option.
14546         (org-log-done): Docstring fixed.
14547         (org-deadline-warning-days): New default value 14.
14548         (org-edit-timestamp-down-means-later): New option.
14549         (org-tag-alist): Docstring fixed.
14550         (org-fast-tag-selection-include-todo): New option.
14551         (org-export-language-setup): New languages added.
14552         (org-set-regexps-and-options): Compute the new variables.
14553         (org-paste-subtree): Cleaning up.
14554         (org-remember-apply-template): New escape %A.
14555         (org-todo): Call fast TODO selection.
14556         (org-fast-todo-selection): New function.
14557         (org-add-log-note): Allow prefix for abort exit.
14558         (org-at-property-p, org-entry-properties)
14559         (org-columns-get-autowidth-alist): Use :alpha: class.
14560         (org-get-wdays): New function.
14561         (org-agenda-remove-date): New variable.
14562         (org-agenda-get-deadlines): Use `org-get-wdays'.
14563         (org-agenda-get-deadlines): Reverse ee before returning.
14564         (org-format-agenda-item): New argument REMOVE-RE.
14565         (org-agenda-convert-date): Baha'i calendar added.
14566         (org-infile-export-plist): Also find DATE line.
14567         (org-get-min-level): New function.
14568         (org-export-as-html, org-export-as-ascii): Use the date format.
14569         (org-shiftup, org-shiftdown): Use.
14570         `org-edit-timestamp-down-means-later'.
14571         (org-assign-fast-keys): New function.
14573 2007-09-08  Fredrik Axelsson  <f.axelsson@gmail.com>
14575         * cus-start.el (all): Add prefer-window-split-horizontally from
14576         window.c.
14578 2007-09-08  Eli Zaretskii  <eliz@gnu.org>
14580         * net/browse-url.el (browse-url-galeon): Fix last change.
14581         (top-level): Require cl when compiling.
14583 2007-09-08  Carsten Dominik  <dominik@science.uva.nl>
14585         * textmodes/org-export-latex.el: arch-tag restored.
14587         * textmodes/org-publish.el: arch-tag restored.
14589 2007-09-08  Masatake YAMATO  <jet@gyve.org>
14591         * progmodes/which-func.el (which-func-modes): Add diff-mode.
14593         * progmodes/cc-langs.el: Support new keywords added to
14594         objective-c frontend of gcc.
14595         (c-simple-stmt-kwds): Add @throw.
14596         (c-block-stmt-2-kwds): Add @synchronized.
14597         (c-block-stmt-1-kwds): Add @finally and @try.
14599 2007-09-07  Carsten Dominik  <dominik@science.uva.nl>
14601         * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
14602         (org-agenda-after-show-hook): New variable.
14603         (org-columns-compile-format)
14604         (org-columns-get-autowidth-alist, org-buffer-property-keys)
14605         (org-entry-properties, org-at-property-p): Allow [:alnum:] in
14606         property names.
14607         (org-get-wdays): New function.
14609 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14611         * simple.el (normal-erase-is-backspace-setup-frame): Massage.
14613         * term/xterm.el (xterm-function-map): Initialize in the declaration.
14615         * vc-arch.el (vc-arch-checkin): Fix typo.
14617 2007-09-07  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
14619         * cus-face.el (custom-theme-set-faces): Set face attributes
14620         locally for each frame.
14622 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14624         * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
14625         via font-lock-defaults.
14627         * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
14628         derived-mode-p.
14630 2007-09-07  Thien-Thi Nguyen  <ttn@gnuvola.org>
14632         * progmodes/autoconf.el (autoconf-definition-regexp):
14633         Handle optional square brackets around definition name.
14635 2007-09-07  Johannes Weiner  <hannes@saeurebad.de>
14637         * net/browse-url.el (browse-url-browser-function): Add elinks.
14638         (browse-url-elinks-wrapper): New option.
14639         (browse-url-encode-url, browse-url-elinks)
14640         (browse-url-elinks-sentinel): New functions.
14641         (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
14642         (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
14643         Use new function browse-url-encode-url.
14645 2007-09-07  Glenn Morris  <rgm@gnu.org>
14647         * version.el (emacs-version): Revert 2007-08-29 change: no need to
14648         say if multi-tty is present.
14650 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14652         * cus-start.el (split-window-preferred-function): Add custom info.
14654         * calendar/holidays.el (holiday-list, calendar-check-holidays)
14655         (calendar-mark-holidays, calendar-list-holidays)
14656         (holiday-filter-visible-calendar): New names to clean up namespace.
14657         (filter-visible-calendar-holidays, list-calendar-holidays)
14658         (mark-calendar-holidays, check-calendar-holidays, list-holidays):
14659         Add compatibility aliases.
14660         (calendar-check-holidays, calendar-mark-holidays)
14661         (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
14662         (holiday-sexp): Replace append with list.
14663         (holiday-filter-visible-calendar): Replace append with push.
14665         * woman.el: Remove spurious * in docstrings.
14666         (woman-mini-help, woman-non-underline-faces, woman0-rename)
14667         (woman-topic-all-completions-merge, woman-file-name-all-completions)
14668         (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
14669         (woman-write-directory-cache, woman-display-extended-fonts)
14670         (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
14671         (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
14672         (woman-mode): Use inhibit-read-only.
14673         (woman-negative-vertical-space): Use dotimes.
14674         (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
14676 2007-09-06  Romain Francoise  <romain@orebokech.com>
14678         * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
14679         (vc-bzr-workfile-version): Use it.
14681 2007-09-06  Sean O'Rourke  <sorourke@cs.ucsd.edu>
14683         * complete.el (PC-do-completion): Don't try to treat
14684         empty string as an abbreviation.
14686 2007-09-06  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
14688         * help-fns.el (describe-variable): Keep doc's text properties.
14690 2007-09-06  Dan Nicolaescu  <dann@ics.uci.edu>
14692         * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
14693         instead of a file.
14695 2007-09-06  Glenn Morris  <rgm@gnu.org>
14697         * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
14698         (checkdoc-minor-mode): Allow user to specify lighter via
14699         checkdoc-minor-mode-string.
14701 2007-09-05  Richard Stallman  <rms@gnu.org>
14703         * startup.el (fancy-startup-text): Rename from fancy-splash-text.
14704         Several items removed, simplified, or put on one line.
14705         (fancy-about-text): Add substantial contents, part of startup text.
14706         (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
14707         (normal-splash-screen): Call normal-mouse-startup-screen,
14708         normal-no-mouse-startup-screen, or normal-about-screen.
14709         (normal-mouse-startup-screen): New fn, broken out, shortened.
14710         (normal-no-mouse-startup-screen): New fn, broken out.
14711         (normal-about-screen): New function, contents all new.
14713 2007-09-05  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
14715         * emacs-lisp/rx.el (rx): Fix typo in docstring.
14717 2007-09-05  Glenn Morris  <rgm@gnu.org>
14719         * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
14720         is bound.
14722 2007-09-05  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
14724         * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
14725         in doc string.
14727 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
14729         * server.el (server-start, server-unload-hook): Undo previous change.
14731         * xt-mouse.el: Undo previous change.
14733 2007-09-04  Juri Linkov  <juri@jurta.org>
14735         * startup.el (fancy-about-text): New variable.
14736         (fancy-splash-delay, fancy-splash-max-time): Remove user options.
14737         (fancy-current-text, fancy-splash-stop-time)
14738         (fancy-splash-outer-buffer): Remove variables.
14739         (fancy-splash-head, fancy-splash-tail): Add new optional argument
14740         `startup' and use it to conditionally display different texts for
14741         Startup and About screens.  Don't display Help commands on the About
14742         screen.
14743         (fancy-splash-screens-1): Remove function and move its content to
14744         `fancy-splash-screens' to the part that dislpays the About screen.
14745         (exit-splash-screen): Don't treat specially exiting from
14746         alternating screens.
14747         (fancy-splash-screens): Rename argument `static' to `startup'.
14748         Fix docstring.  Remove code for displaying alternating screens.
14749         Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
14750         Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
14751         for `inhibit-read-only'.
14752         (normal-splash-screen): Rename argument `static' to `startup'.
14753         Fix docstring.  Use argument `startup' to conditionally display
14754         different texts for Startup and About screens.  Don't display Help
14755         commands on the About screen.  Remove `unwind-protect' `sit-for'
14756         delay and `kill-buffer' after it.
14757         (display-startup-echo-area-message): Remove call to
14758         `use-fancy-splash-screens-p' because image.el is preloaded and
14759         doesn't display "Loading image... done".
14760         (display-splash-screen): Rename argument `static' to `startup'.
14761         Fix docstring.
14763 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
14765         * server.el (server-start, server-unload-hook):
14766         suspend-tty-functions has been renamed to suspend-tty-hook.
14768         * xt-mouse.el: Likewise.  resume-tty-functions has been renamed to
14769         resume-tty-hook.
14771 2007-09-03  Emanuele Giaquinta  <e.giaquinta@glauco.it>  (tiny change)
14773         * loadup.el: Fix merge problem, only load "button" once.
14775 2007-09-03  Glenn Morris  <rgm@gnu.org>
14777         * vc-svn.el (vc-svn-print-log): If there is only one file, use
14778         "Working file:" as the prefix, for the sake of
14779         log-view-current-file.
14781 2007-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
14783         * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
14784         (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
14785         if the selected frames is in
14786         xterm-modify-other-keys-terminal-list.
14787         (xterm-turn-off-modify-other-keys): Add an optional frame
14788         parameter.  Only turn off modify-other-keys if FRAME is in
14789         xterm-modify-other-keys-terminal-list.
14790         (xterm-remove-modify-other-keys): New function.
14791         (terminal-init-xterm): Use it.  Deal with delete-frame hook.
14792         Add the selected frame to xterm-modify-other-keys-terminal-list.
14794 2007-09-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14796         * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
14797         (icon-map-list): New variable.
14798         (x-gtk-map-stock): Use icon-map-list.
14800 2007-09-02  Romain Francoise  <romain@orebokech.com>
14802         * log-view.el (log-view-current-file): Balance parens.
14804 2007-09-02  Glenn Morris  <rgm@gnu.org>
14806         * comint.el (comint-mode): Don't set scroll-conservatively.
14808         * eshell/em-unix.el (eshell/time): Stringify and flatten the
14809         non-command arguments.
14811         * log-view.el (log-view-current-file): Give a more explicit error
14812         if log-view-file-re fails to find a match.
14814 2007-09-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
14816         * emacs-lisp/bytecomp.el (byte-recompile-directory):
14817         Fix bug: Don't expand top-level file name more than once.
14818         Reported by Dmitry Antipov <dmantipov@yandex.ru>.
14820 2007-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14822         * server.el (server-process-filter): Don't display the splash screen.
14823         It's annoying enough on the initial screen and becomes positively
14824         obnoxious here.
14826 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
14828         * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
14829         Change naming to use "avl-tree--" for internal functions.
14831 2007-08-31  Dan Nicolaescu  <dann@ics.uci.edu>
14833         * term/x-win.el (x-menu-bar-open): Delete duplicated function from
14834         the merge.
14835         (global-set-key): Delete f10 mapping, now done in menu-bar.el.
14836         (provide): Move to the end of file.
14838         * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
14840 2007-08-31  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
14842         * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
14843         New variable.  List of exceptions for the duplicated word rule.
14844         (flyspell-mark-duplications-flag): Mention it.
14845         (flyspell-word): Treat it.
14847         * files.el (create-file-buffer): If the filename sans directory starts
14848         with spaces, remove them.
14850 2007-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14852         * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
14853         (x-gtk-map-stock): Use two directory elements when matching
14854         file name.
14856 2007-08-31  James Wright  <james@chumsley.org>
14858         * eshell/em-unix.el (eshell/info): New function.
14860 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
14862         * frame.el (frame-initialize, make-frame):
14863         * server.el (server-process-filter):
14864         * faces.el (tty-set-up-initial-frame-faces): Don't set
14865         term-environment-variable since it's not used any more.
14867         * env.el (setenv): Don't treat $TERM specially.
14869         * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
14870         stated otherwise, subprocesses do not send back escape sequences
14871         corresponding to the terminal from which Emacs was started.
14873 2007-08-31  Thien-Thi Nguyen  <ttn@gnuvola.org>
14875         * calculator.el: Require cl for compilation.
14877 2007-08-30  Daniel Pfeiffer  <occitan@esperanto.org>
14879         * outline.el (outline-font-lock-levels): Comment out unused var.
14880         (outline-font-lock-face): Wrap around face list to handle any
14881         nesting depth gracefully.
14883 2007-08-30  Michael Albinus  <michael.albinus@gmx.de>
14885         * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
14886         `set-file-times'.
14888 2007-08-30  Carsten Dominik  <dominik@science.uva.nl>
14890         * textmodes/org.el (org-export-visible): Fix drawers before export.
14891         (org-do-sort): Allow sorting by priority.
14892         (org-agenda-files): Ignore non-existing files.
14893         (org-agenda-skip-unavailable-files): New variable.
14894         (org-ellipsis): All a face as value.
14895         (org-mode): Interprete the face value of `org-ellipsis'.
14896         (org-archive-save-context-info): New option.
14897         (org-archive-subtree): Store context info in archived entry.
14898         (org-fast-tag-selection-can-set-todo-state): New variable.
14899         (org-fast-tag-selection): Allow setting TODO states through this
14900         interface.
14901         (org-cycle): Docstring updated.
14902         (org-todo-keyword-faces): New option.
14903         (org-get-todo-face): New function.
14904         (org-set-font-lock-defaults, org-agenda-highlight-todo):
14905         Use `org-get-todo-face'.
14906         (org-switch-to-buffer-other-window): New function.
14907         (org-table-edit-field, org-table-show-reference)
14908         (org-table-edit-formulas, org-add-log-note)
14909         (org-fast-tag-selection, org-agenda, org-prepare-agenda)
14910         (org-timeline): Use `org-switch-to-buffer-other-window' instead of
14911         `switch-to-buffer-other-window' to make sure that the temporary
14912         windows show up on the current frame.
14913         (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
14914         (org-get-entries-from-diary, org-replace-region-by-html):
14915         Don't allow pop-up frames.
14916         (org-agenda-get-deadlines, org-agenda-get-scheduled):
14917         Fix problems with time-of-day.
14918         (org-export-get-title-from-subtree): New function.
14919         (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
14920         with listing items that are DONE.
14921         (org-change-tag-in-region): New command.
14922         (org-agenda-skip-scheduled-if-done)
14923         (org-agenda-skip-deadline-if-done): Docstring clarified.
14924         (org-mode): Hide drawers on startup.
14925         (org-get-todo-face): New function.
14926         (org-todo-keyword-faces): New option.
14927         (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
14928         (org-remove-keyword-keys): New function.
14930 2007-08-30  Jari Aalto  <jari.aalto@cante.net>  (tiny change)
14932         * progmodes/grep.el (grep-find-ignored-directories):
14933         Add monotone _MTN bookkeeping directory in workspaces.
14934         Add RCS control directory.  List items in alphabetical order.
14936         * progmodes/grep.el (grep-files-aliases): Add cc alias.
14937         Sort items in alphabetical order.  Fix parens.
14939 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
14941         * vc-hg.el (vc-hg-extra-menu-map): New variable.
14942         (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
14943         (vc-hg-pull): New functions.
14944         (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
14946         * term/mac-win.el: Don't require url, only autoloaded url
14947         functions are used in this file.
14949 2007-08-29  Andreas Schwab  <schwab@suse.de>
14951         * shell.el (shell): Return correct value from interactive spec.
14953 2007-08-29  Glenn Morris  <rgm@gnu.org>
14955         * version.el (emacs-version): Increase to 23.0.50.
14957 2007-08-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14959         * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
14961 2007-08-29  Juri Linkov  <juri@jurta.org>
14963         * loadup.el: Add "button" loading after "faces" and move "startup"
14964         to load after "button".
14966 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
14968         * loadup.el: Load term/mac-win on a Mac using Carbon.
14970         * term/mac-win.el: Provide mac-win.
14971         (mac-initialized): New variable.
14972         (mac-initialize-window-system): New function.  Move global setup here.
14973         (handle-args-function-alist, frame-creation-function-alist):
14974         (window-system-initialization-alist): Add mac entries.
14975         (x-setup-function-keys): New function containing all the
14976         top level function key definitions.
14978         * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
14980         * env.el (read-envvar-name): Don't consider the environment frame param.
14982         * env.el (setenv):
14983         * frame.el (frame-initialize, make-frame):
14984         * faces.el (tty-set-up-initial-frame-faces):
14985         * server.el (server-process-filter): Set
14986         display-environment-variable and term-environment-variable.
14988         * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
14990 2007-08-29  Jason Rumney  <jasonr@gnu.org>
14992         * loadup.el: Only load term/x-win when X is compiled in.
14993         Load term/w32-win and dependencies on windows-nt.
14995         * term/w32-win.el: Reorder to match x-win.el more closely.
14996         Provide w32-win.  Don't throw error when global window-system not w32.
14997         (internal-face-interactive): Remove obsolete function.
14998         (x-setup-function-keys): Use local-function-key-map.
14999         (w32-initialized): New variable.
15000         (w32-initialize-window-system): Set it.
15001         Move more global setup here.
15002         (x-setup-function-keys): New function.
15003         (w32-initialize-window-system): Move non function key global setup here.
15004         (x-cut-buffer-max): Remove.
15005         (w32-initialize-window-system): New function.
15006         (handle-args-function-alist, frame-creation-function-alist):
15007         (window-system-initialization-alist): Add w32 entries.
15009 2007-08-29  David Kastrup  <dak@gnu.org>
15011         * env.el (getenv): Pass frame to getenv-internal.
15013 2007-08-29  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
15015         * version.el (emacs-version): Show if multi-tty is present.
15017         * loadup.el: Delay loading env; mule-conf gets confused by cl
15018         during bootstrap.  Also load termdev and term/x-win.
15020         * bindings.el (mode-line-client): New variable.
15021         (help-echo): Add it to the default mode-line format.
15023         * cus-start.el: Remove bogus window-system reference from GTK test.
15025         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
15026         (ebrowse-electric-position-mode-map):
15027         * ebuff-menu.el (electric-buffer-menu-mode-map):
15028         * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
15029         not `suspend-emacs'.
15031         * ediff-wind.el (ediff-setup-windows-automatic): New function.
15032         (ediff-window-setup-function): Use it as default.
15034         * files.el (save-buffers-kill-terminal): New function.
15035         (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
15037         * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
15038         and `with-selected-frame'.
15040         * help-fns.el (describe-variable): Describe frame-local variables
15041         correctly.
15043         * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
15044         display support.
15045         (normal-erase-is-backspace-setup-frame): New function.
15047         * subr.el (with-selected-frame): New function.
15048         (read-quoted-char): Use terminal-local binding of
15049         local-function-key-map instead of function-key-map.
15051         * talk.el (talk): New function.
15052         (talk-handle-delete-frame): New function.
15053         (talk-add-display): Open a new frame only if FRAME was not a frame.
15055         * termdev.el: New file.
15057         * menu-bar.el (menu-bar-open): New function.  Bind it to f10.
15058         * term/x-win.el: Don't bind f10.
15059         * tmm.el: Remove autoload binding for f10.
15061         * international/encoded-kb.el (encoded-kbd-setup-display): Use
15062         `set-input-meta-mode'.  Fix broken condition before set-input-mode.
15063         Store the saved input method as a terminal parameter.  Add keymap
15064         parameter.  Use it instead of changing key-translation-map directly.
15065         (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
15066         Remove.
15067         (encoded-kbd-setup-display): New function.
15069         * international/mule-cmds.el (set-locale-environment): Fix getenv
15070         call.  Use save-buffers-kill-terminal.  Ignore window-system; always
15071         set the keyboard coding system.  Add DISPLAY parameter.
15072         (set-display-table-and-terminal-coding-system): Add DISPLAY
15073         parameter.  Pass it to set-terminal-coding-system.
15075         * international/mule.el (keyboard-coding-system): Test for
15076         encoded-kbd-setup-display, not encoded-kbd-mode.
15077         (set-terminal-coding-system, set-keyboard-coding-system): Add
15078         DISPLAY parameter.
15079         (set-keyboard-coding-system): Use encoded-kbd-setup-display.
15081         * term/README: Update.
15083         * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
15085         * term/x-win.el (x-setup-function-keys): New function.  Move
15086         function-key-map tweaks here.  Protect against multiple calls on
15087         the same terminal.  Use terminal-local binding of
15088         local-function-key-map instead of function-key-map.
15089         (x-initialize-window-system): Make a copy of pure list.  Pass a
15090         frame getenv.
15092         * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
15093         * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
15094         * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
15095         * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
15096         * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
15097         local-function-key-map instead of function-key-map.
15099         * term/rxvt.el, term/xterm.el: Speed up load time by protecting
15100         `substitute-key-definition' and `define-key' calls against
15101         multiple execution.  Use terminal-local binding of
15102         local-function-key-map instead of function-key-map.  Pass a frame
15103         to getenv.
15105         * edmacro.el (edmacro-format-keys):
15106         * emulation/cua-base.el (cua--pre-command-handler):
15107         * isearch.el (isearch-other-meta-char):
15108         * xt-mouse.el: Use terminal-local binding of
15109         local-function-key-map instead of function-key-map.
15111         * fringe.el (set-fringe-mode): Simplify and fix using
15112         `modify-all-frames-parameters'.
15113         * scroll-bar.el (set-scroll-bar-mode): Ditto.
15114         * tool-bar.el (tool-bar-mode): Ditto.  Remove 'tool-bar-map length
15115         check before calling `tool-bar-setup'.
15116         (tool-bar-setup): New variable.
15117         (tool-bar-setup): Use it to guard against multiple calls.  Add
15118         optional frame parameter, and select that frame before adding items.
15119         (toggle-tool-bar-mode-from-frame): New function.
15121         * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
15122         (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
15123         toggle-tool-bar-mode-from-frame to change "Menu-bar" and
15124         "Tool-bar" toggles to reflect the state of the current frame.
15125         (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
15127         * env.el: Require cl for byte compilation (for `block' and `return').
15128         (environment, setenv-internal): New functions.
15129         (let-environment): New macro.
15130         (setenv, getenv): Add optional terminal parameter.  Update docs.
15131         (setenv): Use setenv-internal.  Always set process-environment.
15132         Handle `local-environment-variables'.
15133         (read-envvar-name, setenv, getenv): Use frame parameters
15134         to store the local environment, not terminal parameters.  Include
15135         `process-environment' as well.
15137         * faces.el (tty-run-terminal-initialization): New function.
15138         (tty-create-frame-with-faces): Use it.  Set up faces and
15139         background mode only after the terminal has been initialized.
15140         Call terminal-init-*.  Don't load the initialization file more
15141         than once.  Call set-locale-environment.
15142         (frame-set-background-mode): Handle the 'background-mode terminal
15143         parameter.
15144         (tty-find-type): New function.
15145         (x-create-frame-with-faces): Remove bogus check for
15146         first frame.  Call `tool-bar-setup'.  Don't make frame visible
15147         until we are done setting up all its parameters.  Call
15148         x-setup-function-keys.
15150         * frame.el (make-frame): Always inherit 'environment and 'client
15151         parameters.  Set up the 'environment frame parameter, when needed.
15152         Also inherit 'client parameter.  Don't override explicitly
15153         specified values with inherited ones.  Add 'terminal frame
15154         parameter.  Append window-system-default-frame-alist to parameters
15155         before calling frame-creation-function.
15156         (frame-initialize): Copy the environment from the initial frame.
15157         (window-system-default-frame-alist): Enhance doc string.
15158         (frame-notice-user-settings): Don't put 'tool-bar-lines in
15159         `default-frame-alist' when initial frame is on a tty.
15160         (modify-all-frames-parameters): Simplify using `assq-delete-all'.
15161         Remove specified parameters from `window-system-default-frame-alist'.
15162         (make-frame-on-tty, framep-on-display, suspend-frame):
15163         Extend doc string, update parameter names.
15164         (frames-on-display-list): Use terminal-id to get the display id.
15165         (frame-notice-user-settings): Extend to apply
15166         settings in `window-system-default-frame-alist' as well.
15167         (terminal-id, terminal-parameters, terminal-parameter)
15168         (set-terminal-parameter, terminal-handle-delete-frame): New functions.
15169         (delete-frame-functions): Add to `delete-frame-functions' hook.
15170         (blink-cursor-mode): Adapt blink-cursor-mode default
15171         value from startup.el.
15172         (make-frame-on-display): Protect condition on x-initialized when
15173         x-win.el is not loaded.  Update doc.
15174         (suspend-frame): Use display-controlling-tty-p to decide between
15175         suspend-emacs and suspend-tty.
15176         (frames-on-display-list): Update for display ids.
15177         (framep-on-display): Ditto.
15178         (suspend-frame): Use display-name, not frame-tty-name.
15179         (selected-terminal): New function.
15181         * server.el: Use `device' instead of `display' or `display-id' in
15182         variable and client parameter names.
15183         (server-select-display): Remove (unused).
15184         (server-tty-live-p, server-handle-delete-tty): Remove.
15185         (server-unquote-arg, server-quote-arg, server-buffer-clients):
15186         Update docs.
15187         (server-getenv-from, server-with-environment, server-send-string)
15188         (server-save-buffers-kill-terminal): New functions.
15189         (server-delete-client): Handle quits in kill-buffer.  Don't kill
15190         modified buffers.  Add extra logging.  Delete frames after
15191         deleting the tty.  Clear 'client parameter before deleting a frame.
15192         Use delete-display, not delete-tty.
15193         (server-visit-files): Don't set `server-existing-buffer' if the
15194         buffer already has other clients.  Return list of buffers
15195         created.  Update doc.  Don't set client-record when nowait.
15196         (server-handle-delete-frame): Delete the client if this was its
15197         last frame.  Check that the frame is alive.  Remove bogus comment.
15198         Add note on possible race condition.  Delete tty clients, if needed.
15199         (server-handle-suspend-tty): Use server-send-string.  Kill the
15200         client in case of errors from process-send-string.  Use the display
15201         parameter.
15202         (server-unload-hook): Remove obsolete delete-tty hook.
15203         (server-start): Ask before restarting if the old server still has
15204         clients.  Add feedback messages.  Remove obsolete delete-tty hook.
15205         (server-process-filter): Use server-send-string.  Accept `-dir'
15206         command.  Switch to *scratch* immediately after creating the frame,
15207         before evaluating any -evals.  Protect `display-splash-screen'
15208         call in a condition-case.  Explain why.  Call
15209         `display-startup-echo-area-message' before
15210         `display-splash-screen'.  Don't display the splash screen when no
15211         frame was created.  Show the Emacs splash screen and startup echo
15212         area message.  Display the *scratch* buffer by default.  Store the
15213         local environment in a frame (not terminal) parameter.  Do not try
15214         to decode environment strings.  Fix reference to the 'display
15215         frame parameter.  Change syntax of environment variables.  Put
15216         environment into terminal parameters, not client parameters.  Use
15217         a dummy client with --no-wait's X frames.  In `-position LINE'
15218         handler, don't ruin the request string until the line number is
15219         extracted.  Log opened files.  Handle -current-frame command.
15220         Don't create frames when it is given.  Don't bind X frames to the
15221         client when we are in -no-wait mode.  Set locale environment
15222         variables from client while creating tty frames.  Disable call to
15223         configure-display-for-locale.  When processing -position command,
15224         don't change the request string until the parameters are
15225         extracted.  Don't try to create an X frame when Emacs does not
15226         support it.  Improve logging.  Temporarily set ncurses-related
15227         environment variables to those of the client while creating a new
15228         tty frame.  Select buffers opened by nowait clients, don't leave
15229         them buried under others.  Set the display parameter, and use it
15230         when appropriate.
15232         * startup.el (display-startup-echo-area-message): Handle
15233         `inhibit-startup-echo-area-message' here.
15234         (command-line-1): Moved from here.
15235         (fancy-splash-screens): Use `overriding-local-map' instead of
15236         `overriding-terminal-local-map' for now; the latter doesn't work
15237         right, it looses keypresses to another terminal.  Use
15238         `overriding-terminal-local-map' to set up keymap.  Install a
15239         `delete-frame-functions' hook to catch `delete-frame' events.
15240         Ignore `select-window' events to cope better with
15241         `focus-follows-mouse'.  Don't switch back to the original buffer
15242         if the splash frame has been killed.  Restore previous buffer, even
15243         if it's *scratch*.
15244         (normal-splash-screen): Don't let-bind `mode-line-format'; it
15245         changes the global binding - setq it instead.  Use
15246         `save-buffers-kill-terminal'.
15247         (display-splash-screen): Don't do anything if the splash screen is
15248         already displayed elsewhere.
15249         (fancy-splash-exit, fancy-splash-delete-frame): New functions.
15250         (command-line): Replace duplicated code with a call to
15251         tty-run-terminal-initialization.  Don't load the terminal
15252         initialization file more than once.  Remove call to nonexistent
15253         function `set-locale-translation-file-name'.
15255         * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
15256         parameters.
15257         (xterm-mouse-position-function, xterm-mouse-event): Update.
15258         (xterm-mouse-mode): Don't depend on current value of window-system.
15259         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
15260         Update for multi-tty.
15261         (turn-on-xterm-mouse-tracking-on-terminal)
15262         (turn-off-xterm-mouse-tracking-on-terminal)
15263         (xterm-mouse-handle-delete-frame): New functions.
15264         (delete-frame-functions, after-make-frame-functions)
15265         (suspend-tty-functions, resume-tty-functions): Install extra hooks
15266         for multi-tty.
15268 2007-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15270         * simple.el (invisible-p): Remove: implemented in C now.
15271         (line-move-invisible-p): Remove obsolete alias.
15273 2007-08-28  Juri Linkov  <juri@jurta.org>
15275         * image-mode.el (image-type): New variable.
15276         (image-mode): Set default major mode name to "Image[text]".
15277         (image-minor-mode): Change LIGHTER to display image-type in the
15278         mode line.
15279         (image-minor-mode): Set default image-type to "text".
15280         (image-toggle-display): After switching to text mode, set
15281         image-type to "text" and major mode name to "Image[text]".
15282         After switching to image mode, set image-type to actual image
15283         type, and add image type to major mode name.  Let-bind the same
15284         variable names as arguments of `image-type' and `create-image'.
15285         Bind `type' to the result of `image-type' and use it as arg
15286         of `create-image' to not determine the image type twice.
15288 2007-08-28  Michael Albinus  <michael.albinus@gmx.de>
15290         * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
15291         (tramp-set-file-uid-gid, tramp-get-local-uid)
15292         (tramp-get-local-gid): New defuns.
15293         (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
15294         (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
15295         Improve fast track.
15296         (tramp-do-copy-or-rename-file-directly): Sync parameter list with
15297         the other tramp-do-copy-or-rename-file-* functions.  Major rewrite.
15298         (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
15299         (tramp-handle-write-region): Improve fast track.
15300         (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
15301         (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
15302         be nil.
15304 2007-08-28  Ivan Kanis  <apple@kanis.eu>
15306         * time.el: New feature to display several time zones in a buffer.
15307         (display-time-world-mode, display-time-world-display)
15308         (display-time-world, display-time-world-timer): New functions.
15309         (display-time-world-list, display-time-world-time-format)
15310         (display-time-world-buffer-name, display-time-world-timer-enable)
15311         (display-time-world-timer-second, display-time-world-mode-map):
15312         New variables.
15314 2007-08-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15316         * term/x-win.el (x-gtk-stock-map): New variable.
15317         (x-gtk-map-stock): New function.
15319         * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
15320         prev/next-node.
15322 2007-08-28  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
15324         * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
15326 2007-08-28  Glenn Morris  <rgm@gnu.org>
15328         * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
15330 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
15332         * progmodes/modula2.el (m2-definition, m2-module):
15333         Don't use previous-line.  Reported by T. V. Raman.
15335 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15337         * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
15338         argument to tool-bar-mode call.
15340 2007-08-27  Glenn Morris  <rgm@gnu.org>
15342         * diff-mode.el (diff-find-file-name): Only accept regular files,
15343         to rule out /dev/null, directories, etc.
15345         * vc-svn.el (vc-svn-diff): If the repository version of all the
15346         files is the same as the specified OLDVERS, do a local diff.
15348 2007-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15350         * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
15351         of buffers in uniquify-managed.
15353         * simple.el (invisible-p): Rename from text-invisible-p.
15354         Update callers.
15356         * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
15357         (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
15358         (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
15359         (cperl-etags-goto-tag-location): Use new style backquotes.
15361         * net/browse-url.el: Remove spurious * in custom docstrings.
15362         (browse-url-filename-alist): Use new-style backquote.
15364         * emacs-lisp/backquote.el (backquote-unquote-symbol)
15365         (backquote-splice-symbol): Clarify they're not new-style unquotes.
15367         * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
15368         (\,@): Backslash the , and ,@ which are not new-style unquotes.
15370         * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
15372         * net/socks.el (socks-username/password-auth-filter):
15373         Remove unused vars `state' and `desired-len'.
15374         (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
15375         (socks-wait-for-state-change): Use new-style backquotes.
15377         * pcvs.el (cvs-mode-status): Fix long-standing typo.
15379         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
15380         backquotes after each `read' rather than once per buffer.
15382         * dframe.el: Remove spurious * in custom docstrings.
15383         (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
15384         (dframe-xemacs20p): Remove, inline at the sole use point.
15385         (defface): Don't defvar the face, don't use old-style backquote.
15386         (defcustom): Don't use old-style backquote.
15387         (dframe-frame-parameter, dframe-mouse-event-p):
15388         Make it obvious that it's always defined.
15389         (dframe-popup-kludge): New function to replace
15390         dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
15391         (dframe-frame-mode, dframe-set-timer-internal)
15392         (dframe-mouse-set-point): Remove use of with-no-warnings from
15393         XEmacs-specific code.
15394         (dframe-set-timer-internal): Fix very old bug with
15395         post-command-idle-hook.
15397         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
15399         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
15400         warning if the file uses old style backquotes.
15402         * emacs-lisp/bytecomp.el (byte-compile-log-file)
15403         (byte-recompile-directory, byte-compile-file)
15404         (byte-compile-from-buffer): Use with-current-buffer.
15406         * simple.el (text-invisible-p): Rename from line-move-invisible-p.
15407         (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
15408         (line-move-1, line-move-finish, line-move-to-column)
15409         (move-end-of-line, move-beginning-of-line): Use new name.
15411         * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
15413         * progmodes/ada-mode.el: Fix up comment style in header.
15414         (ada-check-emacs-version): Remove.
15415         (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
15416         (ada-region-selected): Use (featurep 'xemacs) rather than contortions
15417         to try and quieten the byte-compiler.
15418         (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
15420         * vc.el (vc-annotate-warp-version): Don't use previous-line.
15422 2007-08-27  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
15424         * net/browse-url.el (browse-url-emacs): New function.
15426 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
15428         * emacs-lisp/avl-tree.el: New file.
15430 2007-08-26  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
15432         * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
15433         was used.
15435 2007-08-26  Sean O'Rourke  <seano@cs.ucsd.edu>
15437         * complete.el (PC-do-completion): Make RET accept a non-unique but
15438         complete expansion again.
15440 2007-08-26  Thien-Thi Nguyen  <ttn@gnuvola.org>
15442         * eshell/esh-opt.el (eshell-eval-using-options):
15443         Add debug declaration.
15445 2007-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
15447         * log-view.el (log-view-toggle-mark-entry): Add docstring.
15448         (log-view-get-marked): Likewise.
15450         * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
15451         (vc-delete-automatic-version-backups): Likewise.
15453         * vc.el (vc-dired-buffers-for-dir): Likewise.
15455 2007-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
15457         * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
15458         safe-local-variable setting.
15459         * progmodes/perl-mode.el (perl-indent-level): Likewise.
15461         * log-view.el (log-view-marked-list): Delete variable.
15462         (log-view-mode): Don't use it.
15463         (log-view-toggle-mark-entry): Likewise, simplify.
15464         (log-view-current-tag): Don't return properties.
15465         (log-view-get-marked): New function.
15467 2007-08-25  Alexandre Julliard  <julliard@winehq.org>
15469         * vc-git.el (vc-git-mode-line-string): New function.
15471 2007-08-25  Alan Mackenzie  <acm@muc.de>
15473         * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
15474         new language variable.
15476         * progmodes/cc-engine.el (c-brace-anchor-point): new function.
15477         (c-add-stmt-syntax): Give accurate anchor points for "namespace",
15478         "extern" etc., rather than BOI.  Fix addition of spurious
15479         syntactic-symbol 'defun-block-intro, replacing it with
15480         'innamespace, etc.
15482 2007-08-25  Juri Linkov  <juri@jurta.org>
15484         * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
15486         * image-mode.el: Add autoloads to put associations in auto-mode-alist:
15487         associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
15488         "\\.svgz?\\'" with xml-mode and image-mode-maybe.
15490         * image.el (image-type-header-regexps): Use more complex regexp for svg.
15491         (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
15492         (image-type-auto-detectable): Add (svg . maybe).
15494         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
15495         to treat it like .tgz.
15497         * calendar/cal-bahai.el: Add file coding cookie.
15499 2007-08-25  Reiner Steib  <Reiner.Steib@gmx.de>
15501         * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
15502         Don't behave differently when executed via M-x.  Add doc string.
15504         * sort.el (sort-fold-case, sort-numeric-base): Mark as
15505         safe-local-variable.
15507 2007-08-25  Jay Belanger  <jay.p.belanger@gmail.com>
15509         * calc/calc-forms.el (var-TimeZone): Make nil explicitly
15510         the default value.
15511         (math-calendar-tzinfo): New variable.
15512         (math-get-calendar-tzinfo): New function.
15513         (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
15514         to get information when zone is nil.
15516 2007-08-24  Dan Nicolaescu  <dann@ics.uci.edu>
15518         * log-view.el (log-view-toggle-mark-entry): New function.
15519         (log-view-mode-map): Bind it.
15520         (log-view-marked-list): New variable.
15521         (log-view-mode): Make it local.
15523 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
15525         * play/zone.el (zone-pgm-rat-race): New func.
15526         (zone-programs): Add `zone-pgm-rat-race'.
15528 2007-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15530         * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
15531         a list.
15533 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
15535         * progmodes/hideshow.el (hs-match-data): Delete alias.
15536         (hs-hide-block-at-point, hs-find-block-beginning)
15537         (hs-show-block): Use `match-data' directly.
15539 2007-08-24  Martin Rudalics  <rudalics@gmx.at>
15541         * format.el (format-alist): Fix typo in doc-string.
15543 2007-08-24  Michael Albinus  <michael.albinus@gmx.de>
15545         * net/tramp.el (tramp-local-host-p): New defun.
15546         (tramp-handle-file-local-copy, tramp-handle-write-region):
15547         Implement fast track when being on the local host.
15548         (tramp-file-name-handler): Don't set "started" property.  It shall
15549         be reserved for the "ftp" method.
15550         (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
15552         * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
15553         (tramp-ftp-file-name-handler): Set "started" property.
15555 2007-08-24  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
15557         * files.el (backup-buffer-copy): Don't wrap delete in
15558         condition-case, only try to delete if file exists.
15560 2007-08-24  Glenn Morris  <rgm@gnu.org>
15562         * files.el (backup-buffer-copy): Revert 2007-08-22 change.
15564         * startup.el (tutorial-directory): Set with eval-at-startup so it
15565         gets the right value in an installed Emacs.
15567 2007-08-24  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
15569         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
15570         (eldoc-highlight-function-argument): Use it.
15572 2007-08-23  Masatake YAMATO  <jet@gyve.org>
15574         * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
15575         name of parameters in document body.
15577 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15579         * emacs-lisp/bytecomp.el (byte-compile-output-docform)
15580         (byte-compile-output-as-comment): Use with-current-buffer rather than
15581         a weird set-buffer&prog1 combination.
15583         * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
15584         test so as to optimise cases where the `progn's result is constant.
15586 2007-08-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
15588         * locate.el (locate-get-file-positions):
15589         Use line-beginning-position and line-end-position.
15591 2007-08-23  John Wiegley  <johnw@newartisans.com>
15593         * calendar/cal-bahai.el: Added in the diacriticals that were
15594         missing for many of the month names.
15596 2007-08-22  Jason Rumney  <jasonr@gnu.org>
15598         * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
15600 2007-08-22  Chong Yidong  <cyd@stupidchicken.com>
15602         * image-mode.el (image-minor-mode): Use image-mode-text-map.
15604 2007-08-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
15606         * dabbrev.el (dabbrev--progress-reporter): New variable.
15607         (dabbrev--scanning-message): Delete func.
15608         (dabbrev--find-expansion): Use a progress reporter
15609         instead of dabbrev--scanning-message.
15611 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
15613         * comint.el (comint-exec-1): Raise an error if
15614         `start-file-process' does not return a process object.
15616         * shell.el (shell): Prompt for `default-directory' if it is a
15617         remote file name, and if called with a prefix arg.
15619 2007-08-22  Sam Steingold  <sds@gnu.org>
15621         * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
15623 2007-08-22  Carsten Dominik  <dominik@science.uva.nl>
15625         * textmodes/org-export-latex.el: New file.
15627         * textmodes/org-publish.el (org-publish-org-to-latex): New function.
15629         * textmodes/org.el (org-agenda-skip): Allow a form for
15630         `org-agenda-skip-function'.
15631         (org-agenda-redo): Re-use local settings.
15632         (org-agenda): Store local settings.
15633         (org-agenda-deadline-faces): New option.
15634         (org-agenda-deadline-face): New function.
15635         (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
15636         entries on their due date.
15637         (org-agenda-get-timestamps): No longer handle the due dates of
15638         schedules and deadline items.
15639         (org-insert-link-global, org-open-at-point-global): New commands.
15640         (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
15641         :for-ascii parameter.
15642         (org-skip-comments): Function removed.
15643         (org-cleaned-string-for-export): Handle special table lines.
15644         (org-global-properties): New option.
15645         (org-entry-get-with-inheritance): Check global properties.
15646         (org-local-properties): New variable.
15647         (org-set-regexps-and-options): Find the #+PROPERTY line.
15648         (org-link-types): Change type into variable (was constant).
15649         (org-make-link-regexps): New function.
15650         (org-link-re-with-space, org-link-re-with-space2)
15651         (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
15652         (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
15653         these regular expressions happens now in the function
15654         `org-make-link-regexps'.
15655         (org-store-link): Call the functions in
15656         `org-store-link-functions'.
15657         (org-add-link-type): New function.
15658         (org-store-link-functions): New variable.
15659         (org-activate-tags): Force matches to be in headlines.
15660         (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
15661         (org-columns-display-here): Make sure this works in a narrowed
15662         buffer by checking for point-min.
15663         (org-columns-display-here): Make the rest of the line intangible,
15664         so that point never can be there.
15665         (org-cleaned-string-for-export): Use `with-current-buffer'.
15666         (org-replace-region-by-html): Use `with-current-buffer'.
15667         (org-unfontify-region, org-do-occur, org-columns-display-here)
15668         (org-columns-remove-overlays, org-columns-quit)
15669         (org-columns-edit-value, org-columns-next-allowed-value)
15670         (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
15671         (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
15672         (org-agenda-todo, org-agenda-change-all-lines)
15673         (org-agenda-align-tags, org-agenda-priority)
15674         (org-agenda-set-tags, org-agenda-toggle-archive-tag)
15675         (org-agenda-show-new-time, org-cleaned-string-for-export)
15676         (org-export-grab-title-from-buffer)
15677         (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
15678         instead of `buffer-read-only'.
15679         (org-export-as-html): Set `coding-system-for-write'.
15680         (org-remember-store-without-prompt): New option.
15681         (org-archive-subtree): Fixed bug with modifying TODO keyword.
15682         (org-beginning-of-line): Also treat C-a special in items.
15683         (org-table-convert-refs-to-rc): Fixed problem with column
15684         reference after "..".
15685         (org-columns-compute): Don't mark buffer modified because of text
15686         properties.
15687         (org-batch-store-agenda-views): Use the variable
15688         `default-directory', not the function.
15689         (org-clock-out-if-current): Respect `org-clock-out-when-done'.
15690         (org-clock-out-when-done): New option.
15691         (org-html-entities): Added HTML entities for smileys.
15693 2007-08-22  Glenn Morris  <rgm@gnu.org>
15695         * image.el (create-image): Doc fix.
15697         * startup.el (tutorial-directory): New constant.
15698         (fancy-splash-text): Tutorials now in tutorial-directory.
15699         * tutorial.el (help-with-tutorial): Tutorials now in
15700         tutorial-directory.
15702 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
15704         * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
15705         otherwise.
15706         (tramp-get-remote-path): New defun.  Replace occurrences of
15707         `tramp-default-remote-path' by this function.
15708         (tramp-set-remote-path): Move most of the code to
15709         `tramp-get-remote-path'.
15710         (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
15711         existing directories, this is done already in
15712         `tramp-get-remote-path'.
15714 2007-08-22  Paul Pogonyshev  <pogonyshev@gmx.net>
15716         * image-file.el (image-file-name-extensions): Add "svg".
15717         * image.el (image-type-header-regexps): Add svg entry.
15719 2007-08-22  Glenn Morris  <rgm@gnu.org>
15721         * files.el (backup-buffer-copy): Check backup directory is
15722         writable, to avoid infloop deleting old backup.
15724         * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
15725         movemail related variables.
15726         (rmail-insert-inbox-text): Use only rmail-movemail-program, which
15727         will now be set before this is called.
15729 2007-08-21  Juri Linkov  <juri@jurta.org>
15731         * delsel.el (delete-selection-pre-hook):
15732         * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
15733         instead of checking last-command.
15735 2007-08-21  Juri Linkov  <juri@jurta.org>
15737         * loadup.el: Preload "button".
15739 2007-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15741         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15742         Add previous-line and next-line.
15744         * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
15745         (vc-arch-find-file-not-found-hook): Remove, it's now the default.
15747         * vc-hooks.el (vc-menu-entry): New var.
15748         (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
15749         (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
15750         (vc-menu-map): Declare and initialize in one step.
15751         (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
15753         * menu-bar.el (vc-menu-map): Don't setup any more.
15754         Instead, just create the proper spot in the menu.
15756 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15758         * smerge-mode.el (smerge-resolve): New arg `safe'.
15759         (smerge-resolve-all, smerge-batch-resolve): New function.
15760         (smerge-refine): Make sure `diff' returns the expected result.
15761         (smerge-parsep-re): New const.
15762         (smerge-mode): Use it to adjust paragraph-separate.
15764         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
15765         Correctly match / regexp matchers as first char on a line when
15766         fontifying only that line.
15768         * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
15770 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15772         * vc-bzr.el: Don't fiddle with vc-handled-backend.
15773         (vc-bzr-registered): Don't redundantly protect against
15774         file-error.  Actually use the format-specific code.
15775         (vc-bzr-buffer-nonblank-p): Remove.
15776         (vc-bzr-status): Change `kindchange' -> `kindchanged'.
15778 2007-08-20  Juri Linkov  <juri@jurta.org>
15780         * startup.el (fancy-splash-text): Change multiple tabs into one
15781         tab.  Remove "Useful File menu items" section (with "Exit Emacs"
15782         and "Recover Crashed Session").
15783         (fancy-splash-screens): Set tab-width to 22.
15784         (normal-splash-screen): Replace literal tabs with \t and
15785         fix whitespace.  Remove "Useful File menu items" section (with
15786         "Exit Emacs" and "Recover Crashed Session").
15788 2007-08-20  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
15790         * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
15791         extracted from `eval-last-sexp-1'.
15792         (eval-last-sexp-1): Call `preceding-sexp'.
15794 2007-08-20  Thien-Thi Nguyen  <ttn@gnuvola.org>
15796         * vc-rcs.el (vc-rcs-annotate-command):
15797         Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
15798         Add back :vc-annotate-prefix propertization.
15800 2007-08-20  Andreas Schwab  <schwab@suse.de>
15802         * mail/rmail.el (rmail-autodetect): Doc fix.
15804 2007-08-19  Juri Linkov  <juri@jurta.org>
15806         * startup.el (normal-splash-screen): Add more links.
15808 2007-08-19  Juri Linkov  <juri@jurta.org>
15810         * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
15811         because it's common to both types of splash screen: fancy and normal.
15812         Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
15813         (exit-splash-screen): Rename from `fancy-splash-quit'.
15814         Use `quit-window' instead of `kill-buffer'.
15815         (fancy-splash-head): Use make-button to insert GNU image link.
15816         (fancy-splash-screens, normal-splash-screen): Rename " About GNU
15817         Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
15818         (normal-splash-screen): Put "Browse manuals" on the same line with
15819         "Emacs manual".  Remove descriptions from "Useful tasks" and put
15820         all links in two columns on two lines.
15822 2007-08-19  Michael Kifer  <kifer@cs.stonybrook.edu>
15824         * emulation/viper.el (viper-remove-hooks): Remove some additional
15825         viper hooks when the user calls viper-go-away.
15826         (viper-go-away): Restore the default of default-major-mode.
15827         Save the value of default-major-mode before vaperization.
15829         * emulation/viper-cmd.el: Replace error "" with "Viper bell".
15831         * emulation/viper-ex.el: Replace error "" with "Viper bell".
15833         * ediff-util.el (ediff-make-temp-file): Use the coding system of the
15834         buffer for which file is created.
15836 2007-08-19  Glenn Morris  <rgm@gnu.org>
15838         * Makefile.in (custom-deps, finder-data, autoloads, recompile)
15839         (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
15840         than $(EMACS), so that EMACSLOADPATH is set.  Prevents any system
15841         shadow files messing up the compilation.
15843 2007-08-18  Glenn Morris  <rgm@gnu.org>
15845         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
15846         string.  Also apply eldoc-argument-case in the help-split-fundoc
15847         case.  Adapt for changed behavior of eldoc-function-argstring,
15848         eldoc-function-argstring-format, and
15849         eldoc-highlight-function-argument.
15850         (eldoc-highlight-function-argument): Handle nil INDEX argument,
15851         just call eldoc-docstring-format-sym-doc in that case.
15852         (eldoc-function-argstring): Change the behavior.  Now it converts
15853         an argument list to a string.
15854         (eldoc-function-argstring-format): Change the behavior.  Now it
15855         applies `eldoc-argument-case' to a string.
15857         * progmodes/scheme.el (scheme-mode-variables): Set
15858         font-lock-comment-start-skip.
15860 2007-08-18  Martin Rudalics  <rudalics@gmx.at>
15862         * progmodes/ada-mode.el (ada-create-syntax-table): Move
15863         set-syntax-table from here to ...
15864         (ada-mode): ... here.  Do not change global value of
15865         comment-multi-line.  Call new function
15866         ada-initialize-syntax-table-properties and add new function
15867         ada-handle-syntax-table-properties to font-lock-mode-hook.
15868         (ada-deactivate-properties, ada-initialize-properties): Replace
15869         by new functions ...
15870         (ada-handle-syntax-table-properties)
15871         (ada-initialize-syntax-table-properties)
15872         (ada-set-syntax-table-properties): ... to set up syntax-table
15873         properties uniformly, independently from whether font-lock-mode
15874         is enabled or not.  Handle read-only buffers and do not change
15875         undo-list when setting syntax-table properties.
15876         (ada-after-change-function): Use ada-set-syntax-table-properties.
15878 2007-08-18  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
15880         * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
15881         (meta-indent-current-nesting): Use a computation of the nesting
15882         instead.
15883         (meta-indent-current-indentation): Indentation is given according
15884         to nesting and if the previous line was finished or not.
15885         (meta-indent-unfinished-line): Tell if the current line ends with
15886         a finished expression.
15887         (meta-indent-looking-at-code): Like `looking-at', but checks if
15888         the point is in a string before.
15889         (meta-indent-level-count): Use it.  Don't count parenthesis as it's
15890         done in the nesting function.
15891         (meta-indent-in-string-p): Tell if the current point is in a
15892         string.
15893         (meta-indent-calculate): Treat b-o-b as a special case.  Use the
15894         previous functions.
15896 2007-08-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
15898         * emacs-lisp/copyright.el (copyright-limit): New defsubst.
15899         (copyright-update-year, copyright-update)
15900         (copyright-fix-years): Use it.
15902 2007-08-17  Kimit Yada  <kimitto@gmail.com>  (tiny change)
15904         * emacs-lisp/copyright.el (copyright-update-year):
15905         Fix bug: Handle nil copyright-limit.
15907 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
15909         * calc/calc-units.el (math-standard-units): Give exact
15910         conversion for tsp.
15912         * calc/calc.el (math-bignum-digit-length): Compute the
15913         appropriate value.
15915         * calc/calc-bin.el (math-bignum-logb-digit-size)
15916         (math-bignum-digit-power-of-two):
15917         * calc/calc-comb.el (math-small-factorial-table):
15918         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
15919         (math-approx-gamma-const):
15920         * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
15921         (math-besY1, math-bernoulli-b-cache):
15922         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
15923         Remove `eval-when-compile's.
15925 2007-08-17  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
15927         * progmodes/cperl-mode.el (cperl-look-at-leading-count)
15928         (cperl-find-pods-heres): Fix an error when typing expressions like
15929         `s{a}{b}'.
15931 2007-08-17  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
15933         * mail/emacsbug.el (report-emacs-bug): Remove the last number of
15934         `emacs-version', use the topic prefix ``version; ''.  Make MS-DOS
15935         a special case (there's no build number).
15937 2007-08-17  T. V. Raman  <raman@users.sf.net>  (tiny change)
15939         * completion.el (symbol-under-point, symbol-before-point)
15940         (symbol-before-point-for-complete): Use buffer-substring-no-properties.
15942 2007-08-17  Glenn Morris  <rgm@gnu.org>
15944         * progmodes/compile.el (compilation-get-file-structure): Make use
15945         of the directory part when checking for an existing entry, to
15946         handle files with same basename in different directories.
15948 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
15950         * calc/calc.el (calc-language-alist): Add texinfo-mode.
15952 2007-08-16  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15954         * ps-print.el (ps-header-font-size, ps-header-title-font-size)
15955         (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
15956         (ps-paragraph-spacing): Docstring fix.
15958 2007-08-16  Glenn Morris  <rgm@gnu.org>
15960         * ps-print.el (ps-font-size): Doc fix.
15962 2007-08-16  Richard Stallman  <rms@gnu.org>
15964         * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
15966 2007-08-15  Juri Linkov  <juri@jurta.org>
15968         * startup.el (initialization): Change parent group from `internal'
15969         to `environment'.
15970         (initial-buffer-choice): New variable.
15971         (command-line): Revert 2007-07-02 change that sets
15972         buffer-offer-save in *scratch* and enables auto-save in it.
15973         (fancy-splash-text): Add links to existing items.  Add new items
15974         with links for useful tasks.  Move information about Control-g to
15975         fancy-splash-head.  Move "Emacs Guided Tour" to the end.
15976         (fancy-splash-keymap): New variable.
15977         (fancy-splash-last-input-event): Remove variable.
15978         (fancy-splash-insert): Add processing of `:link' element.
15979         (fancy-splash-head): Replace "Type Control-l to begin editing"
15980         with "Type `q' to exit".
15981         (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
15982         (fancy-splash-default-action, fancy-splash-special-event-action):
15983         Remove functions.
15984         (fancy-splash-quit): New function.
15985         (fancy-splash-screens): Rename input arg from `hide-on-input' to
15986         `static' and reverse the condition of its usage.  Don't preserve
15987         original values of `minor-mode-map-alist',
15988         `emulation-mode-map-alists', `special-event-map'.
15989         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
15990         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
15991         Remove processing of special events.  Use local key map
15992         `fancy-splash-keymap'.  Set buffer to read-only.
15993         (normal-splash-screen): Rename input arg from `hide-on-input' to
15994         `static' and reverse the condition of its usage.
15995         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
15996         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
15997         Add links to existing items.  Add new items with links for useful
15998         tasks.  Use local key map `fancy-splash-keymap'.
15999         (display-splash-screen): Rename input arg from `hide-on-input' to
16000         `static'.
16001         (about-emacs): Add alias to display-splash-screen.
16002         (command-line-1): Use `initial-buffer-choice'.
16004         * menu-bar.el (menu-bar-help-menu):
16005         * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
16006         item to about-emacs instead of display-splash-screen.
16008 2007-08-15  Jay Belanger  <jay.p.belanger@gmail.com>
16010         * calc/calc-units.el (math-standard-units): Update values.
16011         Put in exact, rational values when possible.
16012         (math-unit-prefixes): Replace floats with powers of ten.
16013         (math-standard-units-systems): Replace floats with integers.
16014         (math-make-unit-string): Remove extra spaces in output.
16016 2007-08-15  Glenn Morris  <rgm@gnu.org>
16018         * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
16019         sloppier, for the sake of GNU Mailman.
16020         (rmail-digest-rfc1153): Initialize `result' correctly.
16022 2007-08-15  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
16024         * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
16025         in the mail title.  Suggested by Reiner Steib.
16027 2007-08-14  Chris Hecker  <checker@d6.com>  (tiny change)
16029         * calc/calc-aent.el (calc-do-quick-calc): Add binary
16030         representation of integers to the list of outputs.
16032 2007-08-14  Glenn Morris  <rgm@gnu.org>
16034         * simple.el (bad-packages-alist): New constant.
16035         (bad-package-check): New function.  Together, these two add elements
16036         to `after-load-alist' to check for problematic external packages.
16037         * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
16039 2007-08-14  Jay Belanger  <jay.p.belanger@gmail.com>
16041         * calc/calc-units.el (math-get-standard-units)
16042         (math-get-units, math-make-unit-string)
16043         (math-get-default-units, math-put-default-units): New functions.
16044         (math-default-units-table): New variable.
16045         (calc-convert-units, calc-convert-temperature): Add machinery
16046         to supply default values.
16048 2007-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16050         * emulation/tpu-edt.el: Add tpu-extras's autoloads.
16051         (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
16052         (tpu-gold-map): Bind F to tpu-cursor-free-mode.
16053         (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
16055         * emulation/tpu-extras.el: Remove spurious * in docstrings.
16056         Put its autoloads into tpu-edt.el rather than loaddefs.el.
16057         (tpu-cursor-free-mode): Rename from tpu-cursor-free.
16058         Make into a proper minor-mode.
16059         (tpu-backward-char, tpu-next-line, tpu-previous-line)
16060         (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
16061         (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
16062         (tpu-set-cursor-free, tpu-set-cursor-bound):
16063         Delegate to tpu-cursor-free-mode.
16064         (tpu-next-line, tpu-previous-line, tpu-forward-line)
16065         (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
16066         Use line-move or forward-line instead of next-line-internal.
16068 2007-08-13  Nick Roberts  <nickrob@snap.net.nz>
16070         * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
16072 2007-08-12  Richard Stallman  <rms@gnu.org>
16074         * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
16075         (cvs-execute-single-file): Use new name split-string-and-unquote.
16076         (cvs-header-msg): Use new name combine-and-quote-strings.
16078         * emulation/vi.el (vi-next-line): Ignore return value of line-move.
16080         * progmodes/gud.el (gud-common-init): Use new name
16081         split-string-and-unquote.
16083         * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
16084         in javac regexp.
16086         * pcvs-util.el (cvs-qtypedesc-strings): Use new names
16087         combine-and-quote-strings and split-string-and-unquote.
16089         * subr.el (combine-and-quote-strings): Rename from strings->string.
16090         (split-string-and-unquote): Rename from string->strings.
16092 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16094         * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
16095         to buffer-local settings.
16097         * emacs-lisp/backquote.el (backquote-delay-process): New function.
16098         (backquote-process): Add internal arg `level'.  Use the two to
16099         correctly handle nested backquotes.
16101 2007-08-09  Riccardo Murri  <riccardo.murri@gmail.com>
16103         * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
16104         (vc-bzr-state-words): Add "kind changed" state word.
16105         (vc-bzr-status): New function.  Return Bzr idea of file status,
16106         which is different from VC's.
16107         (vc-bzr-state): Use vc-bzr-status.
16108         (vc-workfile-unchanged-p): Use vc-bzr-status.
16109         (vc-bzr-revert): Use synchronous process; expect exitcode 0.
16110         (vc-dired-state): Process "kind changed" state word.
16112 2007-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
16114         * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
16116         * vc-rcs.el (vc-rcs-find-file-not-found-hook):
16117         Move from vc-default-find-file-not-found-hook.
16119 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16121         * man.el: Remove spurious * in docstrings.
16122         Merge defvars and toplevel setq-defaults.
16123         (Man-highlight-references0): Limit=nil rather than point-max.
16124         (Man-mode-map): Move initialization into the declaration.
16125         (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
16126         (Man-view-header-file): Use expand-file-name rather than concat.
16127         (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
16129         * man.el (Man-next-section): Make sure we do not move backward.
16131 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16133         * files.el (auto-mode-alist): Use the purecopied text (duh!).
16135 2007-08-08  Glenn Morris  <rgm@gnu.org>
16137         * Replace `iff' in doc-strings and comments.
16139 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
16141         * dired.el (dired-pop-to-buffer):
16142         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
16143         * calendar/calendar.el (generate-calendar-window):
16144         * progmodes/compile.el (compilation-set-window-height):
16145         * textmodes/two-column.el (2C-two-columns, 2C-merge):
16146         Use window-full-width-p instead of comparing frame-width and
16147         window-width.
16149         * progmodes/compile.el (compilation-find-buffer): Remove extra
16150         argument in call to compilation-buffer-internal-p.
16152 2007-08-07  Tom Tromey  <tromey@redhat.com>
16154         * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
16155         Add safe-local-variable property.
16157 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
16159         * image-mode.el (image-toggle-display): Use image-refresh.
16161 2007-08-07  Riccardo Murri  <riccardo.murri@gmail.com>
16163         * vc-bzr.el: Remove comments about vc-bzr.el being a modified
16164         unofficial version.
16165         (vc-bzr-command): Remove redundant setting of process-connection-type.
16166         (vc-bzr-admin-checkout-format-file): Add autoload.
16167         (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
16168         (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
16169         (vc-bzr-registered): Compare dirstate format tag with known good
16170         value, abort parsing if match fails.  Warn user in docstring.
16171         (vc-bzr-workfile-version): Case for different Bzr branch formats.
16172         See bzrlib/branch.py in Bzr sources.
16173         (vc-bzr-diff): First argument FILES may be a string rather than a list.
16174         (vc-bzr-shell-command): Remove in favor of
16175         vc-bzr-command-discarding-stderr.
16176         (vc-bzr-command-discarding-stderr): New function.
16178 2007-08-06  Riccardo Murri  <riccardo.murri@gmail.com>
16180         * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
16181         program, and return nil.
16182         (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
16183         (vc-bzr-state): Look for path names relative to the repository
16184         root after status keyword.
16185         (vc-bzr-file-name-relative): New function.
16186         (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
16187         depend on it.
16188         (vc-bzr-admin-dirname, ...-checkout-format-file)
16189         (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
16190         files that we now parse directly for speed.
16191         (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
16192         (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
16193         (vc-bzr-state): "bzr status" successful only if exitcode is 0.
16194         (vc-bzr-root): Use `vc-bzr-shell-command'.  Stderr may contain
16195         Bzr warnings, so we must discard it.
16196         (vc-bzr-workfile-version): Speedup counting lines from
16197         `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
16198         if that file doesn't exist.
16199         (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
16200         `vc-bzr-root-dir' for speed.  Add `vc-bzr-admin-dirname' (not ".bzr"!)
16201         to `vc-directory-exclusion-list'.
16202         (vc-bzr-shell-command): New function.
16204 2007-08-06  Tom Tromey  <tromey@redhat.com>
16206         * diff-mode.el (diff-unified->context, diff-reverse-direction)
16207         (diff-fixup-modifs): Typo in docstring.
16209 2007-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16211         * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
16212         count-screen-lines.
16213         (tpu-edt-off): Disable relevant pieces of advice.
16215         * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
16216         tpu-write-file-hook.  Activate it with add-hook on buffer-save-hook.
16217         (newline, newline-and-indent, do-auto-fill): Use advice instead of
16218         redefining the function.
16219         (tpu-set-scroll-margins): Activate the pieces of advice.
16221 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
16223         * help.el (resize-temp-buffer-window): Use window-full-width-p
16224         instead of comparing frame-width and window-width.
16226 2007-08-13  Stephen Leake  <stephen_leake@stephe-leake.org>
16228         * pcvs-parse.el (cvs-parse-table): Handle additional instance of
16229         optional quotes around files in NEED-UPDATE . REMOVED case.
16231         * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
16232         (ada-treat-cmd-string): Improve error message.
16233         (ada-do-file-completion): Call `ada-require-project-file', so
16234         project variables are set properly.
16235         (ada-prj-find-prj-file): Delete Emacs 20.2 support.
16236         (ada-gnatfind-buffer-name): New constant.
16237         (ada-find-any-references): Use new constant.  Set buffer name
16238         properly in compilation-start.  Toggle read-only properly.
16239         (ada-find-in-src-path): Fix spelling error in docstring.
16241         * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
16242         by zero error.
16244 2007-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16246         * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
16248 2007-08-12  Richard Stallman  <rms@gnu.org>
16250         * progmodes/sh-script.el (sh): Delete group `unix'.
16252         * progmodes/gud.el (gud): Change to group `processes'.
16254 2007-08-11  Glenn Morris  <rgm@gnu.org>
16256         * progmodes/compile.el (compilation-buffer-name): Don't check
16257         compilation-arguments.  It is superfluous, and the variable isn't
16258         even set when this function is called.
16260 2007-08-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16262         * term/mac-win.el (mac-ae-reopen-application): New function.
16263         (mac-apple-event-map): Bind "reopen application" Apple event to it.
16265 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16267         * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
16268         take tex-font-script-display into account.
16269         (tex-font-script-display, tex-font-lock-suscript): Change from a cons
16270         cell to a list of 2 elements to simplify the unfontify code.
16272 2007-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16274         * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
16275         (ps-begin-job): Use ps-default-fg and ps-default-bg only when
16276         ps-print-color-p is neither nil nor black-white.  Reported by Christian
16277         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
16279 2007-08-08  Andreas Schwab  <schwab@suse.de>
16281         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
16282         self-insert-command, not self-insert.
16284 2007-08-08  Glenn Morris  <rgm@gnu.org>
16286         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
16287         argument optional, for backwards compatibility, and only highlight
16288         args when present.  Fix symbol name typo (doc/args).
16290         * help-mode.el (help-make-xrefs): Search for symbol constituents,
16291         rather than just `-'.
16293 2007-08-07  Jay Belanger  <jay.p.belanger@gmail.com>
16295         * calc/calc-units.el (calc-convert-temperature):
16296         Use `/' to create fractions.
16298 2007-08-07  Michael Albinus  <michael.albinus@gmx.de>
16300         * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
16301         global matching.
16302         (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
16303         ERROR-BUFFER more robust.  Display output.
16304         (tramp-file-name-handler): Add a connection property when we found
16305         a foreign file name handler.  This allows backends like ftp to
16306         profit also from usr/host name completion based on connection
16307         cache.
16308         (tramp-send-command-and-read): Search for trash after the regexp
16309         until eol only.  In XEmacs, there is a problem with \n.
16311         * net/tramp-cache.el (top): Read persistent connection history
16312         when cache is empty.
16314 2007-08-07  Nic Ferrier  <nferrier@tapsellferrier.co.uk>  (tiny change)
16316         * net/tramp.el (tramp-handle-process-file): Fix bug inserting
16317         resulting output.
16319 2007-08-07  Sam Steingold  <sds@gnu.org>
16321         * progmodes/compile.el (compilation-start): Pass nil as startfile
16322         to comint-exec.
16324 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
16326         * longlines.el (longlines-decoded): New variable.
16327         (longlines-mode): Avoid encoding or decoding the buffer twice.
16329 2007-08-07  Martin Rudalics  <rudalics@gmx.at>
16331         * format.el (format-insert-file): Make sure that at most one undo
16332         entry is recorded for the insertion.  Inhibit point-motion and
16333         modification hooks around call to insert-file-contents.
16335 2007-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
16337         * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
16338         Select the buffer's window before moving point.
16340 2007-08-07  Richard Stallman  <rms@gnu.org>
16342         * term.el (term): Remove parent group `unix'.
16344         * simple.el (default-indent-new-line): New function.
16345         It calls comment-line-break-function if there are comments.
16346         (do-auto-fill): Use that.
16348 2007-08-07  Sean O'Rourke  <sorourke@cs.ucsd.edu>
16350         * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
16351         (PC-do-completion): Add "acronym completion" for symbols and
16352         filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
16354 2007-08-06  Sam Steingold  <sds@gnu.org>
16356         * mouse.el (mouse-buffer-menu): Pass mode-name through
16357         format-mode-line because it may be a list,
16358         e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
16360 2007-08-06  Vinicius Jose Latorre  <viniciusig@ig.com.br>
16362         * printing.el (pr-update-menus): Docstring fix.
16364 2007-08-06  Jason Rumney  <jasonr@gnu.org>
16366         * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
16368         * vc-hooks.el (vc-call): Add doc string.
16370 2007-08-06  Michael Albinus  <michael.albinus@gmx.de>
16372         * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
16373         process-filter.
16375 2007-08-06  Kenichi Handa  <handa@m17n.org>
16377         * international/quail.el: Wrap (require 'help-mode) by
16378         eval-when-compile.
16379         (quail-help-init): New function.
16380         (quail-help): Call quail-help-init.
16381         (quail-store-decode-map-key): Change it to a function.
16383 2007-08-05  Jason Rumney  <jasonr@gnu.org>
16385         * vc.el (vc-rollback): Add norevert argument back.
16386         (vc-revert-buffer): Add back as obsolete alias.
16388 2007-08-05  Peter Povinec  <ppovinec@yahoo.com>  (tiny change)
16390         * term.el: Honor term-default-fg-color and term-default-bg-color
16391         settings when modifying term-current-face.
16392         (term-default-fg-color, term-default-bg-color): Initialize from
16393         default term-current-face.
16394         (term-mode, term-reset-terminal): Set term-current-face with
16395         term-default-fg-color and term-default-bg-color.
16396         (term-handle-colors-array): term-current-face has term-default-fg-color
16397         and term-default-bg-color after reset escape sequence.
16398         (term-handle-colors-array): Set term-current-color with
16399         term-default-fg/bg-color instead of ansi-term-color-vector when the
16400         index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
16402 2007-08-05  Jay Belanger  <jay.p.belanger@gmail.com>
16404         * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
16405         (math-nlfit-givens): Let bind free variables.
16407 2007-08-05  Vinicius Jose Latorre  <viniciusig@ig.com.br>
16409         * printing.el: Require lpr and ps-print when loading printing package.
16410         Reported by Glenn Morris <rgm@gnu.org>.
16412 2007-08-05  Michael Albinus  <michael.albinus@gmx.de>
16414         * files.el (set-auto-mode): Handle also remote files wrt
16415         `auto-mode-alist'.
16417 2007-08-04  Jay Belanger  <jay.p.belanger@gmail.com>
16419         * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
16420         curves and plotting.
16422         * calc/calc-nlfit.el: New file.
16424 2007-08-04  Glenn Morris  <rgm@gnu.org>
16426         * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
16427         zero, not nil, when the library is first loaded.  Check for a file
16428         that has been modified on disk.
16430         * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
16431         Remove duplicate defvar preventing initialization.
16432         (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
16434 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16436         * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
16437         (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
16438         may match up to 4 lines.
16439         (diff-beginning-of-file-and-junk): Rewrite.
16441 2007-08-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16443         * printing.el: Evaluate require only during compilation.
16444         (pr-version): New version 6.9.1.
16445         (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
16446         (pr-global-menubar): Fix code.
16448 2007-08-03  Dan Nicolaescu  <dann@ics.uci.edu>
16450         * term.el (term-erase-in-display): Fix case when point is not at
16451         the beginning of the line.
16453 2007-08-03  Jay Belanger  <jay.p.belanger@gmail.com>
16455         * calc/calc-ext.el (math-get-value, math-get-sdev)
16456         (math-contains-sdev): New functions.
16458         * calc/calc-graph.el (calc-graph-format-data)
16459         (calc-graph-add-curve): Check for error forms.
16460         (calc-graph-set-styles): Add option for error forms.
16462 2007-08-03  Miles Bader  <miles@gnu.org>
16464         * vc-hooks.el (vc-handled-backends): Change capitalization of VC
16465         backend names for new backends to `Git', `Hg', and `Bzr'.
16466         * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
16467         not `HG'.
16468         * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
16469         name, not `GIT'.
16470         * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
16471         (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
16473 2007-08-03  Richard Stallman  <rms@gnu.org>
16475         * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
16476         to update deleted flag.
16478         * cus-edit.el (customize-apropos, customize-apropos-options)
16479         (customize-apropos-faces, customize-apropos-groups): Improve prompt.
16481         * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
16483         * startup.el (fancy-splash-head, startup-echo-area-message):
16484         Change message text.
16486         * emulation/tpu-edt.el (next-line-internal): Setting deleted.
16487         All callers use line-move.
16489         * progmodes/compile.el (compilation-find-buffer): Return current
16490         buffer immediately if suitable.
16491         (compile, compilation-buffer-name, compilation-start): Doc fixes.
16493 2007-08-03  Daiki Ueno  <ueno@unixuser.org>
16495         * faces.el (face-normalize-spec): New function.
16496         (frame-set-background-mode): Normalize face-spec before calling
16497         face-spec-match-p.
16499 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16501         * server.el (server-window): Add switch-to-buffer-other-frame option.
16503 2007-08-03  Glenn Morris  <rgm@gnu.org>
16505         * cus-edit.el (customize-apropos): Make the error message indicate
16506         what kind of thing the user was trying to customize.
16508         * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
16510         * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
16511         Fix off-by-one error in previous change.
16513 2007-08-03  Drew Adams  <drew.adams@oracle.com>
16515         * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
16516         Make buffer writable.
16518 2007-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
16520         * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
16521         (math-cos-raw-2, math-arctan-raw, math-ln-raw):
16522         Use native Emacs functions, when appropriate.
16524 2007-08-01  Dan Nicolaescu  <dann@ics.uci.edu>
16525             Stefan Monnier  <monnier@iro.umontreal.ca>
16527         * vc.el: Document new VC operation `extra-menu'.
16529         * vc-hooks.el (vc-default-extra-menu): New function.
16531         * menu-bar.el (menu-bar-vc-filter): New function.
16532         (menu-bar-tools-menu): Use it as a filter.
16534 2007-08-01  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
16536         * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
16538 2007-08-01  Glenn Morris  <rgm@gnu.org>
16540         * progmodes/fortran.el: Remove leading `*' from all defcustom doc
16541         strings.
16542         (fortran-tab-mode-default): Remove needless autoload.
16543         (fortran-tab-mode-string): Add help-echo and mouse properties, and
16544         mark as risky.
16545         (fortran-line-length): New buffer-local variable, safe if integer.
16546         (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
16547         Change from variables to constants.
16548         (fortran-font-lock-syntactic-keywords): Delete as a variable,
16549         replace with a new function definition.
16550         (fortran-mode): Use fortran-line-length, and
16551         fortran-font-lock-syntactic-keywords as a function.  Add a
16552         hack-local-variables-hook function.
16553         (fortran-line-length, fortran-hack-local-variables): New functions.
16554         (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
16555         Use fortran-line-length rather than 72.
16556         (fortran-window-create-momentarily): Doc fix.
16558 2007-07-31  Drew Adams  <drew.adams@oracle.com>  (tiny change)
16560         * cus-edit.el (custom-group-value-create, custom-goto-parent):
16561         Fix parent groups link.
16563 2007-07-31  Paul Pogonyshev  <pogonyshev@gmx.net>
16565         * progmodes/python.el (python-current-defun): Adjust to never fall
16566         into infinite loop.
16568 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
16570         * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
16572 2007-07-29  Kimit Yada  <kimitto@gmail.com>  (tiny change)
16574         * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
16575         (copyright-fix-years, copyright): Correctly handle the case where
16576         copyright-limit is nil.
16578 2007-07-28  Konstantin Novitsky  <knovitsk@Bear.com>  (tiny change)
16580         * progmodes/python.el (run-python): Fix path separator under w32.
16582 2007-07-30  Richard Stallman  <rms@gnu.org>
16584         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
16585         Treat non-break space as whitespace in Lisp.
16587 2007-07-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16589         * vc.el (vc-dired-hook): Use inhibit-read-only.
16591         * progmodes/compile.el (compilation-forget-errors):
16592         Reset compilation-auto-jump-to-next.
16594 2007-07-30  Michael Olson  <mwolson@gnu.org>
16596         * cus-edit.el (custom-group-save): Fix void function definition
16597         error.  Thanks to Zhang Wei for the report.
16599         * ps-print.el: Check in trivial changes to the autoloads section
16600         caused by the build process.  These autoloads really ought to be
16601         placed in a separate file, methinks.
16603 2007-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16605         * calendar/calendar.el (calendar-mode): Make sure
16606         displayed-(month|year) are set.
16607         (calendar-basic-setup): Display buffer before adjusting window sizes.
16608         (generate-calendar-window): Use inhibit-read-only.  Simplify.
16609         Generate buffer and set displayed-month and displayed-year before
16610         calling update-calendar-mode-line.
16612 2007-07-29  Michael Albinus  <michael.albinus@gmx.de>
16614         * net/tramp.el:
16615         * net/tramp-uu.el:
16616         * net/trampver.el: Use utf-8 encoding with coding cookie.
16618         * net/tramp-cache.el:
16619         * net/tramp-fish.el:
16620         * net/tramp-ftp.el:
16621         * net/tramp-gw.el:
16622         * net/tramp-smb.el: Remove coding cookie.
16624         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
16625         Flush buffer file-name's file property.
16626         (tramp-handle-file-remote-p): The first parameter is FILENAME.
16628         * net/trampver.el: Update release number.
16630 2007-07-29  Juri Linkov  <juri@jurta.org>
16632         * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
16633         Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
16634         when major-mode is not dired-mode.
16635         (dired-toggle-read-only): New function.
16636         (dired-recursive-deletes): Remove obsolete comments about old
16637         default value.
16638         (dired-do-flagged-delete, dired-do-delete): Refill docstring.
16640         * wdired.el (wdired-exit): New function.
16641         (wdired-mode-map): Bind C-x C-q to wdired-exit.
16643 2007-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16645         * cus-edit.el (customize-read-group): New fun.
16646         (customize-group-other-window, customize-face-other-window):
16647         Prompt before delegating to customize-(group|face).
16648         Bind pop-up-windows rather than use the other-window argument.
16649         (customize-group, customize-face): Prompt from the interactive spec.
16650         Remove args `prompt-for-group' and `other-window'.
16652         * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
16653         (ad-body-forms, ad-advised-interactive-form): Revert this part of
16654         last change.
16656 2007-07-28  Masatake YAMATO  <jet@gyve.org>
16658         * vc.el (vc-dired-mode): Add a menu for VC related operation.
16659         Use backend name as the menu label.  Suggested by David Kastrup.
16661 2007-07-28  Alan Mackenzie  <acm@muc.de>
16663         Fix problem with modes derived from CC Mode:
16664         * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
16665         macro to cc-langs.
16666         (c-init-language-vars-for): Remove call to above macro.
16667         * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
16668         been moved to here.
16669         (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
16671 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
16673         * net/trampver.el: Fix the `coding' cookie.
16675 2007-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
16677         * vc-git.el (vc-git-print-log): Support both the old single file
16678         interface and the new one.
16680 2007-07-28  Nick Roberts  <nickrob@snap.net.nz>
16682         * bindings.el (mode-line-remote): Use updated %@ construct.
16684 2007-07-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16686         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
16687         (calendar-bahai-epoch, calendar-bahai-leap-year-p)
16688         (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
16689         (diary-list-bahai-entries, diary-bahai-mark-entries)
16690         (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
16691         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
16692         New names to clean up namespace.
16693         (list-bahai-diary-entries, mark-bahai-diary-entries)
16694         (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
16695         (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
16696         Add compatibility aliases.
16698         * calendar/appt.el: Don't wrap defvar within eval-when-compile.
16700         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
16701         (calendar-scroll-left-three-months)
16702         (calendar-scroll-right-three-months): Clean up namespace.
16703         (scroll-calendar-left, scroll-calendar-right)
16704         (scroll-calendar-left-three-months)
16705         (scroll-calendar-right-three-months): Add compatibility aliases.
16707         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
16708         Behave like mouse-scroll-calendar-* when used from the mouse.
16710         * calendar/cal-menu.el (cal-menu-scroll-menu)
16711         (cal-menu-global-mouse-menu):
16712         * calendar/calendar.el (calendar-mode-map):
16713         Use new calendar-scroll-* names.
16714         (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
16715         Remove.  Use calendar-scroll-* directly instead.
16717 2007-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16719         * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
16720         (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
16721         (ad-make-advised-definition, ad-cache-id-verification-code):
16722         Use commandp and interactive-form instead.
16724 2007-07-26  Dan Nicolaescu  <dann@ics.uci.edu>
16726         * vc-git.el: Relicense to GPLv3 or later.
16727         (vc-directory-exclusion-list, vc-handled-backends): Remove.
16729         * vc-hooks.el (vc-handled-backends): Add GIT.
16731         * vc.el (vc-directory-exclusion-list): Add .git.
16733 2007-07-26  Alexandre Julliard  <julliard@winehq.org>
16735         * vc-git.el (vc-git-revision-table)
16736         (vc-git-revision-completion-table): New functions.
16738 2007-07-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16740         * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
16741         * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
16742         * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
16743         * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
16744         * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
16745         * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
16746         New command actions for EPS header and EPS footer.
16748         * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
16749         footer.  Fix some problems with one-or-more, zero-or-more and
16750         alternative constructions generation.  Some log messages
16751         implementation.  Doc fix.
16752         (ebnf-version): New version 4.4.
16753         (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
16754         (ebnf-eps-footer, ebnf-log): New options.
16755         (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
16756         (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
16757         (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
16758         (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
16759         (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
16760         (ebnf-style-custom-list, ebnf-style-database): Put new values.
16761         (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
16762         (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
16763         (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
16764         (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
16765         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
16766         (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
16767         (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
16768         (ebnf-non-terminal-dimension, ebnf-special-dimension)
16769         (ebnf-terminal-dimension1, ebnf-repeat-dimension)
16770         (ebnf-except-dimension, ebnf-alternative-dimension)
16771         (ebnf-optional-dimension, ebnf-one-or-more-dimension)
16772         (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
16773         message fun.
16774         (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
16775         (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
16776         (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
16777         (ebnf-terminal-dimension1, ebnf-alternative-dimension)
16778         (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
16779         (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
16780         (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
16781         compatibility with Emacs 20 & 21.
16782         (ebnf-eps-header-comment, ebnf-eps-footer-comment)
16783         (ebnf-eps-file-alist, ebnf-basic-width-extra)
16784         (ebnf-basic-empty-height): New vars.
16785         (ebnf-prologue): Fix PostScript code.
16786         (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
16787         (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
16788         (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
16789         (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
16791 2007-07-25  Glenn Morris  <rgm@gnu.org>
16793         * Relicense all FSF files to GPLv3 or later.
16795         * COPYING: Switch to GPLv3.
16797 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16799         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
16800         Replace it with another one which disables undo before calling
16801         erase-buffer and then turns it back on if needed.
16803 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
16805         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
16807 2007-07-24  Glenn Morris  <rgm@gnu.org>
16809         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
16810         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
16811         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
16812         (cal-tex-cursor-week, cal-tex-cursor-week2)
16813         (cal-tex-cursor-week-iso, cal-tex-week-hours)
16814         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
16815         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
16816         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
16818 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16820         * calendar/calendar.el (calendar-mode-map): Move initialization
16821         into declaration.  Add menu bindings (used to be done in cal-menu).
16822         (calendar-mode): Don't add an activate-menubar-hook.
16824         * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
16825         modify calendar-mode-map), use easy-menu, and make sure that C-h k
16826         can be used on the menu entries.
16827         (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
16828         (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
16829         (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
16830         (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
16831         (calendar-flatten, cal-menu-update): Remove.
16832         (calendar-mouse-insert-hebrew-diary-entry)
16833         (calendar-mouse-insert-islamic-diary-entry)
16834         (calendar-mouse-insert-bahai-diary-entry):
16835         Remove (fold into cal-menu-diary-menu).
16836         (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
16837         (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
16838         (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
16839         (calendar-mouse-view-diary-entries): Minor simplifications.
16840         (calendar-event-to-date): Use with-current-buffer.
16842 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
16844         * add-log.el (change-log-redate): Remove (not needed anymore and
16845         doesn't appear to work).
16847 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16849         * frame.el: Use mapc and dolist instead of mapcar where possible.
16850         (close-display-connection): New command.
16852 2007-07-25  Alexandre Julliard  <julliard@winehq.org>
16854         * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
16855         (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
16857 2007-07-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16859         * ps-print.el (ps-multibyte-buffer): Docstring fix.
16861         * ps-mule.el: Doc fix.
16862         (ps-multibyte-buffer, ps-mule-font-info-database-default)
16863         (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
16865 2007-07-25  Glenn Morris  <rgm@gnu.org>
16867         * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
16868         (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
16869         (cal-tex-daily-end, cal-tex-hook)
16870         (cal-tex-cal-one-month, cal-tex-cal-multi-month)
16871         (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
16872         (cal-tex-cursor-week-iso, cal-tex-week-hours)
16873         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
16874         (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
16875         (cal-tex-day-prefix, cal-tex-day-name-format)
16876         (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
16877         (cal-tex-caldate, cal-tex-LaTeX-hourbox)
16878         (cal-tex-LaTeX-subst-list): Change from variables to constants.
16879         (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
16880         (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
16881         etc, rather than \bf.
16882         (cal-tex-mini-calendar): Fix typos in previous change.
16883         (cal-tex-latexify-list): Remove inner let binding.
16884         (cal-tex-end-document, cal-tex-banner): Use multi-line
16885         cal-tex-comment.
16886         (cal-tex-comment): Handle embedded newlines.
16887         (cal-tex-LaTeXify-string): Use substring-no-properties.
16889 2007-07-25  Joakim Verona  <joakim@verona.se>  (tiny change)
16891         * progmodes/compile.el (compilation-error-regexp-alist-alist):
16892         Add support for the Maden build tool.
16894 2007-07-25  William Xu  <william.xwl@gmail.com>  (tiny change)
16896         * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
16898 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16900         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
16902 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
16904         * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
16905         C-x C-q.
16907         * vc-git.el (vc-git-print-log): Fix previous change.
16909 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16911         * window.el (save-selected-window): Minor optimization.
16912         (bw-adjust-window): If operation failed, try with a smaller delta.
16913         (window-fixed-size-p): New function.
16914         (window-area-factor): New var.
16915         (balance-windows-area): New command.
16917         * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
16918         (ps-mule-encode-ethiopic): Make it clear that it's always defined.
16919         (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
16920         (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
16921         (ps-mule-begin-job): Use dolist.
16923 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
16925         * subr.el (start-file-process-shell-command)
16926         (process-file-shell-command): New defuns.
16928         * progmodes/compile.el (compilation-start):
16929         Apply `start-file-process-shell-command'.
16931 2007-07-24  Alexandre Julliard  <julliard@winehq.org>
16933         * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
16935 2007-07-24  Alan Mackenzie  <acm@muc.de>
16937         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
16938         Initialise byte-compile-unresolved-functions before rather than
16939         after a compilation.
16940         (byte-compile-unresolved-functions): Amplify doc string.
16942 2007-07-24  Glenn Morris  <rgm@gnu.org>
16944         * startup.el (normal-splash-screen): Use `emacs-copyright'.
16946         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
16947         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
16948         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
16949         (cal-tex-cursor-week, cal-tex-cursor-week2)
16950         (cal-tex-cursor-week-iso, cal-tex-week-hours)
16951         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
16952         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
16953         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
16955         * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
16956         (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
16957         (cal-tex-day-name-format, cal-tex-cal-one-month)
16958         (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
16959         (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
16960         (cal-tex-mini-calendar, cal-tex-em): Doc fix.
16961         (cal-tex-list-holidays, cal-tex-cursor-year)
16962         (cal-tex-cursor-year-landscape, cal-tex-year)
16963         (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
16964         (cal-tex-cursor-month, cal-tex-insert-days)
16965         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
16966         (cal-tex-first-blank-p, cal-tex-cursor-week)
16967         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
16968         (cal-tex-week-hours, cal-tex-cursor-week-monday)
16969         (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
16970         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
16971         (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
16972         (cal-tex-latexify-list, cal-tex-previous-month)
16973         (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
16974         modernization, including using dotimes rather than
16975         calendar-for-loop.
16976         (cal-tex-LaTeX-subst-list): Remove `@'.
16977         (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
16978         Use \textit and \textbf rather than \em and \it.
16980         * calendar/cal-bahai.el (list-bahai-diary-entries)
16981         * calendar/cal-hebrew.el (list-hebrew-diary-entries)
16982         * calendar/cal-islam.el (list-islamic-diary-entries)
16983         * calendar/calendar.el (generate-calendar, generate-calendar-month)
16984         * calendar/diary-lib.el (diary-list-entries)
16985         (mark-calendar-date-pattern): Use `dotimes' rather than
16986         `calendar-for-loop'.
16988         * calendar/calendar.el (calendar-for-loop): Doc fix.
16990 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16992         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
16993         underlying file is uptodate.
16995 2007-07-23  Christopher J. Madsen  <cjm@cjmweb.net>
16997         * replace.el (perform-replace): Use isearch-no-upper-case-p.
16999 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17001         * vc-hooks.el (vc-mode-line-map): New const.
17002         (vc-mode-line): Use it.
17004 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
17006         * vc-git.el (vc-git-delete-file, vc-git-rename-file)
17007         (vc-git-unregister): New functions.
17008         (vc-git-find-version): Use the result of ls-files as a parameter
17009         for cat-file.
17011 2007-07-23  Michael Albinus  <michael.albinus@gmx.de>
17013         * net/tramp.el (tramp-perl-file-attributes)
17014         (tramp-perl-directory-files-and-attributes)
17015         (tramp-handle-file-attributes-with-stat)
17016         (tramp-handle-directory-files-and-attributes-with-stat)
17017         (tramp-convert-file-attributes): Handle huge file sizes.
17019 2007-07-23  Juri Linkov  <juri@jurta.org>
17021         * isearch.el (isearch-message-function): New variable.
17022         (isearch-update, isearch-search): Use it.
17024         * simple.el (goto-history-element): New function created from
17025         next-history-element.
17026         (next-history-element): Most code moved to goto-history-element.
17027         Call goto-history-element with (- minibuffer-history-position n).
17028         (previous-history-element): Call goto-history-element with (+
17029         minibuffer-history-position n).
17030         (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
17031         (minibuffer-history-isearch-message-overlay): New buffer-local variable.
17032         (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
17033         (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
17034         (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
17035         (minibuffer-history-isearch-pop-state): New functions.
17037 2007-07-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
17039         * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
17040         Also, if FILE is a list, return non-nil if any of its elements
17041         should stay local.  Update docstring.
17043 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17045         * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
17046         change by reverting a small part.
17048 2007-07-23  Richard Stallman  <rms@gnu.org>
17050         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
17052 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
17054         * vc-git.el (vc-git-checkin): Delete unused parameter and the code
17055         handling it.  Use vc-git-command.
17056         (vc-git-find-version, vc-git-diff-tree): New functions.
17057         (vc-git-revert): Use vc-git-command.
17058         (vc-git--run-command): Delete.
17060 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
17062         * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
17064 2007-07-20  Kenichi Handa  <handa@m17n.org>
17066         * international/utf-8.el (utf-8-post-read-conversion):
17067         Temporarily bind utf-8-compose-scripts to nil while running
17068         *-compose-region functions.
17070 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
17072         * vc-git.el: Update status.
17073         (vc-directory-exclusion-list): Use eval-after-load.
17075 2007-07-22  Nick Roberts  <nickrob@snap.net.nz>
17077         * bindings.el (mode-line-remote): New variable.
17078         (help-echo): Add to default values of mode-line-format.
17080         * files.el: Mark mode-line-remote as risky.
17082 2007-07-22  Juri Linkov  <juri@jurta.org>
17084         * isearch.el (isearch-edit-string): Save old point and
17085         isearch-other-end to old-point and old-other-end before reading
17086         the search string from minibuffer.  After exiting minibuffer set
17087         point to old-other-end if point and the search direction is the
17088         same as before reading the search string.
17089         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
17090         to isearch-other-end.  Instead of isearch-search-and-update call
17091         three functions isearch-search, isearch-push-state and isearch-update.
17093 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
17095         * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
17096         deal with multiple file arguments.
17097         (vc-git-print-log): Deal with multiple file arguments.
17099 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17101         * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
17102         diff-refine-hunk.  Adjust users.
17103         (diff-unified-hunk-p, diff-splittable-p): New functions.
17104         (diff-mode-menu): Use it to disable Split when it doesn't work.
17106 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
17108         * diff-mode.el (diff-mode-menu): New entries.
17110 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17112         * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
17113         if applicable, so as to save undo-log space.
17115         * diff-mode.el (diff-find-file-name): Add arg `batch'.
17117         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
17118         (diff-file-kill): Use it.
17119         (diff-beginning-of-hunk): Add arg `try-harder' using it.
17120         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
17121         Use it so they find the hunk even when we're in the file header.
17123 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
17125         * vc-git.el (vc-git-revision-granularity, vc-git-root)
17126         (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
17127         (vc-git-create-repo): New functions.
17128         (vc-git-registered): New autoloaded function definition.
17129         (vc-git-registered): Use vc-git-root.
17130         (vc-git-responsible-p): New defalias.
17131         (vc-git-annotate-extract-revision-at-line): Uncomment.
17132         (vc-git-print-log): Add the file name to the log.
17133         (vc-git-log-view-mode): New derived mode.
17134         (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
17136 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
17138         * progmodes/grep.el (grep-compute-defaults): Keep default values.
17140 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
17142         * textmodes/reftex.el (reftex-access-parse-file): Create parse
17143         file in a way that does not interfere with recentf mode.
17144         (reftex-access-parse-file): Do not risk destroying an existing
17145         buffer.
17147 2007-07-22  Alexandre Julliard  <julliard@winehq.org>
17149         * vc-git.el: New file.
17151 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17153         * textmodes/tex-mode.el (tex-font-script-display): Change default.
17155 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
17157         * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
17158         for branches and new files.
17160         * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
17161         local-map handling ...
17162         (vc-mode-line): ... here.  Improve handling of help-echo.
17164         * vc.el (mode-line-string): Document help-echo usage.
17166 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
17168         Sync with Tramp 2.1.10.
17170         * net/tramp.el (tramp-get-ls-command): Fix typo.
17172         * net/trampver.el: Update release number.
17174 2007-07-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17176         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
17178         * term/x-win.el (x-handle-no-bitmap-icon): New function.
17180 2007-07-22  Martin Rudalics  <rudalics@gmx.at>
17182         * add-log.el (change-log-fill-parenthesized-list): New function.
17183         (change-log-indent): Call change-log-fill-parenthesized-list.
17184         (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
17185         Have lines with leading asterisk start a paragraph.
17187 2007-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
17189         * calc/calc-math.el (math-emacs-precision)
17190         (math-largest-emacs-expt, math-smallest-emacs-expt):
17191         New variables.
17192         (math-use-emacs-fn): New function.
17193         (math-exp-raw): Evaluate with `math-use-emacs-fn', when
17194         appropriate.
17196 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
17198         * image-dired.el (image-dired-sane-db-file): New func.
17199         (image-dired-write-tags, image-dired-remove-tag)
17200         (image-dired-list-tags, image-dired-write-comments)
17201         (image-dired-get-comment, image-dired-mark-tagged-files)
17202         (image-dired-create-gallery-lists): Call new func.
17203         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
17205 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
17207         * vc-hg.el (vc-hg-dir-state): Fix loop.
17208         (vc-hg-print-log): Fix expected return value for vc-hg-command.
17209         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
17210         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
17211         (vc-hg-revert): Likewise.
17212         (vc-hg-revision-table, vc-hg-revision-completion-table): New
17213         functions.
17215 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17217         * add-log.el (change-log-resolve-conflict): Don't lose data if the
17218         merge fails.
17220 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
17222         * progmodes/compile.el (compilation-auto-jump-to-first-error):
17223         Add group and version.
17225 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17227         * add-log.el (add-log-file-name): Use file-relative-name.
17228         (add-change-log-entry): Delay reading
17229         add-log-(full-name|mailing-address) to after we've switched to the
17230         ChangeLog buffer so we get the right value.
17231         (add-change-log-entry, add-log-current-defun, change-log-merge):
17232         Use derived-mode-p rather than checking major-mode directly.
17234         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
17235         name for buffer-file-name if it refers to a directory.
17237         * vc-arch.el (vc-arch-diff): Fix last change.
17239         * progmodes/compile.el (compilation-start): Remember the original
17240         directory in a buffer-local compilation-directory.
17241         (compile): Set the global value of compilation-directory.
17242         (recompile): Use compilation-directory even in the compilation buffer.
17244 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
17246         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
17248 2007-07-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17250         * ps-print.el: Problem with foreground and background color when
17251         printing a buffer with and without faces.  Reported by Christian
17252         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
17253         (ps-print-version): New version 6.7.5.
17254         (ps-default-fg): Change default value to nil, so black color is used
17255         when a face does not specify a foreground color.
17256         (ps-default-bg): Change default value to nil, so white color is used
17257         for background color.
17258         (ps-begin-job): Fix code.
17260 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
17262         * makefile.w32-in (install-lisp-SH): Don't create subdirectories
17263         in $(INSTALL_DIR)/lisp/ if they already exist.
17265 2007-07-20  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
17267         * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
17268         in $(INSTALL_DIR)/lisp/ if they already exist.
17270 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17272         * progmodes/vera-mode.el (vera-re-search-forward)
17273         (vera-re-search-backward): Remove use of store-match-data.
17274         (vera-mode-map): Move initialization into declaration.
17276         * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
17277         (flymake-find-buildfile): Use locate-dominating-file.
17279         * vc.el (vc-delistify): Use mapconcat.
17280         (vc-do-command): Minor simplification.
17281         (vc-expand-dirs): Use push.
17283         * vc-mcvs.el (vc-mcvs-create-repo):
17284         * vc-cvs.el (vc-cvs-create-repo): Remove.
17286         * vc-hooks.el (vc-find-root): Fix case where `file' is the current
17287         directory and the root as well.
17289 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
17291         * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
17292         instead of a file.
17294         * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
17295         (vc-hg-registered): Replace if with when.
17296         (vc-hg-state): Deal with nonexistent files and handle removed files.
17297         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
17298         (vc-hg-checkout): Re-enable.
17299         (vc-hg-create-repo): Fix typos.
17300         (vc-hg-print-log): Fix for multiple files.
17301         (vc-hg-workfile-unchanged-p): New function.
17303         * vc.el: Fix typo.
17304         (vc-print-log): Fix call to print-log.
17305         (vc-default-comment-history): Likewise.
17306         (vc-directory-exclusion-list): Add .hg and .bzr.
17307         (vc-diff-internal): Pass a list instead of a file.
17309         * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
17311         * vc-bzr.el (vc-bzr-create-repo): New function.
17313 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17315         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
17316         `file' from which to start the search.
17318 2007-07-19  Eric S. Raymond  <esr@snark.thyrsus.com>
17320         * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
17321         having a single file argument to having a list of files as the
17322         first argument.
17324 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17326         * files.el (locate-dominating-file): New function.
17328 2007-07-18  Michael Albinus  <michael.albinus@gmx.de>
17330         * progmodes/grep.el (grep-host-defaults-alist): New defvar.
17331         (grep-compute-defaults): Use it.
17333 2007-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17335         * uniquify.el: Docstring fixes.
17337 2007-07-18  Eric S. Raymond  <esr@snark.thyrsus.com>
17339         * vc.el (revision-granularity, create-repo): Document new vc
17340         backend properties.
17341         (vc-rollback): Renamed from vc-cancel-version.  Update references.
17342         Pass a list instead of a file.
17343         (vc-revert): Renamed from vc-revert-buffer.  Update references.
17344         (vc-delistify, vc-expand-dirs): New functions.
17345         (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
17346         of files instead of a single file.
17347         (vc-position-context, vc-resync-window, vc-diff-internal)
17348         (vc-print-log): Pass a list instead of a file.
17350         * vc-hooks.el (vc-stay-local-p, vc-backend)
17351         (vc-backend-subdirectory-name): Work on a file list, not a single
17352         file.
17353         (vc-workfile-version): Update docstring.
17354         (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
17355         vc-revert instead of vc-revert-buffer.
17356         (vc-prefix-map): Likewise.  Bind vc-update.
17358         * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
17359         (vc-svn-wash-log): New functions.
17360         (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
17361         (vc-svn-command): Deal with a list of files, not a single file.
17363         * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
17364         (vc-rcs-wash-log): New functions.
17365         (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
17366         Deal with a list of files, not a single file.
17367         (vc-rcs-rollback): Likewise.  Rename from vc-rcs-cancel-version.
17369         * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
17370         functions.
17371         (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
17372         list of files, not a single file.
17374         * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
17375         New functions.
17376         (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
17377         (vc-mcvs-diff): Deal with a list of files, not a single file.
17379         * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
17380         functions.
17381         (vc-hg-print-log): Deal with a list of files, not a single file.
17382         (vc-hg-diff-tree): New function, replace defalias with the same
17383         name.
17384         (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
17385         FILES to denote that it is a file list, not a single file.
17387         * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
17388         (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
17389         a single file.
17390         (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
17391         that it is a file list, not a single file.
17392         (vc-cvs-diff): Likewise.  Simplify.
17394         * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
17395         Deal with a list of files, not a single file.
17397         * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
17398         (vc-bzr-print-log): Update FILE parameter name to denote that it
17399         is a file list, not a single file.
17400         (vc-bzr-diff): Likewise.  Use the car of files.
17402 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
17404         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
17405         (follow-delete-other-windows-and-split, follow-recenter)
17406         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
17407         (follow-redisplay, follow-estimate-first-window-start)
17408         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
17409         Fix typos in docstrings.
17411 2007-07-18  Martin Rudalics  <rudalics@gmx.at>
17413         * add-log.el (change-log-mode): Use fill-nobreak-predicate to
17414         avoid that filling introduces lines with a single asterisk.
17416         * kmacro.el (kmacro-end-macro): When ignoring empty macro
17417         avoid incorrect kmacro-ring-empty-p messages.
17418         Reported by Michael Schierl <schierlm@gmx.de>.
17420 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
17422         * vc.el: Add more info about the vc-registered function.
17424 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
17426         * files.el (file-remote-p): Introduce optional parameter
17427         IDENTIFICATION.
17429         * recentf.el (recentf-keep-default-predicate): Adapt call of
17430         `file-remote-p'.
17432         * progmodes/grep.el (grep-probe): Use `process-file'.
17433         (grep-compute-defaults): Handle variables host specific.
17435         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
17436         parameter IDENTIFICATION.
17438         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
17439         parameter IDENTIFICATION.
17440         (tramp-handle-set-file-times): New defun.  Replaces `tramp-touch'.
17441         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
17442         Add entry for `set-file-times'.
17443         (tramp-do-copy-or-rename-file-via-buffer)
17444         (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
17445         (tramp-handle-unhandled-file-name-directory): Rewrite.
17446         (tramp-convert-file-attributes): Add error handling when inode is
17447         extraordinary big.
17448         (tramp-get-inode): Change parameter from FILE to VEC.
17449         (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
17450         is nil.  This is according to the specification.  Goto (point-max)
17451         when ready.
17452         (tramp-handle-shell-command): Rewrite completely, using
17453         `process-file' and `start-file-process'.
17454         (tramp-methods, tramp-find-shell)
17455         (tramp-open-connection-setup-interactive-shell)
17456         (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
17457         var.  Reported by Steve Youngs <steve@sxemacs.org>.
17459         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
17460         entry for `set-file-times'.  Rename `start-process' into
17461         `start-file-process'.  Remove `call-process' entry.
17462         (tramp-fish-handle-set-file-times): New defun.
17463         (tramp-fish-handle-executable-find): Use `process-file'.
17464         (tramp-fish-handle-process-file): New defun.  Replaces
17465         `tramp-fish-handle-call-process'.
17466         (tramp-fish-do-copy-or-rename-file-directly): Use
17467         `set-file-times'.
17468         (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
17470         * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
17471         `tramp-get-inode' parameter.
17473 2007-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17475         * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
17476         (vc-bzr-post-command-function): Remove.  Version 0.8 is already old
17477         nowadays, and by the time Emacs-23 comes out, nobody will even remember
17478         it has ever existed.
17480 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
17482         * vc.el: Undo previous change.
17484 2007-07-16  Eli Zaretskii  <eliz@gnu.org>
17486         * makefile.w32-in (clean): Don't delete *~.
17488 2007-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17490         * textmodes/tex-mode.el (tex-verbatim-environments):
17491         Add safe-local-variable property.
17492         (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
17493         when starting font-lock rather than when loading tex-mode.el.
17495         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
17496         whole $( rather than just the $.  Rename from sh-quoted-subshell.
17497         (sh-font-lock-syntactic-keywords): Adjust call accordingly.
17499 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
17501         * bookmark.el (bookmark-maybe-sort-alist): Don't modify
17502         bookmark-alist.  Instead, if not sorting, simply return it.
17503         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
17504         for its return value, not for its side effect.
17506         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
17507         case of alignment under a constant symbol, find and consider
17508         the sexp actually at indentation to be the "last sexp".
17510 2007-07-16  Drew Adams  <drew.adams@oracle.com>
17512         * mouse.el (mouse-yank-secondary): Better error message if no
17513         secondary selection.
17515 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
17517         * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
17519         * term/xterm.el (xterm-turn-on-modify-other-keys)
17520         (xterm-turn-off-modify-other-keys): New functions.
17521         (terminal-init-xterm): Enable the modifyOtherKeys feature if the
17522         terminal supports it.
17524 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
17526         * bookmark.el (bookmark-show-all-annotations):
17527         Make sure each inserted annotation ends with newline.
17529 2007-07-15  Richard Stallman  <rms@gnu.org>
17531         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
17533         * tutorial.el (tutorial--find-changed-keys):
17534         Handle C-x specially like ESC.
17536 2007-07-15  Aaron Hawley  <aaronh@garden.org>
17538         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
17540 2007-07-15  Juri Linkov  <juri@jurta.org>
17542         * delsel.el (delete-selection-pre-hook):
17543         * emulation/cua-base.el (cua-paste): Before a yank command,
17544         check also whether last-command is one of mouse-save-then-kill,
17545         mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
17547 2007-07-15  Michael Albinus  <michael.albinus@gmx.de>
17549         * recentf.el (recentf-keep-default-predicate): New defun.
17550         (recentf-keep): Use it as initial value.
17552 2007-07-15  Karl Fogel  <kfogel@red-bean.com>
17554         * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
17555         thus restoring bookmark bindings to three slots under C-x r.  See
17556         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
17558 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
17560         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
17562 2007-07-15  Jason Rumney  <jasonr@gnu.org>
17564         * w32-fns.el (set-default-process-coding-system): Use dos line ends
17565         for input to cmdproxy on all versions of Windows.
17566         Use dos line ends for input to plink.
17568         * comint.el (comint-simple-send): Concat newline before sending.
17569         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
17571 2007-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17573         * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
17574         safe-local-variable setting.
17576 2007-07-14  David Kastrup  <dak@gnu.org>
17578         * emacs-lisp/advice.el (defadvice): Doc fix.
17580 2007-07-14  Juanma Barranquero  <lekktu@gmail.com>
17582         * subr.el (when, unless): Doc fix.
17584 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
17586         * replace.el (match): Use yellow1 instead of yellow.
17588         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
17589         red.
17591         * pcvs-info.el (cvs-unknown): Likewise.
17593 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
17595         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
17596         (install): Use them to copy all *.el files before *.elc.
17598 2007-07-13  Drew Adams  <drew.adams@oracle.com>
17600         * bookmark.el (bookmark-jump-other-window): New function.
17601         (bookmark-map): Bind it to "o".
17603         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
17604         and its thread contains discussion about this change.
17605         The original patch was slightly tweaked by Karl Fogel
17606         <kfogel@red-bean.com> before committing.
17608 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
17610         * bookmark.el: Shorten some comments to fit within 80 lines.
17612 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
17614         * bookmark.el: Don't define bookmark keys under the "C-xr" map;
17615         instead, make "C-xp" a prefix for bookmark-map.  Patch by Drew
17616         Adams <drew.adams@oracle.com>, mildly tweaked by me.  See
17617         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
17619 2007-07-13  Carsten Dominik  <dominik@science.uva.nl>
17621         * textmodes/org.el: Bug fixes.
17622         (org-end-of-line): Move to end of line if in headline without tags.
17624 2007-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17626         * vc-hooks.el: Remove spurious * in docstrings.
17627         (vc-handled-backends): Add BZR.
17629         * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
17631 2007-07-12  Davis Herring  <herring@lanl.gov>
17633         * desktop.el (desktop-buffer-info, desktop-save):
17634         Use `desktop-dirname' instead of `dirname'.
17636 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
17638         * progmodes/which-func.el (which-func-modes): Add `python-mode'.
17640         * progmodes/python.el (python-which-func-length-limit): New var.
17641         (python-which-func): New function.
17642         (python-current-defun): Add optional `length-limit' and try to fit
17643         computed function name to that length.
17644         (python-mode): Hook `python-which-func' up.
17646 2007-07-12  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
17648         * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
17650         * comint.el (comint-dynamic-complete-as-filename):
17651         Use read-file-name-completion-ignore-case.
17653 2007-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17655         * comint.el (comint-dynamic-list-filename-completions):
17656         Use read-file-name-completion-ignore-case.
17658         * vc-cvs.el: Require CL.
17659         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
17660         New functions to provide completion of revision names.
17662         * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
17663         (vc-cvs-annotate-first-line-re): New const.
17664         (vc-cvs-annotate-process-filter): New fun.
17665         (vc-cvs-annotate-command): Use them and run the command asynchronously.
17667 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
17669         * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
17670         (eldoc-print-current-symbol-info): Adjust for changed helper
17671         function signatures.
17672         (eldoc-get-fnsym-args-string): Add `args' argument.  Use new
17673         `eldoc-highlight-function-argument'.
17674         (eldoc-highlight-function-argument): New function.
17675         (eldoc-get-var-docstring): Format documentation with
17676         `font-lock-variable-name-face'.
17677         (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
17678         where suited.
17679         (eldoc-fnsym-in-current-sexp): Return a list with argument index.
17680         (eldoc-beginning-of-sexp): Return number of skipped sexps.
17682 2007-07-11  Michael Albinus  <michael.albinus@gmx.de>
17684         * progmodes/compile.el (compilation-start): `start-process' must
17685         still be redefined when calling `start-process-shell-command'.
17687         * progmodes/gud.el (gud-file-name): When `default-directory' is a
17688         remote file name, prepend its remote part to the filename.
17689         (gud-common-init): When `default-directory' is a remote file name,
17690         make the filename relative to it.
17691         Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
17693 2007-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
17695         * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
17696         mouse binding and a tooltip.
17698 2007-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17700         * menu-bar.el (vc-menu-map): New defalias.
17702 2007-07-10  Richard Stallman  <rms@gnu.org>
17704         * emacs-lisp/lisp-mode.el (eval-defun):
17705         Explain special handling of `defface'.
17707 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
17709         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
17711         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
17713 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17715         * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
17717         * vc-arch.el (vc-arch-complete): Remove.
17718         (vc-arch-revision-completion-table): Use complete-with-action.
17720         * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
17721         (complete-with-action): New function.
17722         (dynamic-completion-table): Use it.
17724 2007-07-10  Michael Albinus  <michael.albinus@gmx.de>
17726         * comint.el (make-comint, make-comint-in-buffer)
17727         (comint-exec-1): Replace `start-process' by `start-file-process'.
17729         * progmodes/compile.el (compilation-start): Revert redefining
17730         `start-process'.
17732 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17734         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
17735         with EOLs when generating MD5 checksums.
17737         * follow.el: Don't change the global map from the follow-mode-map
17738         defvar, but from the toplevel.  Use easy-menu to unify the Emacs and
17739         XEmacs code.
17740         (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
17741         since `follow-mode' should be used instead for that.
17743         * emacs-lisp/easymenu.el (easy-menu-binding): New function.
17744         (easy-menu-do-define): Use it.
17745         (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
17747         * progmodes/compile.el (compilation-auto-jump-to-first-error)
17748         (compilation-auto-jump-to-next): New vars.
17749         (compilation-auto-jump): New function.
17750         (compilation-error-properties): Use them to jump to first error.
17751         (compilation-start): Set the var if requested.
17753         * emacs-lisp/autoload.el (update-directory-autoloads): Remove
17754         duplicates without also removing entries from other directories.
17756 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
17758         * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
17759         Remember span as default.
17760         (org-columns-edit-value): Rename from `org-column-edit'.
17761         (org-columns-display-here-title): Rename from
17762         `org-overlay-columns-title'.
17763         (org-columns-remove-overlays): Rename from org-remove-column-overlays.
17764         (org-columns-get-autowidth-alist): Rename from
17765         `org-get-columns-autowidth-alist'.
17766         (org-columns-display-here): Rename from `org-overlay-columns'.
17767         (org-columns-new-overlay): Rename from `org-new-column-overlay'.
17768         (org-columns-quit): Rename from `org-column-quit'.
17769         (org-columns-show-value): Rename from `org-column-show-value'.
17770         (org-columns-content, org-columns-widen)
17771         (org-columns-next-allowed-value)
17772         (org-columns-edit-allowed, org-columns-store-format)
17773         (org-columns-uncompile-format, org-columns-redo)
17774         (org-columns-edit-attributes, org-delete-property)
17775         (org-set-property, org-columns-update)
17776         (org-columns-compute, org-columns-eval)
17777         (org-columns-not-in-agenda, org-columns-compute-all)
17778         (org-property-next-allowed-value)
17779         (org-columns-compile-format)
17780         (org-fill-paragraph-experimental)
17781         (org-string-to-number, org-property-action)
17782         (org-columns-move-left, org-columns-new)
17783         (org-column-number-to-string)
17784         (org-property-previous-allowed-value)
17785         (org-at-property-p, org-columns-delete)
17786         (org-columns-previous-allowed-value)
17787         (org-columns-move-right, org-columns-narrow)
17788         (org-property-get-allowed-values)
17789         (org-verify-version, org-column-string-to-number)
17790         (org-delete-property-globally): New functions.
17791         (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
17792         (org-columns-overlays): Rename from `org-column-overlays'.
17793         (org-columns-map): Rename from `org-column-map'.
17794         (org-columns-current-maxwidths): Rename from
17795         `org-current-columns-maxwidths'.
17796         (org-columns-begin-marker, org-columns-current-fmt-compiled)
17797         (org-previous-header-line-format)
17798         (org-columns-inhibit-recalculation)
17799         (org-columns-top-level-marker): New variables.
17800         (org-columns-default-format): Rename from `org-default-columns-format'.
17801         (org-property-re): New constant.
17803 2007-07-10  Guanpeng Xu  <herberteuler@hotmail.com>
17805         * subr.el (looking-at-p, string-match-p): New functions.
17807 2007-07-09  Reiner Steib  <Reiner.Steib@gmx.de>
17809         * textmodes/tex-mode.el (tex-fontify-script)
17810         (tex-font-script-display): New variables to make display of
17811         superscripts and subscripts customizable.
17812         (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
17814 2007-07-09  Richard Stallman  <rms@gnu.org>
17816         * isearch.el (isearch-edit-string): Call to isearch-push-state
17817         after the search.
17819 2007-07-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17821         * window.el (fit-window-to-buffer): Remove setting of window-min-height
17822         to 1 as enlarge-window uses the value to resize/shrink windows other
17823         than WINDOW if needed.
17825 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17827         * cus-start.el (file-coding-system-alist): Fix custom type.
17829 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
17831         * longlines.el (longlines-wrap-region): Avoid marking buffer as
17832         modified.
17833         (longlines-auto-wrap, longlines-window-change-function):
17834         Remove unnecessary calls to set-buffer-modified-p.
17836 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17838         * cus-start.el (file-coding-system-alist): Fix custom type.
17840 2007-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17842         * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
17843         (vc-cvs-checkout): Remove last arg now unused; simplify.
17845 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
17847         * files.el (file-remote-p): Introduce optional parameter CONNECTED.
17849         * net/tramp.el:
17850         * net/tramp-ftp.el:
17851         * net/tramp-smb.el:
17852         * net/tramp-uu.el:
17853         * net/trampver.el: Migrate to Tramp 2.1.
17855         * net/tramp-cache.el:
17856         * net/tramp-fish.el:
17857         * net/tramp-gw.el: New Tramp packages.
17859         * net/tramp-util.el:
17860         * net/tramp-vc.el: Removed.
17862         * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
17863         (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
17865         * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
17867         * progmodes/compile.el (compilation-start): Redefine
17868         `start-process' temporarily when `default-directory' is remote.
17869         Remove case of synchronous compilation, this won't happen ever.
17870         (compilation-setup): Make local variable `comint-file-name-prefix'
17871         for remote compilation.
17873 2007-07-08  Martin Rudalics  <rudalics@gmx.at>
17875         * novice.el (disabled-command-function): Fit window to buffer to
17876         make last line visible.
17877         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
17879         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
17880         when handling the terminating event.
17882 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
17884         * calc/calc.el (math-read-number-simple): Remove leading 0s.
17885         (math-bignum-digit-length): Change to optimal value.
17887         * calc/calc-bin.el (math-bignum-logb-digit-size)
17888         (math-bignum-digit-power-of-two): Evaluate when compiled.
17890         * calc/calc-comb.el (math-small-factorial-table)
17891         (math-init-random-base, math-prime-test): Remove unnecessary calls
17892         to `math-read-number-simple'.
17894         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
17895         (math-approx-gamma-const): Add docstrings.
17897         * calc/calc-forms.el (math-julian-date-beginning)
17898         (math-julian-date-beginning-int): New constants.
17899         (math-format-date-part, math-parse-standard-date, calcFunc-julian):
17900         Use the new constants.
17902         * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
17904         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
17905         Add docstrings.
17907 2007-07-07  Tom Tromey  <tromey@redhat.com>
17909         * vc.el (vc-annotate): Jump to line and output message only after the
17910         process is really all done.
17912 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
17914         * vc.el (vc-exec-after): Don't move point from the sentinel.
17915         Forcefully read all the remaining text in the pipe upon process exit.
17916         (vc-annotate-display-autoscale, vc-annotate-lines):
17917         Don't stop at the first unrecognized line.
17918         (vc-annotate-display-select): Run autoscale after the process is done
17919         since it depends on the whole result.
17921 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
17923         * term/w32-win.el (menu-bar-open): New function.
17924         Bind <f10> to it.
17926 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
17928         * simple.el (start-file-process): New defun.
17930 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
17932         * files.el (find-file-confirm-nonexistent-file): Rename from
17933         find-file-confirm-inexistent-file.  Update users.
17935         * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
17936         format of autoload block where the file's time-stamp is replaced by its
17937         MD5 checksum.
17938         (autoload-generate-file-autoloads): Use MD5 checksum instead of
17939         time-stamp for secondary autoloads files.
17940         (update-directory-autoloads): Remove duplicate entries.
17941         Use time-less-p for time-stamps, as done in autoload-find-destination.
17943 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
17945         * calc/calc.el (math-read-number): Replace number by variable.
17946         (math-read-number-simple): Properly parse small integers.
17948 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
17950         * vc.el: Fix doc for the checkout function.
17952 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
17954         * vc-hg.el (vc-hg-root): New function.
17955         (vc-hg-registered): Use it.
17956         (vc-hg-diff-tree): New defalias.
17957         (vc-hg-responsible-p): Likewise.
17958         (vc-hg-checkout): Comment out, not needed.
17959         (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
17960         (vc-hg-find-version, vc-hg-next-version): New functions.
17962 2007-07-06  Andreas Schwab  <schwab@suse.de>
17964         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
17965         dynamic bindings around the evaluation of the expression.
17966         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
17968 2007-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17970         * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
17971         Run before-revert-hook.  Suggested by Denis Bueno <denbuen@sandia.gov>.
17972         Use run-hooks rather than run-mode-hooks.
17974 2007-07-05  Jay Belanger  <jay.p.belanger@gmail.com>
17976         * calc/calc-comb.el (math-random-digit): Rename to
17977         `math-random-three-digit-number'.
17978         (math-random-digits): Don't depend on representation of integer.
17980         * calc/calc-bin.el (math-bignum-logb-digit-size)
17981         (math-bignum-digit-power-of-two): New constants.
17982         (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
17983         (math-not-bignum, math-clip-bignum): Use the constants
17984         `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
17985         instead of their values.
17986         (math-clip): Use math-small-integer-size instead of its value.
17988         * calc/calc.el (math-add-bignum): Replace number by constant.
17990 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
17992         * wid-edit.el (widget-documentation-string-value-create):
17993         Insert indentation spaces.
17995 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
17997         * emacs-lisp/byte-opt.el: Revert last change.
17999 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
18001         * vc-hooks.el (vc-handled-backends): Add HG.
18003         * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
18005 2007-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18007         * complete.el (PC-do-complete-and-exit): Add support for the new
18008         `confirm-only' confirmation mode.
18010 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
18012         * cus-edit.el (custom-commands): New variable.
18013         (custom-tool-bar-map): New variable.  Initialize using
18014         `custom-commands'.
18015         (custom-mode): Use `custom-tool-bar-map'.
18016         (custom-buffer-create-internal): Insert action buttons only if
18017         tool bar is not used.  Use `custom-commands'.
18018         (Custom-help, custom-command-apply): New function.
18019         (custom-command-apply, Custom-set, Custom-save)
18020         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
18021         Use `custom-command-apply' instead of duplicating code.
18022         (customize-group-other-window): Call `customize-group' instead of
18023         duplicating code.
18024         (customize-face-other-window): Call `customize-face' instead of
18025         duplicating code.
18026         (customize-group, customize-face): Add optional args for opening
18027         in another window.
18028         (custom-variable-tag): Don't inherit `variable-pitch' face.
18029         (custom-group-tag): Inherit `variable-pitch' face.
18030         (custom-variable-value-create): Set documentation indentation.
18031         (custom-group-value-create): Make group name a link, instead of
18032         using an extra "go to group" button.
18033         (custom-prompt-variable, custom-group-set, custom-group-save)
18034         (custom-group-reset-current, custom-group-reset-saved)
18035         (custom-group-reset-standard): Minor cleanup.
18037 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
18039         * Makefile.in (bootstrap-prepare): When copying from
18040         ldefs-boot.el, make sure loaddefs.el is writeable.
18042         (bootstrap-prepare): Make $(lisp)/ps-print.el
18043         and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
18045 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
18047         * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
18048         only caller, and delete.
18049         (vc-hg-state): Deal with exceptions and only parse the output on
18050         successful return.
18051         (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
18052         caller, and delete.
18053         (vc-hg-workfile-version): Deal with exceptions and only parse the
18054         output on successful return.
18055         (vc-hg-revert): New function.
18057 2007-07-04  Jay Belanger  <jay.p.belanger@gmail.com>
18059         * calculator.el (calculator-expt): Use more cases to determine
18060         the value.
18062 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
18064         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
18065         file names.
18067 2007-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
18069         * calculator.el (calculator-expt, calculator-integer-p):
18070         New functions.
18071         (calculator-fact): Check to see if the factorial will be too
18072         large before computing it.
18073         (calculator-initial-operators): Use `calculator-expt' to
18074         compute "^".
18075         (calculator-mode): Mention that results which are too large
18076         will return inf.
18077         * calc/calc-comb.el (math-small-factorial-table): Replace list
18078         by vector.
18080 2007-07-03  David Kastrup  <dak@gnu.org>
18082         * shell.el: On request of the authors, remove their addresses for
18083         the sake of bug reports, and add the developer list address as
18084         maintainer information.
18086 2007-07-03  Richard Stallman  <rms@gnu.org>
18088         * files.el (make-directory): Doc fix.
18089         (find-file-confirm-inexistent-file): Make it a defcustom.
18090         Make nil the default.
18092 2007-07-02  Richard Stallman  <rms@gnu.org>
18094         * startup.el (command-line): Set buffer-offer-save in *scratch*
18095         and enable auto-save in it.
18097 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
18099         * textmodes/org.el (orgstruct-mode-map): New variable.
18100         (orgstruct-mode): New minor mode.
18101         (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
18102         (orgstruct-make-binding, org-context-p, org-get-local-variables)
18103         (org-run-like-in-org-mode): New functions.
18104         (org-cycle-list-bullet): New command.
18105         (org-special-properties, org-property-start-re)
18106         (org-property-end-re): New constants.
18107         (org-with-point-at): New macro.
18108         (org-get-property-block, org-entry-properties, org-entry-get)
18109         (org-entry-delete, org-entry-get-with-inheritance)
18110         (org-entry-put, org-buffer-property-keys): New functions.
18111         (org-insert-property-drawer): New command.
18112         (org-entry-property-inherited-from): New variable.
18113         (org-column): New face.
18114         (org-column-overlays, org-current-columns-fmt)
18115         (org-current-columns-maxwidths, org-column-map): New variables.
18116         (org-column-menu): New menu.
18117         (org-new-column-overlay, org-overlay-columns)
18118         (org-overlay-columns-title, org-remove-column-overlays)
18119         (org-column-show-value, org-column-quit, org-column-edit):
18120         New functions.
18121         (org-columns, org-agenda-columns): New commands.
18122         (org-get-columns-autowidth-alist): New functions.
18123         (org-properties): New customize group.
18124         (org-default-columns-format): New option.
18125         (org-priority): Realign tags after changing priority.
18126         (org-preserve-lc): New macro.
18127         (org-update-checkbox-count): Catch case when there is no headline.
18128         (org-agenda-quit): Remove any column overlays.
18129         (org-beginning-of-item-list): Fixed bug when non-item line is
18130         indented too deep.
18131         (org-cached-props): New variable.
18132         (org-cached-entry-get): New function.
18133         (org-make-tags-matcher): Handle property matches.
18134         (org-table-recalculate): Swap evaluation order: Field formula
18135         first, then column formulas, but don't allow them to overwrite the
18136         field formulas.
18137         (org-table-eval-formula): New argument untouchable.
18138         (org-table-put-field-property): New function.
18140 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
18142         * help-mode.el (help-make-xrefs): Skip spaces too when
18143         skipping tabs.
18145         * ffap.el (dired-at-point-prompter): Improve prompt in
18146         list-directory case.
18148 2007-07-01  Richard Stallman  <rms@gnu.org>
18150         * files.el (find-file-visit-truename): Fix safe-local-variable value.
18152 2007-07-01  Richard Stallman  <rms@gnu.org>
18154         * cus-start.el (max-mini-window-height): Added.
18156 2007-07-01  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
18158         * complete.el (partial-completion-mode): Remove advice of
18159         read-file-name-internal.
18160         (PC-do-completion): Rebind minibuffer-completion-table.
18161         (PC-read-file-name-internal): New function doing what
18162         read-file-name-internal advice did.
18164 2007-07-01  Paul Pogonyshev  <pogonyshev@gmx.net>
18166         * emacs-lisp/byte-opt.el: Set `binding-is-magic'
18167         property on a few symbols.
18168         (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
18169         (byte-optimize-lapcode): Remove bindings that are not referenced
18170         and certainly will not effect through dynamic scoping.
18172 2007-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18174         * files.el (find-file-confirm-inexistent-file): New var.
18175         (find-file, find-file-other-window, find-file-other-frame)
18176         (find-file-read-only, find-file-read-only-other-window)
18177         (find-file-read-only-other-frame): Use it.
18179 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18181         * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
18183 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
18185         * generic-x.el (generic-define-mswindows-modes)
18186         (generic-define-unix-modes, apache-log-generic-mode)
18187         (bat-generic-mode-keymap, java-manifest-generic-mode)
18188         (show-tabs-generic-mode): Fix typos in docstrings.
18190 2007-06-29  Ryan Yeske  <rcyeske@gmail.com>
18192         * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
18193         (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
18194         (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
18195         (rcirc-print): Never ignore messages from ourself.
18197 2007-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
18199         * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
18200         syntax as well.  Reported by Juri Linkov <juri@jurta.org>.
18202 2007-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18204         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
18205         replace-regexp-in-string.
18207 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18209         * emacs-lisp/cl.el: Set edebug and indentation before loading
18210         cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
18212 2007-06-28  Andreas Schwab  <schwab@suse.de>
18214         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
18215         $(lisp)/subdirs.el.
18217 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
18219         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
18220         the speedbar frame if nil; that deletes the current frame or
18221         causes an error if it is the only frame.
18222         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
18224 2007-06-28  Kevin Ryde  <user42@zip.com.au>
18226         * textmodes/nroff-mode.el: Groff \# comments.
18227         (nroff-mode-syntax-table): \# comment intro,
18228         plain # as punct per global table.
18229         (nroff-font-lock-keywords): Add # as a single char escape.
18230         (nroff-mode): In comment-start-skip, match \#.
18232 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18234         * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
18235         (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
18236         point-min == 1.
18238 2007-06-28  Nick Roberts  <nickrob@snap.net.nz>
18240         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
18241         Rename and move to...
18243         * subr.el (strings->string, string->strings): ...here.
18245         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
18246         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
18248         * progmodes/gud.el (gud-common-init): Call string->strings instead
18249         of split-string.
18251 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
18253         * dired-aux.el: Remove `dired-call-process'.
18254         (dired-check-process): Call `process-file'.
18256         * wdired.el (wdired-do-perm-changes): Call `process-file'.
18258         * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
18259         `ange-ftp-process-file'.
18261 2007-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18263         * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
18265         * emacs-lisp/cl-extra.el:
18266         * emacs-lisp/cl-seq.el:
18267         * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
18268         Add autoload cookies on all defs autoloaded manually in cl.el.
18270         * emacs-lisp/cl-loaddefs.el: New file.
18272         * textmodes/texinfmt.el (texinfo-raisesections-alist)
18273         (texinfo-lowersections-alist): Merge definition and declaration.
18274         (texinfo-start-of-header, texinfo-end-of-header): Remove.
18275         (texinfo-format-syntax-table): Merge init into declaration.
18276         (texinfo-format-parse-line-args, texinfo-format-parse-args)
18277         (texinfo-format-parse-defun-args, texinfo-format-node)
18278         (texinfo-push-stack, texinfo-multitable-widths)
18279         (texinfo-define-info-enclosure, texinfo-alias)
18280         (texinfo-format-defindex, batch-texinfo-format): Use push.
18281         (texinfo-footnote-number): Remove duplicate declaration.
18283         * ps-print.el: Update with auto-generated autoloads.
18285         * ps-mule.el: Set generated-autoload-file to "ps-print.el".
18287 2007-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18289         * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
18290         relative to current dir for file-local settings.
18291         (autoload-generate-file-autoloads): Add `outfile' arg.
18292         (update-directory-autoloads): Use it to directly call
18293         autoload-generate-file-autoloads instead of going through
18294         update-file-autoloads so we avoid redundant searches and so we can know
18295         the set of buffers changed so we can save them all.
18297         * emacs-lisp/autoload.el (autoload-find-destination): Return nil
18298         rather than throwing `up-to-date'.
18299         (autoload-generate-file-autoloads): Adjust correspondingly.
18300         (update-file-autoloads): Be careful to let-bind
18301         autoload-modified-buffers and adjust to new calling conventions.
18302         (autoload-modified-buffers): Make it a dynamically scoped var.
18303         (update-directory-autoloads): Use file-relative-name instead of
18304         autoload-trim-file-name.
18305         (autoload-insert-section-header): Don't use autoload-trim-file-name
18306         since the file is already relative now.
18307         (autoload-trim-file-name): Remove.
18309         * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
18310         (vc-arch-complete, vc-arch--version-completion-table)
18311         (vc-arch-revision-completion-table): New functions to provide
18312         completion of revision names.
18313         (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
18314         (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
18315         to let the user trim the revlib.
18317         * vc.el: Add new VC operation `revision-completion-table'.
18318         (vc-default-revision-completion-table): New function.
18319         (vc-version-diff, vc-version-other-window): Use it to provide
18320         completion of revision names if the backend provides it.
18322         * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
18324         * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
18325         of newer .svn/entries.
18327 2007-06-25  David Kastrup  <dak@gnu.org>
18329         * calc/calc-poly.el (math-padded-polynomial)
18330         (math-partial-fractions): Add some function comments.
18332 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18334         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
18335         Make `outbuf' optional.
18336         (update-file-autoloads): Use it.
18338 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18340         * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
18341         (autoload-find-destination): Keep it uptodate.
18342         (autoload-save-buffers): New fun.
18343         (update-file-autoloads): Use it.  Re-add the "up to date" message.
18345         * emacs-lisp/autoload.el: Refactor for upcoming changes.
18346         (autoload-find-destination): New function extracted from
18347         update-file-autoloads.
18348         (update-file-autoloads): Use it.
18349         (autoload-generate-file-autoloads): New function extracted from
18350         generate-file-autoloads.  Use file-relative-name.  Delay computation of
18351         output-start to the first cookie.  Remove done-any, replaced by
18352         output-start.
18353         (generate-file-autoloads): Use it.
18355 2007-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
18357         * calc/calc-comb.el (math-init-random-base, math-prime-test):
18358         Use math-read-number-simple to insert constants.
18359         (math-prime-test): Redo calculation of sum.
18361         * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
18363         * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
18364         math-scale-bignum-3.
18365         (math-isqrt-bignum): Use math-scale-bignum-digit-size and
18366         math-bignum-digit-size.
18367         (math-isqrt-small): Add another possible initial guess.
18369 2007-06-23  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
18371         * textmodes/bibtex.el (bibtex-entry-format): New options
18372         `whitespace', `braces', and `string'.
18373         (bibtex-field-braces-alist, bibtex-field-strings-alist)
18374         (bibtex-field-braces-opt, bibtex-field-strings-opt)
18375         (bibtex-cite-matcher-alist): New variables.
18376         (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
18377         (bibtex-flash-head): Use blink-matching-delay.
18378         (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
18379         (bibtex-format-entry, bibtex-reformat): Handle new options of
18380         bibtex-entry-format.
18381         (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
18382         New functions.
18383         (bibtex-complete-internal): Do not display messages while
18384         minibuffer is used.  Do not leave around a completions buffer
18385         that is out of date.
18386         (bibtex-copy-summary-as-kill): New optional arg.
18387         (bibtex-font-lock-url): New optional arg no-button.
18388         (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
18389         (bibtex-url): Allow multiple URLs per entry.
18391 2007-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18393         * emacs-lisp/autoload.el (autoload-generated-file): New function.
18394         (update-file-autoloads, update-directory-autoloads): Use it.
18395         (autoload-file-load-name): New function.
18396         (generate-file-autoloads, update-file-autoloads): Use it.
18397         (autoload-find-file): Accept non-absolute argument.  Set default-dir.
18398         (generate-file-autoloads): If the autoloaded form is malformed,
18399         indicate the problem with a warning instead of aborting.
18401 2007-06-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
18403         * simple.el (next-error-recenter): Accept `(4)' as well;
18404         also, specify `integer' instead of `number'.
18406 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
18408         * ls-lisp.el (insert-directory): If an invalid regexp error is
18409         thrown, try using FILE as a literal file name, not a wildcard.
18411 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
18413         * ruler-mode.el (ruler-mode): Prevent clobbering the original
18414         `header-line-format' when reentering ruler mode.
18416 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
18418         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
18419         FILE exists as a file.
18421 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
18423         * calc/calc.el (math-bignum-digit-length)
18424         (math-bignum-digit-size, math-small-integer-size):
18425         New constants.
18426         (math-normalize, math-bignum-big, math-make-float)
18427         (math-div10-bignum, math-scale-left, math-scale-left-bignum)
18428         (math-scale-right, math-scale-right-bignum, math-scale-rounding)
18429         (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
18430         (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
18431         (math-quotient, math-div-bignum, math-div-bignum-digit)
18432         (math-div-bignum-part, math-format-bignum-decimal)
18433         (math-read-bignum): Use math-bignum-digit-length,
18434         math-bignum-digit-size and math-small-integer-size.
18436         * calc/calc-ext.el (math-fixnum-big): Use the variable
18437         math-bignum-digit-size.
18439 2007-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
18441         * log-view.el (log-view-mode-menu): New menu.
18443 2007-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18445         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
18446         differently.
18448         * vc-hg.el (vc-hg-registered): Add an autoloaded version.
18449         (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
18451 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
18453         * vc-hg.el (vc-hg-print-log): Insert the file name.
18454         (vc-hg-log-view-mode): Fontify the file name.
18456 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
18458         * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
18459         (calcFunc-julian): Fix incorrect number used in calculations.
18461 2007-06-22  Thien-Thi Nguyen  <ttn@gnuvola.org>
18463         * simple.el (next-error-recenter): New defcustom.
18464         (next-error, next-error-internal): Recenter if specified,
18465         immediately prior to running `next-error-hook'.
18467         * progmodes/hideshow.el (hs-show-block): Use line-end-position.
18468         (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
18470         * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
18472 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
18474         * calc/calc-comb.el (math-small-factorial-table): New variable.
18475         (calcFunc-fact): Use `math-small-factorial-table'.
18477         * calc/calc-ext.el (math-defcache): Allow forms to evaluate
18478         initial values.
18479         (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
18480         New variables to use in caches.
18482         * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
18483         (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
18485         * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
18486         (math-bernoulli-b-cache): Use math-read-number-simple to insert
18487         bignums.
18489         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
18490         New variables to use in caches.
18492 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
18494         * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
18496         * vc-hg.el (vc-hg-log-view-mode): New mode.
18498 2007-06-21  Jay Belanger  <jay.p.belanger@gmail.com>
18500         * calc/calc.el (math-read-number-simple): New function.
18502 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18504         * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
18505         (vera-font-lock-match-item): Fix doc string.
18506         (vera-in-comment-p): Remove unused function.
18507         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
18508         use `syntax-ppss'.
18509         (vera-forward-syntactic-ws): Fix argument order.
18510         (vera-prepare-search): Use `with-syntax-table'.
18511         (vera-indent-line): Fix doc string.
18512         (vera-electric-tab): Fix doc string.
18513         (vera-expand-abbrev): Define alias instead of using `fset'.
18514         (vera-comment-uncomment-region): Use `comment-start-skip'.
18516 2007-06-21  Carsten Dominik  <dominik@science.uva.nl>
18518         * textmodes/org.el (org-export-with-footnotes): New option.
18519         (org-export-as-html): Fix replacement bug for XEmacs.
18520         (org-agenda-default-appointment-duration): New option.
18522 2007-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
18524         * vc-hg.el: Add to do items.
18525         (vc-hg-diff): Add support for comparing different revisions.
18526         (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
18527         (vc-hg-annotate-extract-revision-at-line)
18528         (vc-hg-previous-version, vc-hg-checkin): New functions.
18529         (vc-hg-annotate-re): New constant.
18531 2007-06-20  Jay Belanger  <jay.p.belanger@gmail.com>
18533         * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
18535 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18537         * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
18538         buffer-local value of log-view-*-re if applicable.
18540         * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
18541         Use vc-bzr-command rather than the ill defined vc-bzr-command*.
18542         (vc-bzr-command*): Remove both (incompatible) versions.
18543         (vc-bzr-do-command*): Remove.
18544         (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
18545         Remove by folding into its only caller vc-bzr-command.
18546         (vc-bzr-command): Always set the environment, even when ineffective.
18547         (vc-bzr-version): Minor fix up.
18548         (vc-bzr-admin-dirname): New var.
18549         (vc-bzr-bzr-dir): Remove.
18550         (vc-bzr-root-dir): New fun.
18551         (vc-bzr-registered): Use it.  Add an autoloaded version.
18552         (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
18553         (vc-bzr-view-log-function): Remove.
18554         (vc-bzr-log-view-mode): New major mode to replace it.
18555         (vc-bzr-print-log): Only activate the old hack if needed.
18557         * vc.el (vc-default-log-view-mode): New function.
18558         (vc-print-log): Add new `log-view-mode' VC operation.
18560 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
18562         * ido.el (ido-find-file-in-dir): Don't signal an error for
18563         empty directories.
18565         * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
18567         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
18568         directory where the desktop file was found, as the docstring says.
18569         (desktop-kill): Use `read-directory-name'.
18571 2007-06-20  Alan Mackenzie  <acm@muc.de>
18573         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
18574         When removing lines, also remove the \n.  Correction of patch of
18575         2007-04-21.
18577 2007-06-20  Martin Rudalics  <rudalics@gmx.at>
18579         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
18580         event is not a cons cell.  Do not unread drag-mouse-1 events.
18581         Select right window in check whether space was stolen from
18582         window above.
18584         * help-mode.el (help-make-xrefs): Adjust position of new forward
18585         button.
18587 2007-06-20  Riccardo Murri  <riccardo.murri@gmail.com>
18589         * vc-bzr.el (vc-bzr-with-process-environment)
18590         (vc-bzr-std-process-invocation): New macros.
18591         (vc-bzr-command, vc-bzr-command*): Use them.
18592         (vc-bzr-with-c-locale): Remove.
18593         (vc-bzr-dir-state): Replace its use with vc-bzr-command.
18594         (vc-bzr-buffer-nonblank-p): New function.
18595         (vc-bzr-state-words): New const.
18596         (vc-bzr-state): Look for `bzr status' keywords in output.
18597         Display everything else as a warning message to the user.
18598         Fix status report with bzr >= 0.15.
18600 2007-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
18602         * vc-hg.el (vc-hg-global-switches): Simplify.
18603         (vc-hg-state): Handle more states.
18604         (vc-hg-diff): Fix doc-string.
18605         (vc-hg-register): New function.
18606         (vc-hg-checkout): Likewise.
18608 2007-06-20  Reto Zimmermann  <reto@gnu.org>
18610         * progmodes/vera-mode.el: New file.
18612 2007-06-19  Jay Belanger  <jay.p.belanger@gmail.com>
18614         * calc/calc.el (calc-multiplication-has-precendence):
18615         New variable.
18616         (math-standard-ops, math-standard-ops-p, math-expr-ops):
18617         New functions.
18618         (math-expr-opers): Define using math-standard-ops rather than
18619         math-standard-opers.
18620         * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
18621         equal the function math-standard-ops rather than the variable
18622         math-standard-opers.
18623         (calc-algebraic-entry): Let math-expr-opers equal
18624         math-standard-ops or math-expr-ops, as appropriate.
18625         (math-expr-read-level, math-read-factor): Let math-expr-opers
18626         equal math-expr-ops.
18627         * calc/calc-embed.el (calc-embedded-finish-edit):
18628         Let math-expr-opers equal the function math-standard-ops
18629         rather than the variable math-standard-opers.
18630         * calc/calc-ext.el (math-read-plain-expr)
18631         (math-format-flat-expr-fancy): Let math-expr-opers equal the
18632         function math-standard-ops rather than the variable
18633         math-standard-opers.
18634         * calc/calc-lang.el (calc-set-language, math-read-big-rec):
18635         Let math-expr-opers equal the function math-standard-ops rather
18636         than the variable math-standard-opers.
18637         * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
18638         equal the function math-standard-ops rather than the variable
18639         math-standard-opers.
18640         * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
18641         equal the function math-standard-ops rather than the variable
18642         math-standard-opers.
18643         * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
18644         math-expr-ops.
18646 2007-06-19  Ivan Kanis  <apple@kanis.eu>
18648         * vc-hg.el: New file.
18650 2007-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18652         * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
18653         with font-lock-multiline.
18655 2007-06-17  Glenn Morris  <rgm@gnu.org>
18657         * lpr.el (lpr-page-header-switches): Move %s to separate element
18658         for correct quoting.  Doc fix.
18660 2007-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18662         * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
18663         than setting sgml-xml-mode.
18664         (sgml-mode, html-mode): Set sgml-xml-mode.
18665         (sgml-skip-tag-backward): Tell if we skipped over matched tags.
18666         (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
18667         (sgml-electric-tag-pair-before-change-function)
18668         (sgml-electric-tag-pair-flush-overlays): New functions.
18669         (sgml-electric-tag-pair-mode): New minor mode.
18670         (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
18671         (sgml-calculate-indent): Use assoc-string.
18673 2007-06-16  Karl Fogel  <kfogel@red-bean.com>
18675         * thingatpt.el (thing-at-point-email-regexp): Don't require two
18676         chars before the "@" in an email address.  Andreas Roehler noticed
18677         this problem.
18679 2007-06-15  Karl Fogel  <kfogel@red-bean.com>
18681         * thingatpt.el: Add support for email addresses (`email').
18682         (thing-at-point, bounds-of-thing-at-point): Document `email' support.
18683         (thing-at-point-email-regexp): New variable.
18684         (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
18685         properties on this symbol, with lambda forms for values.
18687 2007-06-15  Masatake YAMATO  <jet@gyve.org>
18689         * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
18691         * vc.el (vc-dired-hook): Check the backend returned from
18692         `vc-responsible-backend' can really handle `subdir'.
18694 2007-06-15  Chong Yidong  <cyd@stupidchicken.com>
18696         * wid-edit.el (widget-add-documentation-string-button):
18697         Fix handling of documentation indent.
18699 2007-06-15  Miles Bader  <miles@fencepost.gnu.org>
18701         * mb-depth.el: New file.
18703 2007-06-15  Masatake YAMATO  <jet@gyve.org>
18705         * vc.el (vc-dired-mode): Show backend name as part of mode name.
18707 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
18709         * wid-edit.el (widget-default-create): Move ?h handling here...
18710         (widget-default-format-handler): ...from here.
18711         (widget-docstring, widget-add-documentation-string-button): New funs.
18712         (documentation-string): Add :visibility-widget property.
18713         (widget-documentation-string-value-create): Use it.
18715         * cus-edit.el (custom-split-regexp-maybe): Simplify.
18716         (custom-buffer-create-internal): Simplify message.
18717         (custom-variable-tag): Reduce height to normal.
18718         (custom-variable-value-create, custom-face-value-create)
18719         (custom-visibility): New widget.
18720         (custom-visibility): New face.
18721         (custom-group-value-create):
18722         Call widget-add-documentation-string-button, using `custom-visibility'.
18724 2007-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
18726         * emacs-lisp/bytecomp.el (byte-compile-current-group)
18727         (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
18728         change.  Apparently the "warning even if the group is implicit" is
18729         a feature rather than a bug.
18731 2007-06-14  Michael Kifer  <kifer@cs.stonybrook.edu>
18733         * emulation/viper.el (viper-describe-key-ad)
18734         (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
18735         Compile them conditionally.
18736         (viper-version): Belated version change.
18738 2007-06-14  Juanma Barranquero  <lekktu@gmail.com>
18740         * follow.el (follow-all-followers, follow-generic-filter):
18741         * pcomplete.el (pcomplete-restore-windows):
18742         * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
18743         (x-dnd-drop-data):
18744         * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
18745         * progmodes/python.el (python-complete-symbol):
18746         * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
18748 2007-06-13  Ryan Yeske  <rcyeske@gmail.com>
18750         * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
18751         around bright and dim regexps.  Make sure bright and dim matches
18752         use word anchors.  Send text through rcirc-markup functions.
18753         (rcirc-url-regexp): Add single quote character.
18754         (rcirc-connect): Write logs to disk on auto-save-hook.
18755         Make server a non-optional argument.
18756         (rcirc-log-alist): New variable.
18757         (rcirc-log-directory): Make customizable.
18758         (rcirc-log-flag): New customizable variable.
18759         (rcirc-log): New function.
18760         (rcirc-print): Use above function.
18761         (rcirc-log-write): New function.
18762         (rcirc-generate-new-buffer-name): Strip text properties.
18763         (rcirc-switch-to-buffer-function): Remove variable.
18764         (rcirc-last-non-irc-buffer): Remove variable.
18765         (rcirc-non-irc-buffer): Add function.
18766         (rcirc-next-active-buffer): Use above function.
18767         (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
18768         (rcirc-handler-ctcp-KEEPALIVE): Add handler.
18769         (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
18770         (rcirc-omit-mode): Add minor-mode.
18771         (rcirc-mode-map): Change C-c C-o binding.
18772         (rcirc-mode): Clear mode-line-process.  Use a custom
18773         fill-paragraph-function.  Set up buffer-invisibility-spec.
18774         (rcirc-response-formats): Remove timestamp code.
18775         (rcirc-omit-responses): Add variable.
18776         (rcirc-print): Don't put the overlay arrow on potentially omitted
18777         lines.  Log line to disk.  Record activity for private messages
18778         from /dim nicks.  Facify the fill-prefix with rcirc-timestamp face.
18779         (rcirc-jump-to-first-unread-line): Print message if there is no
18780         unread text.
18781         (rcirc-clear-unread): New function.
18782         (rcirc-markup-text-functions): Add variable.
18783         (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
18784         (rcirc-debug): Don't mess with window configuration.
18785         (rcirc-send-message): Send message before printing locally.
18786         Add SILENT argument, do not print message if non-nil.
18787         (rcirc-visible-buffers): New function and variable.
18788         (rcirc-window-configuration-change-1): Add function.
18789         (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
18790         server buffer.
18791         (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
18792         (rcirc-fill-paragraph): Add function.
18793         (rcirc-record-activity, rcirc-window-configuration-change-1):
18794         Only update the activity string if it has actually changed.
18795         (rcirc-update-activity-string): Remove padding characters from the
18796         mode-line string.
18797         (rcirc-disconnect-buffer): New function to be called when a
18798         channel is parted or the user quits.
18799         (rcirc-server-name): Warn when the server-name hasn't been set.
18800         (rcirc-window-configuration-change): Postpone work until
18801         post-command-hook.
18802         (rcirc-window-configuration-change-1): Update mode-line and
18803         overlay arrows here.
18804         (rcirc-authenticate): Fixc hanserv identification.
18805         (rcirc-default-server): Remove variable.
18806         (rcirc): Connect according to rcirc-connections.
18807         (rcirc-connections): Add variable.
18808         (rcirc-startup-channels-alist): Remove variable.
18809         (rcirc-startup-channels): Remove function.
18811 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18813         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
18815 2007-06-13  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
18817         * term/xterm.el (terminal-init-xterm): Escape parens in character
18818         constants.
18820 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18822         * progmodes/sh-script.el: Remove unneeded * from docstrings.
18823         Use [:alpha:] and [:alnum:] where applicable.
18824         (sh-quoted-subshell): Rewrite to correctly
18825         handle nested mixes of `...' and $(...).
18826         (sh-apply-quoted-subshell): Remove.
18827         (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
18829         * vc-arch.el (vc-arch-command): Remove bzr.  It's a different program.
18831 2007-06-13  Michael Kifer  <kifer@cs.stonybrook.edu>
18833         * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
18834         previous change.
18836 2007-06-12  Tom Tromey  <tromey@redhat.com>
18838         * subr.el (user-emacs-directory): New defconst.
18839         * cmuscheme.el (scheme-start-file):
18840         * shell.el (shell):
18841         * completion.el (save-completions-file-name):
18842         * custom.el (custom-theme-directory):
18843         * term/x-win.el (emacs-session-filename):
18844         * filesets.el (filesets-menu-cache-file):
18845         * thumbs.el (thumbs-thumbsdir):
18846         * server.el (server-auth-dir):
18847         * image-dired.el (image-dired-dir):
18848         (image-dired-db-file):
18849         (image-dired-temp-image-file):
18850         (image-dired-gallery-dir):
18851         (image-dired-temp-rotate-image-file):
18852         * play/gamegrid.el (gamegrid-user-score-file-directory):
18853         * savehist.el (savehist-file):
18854         * tutorial.el (tutorial--saved-dir):
18855         * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
18857 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
18859         * scroll-lock.el (scroll-lock-mode): Doc fix.
18861 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
18863         * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
18865         * ediff-init.el: Doc strings.
18867 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18869         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
18870         (byte-compile-file): Bind it.
18871         (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
18872         group argument is provided implicitly.
18873         (byte-compile-format-warn, byte-compile-from-buffer)
18874         (byte-compile-insert-header): Don't hardcode point-min==1.
18875         (byte-compile-file-form-require): Remove unused var old-load-list.
18876         (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
18878 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
18880         * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
18881         Display error messages.
18882         (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
18883         Get rid of cl.el dependencies.
18885         * emulation/viper-init.el (viper-suppress-input-method-change-message):
18886         New variable.
18887         (viper-activate-input-method-action)
18888         (viper-inactivate-input-method-action):
18889         Use viper-suppress-input-method-change-message.
18891         * emulation/viper-keym.el (viper-vi-basic-map): Disable the bindings
18892         for C-s, C-r.
18894         * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
18895         Use viper-replace-overlay-cursor-color instead of
18896         viper-replace-overlay-cursor-color.
18897         (viper-sit-for-short): Use sit-for with 3 arguments.
18899         * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
18900         (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
18901         to gud-mode.
18903         * ediff-mult.el (ediff-meta-buffer-brief-message)
18904         (ediff-meta-buffer-verbose-message): New variables.
18905         (ediff-meta-buffer-message): Variable deleted.
18906         (ediff-verbose-help-enabled): New variable.
18907         (ediff-toggle-verbose-help-meta-buffer): New function.
18908         (ediff-redraw-directory-group-buffer): Made aware of short/verbose
18909         message options.
18911         * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
18912         (ediff-fixup-patch-map): Improve heuristic.
18914 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18916         * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
18917         (log-view-font-lock-keywords): Simplify.
18918         (log-view-current-file, log-view-current-tag): Simplify.
18920 2007-06-12  Sam Steingold  <sds@gnu.org>
18922         * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
18924 2007-06-12  Juanma Barranquero  <lekktu@gmail.com>
18926         * desktop.el (desktop-load-locked-desktop): New option.
18927         (desktop-read): Use it.
18928         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
18929         Use `when'.
18931 2007-06-12  Davis Herring  <herring@lanl.gov>
18933         * desktop.el (desktop-save-mode-off): New function.
18934         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
18935         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
18936         (desktop-claim-lock, desktop-release-lock): New functions.
18937         (desktop-kill): Tell `desktop-save' that this is the last save.
18938         Release the lock afterwards.
18939         (desktop-buffer-info): New function.
18940         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
18941         says to.  Detect conflicts, and manage the lock.
18942         (desktop-read): Detect conflicts.  Manage the lock.
18944 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18946         * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
18948         * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
18949         (tpu-lucid-emacs-p): Remove.  Use (featurep 'xemacs) instead.
18950         (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
18951         (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
18952         keysyms rather than byte sequences.
18953         (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
18955 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18957         * font-lock.el (font-lock-add-keywords): In case font-lock was only
18958         half-activated, forcefully activate it completely.
18960 2007-06-11  Richard Stallman  <rms@gnu.org>
18962         * cus-edit.el (custom-variable-type): Doc fix.
18964 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18966         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
18967         (sh-font-lock-flush-syntax-ppss-cache): New functions.
18968         (sh-font-lock-syntactic-keywords): Use them to distinguish the
18969         different possible cases for \'.
18971         * complete.el (PC-bindings): Don't bind things already bound in the
18972         parent keymap.
18974         * textmodes/bibtex-style.el: New file.
18976 2007-06-11  Riccardo Murri  <riccardo.murri@gmail.com>
18978         * vc-bzr.el: New file.
18980 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18982         * vc-svn.el (vc-svn-program): New var.
18983         (vc-svn-command): Use it.
18985 2007-06-11  Juanma Barranquero  <lekktu@gmail.com>
18987         * server.el (server-switch-buffer): Remove redundant check.
18989 2007-06-10  Martin Rudalics  <rudalics@gmx.at>
18991         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
18992         Match against file-name-nondirectory.
18993         Fix text on user customization variables.
18994         Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
18996 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
18998         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
19000 2007-06-09  Davis Herring  <herring@lanl.gov>
19002         * desktop.el (desktop-minor-mode-table): Doc fix.
19004 2007-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19006         * textmodes/css-mode.el (css-navigation-syntax-table):
19007         Use set-char-table-range so it also works in the unicode branch.
19009 2007-06-08  Nick Roberts  <nickrob@snap.net.nz>
19011         * help-mode.el (help-xref-forward-stack)
19012         (help-xref-stack-forward-item, help-forward-label): New variables.
19013         (help-forward): New button type.
19014         (help-setup-xref): Initialise help-xref-forward-stack.
19015         (help-make-xrefs): Add forward button, if appropriate.
19016         (help-xref-go-back): Push item on forward stack.
19017         (help-xref-go-forward, help-go-forward): New functions.
19019 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
19021         * dired.el (dired-mode-map): Remove spurious separator.
19023 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
19025         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
19027         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
19028         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
19030 2007-06-07  Carsten Dominik  <dominik@science.uva.nl>
19032         * textmodes/org.el: Version number fixed.
19034 2007-06-07  Glenn Morris  <rgm@gnu.org>
19036         * version.el (emacs-copyright): New constant.
19037         * startup.el (fancy-splash-tail): Use emacs-copyright.
19038         * calc/calc-help.el (calc-full-help): Use emacs-copyright.
19040         * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
19041         `make-local'.
19042         (byte-compile-warnings-safe-p): Add `make-local'.
19043         (byte-compile-make-variable-buffer-local):
19044         Allow byte-compile-warnings to suppress this warning.
19046         * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
19047         format of "menu" description.
19048         (tutorial--find-changed-keys): Describe the specific menu a
19049         command is in.
19051         * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
19052         Rewrite compatibility functions to silence byte-compiler.
19054 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
19056         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
19057         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
19059 2007-06-07  Eric M. Ludlam  <eric@siege-engine.com>
19061         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
19063 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
19065         * progmodes/ebrowse.el (ebrowse-member-table):
19066         * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
19067         (org-batch-agenda-csv): Fix typos in docstrings.
19069 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
19071         * international/mule-cmds.el (toggle-enable-multibyte-characters)
19072         (sort-coding-systems, search-unencodable-char): Doc fixes.
19073         (coding-system-change-eol-conversion, set-default-coding-systems)
19074         (prefer-coding-system, find-multibyte-characters, princ-list)
19075         (leim-list-entry-regexp, set-input-method, locale-language-names)
19076         (input-method-exit-on-first-char, exit-language-environment-hook)
19077         (locale-charset-language-names): Fix typos in docstrings.
19079 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
19081         * pgg.el (pgg-sign-region, pgg-sign):
19082         * ses.el (ses-call-printer):
19083         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
19084         * textmodes/org.el (org-cycle): Fix typos in docstrings.
19086 2007-06-06  Carsten Dominik  <dominik@science.uva.nl>
19088         * textmodes/org.el (org-export-region-as-html)
19089         (org-replace-region-by-html, org-number-to-letters)
19090         (org-table-fedit-finish, org-normalize-color)
19091         (org-table-fedit-ref-right, org-date-to-gregorian)
19092         (org-table-fedit-move, org-table-convert-refs-to-rc)
19093         (org-calendar-holiday, org-table-fedit-toggle-ref-type)
19094         (org-write-agenda, org-colgroup-info-to-vline-list)
19095         (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
19096         (org-indent-line-function, org-export-as-html-to-buffer)
19097         (org-store-agenda-views, org-update-mode-line)
19098         (org-find-if, org-delete-all)
19099         (org-table-fedit-convert-buffer, org-emphasize)
19100         (org-uniquify, org-table-fedit-lisp-indent)
19101         (org-table-fedit-scroll, org-get-todo-sequence-head)
19102         (org-table-fedit-scroll-down, org-table-fedit-line-down)
19103         (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
19104         (org-table-fedit-toggle-coordinates, org-dvipng-color)
19105         (org-table-fedit-line-up, org-table-fedit-ref-down)
19106         (org-table-formula-from-user, org-mode-flyspell-verify)
19107         (org-cycle-show-empty-lines, org-ctrl-c-ret)
19108         (org-table-formula-to-user, org-diary-to-ical-string)
19109         (orgtbl-export, org-table-fedit-post-command)
19110         (org-closed-in-range, org-shiftcontrolright)
19111         (org-table-convert-refs-to-an, org-table-hline-and-move)
19112         (org-table-formula-less-p, org-format-table-ascii)
19113         (org-agenda-get-sexps, org-shift-refpart)
19114         (org-diary-sexp-entry, org-time-string-to-absolute)
19115         (org-table-show-reference, org-letters-to-number)
19116         (org-fix-agenda-info, org-table-fedit-ref-up)
19117         (org-table-fedit-shift-reference, org-table-fedit-abort)
19118         (org-closest-date, org-shiftcontrolleft)
19119         (org-at-heading-or-item-p, org-rematch-and-replace)
19120         (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
19121         New functions.
19122         (org-table-edit-scroll-down, org-finish-edit-formulas)
19123         (org-table-edit-next-field, org-abort-edit-formulas)
19124         (org-font-lock-level, org-export-find-first-heading-line)
19125         (org-table-edit-line-down, org-table-edit-backward-field)
19126         (org-edit-formula-lisp-indent, org-table-edit-move)
19127         (org-check-log-option, org-this-word)
19128         (org-table-edit-line-up, org-table-edit-formulas-post-command)
19129         (org-agenda-file-to-end, org-expand-file-name)
19130         (org-fake-empty-table-line, org-table-edit-scroll)
19131         (org-toggle-log-option, org-show-reference): Function removed.
19132         (org-inhibit-invisibility, org-table-formula-make-cmp-string):
19133         New defsubsts.
19134         (org-unmodified, org-batch-store-agenda-views)
19135         (org-batch-agenda-csv): New macro.
19136         (org-agenda-export): New customization group.
19137         (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
19138         (org-highest-priority, org-agenda-exporter-settings)
19139         (org-log-done-with-time, org-replace-disputed-keys)
19140         (org-format-latex-header, org-export-table-header-tags)
19141         (org-cycle-separator-lines, org-export-table-data-tags)
19142         (org-icalendar-include-sexps)
19143         (org-empty-line-terminates-plain-lists)
19144         (org-log-repeat, org-special-ctrl-a)
19145         (org-table-use-standard-references, org-disputed-keys)
19146         (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
19147         (org-agenda-export-html-style): New option.
19148         (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
19149         (org-CUA-compatible): Option removed.
19150         (org-agenda-structure, org-sexp-date): New face.
19151         (org-todo-keywords-for-agenda, org-not-done-keywords)
19152         (org-planning-or-clock-line-re, org-agenda-name)
19153         (org-table-colgroup-info, org-todo-sets)
19154         (constants-unit-system, org-clock-mode-line-entry)
19155         (org-mode-line-timer, org-table-current-begin-pos)
19156         (org-todo-keywords-1, org-mode-line-string)
19157         (org-table-clean-did-remove-column, org-table-fedit-map)
19158         (org-clock-heading, org-table-buffer-is-an)
19159         (org-agenda-info, org-done-keywords)
19160         (org-done-keywords-for-agenda, org-todo-heads)
19161         (org-todo-kwd-alist, org-clock-start-time): New variable.
19162         (org-todo-kwd-priority-p, org-edit-formulas-map)
19163         (org-repeat-re, org-todo-kwd-max-priority)
19164         (org-version, org-done-string)
19165         (org-table-clean-did-remove-column-1, org-disputed-keys):
19166         Remove variables.
19167         (org-table-translate-regexp, org-repeat-re, org-version): New consts.
19168         (org-ts-lengths): Constant removed.
19169         (org-follow-gnus-link): Don't ask how many articles to read.
19170         (org-export-find-first-export-line): Rename from
19171         `org-export-find-first-heading'.
19172         Use `org-export-skip-text-before-1st-heading'.
19173         (org-table-fedit-post-command): Rename from
19174         `org-table-edit-formulas-post-command'.
19175         (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
19176         (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
19177         (org-table-fedit-lisp-indent): Rename from
19178         `org-edit-formula-lisp-indent'.
19179         (org-table-show-reference): Rename from `org-show-reference'.
19180         (org-table-store-formulas): Use `org-table-formula-less-p'.
19181         (org-table-edit-formulas): Position cursor to current field equation.
19182         (org-update-checkbox-count, org-hide-archived-subtrees)
19183         (org-timestamp-up-day, org-timestamp-down-day)
19184         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
19185         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
19186         (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
19187         (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
19188         Let `org-on-heading-p' also check for invisible heading.
19189         (org-read-date): Match am/pm times.
19190         (org-eval-in-calendar): Fix default date in prompt.
19192 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
19194         * files.el (auto-mode-alist): Separate "ChangeLog.1" and
19195         "ChangeLog.a" entries, giving the latter lower priority.
19197 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
19199         * faces.el (face-id): If the argument is a face alias,
19200         return the ID of the target face.
19202 2007-06-05  Michael Albinus  <michael.albinus@gmx.de>
19204         * net/socks.el (top): Remove unnecessary copyright line.
19206 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
19208         * longlines.el (longlines-auto-wrap): Handle argument correctly.
19210 2007-06-04  Michael Albinus  <michael.albinus@gmx.de>
19212         * net/socks.el: New file, taken from w3 repository.
19213         (top): Update Copyright.  Don't load cl.el.
19214         (all): Replace `case' by `cond', `string-to-int' by
19215         `string-to-number', and `process-kill-without-query' by
19216         `set-process-query-on-exit-flag'.
19217         (socks-char-int): Remove defalias and all occurrences.
19219 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
19221         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
19222         Fix typos in docstrings.
19223         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
19224         (compilation-finish-function): Fix typo in obsolescence declaration.
19226 2007-06-03  Sam Steingold  <sds@gnu.org>
19228         * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
19229         handle unending automatic recompilation of changed files (`omake -P').
19230         (compilation-loop): VISITED is now 5th CDR.
19231         (compilation-next-error-function): Set TIMESTAMP.
19233 2007-06-03  Sam Steingold  <sds@gnu.org>
19235         * files.el (kill-buffer-ask): New function.
19236         (kill-some-buffers): Use it.
19237         (kill-matching-buffers): New user command.
19239 2007-06-01  David Kastrup  <dak@gnu.org>
19241         * dired.el (dired-recursive-deletes, dired-recursive-copies):
19242         Change default to `top'.
19244 2007-05-31  Richard Stallman  <rms@gnu.org>
19246         * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
19248 2007-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
19250         * textmodes/css-mode.el: New file.
19252 2007-05-30  Michael Olson  <mwolson@gnu.org>
19254         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
19255         died and we are trying to send a signal to it.  The program using
19256         tq.el should periodically check to see whether the process has
19257         died and react appropriately -- this is not the responsibility of
19258         tq.el, and is consistent with the rest of the tq.el source code.
19260 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
19262         * textmodes/table.el (table--point-entered-cell-function)
19263         (table--point-left-cell-function):
19264         Bind `inhibit-point-motion-hooks' to t.
19266 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
19268         * emacs-lisp/rx.el (rx): Doc fix.
19270 2007-05-28  Juanma Barranquero  <lekktu@gmail.com>
19272         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
19274 2007-05-28  Michael Albinus  <michael.albinus@gmx.de>
19276         Sync with Tramp 2.0.56.
19278         * net/tramp.el:
19279         * net/tramp-ftp.el:
19280         * net/tramp-smb.el:
19281         * net/tramp-util.el:
19282         * net/tramp-vc.el:
19283         Don't load cl.el, because that pollutes the namespace.  Replace cl
19284         macros by their implementations where necessary.  Requested by
19285         Richard Stallman <rms@gnu.org>.
19287         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
19288         doesn't exist.
19289         (with-parsed-tramp-file-name): Protect debug spec during compilation.
19290         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
19291         (tramp-file-name-p, tramp-file-name-multi-method)
19292         (tramp-file-name-method, tramp-file-name-user)
19293         (tramp-file-name-host, tramp-file-name-localname): New defuns,
19294         replacing defstruct `tramp-file-name'.
19295         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
19296         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
19297         Apply `vector' instead of `make-tramp-file-name'.
19298         (tramp-handle-make-auto-save-file-name):
19299         Apply `tramp-temporary-file-directory' for compatibility reasons.
19300         (tramp-completion-mode): Use `natnump' instead of `wholenump'
19301         because of XEmacs.
19302         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
19303         started.
19305 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
19307         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
19309 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
19311         * log-edit.el (log-edit-changelog-paragraph): Return point-max
19312         as the end of the ChangeLog paragraph when it ends without a line
19313         termination.
19315 2007-05-27  Ryan Yeske  <rcyeske@gmail.com>
19317         * net/webjump.el (webjump-sample-sites):
19318         Add simple Wikipedia query.
19320 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
19322         * emacs-lisp/derived.el (define-derived-mode): Remove bogus
19323         compatibility code.
19325         * emacs-lisp/copyright.el (copyright-names-regexp): New var.
19326         (copyright-update-year): Use it.
19328         * edmacro.el (edmacro-format-keys): Use current-active-maps.
19330         * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
19331         Add indentation and debugging info.  Fix up comment convention.
19333         * cus-dep.el (custom-make-dependencies): Simplify.
19335         * composite.el (compose-region, decompose-region):
19336         Use inhibit-read-only and restore-buffer-modified-p.
19338         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
19339         (xterm-mouse-event): Use it.
19341 2007-05-25  Juanma Barranquero  <lekktu@gmail.com>
19343         * bs.el (bs-cycle-previous): Don't modify the cycle list until
19344         `switch-to-buffer' has returned succesfully.
19345         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
19346         window is dedicated (it could iconify the frame).
19348 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
19350         * vc-hooks.el (vc-find-root): Fix file attribute test.
19352 2007-05-24  Richard Stallman  <rms@gnu.org>
19354         * textmodes/flyspell.el (flyspell-correct-word-before-point):
19355         Don't let opoint be nil.
19356         (flyspell-emacs-popup): Explicit error if no dialogs.
19358 2007-05-24  Chong Yidong  <cyd@stupidchicken.com>
19360         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
19361         (image-next-line, image-previous-line, image-scroll-up)
19362         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
19363         New functions.
19364         (image-mode-map): Remap motion commands.
19365         (image-mode-text-map): New keymap for viewing images as text.
19366         (image-mode): Use image-mode-map.
19367         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
19369 2007-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19371         * textmodes/fill.el (canonically-space-region): Make the second arg
19372         a marker if it's not already the case.
19374 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
19376         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
19377         (tar-get-descriptor): Handle type 55, an extended pax header.
19379 2007-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19381         * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
19382         to confuse outline-minor-mode.
19384 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
19386         * tar-mode.el (tar-file-name-handler): New function.
19387         (tar-extract): Bind file-name-handler-alist to it to force
19388         find-buffer-file-type-coding-system behave as if the file being
19389         extracted existed.  Use last-coding-system-used to force
19390         buffer-file-coding-system to what decode-coding-region actually
19391         used to decode the file.
19393 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
19395         * progmodes/compile.el (compilation-handle-exit):
19396         `compilation-finish-function' may change the current buffer.
19398 2007-05-22  Richard Stallman  <rms@gnu.org>
19400         * files.el (set-auto-mode): Doc fix.
19402 2007-05-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19404         * help-fns.el (find-source-lisp-file): New function.
19405         (describe-function-1): Use find-source-lisp-file to find source
19406         file in compile tree.
19408 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
19410         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
19412 2007-05-22  Juanma Barranquero  <lekktu@gmail.com>
19414         * emacs-lisp/easy-mmode.el (define-minor-mode)
19415         (easy-mmode-define-navigation): Fix typos in docstrings.
19417 2007-05-22  Glenn Morris  <rgm@gnu.org>
19419         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
19421 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19423         * mail/mail-extr.el (mail-extract-address-components):
19424         Recognize non-ASCII characters except for NBSP as words.
19426 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
19428         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
19429         (rcirc-print): Handle `window-width'.
19430         (rcirc-buffer-maximum-lines): Doc fix.
19432 2007-05-21  Chong Yidong  <cyd@stupidchicken.com>
19434         * image-mode.el (image-toggle-display): Don't clear image cache.
19435         Only use filename in image spec if the file is readable.
19436         Call image-refresh.
19438         * image.el (image-type-from-file-name, image-type): Simplify.
19439         (image-type-auto-detected-p): Don't scan auto-mode-alist.
19441         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
19442         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
19444 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
19446         * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
19447         is an error.
19449         * term/linux.el (terminal-init-linux): Don't signal an error
19450         if gpm isn't running.
19452 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
19454         * t-mouse.el: Reduce to a minor-mode macro call.
19455         (t-mouse-mode): Remove the lighter.
19457         * term/linux.el (terminal-init-linux): Enable t-mouse by default.
19459 2007-05-19  Dan Nicolaescu  <dann@ics.uci.edu>
19461         * files.el (auto-mode-alist): Change the regexp so that
19462         ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
19464 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
19466         * Version 22.1 released.
19468 2007-05-19  Chong Yidong  <cyd@stupidchicken.com>
19470         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
19471         changes.
19473 2007-05-19  Kevin Ryde  <user42@zip.com.au>
19475         * info.el (Info-fontify-node): Fontify https as well as http and ftp.
19477 2007-05-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
19479         * textmodes/sgml-mode.el: Revert last change.
19481 2007-05-18  Richard Stallman  <rms@gnu.org>
19483         * simple.el (push-mark): Doc fix.
19485 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
19487         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
19488         tpu-global-map.
19489         (tpu-original-global-map): Variable deleted.
19490         (tpu-control-keys-map): New keymap variable.
19491         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
19492         setting keymapping directly.
19493         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
19494         tpu-global-map.
19495         (tpu-edt-on): Activate the tpu-global-map.
19496         (tpu-edt-off): Deactivate the tpu-global-map.
19498 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
19500         * textmodes/ispell.el (ispell-get-word): Return markers
19501         for start and end positions.
19502         (ispell-word): Assume END is a marker.
19504 2007-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19506         * printing.el: Group together all XEmacs/Emacs definitions.
19507         (pr-version): New version 6.9.
19508         (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
19509         (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
19510         (pr-menu-bind): Fix code.
19511         (pr-e-frame-char-height, pr-e-frame-char-width)
19512         (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
19513         (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
19514         (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
19515         (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
19516         (pr-x-event-y-pixel): Aliases eliminated.
19517         (pr-xemacs-global-menubar): Macro moved.
19518         (current-menubar, current-mouse-event, zmacs-region-stays)
19519         (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
19520         (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
19521         Vars moved.
19522         (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
19523         (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
19524         (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
19525         (pr-menu-set-utility-title, pr-even-or-odd-pages)
19526         (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
19527         (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
19528         moved.
19530 2007-05-17  Christian Plate  <cplate@web.de>  (tiny change)
19532         * textmodes/sgml-mode.el (sgml-tag):
19533         Fix bug: Call sgml-transformation-function.
19535 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
19537         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
19538         modified flag of buffer.  Use `inhibit-modification-hooks'.
19540 2007-05-16  Richard Stallman  <rms@gnu.org>
19542         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
19544 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19546         * files.el (magic-mode-alist, magic-fallback-mode-alist):
19547         Move the *ml, Postscript, and XmCD entries to the fallback part.
19549         * files.el (magic-fallback-mode-alist):
19550         Rename from file-start-mode-alist.
19552 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
19554         * progmodes/compile.el (compilation-handle-exit): Quote first
19555         argument of `run-hook-with-args'.
19557 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
19559         * buff-menu.el (Buffer-menu-sort-column):
19560         * dabbrev.el (dabbrev-upcase-means-case-search):
19561         * dired.el (dired-recursive-deletes, dired-recursive-copies):
19562         * info.el (Info-current-subfile):
19563         * ls-lisp.el (ls-lisp-verbosity):
19564         * msb.el (msb-menu-cond):
19565         * pcvs.el (cvs-dired-use-hook):
19566         * simple.el (set-mark-command-repeat-pop):
19567         * time.el (display-time-24hr-format, display-time-mail-file):
19568         Doc fixes.
19570         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
19571         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
19573         * view.el (view-inhibit-help-message): Fix typo in docstring.
19574         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
19576 2007-05-16  Martin Rudalics  <rudalics@gmx.at>
19578         * textmodes/ispell.el (ispell-start-process): Defend against bad
19579         default-directory.
19581 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
19583         * mail/rmail.el (rmail-convert-to-babyl-format): Check
19584         content-transfer-encoding _last_, because it's its position that
19585         we need as value of base64-header-field-end.
19587 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
19589         * files.el (mode-require-final-newline, require-final-newline)
19590         (enable-local-variables, enable-local-eval): Doc fixes.
19592 2007-05-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19594         * ps-print.el: Use default color when foreground or background color
19595         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
19596         (ps-print-version): New version 6.7.4.
19597         (ps-rgb-color): New argument.  Use default color when color is
19598         unspecified.
19599         (ps-begin-job): Fix code.
19601 2007-05-12  Chong Yidong  <cyd@stupidchicken.com>
19603         * longlines.el (longlines-mode): Make longlines-auto-wrap
19604         buffer-local.  Add hooks unconditionally.
19605         (longlines-auto-wrap): Toggle wrapping.
19606         (longlines-after-change-function)
19607         (longlines-post-command-function): Check longlines-auto-wrap.
19609 2007-05-12  Nick Roberts  <nickrob@snap.net.nz>
19611         * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
19612         (xterm-mouse-translate): Use it.
19614 2007-05-10  Richard Stallman  <rms@gnu.org>
19616         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
19617         (iso-cvt-write-only): Likewise.
19619         * emacs-lisp/easy-mmode.el (define-minor-mode):
19620         Fix generated doc string.
19622         * startup.el (fancy-splash-text): Add URL of guided tour.
19623         Adjust horizontal and vertical whitespace.
19625         * progmodes/compile.el (compilation-handle-exit):
19626         Use run-hook-with-args to run compilation-finish-functions.
19628         * files.el (file-start-mode-alist): New variable.
19629         (magic-mode-regexp-match-limit): Doc fix.
19630         (set-auto-mode): Handle file-start-mode-alist.
19631         A little cleanup of structure.
19633         * dabbrev.el (dabbrev-eliminate-newlines):
19634         Renamed from dabbrev--eliminate-newlines.  All uses changed.
19636 2007-05-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
19638         * man.el (Man-next-section): Don't consider the last line of the page
19639         as being part of any section.
19641 2007-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19643         * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
19644         can take any number of values.
19646 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
19648         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
19649         to the list of citation commands.
19651 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
19653         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
19655 2007-05-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
19657         * progmodes/python.el (python-font-lock-keywords)
19658         (python-open-block-statement-p, python-mode): Add support for the new
19659         "with" keyword.
19661 2007-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19663         * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
19664         the exact opposite of diff-goto-source.
19666         * emacs-lisp/advice.el (ad-special-forms): Remove.
19667         (ad-special-form-p): Use subr-arity.
19669         * newcomment.el (comment-search-forward): Make sure we search forward.
19670         (comment-enter-backward): Try and distinguish the non-matching case at
19671         EOB from the non-matching case with a missing comment-end-skip for
19672         a 2-char comment ender.
19673         (comment-choose-indent): New function extracted from comment-indent.
19674         Improve the alignment algorithm.
19675         (comment-indent): Use it.
19677         * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
19678         XML style Processing Instructions.
19679         (sgml-parse-tag-backward): Handle XML-style PIs.  Also ensure progress.
19680         (sgml-calculate-indent): Handle `pi' context.
19682         * vc.el: Ensure that update-changelog issues an error when used with
19683         a backend that does not implement it.
19684         (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
19685         Remove `backend' argument.  Use expand-file-name.
19686         (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
19688         * progmodes/python.el (python-end-of-block): Revert last change.
19689         (python-end-of-statement): Make sure we move *forward*.
19691 2007-05-08  Richard Stallman  <rms@gnu.org>
19693         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
19694         Don't include non-self-insert commands in the exception for `-'.
19696 2007-05-08  David Reitter  <david.reitter@gmail.com>
19698         * progmodes/python.el (python-guess-indent): Check non-nullness
19699         before comparing indent against the 2..8 interval.
19701 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19703         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
19704         available.
19706 2007-05-06  Richard Stallman  <rms@gnu.org>
19708         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
19710 2007-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19712         * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
19713         rather than storing their value in the revert-buffer function.
19715 2007-05-04  Nick Roberts  <nickrob@snap.net.nz>
19717         * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
19718         when disabling t-mouse-mode.
19720 2007-05-01  Davis Herring  <herring@lanl.gov>
19722         * calendar/timeclock.el: Update version number.
19723         (timeclock-modeline-display): Mention timeclock-use-display-time
19724         in explanatory message.
19725         (timeclock-in): Fix non-interactive workday specifications.
19726         (timeclock-log): Don't kill the log buffer if it already existed.
19727         Suppress warnings when finding the log.  Don't check for a nil
19728         project twice.  Run hooks after killing the buffer (if applicable).
19729         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
19730         was geometric).  All uses changed.
19731         (timeclock-generate-report): Support prefix argument.
19733 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
19735         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
19736         disconnections.
19738 2007-05-01  Romain Francoise  <romain@orebokech.com>
19740         * dired-x.el: Revert 2007-04-06 change.
19742 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
19744         * find-dired.el (find-dired-filter): Propertize all text down to eob.
19746 2007-04-29  Richard Stallman  <rms@gnu.org>
19748         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
19750 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19752         * progmodes/cc-mode.el (c-before-change): Use point-min rather
19753         than 1.
19755 2007-04-28  Richard Stallman  <rms@gnu.org>
19757         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
19759 2007-04-28  Nick Roberts  <nickrob@snap.net.nz>
19761         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
19762         don't put stop on toolbar.
19764 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19766         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
19768 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
19770         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
19771         instead of $(lisp)/mh-e.
19773 2007-04-28  Glenn Morris  <rgm@gnu.org>
19775         * image-dired.el (image-dired-cmd-create-thumbnail-options)
19776         (image-dired-cmd-create-temp-image-options): Replace option
19777         +profile "*" with -strip.
19779 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
19781         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
19782         Use window-start and window-end.
19784 2007-04-27  Andreas Schwab  <schwab@suse.de>
19786         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
19788 2007-04-27  Eli Zaretskii  <eliz@gnu.org>
19790         * textmodes/fill.el (fill-paragraph): Doc fix.
19792 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
19794         * locate.el (locate-in-alternate-database): Doc fix.
19796 2007-04-26  Glenn Morris  <rgm@gnu.org>
19798         * button.el (button): Use underline if supported, else fall back
19799         to color.
19801         * version.el (emacs-version): Increase to 22.1.50.
19803 2007-04-25  Richard Stallman  <rms@gnu.org>
19805         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
19807 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
19809         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
19810         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
19811         pushing mark.
19812         (idlwave-current-routine): Don't push mark.
19814 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
19816         * image-dired.el (image-dired-display-image): Derive image-type from
19817         filename rather than assuming jpeg, in case no resizing was needed.
19819 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
19821         * custom.el (defface): Doc fix.
19823 See ChangeLog.12 for earlier changes.
19825 ;; Local Variables:
19826 ;; coding: iso-2022-7bit
19827 ;; add-log-time-zone-rule: t
19828 ;; End:
19830     Copyright (C) 2007, 2008  Free Software Foundation, Inc.
19832   This file is part of GNU Emacs.
19834   GNU Emacs is free software; you can redistribute it and/or modify
19835   it under the terms of the GNU General Public License as published by
19836   the Free Software Foundation; either version 3, or (at your option)
19837   any later version.
19839   GNU Emacs is distributed in the hope that it will be useful,
19840   but WITHOUT ANY WARRANTY; without even the implied warranty of
19841   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19842   GNU General Public License for more details.
19844   You should have received a copy of the GNU General Public License
19845   along with GNU Emacs; see the file COPYING.  If not, write to the
19846   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
19847   Boston, MA 02110-1301, USA.
19849 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af