(calendar-mark-1): Autoload it.
[emacs.git] / lisp / ChangeLog
blob4de8862560424b65ecf62680bef1f0035208cfb9
1 2008-03-15  Michael Albinus  <michael.albinus@gmx.de>
3         * tramp.el (tramp-root-regexp): New defconst.
4         (tramp-completion-file-name-regexp-unified)
5         (tramp-completion-file-name-regexp-separate)
6         (tramp-completion-file-name-regexp-url): Use it.
7         (tramp-do-copy-or-rename-file-via-buffer): Set
8         `enable-multibyte-characters' to nil.  Set `jka-compr-inhibit' to
9         t for `insert-file-contents-literally'.
10         (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
11         Autoload it.
12         (tramp-completion-file-name-handler-post-function): New defconst.
13         (tramp-completion-file-name-handler): Use it.
14         (tramp-maybe-open-connection): Update calls to
15         `tramp-flush-connection-property' for removed 2nd argument.
17 2008-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
19         * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
20         (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
21         New functions.
23 2008-03-15  Glenn Morris  <rgm@gnu.org>
25         * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
26         New functions.
27         * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
28         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
29         (diary-list-entries-1, diary-mark-entries-1): Autoload.
30         (diary-bahai-list-entries): Use diary-list-entries-1.
31         (diary-bahai-mark-entries): Doc fix.  Use diary-mark-entries-1.
32         * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
33         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
34         (diary-list-entries-1, diary-mark-entries-1): Autoload.
35         (list-hebrew-diary-entries): Use diary-list-entries-1.
36         (mark-hebrew-diary-entries): Doc fix.  Use diary-mark-entries-1.
37         * calendar/cal-islam.el (number, original-date, add-to-diary-list)
38         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
39         (diary-list-entries-1, diary-mark-entries-1): Autoload.
40         (list-islamic-diary-entries): Use diary-list-entries-1.
41         (mark-islamic-diary-entries): Doc fix.  Use diary-mark-entries-1.
43         * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
45         * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
47         * calendar/cal-china.el (number-chinese-months)
48         (calendar-chinese-from-absolute): Use nth, caar.
50         * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
52         * calendar/cal-french.el (french-calendar-accents): Doc fix.
54         * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
55         (calendar-hebrew-month-name-array-leap-year)
56         (hebrew-calendar-parashiot-names): Make constants.
57         (diary-parasha): Move definition after constants it uses.
59         * calendar/cal-html.el (cal-html-insert-link-yearpage)
60         (cal-html-htmlify-list): Doc fix.
61         (cal-html-htmlify-entry): Use nth.
63         * calendar/cal-islam.el (calendar-islamic-month-name-array)
64         (calendar-islamic-epoch): Make constants.
65         (calendar-islamic-epoch): Doc fix.
67         * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
69         * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
70         (cal-tex-month-name): Doc fix.
71         (cal-tex-last-blank-p): Use zerop.
73         * calendar/calendar.el (european-calendar-style, calendar-for-loop)
74         (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
75         (calendar-cursor-to-date): Doc fix.
76         (hebrew-holidays-1, hebrew-holidays-4): Simplify.
77         (extract-calendar-day, extract-calendar-year): Use cadr, nth.
78         (calendar-day-number): Use when.
79         (generate-calendar-month): Use dotimes.
80         (exit-calendar, calendar-print-other-dates): Use let rather than let*.
81         (calendar-set-mark): Reverse conditional.
82         (calendar-make-alist): Move definition before use.
84         * calendar/diary-lib.el (diary-face-attrs)
85         (diary-glob-file-regexp-prefix, diary-selective-display)
86         (number-of-diary-entries, diary-list-entries, diary-goto-entry):
87         (list-sexp-diary-entries, diary-date, diary-block, diary-float)
88         (diary-anniversary, diary-cyclic)
89         (diary-fancy-font-lock-fontify-region-function): Doc fixes.
90         (diary-header-line-format): Change wording.
91         (diary-list-entries): Set `date-start' in let.
92         (include-other-diary-files, mark-included-diary-files): Use format.
93         (simple-diary-display, fancy-diary-display): Use cadr, unless.
94         (mark-diary-entries): Use 1+.
95         (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
96         (mark-calendar-month): Use dotimes.
98         * calendar/holidays.el (displayed-month, displayed-year): Move
99         declarations where needed.
100         (calendar-list-holidays): Doc fix.
102         * calendar/parse-time.el (parse-time-string): Simplify.
104         * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
105         Make constants.
106         (solar-sunrise-sunset): Rename some local variables for clarity.
107         (sunrise-sunset): Use zerop.
108         (solar-mean-equinoxes/solstices): Doc fix.
110         * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
111         Use nth.
112         (timeclock-completing-read, timeclock-generate-report): Use zerop.
113         (timeclock-mean, timeclock-generate-report): Use dolist.
115         * calendar/todo-mode.el (todo-add-category): Simplify.
116         (todo-more-important-p, todo-delete-item, todo-file-item): Use unless,
117         when.
118         (todo-top-priorities): Use zerop.
120 2008-03-14  Nick Roberts  <nickrob@snap.net.nz>
122         * buff-menu.el (list-buffers-noselect): Display buffer name in
123         tooltip instead of mouse binding when it doesn't fit in the list.
125 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
127         * faces.el (xw-defined-colors):
128         * simple.el (widget-convert, shell-mode): Declare as functions
129         instead of autoloading.
131         * abbrev.el:
132         * button.el:
133         * cus-face.el:
134         * ediff-hook.el:
135         * emacs-lisp/backquote.el:
136         * emacs-lisp/timer.el:
137         * facemenu.el:
138         * faces.el:
139         * menu-bar.el:
140         * simple.el:
141         * subr.el:
142         * textmodes/fill.el:
143         * textmodes/paragraphs.el: Remove autoloads, redundant when the
144         files are preloaded.
146 2008-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
148         * desktop.el (desktop-create-buffer): Don't catch errors if
149         debug-on-error is set.
151 2008-03-14  Eli Zaretskii  <eliz@gnu.org>
153         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
154         ($(lisp)/calendar/diary-loaddefs.el)
155         ($(lisp)/calendar/hol-loaddefs.el): New targets.
156         (LOADDEFS): New macro.
157         (autoloads): Depend on $(LOADDEFS).
159 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
161         * font-lock.el (featurep): Remove test, not useful anymore.
162         (facemenu-keymap): Move key binding ...
163         * facemenu.el (facemenu-keymap): ... here.
165         * vc-bzr.el (vc-bzr-print-log): Insert a file marker.  Run the log
166         for each file in the list.
167         (vc-bzr-log-view-mode): Recognize the file marker.
169         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
170         for checkdoc and profiling.
172 2008-03-14  Bastien Guerry  <bzg@altern.org>
174         * textmodes/flyspell.el (nxml-mode): Add the right.
175         `flyspell-mode-predicate'.
177         * wid-edit.el (link): Use 'mouse-face for :follow-link.
179 2008-03-14  Glenn Morris  <rgm@gnu.org>
181         * calendar/solar.el: Reorder so that functions are defined before use.
182         (displayed-month, displayed-year): Move declarations where needed.
183         (solar-get-number): Move definition before use.  Use unless.
184         (solar-equatorial-coordinates): Simplify.
185         (solar-sunrise-and-sunset): Use let rather than let*.
186         (solar-longitude, solar-equinoxes-solstices): Use cadr, nth
188         * startup.el (command-line-1): Rename -internal-script back to
189         -scriptload (reverts previous change).
191         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
192         (calendar-bahai-leap-base): Add doc strings.
193         (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
194         Move definition before use.
195         (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
196         (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
197         variables outside the loop.  Use dolist.
198         (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
200         * calendar/cal-china.el: Re-order so that functions are defined before
201         use.
202         (displayed-month, displayed-year): Move declarations where needed.
203         (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
204         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
205         Add doc strings.
206         (chinese-year-cache): Recenter on 2010.  Doc fix.
207         (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
208         Doc fix.  Simplify.
209         (chinese-year-cache-init): New function.
210         (compute-chinese-year, holiday-chinese-new-year)
211         (calendar-chinese-date-string, calendar-goto-chinese-date)
212         (make-chinese-month-assoc-list): Use cadr, nth.
213         (chinese-months): Remove un-needed let.
215         * calendar/cal-coptic.el (coptic-calendar-month-name-array):
216         (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
217         (coptic-prompt-for-date): Move definition before use.
219         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
220         (calendar-dst-find-data, calendar-daylight-time-offset)
221         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
222         (calendar-daylight-savings-starts-time)
223         (calendar-daylight-savings-ends-time): Use cadr, nth.
225         * calendar/cal-french.el (french-calendar-epoch)
226         (calendar-goto-french-date): Doc fix.
227         (french-calendar-month-name-array)
228         (french-calendar-multibyte-month-name-array)
229         (french-calendar-day-name-array, french-calendar-special-days-array):
230         Add doc strings.
232         * calendar/cal-hebrew.el (displayed-month, displayed-year)
233         (original-date): Move declarations where needed.
234         (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
235         Doc fix.
236         (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
237         constant variables outside the loop.  Use dolist.
239         * calendar/cal-islam.el (displayed-month, displayed-year)
240         (original-date): Move declarations where needed.
241         (islamic-calendar-day-number): Remove unused local variable `day'.
242         (calendar-goto-islamic-date): Doc fix.
243         (holiday-islamic): Use unless.
244         (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
245         constant variables outside the loop.  Use dolist.
246         (mark-islamic-calendar-date-pattern): Move definition before use.
247         Use unless.
248         (mark-islamic-diary-entries): Doc fix.
249         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
250         (insert-yearly-islamic-diary-entry): Use let rather than let*.
252         * calendar/cal-julian.el (calendar-absolute-from-julian): Move
253         definition before use.  Remove un-needed local `day'.
254         (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
256         * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
257         (calendar-mayan-tzolkin-names-array): Add doc strings.
258         (calendar-mayan-long-count-from-absolute): Use a single let.
259         (calendar-string-to-mayan-long-count): Simplify.
260         (calendar-next-haab-date, calendar-previous-haab-date)
261         (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
262         (calendar-previous-calendar-round-date)
263         (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
264         Doc fix.
265         (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
266         (calendar-mayan-date-string, calendar-print-mayan-date)
267         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
268         (calendar-mayan-long-count-common-era): Move definitions before use.
270         * calendar/cal-menu.el (displayed-year): Move declaration where needed.
271         (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
272         Doc fix.
273         (calendar-mouse-goto-date): Move definition before use.
275         * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
276         Move definition before use.
277         (calendar-cursor-to-visible-date): Move definition before use.
278         (calendar-scroll-left): Use unless and zerop.  Combine lets into one,
279         and place inside the conditional.
280         (calendar-forward-day): Simplify.
281         (calendar-end-of-month): Use unless.
282         (calendar-goto-day-of-year): Doc fix.
283         Relocate obsolete aliases after their replacements.
285         * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
287         * calendar/diary-lib.el (mark-diary-entries): Move some constant
288         variables outside the diary-date-forms loop.
290         * calendar/calendar.el (diary-file): Doc fix.
291         (calendar-buffer-list): Return buffers rather than strings (fixes
292         previous change).
293         (hebrew-holidays-4): Fix typo.
295         * calendar/holidays.el (displayed-month, displayed-year):
296         Move declarations where needed.
297         (calendar-holiday-list, calendar-list-holidays)
298         (holiday-filter-visible-calendar): Move definitions before use.
299         (list-holidays): Use cadr.
300         Relocate obsolete aliases after their replacements.
302         * calendar/lunar.el (date, displayed-month, displayed-year):
303         Move declarations where needed.
304         (lunar-phase-list): Move definition after functions it uses.
305         (calendar-phases-of-moon, diary-phases-of-moon)
306         (lunar-new-moon-on-or-after): Use cadr, nth.
307         (lunar-new-moon-on-or-after): Doc fix.
309         * textmodes/org-irc.el (top-level): CL not required when compiling.
310         (org-irc-visit-erc): Replace runtime CL functions.
312         * textmodes/org-publish.el (declare-function): Add compatibility stub.
313         (org-publish-delete-dups): Declare as function.
315 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
317         * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
318         (vc-bzr-show-log-entry): Make regexp match more cases.
319         (vc-diff-switches-list): Remove autoload, not needed.
321 2008-03-14  Juri Linkov  <juri@jurta.org>
323         * isearch.el (isearch-edit-string): Remove one call to
324         `isearch-push-state' not to push an inconsistent state,
325         but keep another correct call to `isearch-push-state'.
326         (isearch-ring-adjust): Call `isearch-push-state' only when
327         `search-ring-update' is non-nil since `isearch-edit-string'
328         already pushes its state.
329         (isearch-message): Improve matching the failed part by checking
330         if the original message starts with the last successful message.
332         * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
333         (dired-perm-write): Renamed from `dired-warn-writable'.
334         Change parent face from `font-lock-warning-face' to
335         `font-lock-comment-delimiter-face'.
336         (dired-warn-writable-face): Rename to `dired-perm-write-face'.
337         (dired-perm-write-face): Renamed from `dired-warn-writable-face'.
338         (dired-font-lock-keywords): Replace `dired-warn-writable-face'
339         with `dired-perm-write-face'.
341 2008-03-13  Tassilo Horn  <tassilo@member.fsf.org>
343         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
344         Create cache dir only if it doesn't already exist.
346 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
348         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
349         of \ and '.
351 2008-03-13  Johan Bockg\e$(Q)[\e(Brd  <bojohan@gnu.org>
353         * net/browse-url.el (browse-url-text-xterm):
354         Unquote browse-url-text-browser.
356 2008-03-13  Carsten Dominik  <dominik@science.uva.nl>
358         * textmodes/org-mouse.el: Version number change.
360         * textmodes/org-publish.el: (org-publish-expand-components):
361         Remove null projects from the list of components.
362         (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
363         Remove unused retrieval of the :publishing-directory property.
364         (org-publish-file): Bugfix: when using a relative directory as the
365         publishing directory, convert it to a directory filename.
366         (org-publish-project): New alias.
367         (org-publish-get-files): Protect against empty p.
368         (org-publish-file): Send an error when file is not part of any project.
369         (org-publish-file): Offer to refresh the list of files in known
370         project when the current file is not part of any project.
371         (org-publish-before-export-hook)
372         (org-publish-after-export-hook): New hooks.
373         (org-publish-org-to): Use new hooks and kill buffers.
374         (org-publish-file): Remove the code for killing buffers.
375         (org-publish-initialize-files-alist): Use interactive.
376         (org-publish-file): If the publishing function creates a new
377         buffer, kill it after publishing.
378         (org-publish-timestamp-filename): Protect ":" in file name path
379         under windows.
381         * textmodes/org-export-latex.el (org-export-as-latex): Revert the
382         change that killed the LaTeX buffer.
384         * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
385         in the decision tree.
386         (org-select-remember-template): Clean the code.
387         (org-prepare-dblock): Add the extra :content parameter.
388         (org-write-agenda): New output type ".ics" files.
389         (org-write-agenda): Call `org-icalendar-verify-function', both for
390         time stamps and for TODO entries.
391         (org-agenda-collect-markers, org-create-marker-find-array)
392         (org-check-agenda-marker-table): New functions.
393         (org-agenda-marker-table): New variable.
394         (org-export-as-html): Revert the change that killed the html
395         buffer.  Side effects first need to be studied carefully.
396         (org-get-tags-at): Fix the structure of the condition-case statement.
397         (org-ts-regexp0, org-repeat-re, org-display-custom-time)
398         (org-timestamp-change): Fix regulear expressions to swallow the
399         extra character for repeat-shift control.
400         (org-auto-repeat-maybe): Implement the new repeater mechanisms.
401         (org-get-legal-level): Alias to `org-get-valid-level'.
402         (org-dblock-write:clocktable): Add a :link parameter, linking
403         headlines to their location in the Org agenda files.
404         (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
405         throwing an error when getting tags before headlines.
406         (org-timestamp-change, org-modify-ts-extra)
407         (org-ts-regexp1): Fix timestamp editing.
408         (org-agenda-custom-commands-local-options): New constant.
409         (org-agenda-custom-commands):
410         Use `org-agenda-custom-commands-local-options' to improve customize
411         type.  "htmlize": Removed hack to fix face problem with htmlize,
412         it no longer seem necessary.
413         (org-follow-link-hook): New hook.
414         (org-agenda-custom-commands): Add "Component" as a tag for each
415         item in a command serie.
416         (org-open-at-point): Run `org-follow-link-hook'.
417         (org-agenda-schedule): Bugfix: don't display marker type when it
418         is nil.
419         (org-store-link): org-irc required.
420         (org-set-regexps-and-options): Parse the new logging options.
421         (org-extract-log-state-settings): New function.
422         (org-todo): Handle the new ways of recording state change stuff.
423         (org-local-logging): New function.
424         (org-columns-open-link): Fix bug with opening link in column view.
425         (org-local-logging): New function
426         (org-todo): Make sure that LOGGING properties are honoured.
427         (org-todo-keywords): Improve docstring.
428         (org-startup-options): Cleanup startup options.
429         (org-set-regexps-and-options): Process the "!" markers.
430         (org-todo): Respect the new logging stuff.
431         (org-log-note-how): New variable.
432         (org-add-log-maybe): New parameter HOW that defines how logging
433         should be done and also overrides PURPOSE.  Add a docstring.
434         (org-add-log-note): Check if we really need to ask for a note.
435         (org-get-current-options): Digest the new keyword.
436         (org-agenda-reset-markers): Rename from
437         `org-agenda-maybe-reset-markers'.  Remove FORCE argument.
438         (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
439         function, without force argument.
440         (org-buffer-property-keys): Bind local variables s and p.
441         (org-make-tags-matcher): Allow "" to match an empty or
442         non-existent property value.
443         (org-export-as-html): Join unsorted lists when they directly
444         follow each other.  Such lists may be created by headlines that
445         are converted to lists.
446         (org-nofm-to-completion): New function.
447         (org-export-as-html): Use :html-extension instead of
448         org-export-html-extension.
449         (org-store-link): Support for links from `rmail-summary-mode'.
450         (org-columns-new, org-complete, org-set-property): Set the
451         `include-columns' argument in the call to
452         `org-buffer-property-keys'.
453         (org-buffer-property-keys): New argument `include-columns', to
454         include properties expected by any of the COLUMS formats in the
455         current buffer.
456         (org-cleaned-string-for-export): Get rid of drawers first, so that
457         they will be removed also in the text before the first headline.
458         (org-clock-report): Show the clocktable when found.
459         (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
460         (org-version): With prefix argument, insert `org-version' at point.
461         (org-agenda-goto): Recenter the window after finding the target
462         location, to make sure the correct position will be displayed.
463         (org-agenda-get-deadlines): Don't scale priority with the warning
464         period.
465         (org-insert-heading): Don't break line in the middle of the line.
466         (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
467         be 0.
468         (org-update-checkbox-count): Revamp to deal with hierarchical
469         beckboxes.  This was a patch from Miguel A. Figueroa-Villanueva.
470         (org-remove-timestamp-with-keyword): New function.
471         (org-schedule, org-deadline):
472         Use `org-remove-timestamp-with-keyword' to make sure all such time
473         stamps are removed.
474         (org-mode): Support for `align'.
475         (org-agenda-get-deadlines): Make sure priorities increase as the
476         due date approaches and is passed.
477         (org-remember-apply-template): Fix problem with tags that
478         contain "_" or "@".
479         (org-make-link-regexps): Improve the regular expression for plain
480         links.
481         (org-agenda-get-closed): List each clocking entry.
482         (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
483         (org-special-ctrl-k): New option.
484         (org-kill-line): New function.
485         (org-archive-all-done): Fix incorrect number of stars in regexp.
486         (org-refile-get-location): New function.
487         (org-refile-goto-last-stored): New function.
488         (org-global-tags-completion-table): Add the value of org-tag-alist
489         in each buffer, to make sure that also unused tags will be
490         available for completion.
491         (org-columns-edit-value)
492         (org-columns-next-allowed-value): Only update if not in agenda.
493         (org-clocktable-steps): New function.
494         (org-dblock-write:clocktable): Call `org-clocktable-steps'.
495         (org-archive-subtree): Add the outline tree context as a property.
496         (org-closest-date): New optional argument `prefer'.
497         (org-goto-auto-isearch): New option.
498         (org-goto-map, org-get-location): Implement auto-isearch.
499         (org-goto-local-auto-isearch-map): New variable.
500         (org-goto-local-search-forward-headings)
501         (org-goto-local-auto-isearch): New functions
503 2008-03-13  Philip Jackson  <emacs@shellarchive.co.uk>
505         * textmodes/org-irc.el: New file.
507 2008-03-13  John Wiegley  <johnw@gnu.org>
509         * textmodes/org-mac-message.el: New file.
511 2008-03-13  Dan Nicolaescu  <dann@ics.uci.edu>
513         * font-lock.el (font-lock-comment-face): Set the foreground for
514         the light background 8 colors case.
516 2008-03-13  Glenn Morris  <rgm@gnu.org>
518         * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
519         generate-autoload-cookie patterns.
521         * startup.el (command-line-1): Rename -scriptload to -internal-script.
523         * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
524         (MH_E_SRC): Remove variable.
525         ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
526         Simplify file header.  Use $@ for generated-autoload-file.
528         * Makefile.in (LOADDEFS): New variable.
529         (AUTOGENEL): Use $LOADDEFS.
530         (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
531         ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el):
532         ($(lisp)/calendar/hol-loaddefs.el): New targets.
533         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
534         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
535         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
536         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
537         * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
538         * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
539         Add calendar-specific autoload cookies, and remove any setting of
540         generated-autoload-file.
541         * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
542         * calendar/diary-lib.el: Replace explicit autoloads with reading of
543         diary-loaddefs.
544         * calendar/holidays.el: Replace explicit autoloads with reading of
545         hol-loaddefs.
547         * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
548         (calendar-buffer-list): Simplify.
549         (generate-calendar-window): Use calendar-mark-holidays rather than
550         obsolete alias.
552         * calendar/cal-hebrew.el (list-yahrzeit-dates):
553         Use cal-hebrew-yahrzeit-buffer.
555         * calendar/cal-x.el (calendar-only-one-frame-setup)
556         (calendar-two-frame-setup): Doc fixes.
557         (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
559         * calendar/appt.el (appt-mode-string): Mark as risky.
560         (appt-check): Apply mode-line-emphasis face to appt-mode-string.
562         * calendar/cal-html.el (diary-list-entries):
563         * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
564         (calendar-iso-from-absolute): Fix autoloads.
566         * calendar/cal-iso.el (calendar-absolute-from-iso)
567         (calendar-iso-read-args): Simplify.
568         (calendar-iso-date-string, calendar-iso-read-args)
569         (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
571         * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
572         (displayed-month, displayed-year): Move declarations where needed.
573         (calendar-print-astro-day-number): Doc fix.
575         * calendar/cal-persia.el (persian-calendar-month-name-array)
576         (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
577         (persian-prompt-for-date): Remove local variable `today'.
579         * calendar/diary-lib.el (mark-calendar-month): Use zerop.
581         * calendar/solar.el (solar-moment, solar-exact-local-noon)
582         (solar-sunrise-sunset, solar-sunrise-sunset-string)
583         (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time):
584         (diary-sabbath-candles, solar-equinoxes/solstices)
585         (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
586         (solar-time-equation, solar-date-to-et): Simplify.
588         * mail/supercite.el: Remove the `function' in `(function (lambda'.
589         Replace `(car (cdr' with cadr'.
591         * progmodes/f90.el (f90-font-lock-n): New function.
592         (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
593         Use f90-font-lock-n.
594         (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
596         * progmodes/f90.el (f90-mode-abbrev-table):
597         * progmodes/fortran.el (fortran-mode-abbrev-table):
598         Use newer form of define-abbrev, where supported.  No need to bind
599         abbrevs-changed for system abbrevs.
601 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
603         * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
604         delete-frame-functions.
606         * bookmark.el (Info-current-node): Remove.
608 2008-03-12  Juri Linkov  <juri@jurta.org>
610         * help.el (describe-project): Remove defaliases for view-todo and
611         describe-project that are now unnecessary after the merge from
612         emacs--rel--22 that added define-obsolete-function-alias.
614         * startup.el (inhibit-startup-screen): Revert incomplete
615         2008-03-10 merge from emacs--rel--22 that partly reverted
616         2008-02-28 change that added initial message to *scratch* buffer
617         regardless of the value of `inhibit-startup-screen'.
618         Now keep this change in the trunk, but not in the 22 branch.
620 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
622         * international/quail.el (quail-setup-completion-buf, quail-help):
623         * mail/binhex.el (binhex-decode-region-internal):
624         * mail/uudecode.el (uudecode-decode-region-internal):
625         * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
626         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
627         setting default-enable-multibyte-characters.
629         * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
631         * comint.el: Fix up indentation and comment style.  Remove `function'.
633         * international/mule-cmds.el (reset-language-environment)
634         (set-language-environment-nonascii-translation):
635         Don't set-unibyte-charset.
637         * doc-view.el: Remove all cb-args, use closures instead.
638         (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
639         doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
640         doing an incorrect check).  Update all callers to use the new name.
641         (doc-view-doc->txt): Add missing `txt' argument.
643 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
645         * doc-view.el (doc-view-current-cache-dir): Set buffer used for
646         md5 sum calculation to single-byte.
648 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
650         * doc-view.el (doc-view-new-window-function): Add assertion.
651         (doc-view-doc-type): New var.
652         (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
653         (doc-view-intersection): New fun.
654         (doc-view-mode): Use it to set the new var.
656 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
658         * doc-view.el (doc-view-doc->txt, doc-view-open-text)
659         (doc-view-already-converted-p): New functions.
660         (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
661         (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
662         (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
663         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
664         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
665         (doc-view-convert-current-doc): Don't hardwire the functions the
666         sentinels call.  Now they're provided by two args CALLBACK and
667         CB-ARGS to the functions.
668         (doc-view-search): Use doc-view-doc->txt.
669         (doc-view-initiate-display): Use doc-view-already-converted-p.
670         Mention new binding C-c C-t if doc-view-mode doesn't work.
672 2008-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
674         * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
676 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
678         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
679         Mark " outside of tags as punctuation.
681 2008-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
683         * menu-bar.el (minibuffer-local-map): Use the same command for the
684         "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
685         Prefer RET over C-j for exit-minibuffer.
687         * files.el (display-buffer-other-frame): Eliminate problematic code.
689         * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
690         (menu-bar-select-buffer): Remove.
691         (menu-bar-select-frame): Make non-interactive and take a frame arg.
692         (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
694 2008-03-11  Juanma Barranquero  <lekktu@gmail.com>
696         * icomplete.el (icomplete-completions): Remove obsolete code.
698         * net/net-utils.el (iwconfig-program-options): Doc fix.
699         (net-utils-run-program, run-network-program): Define as functions.
701 2008-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
703         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
705 2008-03-11  Glenn Morris  <rgm@gnu.org>
707         * faces.el (mode-line-emphasis): New face.
708         * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
710         * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
712 2008-03-11  Chong Yidong  <cyd@stupidchicken.com>
714         * simple.el (set-mark-command): Doc fix.
716 2008-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
718         * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
720         * emacs-lisp/autoload.el (autoload-find-destination):
721         Don't force raw-text.
723         * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
724         * calendar/cal-loaddefs.el: Don't version control.
726 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
728         * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
729         entries and add :help to the existing ones.
731 2008-03-10  Glenn Morris  <rgm@gnu.org>
733         * calendar/cal-hebrew.el (date, entry, number): Move declarations
734         to where they are needed.
736         * calendar/calendar.el (diary-file, hebrew-holidays-1)
737         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
738         (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
739         (calendar-version): Doc fixes.
740         (calendar-absolute-from-gregorian): Use zerop.
741         (calendar-mode-line-format): Make it a defcustom.
743         * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
744         (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
745         (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
746         (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
747         (mark-included-diary-files, mark-calendar-days-named)
748         (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
749         (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
750         (insert-monthly-diary-entry, insert-yearly-diary-entry)
751         (insert-anniversary-diary-entry, insert-block-diary-entry)
752         (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
753         (diary-font-lock-sexps): Doc fixes.
754         (diary-remind-message, mark-calendar-month): Use zerop.
755         (diary-attrtype-convert, diary-pull-attrs): Simplify.
756         (diary-list-entries): Revert let to let* (previous change).
758         * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
760 2008-03-10  Kim F. Storm  <storm@cua.dk>
762         * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
763         function aliases for the old names.
765 2008-03-10  Juanma Barranquero  <lekktu@gmail.com>
767         * iswitchb.el (iswitchb-use-faces): Doc fix.
768         (iswitchb-buffer-ignore, iswitchb-read-buffer):
769         Fix typos in docstrings.
771 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
773         * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
774         Fix typo.
775         (verilog-type-font-keywords): Reindent.
777 2008-03-10  Michael McNamara  <mac@mail.brushroad.com>
779         * verilog-mode.el (verilog-font-grouping-keywords): Fix bug in the
780         grouping-keyword regular expression.
781         (verilog-font-lock-keywords): Allow users to toggle special
782         highlight of grouping-keywords.
783         (verilog-highlight-grouping-keywords): The toggle for special
784         highlighting of grouping keywords.
786 2008-03-10  Juri Linkov  <juri@jurta.org>
788         * startup.el: Revert 2008-02-28 change that adds initial message
789         to *scratch* buffer regardless of the value of
790         `inhibit-startup-screen'.
792 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
794         * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
795         * textmodes/bibtex-style.el (bibtex-style-indent-basic):
796         * progmodes/verilog-mode.el (verilog-mode):
797         * net/socks.el (socks):
798         * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
800 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
802         * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
803         (doc-view-bookmark-make-record): Use them.
804         (doc-view-bookmark-jump): Use them.  Fix find-file ->find-file-noselect.
805         (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
807         * bookmark.el (bookmark-make-record-function): Change expected return
808         value to include a suggested bookmark name.
809         (bookmark-make): Split into bookmark-make-record and bookmark-store.
810         Fix reversed `overwrite' semantics.
811         (bookmark-set): Call bookmark-make-record before prompting the user.
812         Then pass the result to bookmark-store later on.
813         (bookmark-make-name-function): Remove.
814         (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
815         * info.el (bookmark-make-name-function): Remove.
816         (Info-mode): Don't set it.
817         (Info-bookmark-make-name): Remove.
818         (Info-bookmark-make-record): Use Info-current-node as suggested default
819         bookmark name.
821         * bookmark.el (bookmark-set): Make bookmark before reading annotations.
822         I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
823         (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
824         (bookmark-annotation-buffer, bookmark-annotation-file)
825         (bookmark-annotation-point, bookmark-send-annotation)
826         (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
827         (bookmark-edit-annotation-text-func): Rename from
828         bookmark-read-annotation-text-func.  Keep old name as an obsolete alias.
829         (bookmark-edit-annotation-mode-map): Move initialization into
830         declaration.
832         * bookmark.el: Remove spurious * in docstrings.
833         (bookmark-minibuffer-read-name-map): New var.
834         (bookmark-set): Use it.  Also pass the default value as it should.
835         (bookmark-send-edited-annotation): Take no chances with text properties.
836         (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
837         (bookmark-insert-buffer-name): Remove.
838         (bookmark-buffer-file-name): Signal an error rather than returning nil.
840 2008-03-09  Thomas H\e$(Q)q\e(Bhn  <xf27@arcor.de>  (tiny change)
842         * tutorial.el (tutorial--default-keys): Update `C-l' binding.
844 2008-03-09  Dan Nicolaescu  <dann@ics.uci.edu>
846         * diff-mode.el (diff-mode-menu): Add :help.
848 2008-03-09  Glenn Morris  <rgm@gnu.org>
850         * calendar/calendar.el (general-holidays, oriental-holidays)
851         (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
852         (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
853         (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
854         (calendar-holidays): Restore autoload cookies, because people are
855         used to using these variables without loading calendar.el.
857         * calendar/cal-islam.el (diary-islamic-date): Move to end.
858         (date, number): Declare where needed.
860         * calendar/diary-lib.el (nongregorian-diary-marking-hook)
861         (list-sexp-diary-entries): Doc fixes.
862         (diary-list-entries): Doc fix.  Remove free variable `entry'.
863         (fancy-diary-display): Use dolist, bobp.  Remove free variable `entry'.
864         Simplify setting of `date-holiday-list'.
865         (mark-diary-entries): Remove free variable `entry'.
866         (diary-list-entries, include-other-diary-files, fancy-diary-display):
867         Use let where let* is not needed.
869 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
871         * bookmark.el (bookmark-make): Don't pass the `annotation' to the
872         make-record function, instead paste it in afterwards.
873         (bookmark-make-record-for-text-file):
874         * doc-view.el (doc-view-bookmark-make-record):
875         * info.el (Info-bookmark-make-record): Don't mess with annotations.
877 2008-03-08  Glenn Morris  <rgm@gnu.org>
879         * calendar/diary-lib.el (entry): Declare for compiler part-way
880         through.
882 2008-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
884         * calendar/diary-lib.el (diary-list-entries)
885         (include-other-diary-files, mark-diary-entries)
886         (mark-sexp-diary-entries, mark-included-diary-files)
887         (diary-entry-time, list-sexp-diary-entries): Remove the special
888         handling of ^M that dates back to the use of selective-display.
889         (simple-diary-display): Obey setting of pop-up-frames.
890         (body, entry): Remove unnecessary declarations.
892         * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
893         (bookmark-get-annotation, bookmark-set-annotation)
894         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
895         (bookmark-set-position, bookmark-get-front-context-string)
896         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
897         (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
898         * info.el (Info-bookmark-make-record): Don't bother recording point.
899         (bookmark-get-filename, bookmark-get-front-context-string)
900         (bookmark-get-rear-context-string, bookmark-get-position):
901         Don't declare any more.
902         (bookmark-get-info-node): Remove.
903         (bookmark-prop-get): Declare.
904         (Info-bookmark-jump): Use it.
906 2008-03-08  Johan Bockg\e$(Q)[\e(Brd  <bojohan@gnu.org>
908         * subr.el (while-no-input): Don't splice BODY directly into the
909         `or' form.
911 2008-03-08  Dan Nicolaescu  <dann@ics.uci.edu>
913         * diff-mode.el (diff-ignore-whitespace-hunk):
914         Bind inhibit-read-only before trying to change the buffer.
916 2008-03-08  Glenn Morris  <rgm@gnu.org>
918         * calendar/appt.el (appt): Move custom group here from calendar.el.
919         (appt-disp-window, appt-convert-time): Doc fixes.
921         * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
922         (calendar-bahai-mark-date-pattern):
923         * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
924         * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
925         * calendar/cal-julian.el (calendar-absolute-from-julian):
926         * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
928         * calendar/cal-china.el (chinese-calendar): Move custom group here from
929         calendar.el.
930         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
931         Make constants.
932         (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
933         (chinese-calendar-daylight-savings-starts)
934         (chinese-calendar-daylight-savings-ends)
935         (chinese-calendar-daylight-savings-starts-time)
936         (chinese-calendar-daylight-savings-ends-time)
937         (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
938         Doc fixes.
940         * calendar/cal-coptic.el (coptic-name): Add doc string.
942         * calendar/cal-french.el (french-calendar-month-name-array)
943         (french-calendar-day-name-array, french-calendar-special-days-array):
944         Add doc strings.
946         * calendar/cal-bahai.el (diary-bahai-mark-entries)
947         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
948         (diary-bahai-insert-yearly-entry):
949         * calendar/cal-dst.el (calendar-next-time-zone-transition)
950         (calendar-time-zone):
951         * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
952         (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
953         (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
954         (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
955         (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
956         * calendar/cal-islam.el (islamic-calendar-leap-year-p)
957         (list-islamic-diary-entries, mark-islamic-diary-entries)
958         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
959         (insert-yearly-islamic-diary-entry):
960         * calendar/cal-iso.el (calendar-iso-read-args):
961         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
962         (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
963         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
964         (calendar-next-calendar-round-date)
965         (calendar-mayan-long-count-common-era):
966         * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
967         (cal-menu-x-popup-menu, calendar-mouse-holidays)
968         (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
969         (calendar-mouse-goto-date):
970         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
971         * calendar/holidays.el (holidays):
972         * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
973         * calendar/time-date.el (date-to-time, time-subtract, time-add)
974         (safe-date-to-time): Doc fixes.
976         * calendar/cal-persia.el (persian-calendar-month-name-array)
977         (persian-calendar-epoch): Make constants.
979         * calendar/cal-tex.el (calendar-tex): Move custom group here from
980         calendar.el.
982         * calendar/cal-x.el (diary-frame-parameters)
983         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
984         (calendar-after-frame-setup-hooks): Make defcustoms.
985         (calendar-one-frame-setup, calendar-only-one-frame-setup)
986         (calendar-two-frame-setup): Doc fix.
988         * calendar/cal-loaddefs.el: New file.
990         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
991         * calendar/cal-french.el, calendar/cal-html.el:
992         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
993         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
994         * calendar/cal-tex.el, calendar/cal-x.el:
995         Unquote lambda functions.  Add autoload cookies to functions formerly
996         autoloaded in calendar.el.  Set `generated-autoload-file' to
997         "cal-loaddefs.el".
999         * calendar/calendar.el: Move many autoloads to separate file,
1000         cal-loaddefs.el.  Move defcustoms to start and re-order.
1001         (calendar-month-name-array, calendar-starred-day): No need to
1002         declare for compiler.
1003         (cal-loaddefs): Require it.
1004         (appt, chinese-calendar, calendar-tex): Move custom groups to the
1005         appropriate file.
1006         (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
1007         Reverse logic.
1008         (diary-face, diary-file-name-prefix-function, diary-include-string)
1009         (diary-glob-file-regexp-prefix, diary-face-attrs)
1010         (diary-file-name-prefix, sexp-diary-entry-symbol)
1011         (print-diary-entries-hook, list-diary-entries-hook)
1012         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
1013         (nongregorian-diary-marking-hook, diary-list-include-blanks):
1014         Move to diary-lib.
1015         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
1016         (all-bahai-calendar-holidays): Doc fix.
1017         (calendar-insert-indented): Doc fix.  Use when rather than if.
1018         (exit-calendar): Use mapc rather than mapcar.
1019         (calendar-cursor-to-date): Use zerop.
1020         (calendar-mark-ring): Add doc-string.
1021         (calendar-starred-day): Defvar it.
1022         (calendar-mode): Make calendar-starred-day local.
1023         (calendar-star-date): No need to make calendar-starred-day local.
1025         * calendar/diary-lib.el: Move defcustoms to start.
1026         (diary-include-string, diary-list-include-blanks)
1027         (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
1028         (diary-file-name-prefix, diary-file-name-prefix-function)
1029         (sexp-diary-entry-symbol, list-diary-entries-hook)
1030         (mark-diary-entries-hook, nongregorian-diary-listing-hook)
1031         (nongregorian-diary-marking-hook, print-diary-entries-hook):
1032         Move here from calendar.el.
1033         (diary-file-name-prefix-function): Use 'identity.
1034         (diary-face): Make it a defcustom, and mark as obsolete.
1035         (top-level): No need to require cal-hebrew, cal-islam when
1036         compiling.
1037         (calendar-hebrew-month-name-array-leap-year)
1038         (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
1039         Define for compiler.
1040         (diary-font-lock-keywords): Use format rather than concat. Add
1041         bahai-diary-entry-symbol.
1043         * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
1044         * calendar/solar.el: Unquote lambda functions.
1046         * calendar/solar.el (calendar-location-name, calendar-latitude)
1047         (calendar-longitude, solar-setup, solar-sin-degrees)
1048         (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
1049         (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
1050         (solar-sunrise-and-sunset, solar-moment, solar-daylight)
1051         (solar-exact-local-noon, solar-julian-ut-centuries)
1052         (solar-ephemeris-time, solar-date-next-longitude)
1053         (solar-horizontal-coordinates, solar-equatorial-coordinates)
1054         (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
1055         (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
1056         (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
1057         Doc fixes.
1058         (solar-horizontal-coordinates, solar-equatorial-coordinates)
1059         (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
1060         (solar-ecliptic-coordinates): Use unless.
1061         (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
1062         Use or.
1064         * calendar/timeclock.el: Add doc-strings to all functions.
1065         (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
1066         (timeclock-entry-list-length, timeclock-entry-list-projects)
1067         (timeclock-day-list-projects, timeclock-day-list): Use dolist.
1069         * calendar/todo-mode.el: Remove un-needed eval-when-compile.
1071         * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
1072         (org-get-entries-from-diary): Require diary-lib.
1074 2008-03-08  Juanma Barranquero  <lekktu@gmail.com>
1076         * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
1077         Pacify byte-compiler.
1079 2008-03-07  Alan Mackenzie  <acm@muc.de>
1081         * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
1082         paren/bracket pairs parsed, to solve performance problem.
1084 2008-03-07  Bastien Guerry  <bzg@altern.org>
1086         * bookmark.el (bookmark-set): Don't check for
1087         `bookmark-make-name-function' since `bookmark-buffer-file-name'
1088         already takes care of this.
1089         (bookmark-buffer-name, bookmark-buffer-file-name): Remove
1090         Info-mode specific code.
1092         * info.el (bookmark-get-info-node): Define this function in
1093         info.el, not in bookmark.el.
1094         (Info-mode): Set `bookmark-make-name-function' to
1095         `Info-bookmark-make-name' locally.
1096         (Info-bookmark-make-name): New function.
1098         * bookmark.el (bookmark-make-name-function): New variable.
1100 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
1102         * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
1103         buffer-local, not `bookmark-make-cell-function' (the old name).
1105 2008-03-07  Tassilo Horn  <tassilo@member.fsf.org>
1107         * doc-view.el (doc-view-bookmark-make-record):
1108         * image-mode.el (image-bookmark-make-record):
1109         * info.el (Info-bookmark-make-record): Delete obsolete second arg.
1111 2008-03-07  Jan Dj\e$(Q)Z\e(Brv  <jan.h.d@swipnet.se>
1113         * vc.el (vc-status-menu-map-filter): Return orig-binding if
1114         boundp 'vc-ignore-menu-filter.
1115         (vc-status-tool-bar-map): Make it defvar.
1116         (vc-status-mode): vc-status-tool-bar-map now variable.
1117         (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
1119 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
1121         Give a better name to part of the bookmark interface.
1123         This was originally a much larger change, but halfway through I
1124         updated and discovered that Stefan Monnier had done the rest.
1125         It looks like he anticipated the new name too, because he used
1126         `the-record' instead of `the-cell' for some internal variable names.
1128         * bookmark.el (bookmark-make-record-function): Was
1129         `bookmark-make-cell-function'.
1130         (bookmark-make, bookmark-send-annotation): Update for above.
1131         (bookmark-make-record-for-text-file):
1132         Was `bookmark-make-cell-for-text-file.  Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
1134         * info.el: Adjust accordingly.
1135         (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
1137         * image-mode.el: Adjust accordingly.
1138         (image-bookmark-make-record): Was `image-bookmark-make-cell'.
1140         * doc-view.el: Adjust accordingly.
1141         (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
1143 2008-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1145         * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
1146         Move initialization into declaration.
1147         (bookmark-get-info-node, bookmark-set-info-node): Remove.
1148         (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
1149         (bookmark-info-current-node): Remove.
1150         (bookmark-jump-noselect): Rename from bookmark-jump-internal.
1151         Add relocation fallback.  Set bookmark-current-bookmark.
1152         (bookmark-default-handler): Rename from bookmark-jump-noselect.
1153         Remove relocation fallback.  Don't set bookmark-current-bookmark.
1154         (bookmark-set): Let it be used even if there's no buffer-file-name
1155         as long as there is a bookmark-make-cell-function.
1156         * info.el (Info-bookmark-jump): Remove relocation fallback.
1157         Don't set bookmark-current-bookmark.
1159 2008-03-07  Glenn Morris  <rgm@gnu.org>
1161         * calendar/appt.el (appt-issue-message)
1162         (appt-message-warning-time, appt-audible, appt-visible)
1163         (appt-msg-window, appt-display-mode-line, appt-display-duration)
1164         (appt-display-diary): Remove autoload cookies.
1166         * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
1167         Remove leading `*' from defcustom doc-strings.
1169         * calendar/cal-dst.el (calendar-dst): New custom group.
1170         (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
1171         (calendar-time-zone, calendar-daylight-time-offset)
1172         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
1173         (calendar-daylight-savings-starts-time)
1174         (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
1175         (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
1176         Move to start.
1178         * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
1180         * calendar/calendar.el (calendar-version): Use emacs-version and
1181         make it obsolete.  Move to end.
1182         (calendar-offset, view-diary-entries-initially)
1183         (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
1184         (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
1185         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
1186         (all-bahai-calendar-holidays, calendar-load-hook)
1187         (initial-calendar-window-hook, today-visible-calendar-hook)
1188         (today-invisible-calendar-hook, calendar-move-hook)
1189         (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
1190         (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
1191         (diary-include-string, sexp-diary-entry-symbol)
1192         (abbreviated-calendar-year, american-date-diary-pattern)
1193         (european-date-diary-pattern, european-calendar-display-form)
1194         (american-calendar-display-form, print-diary-entries-hook)
1195         (list-diary-entries-hook, diary-hook, diary-display-hook)
1196         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
1197         (nongregorian-diary-marking-hook, diary-list-include-blanks)
1198         (holidays-in-diary-buffer, general-holidays, oriental-holidays)
1199         (local-holidays, other-holidays, hebrew-holidays-1)
1200         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
1201         (hebrew-holidays, christian-holidays, islamic-holidays)
1202         (bahai-holidays, solar-holidays, calendar-setup)
1203         (calendar-week-start-day): Remove autoload cookies.
1204         (diary-glob-file-regexp-prefix): Doc fix.
1205         (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
1206         (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
1207         (calendar-week-start-day, calendar-debug-sexp): Move to start.
1209         * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
1210         (calendar-time-display-form, calendar-latitude)
1211         (calendar-longitude, solar-equinoxes-solstices): Remove autoload
1212         cookies.
1213         (calendar-latitude, calendar-longitude): Move functions after
1214         variables.
1215         (diary-sabbath-candles-minutes): Move to start.
1216         (solar-setup): Use or rather than if.
1217         (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
1218         Remove condition-case.
1219         (solar-atn2): Use zerop.
1220         (solar-equinoxes-solstices): Doc fix.
1222         * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
1223         (sc-mode-map-prefix): Doc fix.  Make it a defcustom.
1225         * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
1226         (calendar-longitude, calendar-latitude, calendar-location-name):
1227         Declare for compiler.
1229 2008-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1231         * arc-mode.el (archive-ar-file-header-re): New const.
1232         (archive-ar-summarize, archive-ar-extract): New funs.
1233         (archive-find-type): Recognize ar archives.
1235         * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
1236         New functions.
1238         * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
1240 2008-03-06  Lennart Borgman  <lennart.borgman@gmail.com>
1242         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
1243         Replace :enable (mark-active) with :enable mark-active.
1245 2008-03-06  Juanma Barranquero  <lekktu@gmail.com>
1247         * vms-patch.el (make-legal-file-name): New obsolete alias.
1248         (make-valid-file-name): Rename from `make-legal-file-name'.
1249         (make-auto-save-file-name): Use it.
1251         * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
1252         (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
1253         (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
1255         * textmodes/org.el (org-export-html-style): Doc fix.
1256         (org-get-legal-level): New obsolete alias.
1257         (org-get-valid-level): Rename from `org-get-legal-level'.
1258         (org-promote, org-demote, org-archive-subtree)
1259         (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
1261 2008-03-06  Jan Dj\e$(Q)Z\e(Brv  <jan.h.d@swipnet.se>
1263         * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
1265         * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
1266         (vc-status-toggle-mark): New functions.
1267         (vc-status-mode): Set tool bar map.
1269 2008-03-05  Chong Yidong  <cyd@stupidchicken.com>
1271         * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
1272         Reported by Drew Adams <drew.adams@oracle.com>.
1274 2008-03-05  Juanma Barranquero  <lekktu@gmail.com>
1276         * epg.el (epg-context-include-certs): Reflow docstring.
1277         (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
1278         (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
1279         (epg-context-set-signers, epg-context-set-sig-notations)
1280         (epg-make-import-status, epg-make-import-result)
1281         (epg-start-delete-keys): Fix typos in docstrings.
1282         (epg-start-sign-keys, epg-sign-keys):
1283         Fix typos in obsolescence declarations.
1285         * iswitchb.el: Don't check for `cadr' and `last'.
1286         (iswitchb-define-mode-map, iswitchb-default-keybindings):
1287         Add obsolescence declaration and remove redundant info from docstring.
1288         (iswitchb-set-common-completion, iswitchb-set-matches)
1289         (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
1290         (recentf-list, most-len, most-is-exact):
1291         Don't wrap defvars within `eval-when-compile'.
1293 2008-03-05  Glenn Morris  <rgm@gnu.org>
1295         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
1296         * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
1297         * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
1298         * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
1299         ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
1301         * ediff-hook.el (ediff-window-setup-function): Don't autoload
1302         declaration for compiler.
1303         (ediff-xemacs-init-menus): Use when rather than if.
1305         * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
1306         if+and to just and.
1307         (ediff-read-event, ediff-overlayp, ediff-make-overlay)
1308         (ediff-delete-overlay): Move the XEmacs test inside the definition.
1310         * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
1312         * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
1313         test inside XEmacs test.
1314         (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
1315         since it was doing nothing on Emacs.
1316         (ediff-make-bullet-proof-overlay): Use when rather than if.
1318         * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
1319         (ediff-setup-control-frame): Remove
1320         ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
1321         a (featurep 'xemacs) test.
1323 2008-03-05  Jay Belanger  <jay.p.belanger@gmail.com>
1325         * calc/calc-ext.el (calc-extended-command-history): New variable.
1326         (calc-exectute-extended-command): Use `calc-extended-command-history'.
1328 2008-03-05  Dan Nicolaescu  <dann@ics.uci.edu>
1330         * bindings.el (mode-line-remote): Add mouse-face.  Improve tooltip.
1331         (standard-mode-line-position): Add mouse-face.
1333         * progmodes/compile.el (compilation-menu-map):
1334         (compilation-mode-map):
1335         * progmodes/grep.el (grep-mode-map): Add :help.
1337         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
1338         initialize in one step.  Add :help.  Use :enable to activate menu
1339         items. Show the key binding for edebug-defun.
1340         (lisp-interaction-mode-map): Add a menu.
1342         * term.el (term-mode-map): Define and initialize in one step.
1344         * ediff-init.el (ediff-color-display-p): Simplify.
1345         (Xor): Remove unused function.
1346         (ediff-with-syntax-table): Simplify for Emacs.
1348         * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
1349         menu-bar being loaded, it always is.
1351 2008-03-05  Glenn Morris  <rgm@gnu.org>
1353         * textmodes/tex-mode.el (tex-mode): Suppress warning about
1354         multiple definitions when compiling.
1356 2008-03-04  Alan Mackenzie  <acm@muc.de>
1358         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
1360         * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
1361         doc-string, "c-old-LEN" -> "c-old-END".
1363 2008-03-04  Jason Rumney  <jasonr@gnu.org>
1365         * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
1366         namespaces.
1368 2008-03-04  Glenn Morris  <rgm@gnu.org>
1370         * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
1372         * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
1373         than mapcar.
1375 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1377         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
1378         (byte-compile-nilconstp): Can't use recursion in a defsubst.
1380         * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
1381         so that M-q can fill comments.
1382         (tex-executable-exists-p, tex-compile): Extend with special syntax for
1383         commands implemented in elisp.
1384         (tex-compile-commands): Add an entry to use doc-view for pdf files.
1385         (tex-format-cmd): New function.
1386         (tex-compile): Use it to let the user specify default arguments.
1387         (tex-cmd-bibtex-args): New var.
1388         (tex-cmd-doc-view): New function.
1390 2008-03-03  Juanma Barranquero  <lekktu@gmail.com>
1392         * faces.el (face-spec-set): Fix typos in docstring.
1394 2008-03-03  Dan Nicolaescu  <dann@ics.uci.edu>
1396         * bindings.el (mode-line-column-line-number-mode-map): New variable.
1397         (standard-mode-line-position): Use it to add a menu for toggling
1398         column number and line number display.
1400 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1402         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
1403         Remove optimization that was working around the form-code-walker bug.
1405         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1406         Walk into the body of lambdas after byte-compile-unfold-lambda.
1408 2008-03-03  Glenn Morris  <rgm@gnu.org>
1410         * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
1411         value, if set, over frame value.
1413         * simple.el (transient-mark-mode): Don't turn on by default.
1415         * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
1416         accidentally removed by the 2007-12-05 merge from Gnus.
1418 2008-03-02  Dan Nicolaescu  <dann@ics.uci.edu>
1420         * progmodes/compile.el (compilation-menu-map): Add menu entries
1421         for useful options.
1423 2008-03-01  Dan Nicolaescu  <dann@ics.uci.edu>
1424             Glenn Morris  <rgm@gnu.org>
1426         * emacs-lisp/bytecomp.el (byte-recompile-directory)
1427         (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
1428         Give a `bytecomp-' prefix to local variables with common names.
1430 2008-03-01  Glenn Morris  <rgm@gnu.org>
1432         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Restore
1433         code commented out 2007-11-10.
1435         * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
1437         * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
1438         Delete macro.
1439         * emulation/viper-cmd.el, emulation/viper-ex.el:
1440         * emulation/viper-init.el, emulation/viper-keym.el:
1441         * emulation/viper-mous.el, emulation/viper-util.el:
1442         * emulation/viper.el:
1443         Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
1444         featurep test.
1446         Replace obselete frame-local variables with frame-parameters.
1447         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
1448         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
1449         (viper-vi-state-cursor-color): Only call make-variable-frame-local
1450         on XEmacs.
1451         * emulation/viper-util.el (viper-frame-value): New macro.
1452         * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
1453         (viper-R-state-post-command-sentinel)
1454         (viper-replace-state-post-command-sentinel)
1455         (viper-change-state-to-insert, viper-change-state-to-emacs):
1456         * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
1457         (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
1458         (viper-get-saved-cursor-color-in-insert-mode)
1459         (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
1460         Use viper-frame-value for viper-replace-overlay-cursor-color,
1461         viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
1462         viper-vi-state-cursor-color values.
1464         * emulation/viper-cmd.el (zmacs-region-stays):
1465         * emulation/viper-util.el (zmacs-region-stays): No need to define
1466         for compiler.
1468         * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
1469         mapcar on Emacs.
1471         * emulation/viper-mous.el (viper-counting-clicks-p): Only define
1472         on XEmacs.
1474         * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
1475         rather than if.
1477 2008-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1479         * whitespace.el: New version 9.3.  As the glyph code generation was
1480         fixed, it is possible now to use character code above ?\x1FFFF in the
1481         display table.  Fix `whitespace-indentation-regexp' to not include an
1482         extra ending character.  Reported by Michael Welsh Duggan
1483         <mwd@cert.org>.  Added hook actions when buffer is written or killed as
1484         the original whitespace package had.  Suggested by Eric Cooper
1485         <ecc@cmu.edu>.  Doc fix.
1486         (whitespace-action): New option.
1487         (whitespace-display-mappings): Changed default newline visualization to
1488         display downwards arrow, as the glyph code generation was fixed.
1489         (whitespace-unload-function): Assure that all local whitespace mode is
1490         turned off.
1491         (whitespace-global-modes): Fix type customization.
1492         (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
1493         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
1494         (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
1495         Fix code.
1496         (whitespace-buffer): Command removed.
1497         (whitespace-trailing-regexp, whitespace-mark-x)
1498         (whitespace-display-window, whitespace-action-when-on)
1499         (whitespace-add-local-hook, whitespace-remove-local-hook)
1500         (whitespace-write-file-hook, whitespace-kill-buffer-hook)
1501         (whitespace-action): New funs.
1502         (whitespace-report-list, whitespace-report-text)
1503         (whitespace-report-buffer-name): New consts.
1504         (whitespace-report, whitespace-report-region): New commands.
1506 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
1508         * disp-table.el (make-glyph-code): Don't test the result of
1509         `face-id', which already signals an error for invalid faces.
1510         (glyph-face): Simplify.
1512         * desktop.el (desktop-read): Set `desktop-dirname' to nil before
1513         running `desktop-not-loaded-hook' to allow modifying it.
1514         Don't show warning message if `desktop-dirname' was modified.
1516 2008-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1518         * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
1519         we still expect more lines.
1521         * textmodes/fill.el (fill-comment-paragraph): Don't try to do
1522         comment-paragraph filling if the commark doesn't match
1523         comment-start-skip.
1525 2008-03-01  Daiki Ueno  <ueno@unixuser.org>
1527         * international/utf-7.el (utf-7-encode): Never skip the trailing - for
1528         the `imap' variant.
1530 2008-03-01  Jason Rumney  <jasonr@gnu.org>
1532         * files.el (make-auto-save-file-name): Encode more characters in
1533         non-file buffer names.  Use url-encoding.
1535 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
1537         * net/net-utils.el (ftp-program): Fix typo in docstring.
1538         (ifconfig-program-options, netstat-program-options)
1539         (arp-program-options, route-program-options, nslookup-program-options)
1540         (ftp-program-options, smbclient-program-options)
1541         (dns-lookup-program-options, arp, route): Doc fixes.
1543         * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
1544         (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
1545         (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
1546         Fix typos in docstrings.
1547         (gdb-pending-triggers): Reflow docstring.
1548         (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
1550 2008-03-01  Alan Mackenzie  <acm@muc.de>
1552         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
1553         typing "#" at EOB.
1555 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
1557         * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
1559 2008-02-29  Kim F. Storm  <storm@cua.dk>
1561         * emulation/cua-base.el (cua-remap-control-v)
1562         (cua-remap-control-z): New defcustoms.
1563         (cua-mode): Add them to set-after property.
1564         (cua--init-keymaps): Use them.
1565         Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
1567         * help.el (view-emacs-todo): Rename from view-todo.
1568         (describe-gnu-project): Rename from describe-project.  Users changed.
1569         (view-help-file): New helper function.
1570         (describe-distribution, describe-copying, describe-gnu-project)
1571         (view-todo, view-order-manuals, view-emacs-problems): Use it.
1572         (view-emacs-debugging, view-external-packages): New commands.
1573         (help-map): Move describe-distribution to C-h C-o (ordering).
1574         Move view-emacs-problems to C-h C-p (problems).
1575         Bind view-emacs-debugging to C-h C-d (debugging).
1576         Bind view-external-packages to C-h C-e (extras).
1577         (help-for-help-internal): Cleanup and align descriptions.
1578         Remove command names to reduce clutter.
1580 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
1582         * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
1583         and quieter face (not a warning).
1585 2008-02-29  Dan Nicolaescu  <dann@ics.uci.edu>
1587         * vc.el (vc-status-crt-marked): New variable.
1588         (vc-status-mode): Make it local.
1589         (vc-status-refresh): Use it to save the marked files.
1590         (vc-update-vc-status-buffer): Use it to restore the marked files.
1592         * vc-svn.el (vc-svn-after-dir-status):
1593         * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
1595 2008-02-29  Glenn Morris  <rgm@gnu.org>
1597         * allout.el (allout-topic-encryption-bullet)
1598         (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
1599         (allout-encrypt-unencrypted-on-saves): Change defcustom :version
1600         from 22.0 to 22.1.
1602         * net/imap.el (imap-ping-server):
1603         * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
1604         Change defcustom :version from 23.0 to 23.1.
1606 2008-02-29  Juanma Barranquero  <lekktu@gmail.com>
1608         * desktop.el (desktop-save): Save the buffer name if the
1609         uniquified base name is empty.
1611 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
1613         * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
1614         correctly when user has "set print address off".
1616 2008-02-28  Juanma Barranquero  <lekktu@gmail.com>
1618         * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
1619         version number of the next major Emacs release, not 23.0.
1621         * longlines.el (longlines-unload-function): New function.
1623 2008-02-28  Juri Linkov  <juri@jurta.org>
1625         * startup.el (normal-splash-screen): Add argument `concise'.
1626         Remove unused binding `prev-buffer'.  Let-bind `splash-buffer'
1627         to the created buffer.  If `concise' is non-nil, call
1628         `display-buffer', otherwise `switch-to-buffer'.  Doc fix.
1629         (display-startup-screen): Add argument `concise' to the call to
1630         `normal-splash-screen'.
1632 2008-02-28  Kim F. Storm  <storm@cua.dk>
1634         * startup.el (startup-echo-area-message): Check for about-emacs.
1636 2008-02-28  Juri Linkov  <juri@jurta.org>
1638         * startup.el: Always add initial message to *scratch* buffer if
1639         `initial-scratch-message' is non-nil regardless of the value of
1640         `inhibit-startup-screen'.
1641         (inhibit-startup-screen, initial-scratch-message): Doc fix.
1642         (command-line-1): Move code that inserts `initial-scratch-message'
1643         up before the if-form that checks for `inhibit-startup-screen'.
1644         Suggested by Jonathan Rockway <jon@jrock.us>.
1646 2008-02-28  Juri Linkov  <juri@jurta.org>
1648         * cus-edit.el (custom-mode-map, custom-mode-link-map):
1649         Rename `custom-mode' to `Custom-mode' in docstrings.
1650         (custom-buffer-create-internal, customize-browse):
1651         Rename `custom-mode' to `Custom-mode'.
1652         (custom-mode-hook): Rename to `Custom-mode-hook'.
1653         (Custom-mode-hook): Renamed from `custom-mode-hook'.
1654         (custom-mode): Rename to `Custom-mode'.
1655         (Custom-mode): Renamed from `custom-mode'.  Doc fix.
1656         (custom-mode): Add backward-compatible non-interactive variant of
1657         `Custom-mode' that simply calls `Custom-mode'.  Mark it obsoleted.
1658         (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
1660         * info-look.el: Rename `custom-mode' to `Custom-mode'.
1662         * emulation/viper.el (viper-emacs-state-mode-list):
1663         Rename `custom-mode' to `Custom-mode'.
1665         * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
1666         Capitalize "Tagged Files".
1667         (minibuffer-local-map): Add menu items for next/previous
1668         history elements and isearch history forward/backward.
1670         * progmodes/hideshow.el (hs-minor-mode-menu): Compare
1671         `hs-isearch-open' with t instead of `comment' in :selected
1672         for "Code and Comment blocks" menu item.
1674 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1676         * uniquify.el (uniquify-buffer-base-name): Undo last change.
1677         Should be done in desktop.el instead.
1679 2008-02-28  Glenn Morris  <rgm@gnu.org>
1681         * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
1683         * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
1685         * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
1686         (Info-menu, Info-goto-node): Remove declarations.
1687         (report-emacs-bug-info): Use info rather than Info-goto-node.
1689         * progmodes/idlwave.el (Info-goto-node): Remove declaration.
1690         (idlwave-convert-xml-system-routine-info): Don't require xml.
1691         (idlwave-show-commentary, idlwave-shell-show-commentary):
1692         Don't require finder.
1693         (idlwave-info): Don't require info.  Use info rather than
1694         Info-goto-node.
1696         * textmodes/org.el (Info-goto-node): Remove declaration.
1697         (org-info): Use info rather than Info-goto-node.
1699         * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
1700         (reftex-info): Don't require info.  Use info rather than Info-goto-node.
1702 2008-02-28  Dan Nicolaescu  <dann@ics.uci.edu>
1704         * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
1705         the menu.
1707         * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
1708         (vc-finish-logentry): Check for vc-status-mode, not only for
1709         vc-dired-mode.
1711 2008-02-28  Kenichi Handa  <handa@ni.aist.go.jp>
1713         * isearch.el (isearch-printing-char): Don't check
1714         keyboard-coding-system.
1715         Call isearch-process-search-multibyte-characters only when
1716         current-input-method is non-nil.
1718 2008-02-27  Kim F. Storm  <storm@cua.dk>
1720         * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
1721         (glyph-char, glyph-face): Handle cons encoding.
1723 2008-02-27  Juanma Barranquero  <lekktu@gmail.com>
1725         * uniquify.el (uniquify-buffer-base-name): If the base name is an
1726         empty string, return nil to allow the caller to default to the
1727         buffer name.  Reported by Martin Fischer <parozusa@web.de>.
1729         * tool-bar.el (tool-bar-setup): Doc fix.
1731         * mail/supercite.el (sc-describe):
1732         Fix typos in obsolescence declaration.
1734 2008-02-27  Glenn Morris  <rgm@gnu.org>
1736         * autoinsert.el (auto-insert-alist): Change permission text to
1737         match FSF's GPLv3 form.
1739         * mail/supercite.el (sc-cite-original): Doc fix.
1740         (sc-version): Make obsolete.
1741         (sc-describe): Show the SC info page.  Make obsolete.
1743 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1745         * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
1746         when using transient-mark-mode.
1747         (default-indicate-unused-lines): Remove unused var.
1749 2008-02-26  Jan Dj\e$(Q)Z\e(Brv  <jan.h.d@swipnet.se>
1751         * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
1752         and previous.
1754         * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
1756 2008-02-26  Glenn Morris  <rgm@gnu.org>
1758         * net/net-utils.el (top-level): Don't require comint when compiling.
1759         (nslookup-font-lock-keywords): Don't require font-lock.
1760         Use font-lock faces rather than variables.
1761         (nslookup, ftp, smbclient, network-service-connection):
1762         Don't require comint.
1763         (comint-prompt-regexp, comint-input-autoexpand)
1764         (comint-input-ring): Declare for compiler.
1765         (comint-mode, ffap-string-at-point, comint-exec): Autoload.
1766         (dns-lookup-host): Don't require ffap.  Remove `with-no-warnings'.
1768         * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
1769         doc-string.
1771 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1773         * doc-view.el (doc-view-current-page): Add a `win' argument.
1775 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1777         * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
1778         Demote it to plain defvar.
1779         (doc-view-conversion-refresh-interval): Reduce interval.
1780         (doc-view-goto-page): Allow moving to pages not yet rendered.
1781         (doc-view-goto-page): Construct a file name rather than extracting it
1782         from doc-view-current-files.
1783         (doc-view-kill-proc): Ignore errors from kill-process.
1784         (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
1785         (doc-view-insert-image): Use appropriate text if the page hasn't been
1786         rendered yet.  Adjust scrolling so the text is displayed.
1787         (doc-view-display): Detect not just that a page is available, but also
1788         that it wasn't available before, so as to avoid refreshing all pages
1789         repeatedly.
1790         (doc-view-mode): Make doc-view-cache-directory if needed.
1792 2008-02-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1794         * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
1795         toggle-read-only.
1797         * textmodes/bibtex.el (bibtex-format-entry): Handle error message
1798         refering to a missing required field with the OPT prefix.
1799         Make unwindform more robust.
1801         * textmodes/bibtex.el: Remove support for hideshow minor mode as
1802         it duplicates the bibtex support in progmodes/hideshow.el.
1803         * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
1804         entries that do not start at the beginning of a line.
1806 2008-02-25  Chong Yidong  <cyd@stupidchicken.com>
1808         * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
1810 2008-02-25  Robert J. Chassell  <bob@rattlesnake.com>
1812         * help-fns.el (describe-variable): Add phrases about
1813         initialization file with and without customization;
1814         use new button type help-info-variable.
1816         * help-mode.el (help-info-variable):
1817         New button able to read Info files for help-fns.el.
1819 2008-02-25  Jan Dj\e$(Q)Z\e(Brv  <jan.h.d@swipnet.se>
1821         * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
1822         (grep-mode): Use grep-mode-tool-bar-map.
1824         * progmodes/compile.el (tool-bar): Require tool-bar.
1825         (compilation-mode-tool-bar-map): New variable.
1826         (compilation-mode): Use compilation-mode-tool-bar-map.
1828         * term/x-win.el (x-gtk-stock-map): Add cancel.  Remove extensions.
1830 2008-02-25  Glenn Morris  <rgm@gnu.org>
1832         * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
1834 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1836         * diff-mode.el (diff-file-junk-re): New const.
1837         (diff-beginning-of-file-and-junk): Use it.
1838         (diff-file-kill): Make sure we were really inside a file diff.
1840         * diff-mode.el: Make it more robust in the presence of empty context
1841         lines in unified hunks.
1842         (diff-valid-unified-empty-line): New var.
1843         (diff-unified->context, diff-sanity-check-hunk): Obey it.
1844         (diff-end-of-hunk): Obey it.  New arg `donttrustheader'.
1845         (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
1846         (diff-hunk-header-re-unified): New const.
1847         (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
1848         (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
1849         (diff-sanity-check-hunk): Use it.
1851         * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
1852         Index: line, don't search backward for the previous one.
1854 2008-02-25  Kenichi Handa  <handa@ni.aist.go.jp>
1856         * international/fontset.el (setup-default-fontset): Add non-OTF
1857         lao font for lao script.
1859         * language/tibetan.el: Register tibetan-composition-function in
1860         composition-function-table.
1862         * language/tibet-util.el (tibetan-composition-function):
1863         Adjust for the new calling way (argument changed).  Try font-shape-text
1864         if possible.
1866         * language/lao.el: Register lao-composition-function in
1867         composition-function-table.
1869         * language/lao-util.el (lao-composition-function): Adjust for the new
1870         calling way (argument changed).  Try font-shape-text if possible.
1872 2008-02-25  Jason Rumney  <jasonr@gnu.org>
1874         * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
1876 2008-02-25  Juri Linkov  <juri@jurta.org>
1878         * isearch.el (isearch-fail): Use "RosyBrown1" for a light
1879         background, "red4" for a dark background, "red" for 16 and
1880         8 colors, "grey" for grayscale, and inverse video otherwise.
1881         Add :version tag.
1882         (isearch-message): Keep the original isearch-message intact, and
1883         add text properties to it where necessary.  Add `isearch-error' to
1884         the condition that checks if isearch is unsuccessful.
1886 2008-02-24  Juri Linkov  <juri@jurta.org>
1888         * progmodes/compile.el (compilation-handle-exit):
1889         Use compilation-error face instead of font-lock-warning-face.
1890         Display the same message in the minibuffer as is inserted
1891         at the end of the compilation buffer.
1893 2008-02-24  Glenn Morris  <rgm@gnu.org>
1895         * vc-cvs.el (vc-cvs-register): Fix registering of directories in
1896         multiple file case.
1898         * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
1900         * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
1901         multiple file case.  Use a single `let' rather than two.
1903 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
1905         * progmodes/compile.el (compilation-start): Specify a face for
1906         mode-line-process.
1907         (compilation-handle-exit): Specify a face and a tooltip for
1908         mode-line-process.
1910 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1912         * hilit-chg.el: Remove spurious * in defcustom docstrings.
1913         (hilit-chg-make-ov): Simplify.
1914         (hilit-chg-fixup): Use remove-overlays.
1915         (hilit-chg-set-face-on-change): Remove redundant call to
1916         `remove-text-properties'.
1918         * dired.el (dired-mark-prompt): Don't count/display the t element.
1919         Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
1921 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
1923         * progmodes/verilog-mode.el (eval-when-compile): Don't define
1924         add-submenu.
1925         (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
1926         Remove.  Move contents to the only use ...
1927         (verilog-menu): ... here.
1928         (verilog-statement-menu): Remove.  Move contents to the only use ...
1929         (verilog-stmt-menu): ... here.
1930         (verilog-mark-defun): Simply call mark-defun for emacs.
1931         (occur-pos-list): Declare for byte compiler.
1932         (mode-popup-menu): Don't defvar.
1933         (verilog-add-statement-menu): Remove.
1934         (verilog-mode-hook): Don't add verilog-add-statement-menu.
1935         (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
1937 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
1939         * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
1940         conditional.
1941         (verilog-font-grouping-keywords-face): Make the begin..end
1942         keywords standout more than other verilog keywords.
1943         (verilog-type-font-keywords): Move the begin..end out of this list
1944         to facilitate making them to (potentially) stand out more.
1945         (verilog-backward-token): Fix indent of bare always{_*}?, initial,
1946         function & task blocks.
1947         (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
1948         initial, function & task blocks.
1949         (verilog-forward-sexp): Handle the new "disable fork" statement of
1950         IEEE-1800 Verilog.
1951         (verilog-beg-block-re-ordered): Handle the new "disable fork"
1952         statement of IEEE-1800 Verilog.
1953         (verilog-calc-1): Handle the new "disable fork" statement of
1954         IEEE-1800 Verilog.
1955         (verilog-disable-fork-re): Add const to help handle the new
1956         "disable fork" statement of IEEE-1800 Verilog.
1957         (verilog-declaration-core-re): Add port directions by themselves,
1958         with no qualification, as base item of a declaration.
1959         (verilog-pretty-declarations): Add new flag to ask it to refrain
1960         from printing to the message buffer.
1961         (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
1962         printing to the message buffer.  Improve handling of the many
1963         types of expression line up.
1964         (verilog-just-one-space): Remove printing of an empty message.
1965         (verilog-get-lineup-indent): Rework to support the better handling
1966         of expression lineup for verilog-pretty-expr.
1967         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
1969 2008-02-24  Alan Mackenzie  <acm@muc.de>
1971         * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
1972         yesterday's commit.
1974 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
1976         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
1977         to mouse-set-point in buffers that aren't associated with files.
1979         * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
1981 2008-02-24  Alan Mackenzie  <acm@muc.de>
1983         Set of changes so that "obtrusive" syntactic elements in a
1984         C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
1985         unmatched paren) don't interact syntactically with stuff outside
1986         the CPP line.
1988         * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
1989         Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
1990         off-by-one bug.
1991         (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
1992         a bit of refactoring.
1993         (c-awk-extend-and-syntax-tablify-region): Takes some of the
1994         functionality of c-awk-advise-fl-for-awk-region, which has been
1995         refactored away.
1997         * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
1998         (c-clear-char-property-with-value): New function and macro which
1999         remove text-properties `equal' to a supplied value.
2001         * progmodes/cc-engine.el: Comment about text properties amended.
2003         * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
2004         parens around "error\\|warning".
2006         * progmodes/cc-langs.el (c-get-state-before-change-function)
2007         (c-before-font-lock-function, c-anchored-cpp-prefix):
2008         New language variables.
2009         (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
2011         * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
2012         syntax-table text properties.
2013         (c-common-init): Call language specific before/after-change
2014         functions at mode initialisation.
2015         (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
2016         (c-extend-region-for-CPP, c-neutralize-CPP-line)
2017         (c-neutralize-syntax-in-CPP): New functions.
2018         (c-before-change, c-after-change): Call the new language specific
2019         change functions defined in cc-langs.el.
2020         (c-advise-fl-for-region): New macro.
2021         (awk-mode): Remove AWK specific stuff which has been refactored
2022         into language independent stuff.
2024 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
2026         * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
2027         (gdb): (Re)set gdb-flush-pending-output to nil here...
2028         (gdb-init-1): ...instead of here (before gdb-prompt).
2030 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2032         * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
2033         Recognize ''' just like any other char-constant.
2035 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2037         * vc-hooks.el (vc-find-root): Remove initial loop because it's not
2038         careful enough.  Detect the uid-change all within the main loop.
2040 2008-02-24  Stefan Monnier  <monnier@pastel.home>
2042         * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
2044 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2046         * hilit-chg.el (highlight-save-buffer-state): New macro.
2047         (highlight-save-buffer-state, hilit-chg-set-face-on-change)
2048         (hilit-chg-clear): Use it to preserve the modified-p flag.
2049         (highlight-changes-rotate-faces): Don't mess with the undo-list.
2051 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2053         * font-lock.el (font-lock-set-defaults): Unset previously set variables
2054         when needed.
2056 2008-02-24  \e,AF\e(Bvar Arnfj\e,Av\e(Br\e,Ap\e(B Bjarmason  <avar@cpan.org>  (tiny change)
2058         * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
2059         from gnus-button-url-regexp.
2061 2008-02-24  Eli Zaretskii  <eliz@gnu.org>
2063         * progmodes/compile.el (compilation-next-error): Doc fix.
2064         (compilation-find-file): Doc fix.
2066 2008-02-24  Glenn Morris  <rgm@gnu.org>
2068         * net/net-utils.el (ipconfig-program, ipconfig-program-options):
2069         Add obsolete aliases to the old names.
2071 2008-02-24  Richard Stallman  <rms@gnu.org>
2073         * net/net-utils.el (ifconfig): Rename from ipconfig.
2074         (ipconfig): Alias to ifconfig.
2075         (ifconfig-program): Rename from ipconfig-program.
2076         (ifconfig-program-options): Rename from ipconfig-program-options.
2078 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
2080         * progmodes/verilog-mode.el (verilog-declaration-core-re):
2081         Add port directions by themselves, with no qualification, as base
2082         item of a declaration.
2083         (verilog-pretty-declarations): Add new flag that inhibits printing
2084         to the message buffer.
2085         (verilog-pretty-expr): Add new flag that inhibits printing to the
2086         message buffer.  Improve handling of the many types of expression
2087         line up.
2088         (verilog-just-one-space): Don't print an empty message.
2089         (verilog-get-lineup-indent): Rework to support the better handling
2090         of expression lineup for verilog-pretty-expr.
2091         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
2092         (verilog-mode-version, verilog-mode-release-date): Update.
2094 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2096         * subr.el (cancel-change-group): Don't move point.
2098 2008-02-23  Markus Triska  <markus.triska@gmx.at>
2100         * linum.el (linum-after-config): Update all visible windows.
2102 2008-02-23  Glenn Morris  <rgm@gnu.org>
2104         * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
2105         Add :help for Solitaire and Tetris.
2107         * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
2109         * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
2110         (smtpmail-code-conv-from): Doc fix.  Fix custom type.
2111         (smtpmail-queue-index-file): Make it a defcustom.
2112         (smtpmail-queue-index): Delete.
2113         (smtpmail-send-it, smtpmail-send-queued-mail):
2114         Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
2115         smtpmail-queue-index.
2117         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
2118         Add :version.
2120 2008-02-23  Yoni Rabkin  <yoni@rabkins.net>  (tiny change)
2122         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
2123         New variables.
2124         (iwconfig): New function.
2126 2008-02-23  Dan Nicolaescu  <dann@ics.uci.edu>
2128         * vc.el (vc-find-revision): Make vc-parent-buffer local before
2129         setting it.
2130         (vc-status-menu-map): Do not define using easy-menu.
2131         (vc-status-menu-map): New defalias.
2132         (vc-status-mode-map): Hook up the menu.
2133         (top-level): Update TODO.
2135         * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
2137         * vc-bzr.el (vc-bzr-init-version): Rename to ...
2138         (vc-bzr-init-revision): ... this.
2140 2008-02-23  Jason Rumney  <jasonr@gnu.org>
2142         * makefile.w32-in (WINS_ALMOST): Remove term.
2143         (WINS): Add term here.
2144         (custom-deps, finder-data): Use WINS_ALMOST.
2146 2008-02-22  Juanma Barranquero  <lekktu@gmail.com>
2148         * faces.el (font-weight-table): Fix value of `semi-light'.
2150 2008-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2152         * faces.el (font-weight-table, font-slant-table, font-swidth-table):
2153         Make those tables bijective.
2155 2008-02-22  Ken Manheimer  <ken.manheimer@gmail.com>
2157         Finish pdbtrack integration cleanup, settling missing-functions
2158         byte compiler warnings appropriately.
2160         * progmodes/python.el (python-point): Remove this - beginning-of-line
2161         was all that was necessary for `python-pdbtrack-overlay-arrow'.
2162         (python-end-of-def-or-class, python-beginning-of-def-or-class)
2163         (python-goto-initial-line): Drop these - they were only needed for
2164         python-point.
2165         (python-comint-output-filter-function): Use condition-case and
2166         beginning-of-line directly, instead of python-mode.el functions
2167         which require all sorts of baggage.
2168         (point-safe): Unnecessary - we're using condition-case directly,
2169         instead.
2170         (python-execute-file): Include for python-shell, which I'm leaving
2171         in keeping despite it being unnecessary for pdb tracking.
2173 2008-02-22  Peter Danenberg  <pcd@wikitex.org>  (tiny change)
2175         * progmodes/scheme.el (scheme-font-lock-keywords-2):
2176         Add SRFI 11 support.
2177         (let-values, let*-values): Specify scheme-indent-function.
2179 2008-02-22  Dan Nicolaescu  <dann@ics.uci.edu>
2181         * vc.el (vc-exec-after): Move setting mode-line-process in the
2182         busy case ...
2183         (vc-set-mode-line-busy-indicator): ... in this new function.
2184         (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
2185         (vc-update-vc-status-buffer): Reset mode-line-process.
2186         (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
2187         mark/unmark all the files with the same state as the current one.
2188         With a prefix argument mark/unmark all files.
2189         (vc-status-mode-menu): Adjust strings.
2190         (vc-update-vc-status-buffer): Only do something when the argument
2191         is not nil.
2192         (vc-status-kill-dir-status-process): New function.
2193         (vc-status-mode-map): Bind it.
2194         (vc-status-process-buffer): New variable.
2195         (vc-status-mode): Make it local.
2196         (vc-status-refresh): Set it.
2198         * vc-hg.el (vc-hg-dir-status):
2199         * vc-git.el (vc-git-dir-status):
2200         * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
2201         command is run.
2203 2008-02-22  Glenn Morris  <rgm@gnu.org>
2205         * json.el (top-level): No need to require thingatpt.
2206         (json-read-keyword): Use thing-at-point rather than word-at-point.
2208         * time.el (top-level): No need to require time-date when compiling.
2210         * emacs-lisp/copyright.el (copyright-update-year):
2211         Fix subexpression numbering for the case when years are split over
2212         lines, and for the replace case.
2214         * emulation/tpu-edt.el (tpu-have-ispell): Doc fix.  Make obsolete.
2215         (tpu-caar, tpu-cadr): Delete functions.
2216         (zmacs-regions): No need to declare for compiler.
2217         (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
2218         (tpu-spell-check): Rewrite, and handle mark after point.
2219         (tpu-special-insert): Use or rather than if.
2221         * emulation/vip.el (vip-special-prefix-com): Use ispell-region
2222         rather than spell-region.
2224         * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
2225         warnings about spell-region.
2227 2008-02-22  Kenichi Handa  <handa@ni.aist.go.jp>
2229         * ldefs-boot.el: Regenerated.
2231         * loadup.el: Don't load language/devanagari, language/kannanda,
2232         language/malayalam, and language/tamil.  Load language/sinhala.
2234         * language/indian.el (indian-font-foundry)
2235         (indian-script-language-alist, indian-font-char-index-table)
2236         (indian-font-char, indian-font-char-range, indian-script-table)
2237         (indian-default-script, indian-composable-pattern): Delete them.
2238         ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
2239         language environments moved to here.
2240         ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
2241         New language environments.
2243         * language/devanagari.el, language/devan-util.el,
2244         * language/kannanda.el, language/knd-util.el, language/malayalam.el,
2245         * language/mlm-util.el, language/tamil.el, language/tml-util.el:
2246         Delete them.
2248         * language/sinhala.el: New file.
2250 2008-02-21  Ken Manheimer  <ken.manheimer@gmail.com>
2252         Update Nick Robert's port of pdb tracking from python-mode.el.
2254         * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
2255         Clarify docstring.
2256         (python-pdbtrack-minor-mode-string): A sign indicating that pdb
2257         tracking is happening.
2258         (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
2259         (python-pdbtrack-input-prompt): Better recognize PDB prompts.
2260         (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
2261         Tracking is plugged in to all comint buffers once python.el is loaded.
2262         (python-pdbtrack-overlay-arrow): Toggle activation of
2263         `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
2264         (python-pdbtrack-track-stack-file): Use new
2265         `python-pdbtrack-get-source-buffer' for more flexible access to
2266         debugging source files.
2267         (python-pdbtrack-get-source-buffer): Identify debugging target buffer
2268         according to pdb stack trace, optionally using new
2269         `python-pdbtrack-grub-for-buffer' if file is not locally available.
2270         (python-pdbtrack-grub-for-buffer): Find most recent python-mode
2271         named buffer, or having function with indicated name.
2272         (python-shell): Remove comint-output-filter-functions hook
2273         addition, it's being done elsewhere.  Wrap long line.
2275 2008-02-21  Michael Olson  <mwolson@gnu.org>
2277         * json.el: Replace XEmacs compatibility code to get rid of
2278         compiler warnings.
2280         * time.el: Fix compiler warning.
2282 2008-02-21  Edward O'Connor  <ted@oconnor.cx>
2284         * json.el: New file (JavaScript Object Notation parser / generator).
2286 2008-02-21  Dave Love  <fx@gnu.org>
2288         * progmodes/sym-comp.el: New file.
2290         * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
2291         Require sym-comp.  Add Python buffer to same-window-buffer-names.
2292         Fixup whitespaces.
2293         (python-font-lock-keywords): Add highlighting for Python builtins.
2294         (python-font-lock-syntactic-keywords): Rewrite.
2295         (python-quote-syntax): Use syntax-ppss-context instead of parsing
2296         ppss directly.
2297         (python-mode-map): Add binding for python-find-function.
2298         (python-calculate-indentation): Clean up the logic.
2299         (python-beginning-of-defun): Explicitly set return value.
2300         (python-beginning-of-statement): Stop looping if we get stuck
2301         going backwards.
2302         (python-next-statement): Stop looping if we somehow end up inside
2303         a string while advancing.
2304         (python-preoutput-continuation, python-version-checked): New vars.
2305         (python-check-version): New function.
2306         (run-python): Set default command to python-command instead of
2307         python-python-command.
2308         (run-python): Use python-check-version.  Give PYTHONPATH
2309         precedence over data-directory in the process environment.
2310         Load function definitions in python process after.
2311         (python-check-comint-prompt): New function.
2312         (python-send-command, python-send-receive): Use it.
2313         (python-complete-symbol, python-try-complete): Functions deleted.
2314         Use symbol-complete instead of python-complete-symbol throughout.
2315         (python-fill-paragraph): Further refine the fenced-string regexp.
2316         (def-python-skeleton): Expand to the original abbrev instead if in
2317         a comment or string.  Tweak skeletons for `if', `while', `for',
2318         `try/except', `try/finally', `name'.
2319         (python-pea-hook, python-abbrev-pc-hook): New functions.
2320         (python-abbrev-syntax-table): New var.
2321         (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
2322         Use symbol-completion-try-complete for hippie expansion.
2323         Turn on font lock unconditionally.
2324         (python-mode-hook): Defcustom it.  No need to use make-local
2325         variable on indent-tabs-mode in "Turn off Indent Tabs mode"
2326         option, since it's buffer-local.
2328 2008-02-21  Juanma Barranquero  <lekktu@gmail.com>
2330         * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
2332 2008-02-21  Drew Adams  <drew.adams@oracle.com>
2334         * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
2335         "Turn off" and a "Help" entry when the minor mode has no menu.
2337 2008-02-21  Dan Nicolaescu  <dann@ics.uci.edu>
2339         * vc.el (vc-status-mark, vc-status-unmark): New functions.
2340         (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
2341         vc-status-mark-file and vc-status-unmark-file.
2342         (vc-status-mark-unmark): New function.
2343         (vc-status-previous-line, vc-status-next-line): No longer interactive.
2345 2008-02-21  Glenn Morris  <rgm@gnu.org>
2347         * composite.el (encode-composition-rule): Fix typo in error message.
2348         (composition-function-table, auto-composition-mode): Doc fixes.
2350         * subr.el (sit-for): Fix obsolete form for nil second argument.
2352         * textmodes/spell.el (spell-buffer, spell-word, spell-region)
2353         (spell-string): Make obsolete, in favor of ispell.
2355 2008-02-21  Kenichi Handa  <handa@ni.aist.go.jp>
2357         * language/devanagari.el: Don't setup composition-function-table
2358         here.
2359         ("Devanagari"): Change charset, coding-system, coding-priority to
2360         Unicode-based ones.  Don't require the feature devan-util.
2362         * composite.el (compose-chars-after): Fix arguments for a function
2363         in composition-function-table.
2364         (auto-compose-region): Likewise.
2366         * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
2367         for Ethiopic.
2368         (ps-mule-plot-string): Ignore glyph-string based compositions.
2370 2008-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2372         * doc-view.el: Allow different windows to show different pages.
2373         (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
2374         (doc-view-current-image, doc-view-current-overlay): Remove variables,
2375         add them back as macros instead, using image-mode-winprops instead.
2376         Update all users of those variables.
2377         (doc-view-new-window-function): New function to create a new overlay
2378         for each new window.
2379         (doc-view-mode): Use it and image-mode-setup-winprops.
2380         (doc-view-clone-buffer-hook): Rewrite accordingly.
2382         * image-mode.el: Extend [hv]scroll support to per-window properties.
2383         (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
2384         (image-mode-winprops-alist): New var to replace them.
2385         (image-mode-new-window-functions): New hook.
2386         (image-mode-winprops, image-mode-window-get, image-mode-window-put):
2387         New funs.
2388         (image-set-window-vscroll, image-set-window-hscroll): Use them.
2389         Remove the `window' argument, update callers.
2390         (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
2391         Use the new functions.
2392         (image-mode-reapply-winprops): New fun.
2393         (image-mode): Use it.
2395 2008-02-20  Jay Belanger  <jay.p.belanger@gmail.com>
2397         * calc/calc-math.el (math-sin-raw): Add optional argument
2398         to keep track of original argument.
2399         (math-cos-raw): Use optional argument when calling math-sin-raw.
2400         (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
2401         with close to original precision.
2403 2008-02-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2405         * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
2406         args in calls of sit-for.
2408 2008-02-20  Juanma Barranquero  <lekktu@gmail.com>
2410         * vc-svn.el (vc-svn-program): Fix typo in docstring.
2411         (vc-svn-checkin): Fix typo in error message.
2413         * help-mode.el: Require easymenu when compiling.
2415 2008-02-20  Dan Nicolaescu  <dann@ics.uci.edu>
2417         * help-mode.el (help-mode-menu): New menu.
2419 2008-02-20  Glenn Morris  <rgm@gnu.org>
2421         * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
2422         on Windows.
2424 2008-02-20  Kenichi Handa  <handa@ni.aist.go.jp>
2426         * ps-mule.el (ps-mule-encode-region): Return a single string.
2427         (ps-mule-plot-string): Adjust for the above change.
2428         (ps-mule-encode-header-string): Likewise.
2430         * international/latin1-disp.el (latin1-display): Don't use
2431         ucs-mule-8859-to-mule-unicode.  Fix the way of resetting
2432         standard-display-table.
2433         (latin1-display-identities): Adjust for the change of what is
2434         returned by (get-language-info charset 'charset).
2436         * international/mule-util.el (char-displayable-p): Fix for Latin-1
2437         characters and terminal case.
2439 2008-02-19  Ken Manheimer  <ken.manheimer@gmail.com>
2441         Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
2443         * progmodes/python.el: Also require comint when loading.
2444         (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
2445         Replace python-shell with run-python on menu bar.
2446         (python-shell-map): New map.
2447         (python-default-interpreter, python-python-command-args)
2448         (python-jython-command-args, python-pdbtrack-do-tracking-p):
2449         New options.
2450         (python-which-shell, python-which-args, python-which-bufname):
2451         New buffer local variables.
2452         (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
2454         * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
2455         (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
2456         New constants.
2458         Pdbtrack features:
2460         (python-point, python-end-of-def-or-class)
2461         (python-beginning-of-def-or-class, python-goto-initial-line)
2462         (python-comint-output-filter-function)
2463         (python-pdbtrack-overlay-arrow)
2464         (python-pdbtrack-track-stack-file, python-toggle-shells)
2465         (python-shell, python-pdbtrack-toggle-stack-tracking)
2466         (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
2467         New functions.
2469 2008-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2471         * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
2472         when the argument is nil.
2474 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
2476         * vc.el (dir-status): Add a brief description.
2478 2008-02-19  Thien-Thi Nguyen  <ttn@gnuvola.org>
2480         * vc-hooks.el (vc-find-root): Take optional arg INVERT.
2481         If non-nil, reverse the sense of the check.
2483         * vc-rcs.el (vc-rcs-root): New func.
2484         * vc-cvs.el (vc-cvs-root): New func.
2485         * vc-svn.el (vc-svn-root): New func.
2486         * vc-sccs.el (vc-sccs-root): New func.
2488 2008-02-18  Kenichi Handa  <handa@ni.aist.go.jp>
2490         * language/japan-util.el (setup-japanese-environment-internal):
2491         Call use-cjk-char-width-table.
2493         * language/japanese.el ("Japanese"): Set exit-function to
2494         use-default-char-width-table.
2496         * international/characters.el: Delete occurrences of non-Unicode
2497         tibetan and ethiopic characters.
2498         (cjk-char-width-table): New variable.
2499         (use-cjk-char-width-table, use-default-char-width-table):
2500         New functions.
2502 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
2504         * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
2505         (vc-status-mode-menu): Add a :filter.
2506         (vc-status-printer): Add faces.
2508         * vc-hg.el (vc-hg-extra-status-menu): New function.
2509         (vc-hg-dir-status): Clean up the buffer before using it.
2511 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2513         * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
2514         (gdb): Initialize it here instead.
2516         * files.el (locate-dominating-file): Fix thinko in last change.
2517         Reported by Bruce Stephens <bruce.stephens@isode.com>.
2519 2008-02-18  Dan Nicolaescu  <dann@ics.uci.edu>
2521         * vc.el (vc-status-mode-menu): New menu for vc-status.
2523 2008-02-18  Juanma Barranquero  <lekktu@gmail.com>
2525         * progmodes/verilog-mode.el (customize): Fix typo in error message.
2526         (verilog-mode, verilog-mode-indent, verilog-mode-actions)
2527         (verilog-mode-auto, verilog-indent-level-module)
2528         (verilog-minimum-comment-distance, verilog-library-flags)
2529         (verilog-library-directories, verilog-library-files)
2530         (verilog-auto-reset-widths, verilog-imenu-generic-expression)
2531         (verilog-xemacs-menu, verilog-set-compile-command)
2532         (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
2533         (verilog-get-expr, verilog-strip-comments, verilog-one-line)
2534         (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
2535         (verilog-batch-inject-auto, verilog-batch-indent)
2536         (verilog-continued-line, verilog-type-keywords)
2537         (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
2538         (verilog-read-inst-pins, verilog-read-arg-pins)
2539         (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
2540         (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
2541         (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
2542         (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
2543         (verilog-sk-datadef, verilog-colorize-include-files-buffer)
2544         (verilog-mode-version, verilog-mode-release-date)
2545         (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
2546         (verilog-simulator, verilog-compiler)
2547         (verilog-auto-sense-defines-constant, verilog-company)
2548         (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
2549         Fix typos in docstrings.
2550         (verilog-set-auto-endcomments, verilog-calculate-indent)
2551         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
2552         Reflow docstrings.
2553         (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
2554         (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
2555         (electric-verilog-forward-sexp, verilog-in-case-region-p)
2556         (verilog-in-struct-region-p, verilog-in-generate-region-p)
2557         (verilog-leap-to-head, verilog-current-indent-level)
2558         (verilog-case-indent-level, verilog-cpp-keywords)
2559         (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
2560         (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
2561         (verilog-signals-not-in, verilog-symbol-detick-text)
2562         (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
2563         (verilog-forward-close-paren, verilog-backward-open-paren)
2564         (verilog-backward-open-bracket): Doc fixes.
2566         * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
2567         (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
2568         (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
2569         (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
2570         (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
2571         Fix typos in docstrings.
2573         * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
2575 2008-02-18  Bastien Guerry  <Bastien.Guerry@ens.fr>
2577         * info.el (Info-read-node-name): Removed unused `default' arg.
2579 2008-02-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
2581         * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
2583 2008-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2585         * image-mode.el (image-get-display-property): New fun.
2586         (image-forward-hscroll, image-next-line, image-eol, image-eob)
2587         (image-mode, image-minor-mode, image-toggle-display-text)
2588         (image-toggle-display): Use it.
2590 2008-02-18  Jason Rumney  <jasonr@gnu.org>
2592         * international/mule.el (xml-find-file-coding-system): Don't warn
2593         about utf-16 with BOM.
2595         * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
2597         * international/mule.el (sgml-xml-auto-coding-function): Detect and
2598         warn if file encoding is not utf-8 and encoding not specified.
2599         (xml-find-file-coding-system): New function.
2600         * international/mule-conf.el (file-coding-system-alist): Use it.
2602 2008-02-17  Glenn Morris  <rgm@gnu.org>
2604         * international/mule-cmds.el (set-locale-environment):
2605         Pass `frame' to getenv for LC_MESSAGES.
2607 2008-02-17  Juri Linkov  <juri@jurta.org>
2609         * time.el (emacs-init-time): Use format instead of format-seconds.
2611 2008-02-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2613         * textmodes/bibtex.el (bibtex-search-entry): Rename from
2614         bibtex-find-entry.  Add autoload cookie.
2615         (bibtex-find-entry): Alias for bibtex-search-entry.
2616         (bibtex-search-crossref): Rename from bibtex-find-crossref.
2617         (bibtex-find-crossref): Alias for bibtex-search-crossref.
2618         (bibtex-clean-entry): atomic-change-group removed.
2619         (bibtex-format-entry): Use atomic-change-group.  Use unwind-protect
2620         to locate buffer location where error occurred.
2621         Make error messages more specific.
2622         (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
2624 2008-02-17  Dan Nicolaescu  <dann@ics.uci.edu>
2626         * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
2627         top level.
2629         * simple.el (transient-mark-mode): Add an :init-value.
2631         * startup.el (command-line): Use custom-reevaluate-setting for
2632         transient-mark-mode.
2634 2008-02-17  Micha\e$(Q)a\e(Bl Cadilhac  <michael@cadilhac.name>
2636         * wdired.el (wdired-allow-to-change-permissions): Fix typo.
2638 2008-02-16  Juri Linkov  <juri@jurta.org>
2640         * startup.el (after-init-time): New variable.
2641         (command-line): Set `after-init-time' to the current time.
2643         * time.el (emacs-init-time): New function.
2645 2008-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2647         * files.el (locate-dominating-file): Remove initial loop because it's
2648         not careful enough.  Detect the uid-change all within the main loop.
2650 2008-02-16  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
2652         * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
2654 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
2656         * vc.el (vc-annotate): Add new argument.
2657         (vc-annotate-warp-revision): Pass the current line to vc-annotate.
2659         * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
2660         Move make-variable-buffer-local code after the corresponding defvar.
2661         (hs-minor-mode-map): Define and initialize in one step.
2662         (hs-minor-mode): Change from defun to define-minor-mode.
2664 2008-02-16  Nick Roberts  <nickrob@snap.net.nz>
2666         * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
2667         (gdb-ready): Move declaration...
2669         * progmodes/gdb-ui.el (gdb-ready): ...to here.
2670         (gdb-early-user-input): New variable.
2671         (gdb): Reset gdb-flush-pending-output to nil and set
2672         comint-input-sender here (before gdb-prompt), instead of...
2673         (gdb-init-1): ...here.
2674         (gdb-send): If Emacs is not ready, defer user input to...
2675         (gdb-prompt): ...here.
2677 2008-02-16  Glenn Morris  <rgm@gnu.org>
2679         * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
2681         * startup.el (emacs-startup-time): Rename to `before-init-time'.
2682         (before-init-time): New name for `emacs-startup-time'.
2683         (command-line): Use before-init-time rather than emacs-startup-time.
2684         * time.el (emacs-uptime): Use before-init-time rather than
2685         emacs-startup-time.
2687         * composite.el (composition-function-table): Doc fix.
2689         * calendar/time-date.el (format-seconds): Remove `nonzero' argument
2690         in favor of `%z' specifier.
2691         (emacs-uptime): Move to time.el.
2692         * time.el (emacs-uptime): Move here from time-date.el.  Add optional
2693         `format' argument.  Doc fix.  Use `%z' rather than removed `nonzero'
2694         argument of format-seconds.
2696 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
2698         * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
2700 2008-02-15  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
2702         * ielm.el (ielm-is-whitespace): Remove.
2703         (ielm-is-whitespace-or-comment): New function.
2704         (ielm-eval-input): Use it.
2706 2008-02-15  Jason Rumney  <jasonr@gnu.org>
2708         * term/mac-win.el: Fix coding tag.
2710 2008-02-15  Dan Nicolaescu  <dann@ics.uci.edu>
2712         * vc-hooks.el (vc-menu-map):
2713         * bindings.el (mode-line-mode-menu): Add tooltips.
2715         * bindings.el (help-echo): Add more tooltips.  Use a less
2716         telegraphic style for existing tooltips.
2718 2008-02-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2720         * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
2721         from the auto-generated one.
2723 2008-02-14  Glenn Morris  <rgm@gnu.org>
2725         * mail/rmail-spam-filter.el (rmail-spam-filter):
2726         Let-bind message-spam-status.
2728         * mail/smtpmail.el (password-cache-add): Declare as function.
2730 2008-02-14  Justus Piater  <Justus-bulk@Piater.name>  (tiny change)
2732         * mail/smtpmail.el: Use password-cache.
2734 2008-02-14  Juanma Barranquero  <lekktu@gmail.com>
2736         * uniquify.el (uniquify-buffer-base-name): New function.
2737         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2739         * desktop.el (uniquify-managed): Don't defvar.
2740         (desktop-buffer-info): Use `uniquify-buffer-base-name', not
2741         `uniquify-managed'.  Return also the buffer's base name.
2742         (desktop-save): When saving the buffer info, filter out the base name,
2743         and save it as buffer name if the buffer is managed by uniquify.
2744         (uniquify-item-base): Don't declare; not called anymore.
2746 2008-02-14  Dan Nicolaescu  <dann@ics.uci.edu>
2748         * vc.el (vc-annotate-find-revision-at-line): New function.
2749         (vc-annotate-mode-map): Bind it.
2750         (vc-annotate-mode-menu): Add a menu entry for it.  Add :help for
2751         some entries.
2753 2008-02-14  Glenn Morris  <rgm@gnu.org>
2755         * calendar/time-date.el (format-seconds): New function.
2756         (emacs-uptime): Use format-seconds.
2758         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
2759         Remove `LC_ALL=C', since it's included in $(emacs) now.
2761 2008-02-14  Zhang Wei  <id.brep@gmail.com>
2763         * textmodes/org-publish.el (org-publish-timestamp-filename):
2764         Replace colon characters in filename too.
2766 2008-02-13  Bastien Guerry  <bzg@altern.org>
2768         * mail/rmail.el (rmail-header-name): New face.
2769         (rmail-font-lock-keywords): Use rmail-header-name.
2771         * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
2772         against X-Spam-Status header field.
2773         (rmail-spam-filter): Also check X-Spam-Status header field.
2775 2008-02-14  Mark A. Hershberger  <mah@everybody.org>
2777         * progmodes/flymake.el (flymake-allowed-file-name-masks):
2778         Add support for .pm files and .php files.
2779         (flymake-err-line-patterns): Add pattern for PHP errors.
2780         (flymake-php-init): New function.  PHP support for flymake.
2782         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2783         Add regular expression for PHP errors.
2785 2008-02-13  Michael Albinus  <michael.albinus@gmx.de>
2787         * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
2788         This DTRT even on w32 machines.
2789         (ange-ftp-cf1): Quote FILENAME.
2791 2008-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2793         * smerge-mode.el (smerge-auto-combine-max-separation): New var.
2794         (smerge-auto-combine): New fun.
2796 2008-02-12  Juri Linkov  <juri@jurta.org>
2798         * startup.el (fancy-startup-screen, normal-splash-screen):
2799         Set default-directory to command-line-default-directory.
2801         * desktop.el (after-init-hook): Set inhibit-startup-screen to t
2802         after reading the desktop.
2804         * progmodes/compile.el (compilation-auto-jump):
2805         Call compile-goto-error only when compilation-auto-jump-to-first-error
2806         is non-nil.
2807         (compilation-scroll-output): Replace :type 'boolean with a choice
2808         that has three options including a third option `first-error'.
2809         Doc fix.
2810         (compilation-start, compilation-forget-errors): Add an alternate
2811         condition comparing compilation-scroll-output with `first-error'
2812         in addition to compilation-auto-jump-to-first-error (to call
2813         compilation-auto-jump in the proper place).
2815 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2817         * international/mule.el (sgml-html-meta-auto-coding-function):
2818         Make sure the search limit is ahead.
2820         * tar-mode.el: Fix broken indentation.
2821         (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
2822         Use with-current-buffer.
2824 2008-02-12  Juanma Barranquero  <lekktu@gmail.com>
2826         * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
2827         it is already automatically buffer-local.
2829 2008-02-11  Drew Adams  <drew.adams@oracle.com>
2831         * help.el (describe-key): Join some split lines to facilitate filling.
2832         * help-fns.el (describe-function-1): Fill text of overlong lines.
2834 2008-02-12  Kenichi Handa  <handa@ni.aist.go.jp>
2836         * emacs-lisp/bytecomp.el (byte-compile-lapcode):
2837         Use unibyte-string instead of string-make-unibyte.
2839         * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
2841 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2843         * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
2844         works also for buffers w/o buffer-file-name.  Update callers.
2845         (doc-view-clone-buffer-hook): New fun.
2846         (doc-view-mode): Use it for indirect clones.  Mark the overlays with
2847         the `doc-view' property so they can be recognized.
2849         * simple.el (clone-indirect-buffer-hook): New hook.
2850         (clone-indirect-buffer): Run it.
2852 2008-02-11  Daiki Ueno  <ueno@unixuser.org>
2854         * epa.el (epa-menu-mode): Merge into epa-mode.
2855         (epa-menu-items): Rename the label "EasyPG Assistant" to
2856         "Encryption/Decryption".
2858         * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
2859         (epa-dired-mode-map): Rename from epa-dired-map.
2860         (epa-global-dired-mode): Rename the global minor mode.
2862 2008-02-11 Drew Adams  <drew.adams@oracle.com>
2864         * isearch.el (isearch-fail): New face.
2865         (isearch-message): Highlight failure part of input.
2867 2008-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2869         * ibuffer.el (ibuffer-header-line-format): New var.
2870         (ibuffer-mode): Set it instead of header-line-format.
2871         (ibuffer-update): Use it to set header-line-format.
2873         * international/mule-cmds.el (ucs-insert): Inherit surrounding
2874         properties like self-insert-command.
2876 2008-02-11  Drew Adams  <drew.adams@oracle.com>
2878         * progmodes/etags.el: Add many doc strings.
2880 2008-02-11  Jason Rumney  <jasonr@gnu.org>
2882         * ldefs-boot.el: Regenerated.
2884 2008-02-11  Glenn Morris  <rgm@gnu.org>
2886         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2887         Shorten some names.
2889         * ffap.el (ffap-rfc-directories): Add :version.
2891 2008-02-11  Chris Moore  <christopher.ian.moore@gmail.com>
2893         * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
2894         files, and backup files of same.
2896 2008-02-11  Kevin Ryde  <user42@zip.com.au>
2898         * ffap.el (ffap-rfc-directories): New variable.
2899         (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
2901         * info.el (Info-next-reference, Info-prev-reference)
2902         (Info-try-follow-nearest-node): Move to and follow https:// links too.
2904         * simple.el (completion-list-mode): Show full completion-list-mode-map
2905         in the docstring.
2907 2008-02-11  Sam Steingold  <sds@gnu.org>
2909         * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
2911 2008-02-11  Glenn Morris  <rgm@gnu.org>
2913         * startup.el (emacs-startup-time): New variable.
2914         (command-line): Set emacs-startup-time.
2916         * calendar/time-date.el (emacs-uptime): New function.
2918 2008-02-10  Bastien Guerry  <bzg@altern.org>
2920         * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
2921         (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
2922         it is nil.
2924 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
2926         * epg-config.el: Expand the contents of epg-package-info.el.
2927         (epg-package-name): New constant.
2928         (epg-version-number): New constant.
2929         (epg-bug-report-address): New constant.
2931         * epa-mail.el (epa-mail-mode): Add autoload cookie.
2932         (epa-global-mail-mode): New global minor mode.
2934         * epa-file.el (epa-file-mode): New global minor mode.
2936         * epa-dired.el (epa-dired-mode): New global minor mode.
2938         * epa.el (epa-menu): New variable.
2939         (epa-menu-items): New variable.
2940         (epa-menu-mode): New global minor mode.
2941         (epa-global-minor-modes): New user option.
2942         (epa-mode): New global minor mode.
2944 2008-02-10  Michael Albinus  <michael.albinus@gmx.de>
2946         * net/dbus.el: Remove `no-byte-compile' cookie.
2947         (dbus-call-method, dbus-register-signal, dbus-debug)
2948         (dbus-registered-functions-table): Declare them with
2949         `declare-function' or `defvar', respectively.
2950         (top): Don't assert any longer.  Require 'cl when compiling.
2951         Apply `ignore-errors' but `dbus-ignore-errors'.
2953 2008-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
2955         * diff-mode.el (diff-add-change-log-entries-other-window):
2956         Use add-change-log-entry.
2958 2008-02-09  Jason Rumney  <jasonr@gnu.org>
2960         * button.el (button-map):
2961         * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
2962         * ldefs-boot.el: Regenerate.
2964 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
2966         * epa.el (epa-faces, epa):
2967         * epa-file.el (epa-file):
2968         * epg-config.el (epg): Add :version.
2970 2008-02-09  Thien-Thi Nguyen  <ttn@gnuvola.org>
2972         * vc.el (vc-exec-after): Append CODE to previous fragments.
2973         (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
2974         take MESSAGES instead of VERBOSE; use it when non-nil.
2975         (vc-diff-internal): Compute messages once; use them;
2976         update call to vc-diff-finish.
2978 2008-02-09  Michael Olson  <mwolson@gnu.org>
2980         * net/tramp.el (tramp-process-sentinel): Avoid error when process
2981         buffer has been killed, such as by
2982         `tramp-cleanup-all-connections'.
2984 2008-02-09  Miles Bader  <miles@gnu.org>
2986         * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
2988 2008-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2990         * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
2991         splitter in context hunks.
2993 2008-02-08  Kenichi Handa  <handa@ni.aist.go.jp>
2995         * international/fontset.el (setup-default-fontset): Fix arabic otf
2996         font specification.
2998 2008-02-08  Daiki Ueno  <ueno@unixuser.org>
3000         * epa-dired.el:
3001         * epa-file.el:
3002         * epa-mail.el:
3003         * epa-setup.el:
3004         * epa.el:
3005         * epg-config.el:
3006         * epg-package-info.el:
3007         * epg.el: Initial check-in of EasyPG.
3009 2008-02-08  Glenn Morris  <rgm@gnu.org>
3011         * woman.el (woman-locale): New defcustom.
3012         (woman-expand-locale, woman-manpath-add-locales): New functions.
3013         (woman-manpath): Call woman-manpath-add-locales.  Bump :version.
3015         * international/mule-cmds.el (locale-translate): New function,
3016         with old code extracted from set-locale-environment.
3017         (set-locale-environment): Use locale-translate.  Set woman-locale.
3019         * cus-start.el (selection-coding-system): Remove, since it's now
3020         defined in select.el rather than in xselect.c.
3021         * select.el (selection-coding-system): Make it a defcustom, and
3022         add the properties from cus-start.el.  Bump :version.
3024         * custom.el (custom-theme-set-variables): Sort symbols that are
3025         dependencies before symbols that depend on them.
3026         (custom-enabled-themes): Set after custom-theme-directory.
3028         * pcmpl-unix.el (top-level): Move provide statement to end.
3029         (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
3030         `*' from doc-string.  Allow to be nil.
3031         (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
3032         Allow to be nil.  Add :version.
3033         (pcmpl-ssh-hosts): Move definition before use.  Handle lines
3034         without hostnames, and multiple hostnames per line.
3036         * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
3038 2008-02-08  Phil Hagelberg  <phil@evri.com>
3040         * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
3041         (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
3043 2008-02-07  Timo Savola  <timo.savola@iki.fi>
3045         * startup.el (command-line-x-option-alist): Add --parent-id.
3047         * term/x-win.el (x-handle-parent-id): New function.
3049 2008-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
3051         * mouse.el (x-fixed-font-alist): Use consistent capitalization for
3052         "Font Menu".
3054 2008-02-06  Michael Albinus  <michael.albinus@gmx.de>
3056         * net/dbus.el (dbus-interface-peer): New defconst.
3057         (dbus-ping): New defun.
3059 2008-02-06  Sam Steingold  <sds@gnu.org>
3061         * vc-hooks.el (vc-prefix-key): New user-customizable variable.
3063 2008-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3065         * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
3066         Just return nil and let the C code provide a fallback.
3068 2008-02-05  Glenn Morris  <rgm@gnu.org>
3070         * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
3071         tramp-flush-connection-property for removed 2nd argument.
3073 2008-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3075         * diff-mode.el (diff-add-change-log-entries-other-window):
3076         Rename from diff-create-changelog.  Change users.
3077         Minor change to hopefully work with plain diffs.
3078         (diff-mode-map): Add binding for it.
3080 2008-02-04  Dan Nicolaescu  <dann@ics.uci.edu>
3082         * diff-mode.el: Add new TODO entry.
3083         (diff-create-changelog): New function.
3084         (diff-mode-menu): Bind it.
3086 2008-02-04  Kenichi Handa  <handa@ni.aist.go.jp>
3088         * international/mule-diag.el (print-fontset-element): Handle the
3089         case of inhibiting the fallback fonts.
3091 2008-02-04  Kim F. Storm  <storm@cua.dk>
3093         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
3094         (ido-magic-delete-char): Use prefix arg.
3096 2008-02-03  Juanma Barranquero  <lekktu@gmail.com>
3098         * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
3099         because the latter is in fact a 1.2.8 build distributed with GTK+ (as
3100         of today, the most recent libpng is 1.2.24).
3102 2008-02-03  Michael Albinus  <michael.albinus@gmx.de>
3104         * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
3106         * net/dbus.el (top): Check (featurep 'dbusbind).
3108         * net/tramp.el (tramp-process-sentinel): New defun.
3109         (tramp-do-copy-or-rename-file-out-of-band)
3110         (tramp-maybe-open-connection): Use it as process sentinel.
3111         (tramp-handle-delete-directory): Don't use the "-f" option; it
3112         isn't portable.
3113         (tramp-handle-start-file-process): Echo `tramp-end-of-output'
3114         after the command.
3115         (tramp-handle-shell-command): Set `mode-line-process' in the
3116         asynchronous case.
3118         * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
3120         * net/tramp-fish.el (tramp-fish-maybe-open-connection):
3121         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
3122         Use `tramp-process-sentinel' as process sentinel.
3124 2008-02-02  Juanma Barranquero  <lekktu@gmail.com>
3126         * whitespace.el (global-whitespace-mode): Revert last change.
3127         (whitespace-unload-function): Force `global-whitespace-mode'
3128         to deactivate local modes in a slightly less intrusive way.
3130 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
3132         * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
3134 2008-02-02  Glenn Morris  <rgm@gnu.org>
3136         * international/latin1-disp.el (latin1-display):
3137         * progmodes/fortran.el (fortran-comment-indent-char):
3138         * progmodes/idlw-shell.el (top-level):
3139         * term/mac-win.el (mac-keyboard-translate-char):
3140         * whitespace.el (whitespace-char-valid-p):
3141         * wid-edit.el (widget-key-sequence-read-event):
3142         Use characterp rather than char-valid-p.
3144         * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
3145         to capitalized-find-word-boundary.  Doc fix.  Update callers.
3146         (capitalized-next-word-boundary-function-table): Rename to
3147         capitalized-find-word-boundary-function-table.  Doc fix.  Update users.
3149         * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
3150         string-to-int.
3152         * ps-def.el (declare-function): Add compatibility definition.
3153         (ps-plot-with-face, ps-plot-string): Declare as functions.
3154         (ps-bold-faces, ps-italic-faces): Declare variables.
3156         * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
3157         (ps-mule-end-job): Declare as functions.
3159         * wid-edit.el (widget-string-complete): Use assoc-string rather
3160         than assoc-ignore-case.
3162 2008-02-01  Chong Yidong  <cyd@stupidchicken.com>
3164         * progmodes/etags.el (next-file): Improve revert message.
3166 2008-02-01  Andreas Schwab  <schwab@suse.de>
3168         * loadup.el: Load language/burmese instead of language/myanmar.
3170 2008-02-01  Richard Stallman  <rms@gnu.org>
3172         * language/burmese.el: Rename from myanmar.el.
3173         ("Burmese"): Rename from "Myanmar".
3175 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
3177         * international/fontset.el (script-representative-chars): Add cham
3178         and tai-viet.
3179         (setup-default-fontset): Add iso10646-1 font for latin and ipa.
3180         Add fontconfig spec for cjk-misc.  Explicitly specify font font
3181         for U+E000..U+F8FF.
3183         * international/characters.el (script-list): Add cham.
3185         * language/cham.el: New file.
3187 2008-02-01  Mark A. Hershberger  <mah@everybody.org>
3189         * xml.el (xml-escape-string): Don't do any encoding changes on the
3190         string.
3192 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
3194         * language/ind-util.el (in-is13194-post-read-conversion):
3195         Delete unnecessary call of indian-compose-region.
3197 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3199         * ps-print.el: Some face attributes (like :strike-through) were not
3200         being recognised.  Reported by Leo <sdl.web@gmail.com>.
3201         (ps-print-version): New version 7.3.2.
3202         (ps-screen-to-bit-face): Fix code.  Call ps-face-strikout-p,
3203         ps-face-overline-p and ps-face-box-p functions.
3205         * ps-def.el (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p):
3206         New functions.
3208 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
3210         * international/fontset.el (font-encoding-alist): Add an entry for
3211         iso8859-16.
3212         (setup-default-fontset): Add iso8859-16 to latin.
3214         * descr-text.el (describe-char-display): Convert a GLYPH-CODE to a
3215         hexadigit string.
3216         (describe-char): Adjust for the above change.
3218 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
3220         * international/fontset.el (font-encoding-alist): Don't set the
3221         repertory of GB18030 fonts.
3223 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
3225         * language/indian.el: Set font-shape-text for all Indic characters
3226         in composition-function-table.
3228         * language/khmer.el: New file.
3230         * language/myanmar.el: New file.
3232         * loadup.el: Load "language/khmer" and "language/myanmar".
3234 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
3236         * international/fontset.el (setup-default-fontset): Fix lao OTF
3237         script name.
3239 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
3241         * composite.el (terminal-composition-modification): Delete it.
3243 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
3245         * international/fontset.el (x-complement-fontset-spec):
3246         Complement size too.
3248 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
3250         * international/fontset.el (font-encoding-charset-alist):
3251         Initialize it.
3252         (otf-script-alist): Fix typo of canadian-aboriginal.
3253         (setup-default-fontset): Specify font-specs for many more scripts.
3254         (x-complement-fontset-spec): Change the first argument to a
3255         font-spec object.
3256         (create-fontset-from-fontset-spec): Adjust for the above change.
3258 2008-02-01  Kenichi Handa  <handa@m17n.org>
3260         * language/devanagari.el: Register font-shape-text in
3261         composition-function-table.
3263         * language/tibetan.el: Register font-shape-text in
3264         composition-function-table.
3266         * language/thai-util.el (thai-composition-function): Fix arguments.
3268         * language/tamil.el: Register font-shape-text in
3269         composition-function-table.
3271         * language/malayalam.el: Register font-shape-text in
3272         composition-function-table.
3274         * language/lao.el: Register font-shape-text in
3275         composition-function-table.
3277         * language/kannada.el: Register font-shape-text in
3278         composition-function-table.
3280         * language/european.el (diacritic-composition-function): Fix arguments.
3282         * language/ethio-util.el (ethio-composition-function): Fix arguments.
3284         * language/tv-util.el (tai-viet-composition-function): Fix arguments.
3286         * composite.el (composition-function-table): Fix docstring.
3287         (terminal-composition-function): Fix arguments.
3288         (auto-compose-current-font): Delete it.
3289         (auto-compose-chars): Adjust for the change of
3290         composition-function-table.
3292 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
3294         * international/fontset.el (font-encoding-alist): Add the entry of
3295         "unicode-bmp".
3297 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
3299         * composite.el (auto-compose-chars): Be sure to calculate
3300         composition at least at POS.
3302 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3304         * printing.el: Fix pr-interface-map initialization code.
3305         (pr-version): New version 6.9.3.
3306         (pr-f-set-keymap-parents): Replace by pr-set-keymap-parents.
3307         (pr-f-set-keymap-name): Replace by pr-set-keymap-name.
3308         (pr-f-read-string): Replace by pr-read-string.
3309         (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string):
3310         New function name.
3311         (pr-interactive-n-up, pr-interactive-regexp): Code fix.
3313 2008-02-01  Kenichi Handa  <handa@m17n.org>
3315         * language/tv-util.el (tai-viet-re): Include '-'.
3316         (tai-viet-glyph-info): Handle '-'.
3318 2008-02-01  Kenichi Handa  <handa@m17n.org>
3320         * descr-text.el (describe-char): Handle a composition of the new
3321         format.  Show font name.
3323 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
3325         * language/tibet-util.el (tibetan-composition-function): Use
3326         font-shape-text if auto-compose-current-font is non-nil.
3328         * language/tibetan.el: Fix the range for recording
3329         tibetan-composition-function in composition-function-table.
3331         * language/mlm-util.el (malayalam-composition-function): Use
3332         font-shape-text if auto-compose-current-font is non-nil.
3334         * international/mule-conf.el: Flag many charsets as supplementary.
3336         * international/mule.el (define-charset): Update the docstring for
3337         :supplementary-p.
3339         * international/fontset.el (setup-default-fontset): Add OpenType
3340         fonts for malayalam and tibetan.
3342 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
3344         * international/fontset.el (x-complement-fontset-spec): Use font-spec.
3346 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
3348         * international/fontset.el (otf-script-alist): Make all otf tags
3349         4-letters.
3350         (setup-default-fontset): Add OpenType fonts for devanagari and tamil.
3352         * language/tml-util.el (tamil-composition-function): Use
3353         font-shape-text if auto-compose-current-font is non-nil.
3355         * language/devan-util.el (devanagari-composition-function): Use
3356         font-shape-text if auto-compose-current-font is non-nil.
3358         * composite.el (auto-compose-chars): Change argument font-object
3359         to window.
3361 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3363         * ps-print.el (ps-lpr-switches): Docstring fix.
3364         (ps-string-list): New function.
3365         (ps-do-despool): Code fix.
3367 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
3369         * international/utf-7.el (utf-7-imap-post-read-conversion)
3370         (utf-7-imap-pre-write-conversion): New functions.
3372         * international/mule-conf.el (utf-7-imap): New coding system.
3374 2008-02-01  Kenichi Handa  <handa@m17n.org>
3376         * term/x-win.el (x-selection-value): If x-select-request-type is
3377         nil, try also STRING at last.
3378         (x-select-request-type): Doc fix for the change of x-selection-value.
3380         * select.el (selection-coding-system, next-selection-coding-system):
3381         Move declarations from xselect.c.
3382         (x-get-selection): Decode by selection-coding-system if it is non-nil.
3383         If it is nil, decode by a proper coding system.  Handle C_STRING.
3384         (ccl-check-utf-8, string-utf-8-p): Delete them.
3385         (xselect-convert-to-string): Fix determining data-type in the case
3386         that TEXT is requested.  Don't use selection-coding-system if it's
3387         not proper for the data-type.
3389 2008-02-01  Kenichi Handa  <handa@m17n.org>
3391         * term/x-win.el (x-selection-value): If x-select-request-type is
3392         nil, simply try UTF8_STRING and COMPOUND-TEXT in this order.
3394 2008-02-01  Jason Rumney  <jasonr@gnu.org>
3396         * term/w32-win.el (w32-initialize-window-system): Use t, not nil
3397         to signify default fontset.
3399 2008-02-01  Kenichi Handa  <handa@m17n.org>
3401         * international/mule-cmds.el (describe-language-environment):
3402         Check if the specified input method exists or not.
3404 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3406         * ps-print.el (ps-begin-job): Error if ps-lpr-switches is not a list.
3407         (ps-face-background-name): Remove this function.  It's already defined
3408         in ps-def.el file.
3410 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3412         * ps-print.el: Eliminate the check if ps-print was running on Lucid or
3413         Epoch emacsen.
3415 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3417         * ps-print.el: Now detect if text foreground and background colors are
3418         equals and replace the foreground color by another color, so the text
3419         becomes visible.  Doc fix.
3420         (ps-print-version): New version 7.3.
3421         (ps-default-fg, ps-default-bg): Docstring fix.
3422         (ps-fg-list, ps-fg-validate-p): New options.
3423         (ps-foreground-list): New variable.
3424         (ps-generate-header-line): Replace fboundp by functionp.
3425         (ps-setup, ps-begin-job, ps-plot-region): Fix code.
3427 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3429         * printing.el: Pacify byte compiler, that is, no compiler warnings.
3430         Move (again) some variable definitions before use, define some
3431         function aliases, no code change.
3432         (pr-version): New version 6.9.2.
3433         (pr-path-style, pr-auto-region, pr-menu-char-height)
3434         (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
3435         (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
3436         via (defvar VAR).
3437         (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
3438         (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
3439         (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
3440         (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
3441         (pr-f-set-keymap-parents, pr-keep-region-active): Function aliases.
3442         (pr-menu-print-item, pr-ps-printer-menu-modified)
3443         (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
3444         (pr-even-or-odd-alist): Move variable definitions.
3446 2008-02-01  Kenichi Handa  <handa@m17n.org>
3448         * language/chinese.el (cp936): Delete duplicated alias.
3450         * international/mule-diag.el (list-block-of-chars): Don't insert
3451         non-Unicode characters.
3453 2008-02-01  Jason Rumney  <jasonr@gnu.org>
3455         * loadup.el [windows-nt]: Don't load code-pages and ccl.
3456         * term/w32-win.el: Don't require code-pages.
3458 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3460         Fix up multi-tty merge.
3462         * version.el (emacs-version): Bump to 23.0.60.
3464         * term/x-win.el (x-initialize-window-system): Don't try to create
3465         a fontset from a font-specification anymore.  This was removed on the
3466         unicode branch and mistakenly re-added by the multi-tty merge.
3468         * term/w32-win.el: Remove duplicate code that's now in
3469         w32-initialize-window-system.
3470         (w32-initialize-window-system): Don't try to create a fontset from
3471         a font-specification anymore.  This was removed on the unicode branch
3472         and mistakenly re-added by the multi-tty merge.
3474         * term/mac-win.el: Remove duplicate top-level code.
3476         * language/ethio-util.el:
3477         * international/characters.el: Use utf-8 rather than utf-8-emacs
3478         since it works as well and has the advantage of working with
3479         non-unicode versions of Emacs.
3481         * international/encoded-kb.el (encoded-kbd-setup-display): Use the new
3482         multi-tty code, which includes the previous local change.
3484 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3486         * ps-print.el (ps-print-version): New version 7.2.5.
3487         (ps-background, ps-begin-file, ps-build-reference-face-lists):
3488         Use `mapc' rather than `mapcar'.
3490 2008-02-01  Kenichi Handa  <handa@m17n.org>
3492         * skeleton.el (skeleton-internal-1): Use integerp and stringp
3493         instead of char-or-string-p to catch -1.
3495 2008-02-01  Kenichi Handa  <handa@m17n.org>
3497         * international/mule-cmds.el (inactivate-input-method):
3498         Set input-method-function to nil before calling
3499         inactivate-current-input-method-function.
3501 2008-02-01  Kenichi Handa  <handa@m17n.org>
3503         * play/gamegrid.el (gamegrid-setup-default-font): Calculate a font
3504         height that doesn't exceed the requested height by rounding off.
3506 2008-02-01  Andreas Schwab  <schwab@suse.de>
3508         * international/mule-diag.el (print-fontset-element):
3509         Use fontp only if defined.
3511 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3513         * ps-mule.el (ps-mule-prepare-font, ps-mule-encode-region)
3514         (ps-mule-plot-composition, ps-mule-encode-header-string): Docstring fix.
3515         (ps-mule-prologue-generated): Code fix.
3517 2008-02-01  Kenichi Handa  <handa@m17n.org>
3519         * dnd.el (dnd-get-local-file-name): Call replace-regexp-in-string
3520         with FIXEDCASE t.
3522 2008-02-01  Kenichi Handa  <handa@m17n.org>
3524         * international/mule-diag.el (print-fontset-element): Fix for the
3525         format change of a fontset element for font-backend feature.
3527 2008-02-01  Kenichi Handa  <handa@m17n.org>
3529         * descr-text.el (describe-char): Fix for the case that a component
3530         character is TAB.
3532 2008-02-01  Kenichi Handa  <handa@m17n.org>
3534         * international/mule-cmds.el (select-safe-coding-system-interactively):
3535         Fix printing of rejected and unsafe coding-systems.
3537         * international/fontset.el (setup-default-fontset): Add tai-viet.
3539         * international/characters.el: Setup syntax/category table for Tai Viet.
3540         (script-list): Add tai-viet.
3542         * loadup.el: Load "language/tai-viet".
3544         * language/tai-viet.el: New file.
3546         * language/tv-util.el: New file.
3548 2008-02-01  Jason Rumney  <jasonr@gnu.org>
3550         * faces.el (font-weight-table): Use defaults on w32 that match
3551         LOGFONT.lfWeight.
3553         * term/w32-win.el: Don't create fontset from command-line font.
3555 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
3557         * international/mule-cmds.el (toggle-enable-multibyte-characters)
3558         (sort-coding-systems, search-unencodable-char): Doc fixes.
3559         (default-input-method, input-method-verbose-flag)
3560         (input-method-highlight-flag): Remove * in defcustom's docstrings.
3561         (exit-language-environment-hook, set-default-coding-systems)
3562         (coding-system-change-eol-conversion, prefer-coding-system)
3563         (find-multibyte-characters, leim-list-entry-regexp)
3564         (set-input-method, input-method-exit-on-first-char, princ-list)
3565         (locale-language-names, locale-charset-language-names)
3566         (define-char-code-property): Fix typos in docstrings.
3568 2008-02-01  Kenichi Handa  <handa@m17n.org>
3570         * disp-table.el (make-glyph-code, glyph-char, glyph-face):
3571         Fix for a new character code space (22-bit).
3573 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
3575         * printing.el (pr-ps-fast-fire): Fix typos in docstring.
3577 2008-02-01  Kenichi Handa  <handa@m17n.org>
3579         * international/characters.el: Add more cases/syntaxes from Latin
3580         characters.
3582 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3584         * ps-def.el (installation-directory): Must be initialized when defining
3585         it in XEmacs.
3586         (coding-system-for-read): Eliminate duplicated definition.
3588 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3590         * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
3592 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3594         * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
3595         (ps-print-emacs-type): Eliminate variable.
3596         (ps-setup): Remove ps-print-emacs-type.  Print which Emacsen is
3597         running ps-print package.
3599         * ps-def.el: Replace (defvar VAR nil) by (defvar VAR).
3600         (ps-frame-parameter): Replace defun by defalias.
3601         (mark-active): Eliminate defvar.
3603         * ps-samp.el (ps-prsc, ps-c-prsc, ps-s-prsc): Eliminate macros.
3604         (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
3605         (ps-jts-ps-setup): Replace macros by vector key definition.
3607 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3609         * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
3610         * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
3611         * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
3612         * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
3613         * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
3614         * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
3615         New command actions for EPS header and EPS footer.
3617         * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
3618         footer.  Fix some problems with one-or-more, zero-or-more and
3619         alternative constructions generation.  Some implementation of log
3620         messages.  Doc fix.
3621         (ebnf-version): New version 4.4.
3622         (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
3623         (ebnf-eps-footer, ebnf-log): New options.
3624         (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
3625         (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
3626         (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
3627         (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
3628         (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New functions.
3629         (ebnf-style-custom-list, ebnf-style-database): Put new values.
3630         (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
3631         (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
3632         (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
3633         (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
3634         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
3635         (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
3636         (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
3637         (ebnf-non-terminal-dimension, ebnf-special-dimension)
3638         (ebnf-terminal-dimension1, ebnf-repeat-dimension)
3639         (ebnf-except-dimension, ebnf-alternative-dimension)
3640         (ebnf-optional-dimension, ebnf-one-or-more-dimension)
3641         (ebnf-zero-or-more-dimension, ebnf-sequence-dimension):
3642         Insert log message function.
3643         (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
3644         (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
3645         (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
3646         (ebnf-terminal-dimension1, ebnf-alternative-dimension)
3647         (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
3648         (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
3649         (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
3650         compatibility with Emacs 20 & 21.
3651         (ebnf-eps-header-comment, ebnf-eps-footer-comment)
3652         (ebnf-eps-file-alist, ebnf-basic-width-extra)
3653         (ebnf-basic-empty-height): New variables.
3654         (ebnf-prologue): Fix PostScript code.
3655         (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
3656         (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
3657         (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
3658         (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
3660 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3662         * printing.el: Group together all XEmacs/Emacs definitions.
3663         (pr-version): New version 6.9.
3664         (pr-global-menubar, pr-menu-char-height, pr-menu-char-width):
3665         New functions.
3666         (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
3667         (pr-menu-bind): Fix code.
3668         (pr-e-frame-char-height, pr-e-frame-char-width)
3669         (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
3670         (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
3671         (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
3672         (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
3673         (pr-x-event-y-pixel): Eliminate aliases.
3674         (pr-xemacs-global-menubar): Move macro.
3675         (current-menubar, current-mouse-event, zmacs-region-stays)
3676         (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
3677         (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
3678         Move variables.
3679         (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
3680         (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
3681         (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
3682         (pr-menu-set-utility-title, pr-even-or-odd-pages)
3683         (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
3684         (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name):
3685         Move functions.
3687 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3689         * ps-print.el: The ps-print commands without face printing should not
3690         print background color.  Reported by Leo <sdl.web@gmail.com>.
3691         (ps-print-version): New version 7.2.2.
3692         (ps-begin-job): New arg.  Fix ps-default-background and
3693         ps-default-foreground initialization.
3694         (ps-face-attributes): Fix doc string.
3695         (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
3697         * printing.el: Fix ps-print link.
3699 2008-02-01  Kenichi Handa  <handa@m17n.org>
3701         * international/mule-diag.el (list-character-sets-2): Don't print width.
3703 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3705         * ps-print.ps: Fix background height.
3706         (ps-print-version): New version 7.2.1.
3708 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3710         * ps-print.el: Split XEmacs/Emacs definitions and sample setup code
3711         into separate files.
3712         (ps-print-version): New version 7.2.
3713         (ps-postscript-code-directory): Fix XEmacs initialization.
3714         (ps-generate-postscript-with-faces):
3715         Call ps-generate-postscript-with-faces1 (new function).
3716         (ps-color-format, ps-float-format): Move variables to ps-def.el.
3717         (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
3718         (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
3719         (ps-face-background-name, ps-frame-parameter, ps-color-device)
3720         (ps-color-values, ps-face-bold-p, ps-face-italic-p):
3721         Move functions to ps-def.el.
3722         (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
3723         (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
3724         (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
3725         (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
3726         (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
3727         (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
3728         Move functions to ps-samp.el.
3730         * ps-bdf.el (installation-directory, coding-system-for-read):
3731         Move variables to ps-def.el.
3733         * ps-mule.el (leading-code-private-22): Move variables to ps-def.el.
3734         (charset-bytes, charset-dimension, charset-id, charset-width)
3735         (find-charset-region, char-width, chars-in-region, forward-point)
3736         (decompose-composite-char, encode-coding-string, coding-system-p)
3737         (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
3738         (string-make-multibyte, encode-char): Move functions to ps-def.el.
3740         * ps-def.el: New file.  XEmacs/Emacs definitions.
3741         (ps-generate-postscript-with-faces1): New function.
3742         (ps-color-format, ps-float-format): Move variables from ps-print.el.
3743         (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
3744         (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
3745         (ps-face-background-name, ps-frame-parameter, ps-color-device)
3746         (ps-color-values, ps-face-bold-p, ps-face-italic-p):
3747         Move functions from ps-print.el.
3748         (installation-directory, coding-system-for-read):
3749         Move variables from ps-bdf.el.
3750         (leading-code-private-22): Move variable from ps-mule.el.
3751         (charset-bytes, charset-dimension, charset-id, charset-width)
3752         (find-charset-region, char-width, chars-in-region, forward-point)
3753         (decompose-composite-char, encode-coding-string, coding-system-p)
3754         (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
3755         (string-make-multibyte, encode-char): Move functions from ps-mule.el.
3757         * ps-samp.el: New file.  Sample setup code.
3758         (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
3759         (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
3760         (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
3761         (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
3762         (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
3763         (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
3764         Move functions from ps-print.el.
3766 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3768         * ps-print.el: Handle frame parameters (background and/or foreground
3769         colors) changing dynamically.  Reported by Leo <sdl.web@gmail.com>.
3770         (ps-print-version): New version 7.1.
3771         (ps-x-frame-property, ps-e-frame-parameter): New aliases.
3772         (ps-frame-parameter): New function.
3773         (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
3774         Fix doc and customization.
3775         (ps-begin-job): Get frame parameters (background and/or foreground
3776         colors).
3777         (ps-do-despool): Ensure ps-printer-name has a valid value.
3779 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3781         * progmodes/ebnf-abn.el:
3782         * progmodes/ebnf-bnf.el:
3783         * progmodes/ebnf-dtd.el:
3784         * progmodes/ebnf-ebx.el:
3785         * progmodes/ebnf-iso.el:
3786         * progmodes/ebnf-otz.el:
3787         * progmodes/ebnf-yac.el:
3788         * progmodes/ebnf2ps.el:
3789         * delim-col.el:
3790         * printing.el:
3791         * ps-bdf.el:
3792         * ps-mule.el:
3793         * ps-print.el: Remove 'Time-stamp' comment mark.
3795         * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
3796         'easy-menu-add-item' when called in Emacs 21 or higher.
3798 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3800         * ps-print.el : Fix doc.
3801         (ps-print-version): New version 7.0.
3803 2008-02-01  Kenichi Handa  <handa@m17n.org>
3805         * mail/emacsbug.el (report-emacs-bug): Insert also the value of
3806         XMODIFIERS.
3808 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3810         * ps-print.el: Fix maintainer email.  Eliminate function declaration
3811         that kept compatibility with older Emacs version.
3812         (ps-print-version): New version 6.7.
3814 2008-02-01  Kenichi Handa  <handa@m17n.org>
3816         * international/quail.el (quail-get-translations):
3817         Make quail-current-key multibyte if not yet done.
3819 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3821         * language/chinese.el ("Chinese-GBK"): Add tutorial.
3822         ("Chinese-GB18030"): Add sample-text and tutorial.
3824         * international/fontset.el (font-encoding-alist)
3825         (setup-default-fontset): Add gb18030.
3826         (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
3827         (charset-script-alist): Add gbk and gb18030.
3829         * international/characters.el: Put property
3830         preferred-coding-system on gbk and gb18030.
3832         * international/mule-cmds.el (locale-language-names): Add an entry
3833         for "zh_CN.UTF-8" and change "chs" to "Chinese-GBK".
3835         * faces.el (face-font-registry-alternatives): Add gb18030.
3837 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3839         * ps-mule.el: Fix maintainer email.
3841 2008-02-01  Kenichi Handa  <handa@m17n.org>
3843         * international/quail.el (quail-insert-kbd-layout): Check the
3844         length of (cdr translation).
3845         (quail-get-current-str): Check the length of (cdr def).
3847 2008-02-01  Kenichi Handa  <handa@m17n.org>
3849         * ruler-mode.el (ruler-mode-ruler): Make the string `ruler' multibyte.
3851 2008-02-01  Kenichi Handa  <handa@m17n.org>
3853         * international/mule-cmds.el (ucs-insert): Re-implement.
3855 2008-02-01  Kenichi Handa  <handa@m17n.org>
3857         * composite.el (terminal-composition-modification): New function.
3858         (terminal-composition-function): Create composition with the above
3859         modification function.
3861 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3863         * international/characters.el: Add more full-width characters in
3864         char-width-table.
3866 2008-02-01  Kenichi Handa  <handa@m17n.org>
3868         * international/fontset.el (create-fontset-from-fontset-spec):
3869         Fix script name handling.
3871 2008-02-01  Kenichi Handa  <handa@m17n.org>
3873         * composite.el (terminal-composition-function): New function.
3874         (terminal-composition-function-table): New variable.
3875         (auto-compose-chars): If running on a terminal, use
3876         terminal-composition-function-table.
3878         * loadup.el: Load "composite" after "international/characters".
3880         * international/characters.el: Delete codes for setting up charset
3881         property nospace-between-words.  Fix setting up of
3882         char-width-table.  Don't make ethiopic and tibetan double column.
3884         * textmodes/fill.el (fill-find-break-point-function-table):
3885          Don't set it up in defvar.
3886         (fill-nospace-between-words-table): New variable.
3887         (fill-delete-newlines): Check fill-nospace-between-words-table
3888         instead of charset property nospcae-between-words.
3890 2008-02-01  Kenichi Handa  <handa@m17n.org>
3892         * composite.el (global-auto-composition-mode): Make the initial
3893         value not depend on emacs-basic-display.
3895         * textmodes/fill.el: Don't use charset property
3896         `fill-find-break-point-function'.
3897         (fill-find-break-point-function-table): New variable.
3898         (fill-find-break-point): Lookup fill-find-break-point-function-table.
3900 2008-02-01  Kenichi Handa  <handa@m17n.org>
3902         * international/mule.el (coding-system-list): Be sure to exclude
3903         subsidiary coding systems.
3905 2008-02-01  Kenichi Handa  <handa@m17n.org>
3907         * composite.el (auto-composition-after-change)
3908         (toggle-auto-composition): Remove `auto-composed' property instead
3909         of setting it to nil.
3911 2008-02-01  Kenichi Handa  <handa@m17n.org>
3913         * language/misc-lang.el (iso-8859-6): New coding system.
3915 2008-02-01  Kenichi Handa  <handa@m17n.org>
3917         * dnd.el (dnd-get-local-file-name): Give a unibyte string to
3918         replace-regexp-in-string as replacement.
3920 2008-02-01  Kenichi Handa  <handa@m17n.org>
3922         * international/fontset.el (otf-script-alist): Add byzm, math,
3923         musc, and nko.
3925         * international/characters.el (script-list): Add nko,
3926         byzantine-musical-symbol, musical-symbol, and mathematical.
3928 2008-02-01  Kenichi Handa  <handa@m17n.org>
3930         * composite.el (auto-compose-current-font): New variable.
3931         (auto-compose-chars): New arg FONT-OBJECT.
3933 2008-02-01  Kenichi Handa  <handa@m17n.org>
3935         * international/characters.el: Modify category-table and
3936         script-table for new Ethiopic character range.
3938 2008-02-01  Kenichi Handa  <handa@m17n.org>
3940         * international/mule-cmds.el (set-language-environment-fontset):
3941         Delete it.
3943 2008-02-01  Kenichi Handa  <handa@m17n.org>
3945         * international/fontset.el (otf-script-alist): Set it.
3947 2008-02-01  Kenichi Handa  <handa@m17n.org>
3949         * international/fontset.el (font-encoding-alist):
3950         Fix for "ethiopic-unicode".
3952 2008-02-01  Kenichi Handa  <handa@m17n.org>
3954         * international/fontset.el (script-representative-chars):
3955         Add an entry for latin script.
3957 2008-02-01  Kenichi Handa  <handa@m17n.org>
3959         * faces.el (font-weight-table): Treat regular and normal as the
3960         same as medium.
3961         (font-slant-table): Add (roman . 100).
3963 2008-02-01  Kenichi Handa  <handa@m17n.org>
3965         These changes are for the new font handling codes.
3967         * faces.el (font-weight-table, font-slant-table)
3968         (font-swidth-table): New customizable variables.
3970         * international/fontset.el (font-encoding-alist): Add koi8-4.
3971         (script-representative-chars): Set the default value.
3972         (create-fontset-from-x-resource): Delete `message'.
3974 2008-02-01  Kenichi Handa  <handa@m17n.org>
3976         * tar-mode.el (tar-untar-buffer, tar-summarize-buffer):
3977         Call set-buffer-multibyte with arg `to'.
3979 2008-02-01  Kenichi Handa  <handa@m17n.org>
3981         * info.el (Info-fontify-node): Check if already fontified or not
3982         by next-single-property-change.
3984 2008-02-01  Kenichi Handa  <handa@m17n.org>
3986         * international/mule.el (ctext-pre-write-conversion): Produce
3987         extra designation sequence for ASCII at the end off extended segment.
3989 2008-02-01  Kenichi Handa  <handa@m17n.org>
3991         * international/mule.el (ctext-non-standard-encodings-table):
3992         Reverse the returning list.
3993         (ctext-pre-write-conversion): Fix encoding with extended segments.
3995         * international/mule-conf.el (compound-text)
3996         (compound-text-with-extensions): Add long-form in :flags.
3998 2008-02-01  Kenichi Handa  <handa@m17n.org>
4000         * international/fontset.el (create-fontset-from-fontset-spec): Fix
4001         regexp for paring FONTSET-SPEC (allow spaces after `:').
4003 2008-02-01  Kenichi Handa  <handa@m17n.org>
4005         * international/fontset.el (create-fontset-from-fontset-spec): Fix
4006         for the case that a charset is specified as target.
4008 2008-02-01  Kenichi Handa  <handa@m17n.org>
4010         * international/ccl.el (ccl-embed-string): Check string length.
4011         Set special flag for multibyte character sequence.
4012         (ccl-compile-write-string, ccl-compile-write-repeat): Don't make
4013         str unibyte.
4014         (ccl-compile-write): If the character code doesn't fit in 22-bit
4015         (ccl-dump-write-const-string): Check special flag for multibyte
4016         character sequence.
4018 2008-02-01  Kenichi Handa  <handa@m17n.org>
4020         * ps-mule.el (ps-mule-eight-bit-char): Delete this function.
4021         (ps-mule-encode-region, ps-mule-plot-composition): Don't use
4022         ps-mule-eight-bit-char.
4024 2008-02-01  Kenichi Handa  <handa@m17n.org>
4026         * language/chinese.el ("Chinese-BIG5"):
4027         Set ctext-non-standard-encodings property to "big5-0".
4029         * international/mule.el (ctext-non-standard-encodings):
4030         Initialize to nil.
4031         (ctext-non-standard-encodings-alist): Set charset `big5' in the
4032         entry for "big5-0".
4033         (ctext-non-standard-encodings-table): Return a list instead of
4034         char-table.
4035         (ctext-pre-write-conversion): Adjust for the above change.
4037 2008-02-01  Zhang Wei  <id.brep@gmail.com>
4039         * international/mule.el (ctext-non-standard-encodings-alist):
4040         Add an entry for gbk-0.
4041         (ctext-post-read-conversion): Use multibyt-char-to-unibyte to read
4042         a row 8-bit.
4044         * language/chinese.el ("Chinese-GBK"):
4045         Set ctext-non-standard-encodings property to "gbk-0".
4046         Add sample-text property.
4048 2008-02-01  Kenichi Handa  <handa@m17n.org>
4050         * international/kkc.el (kkc-region): Use
4051         this-single-command-raw-keys on pushing back an unhandled key sequence.
4053 2008-02-01  Kenichi Handa  <handa@m17n.org>
4055         * international/encoded-kb.el (encoded-kbd-mode):
4056         Check saved-input-mode on turning off Encoded Kbd mode.
4058         * composite.el (auto-composition-after-change): Use save-buffer-state.
4059         (turn-on-auto-composition-if-enabled): Don't turn on
4060         auto-composition-mode in a unibyte buffer.
4062 2008-02-01  Kenichi Handa  <handa@m17n.org>
4064         * startup.el (command-line): Use custom-reevaluate-setting for
4065         global-auto-composition-mode.
4067         * composite.el (auto-composition-function): Make it buffer local.
4068         (auto-composition-mode): New minor mode.
4069         (turn-on-auto-composition-if-enabled): New function.
4070         (global-auto-composition-mode): New global minor mode.
4072 2008-02-01  Kenichi Handa  <handa@m17n.org>
4074         * descr-text.el (describe-char): Use insert-text-button instead of
4075         widget-create for "customize what to show" button.
4077 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
4079         * language/ethiopic.el: Fix copyright.
4080         (composition-function-table): Support a new character in Unicode 4.1.
4082         * language/ethio-util.el (ethio-fidel-to-tex-buffer)
4083         (ethio-tex-to-fidel-buffer, ethio-composition-function)
4084         ("ethiopic-tex"): Support new characters in Unicode 4.1.
4086 2008-02-01  Kenichi Handa  <handa@m17n.org>
4088         * international/characters.el: Register characters in
4089         auto-fill-chars.  Put nospace-between-words to more charsets.
4091 2008-02-01  Zhang Wei  <id.brep@gmail.com>
4093         * international/mule-cmds.el (locale-language-names): Add entries
4094         for zh_CN.GB2312, zh_CN.GBK, and zh_CN.GB18030.
4095         (locale-preferred-coding-systems): Fix entries for Chinese locales.
4097 2008-02-01  Kenichi Handa  <handa@etlken>
4099         * international/utf-7.el: Delete the definition of utf-7.
4100         (utf-7-post-read-conversion, utf-7-pre-write-conversion):
4101         Add autoload cookies.
4103 2008-02-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4105         * term/mac-win.el: Delete the code to create a fontset from the X
4106         resource "Font".
4108 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
4110         * international/robin.el (robin-define-package): Be sure to call
4111         put-char-code-property.
4113 2008-02-01  Kenichi Handa  <handa@m17n.org>
4115         * language/korean.el (iso-2022-kr): Set :suitable-for-keyboard
4116         property to 1.
4118         * international/mule-conf.el (cp1125): Set :ascii-compatible-p
4119         property to t.
4121         * international/mule.el (coding-system-get):
4122         Check `ascii-incompatible' for backward compatiblity.
4123         (set-file-name-coding-system): Signal an error for a coding system
4124         not suitable for file name.
4125         (set-keyboard-coding-system): Signal an error for a coding system
4126         not suitable for keyboard.
4128         * language/chinese.el (iso-2022-cn, iso-2022-cn-ext):
4129         Set :suitable-for-keyboard property to 1.
4131         * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
4132         (iso-2022-jp-2004): Set :suitable-for-keyboard property to 1.
4134         * language/vietnamese.el (vietnamese-viscii, vietnamese-vscii)
4135         (vietnamese-tcvn): Set :suitable-for-file-name property to t.
4137 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
4139         * international/robin.el (robin-define-package): Delete redundant code.
4140         (robin-add-rule): Allow N-1 reverse conversion.
4142 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
4144         * international/robin.el (robin-define-package): Make the
4145         expanded form shorter.
4147 2008-02-01  Zhang Wei  <id.brep@gmail.com>
4149         * language/chinese.el (chinese-iso-8bit): Fix mime-charset of
4150         chiense-iso-8bit.
4152 2008-02-01  Kenichi Handa  <handa@m17n.org>
4154         * loadup.el: If we are byte-compiling unidata-gen.el or running
4155         unidata-ge-files, set purify-flag to nil.
4157 2008-02-01  Kenichi Handa  <handa@m17n.org>
4159         * loadup.el: Load international/charprop.el with NOERROR t.
4161         * Makefile.in (AUTOGENEL): Add charprop.el and uni-*.el.
4163 2008-02-01  Kenichi Handa  <handa@m17n.org>
4165         * term/mac-win.el (mac-centraleurroman, mac-cyrillic):
4166         New charsets and coding systems.
4167         (mac-symbol, mac-dingbats): New charsets.
4169 2008-02-01  Kenichi Handa  <handa@m17n.org>
4171         * international/characters.el: Set syntax of NBSP to punctuation.
4173 2008-02-01  Kenichi Handa  <handa@m17n.org>
4175         * international/mule-cmds.el: Don't require wid-edit.
4177 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
4179         * international/robin.el: New file.
4181         * language/ethiopic.el: Change encoding to utf-8-emacs.
4182         Register ethio-composition-function in composition-function-table.
4183         ("Ethiopic"): Change coding-systems to utf-8-emacs.
4185         * language/ethio-util.el: Change encoding to utf-8-emacs.
4186         Rewrite all transliteration functions to use robin.el.
4187         (ethio-fidel-to-sera-map, ethio-fidel-to-tex-map)
4188         (ethio-sera-to-fidel-table, ethio-implicit-period-conversion)
4189         (ethio-prefer-ascii-punctuation): Delete variables.
4190         (ethio-char-to-ethiocode, ethio-convert-digit)
4191         (ethio-ethiocode-to-char, ethio-fidel-to-sera-mail)
4192         (ethio-fidel-to-sera-mail-or-marker, ethio-lone-consonant-p)
4193         (ethio-sera-to-fidel-english, ethio-sera-to-fidel-ethio)
4194         (ethio-sera-to-fidel-mail, ethio-sera-to-fidel-mail-or-marker)
4195         (ethio-tilde-escape, ethio-toggle-punctuation): Delete functions.
4196         (ethio-adjust-robin, ethio-composition-function)
4197         (ethio-get-consonant, ethio-prefer-amharic, ethio-process-digits)
4198         (ethio-sera-to-fidel-region-ethio)
4199         (ethio-sera-to-fidel-region-noethio)
4200         (ethio-use-colon-for-colon, ethio-use-three-dot-question):
4201         New functions.
4203 2008-02-01  Miles Bader  <miles@gnu.org>
4205         * international/mule.el (auto-coding-regexp-alist)
4206         (ctext-pre-write-conversion): Replace embedded control characters
4207         with octal escapes; this prevents diff from thinking the file is binary.
4209 2008-02-01  Miles Bader  <miles@gnu.org>
4211         * descr-text.el (describe-char-unidata-list):
4212         * emacs-lisp/bytecomp.el (byte-compile-fix-header)
4213         (byte-compile-insert-header):
4214         * international/mule.el (charset-list, set-coding-priority)
4215         (ignore-relative-composition):
4216         * international/mule-util.el (detect-coding-with-priority):
4217         * international/mule-diag.el:
4218         * international/mule-cmds.el (language-info-custom-alist):
4219         * international/codepage.el (codepage-setup):
4220         Replace references to Emacs version "22" with "23".
4222 2008-02-01  Kenichi Handa  <handa@m17n.org>
4224         * Makefile.in (DONTCOMPILE): Include charprop.el and uni-*.el.
4226         * international/fontset.el (font-encoding-alist): Add an entry for
4227         microsoft-cp1251.
4228         (setup-default-fontset): Add entries for microsoft-cp1251 and
4229         koi8-r for cyrillic.
4231         * international/mule-cmds.el (char-code-property-alist): New variable.
4232         (define-char-code-property): New function.
4233         (get-char-code-property, put-char-code-property): Handle a
4234         char-table registerd in char-code-property-alist.
4235         (set-language-environment): Check :ascii-compatible-p property of
4236         nonascii charset instead of its dimension.
4238         * international/uni-bidi.el, international/uni-category.el:
4239         * international/uni-combining.el, international/uni-comment.el:
4240         * international/uni-decimal.el, international/uni-decomposition.el:
4241         * international/uni-digit.el, international/uni-lowercase.el:
4242         * international/uni-mirrored.el, international/uni-name.el:
4243         * international/uni-numeric.el, international/uni-old-name.el:
4244         * international/uni-titlecase.el, international/uni-uppercase.el:
4245         * international/charprop.el: New files automatically generated by
4246         admin/unidata/Makefile.
4248         * loadup.el: Load internationnal/charprop.el.
4250         * descr-text.el (describe-char-unidata-list): New variable.
4251         (describe-char-unicode-data): Use char-code-property-description.
4252         (describe-char): Add lines for describing Unicode-based character
4253         properties.
4255 2008-02-01  Kenichi Handa  <handa@m17n.org>
4257         * textmodes/ispell.el: These changes are to fix the code merged
4258         from trunk for the change on 2008-02-01.
4259         (ispell-unified-chars-table): Delete it.
4260         (ispell-get-decoded-string): Don't check ispell-unified-chars-table.
4262 2008-02-01  Kenichi Handa  <handa@m17n.org>
4264         * international/mule-util.el (char-displayable-p): Check
4265         :charset-list property of CODING.
4267 2008-02-01  Kenichi Handa  <handa@m17n.org>
4269         * international/mule-cmds.el (select-safe-coding-system-interactively):
4270         Change 'mime-charset to :mime-charset.
4271         (select-safe-coding-system): Use above.
4272         (set-language-environment): Delete unnecessary code for handling
4273         overriding-fontspec.
4275 2008-02-01  Kenichi Handa  <handa@m17n.org>
4277         * international/mule-conf.el: New coding system aliases unix, dos,
4278         and mac.
4280 2008-02-01  Kenichi Handa  <handa@m17n.org>
4282         * international/titdic-cnv.el (tit-process-header): Fix embedded
4283         coding tag.
4284         (titdic-convert): Bind coding-system-for-write to the coding
4285         system specfied in the map file.  Remove `charset' property after
4286         decoding.
4287         (miscdic-convert): Bind coding-system-for-write to the coding
4288         system specfied for the map file.  Fix LANGUAGE arg to
4289         quail-define-package.
4290         (batch-miscdic-convert): Check if a file is directory or not.
4292 2008-02-01  Kenichi Handa  <handa@m17n.org>
4294         * international/mule.el (coding-system-equal): Move from mule-util.el.
4296         * international/mule-util.el (coding-system-equal): Move to mule.el.
4298 2008-02-01  Kenichi Handa  <handa@m17n.org>
4300         * international/encoded-kb.el (encoded-kbd-decode-code-list):
4301         New function.
4302         (encoded-kbd-self-insert-charset, encoded-kbd-setup-keymap):
4303         Support multibyte charsets.
4305 2008-02-01  Kenichi Handa  <handa@m17n.org>
4307         * language/china-util.el (hz-set-msb-table): Turn chars beyond 128
4308         to eight-bit chars.
4310         * international/mule-conf.el: Don't define coding system
4311         `undecided' here.
4313 2008-02-01  Kenichi Handa  <handa@m17n.org>
4315         * international/mule-cmds.el (locale-language-names): Fix for
4316         gb18030 and gdk.
4318 2008-02-01  Kenichi Handa  <handa@m17n.org>
4320         * international/fontset.el (font-encoding-alist): Add gbk.
4321         (charset-script-alist): Add chinese-gbk.
4323 2008-02-01  Kenichi Handa  <handa@m17n.org>
4325         * language/chinese.el (chinese-gbk): Include ascii in charset-list.
4327 2008-02-01  Kenichi Handa  <handa@m17n.org>
4329         * language/japanese.el ("Japanese"): Fix ordering of charsets.
4331 2008-02-01  Kenichi Handa  <handa@m17n.org>
4333         * international/encoded-kb.el (encoded-kbd-self-insert-charset)
4334         (encoded-kbd-self-insert-utf-8, encoded-kbd-setup-keymap)
4335         (encoded-kbd-mode): Adjust code merged from trunk for unicode branch.
4337 2008-02-01  Kenichi Handa  <handa@m17n.org>
4339         * descr-text.el (describe-char): Fix for the case CODE is a cons
4340         of integers.
4342 2008-02-01  Steven Tamm  <steventamm@mac.com>
4344         * term/mac-win.el: Use mac-standard-fontset-spec to create fontset-mac.
4345         (mac-standard-fontset-spec): Create.
4347 2008-02-01  Kenichi Handa  <handa@m17n.org>
4349         * international/mule-diag.el (unicode-data):
4350         Call find-file-noselect with NOWARN t.
4352 2008-02-01  Kenichi Handa  <handa@m17n.org>
4354         * international/mule-conf.el (cp932-2-byte): Fix :code-space.
4356 2008-02-01  Kenichi Handa  <handa@m17n.org>
4358         * international/characters.el: Give more CJK characters the
4359         category `|'.
4361         * descr-text.el (describe-char): Make it work on *Help* buffer.
4362         Suppress auto-composition on a region describing about composition.
4364         * language/european.el (diacritic-compose-region)
4365         (diacritic-compose-string, diacritic-composition-function):
4366         Compose diacritical marks only with a character whose syntax is
4367         word constituent.
4368         (diacritic-post-read-conversion): Delete it.
4370 2008-02-01  Kenichi Handa  <handa@m17n.org>
4372         * composite.el (auto-compose-chars): Execute the main code in
4373         condition-case.
4375 2008-02-01  Kenichi Handa  <handa@m17n.org>
4377         * international/fontset.el (x-complement-fontset-spec):
4378         Don't change CHARSET_REGISTRY and CHARSET_ENCODING fields.
4380 2008-02-01  Kenichi Handa  <handa@m17n.org>
4382         * international/characters.el (next-word-boundary-kana):
4383         Handle half-width kana.
4385 2008-02-01  Kenichi Handa  <handa@m17n.org>
4387         * international/mule-conf.el (indian-1-column): Fix :emacs-mule-id.
4389 2008-02-01  Kenichi Handa  <handa@m17n.org>
4391         * language/japanese.el (japanese-iso-8bit): Fix order of :charset-list.
4393         * mail/rmail.el (rmail-decode-babyl-format):
4394         Use with-coding-priority instead of detect-coding-with-priority.
4396 2008-02-01  Kenichi Handa  <handa@m17n.org>
4398         * international/mule.el (make-translation-table)
4399         (make-translation-table-from-vector): Set the second extra slot of
4400         the char table to 1.
4401         (make-translation-table-from-alist): Fix handling of multiple entries.
4403 2008-02-01  Kenichi Handa  <handa@m17n.org>
4405         * language/japanese.el (jisx0213-to-unicode, unicode-to-jisx0213):
4406         New translation tables.
4408         * international/mule.el (make-translation-table-from-alist):
4409         New function.
4411 2008-02-01  Kenichi Handa  <handa@m17n.org>
4413         * international/mule.el (translate-region): Re-implement it here.
4414         Make it interactive.
4416 2008-02-01  Kenichi Handa  <handa@m17n.org>
4418         * ps-mule.el (ps-mule-font-info-database): Doc fix.
4420 2008-02-01  Kenichi Handa  <handa@m17n.org>
4422         * international/mule-conf.el (chinese-cns11643-15): New charset.
4424 2008-02-01  Kenichi Handa  <handa@m17n.org>
4426         * international/fontset.el (font-encoding-alist): Add entries for
4427         variations of cns11643 fonts.
4428         (setup-default-fontset): Add cns11643 fonts as fallback fonts.
4430 2008-02-01  Kenichi Handa  <handa@m17n.org>
4432         * international/mule-diag.el (list-charset-chars): Put charset
4433         text property.
4435         * international/fontset.el (setup-default-fontset): Delete the
4436         entry for symbol script, add JISX0213 to kana script, specify
4437         fallback fonts.
4439 2008-02-01  Kenichi Handa  <handa@m17n.org>
4441         * international/fontset.el (setup-default-fontset)
4442         (font-encoding-alist): Register "JISX0213.2004-1".
4444         * international/mule-diag.el (list-character-sets): Fix the first
4445         line message.
4446         (sort-listed-character-sets): Adjust for the change of
4447         list-characters-sets-1.
4448         (list-character-sets-1): List supplementary character sets in a
4449         different section.
4450         (list-charset-chars): Validate charset at early stage.
4452         * international/characters.el: Fix `han' script range.
4454         * international/mule-conf.el (japanese-jisx0213.2004-1):
4455         Specify :code-space.
4456         (cp932-2-byte): Fix :code-space.
4457         (unicode-smp, unicode-sip, unicode-ssp): New charsets.
4459 2008-02-01  Kenichi Handa  <handa@m17n.org>
4461         * international/mule-conf.el (japanese-jisx0213.2004-1):
4462         Specify :dimension 2.
4464         * language/japanese.el (iso-2022-jp): Exclude japanese-jisx0212.
4465         (iso-2022-jp-2004, euc-jis-2004, japanese-shift-jis-2004):
4466         New coding systems.
4467         (iso-2022-jp-3, euc-jisx0213, shift_jis-2004): New coding system
4468         aliases.
4469         ("Japanese"): Add new charsets and coding systems.
4471 2008-02-01  Kenichi Handa  <handa@m17n.org>
4473         * language/japanese.el (japanese-ucs-cp932-to-jis-map):
4474         Rename from japanese-ucs-cp932-map.
4475         (japanese-ucs-jis-to-cp932-map): Rename from japanese-ucs-jis-map.
4476         (japanese-ucs-glibc-map): Delete this translation table.
4477         (japanese-ucs-glibc-to-jis-map, japanese-ucs-jis-to-glibc-map):
4478         New translation tables.
4480 2008-02-01  Kenichi Handa  <handa@m17n.org>
4482         * cus-start.el: Handle charset-map-path, not charset-map-directory.
4484 2008-02-01  Kenichi Handa  <handa@m17n.org>
4486         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
4488 2008-02-01  Kenichi Handa  <handa@m17n.org>
4490         * language/japanese.el: Add map #x00A6 <-> #xFFE4 to translation
4491         tables japanese-ucs-*-map.
4493 2008-02-01  Kenichi Handa  <handa@m17n.org>
4495         * international/eucjp-ms.el: New file (automatically generated by
4496         admin/charsets/Makefile).
4498         * international/cp51932.el: New file (automatically generated by
4499         admin/charsets/Makefile).
4501         * language/japanese.el: Load cp51932 and eucjp-ms.
4502         (japanese-ucs-cp932-map, japanese-ucs-jis-map)
4503         (japanese-ucs-glibc-map): New translation tables.
4504         (eucjp-ms): New coding system.
4506         * international/mule.el (coding-system-put): Delete it.
4507         It's implemented in C now.
4509         * international/mule-conf.el (katakana-sjis): Fix :superset to :subset.
4510         (japanese-jisx0213-a): New supplementary charset.
4511         (japanese-jisx0213.2004-1): New charset.
4513 2008-02-01  Kenichi Handa  <handa@m17n.org>
4515         * language/japanese.el (japanese-cp932): New coding system.
4516         (cp932): New alias of it.
4518         * international/mule-conf.el (katakana-sjis, cp932-2-byte)
4519         (cp932): New charsets.
4521         * international/mule.el (define-charset): If :code-space is not
4522         given, generate it from :dimension.
4524 2008-02-01  Kenichi Handa  <handa@m17n.org>
4526         * composite.el (reference-point-alist): Doc fix.
4527         (encode-composition-rule, decode-composition-rule):
4528         Handle a rule (GREF NREF XOFF YOFF).
4530 2008-02-01  Kenichi Handa  <handa@m17n.org>
4532         * language/european.el (diacritic-composition-function): Fix for
4533         the case that POS is at the head.  Allow combining with more characters.
4535 2008-02-01  Kenichi Handa  <handa@m17n.org>
4537         * descr-text.el (describe-char): Check `charset' property.
4538         Show the code point in the charset in hexadigits.
4540         * international/mule-diag.el (stretches-for-character-list):
4541         Delete it.
4542         (list-block-of-chars): Use tabs instead of `display' property for
4543         aligning characters.
4544         (print-fontset-element): Fix the printing of XLFD.
4546 2008-02-01  Kenichi Handa  <handa@m17n.org>
4548         * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
4549         New function.
4550         (encoded-kbd-setup-keymap, encoded-kbd-mode): Add code for
4551         handling utf-8.
4553 2008-02-01  Kenichi Handa  <handa@m17n.org>
4555         * faces.el (read-face-font): Include fontsets in the completion list.
4557         * international/mule-cmds.el (set-locale-environment):
4558         Insert locale-translation-file-name in a unibyte buffer.
4560         * international/characters.el: Fix setting of category `|'.
4562 2008-02-01  Kenichi Handa  <handa@m17n.org>
4564         * language/chinese.el (chinese-gb18030): Fix :charset-list.
4566 2008-02-01  Kenichi Handa  <handa@m17n.org>
4568         * international/mule-cmds.el (select-safe-coding-system): Fix for
4569         the case that the first element of default-coding-system is t.
4570         Fix a message when some coding systems are rejected.
4572 2008-02-01  Kenichi Handa  <handa@m17n.org>
4574         * international/mule-cmds.el (set-language-environment): Put
4575         higher priority to charsets listed in `charset' property of the
4576         language environment.
4578 2008-02-01  Kenichi Handa  <handa@m17n.org>
4580         * composite.el (auto-compose-chars): Don't do unnecessary
4581         save-exclusion and save-restriction.
4583 2008-02-01  Kenichi Handa  <handa@m17n.org>
4585         * international/mule-conf.el (ctext-no-compositions):
4586         Remove garbage arguments.
4588         * international/mule.el (make-coding-system): Fix generation of
4589         properties.
4591         * international/fontset.el (setup-default-fontset): Specify fonts
4592         for `symbol' script.
4594         * international/characters.el (script-list): Include `currency'
4595         in `symbol'.
4597 2008-02-01  Alex Schroeder  <alex@gnu.org>
4599         * timezone.el (timezone-parse-date): Fix style 8 to accept ISO
4600         8601 format (a capital T between the date and the time).
4602 2008-02-01  Kenichi Handa  <handa@m17n.org>
4604         * international/mule.el (private-char-area-1-min)
4605         (private-char-area-1-max, private-char-area-2-min)
4606         (private-char-area-2-max, emacs-mule-charset-table): New variables.
4607         (convert-define-charset-argument): New function.
4608         (define-charset): Handle the old calling style.
4609         Update emacs-mule-charset-table.
4610         (make-char-internal): New function.
4612 2008-02-01  Jason Rumney  <jasonr@gnu.org>
4614         * w32-charset-info-alist: Define iso10646-1 always.
4616 2008-02-01  Kenichi Handa  <handa@m17n.org>
4618         * composite.el (compose-region): Doc fix (delete duplicated line).
4620 2008-02-01  Kenichi Handa  <handa@m17n.org>
4622         * international/characters.el: Fix syntax for Ethiopic.
4624 2008-02-01  Jason Rumney  <jasonr@gnu.org>
4626         * w32-fns.el (w32-charset-info-alist): Accept more charset aliases.
4628         * makefile.w32-in (DONTCOMPILE): Remove old languages.
4629         Add international/latin1-disp.el.
4630         (LC_ALL): Define as C.
4632 2008-02-01  Jason Rumney  <jasonr@gnu.org>
4634         * term/w32-win.el: Don't set fontsets to use sjis.
4636 2008-02-01  Kenichi Handa  <handa@m17n.org>
4638         * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
4639         (japanese-iso-8bit): Fix the order of charsets in :charset-list.
4641 2008-02-01  Kenichi Handa  <handa@m17n.org>
4643         * composite.el (auto-composition-chunk-size): Delete variable.
4644         (auto-compose-chars): Always stop after processing a newline.
4646 2008-02-01  Kenichi Handa  <handa@m17n.org>
4648         * international/mule.el (define-coding-system): Fix attribute
4649         name :for-unibyte.
4651 2008-02-01  Kenichi Handa  <handa@m17n.org>
4653         * ps-bdf.el: Largely re-write.
4655         * ps-mule.el: Largely re-write.
4657         * ps-print.el (ps-generate-string-list): Delete function.
4658         (ps-rh-cache, ps-lf-cache, ps-rf-cache): Delete variables.
4659         (ps-header-footer-string): Delete function.
4660         (ps-encode-header-string-function): New variable.
4661         (ps-generate-header-line): Call ps-encode-header-string-function.
4662         (ps-basic-plot-string-function): New variable
4663         (ps-begin-job): Set ps-basic-plot-string-function and
4664         ps-encode-header-string-function.  For setting up headers and
4665         footers, don't use caches such as ps-rh-cache.  Don't call
4666         ps-mule-begin-page.
4667         (ps-basic-plot-str, ps-basic-plot-string, ps-control-character):
4668         Don't call ps-mule-prepare-ascii-font.
4669         (ps-plot-region): Don't pay attention to composition and
4670         non-ASCII characters.
4671         (ps-generate): Call ps-mule-end-job.
4672         (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
4673         (ps-mule-plot-string, ps-mule-begin-page): Delete autoload.
4674         (ps-mule-end-job): Declare autoload.
4676         * composite.el (auto-compose-region): New function.
4678 2008-02-01  Dave Love  <fx@gnu.org>
4680         * international/mule-util.el
4681         (detect-coding-with-language-environment): Doc fix.
4683         * composite.el: Doc fixes.
4684         (auto-compose-chars): Use functionp, not fboundp.
4686         * international/mule-diag.el (list-charset-chars): Set buffer file
4687         coding system.
4689         * progmodes/cap-words.el (capitalized-words-mode): Add autoload
4690         cookie.  Doc fix.
4692 2008-02-01  Dave Love  <fx@gnu.org>
4694         * international/mule-diag.el (list-charset-chars): Set buffer file
4695         coding system.
4697         * progmodes/cap-words.el (capitalized-words-mode): Add autoload
4698         cookie.  Doc fix.
4700         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
4701         * progmodes/sh-script.el (sh-font-lock-syntactic-face-function):
4702         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
4703         * eshell/esh-opt.el (eshell-process-option):
4704         * emulation/keypad.el (keypad-setup):
4705         * emacs-lisp/lisp-mode.el (prin1-char):
4706         * emacs-lisp/generic.el (generic-mode-set-comments):
4707         * edmacro.el (edmacro-parse-keys):
4708         * disp-table.el (standard-display-default): Use characterp.
4710 2008-02-01  Kenichi Handa  <handa@m17n.org>
4712         * international/mule-conf.el (utf-16-be): Make it an alias of
4713         utf-16be-with-signature.
4714         (utf-16-le): Make it an alias of utf-16le-with-signature.
4715         (utf-16-be-with-signature, utf-16-le-with-signature): Remove these
4716         coding system aliases.
4718         * international/utf-7.el (utf-7-decode, utf-7-encode):
4719         Use utf-16be, not utf-16-be.
4721 2008-02-01  Kenichi Handa  <handa@m17n.org>
4723         * international/mule.el (coding-system-category): New function.
4724         (set-coding-priority): Re-write.
4725         (make-translation-table): Re-write.
4727         * international/mule-cmds.el (universal-coding-system-argument):
4728         Check the coding system type `undecided', not `t'.
4729         (sort-coding-systems): Fix for iso-2022 coding systems.
4730         (find-multibyte-characters): Fix for eight-bit chars.
4731         (set-language-environment): Set charset priorities according to
4732         the charsets supported by the coding systems of higher priorities.
4734 2008-02-01  Kenichi Handa  <handa@m17n.org>
4736         * font-lock.el
4737         (font-lock-match-c-style-declaration-item-and-skip-to-next):
4738         Check (match-end 2) before going there.
4740 2008-02-01  Kenichi Handa  <handa@m17n.org>
4742         * international/mule.el (ctext-non-standard-designations-alist):
4743         Exclude entries for iso8859-1[03456].  Fix docstring.
4744         (ctext-pre-write-conversion): Make it work for the case that FROM
4745         is a string.  Don't do unnecessary save-restriction and
4746         narrow-to-region.
4748 2008-02-01  Kenichi Handa  <handa@m17n.org>
4750         * international/mule.el (ctext-non-standard-encodings-alist):
4751         Rename from non-standard-icccm-encodings-alist.
4752         (ctext-non-standard-encodings-regexp): New variable
4753         (ctext-post-read-conversion): Full rewrite.
4754         (ctext-non-standard-designations-alist): Rename from
4755         non-standard-designations-alist.
4756         (ctext-pre-write-conversion): Full rewrite.
4757         (define-coding-system): Doc fix (escape '"' by '\').
4759 2008-02-01  Dave Love  <fx@gnu.org>
4761         * international/mule-conf.el (utf-16le, utf-16be-16be)
4762         (utf-16le-with-signature, utf-16be-with-signature, utf-16):
4763         Define :mime-text-unsuitable.  Rename `utf-16{b,l}e...' from
4764         `-16-{b,l}e-' and define aliases for the old names.
4766         * international/mule.el (define-coding-system): Doc fix.
4768 2008-02-01  Dave Love  <fx@gnu.org>
4770         * international/utf-7.el: New file.
4772         * international/mule-conf.el (utf-7): New.
4774 2008-02-01  Kenichi Handa  <handa@m17n.org>
4776         * international/mule-conf.el (utf-16): Add :endian 'big.
4778         * international/mule.el (define-coding-system): Fix docstring
4779         about :bom and :endian.
4781 2008-02-01  Dave Love  <fx@gnu.org>
4783         * international/mule-diag.el (describe-character-set):
4784         Fix printing dimensions.  Use `\e,AW\e(B', not `x'.
4786 2008-02-01  Kenichi Handa  <handa@m17n.org>
4788         * international/fontset.el: Register CDAC fonts in
4789         face-font-rescale-alist instead of face-resizing-fonts.
4791 2008-02-01  Kenichi Handa  <handa@m17n.org>
4793         * international/mule-conf.el (utf-16-le): Rename from utf-16-le-nosig.
4794         (utf-16-be): Rename from utf-16-be-nosig.
4795         (utf-16-le-with-signature): Rename from utf-16-le.
4796         (utf-16-be-with-signature): Rename from utf-16-be.
4797         (utf-16): Set :bom to (utf-16-le-with-signature .
4798         utf-16-be-with-signature).
4800 2008-02-01  Dave Love  <fx@gnu.org>
4802         * language/georgian.el (georgian-ps, georgian-academy): New coding
4803         system.
4805         * language/chinese.el (chinese-big5-hkscs): New coding system.
4806         (big5-hkscs, cn-big5-hkscs): New aliases.
4808         * international/mule-conf.el (big5-hkscs, georgian-academy):
4809         New charset.
4810         (ibm1047): Doc fix.
4811         (pt154): Add mime-charset.
4812         (ptcp154, cp154): New aliases.
4814 2008-02-01  Dave Love  <fx@gnu.org>
4816         * international/mule.el (charset-iso-final-char, define-coding-system):
4817         Doc fix.
4819 2008-02-01  Kenichi Handa  <handa@m17n.org>
4821         * international/ccl.el (define-ccl-program): Fset charset-id
4822         to charset-id-internal temporarily.
4824 2008-02-01  Kenichi Handa  <handa@m17n.org>
4826         * international/mule-diag.el (list-block-of-chars):
4827         Use decode-char instead of make-char.
4829 2008-02-01  Kenichi Handa  <handa@m17n.org>
4831         * international/fontset.el: Enable the default fontset to use
4832         unicode fonts for ASCII characters.
4833         (x-decompose-font-name): Don't try to resolve PATTERN by
4834         x-resolve-font-name.
4835         (x-complement-fontset-spec): Never prepend an ASCII font.
4836         (create-fontset-from-fontset-spec): If a fontset of the same name
4837         already exists, override it instead of signalling an error.  Don't
4838         turn `ascii' into `latin'.  Don't update fontset-alias-alist here.
4840         * international/mule-conf.el (unicode-bmp): Delete duplicated
4841         definition.  Give it :code-offset 0.
4843         * international/mule-diag.el (print-fontset-element): New function.
4844         (print-fontset): Use print-fontset-element to print the elements
4845         of a fontset.  Use it also to print fonts fallen back to the
4846         default fontsets.
4848         * term/x-win.el: Delete the code to create a fontset from the X
4849         resource "Font".
4851 2008-02-01  Kenichi Handa  <handa@m17n.org>
4853         * international/mule-diag.el (print-fontset): Insert proper
4854         newline and indentation spaces.
4856 2008-02-01  Dave Love  <fx@gnu.org>
4858         * emacs-lisp/byte-opt.el (side-effect-free-fns): Add langinfo,
4859         multibyte-char-to-unibyte.
4861         * emacs-lisp/cl-macs.el (cl-make-type-test): Use characterp.
4863         * international/mule-cmds.el (find-coding-systems-for-charsets):
4864         Use coding-system-type, coding-system-charset-list.
4865         (standard-keyboard-coding-systems): Delete.
4866         (set-locale-environment): Maybe set keyboard coding system.
4867         Avoid typical warning about codeset in C locale.
4869 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
4871         * international/fontset.el (x-complement-fontset-spec): If a
4872         fontname doesn't conform to XLFD format, try to get XLFD name by
4873         x-list-fonts.
4875 2008-02-01  Dave Love  <fx@gnu.org>
4877         * international/mule-conf.el (mik, pt154): New charsets.
4879         * language/cyrillic.el (mik, pt154): New coding systems.
4881 2008-02-01  Dave Love  <fx@gnu.org>
4883         * international/characters.el: Move parts around so that syntax
4884         definitions aren't overwritten wrongly.
4886         * international/mule-diag.el (unicode-data): Fix treatment of
4887         numeric-value fields.
4889 2008-02-01  Dave Love  <fx@gnu.org>
4891         * progmodes/cap-words.el: New file.
4893 2008-02-01  Kenichi Handa  <handa@m17n.org>
4895         The following changes are to make character composition happen
4896         automatically on displaying.
4898         * composite.el: Remove all autoload cookies.
4899         (composition-function-table): Move variable declaration from
4900         composite.c.  Change format.
4901         (save-buffer-state): Copy from font-lock.el.
4902         (auto-composition-chunk-size): New variable.
4903         (auto-compose-chars): New function.  Set
4904         auto-composition-function to it.
4905         (toggle-auto-composition): New function.
4907         * international/characters.el: Make all chararacters in the
4908         charset tibetan to tibetan script.
4910         * international/mule-conf.el (tibetan): Fix :code-space property.
4911         (tibetan-1-column): Delete :superset property, add :code-offset
4912         property.
4914         * international/quail.el (quail-input-string-to-events): Don't
4915         generate compose-chars-after events.
4917         * language/devanagari.el: Register devanagari-composable-function
4918         in composition-function-table for Devanagari characters.
4920         * language/devan-util.el: Register devanagari-composable-pattern
4921         in indian-composable-pattern.
4922         (devanagari-composition-function): Add autoload cookie.  Change
4923         arguments to conform to composition-function-table.
4925         * language/european.el: Register combining characters in
4926         composition-function-table.
4927         (diacritic-composition-function): Change arguments to conform to
4928         composition-function-table.
4930         * language/indian.el (indian-composable-pattern): New variable.
4932         * language/ind-util.el (indian-compose-region): Don't call
4933         compose-chars-after, instead call a function registered in
4934         composition-function-table.
4936         * language/lao.el: Register lao-composition-function in
4937         composition-function-table for Lao vowels and tones.
4938         (lao): Don't use lao-post-read-conversion.
4940         * language/lao-util.el (lao-post-read-conversion): Delete this function.
4941         (lao-composition-function): Change arguments to conform to
4942         composition-function-table.
4944         * language/thai.el: Register thai-composition-function in
4945         composition-function-table for Thai vowels and tones.
4946         (thai-tis620): Don't use thai-post-read-conversion.
4948         * language/thai-util.el (thai-post-read-conversion): Delete function.
4949         (thai-composition-function): Change arguments to conform to
4950         composition-function-table.
4952         * language/tibetan.el: Register tibetan-composition-function in
4953         composition-function-table for Tibetan characters.
4955         * language/tibet-util.el (tibetan-composition-function):
4956         Change arguments to conform to composition-function-table.
4958         * loadup.el: Load composite.
4960 2008-02-01  Dave Love  <fx@gnu.org>
4962         * international/mule-diag.el (unicode-data): Find unicodedata-file
4963         literally.
4965 2008-02-01  Dave Love  <fx@gnu.org>
4967         * international/fontset.el: Doc fixes.
4968         ("fontset-default"): Add iso8859-15.
4970 2008-02-01  Kenichi Handa  <handa@m17n.org>
4972         * international/fontset.el ("fontset-default"): Add an entry for
4973         `indian-is13194' charset.
4975         * international/mule-conf.el (indian-is13194): Delete :unify-map
4976         property.  Don't unify this charset.
4977         (indian-2-column): Delete :superset property, add :code-offset property.
4979         * language/devan-util.el: Delete the superfluous autoload cookie
4980         near the head of the file.
4981         (devanagari-compose-region): Add autoload cookie.
4983         * language/ind-util.el (indian-2-column-to-ucs-region):
4984         Add autoload cookie.
4986 2008-02-01  Kenichi Handa  <handa@m17n.org>
4988         * international/fontset.el ("fontset-default"): Add an entry for
4989         `devanagari' script and `malayalam-glyph' charset.
4990         (face-resizing-fonts): Register CDAC fonts.
4992         * international/mule-conf.el (malayalam-glyph): New charset.
4994 2008-02-01  Dave Love  <fx@gnu.org>
4996         * term/x-win.el: Fix typo in loop setting x-keysym-table.
4998 2008-02-01  Dave Love  <fx@gnu.org>
5000         * international/mule-conf.el (utf-8-emacs): Delete :mime-charset.
5002         * term/x-win.el: Remove some ancient compatibility code.  Populate
5003         x-keysym-table.
5005         * international/mule-cmds.el (wid-edit): Require when compiling.
5006         (set-locale-environment): Check locale against coding system
5007         aliases too.
5009 2008-02-01  Kenichi Handa  <handa@m17n.org>
5011         * language/indian.el (in-is13194-devanagari):
5012         Fix :post-read-conversion and :pre-write-conversion.
5014 2008-02-01  Dave Love  <fx@gnu.org>
5016         * international/mule-cmds.el (charset): Supply doc, :tag.
5018 2008-02-01  Kenichi Handa  <handa@m17n.org>
5020         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Be sure to
5021         return a unibyte string.
5023 2008-02-01  Kenichi Handa  <handa@m17n.org>
5025         * international/mule-cmds.el (set-locale-environment):
5026         Delete superfluous ')'s at the tail.
5028 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5030         * international/mule.el (define-coding-system): Fix typo;
5031         "docode" -> "decode".
5033 2008-02-01  Dave Love  <fx@gnu.org>
5035         * emacs-lisp/byte-opt.el (side-effect-free-fns):
5036          Add string-make-unibyte string-make-multibyte string-to-multibyte
5037          string-as-multibyte string-as-unibyte.
5039 2008-02-01  Dave Love  <fx@gnu.org>
5041         * language/english.el (ibm1047, cp1047): New.
5043         * international/mule-conf.el (alternativnyj): Use new table.
5044         (cp866): Define standalone, not as alias.
5045         (ibm866): Change alias.
5046         (ibm1047): New.
5048         * language/cyrillic.el (cyrillic-alternativnyj):
5049         Remove mime-charset.  Use alternativnj charset.
5050         (cp866): Remove alias.  Define standalone.
5052 2008-02-01  Dave Love  <fx@gnu.org>
5054         * language/european.el ("Latin-2", "Latin-5"): Doc fix.
5056         * language/cyrillic.el ("Bulgarian"): Fix input method and charset.
5057         ("Tajik", "Belarusian"): Fix charset.
5059         * international/mule-cmds.el (describe-language-environment):
5060         Be case-insensitive when looking for input methods.
5061         (locale-name-match): Doc fix.
5062         (locale-charset-match-p): New.
5063         (set-locale-environment): Warn if coding system doesn't agree
5064         with system locale.
5066 2008-02-01  Kenichi Handa  <handa@m17n.org>
5068         * international/mule-cmds.el (select-safe-coding-system): If
5069         :mime-charset property of a coding system is not equal to that
5070         coding system, don't show that :mime-charset name.
5072 2008-02-01  Dave Love  <fx@gnu.org>
5074         * international/quail.el (quail-help): Fix underlining.
5076         * language/chinese.el (chinese-gb18030, gb18030)
5077         ("Chinese-GB18030"): New.
5079         * international/mule-cmds.el (locale-language-names): Add GB18030.
5081         * international/swedish.el: Don't require latin-1.
5083 2008-02-01  Dave Love  <fx@gnu.org>
5085         * language/czech.el ("Czech"):
5086         * language/slovak.el ("Slovak"):
5087         * language/romanian.el ("Romanian"): Remove unibyte-syntax property.
5089         * language/greek.el ("Greek"): Remove unibyte-syntax property.
5090         (cp737): New coding system.
5092         * language/european.el: Remove unibyte-syntax properties.
5093         Augment some coding-system properties.
5095         * international/mule-cmds.el (set-language-environment):
5096         Check for charset property of environment.
5097         (language-info-alist): Doc fix.
5099         * Makefile.in (DONTCOMPILE): Remove latin-N.el.
5101         * international/characters.el: Add Latin-1.
5103         * international/latin-1.el, international/latin-2.el,
5104         * international/latin-3.el, international/latin-4.el,
5105         * international/latin-5.el, international/latin-8.el,
5106         * international/latin-9.el: Delete.
5108         * loadup.el: Remove international/latin-N.el.
5110         * case-table.el (set-case-syntax-charset, set-case-syntax-1)
5111         (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
5112         Undo last changes.
5114         * international/mule-diag.el (unicode-data): Check that
5115         `unicodedata-file' exists.
5117 2008-02-01  Kenichi Handa  <handa@m17n.org>
5119         * international/fontset.el (charset-script-alist): Fix script names.
5121 2008-02-01  Kenichi Handa  <handa@m17n.org>
5123         * international/latin-1.el: Bind set-case-syntax-charset to
5124         iso-8859-1.  Never provide latin-1.
5126         * international/latin-2.el: Bind set-case-syntax-charset to
5127         iso-8859-2.  Never provide latin-2.
5129         * international/latin-3.el: Bind set-case-syntax-charset to
5130         iso-8859-3.  Never provide latin-3.
5132         * international/latin-4.el: Bind set-case-syntax-charset to
5133         iso-8859-4.  Never provide latin-4.
5135         * international/latin-5.el: Bind set-case-syntax-charset to
5136         iso-8859-9.  Never provide latin-5.
5138         * international/latin-8.el: Bind set-case-syntax-charset to
5139         iso-8859-14.  Never provide latin-8.
5141         * international/latin-9.el: Bind set-case-syntax-charset to
5142         iso-8859-15.  Never provide latin-9.
5144         * case-table.el (set-case-syntax-set-multibyte): Delete variable.
5145         (set-case-syntax-charset): New variable.
5146         (set-case-syntax-1): New function.
5147         (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
5148         Call set-case-syntax-1 on arguments.
5150         * international/mule-cmds.el (set-language-environment): Delete
5151         unnecessary setup of syntax/case for unibyte case.
5153 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5155         * international/fontset.el (generate-fontset-menu): Exclude the
5156         default fontset.
5158         * faces.el (describe-face): Describe :fontset property too.
5160 2008-02-01  Dave Love  <fx@gnu.org>
5162         * international/characters.el: Don't set char width of CJK
5163         charsets generally.  Add some non-word syntax cases.
5164         (korean-ksc5601): Fix ranges with symbol syntax.
5166 2008-02-01  Dave Love  <fx@gnu.org>
5168         * Makefile.in (DONTCOMPILE): Add indian.el.
5170         * language/ind-util.el:
5171         (ucs-bengali-to-is13194-alist, ucs-assamese-to-is13194-alist)
5172         (ucs-gurmukhi-to-is13194-alist, ucs-gujarati-to-is13194-alist)
5173         (ucs-oriya-to-is13194-alist, ucs-tamil-to-is13194-alist)
5174         (ucs-telugu-to-is13194-alist, ucs-malayalam-to-is13194-alist):
5175         Remove declarations and let-bind them in re-written top-level loop
5176         over scripts, including ucs-devanagari-to-is13194-alist.
5178 2008-02-01  Dave Love  <fx@gnu.org>
5180         * international/mule-cmds.el (charset): Move.
5181         (language-info-custom-alist): Move.  Alter :set.
5182         (find-coding-systems-for-charsets): Check charset type before
5183         getting :charset-list.
5185         * language/ind-util.el (iscii-to-ucs-region): Fix typo.
5187 2008-02-01  Dave Love  <fx@gnu.org>
5189         * wid-edit.el (widget-string-complete): New.
5190         (widget-coding-system-prompt-value-history): Delete.
5191         (coding-system): Use coding-system-value-history.
5193         * international/mule-cmds.el (charset): New widget.
5194         (language-info-custom-alist): Use it.
5195         (default-input-method): Modify :type.
5197 2008-02-01  Dave Love  <fx@gnu.org>
5199         * language/ind-util.el (ucs-devanagari-to-is13194-alist)
5200         (indian-glyph-char, indian-char-glyph): Delete.
5201         (is13194-default-repertory): Rename from is13194-default-repartory.
5202         (iscii-to-ucs-region): Hoist evals from loop.
5204         * language/devan-util.el (dev-charseq): Avoid indian-glyph-char.
5206         * language/indian.el (indian-script-table)
5207         (ccl-encode-indian-glyph-font): Delete.
5209         * international/mule-cmds.el (language-info-custom-alist): New.
5210         (input-method-activate-hook, input-method-inactivate-hook)
5211         (input-method-after-insert-chunk-hook)
5212         (input-method-use-echo-area, set-language-environment-hook)
5213         (exit-language-environment-hook): Customize.
5214         (find-coding-systems-for-charsets): Rewrite.
5215         (default-input-method): Add :link.
5217 2008-02-01  Dave Love  <fx@gnu.org>
5219         * international/mule-conf.el (eight-bit): Add :docstring,
5220         :short-name properties.
5221         (cp851): Doc fix.
5222         (unicode-bmp): New.
5224         * case-table.el (set-case-syntax-pair): Remove check on byte lengths.
5226         * language/european.el (cp858): New.
5227         ("Turkish"): Add special case rules.
5229 2008-02-01  Dave Love  <fx@gnu.org>
5231         * international/characters.el: Make \e,_/\e(B and \e,A\x7f\e(B a case pair.
5233 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5235         * international/mule-conf.el: Don't define the charset iso-8859-1
5236         here, just setup its properties.
5238 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5240         * international/mule-conf.el (utf-8): Give :mime-charset property.
5242 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5244         * international/characters.el: Remove duplicated case setting for
5245         Cyrillic and Greek letters.  Don't setup printable-chars here.
5247         * case-table.el (describe-buffer-case-table): Handle the case
5248         that KEY is a cons within map-char-table.
5250 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5252         * international/characters.el: Fix categories ?A and ?C.
5253         Treat ASCII characters as `latin' script.
5255 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5257         * international/fontset.el (fontset-plain-name): If the fontset
5258         name doesn't ends with "-fontset-*", use family name as the first
5259         part of the plain name.
5260         (create-fontset-from-ascii-font): If "fontset-startup" is not yet
5261         created, use that name for the fontset.  Fix arguments to
5262         subst-char-in-string.
5264 2008-02-01  Dave Love  <fx@gnu.org>
5266         * term.el (term-char-mode): Remove generic-character-list code.
5268         * ruler-mode.el (ruler-mode-character-validate): Use characterp.
5270         * wid-edit.el (character): Use characterp.
5272         * international/mule-diag.el (describe-coding-system): Add utf-16 case.
5274         * language/viet-util.el (viet-encode-viscii-char): Use encode-char.
5276         * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
5277         Add charset.
5278         ("Ukrainian"): New.
5280         * language/georgian.el (georgian-ps): New coding system.
5282 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5284         * international/mule-cmds.el (reset-language-environment):
5285         Don't set nonascii-translation-table and nonascii-insert-offset.
5286         Call set-unibyte-charset, not set-primary-charset.
5287         (nonascii-translation-table, nonascii-insert-offset):
5288         Declare these variable as obsolete ones.
5289         (set-language-environment): Call set-unibyte-charset, not
5290         set-primary-charset.  Call set-charset-priority with `charset'
5291         info of the language environment.
5293 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5295         * international/characters.el (next-word-boundary-han):
5296         Don't treat katakana following han characters as a part of a word.
5298 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5300         * international/characters.el: Call map-charset-chars on big5 (not
5301         chinese-big5-1/2) to set categories `c', `C', and `|'.
5302         (next-word-boundary-han, next-word-boundary-kana): New function.
5303         Register it in next-word-boundary-function-table.
5305 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5307         * arc-mode.el (archive-file-name-coding-system): New variable.
5308         Make it permanent-local.
5309         (byte-after, bref, insert-unibyte): New function.  Change most of
5310         char-after, aref, insert to them respectively.
5311         (archive-mode): Set archive-file-name-coding-system.
5312         (archive-summarize): Don't change the buffer's multibyteness.
5313         (archive-extract): Inherit archive-file-name-coding-system from
5314         archive-superior-buffer.  Bind coding-system-for-write to
5315         archive-file-name-coding-system.
5316         (archive-*-write-file-member): Encode ENAME by
5317         archive-file-name-coding-system.  Bind coding-system-for-write to
5318         no-conversion.
5319         (archive-rename-entry): Encode the filename by
5320         archive-file-name-coding-system.
5321         (archive-mode-revert): Don't change the buffer's multibyteness.
5322         (archive-arc-summarize, archive-lzh-summarize)
5323         (archive-zoo-summarize): Don't change the buffer's multibyteness.
5324         Decode filenames by archive-file-name-coding-system.
5325         (archive-arc-rename-entry, archive-zip-chmod-entry): Don't change
5326         the buffer's multibyteness.
5328         * tar-mode.el (tar-file-name-coding-system): New variable.
5329         Make it permanent-local.
5330         (tar-header-block-tokenize): Decode filename and linkname by
5331         tar-file-name-coding-system.
5332         (tar-header-block-checksum): Call multibyte-char-to-unibyte to get
5333         the byte value of eight-bit chars.
5334         (tar-summarize-buffer): Call set-buffer-multibyte with METHOD
5335         `to'.  Delete unnecessary call of position-bytes.
5336         (tar-mode): Set tar-file-name-coding-system.  Delete unnecessary
5337         call of position-bytes.
5338         (tar-extract): Simplify by calling decode-coding-region with
5339         DESTINATION argument.  Don't toggle multibyteness of tar buffer.
5340         (tar-copy, tar-expunge): Don't toggle multibyteness of tar buffer.
5341         (tar-clear-modification-flags): Delete unnecessary call of
5342         position-bytes.
5343         (tar-rename-entry): Call tar-alter-one-field with encoded new name.
5344         (tar-alter-one-field): Don't toggle multibyteness of tar buffer.
5345         Convert new-data-string by string-to-multibyte before inserting it.
5346         (tar-subfile-save-buffer): Don't toggle multibyteness of tar
5347         buffer.  Simplify by calling encoding-coding-region with
5348         DESTINATION argument.
5349         (tar-mode-write-file): Delete unnecessary call of byte-to-position.
5351 2008-02-01  Dave Love  <fx@gnu.org>
5353         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Doc fix.
5355         * emacs-lisp/copyright.el (copyright-regexp): Remove redundancy.
5357 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5359         * international/characters.el: Setup char-script-table.
5361         * international/fontset.el: Setup the default fontset by the new
5362         script-based way.
5363         (x-complement-fontset-spec): Change the format of arg FONTLIST to
5364         an alist of charsets vs font name lists.
5365         (charset-script-alist): New variable.
5366         (create-fontset-from-fontset-spec): Allow script name in
5367         FONTSET-SPEC.  If charset is specified in FONTSET-SPEC, change it
5368         to the corresponding script name.
5369         (create-fontset-from-ascii-font): Slight tuning.
5371         * international/mule-conf.el (devanagari-glyph): New charset.
5372         Unify these charsets: korean-ksc5601, ipa, tibetan, ethiopic,
5373         japanese-jisx0208, japanese-jisx0212, japanese-jisx0213-1,
5374         japanese-jisx0213-2.
5376         * international/mule-diag.el (print-fontset): Use describe-vector
5377         to handle a char table returned by fontset-info.
5379         * language/indian.el: Don't register ccl-encode-indian-glyph-font
5380         and ccl-encode-unicode-font in font-ccl-encoder-alist.
5382 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5384         * international/mule-util.el (detect-coding-with-priority):
5385         Fix the place of using `,' marker in backguote form.
5387 2008-02-01  Dave Love  <fx@gnu.org>
5389         * international/mule-conf.el (mule-unicode-e000-ffff): Set :max-code.
5391         * international/mule-util.el (with-coding-priority): Fix.
5393         * international/mule.el (set-coding-priority): Fix obsolete spec.
5395 2008-02-01  Dave Love  <fx@gnu.org>
5397         * international/mule-cmds.el (leim-list-header): Add coding tag.
5399 2008-02-01  Dave Love  <fx@gnu.org>
5401         * international/mule-cmds.el (find-coding-systems-region)
5402         (language-info-alist, reset-language-environment, princ-list): Doc fix.
5403         (input-method-verbose-flag): Fix :type.
5405 2008-02-01  Dave Love  <fx@gnu.org>
5407         * international/mule.el (set-char-table-default): Make obsolete.
5409 2008-02-01  Dave Love  <fx@gnu.org>
5411         * language/devanagari.el ("Devanagari"): Fix coding-system,
5412         coding-priority.
5414         * international/mule-diag.el (describe-char-after): Modify display
5415         list processing.
5416         (unicodedata-file, unicodedata-find): New.
5418 2008-02-01  Dave Love  <fx@gnu.org>
5420         * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done): Add
5421         autoload cookie.
5423         * international/ja-dic-cnv.el (skkdic-convert): Add coding tag.
5425 2008-02-01  Dave Love  <fx@gnu.org>
5427         * international/mule-util.el (detect-coding-with-priority): Rewrite.
5429 2008-02-01  Dave Love  <fx@gnu.org>
5431         * composite.el (compose-string): Doc fix.
5433         * language/georgian.el ("Georgian"): Delete code-pages feature,
5434         add nonascii-translation.
5436         * language/european.el ("German", "French", "Spanish"):
5437         Add latin-9 as alternative coding system.
5438         ("Slovenian", "Polish"): Add windows-1250 as alternative coding system.
5439         ("Dutch"): Add latin-9 as alternative coding system.  Add input method.
5440         ("Turkish"): Add windows-1254 and latin-3 as alternative coding systems.
5441         ("Lithuanian", "Latvian"): Add windows-1257 as alternative coding
5442         system.
5444         * emacs-lisp/byte-opt.el (side-effect-free-fns): Add decode-char,
5445         encode-coding-char.
5446         (side-effect-and-error-free-fns): Add charsetp, max-char,
5447         primary-charset.
5449         * simple.el: Don't require cl when compiling.
5451         * Makefile.in (DONTCOMPILE): Fix duplicates.
5453         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Fix typo.
5455         * international/mule.el: Doc fixes.
5456         (load-with-code-conversion): Fix coding-system-type test.
5458         * international/mule-cmds.el (sort-coding-systems): Comment out
5459         iso-2022 case.
5460         (encoded-string-description): Fix coding-system-type test.
5462 2008-02-01  Dave Love  <fx@gnu.org>
5464         * international/characters.el: Make korean-ksc5601 double-width.
5466         * international/mule.el (auto-coding-regexp-alist):
5467         Recognize Emacs 20/1 byte-compiled files.
5469         * international/mule-conf.el (file-coding-system-alist):
5470         Change .elc to utf-8-emacs.
5472         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Adjust for use
5473         of utf-8-emacs.
5474         (byte-compile-insert-header): Update magic number.  Add ballast.
5475         (map-char-table): Use byte-compile-funarg-2.
5477 2008-02-01  Dave Love  <fx@gnu.org>
5479         * language/cyrillic.el ("Belarusian"): Doc fix.
5480         (cp1125, koi8-t): Doc fix.
5482         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
5483         (find-multibyte-characters): Don't test for charset `unknown'.
5484         (locale-language-names): Change or add: be, bs, cy, mk, ru.koi8,
5485         ru, sr_YU, tg, wa, zh.gbk.
5486         (locale-language-names): Change sp to Cyrillic.
5487         (locale-charset-language-names): Match @euro after utf-8.
5489 2008-02-01  Dave Love  <fx@gnu.org>
5491         * language/chinese.el (chinese-gbk, gbk, cp936, windows-936):
5492         New coding systems.
5493         ("Chinese-GBK"): New environment.
5495 2008-02-01  Dave Love  <fx@gnu.org>
5497         * language/chinese.el (chinese-gbk, gbk, cp936, windows-936):
5498         New coding systems.
5499         ("Chinese-GBK"): New environment.
5501         * language/thai-util.el: Remove redundant unicodes in category-setting.
5503         * language/lao-util.el: Remove redundant unicodes in category-setting.
5505         * international/mule-conf.el (japanese-jisx0213-1)
5506         (japanese-jisx0213-2): Add unify-map.
5508 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5510         * international/quail.el (quail-update-leim-list-file):
5511         Force writing the file by iso-2022-7bit.
5513         * international/titdic-cnv.el (miscdic-convert): Force writing the
5514         file by iso-2022-7bit.
5516         * international/mule.el (define-charset): Change the attribute
5517         :parents to :subset or :superset.
5519         * international/mule-conf.el: Adjust for the change of
5520         define-charset (:parent -> :subset or :superset).
5522         * international/characters.el: Fix the last change.
5524 2008-02-01  Dave Love  <fx@gnu.org>
5526         * language/cyril-util.el (cyrillic-encode-koi8-r-char)
5527         (cyrillic-encode-alternativnyj-char): Fix.
5528         (standard-display-cyrillic-translit): Remove redundant unicodes.
5530 2008-02-01  Dave Love  <fx@gnu.org>
5532         * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
5533         New environments.
5535         * international/mule-conf.el (control-1): New charset.
5536         (eight-bit-control, eight-bit-graphic): Redefine to use raw-bytes space.
5537         (korean-ksc5601): Redefine to use code-offset and unify-map.
5539 2008-02-01  Dave Love  <fx@gnu.org>
5541         * international/mule-conf.el (tcvn-5712): New charset.
5543         * language/vietnamese.el (vietnamese-tcvn, tcvn): New coding system.
5544         ("Vietnamese"): Doc fix.
5546 2008-02-01  Dave Love  <fx@gnu.org>
5548         * international/mule-conf.el (windows-936): New alias.
5550         * cus-start.el: Add scalable-fonts-allowed.
5552         * international/characters.el: Reinstate various CJK syntax and
5553         category setup.  Remove obsolete syntax setting in Greek section.
5554         Optimize the char tables.
5556         * language/thai.el ("Thai"): Add cp874, iso-8859-11 coding systems.
5558         * language/vietnamese.el ("Vietnamese"): Add windows-1258 coding system.
5560         * language/greek.el ("Greek"): Add windows-1253, cp851, cp869
5561         coding systems.
5563         * language/romanian.el ("Romanian"): Add iso-latin-10 coding system.
5565 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5567         * international/characters.el (printable-chars): Setup correctly.
5569 2008-02-01  Dave Love  <fx@gnu.org>
5571         * cus-start.el: Add selection-coding-system.
5573         * language/hebrew.el ("Hebrew"): Add windows-1255, cp862 coding systems.
5575         * language/china-util.el (post-read-decode-hz)
5576         (pre-write-encode-hz): Move from chinese.el.
5577         (big5-to-flat-code, flat-code-to-big5, euc-to-flat-code)
5578         (flat-code-to-euc, expand-euc-big5-alist, big5-to-cns): Delete.
5580         * language/chinese.el (post-read-decode-hz)
5581         (pre-write-encode-hz): Move to china-util.el.
5583         * case-table.el (set-case-syntax-pair): Test again for equal byte
5584         lengths of the pair.
5586         * international/characters.el: Add Vietnamese category to
5587         equivalent unicodes.
5589 2008-02-01  Dave Love  <fx@gnu.org>
5591         * international/mule-conf.el (chinese-sisheng, ipa)
5592         (indian-is13194, tibetan, ethiopic): Add :unify-map.
5594         * international/mule-diag.el (describe-character-set): Account for
5595         more than two dimensions of possibly different size.
5596         (describe-current-coding-system): Add selection-coding-system.
5598         * international/mule-cmds.el (unify-8859-on-encoding-mode)
5599         (unify-8859-on-decoding-mode): Move from mule.el.
5601         * international/mule.el (unify-8859-on-encoding-mode)
5602         (unify-8859-on-decoding-mode): Remove :init-value.
5603         (charset-chars): Add optional dimension arg.
5604         (unify-8859-on-encoding-mode, unify-8859-on-decoding-mode):
5605         Move to mule-cmds.el.
5607 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5609         * international/fontset.el: Change registry for japanese-jisx0208
5610         to "JISX0208*" in the default fontset.
5611         (font-encoding-alist): Add an entry for "JISX0208.1983" and
5612         "ISO10646.indian-1".
5614 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5616         * language/japanese.el (japanese-iso-7bit-1978-irv):
5617         Add `designation' to :flags, `ascii' to :charset-list.
5619         * international/mule.el (define-charset): New args :min-code and
5620         :max-code.
5621         (coding-system-iso-2022-flags): Add use-roman, use-oldjis.
5623         * international/mule-conf.el (chinese-gbk): Change :code-offset to
5624         #x160000.
5625         (gb18030-2-byte, gb18030-4-byte-bmp, gb18030-4-byte-smp)
5626         (gb18030-4-byte-ext-1, gb18030-4-byte-ext-2, gb18030): New charsets.
5628 2008-02-01  Dave Love  <fx@gnu.org>
5630         * language/thai.el (iso-8859-11): New coding system.
5632         * international/mule-conf.el: Doc fixes.
5633         (iso-8859-11): New.
5635 2008-02-01  Dave Love  <fx@albion.dl.ac.uk>
5637         * cus-start.el (scalable-fonts-allowed): Add.
5639 2008-02-01  Dave Love  <fx@gnu.org>
5641         * international/mule.el (unify-8859-on-encoding-mode)
5642         (unify-8859-on-decoding-mode): Dummy versions.
5644         * international/ucs-tables.el: Remove.
5646         * Makefile.in (DONTCOMPILE): Add language/chinese.el,
5647         language/japanese.el.
5649         * international/mule-conf.el: Doc fixes.
5650         (cp936): New alias.
5651         (cp720, cp858): New charsets.
5653         * mail/sendmail.el (mail-recover-1, mail-recover): Use utf-8-emacs
5654         coding system, not emacs-mule.
5656         * files.el (revert-buffer, recover-file): Likewise.
5658         * desktop.el (desktop-save): Likewise.
5660 2008-02-01  Dave Love  <fx@gnu.org>
5662         * international/mule.el (with-category-table): Use make-symbol.
5663         (coding-system-list): Use coding-system-aliases.
5664         (make-translation-table): Don't deal with generic characters.
5666         * international/mule-util.el (coding-system-post-read-conversion)
5667         (coding-system-pre-write-conversion)
5668         (coding-system-translation-table-for-decode)
5669         (coding-system-translation-table-for-encode): Get the right properties.
5670         (with-coding-priority): New macro.
5671         (detect-coding-with-language-environment): Use it.
5672         (coding-system-equal): Use coding-system-plist.
5674         * international/encoded-kb.el (encoded-kbd-setup-keymap) <ccl>:
5675         Use :valid property.
5677         * international/mule-cmds.el (encode-coding-char):
5678         Use find-coding-systems-string.  Don't use make-char.
5679         (describe-language-environment): Use coding-system-aliases.
5680         (prefer-coding-system): Doc fix.
5682         * international/mule-diag.el (describe-current-coding-system):
5683         Fix aliases listing.
5684         (print-iso-2022-flags): Delete.
5685         (print-designation): Partial re-write.
5686         (describe-coding-system): Deal with iso-2022 designations, flags.
5687         Fix shift_jis case.
5688         (describe-char-after): Use characterp.  Print explicit unicode.
5689         Remove some obsolete code.
5690         (print-coding-system-briefly): Fix printing aliases.
5691         (print-coding-system): Use coding-system-aliases.
5692         (mule-diag): Don't list coding categories.
5694         * international/mule-conf.el: Doc fixes.  Remove redundant :long-name properties.
5695         Re-order charset priorities.
5696         (binary): New alias.
5697         (iso-8859-16): Fix nickname.
5698         (define-iso-single-byte-charset): Un-define after use.
5700 2008-02-01  Dave Love  <fx@gnu.org>
5702         * international/characters.el: Additional double width specifications.
5704         * international/mule-diag.el (print-coding-system): Incomplete updates.
5705         (describe-character-set): List more properties.
5706         (print-fontset): Fix case of vector font-spec.
5707         (describe-current-coding-system): Fix iso-7, iso-7-else.
5709         * international/mule-conf.el (ibm866): Fix alias.
5710         (iso-8859-16): Fix nickname.
5712 2008-02-01  Dave Love  <fx@gnu.org>
5714         * language/ind-util.el: Avoid decode-char.
5715         (indian--puthash-char, indian--puthash-c, indian--puthash-cv):
5716         Use characterp, not char-valid-p.
5718         * language/devan-util.el: Add coding tag, avoid decode-char.
5720         * international/titdic-cnv.el: Add coding tag.
5721         (tit-process-header): Add coding tag to output.
5723         * language/thai.el (cp874, ibm874): New coding systems.
5725         * emacs-lisp/byte-opt.el <side-effect-and-error-free-fns>:
5726         Add character-p.
5728         * language/european.el (cp852, ibm852, cp857, ibm857, cp860)
5729         (ibm860, cp861, ibm861, cp863, cp865, ibm865, cp437, ibm437):
5730         New coding systems.
5731         <set-language-info-alist>: Avoid decode-char.
5733         * language/hebrew.el (cp862, ibm862): New coding systems.
5735         * language/greek.el (cp851, ibm851, cp869, ibm869): New coding systems.
5737         * language/cyrillic.el (cp855, ibm855): New coding systems.
5739         * international/mule-conf.el: Avoid decode-char in top-level code
5740         for self-inserting multibyte chars.
5741         (cp437, cp737, cp775, cp851, cp852, cp855, cp857, cp855, cp857)
5742         (cp860, cp861, cp862, cp863, cp864, cp865, cp869, cp874):
5743         New charsets.
5745         * international/characters.el: Various simplifications and additions.
5747 2008-02-01  Dave Love  <fx@gnu.org>
5749         * international/mule-conf.el (code-pages): Provide, for compatibility.
5751         * international/code-pages.el: Remove.
5753 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5755         * Makefile.in: Cancel the 2008-02-01 change of mine.
5757         * international/fontset.el: Add setting for unicode font at the
5758         end of the default fontset.
5760 2008-02-01  Dave Love  <fx@gnu.org>
5762         * international/mule-conf.el (adobe-standard-encoding, symbol):
5763         Adjust :code-space.
5764         (ibm850): Add :ascii-compatible-p.
5766 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5768         * international/mule-conf.el (vietnamese-viscii-lower)
5769         (vietnamese-viscii-upper): Supply them :code-offset, then unify by
5770         mapping table.
5772 2008-02-01  Dave Love  <fx@gnu.org>
5774         * cus-start.el: Add charset-map-directory.
5776         * international/fontset.el (font-encoding-alist): Add adobe-symbol.
5778         * format.el (format-alist): Remove ibm, mac, hp entries (available
5779         natively).
5781         * language/romanian.el (iso-latin-10): Add :mime-charset.
5782         ("Romanian"): Add doc.
5784         * international/mule-conf.el (iso-8859-10, symbol)
5785         (adobe-standard-encoding, ibm850): New charsets.
5786         (iso-8859-13): Fix IR number, final char.
5787         (file-coding-system-alist): Add .xml.
5789         * language/european.el (iso-latin-6, iso-8859-10, latin-6)
5790         (iso-latin-7, iso-8859-13, latin-7, hp-roman8, roman8)
5791         (adobe-standard-encoding, cp850, ibm850): New coding systems.
5792         ("Latin-6", "Latin-7"): New language environments.
5794 2008-02-01  Dave Love  <fx@gnu.org>
5796         * Makefile.in (DONTCOMPILE): Remove ucs-tables, utf-8,
5797         utf-8-subst; add vietnamese, cyrillic, czech.
5799         * language/romanian.el (iso-latin-10): New coding system.
5801         * international/mule-conf.el (emacs-mule): Set :charset-list,
5802         consistent with coding-system-charset-list doc.
5803         (iso-8859-16): New charset.
5805         * international/mule-diag.el (describe-coding-system): Avoid error
5806         for iso-2022, emacs-mule.
5808 2008-02-01  Dave Love  <fx@gnu.org>
5810         * international/codepage.el: Remove or comment out most of code.
5811         (codepage-setup): Re-write as trivial, obsolete function.
5813         * language/utf-8-lang.el ("UTF-8"): Use utf-8, not mule-utf-8.
5814         Remove setup function.
5816         * language/english.el (ebcdic-us, ebcdic-uk): New coding systems.
5818         * Makefile.in (DONTCOMPILE): Add language/vietnamese.el,
5819         language/cyrillic.el, language/czech.el.
5821         * language/vietnamese.el (windows-1258, cp1258): New coding systems.
5822         (font-ccl-encoder-alist): Remove viscii, vscii.
5824         * language/hebrew.el (windows-1255, cp1255): New coding systems.
5826         * language/european.el (windows-1254, cp1254, windows-1257)
5827         (cp1257, next, iso-latin-7, iso-8859-13, latin-7): New coding systems.
5828         ("Latin-7", "Lithuanian", "Latvian"): Don't require code-pages.
5830         * language/greek.el (windows-1253, cp1253): New coding systems.
5832         * international/mule-conf.el (ebcdic-us, ebcdic-uk): Change map
5833         file name.
5834         (windows-1253, windows-1254, windows-1255, windows-1256)
5835         (windows-1257, windows-1258, next): New charsets.
5837         * international/utf-8.el, international/utf-8-subst.el: Remove.
5839         * international/mule.el: Doc fixes.
5840         (charset-list, generic-char-p, set-coding-priority): Make obsolete.
5841         (coding-system-get): Try to convert old-style symbol to keyword.
5842         (define-charset): Purecopy strings in property list.
5843         (define-coding-system): Purecopy docstring.
5845         * international/mule-diag.el (list-character-sets-2): Avoid
5846         charset-bytes.
5847         (list-iso-charset-chars, list-non-iso-charset-chars): Delete.
5848         (list-block-of-chars): Re-write.
5849         (describe-character-set): Show more properties.
5850         (describe-char-after): Correct codepoint display.
5851         (print-coding-system): Use symbolic types.
5853 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5855         * Makefile.in: Be sure also to run emacs with LANG=C.
5857 2008-02-01  Dave Love  <fx@gnu.org>
5859         * international/mule-diag.el: Doc fixes.
5860         (sort-charset-list, charset-multibyte-form-string): Remove.
5861         (list-character-sets, list-character-sets-1)
5862         (list-character-sets-2): Re-write.
5863         (non-iso-charset-alist): Set to nil and made obsolete.
5864         (decode-codepage-char): Re-write and made obsolete.
5865         (read-charset): Don't use non-iso-charset-alist.
5866         (describe-coding-system): Use keyword properties.
5867         (describe-character-set): Re-write.
5869         * international/mule-conf.el (koi8-u, koi8-t, georgian-ps)
5870         (windows-1250, windows-1251, windows-1252, cp1125, ebcdic-us)
5871         (ebcdic-uk): New charsets.
5873         * language/cyrillic.el (koi8-u, koi8-t, windows-1251, cp1125):
5874         New coding systems.
5876         * language/european.el (windows-1252): New coding system.
5878 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5880         * Makefile.in: By sure to run emacs with LC_ALL=C.
5882         * international/encoded-kb.el (encoded-kbd-handle-8bit): Call
5883         encoded-kbd-self-insert-iso2022-8bit with argument 1.
5884         (encoded-kbd-self-insert-charset): New function.
5885         (encoded-kbd-setup-keymap, encoded-kbd-mode): Handle a
5886         coding-system of type charset.
5888 2008-02-01  Dave Love  <fx@gnu.org>
5890         * international/mule-cmds.el (set-locale-environment): Comment out
5891         set-keyboard-coding-system stuff.
5893 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5895         * international/mule.el (define-coding-system): Doc fix;
5896         sjis->shift-jis.
5898         * international/mule-conf.el: Use decode-char instead of make-char.
5900         * international/encoded-kb.el (encoded-kbd-self-insert-iso2022-8bit):
5901         New arg ARG.  Directly call self-insert-command.  This is a
5902         temporary workaround to make it work with latin-1.
5903         (encoded-kbd-mode): Change `sjis' to `shift-jis'.
5905         * international/characters.el: Setup char-width-table for CJK
5906         characters.
5908 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5910         * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
5911         Fix the initial value to specify character range of
5912         japanese-jisx0208, not unicode.
5914         * international/characters.el: Set syntax/category for
5915         japanese-jisx0208.
5917 2008-02-01  Dave Love  <fx@gnu.org>
5919         * mail/sendmail.el (sendmail-send-it): Use :mime-charset, not
5920         mime-charset.
5922         * language/vietnamese.el, language/korean.el, language/japanese.el:
5923         * language/hebrew.el, language/greek.el, language/chinese.el:
5924         Fix :mime-charset properties.
5926         * language/cyrillic.el (cyrillic-iso-8bit, cyrillic-koi8)
5927         (cyrillic-alternativnyj): Fix :mime-charset.
5928         (cp878, cp866): New alias.
5930         * language/european.el: Fix mime-charset properties.
5932         * international/mule-cmds.el (sort-coding-systems)
5933         (select-safe-coding-system, select-message-coding-system): Use
5934         :mime-charset, not 'mime-charset.
5936         * international/mule-conf.el: Add various :mime-charset properties.
5938 2008-02-01  Dave Love  <fx@gnu.org>
5940         * international/encoded-kb.el (encoded-kbd-self-insert-ccl): Fix
5941         getting decoder.
5942         (encoded-kbd-mode): Fix code for coding system type and designations.
5944         * international/mule-conf.el: Spelling fixes.
5946 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5948         * international/fontset.el (fontset-plain-name): Handle the case
5949         that size, weight, slant are not specified in the fontset name.
5951 2008-02-01  Yong Lu  <lyongu@asia-infonet.com>
5953         * language/greek.el (greek-iso-8bit): Fix typo.
5955 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5957         * language/chinese.el (chinese-big5): Change :coding-type to `charset'.
5959 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5961         * international/characters.el: Change encoding to utf-8-emacs.
5962         Remove apparent duplicate codes.
5964 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5966         * international/fontset.el: Change the registry for
5967         chinese-gb2312 and add the registry for chinese-gbk.
5969         * international/mule.el (charset-chars): Fix typo.
5971         * international/mule-conf.el (chinese-gbk): New charset.
5973         * international/titdic-cnv.el (titdic-convert): Read into a
5974         unibyte buffer then make the buffer multibyte.
5976 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5978         * international/mule-conf.el (utf-16-le, utf-16-be): Use :bom attribute
5979         instead of :signature.
5981 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5983         * language/czech.el ("Czech"): Set `iso-8859-2' for
5984         `nonascii-translation'.
5986         * language/romanian.el ("Romanian"): Likewise.
5988         * language/slovak.el ("Slovak"): Likewise.
5990         * international/characters.el: Optimize calls of modify-category-entry.
5992 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5994         * bindings.el: Don't bind multibyte characters to
5995         self-insert-command here.  It's done in mule-conf.el.
5997         * case-table.el (set-case-syntax-offset): Delete variable.
5998         (set-case-syntax-1): Delete function.  Change callers.
5999         (set-case-syntax-delims): Don't check byte length of characters.
6001         * isearch.el (isearch-mode-map): Call set-char-table-range to bind
6002         characters to isearch-printing-char.
6004         * loadup.el: Don't load "international/utf-8".  Don't call
6005         update-coding-systems-internal.  Bind coding-system-for-write to
6006         `utf-8' while writing fns-XXX.el.  Call clear-charset-maps before
6007         dumping.
6009         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Adjust for the
6010         change of map-char-table.
6012         * eshell/esh-mode.el: Adjust for the change of map-char-table.
6014         * international/characters.el: Adjust for the deletion of
6015         generic characters.
6017         * international/code-pages.el (cp-make-translation-table)
6018         (cp-valid-codes, cp-fix-safe-chars): Delete.  Change caller.
6019         (cp-make-coding-system): Call define-coding-system.
6021         * international/fontset.el: Rewrite most code.
6023         * international/ja-dic-cnv.el (skkdic-get-kana-compact-codes):
6024         Call encode-char instead of split-char.
6026         * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
6027         Change value.
6028         (skkdic-lookup-key): Call encode-char instead of split-char.
6030         * international/titdic-cnv.el (titdic-convert): Bind
6031         coding-system-for-write to 'iso-2022-7bit.  Don't work on unibyte
6032         buffer.
6034         * international/latin-1.el: Don't bind set-case-syntax-offset.
6036         * international/latin-2.el: Don't bind set-case-syntax-offset.
6038         * international/latin-3.el: Don't bind set-case-syntax-offset.
6040         * international/latin-4.el: Don't bind set-case-syntax-offset.
6042         * international/latin-5.el: Don't bind set-case-syntax-offset.
6044         * international/latin-8.el: Don't bind set-case-syntax-offset.
6046         * international/latin-9.el: Don't bind set-case-syntax-offset.
6048         * international/mule-cmds.el: Don't use coding category.
6049         Call set-coding-system-priority instead of set-coding-priority.
6050         (sort-coding-systems, select-safe-coding-system):
6051         Call coding-system-priority-list to get the most preferred one.
6052         (reset-language-environment): Order of coding system priority
6053         changed.  Set primary charset to iso-8859-1.
6054         (set-language-environment-coding-systems):
6055         Call set-coding-system-priority instead of set-coding-priority.
6056         (get-charset-property, put-charset-property): Move to mule.el.
6058         * international/mule-conf.el: Ful re-write.
6060         * international/mule-diag.el (print-designation): Change arguments.
6061         (print-iso-2022-flags): New function.
6062         (describe-coding-system, describe-current-coding-system):
6063         Adjust for the new structure of coding system.
6065         * international/mule.el (char-valid-p): Make it an alias of characterp.
6066         (define-charset): Full re-design.
6067         (charset-quoted-standard-p): Delete.
6068         (charsetp): Move to charset.c.
6069         (charset-info, charset-id, charset-bytes, charset-width)
6070         (charset-directioin, charset-iso-graphic-plane)
6071         (charset-reverse-charset): Delete.
6072         (charset-dimension, charset-chars, charset-iso-final-char)
6073         (charset-description, charset-short-name, charset-long-name):
6074         Call charset-plist instead of charset-info.
6075         (charset-plist, set-charset-plist): Move to charset.c.
6076         (get-charset-property, put-charset-property): Move from
6077         mule-cmds.el.  Call charset-plist and set-charset-plist.
6078         (make-char): Delete.
6079         (generic-char-p): Make it always return nil.
6080         (decode-char, encode-char): Move to charset.c.
6081         (coding-spec-XXX-idx): Delete variables.
6082         (coding-system-iso-2022-flags): New variable.
6083         (define-coding-system): New function.
6084         (transform-make-coding-system-args, make-coding-system): Delete.
6085         (set-coding-priority): Make it obsolete.
6086         (after-insert-file-set-buffer-file-coding-system)
6087         (find-new-buffer-file-coding-system): Adjust for the new coding
6088         system structure.
6090         * language/chinese.el, language/cyrillic.el, language/european.el:
6091         * language/greek.el, language/hebrew.el, language/indian.el:
6092         * language/japanese.el, language/korean.el, language/lao.el:
6093         * language/thai.el, language/tibetan.el, language/vietnamese.el:
6094         Call define-coding-system instead of make-coding-system.
6095         Delete all CCL program.
6097         * textmodes/sgml-mode.el (sgml-mode-map): Use encode-char instead
6098         of make-char.
6099         (sgml-char-names-table): Fix iteration limit.
6101         * term/mac-win.el: Delete unnecessary calls of set-fontset-font.
6102         (ccl-encode-mac-roman-font): Delete.
6104         * Makefile.in (DONTCOMPILE): Add latin1-disp.el, ucs-tables.el,
6105         utf-8.el, and utf-8-subst.el as they can't be bytecompiled
6106         currently.  This is just a temporary workaround.
6108 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6110         * whitespace.el (global-whitespace-mode): Use `find-file-hook' instead
6111         of `find-file-hooks'.
6112         (global-whitespace-toggle-options): Doc fix.
6114 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
6116         * whitespace.el (whitespace): Set :version tag to 23.1.
6117         (whitespace-turn-off, whitespace-toggle-options): Fix typos.
6118         (whitespace-style, whitespace-chars, whitespace-space)
6119         (whitespace-hspace, whitespace-tab, whitespace-newline)
6120         (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
6121         (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
6122         (whitespace-hspace-regexp, whitespace-space-regexp)
6123         (whitespace-tab-regexp, whitespace-trailing-regexp)
6124         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
6125         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
6126         (whitespace-space-after-tab-regexp, whitespace-line-column)
6127         (whitespace-display-mappings, global-whitespace-toggle-options)
6128         (whitespace-cleanup, whitespace-cleanup-region)
6129         (whitespace-interactive-char): Doc fixes.
6131 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
6133         * whitespace.el (global-whitespace-mode): Fix modeline lighter.
6134         When turning off the global mode, turn off the local modes too
6135         if whitespace is being unloaded.
6136         (whitespace-unload-function): New function.
6138 2008-02-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
6140         * vc.el (vc-update): Fix bug: Specify branch tip as
6141         vc-checkout REVISION.  Reported by Dan Nicolaescu.
6143 2008-02-01  Glenn Morris  <rgm@gnu.org>
6145         * info.el (bookmark-make-cell-function, bookmark-search-size)
6146         (bookmark-current-bookmark): Declare variables for compiler.
6147         (bookmark-buffer-file-name, bookmark-get-filename)
6148         (bookmark-get-front-context-string)
6149         (bookmark-get-rear-context-string, bookmark-get-position)
6150         (bookmark-get-info-node, bookmark-file-or-variation-thereof)
6151         (bookmark-jump-noselect): Declare functions for compiler.
6152         (Info-bookmark-make-cell): Fix argument list to match example of
6153         `bookmark-make-cell-for-text-file'.
6154         (Info-bookmark-jump): Don't require info inside info.el.
6156 2008-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
6158         * progmodes/verilog-mode.el (verilog-sk-prompt-msb)
6159         (verilog-sk-module, verilog-sk-function, verilog-sk-begin)
6160         (verilog-sk-if, verilog-sk-wire, verilog-sk-for)
6161         (verilog-sk-state-machine): Quote all calls to
6162         "auxiliary skeleton"s to prevent infloops.
6164 2008-02-01  Jason Rumney  <jasonr@gnu.org>
6166         * w32-fns.el: Partially revert 2007-11-10 change.
6168 2008-02-01  Martin Rudalics  <rudalics@gmx.at>
6170         * mail/rmail.el (rmail-highlight): Fix specification.
6171         Reported by pod <pod@herald.ox.ac.uk>.
6173 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6175         * image-mode.el (image-mode-current-vscroll)
6176         (image-mode-current-hscroll): Make buffer-local.
6177         (image-set-window-vscroll, image-set-window-hscroll): Simplify.
6178         (image-reset-current-vhscroll): Use the latest setting when displaying
6179         for the first time in a window.  Apply to all windows in the frame.
6180         (image-mode): Don't make image-mode-current-[vh]scroll buffer-local.
6182         * progmodes/grep.el (grep-compute-defaults):
6183         Don't mix up defaults for different connections to the same host.
6185 2008-01-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6187         * blank-mode.el: Rename to whitespace.el.
6189         * obsolete/whitespace.el: Rename to obsolete/old-whitespace.el.
6191 2008-01-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6193         * net/rcompile.el (remote-compile): Remove broken code.
6195 2008-01-31  Jason Rumney  <jasonr@gnu.org>
6197         * term/w32-win.el (image-library-alist): Prefer libxpm.dll.
6199 2008-01-31  Juanma Barranquero  <lekktu@gmail.com>
6201         * linum.el (linum-unload-function): New function.
6203 2008-01-30  Nick Roberts  <nickrob@snap.net.nz>
6205         * progmodes/gdb-ui.el (gdb-var-set-format-regexp): New constant.
6206         (gdb-var-set-format-handler): New function.
6207         (gdb-var-set-format): Use it.
6209 2008-01-30  Juanma Barranquero  <lekktu@gmail.com>
6211         * emacs-lisp/check-declare.el (check-declare-directory):
6212         * emacs-lisp/authors.el (authors): Use `find-program' and
6213         `grep-program' instead of hardcoded program names.
6215         * emacs-lisp/cl-loaddefs.el: Update.
6217 2008-01-30  Tassilo Horn  <tassilo@member.fsf.org>
6219         * info.el (Info-bookmark-make-cell, Info-bookmark-jump): New functions.
6220         Implement bookmark support the new make-cell/handler way.
6221         (Info-mode): Bind bookmark-make-cell-function to
6222         Info-bookmark-make-cell buffer locally.
6224 2008-01-30  Richard Stallman  <rms@gnu.org>
6226         * progmodes/etags.el (tags-query-replace): Delete unused optional args.
6227         Doc fix.
6229         * files.el (hack-local-variables): Don't query about fake variables.
6231 2008-01-30  Markus Triska  <markus.triska@gmx.at>
6233         * linum.el: New file.
6235 2008-01-29  Michael Albinus  <michael.albinus@gmx.de>
6237         * net/tramp.el (tramp-methods): Use "-H" option for "sudo".
6238         Suggested by Trent W. Buck <trentbuck@gmail.com>.  Make ("%h")
6239         a single element in "plinkx".
6240         (tramp-handle-shell-command): Reuse "*Async Shell Command*" or
6241         "*Shell Command Output*" buffers.  Check, whether there is already
6242         an asynchronous process running.  Display always the buffer of the
6243         asynchronous process.
6244         (tramp-compute-multi-hops): Adapt error message.
6246 2008-01-29  Alan Mackenzie  <acm@muc.de>
6248         * progmodes/cc-langs.el (c-specifier-key): Exclude "template"
6249         from this regexp; part of same fix as next change to cc-engine.el.
6251         * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5):
6252         Anchor the "{" of a template function correctly on "template", not the
6253         following "<".
6255         * progmodes/cc-defs.el (c-version): Increase to 5.31.5.
6257 2008-01-29  Tassilo Horn  <tassilo@member.fsf.org>
6259         * doc-view.el (doc-view-mode): Adapt to image-mode-current-vscroll
6260         and image-mode-current-hscroll being alists now.
6262         * image-mode.el (image-mode-current-vscroll)
6263         (image-mode-current-hscroll): Add doc strings.
6264         (image-set-window-vscroll, image-set-window-hscroll)
6265         (image-reset-current-vhscroll, image-mode): Adapt to
6266         image-mode-current-vscroll and image-mode-current-hscroll being
6267         alists now.
6269 2008-01-29  Martin Rudalics  <rudalics@gmx.at>
6271         * emacs-lisp/find-func.el (find-function-search-for-symbol):
6272         Strip extension from .emacs.el to make sure symbol is searched
6273         in .emacs too.
6275 2008-01-29  Tassilo Horn  <tassilo@member.fsf.org>
6277         * doc-view.el (doc-view-mode): Use facilities below to
6278         restore [vh]scroll when switching buffers.
6280         * image-mode.el (image-mode-current-vscroll)
6281         (image-mode-current-hscroll): New variables.
6282         (image-set-window-hscroll, image-set-window-vscroll): New functions.
6283         (image-forward-hscroll, image-next-line, image-bol, image-eol)
6284         (image-bob, image-eob): Use them.
6285         (image-reset-current-vhscroll): New function.
6286         (image-mode): Make new variables buffer-local and reset [vh]scroll
6287         on window configuration changes.
6289 2008-01-27  Nick Roberts  <nickrob@snap.net.nz>
6291         * progmodes/gdb-ui.el (gdb-create-define-alist): Don't call
6292         gdb-cpp-define-alist-program if file is nil (currently only
6293         " *partial-output-...").
6295 2008-01-27  Richard Stallman  <rms@gnu.org>
6297         * allout.el: Many doc fixes.
6298         (allout-encrypt-string): Fix error message.
6300 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
6302         * progmodes/etags.el (tags-query-replace): Doc fix.
6304 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
6306         * allout.el (allout-unload-function): New function.
6308 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
6310         * allout.el (allout-prefix-data): Doc fix.
6311         (allout-show-current-subtree): Reflow docstring.
6312         (allout-use-mode-specific-leader, allout-use-hanging-indents)
6313         (produce-allout-mode-map, allout-overlay-interior-modification-handler)
6314         (allout-next-heading, allout-previous-heading, allout-rebullet-heading)
6315         (allout-rebullet-topic, allout-rebullet-topic-grunt, allout-kill-topic)
6316         (allout-copy-topic-as-kill, allout-listify-exposed)
6317         (allout-process-exposed, allout-encrypted-key-info)
6318         (allout-update-passphrase-mnemonic-aids)
6319         (allout-next-topic-pending-encryption)
6320         (allout-tests-globally-true): Fix typos in docstrings.
6322 2008-01-23  Jason Rumney  <jasonr@gnu.org>
6324         * lpr.el (printer-name): Do not set on MS Windows.
6326 2008-01-28  Michael Albinus  <michael.albinus@gmx.de>
6328         * net/tramp.el (tramp-handle-shell-command): Use "/bin/sh -c" for
6329         the command.
6331 2008-01-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6333         * whitespace.el: Moved to obsolete dir.
6335         * blank-mode.el: New version 9.2.  Replace whitespace functions by
6336         aliases in blank-mode.
6337         (whitespace-buffer): New fun.
6338         (whitespace-region): Alias for whitespace-buffer, because there is no
6339         blank-region fun.
6340         (whitespace-cleanup): Alias for blank-cleanup.
6341         (whitespace-cleanup-region): Alias for blank-cleanup-region.
6343 2008-01-27  Juanma Barranquero  <lekktu@gmail.com>
6345         * server.el (server-log-time-function): Doc fix.
6346         (server-buffer): Fix typo in docstring.
6348 2008-01-27  Martin Rudalics  <rudalics@gmx.at>
6350         * view.el (view-buffer): Explain in doc-string why exit-action
6351         should not be set to kill-buffer.
6353         * arc-mode.el (archive-extract):
6354         * tar-mode.el (tar-extract): Use kill-buffer-if-not-modified as
6355         exit-action when viewing the buffer.
6357 2008-01-27  Dan Nicolaescu  <dann@ics.uci.edu>
6359         * add-log.el (change-log-search-file-name): Work harder to find
6360         the correct file name.
6361         (change-log-find-file): Fix typo.
6362         (change-log-start-entry-re): Move definition earlier.
6364 2007-01-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6366         * add-log.el (change-log-search-file-name, change-log-find-file):
6367         New function.
6368         (change-log-font-lock-keywords): Move file name matching ...
6369         (change-log-file-names-re): ... here.  New defconst.
6370         (change-log-mode-map): New binding C-c C-f to change-log-find-file.
6372 2008-01-27  Alan Mackenzie  <acm@muc.de>
6374         * progmodes/cc-awk.el, progmodes/cc-engine.el: Correct typos,
6375         enhance comments.
6377 2008-01-27  Michael Albinus  <michael.albinus@gmx.de>
6379         * net/tramp.el (tramp-compute-multi-hops): In case of su(do)?
6380         methods, the host name must be a local host.
6382 2008-01-27  Dan Nicolaescu  <dann@ics.uci.edu>
6384         * vc.el: Add TODO item about not defaulting to RCS.
6386         * server.el (server-process-filter): Check for non-nil before
6387         calling file-directory-p.
6389 2008-01-27  Alan Mackenzie  <acm@muc.de>
6391         * progmodes/cc-vars.el (c-hanging-braces-alist): New element for
6392         arglist-cont-nonempty.
6394         * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines
6395         for a brace with syntax arglist-cont-nonempty.
6397         * progmodes/cc-styles.el (c-style-alist): Add elements for
6398         arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python, awk).
6400 2008-01-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
6402         * button.el (define-button-type): Clarify type of NAME in docstring.
6404 2008-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6406         * server.el (server-buffer): New const.
6407         (server-log): New var.
6408         (server-log): Use them.
6409         (server-process-filter): (Try to) run the continuation in the same cwd
6410         as the client's.
6412 2008-01-26  Alan Mackenzie  <acm@muc.de>
6414         * progmodes/cc-defs.el (c-save-buffer-state):
6415         Bind buffer-file-name and buffer-file-truename to nil, to prevent
6416         primitives generating "buffer is read only" messages.
6418 2008-01-20  Ulf Jasper  <ulf.jasper@web.de>
6420         * calendar/icalendar.el (icalendar-version): Increase to "0.17".
6421         (icalendar-import-format): Doc fix.  Allow function type.
6422         (icalendar--read-element): Doc fix.
6423         (icalendar--parse-summary-and-rest): Doc fix.  Handle function
6424         type icalendar-import-format.  Make regexps non-greedy.
6425         (icalendar--format-ical-event): Handle function type
6426         icalendar-import-format.
6427         (icalendar-import-format-sample): New function.
6429 2008-01-26  Thien-Thi Nguyen  <ttn@gnuvola.org>
6431         * vc.el (vc-exec-after): For mode-line-process highlighting, if
6432         `compile' is not available, fall back to font-lock-warning-face.
6434 2008-01-26  Phil Sung  <psung@mit.edu>  (tiny change)
6436         * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so
6437         that the filename end is found even when the filename is empty.
6438         Fixes error and spurious newlines when marking files for deletion.
6440 2008-01-26  Martin Rudalics  <rudalics@gmx.at>
6442         * subr.el (find-tag-default): Simplify using exclusively
6443         skip-syntax-backward/-forward.
6445 2008-01-26  Michael Albinus  <michael.albinus@gmx.de>
6447         * vc.el (vc-directory, vc-update-change-log): Remove check for
6448         Tramp.  Both functions work for it, though pretty slow
6449         (`vc-directory').  Maybe the implementation can be optimized.
6451         * net/tramp.el (tramp-dissect-file-name): Raise an error when
6452         Tramp 2.0 syntax is used.
6453         Suggested by Trent W. Buck <trentbuck@gmail.com>.
6455 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
6457         * ls-lisp.el (ls-lisp-insert-directory): If -n switch is used,
6458         invoke directory-files-and-attributes with last argument `integer'
6459         instead of `string'.
6460         (insert-directory): Add -n to the list of supported switches
6461         mentioned in the doc string.
6463 2008-01-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6465         * blank-mode.el: New version 9.1.  Handle "long" line tail
6466         visualization.  Doc fix.
6467         (blank-line-length): Rename to blank-line-column.
6468         (blank-chars-value-list, blank-toggle-option-alist, blank-help-text):
6469         Initialization fix.
6470         (blank-replace-spaces-by-tabs): New fun.
6471         (blank-cleanup, blank-cleanup-region, blank-color-on): Code fix.
6473 2008-01-25  Richard Stallman  <rms@gnu.org>
6475         * subr.el (add-hook): Implement `permanent-local-hook' property.
6477         * loadhist.el (file-provides, file-requires): Push the filename right.
6479 2008-01-25  Martin Rudalics  <rudalics@gmx.at>
6481         * emacs-lisp/find-func.el (find-library): Wrap search for
6482         library name in condition-case to avoid reporting a scan-error.
6484 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
6486         * server.el (server-process-filter): Don't force
6487         the authentication string to be followed by "\n".
6489 2008-01-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6491         * blank-mode.el: New version 9.0.  New commands to clean up some blank
6492         problems like trailing blanks.  New faces and regexp for visualizing
6493         the blank problems.  Doc fix.
6494         (blank-chars, blank-global-modes, blank-chars-value-list)
6495         (blank-toggle-option-alist, blank-help-text): Initialization fix.
6496         (blank-indentation, blank-empty, blank-space-after-tab): New faces.
6497         (blank-indentation, blank-empty, blank-space-after-tab)
6498         (blank-indentation-regexp, blank-empty-at-bob-regexp)
6499         (blank-empty-at-eob-regexp, blank-space-after-tab-regexp): New options.
6500         (blank-cleanup, blank-cleanup-region): New commands.
6501         (blank-color-on): Code fix.
6503 2008-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
6505         * ibuffer.el (ibuffer-default-sorting-mode): Add option to sort by
6506         file name.
6507         (ibuffer-mode-map): Add binding to sort by file name.
6508         (ibuffer-filename/process-header-map): New variable.
6509         (filename-and-process): Add a header that sorts by file name.
6510         (ibuffer-mode): Mention sorting by file name.
6512         * ibuf-ext.el (filename/process): New sorter.
6514 2008-01-25  Sven Joachim  <svenjoac@gmx.de>
6516         * view.el (kill-buffer-if-not-modified): Don't pass t to
6517         buffer-modified-p.
6519 2008-01-24  Michael Albinus  <michael.albinus@gmx.de>
6521         * net/tramp.el (tramp-do-copy-or-rename-file): Flush the cache of
6522         the source file in case of `rename'.
6523         Reported by Pete Forman <pete.forman@westerngeco.com>.
6525 2008-01-24  Ken Manheimer  <ken.manheimer@gmail.com>
6527         * allout.el (allout-keybindings-list): In initial setting, express
6528         meta-prefixed allout keys as vectors instead of strings, since the
6529         string form is interpreted in some cases as composed key
6530         modifiers, eg, accented keys.
6532         (allout-line-boundary-regexp): Clarify description.
6534         (set-allout-regexp): Repair the expressions so that the formfeed
6535         part is identified as one of the top-level groups, and is
6536         included in all the forms, not just the -line-boundary-regexp one.
6538         (allout-prefix-data): Incorporate information from the various
6539         allout regexp's formfeed alternative group, when present.
6541         (allout-write-file-hook-handler): Rectify mangling of the error
6542         handling.  It was broken in 2007-12-06T19:56:41Z!deego@gnufans.org, where an `error'
6543         condition-case handler was apparently reformatted as if it was a
6544         call to the error function.  An apparent repair attempt in version
6545         1.101 situated the original body of the error handling code as
6546         bogus condition-case handlers.  I've returned to just about the
6547         working code that was originally there, removing an unnecessary -
6548         but benign - enclosing 'progn'.  \(Automated or cursory code fixes
6549         often aren't.)
6551         (allout-region-active-p): Fallback to value of mark-active if
6552         neither use-region-p nor region-active-p are present, for
6553         compatability with current and recent emacs major releases.
6555 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
6557         * textmodes/reftex-toc.el (reftex-toc-next, reftex-toc-previous)
6558         (reftex-toc-restore-region):
6559         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer)
6560         (reftex-index-phrases-apply-to-region):
6561         * textmodes/ispell.el (ispell-word):
6562         * progmodes/vhdl-mode.el (vhdl-keep-region-active):
6563         * progmodes/pascal.el (pascal-mark-defun):
6564         * progmodes/f90.el (f90-mark-subprogram, f90-indent-region)
6565         (f90-fill-region):
6566         * emulation/tpu-edt.el (tpu-set-mark):
6567         * emulation/crisp.el (crisp-region-active):
6568         * winner.el (winner-active-region):
6569         * ansi-color.el (ansi-color-set-extent-face): Use featurep instead
6570         of bound tests in order to resolve conditionals at compile time.
6572 2008-01-24  Juanma Barranquero  <lekktu@gmail.com>
6574         * delsel.el (delsel-unload-function): Don't use `remprop'; it is
6575         not autoloaded, and we wouldn't want to load CL just to unload
6576         delsel.el anyway.  Suggested by Martin Rudalics <rudalics@gmx.at>.
6578 2008-01-24  Martin Rudalics  <rudalics@gmx.at>
6580         * delsel.el (delete-selection-pre-hook): Avoid clearing out
6581         pre-command-hook when text is read-only.
6583 2008-01-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
6585         * vc.el (vc-process-filter): Do nothing if buffer not live.
6586         (vc-diff-finish): Rename from vc-diff-sentinel.
6587         No longer take REV1-NAME and REV2-NAME.
6588         Instead, take BUFFER-NAME.  Do nothing if buffer not live.
6589         Don't do window resize if no window displays buffer.
6590         (vc-diff-internal): Use vc-diff-finish.
6592         * vc.el (vc-next-action): Fix two instances of "free-var file" bug:
6593         In both cases, convert single call to one wrapped in dolist.
6595 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
6597         * vc.el: Add a TODO item about missing files.
6598         (vc-exec-after): Add a tooltip to the new mode-line item.
6600 2008-01-24  Glenn Morris  <rgm@gnu.org>
6602         * t-mouse.el (gpm-mouse-start): Declare as a function.
6604 2008-01-23  Michael Albinus  <michael.albinus@gmx.de>
6606         * net/tramp.el (tramp-remote-process-environment): Set "LC_ALL=C".
6607         (tramp-end-of-output): Add `tramp-rsh-end-of-line' into the regexp.
6608         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
6609         Don't send `tramp-rsh-end-of-line' additionally, when setting the
6610         prompt.
6611         (tramp-wait-for-output): Distinguish different prompt formats.
6612         (tramp-get-test-nt-command): Don't check for "\n" in the prompt.
6613         (tramp-local-host-p): Check whether temp directory is writable.
6615 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
6617         * vc.el: Add TODO items.
6619 2008-01-23  Carsten Dominik  <dominik@science.uva.nl>
6621         * replace.el (occur-mode-find-occurrence-hook): New hook that can
6622         be used to reveal or highlight the location of a match.
6623         (occur-mode-goto-occurrence, occur-mode-goto-occurrence-other-window)
6624         (occur-mode-display-occurrence): Run `occur-mode-find-occurrence-hook'.
6626 2008-01-23  Martin Rudalics  <rudalics@gmx.at>
6628         * progmodes/hideif.el (hide-ifdef-shadow): Add version number
6629         for defcustom.
6630         (hide-ifdef-shadow): Add version number for defface.
6632 2008-01-23  Glenn Morris  <rgm@gnu.org>
6634         * textmodes/org.el (org-export-latex-cleaned-string): Fix declaration.
6636 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
6638         * progmodes/sh-script.el (sh-basic-offset):
6639         * progmodes/cc-vars.el (c-syntactic-indentation)
6640         (c-syntactic-indentation-in-macros): Mark as safe.
6642 2008-01-23  Richard Stallman  <rms@gnu.org>
6644         * icomplete.el (icomplete-get-keys):
6645         Look up KEYS using all maps in proper buffer.
6647 2008-01-23  Juanma Barranquero  <lekktu@gmail.com>
6649         * frame.el (display-mm-height, display-mm-width):
6650         * whitespace.el (whitespace-check-leading-whitespace)
6651         (whitespace-check-trailing-whitespace)
6652         (whitespace-check-spacetab-whitespace)
6653         (whitespace-check-indent-whitespace)
6654         (whitespace-check-ateol-whitespace):
6655         * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring.
6657 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
6659         * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
6660         after-save-hook so that it is not called multiple times.
6662         * vc-svn.el (vc-svn-resolve-when-done): Likewise.
6664 2008-01-23  Eli Zaretskii  <eliz@gnu.org>
6666         * view.el (view-file-other-window, view-file-other-frame):
6667         Don't kill the buffer if it is modified.  Doc fixes.
6668         (kill-buffer-if-not-modified): New function.
6669         (view-file): Don't kill the buffer if it is modified.
6671         * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete.
6672         (ebrowse-view/find-file-and-search-pattern):
6673         Call view-file-other-window instead of ebrowse-view-file-other-window.
6674         (ebrowse-view-file-other-frame): Don't call
6675         current-window-configuration.  Fix second argument in the call to
6676         view-mode-enter.  Doc fix.
6678 2008-01-23  Richard Stallman  <rms@gnu.org>
6680         * subr.el (atomic-change-group): Prevent undo list truncation.
6682 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
6684         * files.el (safe-local-eval-forms):
6685         Mark (add-hook 'write-file-hooks 'time-stamp) as safe.
6687 2008-01-23  Nick Roberts  <nickrob@snap.net.nz>
6689         * comint.el (comint-insert-input): Set point first.
6691         * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
6692         session doesn't hang because gdb-pending-triggers is non-nil.
6693         (gdb-frame-handler): Use buffer-file-name instead of
6694         buffer-name in case of duplicate file names.
6696 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
6698         * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
6699         C-M-e and C-M-h for emacs, they work by default.
6700         (verilog-emacs-features): Remove.
6701         (verilog-setup-dual-comments, verilog-populate-syntax-table):
6702         Remove.  Move syntax table initialization ...
6703         (verilog-mode-syntax-table): ... here.
6704         (verilog-mode): Don't initialize the syntax table here.
6705         (verilog-mark-defun): Only do something useful for XEmacs, Emacs
6706         does not need it.
6708 2008-01-23  Wilson Snyder  <wsnyder@wsnyder.org>
6710         * progmodes/verilog-mode.el (verilog-booleanp): New function for
6711         backward compatibility.  Replace all uses of booleanp with
6712         verilog-booleanp.
6714 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
6716         * vc-hg.el (vc-hg-diff): Don't pass an empty string.
6718 2008-01-23  Wilson Snyder  <wsnyder@wsnyder.org>
6720         * progmodes/verilog-mode.el (top-level): Fix spacing.
6721         (verilog-mode-version, verilog-mode-release-date):
6722         Update version number.
6723         (verilog-mode-release-emacs): New variable.
6724         (compile-command, reporter-prompt-for-summary-p):
6725         Define for byte compiler.
6726         (verilog-startup-message-lines, verilog-startup-message-displayed)
6727         (verilog-display-startup-message): Remove.
6728         (verilog-highlight-p1800-keywords): Improve docstring.
6729         (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
6730         (vector-skip-list): Only defvar at compile time.
6731         (verilog-highlight-translate-off, verilog-indent-level)
6732         (verilog-indent-level-module, verilog-indent-level-declaration)
6733         (verilog-indent-declaration-macros, verilog-indent-lists)
6734         (verilog-indent-level-behavioral, verilog-indent-level-directive)
6735         (verilog-cexp-indent, verilog-case-indent, verilog-auto-newline)
6736         (verilog-auto-indent-on-newline, verilog-tab-always-indent)
6737         (verilog-tab-to-comment, verilog-indent-begin-after-if)
6738         (verilog-align-ifelse, verilog-minimum-comment-distance)
6739         (verilog-auto-lineup, verilog-highlight-p1800-keywords)
6740         (verilog-auto-endcomments, verilog-auto-read-includes)
6741         (verilog-auto-star-expand, verilog-auto-star-save)
6742         (verilog-library-flags, verilog-library-directories)
6743         (verilog-library-files, verilog-library-extensions)
6744         (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
6745         (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
6746         (verilog-assignment-delay, verilog-auto-inst-vector)
6747         (verilog-auto-inst-template-numbers, verilog-auto-input-ignore-regexp)
6748         (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
6749         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
6750         Add safe-local-variable properties.
6751         (verilog-statement-menu, verilog-company, verilog-re-search-forward)
6752         (verilog-re-search-backward, verilog-error-regexp-add)
6753         (verilog-end-block-re, verilog-emacs-features)
6754         (verilog-populate-syntax-table, verilog-setup-dual-comments)
6755         (verilog-type-font-keywords, verilog-inside-comment-p)
6756         (electric-verilog-backward-sexp, verilog-backward-sexp)
6757         (verilog-forward-sexp, verilog-font-lock-init, verilog-mode)
6758         (electric-verilog-terminate-line, electric-verilog-semi)
6759         (electric-verilog-tab, verilog-insert-1, verilog-insert-indices)
6760         (verilog-generate-numbers, verilog-comment-region, verilog-label-be)
6761         (verilog-beg-of-statement, verilog-in-case-region-p)
6762         (verilog-in-struct-region-p, verilog-in-generate-region-p)
6763         (verilog-in-fork-region-p, verilog-backward-case-item)
6764         (verilog-set-auto-endcomments, verilog-get-expr)
6765         (verilog-expand-vector-internal, verilog-surelint-off)
6766         (verilog-batch-execute-func, verilog-calculate-indent)
6767         (verilog-calc-1, verilog-calculate-indent-directive)
6768         (verilog-leap-to-head, verilog-continued-line)
6769         (verilog-backward-token, verilog-backward-syntactic-ws)
6770         (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
6771         (verilog-forward-ws&directives, verilog-at-constraint-p)
6772         (verilog-skip-backward-comments, verilog-indent-line-relative)
6773         (verilog-do-indent, verilog-indent-comment, verilog-more-comment)
6774         (verilog-pretty-declarations, verilog-pretty-expr)
6775         (verilog-just-one-space, verilog-indent-declaration)
6776         (verilog-get-completion-decl, verilog-goto-defun, verilog-showscopes)
6777         (verilog-header, verilog-signals-combine-bus, verilog-read-decls)
6778         (verilog-read-always-signals-recurse, verilog-read-instants)
6779         (verilog-read-auto-template, verilog-set-define)
6780         (verilog-read-defines, verilog-read-signals, verilog-getopt)
6781         (verilog-is-number, verilog-expand-dirnames, verilog-modi-lookup)
6782         (verilog-modi-cache-results, verilog-insert-one-definition)
6783         (verilog-make-width-expression, verilog-delete-autos-lined)
6784         (verilog-auto-save-check, verilog-auto-arg, verilog-auto-inst-port)
6785         (verilog-auto-inst, verilog-auto-inst-param, verilog-auto-reg)
6786         (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
6787         (verilog-auto-output-every, verilog-auto-input, verilog-auto-inout)
6788         (verilog-auto-inout-module, verilog-auto-sense, verilog-auto-reset)
6789         (verilog-auto-tieoff, verilog-auto-unused, verilog-auto-ascii-enum)
6790         (verilog-auto, verilog-sk-define-signal, verilog-mode-mouse-map)
6791         (verilog-load-file-at-mouse, verilog-load-file-at-point)
6792         (verilog-library-files): Cleanup spacing of )'s they should not be
6793         on unique lines.  Fix checkdoc warnings.
6795 2008-01-22  Glenn Morris  <rgm@gnu.org>
6797         * progmodes/hideif.el (hide-ifdef-initially, hide-ifdef-read-only)
6798         (hide-ifdef-lines, hide-ifdef-shadow): Remove autoload cookies
6799         from defcustoms.
6800         (hide-ifdef-shadow): Remove autoload cookie from defface.
6802         * vc.el (vc-diff-sentinel): Do not write a footer if there were
6803         differences.
6805 2008-01-21  Reiner Steib  <Reiner.Steib@gmx.de>
6807         * pcvs-defs.el (cvs-menu): Improve cvs-mode-find-file,
6808         cvs-mode-find-file-other-window.  Add cvs-mode-diff-yesterday and
6809         manual entry.
6811 2008-01-21  Michael Albinus  <michael.albinus@gmx.de>
6813         * net/dbus.el (dbus-ignore-errors): New macro.
6814         (dbus-unregister-object): New defun.  Moved from dbusbind.c.
6815         (dbus-handle-event, dbus-list-activatable-names, dbus-list-names)
6816         (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect)
6817         (dbus-get-signatures): Apply `dbus-ignore-errors'.
6819 2008-01-21  Martin Rudalics  <rudalics@gmx.at>
6821         * outline.el (outline-up-heading): Fix check for top level to
6822         avoid infinite looping in hide-other.
6824 2008-01-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6826         * vc.el (vc-process-sentinel): After calling the previous
6827         sentinel, do nothing if the process' buffer is not live.
6829 2008-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6831         * blank-mode.el: Fix a problem of cleaning blank faces when turning off
6832         blank-mode in some buffers (like *info* buffers).  Reported by Juanma
6833         Barranquero <lekktu@gmail.com>.  Eliminate `-face' suffix of all
6834         blank-mode faces.  Doc fix.  New version 8.1.
6835         (blank-turn-on, blank-turn-off): Replace (and CONDITION BODY) by (when
6836         CONDITION BODY).
6837         (blank-space-face): Face/option name replaced by blank-space.
6838         (blank-hspace-face): Face/option name replaced by blank-hspace.
6839         (blank-tab-face): Face/option name replaced by blank-tab.
6840         (blank-newline-face): Face/option name replaced by blank-newline.
6841         (blank-trailing-face): Face/option name replaced by blank-trailing.
6842         (blank-line-face): Face/option name replaced by blank-line.
6843         (blank-space-before-tab-face): Face/option name replaced by
6844         blank-space-before-tab.
6845         (blank-color-on, blank-color-off, blank-display-char-on): Fix code.
6847 2008-01-21  Juanma Barranquero  <lekktu@gmail.com>
6849         * blank-mode.el (blank-style, blank-chars, blank-hspace-regexp)
6850         (blank-space-regexp, blank-tab-regexp, blank-trailing-regexp)
6851         (blank-space-before-tab-regexp, blank-global-modes, blank-mode)
6852         (global-blank-mode): Doc fixes.
6853         (blank, blank-space-face, blank-hspace-face, blank-tab-face)
6854         (blank-newline-face, blank-trailing-face, blank-line-face)
6855         (blank-space-before-tab-face, blank-display-mappings)
6856         (blank-chars-value-list, blank-style-value-list, blank-toggle-options)
6857         (global-blank-toggle-options, blank-help-text, blank-interactive-char)
6858         (blank-turn-on, blank-turn-off, blank-color-on, blank-color-off):
6859         Fix typos in docstrings.
6861 2008-01-21  Juanma Barranquero  <lekktu@gmail.com>
6863         * server.el (server-log-time-function): New variable.
6864         (server-log): Use it.
6866 2008-01-21  Glenn Morris  <rgm@gnu.org>
6868         * progmodes/hideif.el: Move defcustoms and defface to start of file.
6870         * textmodes/org.el (org-entry-properties): Let-bind `clocksum'.
6872 2008-01-21  Juanma Barranquero  <lekktu@gmail.com>
6874         * textmodes/org.el (org-unmodified, org-cycle-emulate-tab)
6875         (org-descriptive-links, org-link-file-path-type)
6876         (org-remember-use-refile-when-interactive)
6877         (org-agenda-skip-timestamp-if-done, org-agenda-scheduled-leaders)
6878         (org-export-ascii-bullets, org-agenda-deadline-faces)
6879         (turn-on-orgstruct++, orgtbl-to-texinfo, org-mhe-get-header)
6880         (org-batch-agenda, org-batch-agenda-csv, org-fix-agenda-info)
6881         (org-kill-note-or-show-branches): Fix typos in docstrings.
6883 2008-01-20  Thien-Thi Nguyen  <ttn@gnuvola.org>
6885         * vc.el (vc-process-sentinel): Set mode-line-process.
6886         (vc-exec-after): Likewise, for the `run' process status.
6888 2008-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6890         * ibuffer.el (ibuffer-mode): Fix last change.
6892 2008-01-20  Dan Nicolaescu  <dann@ics.uci.edu>
6894         * vc-hg.el (vc-hg-registered):
6895         * vc-svn.el (vc-svn-registered): Make it work for non-existent files.
6897 2008-01-20  Martin Rudalics  <rudalics@gmx.at>
6899         * repeat.el (repeat-undo-count): New variable.
6900         (repeat): For self-insertions make undo boundary only after 20
6901         repetitions.  Inhibit point recording unless repeat-repeat-char is nil.
6903 2008-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
6905         * net/imap.el (imap-ping-server): New variable.
6906         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6907         (imap-ping-server): Minor doc string fixes.
6909 2008-01-19  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6911         * net/imap.el (imap-ping-server): New function.
6912         (imap-opened): Call imap-ping-server.
6914 2008-01-20  Glenn Morris  <rgm@gnu.org>
6916         * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
6917         prevent infloops.
6919 2008-01-20  Martin Svenson  <phromo@gmail.com>  (tiny change)
6921         * progmodes/python.el (python-imports): Default to "None".
6923 2008-01-19  Tom Tromey  <tromey@redhat.com>
6925         * vc-svn.el (vc-svn-after-dir-status): New function.
6926         (vc-svn-dir-status): Run svn asynchronously.
6928 2008-01-19  Martin Rudalics  <rudalics@gmx.at>
6930         * progmodes/hideif.el (hide-ifdef-shadow): New option.
6931         (hide-ifdef-shadow): New face.
6932         (hide-ifdef-toggle-shadowing): New function to toggle between
6933         shadowing and making code invisible.
6934         (hide-ifdef-mode-submap): Add binding for hide-ifdef-toggle-shadowing.
6935         (hide-ifdef-mode-menu): Add entry for hide-ifdef-toggle-shadowing.
6936         (hide-ifdef-region-internal): Give new overlay hide-ifdef
6937         property.  Shadow text when hide-ifdef-shadow is non-nil.
6938         (hif-show-ifdef-region): Remove overlays with hide-ifdef property set.
6939         (hif-hide-line): Use when instead of if.
6940         (hide-ifdef-initially, hide-ifdef-read-only, hide-ifdef-lines):
6941         Remove unneeded * from doc-strings.
6943 2008-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6945         * doc-view.el (doc-view-goto-page): Don't move point any more, now that
6946         the hscroll behavior was fixed.
6947         (doc-view-mode): Disable auto-hscroll-mode.
6949 2008-01-18  Tom Tromey  <tromey@redhat.com>
6951         * vc-svn.el (vc-svn-dir-status): New function.
6953 2008-01-18  Dan Nicolaescu  <dann@ics.uci.edu>
6955         * vc.el: Make vc-status asynchronous.
6956         (vc-update-vc-status-buffer): New function broken out of ...
6957         (vc-status-refresh): ... here.  Pass vc-update-vc-status-buffer to
6958         the dir-status backend function.
6960         * vc-hg.el (vc-hg-dir-status): Compute the status asynchronously.
6961         Move the output processing to ...
6962         (vc-hg-after-dir-status): ... here.  Call the function passed as
6963         an argument with the results.
6965 2008-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6967         * doc-view.el (doc-view-pdf/ps->png): Make sure we a have a valid cwd.
6968         (doc-view-insert-image): Do something if the image is missing.
6969         (doc-view-mode): Don't use file-remote-p.
6971 2008-01-18  Bastien Guerry  <Bastien.Guerry@ens.fr>
6973         * textmodes/org-export-latex.el (org-export-latex-cleaned-string): Fix.
6974         (org-export-latex-special-chars): Convert "..." in \ldots
6975         and skip tables.
6976         (org-export-latex-fontify-headline): Change parameter name.
6977         (org-export-as-latex): Handle export of subtrees.
6978         (org-export-latex-make-header): New argument TITLE.
6979         (org-export-latex-content): New argument EXCLUDE-LIST.
6980         (org-list-parse-list): New name for org-export-latex-parse-list.
6981         (org-export-latex-make-header): New name for
6982         org-export-latex-make-preamble.
6983         (org-list-to-generic): New name of org-export-list-to-generic.
6984         (org-list-to-latex): New name of org-export-list-to-latex.
6985         (org-list-item-begin, org-list-end, org-list-insert-radio-list)
6986         (org-list-send-list, org-list-to-texinfo)
6987         (org-list-to-html): New functions.
6988         (org-export-latex-tables-column-borders)
6989         (org-export-latex-default-class, org-export-latex-classes)
6990         (org-export-latex-classes-sectioning)
6991         (org-list-radio-list-templates): New options.
6992         (org-export-latex-header): New variable.
6993         (org-latex-entities): New constant.
6994         (org-export-latex-default-sectioning, org-export-latex-preamble)
6995         (org-export-latex-prepare-text-option)
6996         (org-export-latex-get-sectioning): Remove.
6998 2008-01-18  Carsten Dominik  <dominik@science.uva.nl>
7000         * textmodes/org-publish.el (org-publish-current-project):
7001         Fix bug with forcing publication.
7003         * textmodes/org.el (org-export-with-special-strings): New option.
7004         (org-export-html-convert-special-strings): New function.
7005         (org-html-do-expand): `org-export-html-convert-special-strings'
7006         added to the list of conversion.
7007         (org-infile-export-plist, org-get-current-options): Add support
7008         for "-" in the #+OPTION line to let user switch on/off special
7009         strings conversion.
7010         (org-export-plist-vars): New :html-table-tag property.
7011         (org-export-as-html, org-format-org-table-html)
7012         (org-format-table-table-html) Use the :html-table-tag property
7013         instead of the `org-export-html-table-tag' global value.
7014         (org-additional-option-like-keywords): Add "TBLFM".
7015         (org-entry-properties): Include the CLOCKSUM special property.
7016         (org-columns-edit-value): Do not allow to edit the special
7017         CLOCKSUM property.
7018         (org-flag-drawer): Use the original value of `outline-regexp'.
7019         (org-remember-handler): Add invisible-ok flag to call to
7020         `org-end-of-subtree'.
7021         (org-agenda-highlight-todo): Respect
7022         `org-agenda-todo-keyword-format'.
7023         (org-agenda-todo-keyword-format): New option.
7024         (org-infile-export-plist): No restriction while searching for options.
7025         (org-remember-handler): Remove comments at the end of the buffer.
7026         (org-remember-use-refile-when-interactive): New option.
7027         (org-table-sort-lines): Make sure sorting works on link
7028         descritions only, and ignores the link.
7029         (org-sort-entries-or-items): Make sure the end of the subtree is
7030         included.
7031         (org-refile-use-outline-path): New allowed values `file' and
7032         `full-file-path'.
7033         (org-get-refile-targets): Respect new values for
7034         `org-refile-use-outline-path'.
7035         (org-agenda-get-restriction-and-command): DEL goes back to initial list.
7036         (org-export-as-xoxo): Restore point when done.
7037         (org-open-file): Allow multiple %s in command.
7038         (org-clock-in-switch-to-state): New option.
7039         (org-first-list-item-p): New function.
7040         (org-last-remember-storage-locations): New variable.
7041         (org-get-refile-targets): Interpret the new maxlevel setting.
7042         (org-refile-targets): New option `:maxlevel'.
7043         (org-copy-subtree): Include empty lines before but not after subtree.
7044         (org-back-over-empty-lines, org-skip-whitespace): New functions.
7045         (org-move-item-down, org-move-item-up): Include empty lines before
7046         but not after item.
7047         (org-first-sibling-p): New function.
7048         (org-remember-apply-template): Defaults, completions and history
7049         for template prompts.  Also, interpret new `%!' escape.
7050         (org-context-choices): New constant.
7051         (org-bound-and-true-p): New macro.
7052         (org-imenu-depth): New option.
7053         (org-imenu-markers): New variable.
7054         (org-imenu-new-marker, org-imenu-get-tree)
7055         (org-speedbar-set-agenda-restriction): New functions.
7056         (org-agenda-set-restriction-lock)
7057         (org-agenda-remove-restriction-lock)
7058         (org-agenda-maybe-redo): New functions.
7059         (org-agenda-restriction-lock): New face.
7060         (org-agenda-restriction-lock-overlay)
7061         (org-speedbar-restriction-lock-overlay): New variables.
7062         (org-open-at-point): Remove obsolete way to do redirection in
7063         shell links.
7064         (org-imenu-and-speedbar): New customization group.
7065         (org-entry-properties): Return keyword-less time strings.
7066         (org-clock-heading-function): New option.
7067         (org-clock-in): Use `org-clock-heading-function'.
7068         (org-calendar-holiday): Try to use `calendar-check-holidays'
7069         instead of the obsolete `check-calendar-holidays'.
7070         (org-export-html-special-string-regexps): New constant.
7071         (org-massive-special-regexp): New variable.
7072         (org-compute-latex-and-specials-regexp)
7073         (org-do-latex-and-special-faces): New functions.
7074         (org-latex-and-export-specials): New face.
7075         (org-highlight-latex-fragments-and-specials): New option.
7076         (org-link-escape-chars): Use characters instead of strings.
7077         (org-link-escape-chars-browser, org-link-escape)
7078         (org-link-unescape): Use characters instead of strings.
7079         (org-export-html-convert-sub-super, org-html-do-expand): Check for
7080         protected text.
7081         (org-emphasis-alist): Additional `verbatim' flag.
7082         (org-set-emph-re): Handle the verbatim flag and compute
7083         `org-verbatim-re'.
7084         (org-cleaned-string-for-export): Protect verbatim elements.
7085         (org-verbatim-re): New variable.
7086         (org-hide-emphasis-markers): New option.
7087         (org-additional-option-like-keywords): Add new keywords.
7088         (org-get-entry): Rename from `org-get-cleaned-entry'.
7089         (org-icalendar-cleanup-string): New function for quoting icalendar text.
7090         (org-agenda-skip-scheduled-if-done): New option.
7091         (org-agenda-get-scheduled, org-agenda-get-blocks): Use
7092         `org-agenda-skip-scheduled-if-done'.
7093         (org-prepare-agenda-buffers): Allow buffers as arguments.
7094         (org-entry-properties): Add CATEGORY as a special property.
7095         (org-use-property-inheritance): Allow a list of properties as a value.
7096         (org-eval-in-calendar): No longer update the prompt.
7097         (org-read-date-popup-calendar): Rename from
7098         `org-popup-calendar-for-date-prompt'.
7099         (org-read-date-display-live): New variable.
7100         (org-read-date-display): New function.
7101         (org-read-date-analyze): New function.
7102         (org-remember-apply-template): Define `remember-finalize' if it is
7103         not yet defined.
7104         (org-remember-insinuate): New function.
7105         (org-read-date-prefer-future): New option.
7106         (org-read-date): Respect the setting of
7107         `org-read-date-prefer-future'.  Use `org-read-date-analyze'.
7108         (org-set-font-lock-defaults): Use `org-archive-tag' instead of a
7109         hardcoded string.
7110         (org-remember-apply-template): Use `remember-finalize' instead of
7111         `remember-buffer'.
7112         (org-columns-compute, org-column-number-to-string)
7113         (org-columns-uncompile-format, org-columns-compile-format)
7114         (org-columns-compile-format): Handle printf format specifier.
7115         (org-columns-new, org-column-number-to-string)
7116         (org-columns-uncompile-format, org-columns-compile-format):
7117         Support for new currency summary type.
7118         (org-tree-to-indirect-buffer): Do not kill old buffer when
7119         `org-indirect-buffer-display' is `new-frame'.
7120         (org-indirect-buffer-display): Document that `new-frame' leads to
7121         indiret buffer proliferation.
7122         (org-agenda-list): Use `org-extend-today-until'.
7123         (org-extend-today-until): New option.
7124         (org-format-org-table-html): Use lower-case for <col> tag.
7125         (org-agenda-execute): New command.
7126         (org-agenda-mode-map): Keybindings of "g" "G", "e" modified.
7127         (org-select-remember-template): New function.
7128         (org-remember-apply-template): Use `org-select-remember-template'.
7129         (org-go-to-remember-target): New function.
7131 2008-01-18  Dan Nicolaescu  <dann@ics.uci.edu>
7133         * vc.el: Add a TODO note about vc-state.
7134         (vc-next-action): Register 'unregistered and 'ignored files.
7135         Use when and unless instead of if where appropriate.
7136         (vc-start-entry): Fix typo.
7137         (vc-status): Autoload it.
7139 2008-01-18  Glenn Morris  <rgm@gnu.org>
7141         * ffap.el (ffap-alist): Remove space from RFC regexp.
7143 2008-01-18  Richard Stallman  <rms@gnu.org>
7145         * custom.el (custom-theme-recalc-face): Use face-spec-set rather
7146         than face-spec-recalc.
7148 2008-01-18  Glenn Morris  <rgm@gnu.org>
7150         * ibuffer.el (ibuffer-mode): Fix typo in previous change.
7152 2008-01-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7153             Miles Bader  <miles@gnu.org>
7155         * blank-mode.el: New file.  Minor mode to visualise (HARD) SPACE,
7156         TAB, NEWLINE.  Miles Bader <miles@gnu.org> wrote the original code
7157         for handling display table (via visws.el package), his code was
7158         modified, but the main idea was kept.
7160 2008-01-17  Glenn Morris  <rgm@gnu.org>
7162         * ibuf-ext.el (ibuffer-auto-mode, ibuffer-save-filter-groups)
7163         (ibuffer-save-filters): Remove calls to deleted
7164         ibuffer-update-mode-name.
7166 2008-01-16  Martin Rudalics  <rudalics@gmx.at>
7168         * longlines.el (longlines-mode, longlines-show-region)
7169         (longlines-unshow-hard-newlines): Bind buffer-file-name and
7170         buffer-file-truename to nil while modifying buffer.
7172         * cus-edit.el (custom-reset-standard-variables-list)
7173         (custom-reset-standard-faces-list): New variables.
7174         (custom-reset-standard-save-and-update): New function.
7175         (Custom-save): Apply custom-mark-to-save before and
7176         custom-state-set-and-redraw after saving options.
7177         (Custom-reset-standard): Apply custom-mark-to-reset-standard to
7178         options and call custom-reset-standard-save-and-update.
7179         (custom-variable, custom-face, custom-group): Provide new
7180         entries for custom-mark-to-save, custom-mark-to-reset-standard,
7181         and custom-state-set-and-redraw.
7182         (custom-variable-mark-to-save)
7183         (custom-variable-state-set-and-redraw)
7184         (custom-variable-mark-to-reset-standard)
7185         (custom-face-mark-to-save, custom-face-state-set-and-redraw)
7186         (custom-face-mark-to-reset-standard)
7187         (custom-group-mark-to-save, custom-group-state-set-and-redraw)
7188         (custom-group-mark-to-reset-standard): New functions.
7189         (custom-variable-save): Move save, state-set, and redraw
7190         functionality to custom-variable-mark-to-save.
7191         (custom-face-save): Move save, state-set, and redraw
7192         functionality to custom-face-mark-to-save.
7193         (custom-group-save): Move save, state-set, and redraw
7194         functionality to custom-group-mark-to-save.
7195         (custom-variable-reset-standard, custom-face-reset-standard)
7196         (custom-group-reset-standard): Move save, state-set, and redraw
7197         functionality to custom-reset-standard-save-and-update.
7199         (custom-buffer-create-internal): Fix text in verbose help.
7200         (custom-face-value-create): Indent doc-strings of faces like
7201         those of variables.
7203 2008-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7205         * server.el (server-process-filter): Replace lineno and columnnno
7206         which defaulted to 1&0 with filepos which defaults to nil.
7207         (server-goto-line-column): Only receive the filepos.
7208         Only move if filepos is non-nil.
7209         (server-visit-files): Slight restructure to consolidate two calls to
7210         server-goto-line-column into just one.
7212         * nxml/nxml-mode.el (nxml-mode): Use mode-line-process to indicate
7213         the use of degraded mode.
7214         (nxml-degrade): Don't change mode-name.
7216         * nxml/rng-nxml.el (rng-nxml-mode-init):
7217         Don't overwrite mode-line-process.
7219         * ibuffer.el (mode): Pass the buffer to format-mode-line.
7220         (ibuffer-update-mode-name): Remove.
7221         (ibuffer-redisplay, ibuffer-update, ibuffer-mode): Don't call it.
7222         (ibuffer-mode): Use mode-line-process instead.
7224         * ibuf-ext.el (ibuffer-auto-update-changed, ibuffer-auto-mode):
7225         Use derived-mode-p.
7226         (ibuffer-mark-by-mode-regexp): Pass the buffer to format-mode-line.
7228         * help.el (describe-mode): Pass the right buffer to format-mode-line.
7230 2008-01-16  Glenn Morris  <rgm@gnu.org>
7232         * comint.el (comint-regexp-arg): Fix no-input case.
7234 2008-01-16  Dan Nicolaescu  <dann@ics.uci.edu>
7236         * smerge-mode.el (smerge-start-session): Rename from smerge-auto.
7237         * pcvs.el (cvs-revert-if-needed):
7238         * vc.el (vc-maybe-resolve-conflicts): Rename callers.
7240         * vc-svn.el (vc-svn-find-file-hook):
7241         * vc-arch.el (vc-arch-find-file-hook): Undo previous change.
7243 2008-01-16  Ulf Jasper  <ulf.jasper@web.de>
7245         * calendar/icalendar.el (icalendar-version): Increase to 0.16.
7246         (icalendar-export-file, icalendar-import-file):
7247         Restore significant trailing whitespace in `interactive' prompts.
7249 2008-01-16  Tom Tromey  <tromey@redhat.com>
7251         * calendar/icalendar.el (icalendar--convert-tz-offset)
7252         (icalendar--parse-vtimezone, icalendar--convert-all-timezones)
7253         (icalendar--find-time-zone): New functions.
7254         (icalendar--decode-isodatetime): Add `zone' argument, passed to
7255         `decode-time'.  Doc fix.
7256         (icalendar--convert-ical-to-diary): Compute zone-map.
7257         Pass timezone to icalendar--decode-isodatetime.
7259 2008-01-16  Alan Mackenzie  <acm@muc.de>
7261         * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside
7262         an eval-and-compile, so as to permit byte-compiling (e.g. in
7263         bootstrap).
7265 2008-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7267         * emacs-lisp/easymenu.el (easy-menu-avoid-duplicate-keys): New var.
7268         (easy-menu-create-menu, easy-menu-convert-item-1): Use it to avoid
7269         using the same key for different menu entries.
7271         * smerge-mode.el (smerge-refine): Also work on "same change conflicts".
7272         (smerge-makeup-conflict): New command.
7274 2008-01-15  Thien-Thi Nguyen  <ttn@gnuvola.org>
7276         * log-edit.el (log-edit): Doc fix.
7278 2008-01-15  Glenn Morris  <rgm@gnu.org>
7280         * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
7282 2008-01-14  Alan Mackenzie  <acm@muc.de>
7284         * progmodes/cc-vars.el (c-constant-symbol): New function which
7285         supersedes c-const-symbol.  During a customize-.. call it enables
7286         an element of (e.g.) c-hanging-braces alist to have its name
7287         displayed, even when the default value of c-h-b etc. doesn't
7288         include the elemnt.  Replace uses of the old function by the new.
7290         * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
7291         obscure non-working fragment ":value c-".
7293 2008-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7295         * abbrev.el (clear-abbrev-table): Can't pass a symbol to intern.
7297 2008-01-14  Michael Albinus  <michael.albinus@gmx.de>
7299         * net/tramp.el (tramp-local-host-p): Use `tramp-file-name-host'
7300         instead of `tramp-file-name-real-host'.
7302         * net/trampver.el: Update release number.
7304 2008-01-14  Alan Mackenzie  <acm@muc.de>
7306         * progmodes/cc-engine.el (c-guess-basic-syntax): Prevent a macro
7307         call inside a struct being recognised as a K&R argument.
7309 2008-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7311         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7312         Accept "fatal error" from MSFT.
7313         Reported by Jared Finder <jfinder@crypticstudios.com>.
7315 2008-01-14  Dan Nicolaescu  <dann@ics.uci.edu>
7317         * smerge-mode.el (smerge-auto): New function.
7318         * vc-svn.el (vc-svn-find-file-hook):
7319         * vc-arch.el (vc-arch-find-file-hook):
7320         * pcvs.el (cvs-revert-if-needed):
7321         * vc.el (vc-maybe-resolve-conflicts): Use it instead of vc-mode.
7322         (top-level): Add a Todo list.
7324 2008-01-13  Dan Nicolaescu  <dann@ics.uci.edu>
7326         * vc.el (vc-update): Resolve conflicts if necessary instead of
7327         just updating the buffer.
7329         * vc-cvs.el (vc-cvs-merge-news): Ignore the error status of the
7330         update command so that we can parse the output.
7332 2008-01-13  Martin Rudalics  <rudalics@gmx.at>
7334         * mail/rmail.el (rmail-convert-to-babyl-format):
7335         Remove save-excursion to avoid infinite looping.
7336         Reported by dnz <dnz@bk.ru>.
7338 2008-01-12  Glenn Morris  <rgm@gnu.org>
7340         * woman.el (woman-parse-numeric-arg): Change handling of `==':
7341         can be interned without a function definition.
7343 2008-01-12  Jason Rumney  <jasonr@gnu.org>
7345         * nxml/nxml-mode.el (nxml-enable-unicode-char-name-sets)
7346         (rng-nxml-mode-init): Declare.
7348 2008-01-11  Jason Rumney  <jasonr@gnu.org>
7350         * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add some defaults.
7351         (rng-preferred-prefix-alist-default): Remove.
7353         * nxml/nxml-uchnm.el (nxml-internal-unicode-char-name-sets-enabled):
7354         Rename from nxml-enable-unicode-char-name-sets-flag.
7355         (nxml-enable-unicode-char-name-sets-1): Merge into
7356         nxml-enable-unicode-char-name-sets.
7357         (nxml-enable-unicode-char-name-sets): Don't unconditionally set
7358         nxml-char-name-ignore-case here.
7360         * nxml/nxml-mode.el (nxml-mode): Call rng-nxml-mode-init directly.
7361         Update doc string and commentary.
7362         (nxml-char-name-ignore-case): Change default value.
7363         (nxml-mode): Call nxml-enable-unicode-char-name-sets directly.
7365 2008-01-11  Martin Rudalics  <rudalics@gmx.at>
7367         * cus-start.el (all): Add missing version entries.
7369 2008-01-11  Glenn Morris  <rgm@gnu.org>
7371         * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
7372         (euc-to-flat-code, flat-code-to-euc):
7373         * textmodes/org.el (elmo-msgdb-overview-get-entity)
7374         (wl-summary-buffer-msgdb): Declare as funtions.
7376 2008-01-10  Martin Rudalics  <rudalics@gmx.at>
7378         * progmodes/ada-mode.el (ada-set-syntax-table-properties):
7379         Bind buffer-file-name and buffer-file-truename.
7381         * fringe.el (fringe-mode-explicit): New variable.
7382         (set-fringe-mode): Don't alter default-frame-alist when just
7383         loading this file.
7385 2008-01-10  Tassilo Horn  <tassilo@member.fsf.org>
7387         * doc-view.el (doc-view-buffer-file-name): New variable.
7388         (doc-view-convert-current-doc, doc-view-search)
7389         (doc-view-current-cache-dir, doc-view-initiate-display)
7390         (doc-view-mode): Use it.
7391         (doc-view-bookmark-make-cell): Use variable buffer-file-name
7392         instead of function.
7394 2008-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
7396         * vc-svn.el (vc-svn-registered): Return the correct value for
7397         ignored and unregistered files.
7399 2008-01-10  Tassilo Horn  <tassilo@member.fsf.org>
7401         * doc-view.el (tramp): Require tramp because we use tramp-tramp-file-p.
7403 2008-01-10  Tom Tromey  <tromey@redhat.com>
7405         * vc.el (vc-status-unmark-all-files): New function.
7406         (vc-status-unmark-all-files): Likewise.
7407         (vc-status-mode-map): Add bindings.
7409 2008-01-10  Michael Kifer  <kifer@cs.stonybrook.edu>
7411         * ediff*.el: Uncomment declare-function.
7413         * viper*.el: Uncomment declare-function.
7415 2008-01-09  Tassilo Horn  <tassilo@member.fsf.org>
7417         * doc-view.el (doc-view-mode): Support tramp, compressed files and
7418         files inside archives uniformly.
7420 2008-01-09  Eric S. Raymond  <esr@snark.thyrsus.com>
7422         * textmodes/sgml-mode.el (sgml-tag-syntax-table): Initialize this
7423         constant with a computation on sgml-specials rather than a literal
7424         list.  Without this change the syntax table is generated
7425         incorrectly, and the mode will think it's in a comment following
7426         any instance of the string "--".
7428 2008-01-09  Tassilo Horn  <tassilo@member.fsf.org>
7430         * doc-view.el (doc-view-mode-p): Add EPS as supported type.
7431         (doc-view-mode): Support document files inside archives.
7433 2008-01-09  Dan Nicolaescu  <dann@ics.uci.edu>
7435         * vc.el (vc-deduce-fileset): Return the currently selected file if
7436         no files are selected when using vc-status.
7438 2008-01-09  Michael Kifer  <kifer@cs.stonybrook.edu>
7440         * ediff*.el: Comment out declare-function.  "make bootstrap"
7441         stops with an error and Emacs does not compile with those things in.
7442         Besides, declare-function is not defined in XEmacs.
7444         * ediff-util (eqiff-quit): Autoraise minibuffer.
7446         * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Make it a defun.
7448         * emulation/viper*.el: Comment out declare-function -- not defined
7449         in XEmacs.
7451         * emulation/viper-ex.el (viper-info-on-file):
7452         Take care of indirect buffers.
7454         * emulation/viper.el (viper-set-hooks, set-cursor-color):
7455         Set viper-vi-state-cursor-color.
7457 2008-01-09  Tom Tromey  <tromey@redhat.com>
7459         * vc.el (vc-status-headers): Rename from vc-status-insert-headers.
7460         Just return header.
7461         (vc-status-move-to-goal-column): New function.
7462         (vc-status-mode-map): Define more keys.
7463         (vc-status-mode): Use vc-status-refresh.  Now 'special.
7464         (vc-status-refresh): New function.
7465         (vc-status-next-line): Likewise.
7466         (vc-status-previous-line): Likewise.
7467         (vc-status-mark-file): Use vc-status-next-line.
7468         (vc-status-unmark-file): Use vc-status-previous-line.
7469         (vc-status-unmark-file-up): New function.
7470         (vc-status-register): Likewise.
7471         (vc-status-find-file): Likewise.
7472         (vc-status-find-file-other-window): Likewise.
7473         (vc-status-current-file): Likewise.
7474         (vc-ensure-vc-buffer): Understand vc-status mode.
7476         * vc-hg.el (vc-hg-dir-status): Don't pass -A to "hg status".
7478 2008-01-09  Glenn Morris  <rgm@gnu.org>
7480         * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
7481         entry, for Windows.
7483 2008-01-09  Tom Tromey  <tromey@redhat.com>
7485         * play/blackbox.el (blackbox-mode-map): Add `q' and [return] bindings.
7487 2008-01-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7489         * ps-print.el: Some face attributes (like :strike-through) were not
7490         being recognised.  Reported by Leo <sdl.web@gmail.com>.
7491         (ps-print-version): New version 6.8.2.
7492         (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p): New functions.
7493         (ps-screen-to-bit-face): Fix code.
7495 2008-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7497         * ffap.el (ffap-read-file-or-url): Don't use let-binding to temporarily
7498         add a file-name handler.
7500 2008-01-08  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7502         * textmodes/bibtex.el (bibtex-initialize): New autoloaded command.
7503         Rename from function bibtex-files-expand.  New optional arg select.
7504         (bibtex-flash-head): Allow blink-matching-delay being zero.
7505         (bibtex-clean-entry): Use atomic-change-group.
7506         (bibtex-format-entry): Check presence of required fields only
7507         after formatting of fields.  Use member-ignore-case.  Do not use
7508         bibtex-parse-entry.  Do not use booktitle field to set a missing title.
7509         (bibtex-autofill-entry): Do not call undo-boundary.
7510         (bibtex-lessp): Handle crossref keys that point to another bibtex file.
7511         (bibtex-sort-buffer, bibtex-prepare-new-entry, bibtex-validate):
7512         Parse keys if necessary.
7514 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
7516         * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
7517         quotes in case of spaces, e.g. STL containers (not pretty).
7519 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
7521         * progmodes/gdb-ui.el (gud-gdb-command-name):
7522         Explain "--annotate=3" option is necessary for the Graphical Interface.
7524 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
7526         * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
7527         on menu bar.
7529 2008-01-08  Michael Albinus  <michael.albinus@gmx.de>
7531         * ffap.el (ffap-read-file-or-url): Let-bind
7532         `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
7534 2008-01-08  Sven Joachim  <svenjoac@gmx.de>
7536         * vc-bzr.el: Fix typo in header.
7538 2008-01-08  Eli Zaretskii  <eliz@gnu.org>
7540         * Makefile.in (custom-deps, finder-data): Depend on autoloads
7541         instead of loaddefs.el.
7543 2008-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7545         * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
7546         gets inserted out-of-order.
7548 2008-01-08  Riccardo Murri  <riccardo.murri@gmail.com>
7550         * vc-bzr.el: Copyright and version headers update.
7551         Remove some outdated comments through the whole file.
7552         (vc-bzr-program-args): Remove because unused.
7553         (vc-bzr-log-switches): New customization option.
7554         (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C.  No longer
7555         use `vc-bzr-program-args'.
7556         (vc-bzr-register): Fix for working with both 22.1 and CVS version of
7557         `vc-find-root' (patch by Andreas Hoenen).
7558         (vc-bzr-status): Update regex to match latest Bzr output.
7559         Remove redundant test.
7560         (vc-bzr-init-version): New function.
7561         (vc-bzr-unregister): Must not delete file.
7562         (vc-bzr-find-version): New function.
7563         (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
7564         a non-empty string, otherwise take head revision.
7565         (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
7566         (vc-bzr-diff): Simpler build of the revision spec string.
7567         (vc-annotate-convert-time, vc-bzr-annotate-difference):
7568         Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
7569         (vc-bzr-dir-state): Add code comments.  Removed redundant statement.
7570         (vc-bzr-dired-state-info): Only provide custom strings for
7571         overloaded VC state 'edited; otherwise fallback to
7572         `vc-default-dired-state-info'.
7574 2008-01-08  Richard Stallman  <rms@gnu.org>
7576         * delsel.el (delete-selection-mode): Doc fix.
7578 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
7580         * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
7581         (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
7583         * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
7584         of watch expressions (only works fully with GDB 6.7 or later).
7586 2008-01-08  Dan Nicolaescu  <dann@ics.uci.edu>
7588         * time-stamp.el (time-stamp-time-zone):
7589         * whitespace.el (whitespace-check-buffer-leading)
7590         (whitespace-check-buffer-trailing, whitespace-check-buffer-indent)
7591         (whitespace-check-buffer-spacetab, whitespace-check-buffer-ateol):
7592         * progmodes/sh-script.el (sh-indentation):
7593         * textmodes/ispell.el (ispell-local-pdict):
7594         Add safe-local-variable properties.
7596 2008-01-08  Michael Albinus  <michael.albinus@gmx.de>
7598         * vc-git.el (vc-git--call): Apply `process-file' instead of
7599         `call-process'.
7601         * net/tramp.el (tramp-remote-process-environment): Add "LC_CTYPE=C".
7602         Reported by Pete Forman <pete.forman@westerngeco.com>.
7603         (tramp-perl-encode, tramp-perl-decode): Update copyrights.
7604         (tramp-handle-process-file): Handle the case where DESTINATION is
7605         a consp with t as car.
7606         (tramp-wait-for-output): We shall remove exactly what has been
7607         find by the search.
7609 2008-01-08  Kevin Ryde  <user42@zip.com.au>
7611         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7612         For perl, allow "during global destruction" at end.  Add entry for
7613         two-arg form of the Test module ok() func.
7615 2008-01-08  Glenn Morris  <rgm@gnu.org>
7617         * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
7618         unified format.
7620         * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
7622 2008-01-08  Ralf Angeli  <angeli@caeruleus.net>
7624         * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
7625         Simplify selection of frame focusing function.
7627 2008-01-08  Michael Olson  <mwolson@gnu.org>
7629         * textmodes/remember.el (remember-region): Fix typo in docstring.
7631 2008-01-08  Lennart Borgman  <lennart.borgman.073@student.lu.se>
7633         * textmodes/remember.el (remember): If there is a visible region
7634         [that is, the mark is active and transient mark mode is enabled]
7635         then use this region for the initial contents of the *Remember*
7636         buffer.  Use `region-beginning' and `region-end' instead of
7637         `point' and `mark'.
7639 2008-01-07  Dan Nicolaescu  <dann@ics.uci.edu>
7641         * vc-hg.el (vc-hg-dir-state, vc-hg-dir-status): Pass the dir
7642         argument to vc-hg-command.
7643         (vc-hg-log-view-mode): Handle the user field better.
7645 2008-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7647         * vc.el (vc-ensure-vc-buffer): Check liveness of vc-parent-buffer.
7649 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7651         * vc.el (vc-status-fileinfo): New defstruct.
7652         (vc-status): New defvar.
7653         (vc-status-insert-headers, vc-status-printer, vc-status)
7654         (vc-status-mode-map, vc-status-mode, vc-status-mark-file)
7655         (vc-status-unmark-file, vc-status-marked-files): New functions.
7657         * vc-hg.el (vc-hg-dir-status): New function.
7659 2008-01-06  Martin Rudalics  <rudalics@gmx.at>
7661         * cus-edit.el (custom-tool-bar-map): Move initialization of this
7662         keymap from here ...
7663         (custom-mode): ... to here.  Reported by Reiner Steib.
7665 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7667         * obsolete/x-apollo.el: Remove file for unsupported system.
7669         * term/x-win.el (vendor-specific-keysyms): Remove reference to
7670         Apollo.
7672         * progmodes/gud.el (gud-dgux-p): Remove.
7673         (dbx): Remove reference to dgux.
7675         * progmodes/ps-mode.el (ps-mode-print-function):
7676         * ps-print.el (ps-lp-system):
7677         * paths.el (rmail-spool-directory):
7678         * ls-lisp.el (ls-lisp-emulation):
7679         * lpr.el (lpr-lp-system):
7680         * dired.el (dired-chown-program): Remove references to dgux.
7682 2008-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7684         * vc.el (vc-process-sentinel): Fix apparent typo.
7685         (vc-do-command): Forcefully kill any left over process.
7686         Use start-file-process.
7687         (vc-annotate-get-time-set-line-props): Check we don't move backward.
7689 2008-01-04  Michael Albinus  <michael.albinus@gmx.de>
7691         * net/dbus.el (dbus-list-hash-table)
7692         (dbus-name-owner-changed-handler): Replace "signal" by "member".
7693         (dbus-check-event): Add serial number to event.
7694         (dbus-handle-event): Apply return message if needed.
7695         (dbus-event-serial-number): New defun.
7696         (dbus-event-service-name, dbus-event-path-name)
7697         (dbus-event-interface-name, dbus-event-member-name):
7698         Adapt implementation to serial number.
7700 2008-01-04  Juanma Barranquero  <lekktu@gmail.com>
7702         * bs.el (bs--get-mode-name): Fix typo in previous change.
7704 2008-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
7706         * mouse.el (mouse-popup-menubar): Fix typo.
7708         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Move one more
7709         form inside with-current-buffer.
7711         * progmodes/antlr-mode.el (provide): Move to the end of file.
7712         (require): Don't require font-lock and compile.
7713         (outline-level, imenu-use-markers, imenu-create-index-function):
7714         Move declarations to top level.
7715         (cond-emacs-xemacs-macfn): Declare for compiler.
7717         * vc-bzr.el (vc-bzr-root):
7718         * vc-arch.el (vc-arch-root): Only set a property if the file is
7719         managed by this backend.
7721         * vc-hg.el (vc-hg-state): Support the new status code for up-to-date.
7723 2008-01-04  Tassilo Horn  <tassilo@member.fsf.org>
7725         * doc-view.el (doc-view-scroll-up-or-next-page)
7726         (doc-view-scroll-down-or-previous-page): Don't scroll to the
7727         top/bottom again when on the first/last page.
7729         * doc-view.el (doc-view-scroll-up-or-next-page)
7730         (doc-view-scroll-down-or-previous-page): Use image-scroll-up and
7731         image-scroll-down instead of the non-image equivalents.
7732         Don't rely on a signalled condition but switch pages when scrolling
7733         doesn't change the vertical position anymore.
7734         (doc-view-mode-map): Remap scroll-{up,down} to
7735         image-scroll-{up,down}.
7737 2008-01-04  Rob Riepel  <riepel@networking.Stanford.EDU>
7739         * emulation/tpu-edt.el (tpu-load-xkeys): Recommend to run the
7740         tpu-mapper command rather than load the tpu-mapper package.
7742         * emulation/tpu-mapper.el (tpu-mapper): New command.
7743         Contains all the code previously at top-level.
7745 2008-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7747         * bs.el (bs--sort-by-mode, bs--get-mode-name):
7748         * imenu.el (imenu-add-to-menubar):
7749         * makesum.el (make-command-summary):
7750         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
7751         (mouse-buffer-menu):
7752         * msb.el (msb--mode-menu-cond):
7753         * calc/calc-embed.el (calc-do-embedded):
7754         * emacs-lisp/helper.el (Helper-describe-mode):
7755         * mail/emacsbug.el (report-emacs-bug):
7756         * progmodes/hideshow.el (hs-grok-mode-type):
7757         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
7758         * textmodes/table.el (*table--cell-describe-mode):
7759         Pass mode-name through format-mode-line.
7761 2008-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7763         * progmodes/ada-xref.el (ada-prj-find-prj-file):
7764         * progmodes/ada-mode.el (comment-region):
7765         * calendar/todo-mode.el (todo-insert-item):
7766         * bookmark.el (bookmark-buffer-name):
7767         Test major-mode rather than mode-name.
7769 2008-01-04  Richard Stallman  <rms@gnu.org>
7771         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
7772         Call byte-compile-warn-about-unresolved-functions outside
7773         the with-current-buffer.
7774         (byte-compile-insert-header): Use with-current-buffer.
7776 2008-01-04  Glenn Morris  <rgm@gnu.org>
7778         * startup.el (fancy-about-screen): Remove reference to deleted
7779         `fancy-splash-help-echo' variable.
7781         * version.el (emacs-copyright): Update to 2008.
7783         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Use mapc
7784         rather than mapcar.
7786         * progmodes/cc-vars.el (defcustom-c-stylevar): Revert previous
7787         change (merge mistake).
7789         * doc-view.el (doc-view-search-internal): Don't use `incf'.
7791         * doc-view.el (bookmark-make-cell-function, bookmark-get-filename)
7792         (bookmark-get-bookmark-record):
7793         * image-mode.el (bookmark-make-cell-function)
7794         (bookmark-get-filename, bookmark-get-bookmark-record)
7795         (bookmark-get-position):
7796         * log-view.el (vc-modify-change-comment):
7797         * progmodes/grep.el (find-name-arg): Declare for compiler.
7799 2008-01-04  Juanma Barranquero  <lekktu@gmail.com>
7801         * savehist.el (savehist-coding-system): Default to a variant coding
7802         system with explicit unix end-of-line conversion, which is safer.
7804 2008-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7806         * ibuf-ext.el (mode-name sorter, ibuffer-mark-by-mode-regexp):
7807         * ibuffer.el (mode column): Use format-mode-line.
7809         * server.el (server-create-window-system-frame): Remove workaround for
7810         a bug that has been fixed.
7812 2008-01-03  Magnus Henoch  <magnus@zemdatav>
7814         * net/dbus.el (dbus-name-owner-changed-handler):
7815         Use dbus-unregister-object instead of dbus-unregister-signal.
7817 2008-01-03  Drew Adams  <drew.adams@oracle.com>
7819         * frame.el (frame-geom-value-cons, frame-geom-spec-cons): New fns.
7821 2008-01-03  Richard Stallman  <rms@gnu.org>
7823         * replace.el (occur-context-lines): New subroutine,
7824         broken out of occur-engine.
7825         (occur-engine): Call it.
7827 2008-01-03  Alexandre Julliard  <julliard@winehq.org>
7829         * vc-git.el (vc-git--ls-files-state): New function.
7830         (vc-git-dir-state): Use it instead of processing the status
7831         results here.
7833 2008-01-02  Eric S. Raymond  <esr@snark.thyrsus.com>
7835         * progmodes/grep.el (grep-find-ignored-directories):
7836         Initialize from the value of vc-directory-exclusion-list.
7838         * vc-hooks.el (vc-directory-exclusion-list): Include "_darcs",
7839         even though we don't have a back end for darcs yet.
7841 2008-01-02  Karl Fogel  <kfogel@red-bean.com>
7843         Change a return type, for greater extensibility.
7844         See http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html
7845         and its thread for discussion leading to this change.
7847         * bookmark.el (bookmark-jump-noselect):
7848         Return an alist instead of a dotted pair.
7849         (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
7850         (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
7851         (bookmark-bmenu-switch-other-window): Adjust accordingly.
7852         (bookmark-make-cell-function): Adjust documentation accordingly.
7854         * image-mode.el (image-bookmark-jump):
7855         Adjust return type accordingly; document.
7857         * doc-view.el (doc-view-bookmark-jump):
7858         Adjust return type accordingly; document.
7860 2008-01-02  Miles Bader  <miles@gnu.org>
7862         * net/rcirc.el (rcirc-log-filename-function): New variable.
7863         (rcirc-log): Use `rcirc-log-filename-function' to generate the
7864         log-file name.  Don't log anything if it returns nil.
7865         (rcirc-log-write): Use `expand-file-name' when merging the
7866         log-file name from the alist with rcirc-log-directory; this does
7867         the right thing if the name in the alist already an absolute
7868         filename.  Make the log-file directory if necessary.
7870 2007-12-29  Richard Stallman  <rms@gnu.org>
7872         * font-lock.el (font-lock-prepend-text-property)
7873         (font-lock-append-text-property): Canonicalize the face and
7874         font-lock-face properties.
7876         * faces.el (facep): Doc fix.
7878         * startup.el (fancy-startup-tail, fancy-about-text)
7879         (fancy-startup-text): Regularize format of face property.
7881         * facemenu.el (list-colors-print): Use :background and :foreground
7882         instead of background-color and foreground-color.
7884 2007-12-29  Drew Adams  <drew.adams@oracle.com>
7886         * cus-edit.el (custom-add-parent-links):
7887         Fill the "Parent documentation" text.
7889 2007-12-29  Eli Zaretskii  <eliz@gnu.org>
7891         * textmodes/ispell.el (ispell-grep-command): Use "grep" on
7892         MS-Windows and MS-DOS.
7893         (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
7895 2008-01-02  Eric S. Raymond  <esr@snark.thyrsus.com>
7897         * vc-svn.el (vc-svn-modify-change comment): New function.
7899 2008-01-01  Dan Nicolaescu  <dann@ics.uci.edu>
7901         * vc-git.el (vc-git-dir-state): Set the vc-backend property.
7902         Do not disable undo, with-temp-buffer does it by default.
7904 2008-01-01  Eric S. Raymond  <esr@snark.thyrsus.com>
7906         * vc-svn.el (vc-svn-parse-status): Set the `unregisted' property
7907         correctly.
7909         * vc.el (vc-dired-hook): Speed tuning.  Replace a vc-backend call
7910         with vc-state.
7911         (vc-next-action): Fix vc-transfer-file call.
7913 2007-12-31  Tom Tromey  <tromey@redhat.com>
7915         * emacs-lisp/elp.el (elp-results): Use header-line-format for header.
7916         Move point to the start of the buffer.
7918 2007-12-31  Dan Nicolaescu  <dann@ics.uci.edu>
7920         * vc-cvs.el (vc-cvs-parse-entry): Set the vc-backend property.
7922         * vc.el: State that dir-state is required to set the vc-state and
7923         vc-backend properties.
7925 2007-12-31  Martin Rudalics  <rudalics@gmx.at>
7927         * man.el (Man-default-man-entry): Make this a defun.
7928         Improve guessing mechanism and handling of section numbers.
7930 2007-12-31  Richard Stallman  <rms@gnu.org>
7932         * faces.el (face-all-attributes): If FRAME is nil, return defaults.
7934 2007-12-31  Jay Belanger  <jay.p.belanger@gmail.com>
7936         * calc/calc-units.el (calc-convert-temperature): Ensure that units
7937         are on the result even when the result is zero.
7939 2007-12-30  Michael Albinus  <michael.albinus@gmx.de>
7941         * net/dbus.el (dbus-name-owner-changed-handler): Make the function
7942         resistent towards wrong parameters.
7943         (dbus-handle-event): Propagate D-Bus errors only in the debug case.
7945 2007-12-30  Richard Stallman  <rms@gnu.org>
7947         * faces.el (face-all-attributes): New function.
7949         * faces.el (face-differs-from-default-p): Compute list of attr names
7950         from face-attribute-name-alist.
7952         * cus-edit.el (custom-face-set): Call `face-spec-set' with FOR-DEFFACE.
7953         (custom-face-save): Likewise.
7954         (custom-face-reset-saved, custom-face-reset-standard): Likewise.
7956         * cus-face.el (custom-declare-face): Per frame, use `face-spec-set-2'.
7957         (custom-theme-set-faces): Clear `face-override-spec' property.
7958         Call `face-spec-set' with FOR-DEFFACE.
7960         * custom.el (custom-theme-recalc-face): Simply call `face-spec-recalc'.
7962         * faces.el (face-spec-set): Third arg is now FOR-DEFFACE.
7963         Use of frame as third arg is deprecated.
7964         Handle `face-override-spec' property.
7965         (face-spec-recalc): New function.
7966         (face-spec-set-2): New function.
7967         (frame-set-background-mode): Handle `face-override-spec' property.
7968         Use `face-spec-recalc'.
7969         (face-set-after-frame-default): Use `face-spec-recalc'.
7971 2007-12-29  Nick Roberts  <nickrob@snap.net.nz>
7973         * thumbs.el (thumbs-conversion-program): Add comment for Windows XP.
7975 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
7977         * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
7979 2007-12-29  Eric S. Raymond  <esr@snark.thyrsus.com>
7981         * vc-svn.el (vc-svn-parse-status): Recognize 'unregistered,
7982         'added, 'removed.
7984         * vc.el (header coment): Better description of dir-state.
7985         (vc-compatible-state): New function.  Checks whether two states
7986         can be in the same changeset; used with 'edited it can test whether
7987         the next action for a state should be commit.
7988         (vc-default-dired-state-info): Display 'removed state.
7989         (vc-dired-hook): Turn off undo, this is a speed tweak.
7991         * vc-bzr.el (vc-bzr-dir-state): Recognize 'added.
7993         * vc-hg.el (vc-bzr-hg-state): Recognize 'added and 'removed.
7994         Cope with the possibility that the 'C' status flag might change
7995         in 0.9,6.
7997         * vc-git.el (vc-bzr-dir-state): Recognize 'removed.
7999 2007-12-29  Thien-Thi Nguyen  <ttn@gnuvola.org>
8001         * files.el (cd-absolute): Fix omission bug:
8002         Make `list-buffers-directory' buffer-local.
8004 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
8006         * vc-hg.el (vc-hg-dir-state): Deal with the up-to-date state.
8008 2007-12-29  Jay Belanger  <jay.p.belanger@gmail.com>
8010         * calc/calc-aent.el (math-read-token): Fix misplaced parentheses.
8012         * calc/calc-lang.el (calc-yacas-language, calc-maxima-language)
8013         (calc-giac-language, math-yacas-parse-Sum, math-yacas-compose-sum)
8014         (math-yacas-compose-deriv, math-yacas-compose-taylor)
8015         (math-maxima-parse-subst, math-maxima-parse-taylor)
8016         (math-maxima-compose-taylor, math-maxima-compose-subst)
8017         (math-maxima-compose-if, math-lang-switch-args)
8018         (math-lang-compose-switch-args, math-read-giac-subscr):
8019         New functions.
8020         (calc-lang-allow-underscores, calc-lang-allow-percentsigns)
8021         (calc-lang-brackets-are-subscripts, calc-lang-c-type-hex):
8022         Add languages.
8023         (math-vector-brackets, math-complex-format, math-variable-table)
8024         (math-parse-table, math-oper-table, math-function-table)
8025         (math-special-function-table, math-compose-subscr):
8026         Add values for new languages.
8028         * calc/calccomp.el (math-compose-expr): Add new languages.
8030         * calc/calc.el (calc-language): Add languages to docstring.
8032         * calc/calc-ext.el (calc-init-extensions): Add keybindings
8033         for new languages.  Autoload commands to change languages.
8035         * calc/calc-help.el (calc-d-prefix-help): Add new languages.
8037         * calc/calc-menu.el (calc-modes-menu): Add new languages.
8038         (calc-arithmetic-menu, calc-scientific-function-menu)
8039         (calc-algebra-menu, calc-graphics-menu, calc-vectors-menu)
8040         (calc-units-menu, calc-variables-menu, calc-stack-menu):
8041         Add :active keywords.
8043 2007-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
8045         * vc-hg.el (vc-hg-registered): Return the false when vc-hg-state
8046         returns 'ignored or 'unregistered.
8047         (vc-hg-state): Pass "-A" to the status command and deal with the
8048         output.
8049         (vc-hg-dir-state): Pass "-A" to the status command.
8051 2007-12-29  Richard Stallman  <rms@gnu.org>
8053         * progmodes/compile.el (compilation-start): Set initial visible
8054         point properly even when compilation buffer already current.
8056 2007-12-29  Richard Stallman  <rms@gnu.org>
8058         * files.el (conf-mode-maybe): New function.
8059         (auto-mode-alist): Use conf-mode-maybe for .conf etc.
8061 2007-12-29  Martin Rudalics  <rudalics@gmx.at>
8063         * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
8065 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
8067         * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
8069 2007-12-29  Richard Stallman  <rms@gnu.org>
8071         * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
8072         so they never do EOF.
8074 2007-12-29  Richard Stallman  <rms@gnu.org>
8076         * faces.el (copy-face): Create the new face explicitly if it
8077         does not exist already.
8079 2007-12-29  Eli Zaretskii  <eliz@gnu.org>
8081         * simple.el (minibuffer-history, shell-command-history)
8082         (set-variable-value-history):
8083         * replace.el (regexp-history):
8084         * international/mule-cmds.el (input-method-history):
8085         * files.el (file-name-history): Add reference to history-length in
8086         the doc string.
8088 2007-12-29  Richard Stallman  <rms@gnu.org>
8090         * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
8092 2007-12-29  Jason Rumney  <jasonr@gnu.org>
8094         * find-dired.el (find-name-arg): New custom variable.
8095         (find-name-dired): Use it.
8096         (find-dired-find-program): Remove.
8097         (find-dired): Use find-program.
8098         (find-grep-dired): Use grep-program.
8100         * progmodes/grep.el (rgrep): Use find-name-arg.
8102 2007-12-29  Thien-Thi Nguyen  <ttn@gnuvola.org>
8104         * progmodes/cc-vars.el (defcustom-c-stylevar):
8105         Revert to pre-2007-12-12 version.
8107 2007-12-29  Richard Stallman  <rms@gnu.org>
8109         * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
8111         * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
8112         Use changed.
8114         * startup.el (fancy-splash-help-echo): Var deleted.
8115         (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
8116         (fancy-about-screen): Don't display fancy-splash-help-echo.
8118         * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
8120 2007-12-28  Eric S. Raymond  <esr@snark.thyrsus.com>
8122         * vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el
8123         to vc-hooks.el so it will be available to other modes, such as
8124         speedbar.el.  Also, teach it to recognize monotone state directories.
8126         * speedbar.el: Remove this mode's fragile assumptions about
8127         version-control systems.  Instead, make it use logic from
8128         vc-hooks.el so it will become smarter whenever VC mode does.
8130         * vc-hooks.el: 'added is a real state, not a future hypothetical one.
8131         Fix the documentation.
8133         * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
8134         Modify all instances of the dir-state back-end method to suppress
8135         keeping undo lists on the buffers holding status output, which
8136         can get extremely large.
8138         * vc-cvs.el, vc-svn.el: Simplify backend dired-state-info functions
8139         so they don't do work that the default one can do instead.
8141         * vc-hooks.el (vc-state): Document new 'ignored and 'unregistered
8142         states, and the new return-value convention.  These are not
8143         actually used yet, just set.
8145         * vc-svn.el (vc-svn-parse-status): Set 'ignored and 'unregistered
8146         states when appropriate.
8148         * vc-hg.el (vc-hg-state, vc-hg-dir-state): Set 'ignored and
8149         'unregistered when appropriate.
8151         * vc-git.el: Document that we don't set the new states yet.
8153         * vc.el (vc-dired-state-info): Display 'added, 'unregistered and
8154         'ignored states.
8156         * vc-cvs.el (vc-cvs-parse-status): Set the 'ignored state when
8157         appropriate.
8159         * vc-bzr.el (vc-bzr-dir-state): Set 'ignored and 'unregistered
8160         when appropriate.
8162 2007-12-28  Nick Roberts  <nickrob@snap.net.nz>
8164         * thumbs.el (thumbs-call-convert): Use call-process directly
8165         with thumbs-conversion-program instead of through shell-file-name
8166         for better error reporting.
8168 2007-12-27  Jay Belanger  <jay.p.belanger@gmail.com>
8170         * calc/calc-aent.el (math-remove-percentsigns):
8171         * calc/calccomp.el (math-to-percentsigns): Change placeholder
8172         for percent signs.
8174 2007-12-27  Eric S. Raymond  <esr@snark.thyrsus.com>
8176         * vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization;
8177         use completion-ignored-extensions to detect files that should be
8178         ignorted in VC-Dired listings, heading off lots of expensive calls
8179         to (vc-state).
8181         * vc.el (vc-dired-hook): Show unregistered file status as "?" in
8182         non-terse mode.
8183         (vc-dired-ignorable-p): Ignore Makefile when it has a peer named
8184         Makefile.in or Makefile.am.
8186 2007-12-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8188         * ps-print.el (ps-mark-active-p): Fun returned back.
8189         (ps-print-preprint-region): Use `ps-mark-active-p' instead of
8190         `region-active-p' for error checking.
8192 2007-12-27  Eric S. Raymond  <esr@snark.thyrsus.com>
8194         * vc.el, vc-sccs.el, vc-rcs.el, vc-cvs.el, vc-mcvs.el:
8195         Put new machinery in place to support editing of change comments
8196         with 'e' in a log-view buffer.  Not documented yet as this
8197         only works for SCCS, RCS, and maybe CVS if you have admin
8198         privileges.  When we have backend support for Subversion and
8199         more modern systems it will be time to write this up.
8201 2007-12-27  Kenichi Handa  <handa@ni.aist.go.jp>
8203         * international/mule-cmds.el (select-safe-coding-system):
8204         When a buffer is modified, cancel the writing.
8206 2007-12-26  Eric S. Raymond  <esr@snark.thyrsus.com>
8208         * log-view.el: Add Subversion and Mercurial log format samples.
8210         * vc.el (vc-dired-hook): Significantly speed up by arranging for
8211         it to call the backend dir-state hook (if it exists)
8212         exactly *once*, rather than once per each subdirectory (with
8213         dired-state-info calls on all toplevel files slowing it down even
8214         further).  For this to work, backend dir-state methods have to
8215         recurse to subdirectories.  Most of them already did anyway; a few
8216         needed *non*-recursion switches removed.  This change mostly
8217         removed code that was perversely bad and should have been shot
8218         through the head years ago.
8220         * vc-bzr.el (vc-bzr-dir-state):
8221         * vc-cvs.el (vc-cvs-dir-state):
8222         * vc-mcvs.el (vc-mcvs-dir-state):
8223         * vc-svn.el (vc-svn-dir-state): Recurse in subdirectories.
8225         * vc-svn.el (vc-svn-print-log): svn log doesn't actually accept
8226         multiple arguments, so generate logs sequentially when we get them.
8227         * vc-hg.el (vc-hg-print-log): Gives this CVS-like "Working file:"
8228         headers so the various log bindings can do the right thing.
8229         * vc-cvs.el (vc-cvs-print-log): Fix a misleading comment.
8231 2007-12-26  Andreas Schwab  <schwab@suse.de>
8233         * font-lock.el (save-buffer-state): Make sure the state of the
8234         buffer is always restored.
8236 2007-12-26  Jay Belanger  <jay.p.belanger@gmail.com>
8238         * calc/calc.el (calc-lang-allow-percentsigns): New variable.
8240         * calc/calc-lang.el (calc-lang-allow-percentsigns): Declare as
8241         a variable.
8243         * calc/calccomp.el (math-to-percentsigns): New function.
8244         (math-compose-var): Handle variables with percent signs.
8245         (math-compose-expr): Handle function names with percent signs.
8247         * calc/calc-aent.el (math-to-percentsigns): Declare as function.
8248         (math-read-exprs): Handle percent signs in languages that
8249         allow them.
8250         (math-restore-underscores): Remove function.
8251         (math-remove-percentsigns, math-restore-placeholders):
8252         New functions.
8254 2007-12-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8256         * ps-print.el (ps-print-preprint-region): Use `region-active-p' instead
8257         of `mark' for error checking.
8259 2007-12-26  Tassilo Horn  <tassilo@member.fsf.org>
8261         * image-mode.el (image-bookmark-make-cell, image-bookmark-jump):
8262         New functions.
8263         (image-mode): Set bookmark-make-cell-function appropriately.
8265         * doc-view.el (doc-view-bookmark-jump): Correct misspelled arg name.
8267         * bookmark.el (bookmark-make-cell-function): New variable.
8268         (bookmark-make): Call bookmark-make-cell-function's function
8269         instead of bookmark-make-cell.
8270         (bookmark-get-handler, bookmark-jump-internal): New functions.
8271         (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
8272         (bookmark-bmenu-2-window, bookmark-bmenu-other-window):
8273         Use bookmark-jump-internal.
8274         (bookmark-make-cell-for-text-file): Rename from bookmark-make-cell.
8276         * doc-view.el (doc-view-bookmark-make-cell)
8277         (doc-view-bookmark-jump): New functions.
8278         (doc-view-mode): Set bookmark-make-cell-function buffer-locally.
8280 2007-12-25  Miles Bader  <miles@gnu.org>
8282         * indent.el (indent-for-tab-command): Rigidly indent the following
8283         sexp along with the current line when a prefix arg is given in the
8284         non-active-region case.  Specify raw prefix in interactive spec.
8285         Simplify main indentation logic to get rid of the conditional call
8286         to `indent-according-to-mode' (it just ended up calling
8287         `indent-line-function' in all cases anyway, which can be done more
8288         simply here).  Remove unnecessary test of ARG in active region case.
8290 2007-12-25  Richard Stallman  <rms@gnu.org>
8292         * allout.el (allout-region-active-p): Rename from my-region-active-p.
8293         Use `use-region-p'.
8294         (allout-write-file-hook-handler): Simplify code.
8296         * ps-print.el (ps-mark-active-p): Function deleted.
8297         (ps-print-preprint-region): Use (mark) for the error check.
8299         * tooltip.el (tooltip-region-active-p): Use `use-region-p'.
8301         * winner.el (winner-active-region): Use `mark-active' if it's defined.
8303         * progmodes/ada-mode.el (ada-region-selected): Use `use-region-p'.
8305         * textmodes/org.el (org-region-active-p): Use `use-region-p'.
8307         * progmodes/idlwave.el (idlwave-region-active-p): Use `use-region-p'.
8309         * textmodes/reftex.el (reftex-region-active-p): Use `use-region-p'.
8311         * progmodes/cc-defs.el (c-region-is-active-p):
8312         Use `mark-active' if it's defined.
8314         * progmodes/cc-cmds.el (c-indent-line-or-region):
8315         Pass prefix arg to `c-indent-command'.  Use `use-region-p'.
8317         * simple.el (select-active-regions): New option.
8318         (set-mark): Obey it.
8319         (yank-pop-change-selection): New option.
8320         (current-kill): Obey it.
8322         * simple.el (use-region-p): Rename from `region-active-p'.
8323         (region-active-p): New function.
8325 2007-12-25  David Golden  <david.delaharpe.golden@gmail.com>  (tiny change)
8327         * term/x-win.el (x-select-enable-primary): New option.
8328         (x-select-text, x-cut-buffer-or-selection-value): Obey it.
8330         * mouse.el (mouse-yank-primary): New function (almost same
8331         as mouse-yank-secondary).
8333 2007-12-25  Dan Nicolaescu  <dann@ics.uci.edu>
8335         * calculator.el:
8336         * dframe.el:
8337         * iswitchb.el:
8338         * whitespace.el:
8339         * winner.el:
8340         * emacs-lisp/checkdoc.el:
8341         * mail/feedmail.el:
8342         * net/quickurl.el:
8343         * obsolete/fast-lock.el:
8344         * play/5x5.el:
8345         * progmodes/delphi.el:
8346         * progmodes/idlw-shell.el:
8347         * progmodes/idlwave.el:
8348         * textmodes/artist.el:
8349         * textmodes/ispell.el:
8350         * textmodes/texinfmt.el:
8351         * textmodes/texinfo.el: Remove obsolete definitions of backward
8352         compatibility macros for defcustom, defgroup, defface, when,
8353         unless, with-current-buffer and with-temp-message.
8355 2007-12-24  Nick Roberts  <nickrob@snap.net.nz>
8357         * progmodes/verilog-mode.el: Reformat parts to 80 columns.
8359 2007-12-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8361         * server.el (server-save-buffers-kill-terminal): Check the `proc' is
8362         indeed a process.
8364 2007-12-23  Richard Stallman  <rms@gnu.org>
8366         * simple.el (region-active-p): New function.
8367         (use-empty-active-region): New variable.
8369         * dired-aux.el (dired): Load dired.el at run time too.
8371 2007-12-23  Juri Linkov  <juri@jurta.org>
8373         * man.el (Man-follow-manual-reference): Fill the minibuffer's
8374         default list with a full list of references.
8376         * files.el (auto-mode-alist): Add \\' to doc-view files regexp.
8378 2007-12-23  Andreas Schwab  <schwab@suse.de>
8380         * files.el (switch-to-buffer-other-frame): Return the buffer
8381         switched to.
8383 2007-12-23  Michael Albinus  <michael.albinus@gmx.de>
8385         Sync with Tramp 2.1.12.
8387         * net/tramp.el: New todo item.
8389         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Handle "-F"
8390         switch.  Reported by Mark T. Kennedy <mkennedy@diamondbackcap.com>.
8392         * net/trampver.el: Update release number.
8394 2007-12-22  Richard Stallman  <rms@gnu.org>
8396         * newcomment.el (comment-region-default): Don't triple the
8397         comment starter if the first region line isn't indented enough.
8399 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8401         * net/imap.el (imap-authenticate): Use current-buffer instead of
8402         buffer, for the cases where imap-authenticate is called with a nil
8403         buffer parameter.
8405 2007-12-21  Martin Rudalics  <rudalics@gmx.at>
8407         * autoinsert.el (auto-insert-alist): Remove nonsensical precision
8408         specifier from format-string.  Reported by Ye Wenbin.
8410 2007-12-20  Jason Rumney  <jasonr@gnu.org>
8412         * nxml/nxml-mode.el (nxml-faces): Rename from nxml-highlighting-faces.
8413         Parent group is font-lock-faces.
8414         (nxml-light-blue-color, nxml-dark-blue-color, nxml-green-color)
8415         (nxml-sky-blue-color, nxml-dark-green-color, nxml-light-green-color):
8416         (nxml-version): Remove.
8417         (nxml-delimited-data, nxml-name, nxml-ref, nxml-delimiter)
8418         (nxml-text, nxml-comment-content, nxml-comment-delimiter)
8419         (nxml-processing-instruction-delimiter)
8420         (nxml-processing-instruction-target)
8421         (nxml-processing-instruction-content, nxml-cdata-section-delimiter)
8422         (nxml-cdata-section-CDATA, nxml-cdata-section-content)
8423         (nxml-char-ref-number, nxml-char-ref-delimiter, nxml-entity-ref-name)
8424         (nxml-entity-ref-delimiter, nxml-tag-delimiter, nxml-tag-slash)
8425         (nxml-element-prefix, nxml-element-colon, nxml-element-local-name)
8426         (nxml-attribute-prefix, nxml-attribute-colon)
8427         (nxml-attribute-local-name, nxml-namespace-attribute-xmlns)
8428         (nxml-namespace-attribute-colon, nxml-namespace-attribute-prefix)
8429         (nxml-attribute-value, nxml-attribute-value-delimiter)
8430         (nxml-namespace-attibute-value)
8431         (nxml-namespace-attribure-value-delimiter)
8432         (nxml-prolog-literal-delimiter, nxml-prolog-literal-content)
8433         (nxml-prolog-keyword, nxml-markup-declaration-delimiter, nxml-hash)
8434         (nxml-glyph): Rename, removing -face suffix.
8435         Inherit from existing font-lock faces.
8436         (nxml-apply-fontify-rule, nxml-char-ref-display-extra):
8437         Use new face names.
8439         * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
8440         (nxml-outline-active-indicator, nxml-outline-ellipsis):
8441         Rename, removing -face suffix.
8442         (nxml-highlighted-less-than, nxml-highlighted-greater-than)
8443         (nxml-highlighted-colon, nxml-highlighted-slash)
8444         (nxml-highlighted-ellipsis, nxml-highlighted-inactive-minus)
8445         (nxml-highlighted-active-minus, nxml-highlighted-active-plus)
8446         (nxml-highlighted-qname, nxml-outline-display-heading):
8447         Use new face names.
8449         * nxml/rng-valid.el (rng-error): Rename from rng-error-face.
8451         * nxml/rng-nxml.el (rng-nxml-easy-menu): Remove nxml-version.
8453 2007-12-19  Martin Rudalics  <rudalics@gmx.at>
8455         * cus-start.el (all): Use correct group name for members of
8456         mode-line group.
8458         * man.el (Man-default-man-entry): When looking for default man
8459         entry title search text preceding point.  Use when instead of if.
8461         * indent.el (indent-for-tab-command): Fix doc-string typo.
8463         * vc.el (vc-ensure-vc-buffer): Avoid infinite looping when
8464         vc-parent-buffer is the current buffer.
8466         * info-look.el (info-lookup, info-lookup-setup-mode)
8467         (info-lookup-make-completions): Avoid clobbering Info-history and
8468         Info-history-list.
8470 2007-12-19  Glenn Morris  <rgm@gnu.org>
8472         * progmodes/verilog-mode.el (top-level): Don't require compile.
8473         (compilation-error-regexp-alist, compilation-last-buffer):
8474         Define for compiler.
8475         (verilog-insert-1): New function.
8476         (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
8477         Use verilog-insert-1.
8478         (verilog-surelint-off): Use next-error-last-buffer if bound.
8479         Check compile buffer is live.
8481 2007-12-19  John J Foerch  <jjfoerch@earthlink.net>  (tiny change)
8483         * progmodes/compile.el (compilation-start): Don't pass a FRAME
8484         argument to display-buffer.
8486 2007-12-19  Jason Rumney  <jasonr@gnu.org>
8488         * nxml/rng-maint.el (rng-format-manual): Do not autoload.
8489         (rng-autoload-modules, rng-update-autoloads, rng-compile-modules)
8490         (rng-byte-compile-load, rng-write-version): Remove.
8492         * nxml/rng-loc.el (rng-schema-locating-files-default)
8493         (rng-schema-locating-file-schema-file): Use files in etc/schemas.
8494         (rng-schema-loader-alist): Use rng-c-load-schema to load rnc files.
8496 2007-12-18  Michael Albinus  <michael.albinus@gmx.de>
8498         * files.el (cd-absolute): Set `list-buffers-directory' in order to
8499         show correct path in buffer list.
8501         * net/tramp.el (tramp-open-connection-setup-interactive-shell)
8502         (tramp-find-shell): Send only single prompt setting commands, in
8503         order to avoid double-prompt.
8505         * net/tramp-compat.el (top): Require cl only when compiling.
8506         Reported by Glenn Morris <rgm@gnu.org>.
8508 2007-12-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
8510         * progmodes/cc-vars.el (defcustom-c-stylevar): Eval VAL.
8511         (c-comment-continuation-stars): No longer declare with
8512         cc-bytecomp-obsolete-var and cc-bytecomp-defvar.
8513         (c-block-comment-prefix): Use symbol-value to
8514         access c-comment-continuation-stars.
8515         * progmodes/cc-mode.el (c-initialize-cc-mode):
8516         Use symbol-value to access c-comment-continuation-stars.
8518 2007-12-18  Mark A. Hershberger  <mah@everybody.org>
8520         * xml.el (xml-escape-string): New function.  Escape string using
8521         xml-entity-alist.
8522         (xml-debug-print-internal): Use xml-escape-string to escape
8523         characters in attributes and in text children of elements.
8525 2007-12-18  Glenn Morris  <rgm@gnu.org>
8527         * progmodes/cc-subword.el (c-subword-mode): Drop support for
8528         systems without define-minor-mode.
8530         * progmodes/cc-vars.el (defcustom-c-stylevar): Remove debugging message.
8532         * progmodes/verilog-mode.el: Replace all instances of
8533         string-to-int with string-to-number, insert-string with insert,
8534         and read-input with read-string.
8535         (top-level): No need to require imenu, reporter, dinotrace, vc,
8536         font-lock when compiling.  Always require compile.  Relegate remaining
8537         compatibility cruft to XEmacs.  Don't require font-lock.
8538         (verilog-version): Remove superfluous concat.
8539         (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
8540         No need to define.
8541         (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
8542         (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
8543         (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
8544         (verilog-startup-message-displayed): These are variables, not constants.
8545         (verilog-batch-execute-func, verilog-auto-inst)
8546         (verilog-auto-inst-param): Use mapc rather than mapcar.
8547         (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
8548         actually defining.
8549         (verilog-modi-get-decls, verilog-modi-get-sub-decls)
8550         (verilog-modi-get-outputs, verilog-modi-get-inouts)
8551         (verilog-modi-get-inputs, verilog-modi-get-wires)
8552         (verilog-modi-get-regs, verilog-modi-get-assigns)
8553         (verilog-modi-get-consts, verilog-modi-get-gparams)
8554         (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
8555         (verilog-modi-get-sub-inputs): Move inline functions earlier in
8556         the file.
8557         (sigs-in, sigs-out): Don't declare multiple times.
8558         (got-sig, got-rvalue, uses-delayed): Define for compiler with just
8559         `defvar'.
8560         (verilog-auto): Call dinotrace-unannotate-all only if bound.
8561         (verilog-module-inside-filename-p): No need to wrap fboundp test
8562         in condition-case.
8563         (reporter-submit-bug-report): Autoload it.
8564         (verilog-mark-defun): Call zmacs-activate-region only if bound.
8565         (verilog-font-customize): Call customize-apropos only if bound.
8566         (verilog-getopt-flags, verilog-auto-reeval-locals):
8567         Use make-local-variable rather than make-variable-buffer-local.
8568         (verilog-company, verilog-project, verilog-modi-cache-list):
8569         Move make-variable-buffer-local calls to top-level.
8570         (font-lock-defaults-alist): Don't define it.
8571         (verilog-need-fld): Remove.
8572         (verilog-font-lock-init): Don't set font-lock-defaults-alist.
8573         (verilog-mode): Only call make-local-hook on XEmacs.
8574         Set font-lock-defaults rather than using verilog-font-lock-init.
8576 2007-12-17  Andreas Schwab  <schwab@suse.de>
8578         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
8579         Fix comment typo.
8581 2007-12-16  Michael Albinus  <michael.albinus@gmx.de>
8583         * net/dbus.el (dbus-name-owner-changed-handler):
8584         Use `dbus-unregister-signal' for removing old rules.
8585         Obey new structure of `dbus-registered-functions-table'.
8587 2007-12-12  Thien-Thi Nguyen  <ttn@gnuvola.org>
8589         * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
8591 2007-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
8593         * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
8594         function.
8595         (add-submenu): Only define for XEmacs.
8596         (verilog-regexp-words): Revert previous change, keep the other
8597         definition.
8599 2007-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
8601         * progmodes/perl-mode.el (perl-continued-statement-offset)
8602         (perl-continued-brace-offset, perl-brace-offset)
8603         (perl-brace-imaginary-offset, perl-label-offset):
8604         * progmodes/cperl-mode.el (cperl-brace-offset)
8605         (cperl-continued-brace-offset, cperl-label-offset)
8606         (cperl-continued-statement-offset)
8607         (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
8608         Add safe-local-variable properties.
8610 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
8612         * progmodes/verilog-mode.el (verilog-mode-map)
8613         (verilog-template-map, verilog-mode-mouse-map): Fix typos.
8614         (verilog-colorize-include-files): Use only overlay functions so
8615         that it can work on both emacs and XEmacs.
8616         (set-extent-keymap): Remove unused defun.
8617         (verilog-kill-existing-comment, verilog-insert-date)
8618         (verilog-insert-year): Rename in order not to pollute the global
8619         namespace from kill-existing-comment, insert-date and
8620         insert-year, respectively.
8621         (verilog-set-auto-endcomments, verilog-header): Update callers.
8623         * files.el (auto-mode-alist): Recognize verilog files.
8625         * progmodes/verilog-mode.el (verilog-string-replace-matches)
8626         (verilog-string-remove-spaces, verilog-re-search-forward)
8627         (verilog-re-search-backward, verilog-re-search-forward-quick)
8628         (verilog-re-search-backward-quick, verilog-get-beg-of-line)
8629         (verilog-get-end-of-line, verilog-within-string): Move definitions
8630         before first use.  No code changes.
8632 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
8634         * progmodes/verilog-mode.el (verilog-mode-version)
8635         (verilog-mode-release-date): Don't use expanding keywords.
8636         (provide): Move to the end of file.
8637         (fboundp): Don't check if eval-when-compile is bound, it is used
8638         later in the file without checking.
8639         (when, unless): Copy definitions from subr.el.
8640         (char-before, defcustom, defface, customize-group)
8641         (verilog-batch-error-wrapper): Don't use old style backquotes.
8642         (verilog-regexp-opt): Avoid using the cl function case.
8643         (verilog-regexp-words): Remove duplicated definition.
8644         (verilog-mode-abbrev-table): Remove, duplicate.
8645         (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
8646         Declare and initialize in one step.
8647         (verilog-declaration-prefix-re, verilog-declaration-re)
8648         (verilog-end-of-statement, verilog-indent-declaration)
8649         (verilog-get-lineup-indent): Remove trailing whitespace.
8650         (verilog-mode): Fix autoload cookie.
8651         Set beginning-of-defun-function and end-of-defun-function.  Use when
8652         instead of if.
8653         (verilog-emacs-features, verilog-auto-ascii-enum)
8654         (verilog-insert-indices): Escape braces in doc strings.
8656 2007-12-08  Michael McNamara  <mac@verilog.com>
8657             Wilson Snyder  <wsnyder@wsnyder.org>
8659         * progmodes/verilog-mode.el: New file.
8661 2007-12-08  Eli Zaretskii  <eliz@fencepost.gnu.org>
8663         * international/latexenc.el (latexenc-find-file-coding-system):
8664         If both coding-system-for-write and buffer-file-coding-system of
8665         latex-main-file are nil, use `undecided'.
8667 2007-12-06  Jason Rumney  <jasonr@gnu.org>
8669         * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
8671 2007-12-12  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
8673         * files.el (revert-buffer): Docstring fix.
8675 2007-12-11  Glenn Morris  <rgm@gnu.org>
8677         * emacs-lisp/check-declare.el (check-declare-verify): Handle deffoo.
8679 2007-12-11  Jay Belanger  <jay.p.belanger@gmail.com>
8681         * calc/calc-aent.el (math-restore-underscores)
8682         (math-string-restore-underscores): New functions.
8683         (math-read-factor): Properly check variable names with underscores
8684         for entries in `math-expr-variable-mapping'.
8686         * calc/calc-lang.el (math-lang-name): New property name.
8688         * calc/calc.el (calc-set-mode-line): Use `math-lang-name'
8689         to set language name.
8691 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8693         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8695 2007-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8697         * server.el (server-select-display): Fix important typo.
8698         (server-process-filter): Turn a "" display into nil.
8700 2007-12-09  Juri Linkov  <juri@jurta.org>
8702         * replace.el (keep-lines, flush-lines, how-many): Doc fix.
8703         Check search-upper-case before calling isearch-no-upper-case-p
8704         to set case-fold-search.
8705         (occur): Doc fix.
8706         (occur-1, perform-replace): Check search-upper-case before calling
8707         isearch-no-upper-case-p to set case-fold-search.
8709         * isearch.el (search-upper-case): Doc fix.
8710         (isearch-mode-map): Bind `M-s o' to isearch-occur.
8711         (isearch-query-replace): Doc fix.  Let-bind search-upper-case to nil.
8712         (isearch-query-replace-regexp): Doc fix.
8713         (isearch-occur): New function.
8715 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8717         * pgg.el, pgg-parse.el (declare-function): Add new no-op macro for
8718         backward compatibility.
8720         * net/imap.el (imap-string-to-integer): New function.
8722 2007-12-09  David Kastrup  <dak@gnu.org>
8724         * emacs-lisp/lisp-mnt.el (lm-verify): Make it work with
8725         directories.  Not sure anybody uses this anymore, though.
8727 2007-12-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8729         * printing.el: Fix pr-interface-map initialization code.
8730         (pr-version): New version 6.9.3.
8731         (pr-f-set-keymap-parents): Replace by pr-set-keymap-parents.
8732         (pr-f-set-keymap-name): Replace by pr-set-keymap-name.
8733         (pr-f-read-string): Replace by pr-read-string.
8734         (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string): New fun
8735         name.
8736         (pr-interactive-n-up, pr-interactive-regexp): Code fix.
8738 2007-12-09  Glenn Morris  <rgm@gnu.org>
8740         * emulation/viper-init.el (top-level): Use dolist rather than mapc
8741         in make-variable-frame-local call.
8743 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
8745         * mail/hashcash.el (declare-function):
8746         * net/imap.el (declare-function): New no-op macro for backward
8747         compatibility.
8749 2007-12-08  Eli Zaretskii  <eliz@gnu.org>
8751         Sync makefile.w32-in with Makefile.in.
8753         * makefile.w32-in (check-declare): New target.
8754         (BYTE_COMPILE_EXTRA_FLAGS): New variable.
8755         (.el.elc, compile-CMD, compile-SH, compile-always-CMD)
8756         (compile-always-SH, compile-calc-CMD, compile-calc-SH)
8757         ($(lisp)/progmodes/cc-mode.elc): Use it.
8758         ($(lisp)/progmodes/cc-mode.elc): New rule.
8760 2007-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
8762         * indent.el (tab-stop-list): Mark as safe-local-variable.
8764         * generic-x.el (etc-sudoers-generic-mode): New mode.
8765         (generic-unix-modes): Add it.
8767 2007-12-08  Michael Albinus  <michael.albinus@gmx.de>
8769         * net/dbus.el (dbus-hash-table=): Remove function.  We cannot
8770         apply wildcards in a hash table key; there is no usable hash code then.
8771         (dbus-registered-functions-table): Use `equal' as test function.
8772         (dbus-name-owner-changed-handler): Rewrite due to new hash table
8773         structure.
8775 2007-12-08  Martin Rudalics  <rudalics@gmx.at>
8777         * progmodes/cc-cmds.el (c-mask-paragraph): Avoid invalid search
8778         bound error in block comment branch.
8780 2007-12-08  David Kastrup  <dak@gnu.org>
8782         * textmodes/reftex.el (reftex-select-with-char):
8783         * textmodes/reftex-toc.el (reftex-toc-do-promote)
8784         (reftex-toc-visit-location, reftex-toc-find-section):
8785         * textmodes/reftex-index.el (reftex-index-show-entry):
8786         * textmodes/org.el (org-cycle-hide-archived-subtrees)
8787         (org-table-rotate-recalc-marks, org-mark-ring-push)
8788         (org-follow-info-link, org-mhe-get-message-folder-from-index)
8789         (org-auto-repeat-maybe, org-store-log-note, org-delete-property)
8790         (org-evaluate-time-range, org-edit-agenda-file-list):
8791         * textmodes/artist.el (artist-select-next-op-in-list)
8792         (artist-select-prev-op-in-list):
8793         * term/mac-win.el (mac-service-insert-text):
8794         * startup.el (fancy-about-screen):
8795         * progmodes/vhdl-mode.el (vhdl-decision-query):
8796         * progmodes/idlwave.el (idlwave-template)
8797         (idlwave-scroll-completions, idlwave-display-completion-list):
8798         * progmodes/ebrowse.el (ebrowse-show-progress):
8799         * progmodes/cperl-mode.el (cperl-find-pods-heres):
8800         * progmodes/antlr-mode.el (antlr-insert-option-do):
8801         * play/mpuz.el (mpuz-close-game):
8802         * net/rcirc.el (rcirc-next-active-buffer):
8803         * mail/reporter.el (reporter-update-status):
8804         * kmacro.el (kmacro-display):
8805         * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
8806         * emulation/viper-util.el (viper-save-setting):
8807         * emacs-lisp/lisp-mnt.el (lm-verify):
8808         * emacs-lisp/edebug.el (edebug-set-mode):
8809         * emacs-lisp/checkdoc.el (checkdoc-rogue-spaces, checkdoc-defun):
8810         * calendar/calendar.el (calendar-print-day-of-year):
8811         * calc/calcalg3.el (calc-curve-fit):
8812         * calc/calcalg2.el (math-integral):
8813         * calc/calc.el (calc-read-key-sequence, calc-version):
8814         * calc/calc-mode.el (calc-set-simplify-mode):
8815         * calc/calc-ext.el (calc-fancy-prefix): Fix buggy call to `message'.
8817 2007-12-07  D. Goel  <deego3@gmail.com>
8819         * progmodes/idlw-shell.el (idlwave-shell-display-line)
8820         * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
8821         (ada-xref-find-in-modified-ali, ada-find-in-src-path)
8822         * mail/uce.el (uce-reply-to-uce)
8823         * progmodes/vhdl-mode.el (vhdl-template-modify)
8824         * mail/feedmail.el (feedmail-dump-message-to-queue): Improve calls
8825         to `error' (as suggested by RMS.)
8827 2007-12-07  Glenn Morris  <rgm@gnu.org>
8829         * allout.el (allout-write-file-hook-handler):
8830         * textmodes/reftex.el (reftex-TeX-master-file):
8831         * textmodes/reftex-parse.el (reftex-short-context):
8832         Revert previous change.
8834 2007-12-07  Michael Albinus  <michael.albinus@gmx.de>
8836         * net/dbus.el (dbus-hash-table=): Fix for new hash table key structure.
8837         (dbus-list-hash-table, dbus-name-owner-changed-handler): New defuns.
8838         (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
8839         (dbus-event-service-name, dbus-event-path-name)
8840         (dbus-event-interface-name, dbus-event-member-name): Fix for new
8841         event structure.
8842         (dbus-list-activatable-names, dbus-list-names)
8843         (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect):
8844         Reorder `dbus-call-method' arguments.
8846 2007-12-06  D. Goel  <deego3@gmail.com>
8848         * allout.el (allout-write-file-hook-handler):
8849         * textmodes/reftex.el (reftex-TeX-master-file):
8850         * textmodes/org.el (org-paste-subtree):
8851         * progmodes/vhdl-mode.el (vhdl-template-modify):
8852         * progmodes/idlw-shell.el (idlwave-shell-send-command)
8853         (idlwave-shell-display-line):
8854         * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
8855         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
8856         * net/trampver.el (x):
8857         * mail/uce.el (uce-reply-to-uce):
8858         * mail/rmailout.el (rmail-output):
8859         * mail/feedmail.el (feedmail-dump-message-to-queue):
8860         * whitespace.el (whitespace-write-file-hook):
8861         * wdired.el (wdired-check-kill-buffer):
8862         * vc.el (vc-update):
8863         * vc-mcvs.el (vc-mcvs-checkin):
8864         * vc-cvs.el (vc-cvs-checkin):
8865         * man.el (Man-bgproc-sentinel, Man-goto-see-also-section):
8866         * ibuffer.el (ibuffer-current-buffer):
8867         * dired.el (dired-move-to-end-of-filename):
8868         * bindings.el (complete-symbol):
8869         * textmodes/org-publish.el (org-publish-file):
8870         (org-publish-current-project):
8871         * textmodes/reftex-parse.el (reftex-short-context):
8872         * textmodes/texinfmt.el: Fix buggy calls to `error'.
8874 2007-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8876         * doc-view.el (doc-view-dvi->pdf-sentinel)
8877         (doc-view-pdf/ps->png-sentinel, doc-view-pdf->txt-sentinel)
8878         (doc-view-ps->pdf-sentinel, doc-view-display): Don't change buffer
8879         within a sentinel or timer.
8880         (doc-view-display): Don't try to display before the requested page
8881         is available, unless told to do so explicitly.
8882         (doc-view-pdf/ps->png-sentinel, doc-view-initiate-display):
8883         Force display even if the requested page is not available.
8885 2007-12-06  Richard Stallman  <rms@gnu.org>
8887         * help-fns.el (describe-function-1): Call ad-get-advice-info
8888         only on symbols.
8890 2007-12-06  Glenn Morris  <rgm@gnu.org>
8892         * progmodes/antlr-mode.el (antlr-keyword, antlr-syntax)
8893         (antlr-ruledef, antlr-tokendef, antlr-ruleref-face)
8894         (antlr-tokenref, antlr-literal): Inherit from standard font-lock
8895         faces in non-light-background case.
8897         * add-log.el, dired-aux.el, font-lock.el, help-fns.el, ido.el:
8898         * informat.el, emacs-lisp/bytecomp.el, emacs-lisp/gulp.el:
8899         * emacs-lisp/tcover-ses.el, emacs-lisp/timer.el, emulation/edt.el:
8900         * emulation/vi.el, emulation/viper-cmd.el:
8901         * international/titdic-cnv.el, mail/emacsbug.el, progmodes/dcl-mode.el:
8902         * progmodes/prolog.el, progmodes/ps-mode.el, progmodes/python.el:
8903         * textmodes/fill.el: Remove directory part from filenames in
8904         function declarations.
8906         * dired-aux.el (mailcap-mime-info): Update declaration.
8908 2007-12-05  Richard Stallman  <rms@gnu.org>
8910         * wid-edit.el (widget-type): Doc fix.
8912 2007-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8914         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
8915         Don't match "sub { (...) ... }".
8917 2007-12-05  Richard Stallman  <rms@gnu.org>
8919         * international/mule-cmds.el (toggle-input-method-active): New var.
8920         (toggle-input-method): Bind toggle-input-method-active to t.
8921         Error if it was already non-nil.
8923 2007-12-05  Reiner Steib  <Reiner.Steib@gmx.de>
8925         * net/tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8927 2007-12-05  Elias Oltmanns  <eo@nebensachen.de>
8929         * net/tls.el (open-tls-stream): Actually consult tls-checktrust to
8930         see if certs should be verified and what is to be done in the
8931         event of a verification failure.
8933 2007-12-05  Reiner Steib  <Reiner.Steib@gmx.de>
8935         * net/tls.el (tls-program): Provide more custom choices from
8936         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
8937         (tls-process-connection-type, tls-success): Remove "*" in doc string.
8938         (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
8939         version.  Minor improvement to doc strings.
8940         (tls-program): Add comment.
8942 2007-12-05  Elias Oltmanns  <eo@nebensachen.de>
8944         * net/tls.el (tls-certtool-program, tls-hostmismatch): New variables.
8945         (tls-checktrust): New variable.  Check if GNU TLS complained about a
8946         mismatch between the hostname provided in the certificate and the name
8947         of the host connnecting to.
8948         (open-tls-stream): Use them.  Check certificates against trusted root
8949         certificates.
8951 2007-12-05  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8953         * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8954         (imap-parse-status): Upcase status-att for broken servers that sends
8955         them lower-case (e.g., MS Exchange 2007).
8957 2007-12-05  D. Goel  <deego3@gmail.com>
8959         * simple.el (undo):
8960         * image-dired.el (image-dired-display-thumb-properties):
8961         (image-dired-modify-mark-on-thumb-original-file):
8962         (image-dired-dired-display-properties):
8963         * help.el (help-window-display-message):
8964         * files.el (hack-local-variables-confirm):
8965         * ediff.el (ediff-version):
8966         * complete.el (pc-chunk-after, PC-temp-minibuffer-message):
8967         `message' and `error': Ensure that first arg is a format string.
8969         * emacs-lisp/find-func.el (find-library-name): Prefer files with
8970         ".el" suffix over "".
8972 2007-12-05  Michael Albinus  <michael.albinus@gmx.de>
8974         * net/dbus.el (dbus-hash-table=): Allow nil as wildcard in the
8975         interface and member fields.
8977 2007-12-05  Glenn Morris  <rgm@gnu.org>
8979         * eshell/em-alias.el (pcomplete-stub): Define for compiler.
8980         (pcomplete-here): Autoload it.
8982         * eshell/em-basic.el (print-func): No need to define for compiler.
8984         * eshell/esh-cmd.el (eshell-debug-command):
8985         * eshell/esh-io.el (eshell-print): Move definitions before use.
8987         * eshell/esh-module.el (eshell-load-defgroups): Eval and compile.
8989         * eshell/esh-util.el (top-level): Don't require pp.
8990         Use condition-case rather than ignore-errors.
8992         * eshell/eshell.el (eshell-buffer-name): Define for compiler.
8994         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el
8995         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
8996         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el
8997         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el
8998         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el
8999         * eshell/em-xtra.el, eshell/esh-cmd.el, eshell/esh-test.el
9000         * eshell/esh-util.el, eshell/eshell.el: Require individual files
9001         if needed when compiling, rather than esh-maint.  Collect any
9002         require statements.  Move provide statement to end.  Move any
9003         commentary to start.
9005         * eshell/esh-arg.el, eshell/esh-ext.el, eshell/esh-io.el:
9006         * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el:
9007         * eshell/esh-proc.el, eshell/esh-var.el:
9008         Require individual files if needed when compiling, rather than
9009         esh-maint.  Collect any require statements.  Leave provide at start.
9010         Move any commentary to start.
9012         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
9013         Remove declared function from byte-compile-noruntime-functions.
9015         * ediff-util.el (ediff-version):
9016         * progmodes/python.el (compilation-shell-minor-mode):
9017         * textmodes/org.el (Info-goto-node, calendar-astro-date-string)
9018         (calendar-bahai-date-string, calendar-check-holidays)
9019         (calendar-chinese-date-string, calendar-coptic-date-string)
9020         (calendar-ethiopic-date-string, calendar-forward-day)
9021         (calendar-french-date-string, calendar-goto-date)
9022         (calendar-goto-today, calendar-hebrew-date-string)
9023         (calendar-islamic-date-string, calendar-iso-date-string)
9024         (calendar-julian-date-string, calendar-mayan-date-string)
9025         (calendar-persian-date-string, gnus-summary-last-subject)
9026         (parse-time-string, rmail-show-message): Declare as functions.
9028 2007-12-05  Michael Olson  <mwolson@gnu.org>
9030         * textmodes/remember.el: Merge contents of remember-diary.el here,
9031         updating header.  Add autoload cookie so that byte-compilation
9032         works without warning.
9033         (remember-diary-file): Default to nil, since diary might not yet
9034         be loaded at this point, which would deny us access to diary-file.
9035         (remember-diary-extract-entries): If remember-diary-file is nil,
9036         then use diary-file instead.
9038         * textmodes/remember-diary.el: Remove, due to the issue of needing
9039         the first 8 characters of a filename to be unique.
9041 2007-12-04  Michael Albinus  <michael.albinus@gmx.de>
9043         * net/dbus.el (dbus-hash-table=): New defun.
9044         (dbus-hash-table-test): New hash table test function, used in
9045         `dbus-registered-functions-table'.
9046         (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
9047         (dbus-event-service-name, dbus-event-path-name)
9048         (dbus-event-interface-name, dbus-event-member-name):
9049         Rewrite, due to new structure of `dbus-event'.
9051 2007-12-04  Juanma Barranquero  <lekktu@gmail.com>
9053         * ido.el (ido-save-history): Set the `coding' local
9054         variable in the first line of the file.
9056 2007-12-04  Glenn Morris  <rgm@gnu.org>
9058         * password-cache.el: Move here from gnus/password.el.
9059         (top-level): Don't require cl when compiling.
9060         (password-read-and-add): Doc fix.  Make obsolete.
9062         * net/tramp.el: Require password-cache or password.
9064         * emulation/cua-base.el (top-level): Move (provide 'cua-base) to end.
9065         No longer provide 'cua.  Don't require cua-rect, cua-gmrk when
9066         compiling.
9067         (cua-set-rectangle-mark): Add doc string to autoload.
9068         (cua--rectangle, cua--last-killed-rectangle)
9069         (cua--global-mark-active): Always define for compiler.
9070         (cua-copy-rectangle, cua-cut-rectangle, cua--rectangle-left)
9071         (cua--delete-rectangle, cua--insert-rectangle)
9072         (cua--rectangle-corner, cua--rectangle-assert)
9073         (cua--insert-at-global-mark, cua--global-mark-post-command):
9074         Declare as functions.
9076         * emulation/cua-gmrk.el (top-level): Move provide to end.
9078         * emulation/cua-rect.el (top-level): Move provide to end.
9079         Don't require cua-gmrk when compiling.
9080         (cua--cut-rectangle-to-global-mark)
9081         (cua--copy-rectangle-to-global-mark): Declare as functions.
9083         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
9084         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
9085         (viper-vi-state-cursor-color):
9086         Consolidate make-variable-frame-local calls.
9088         * net/eudcb-bbdb.el (bbdb-address-streets): Declare as a function.
9089         (eudc-bbdb-extract-addresses): Use bbdb-address-streets rather
9090         than bbdb-address-street1,2,3.
9092         * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
9093         Try x-focus-frame before focus-frame.  Only try focus-frame on XEmacs.
9095 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
9097         * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9098         (imap-parse-status): Upcase status-att for servers that sends them
9099         lower-case (e.g., MS Exchange 2007).
9101 2007-12-03  Karl Fogel  <kfogel@red-bean.com>
9103         * saveplace.el (save-place-quiet): Remove, reverting 2007-12-02T19:54:46Z!kfogel@red-bean.com.
9104         (save-place-alist-to-file, load-save-place-alist-from-file):
9105         Don't print non-error messages at all, there's really no need.
9106         Do print if there's a problem, and clarify message in that case.
9108 2007-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
9110         * ediff-diff.el (ediff-prepare-error-list):
9111         * ediff-util.el (ediff-setup): Disable undo for ediff-error-buffer.
9113 2007-12-03  Tassilo Horn  <tassilo@member.fsf.org>
9115         * doc-view.el (doc-view-initiate-display): Use `doc-view-mode-p'.
9116         (doc-view-current-overlay, doc-view-pending-cache-flush):
9117         Add doc string.
9119 2007-12-03  Richard Stallman  <rms@gnu.org>
9121         * subr.el (declare-function): Move from byte-run.el.
9123         * emacs-lisp/byte-run.el (declare-function): Move to subr.el.
9125         * window.el (recenter-top-bottom): Don't use `ecase'.
9127 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
9129         * saveplace.el (save-place-alist-to-file):
9130         Set coding-system-for-write once and refer to it throughout.
9131         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
9133 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
9135         * saveplace.el (save-place-alist-to-file): Use `utf-8' coding
9136         system when writing, and set it in the first-line file variables.
9137         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk> and
9138         Juanma Barranquero.
9140 2007-12-02  Glenn Morris  <rgm@gnu.org>
9142         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
9143         Reverse branches of if statement.
9145         * emulation/viper-cmd.el (top-level): Don't require advice.
9146         Don't load viper-util, viper-keym, viper-mous, viper-macs,
9147         viper-ex when compiling.
9149         * emulation/viper-ex.el (top-level): Don't load viper-util,
9150         viper-keym when compiling.
9152         * emulation/viper-init.el (top-level): Move provide statement to end.
9154         * emulation/viper-keym.el (top-level): Don't load viper-util when
9155         compiling.  Move provide statement to end.
9157         * emulation/viper-macs.el (top-level): Don't load viper-util,
9158         viper-keym, viper-mous when compiling.
9160         * emulation/viper-mous.el (top-level): Don't load viper-util when
9161         compiling.
9163         * emulation/viper-util.el (top-level): Don't load viper-init when
9164         compiling.
9166         * emulation/viper.el (top-level): Don't require ring.
9167         Don't load viper-init, viper-cmd when compiling.
9169         * net/sasl-cram.el, net/sasl-digest.el, net/sasl-ntlm.el, net/sasl.el:
9170         Move here from gnus/.
9172 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
9174         Offer option for saveplace to be quiet about loading and saving.
9175         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
9177         * saveplace.el (save-place-quiet): New customizable boolean.
9178         (save-place-alist-to-file, load-save-place-alist-from-file): Use it
9179         to determine whether to print loading/saving messages.
9181 2007-12-02  Glenn Morris  <rgm@gnu.org>
9183         * mail/binhex.el: Move here from gnus/.
9184         (binhex): New custom group.
9185         (binhex-decoder-program, binhex-decoder-switches)
9186         (binhex-use-external): Move to the binhex custom group.
9188         * mail/uudecode.el: Move here from gnus/.
9189         (uudecode): New custom group.
9190         (uudecode-decoder-program, uudecode-decoder-switches)
9191         (uudecode-use-external): Move to the uudecode custom group.
9193         * net/netrc.el (top-level): Don't load `encrypt' features.
9194         (netrc-parse): Don't use encrypt.
9195         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9197         * progmodes/python.el (top-level): Don't require cl when compiling.
9199 2007-12-02  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
9201         * textmodes/flyspell.el (flyspell-large-region): Explicitly set
9202         encoding for aspell process and for communication with it.
9203         Only add "-d" option if not already present.
9204         Use ispell-current-dictionary and ispell-current-personal-dictionary.
9205         General reorganization.
9207         * textmodes/ispell.el (ispell-aspell-find-dictionary): Do not set
9208         encoding here.
9209         (ispell-start-process): Explicitly set encoding here if using aspell.
9211 2007-12-02  Dan Nicolaescu  <dann@ics.uci.edu>
9213         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Also pass a diff
9214         function to log-edit.
9216 2007-12-02  Michael Albinus  <michael.albinus@gmx.de>
9218         * net/dbus.el: New file.
9220 2007-12-02  Jay Belanger  <jay.p.belanger@gmail.com>
9222         * calc/calc.el (calc-lang-slash-idiv, calc-lang-allow-underscores)
9223         (calc-lang-c-type-hex, calc-lang-brackets-are-subscripts)
9224         (calc-lang-parens-are-subscripts): New variables.
9225         (math-expr-special-function-mapping): Remove variable.
9226         (math-eqn-ignore-words, math-tex-ignore-words)
9227         (math-latex-ignore-words): Move to calc-lang.el.
9229         * calc/calc-lang.el (math-compose-vector, math-compose-var)
9230         (math-tex-expr-is-flat): Declare as functions.
9231         (calc-lang-slash-idiv, calc-lang-allow-underscores)
9232         (math-comp-left-bracket, math-comp-right-bracket)
9233         (math-comp-comma, math-comp-vector-prec): Declare as variables.
9234         (math-var-formatter, math-matrix-formatter)
9235         (math-lang-adjust-words, math-lang-read-symbol, math-land-read)
9236         (math-punc-table, math-compose-subscr, math-dots)
9237         (math-func-formatter): New property names to store language
9238         specific information.
9239         (math-compose-tex-var, math-compose-tex-intv)
9240         (math-compose-maple-intv, math-compose-eqn-intv)
9241         (math-compose-tex-sum, math-compose-tex-func)
9242         (math-compose-tex-intv): New functions.
9243         (math-eqn-ignore-words, math-tex-ignore-words)
9244         (math-latex-ignore-words): Move from calc.el.
9245         (math-special-function-table): Add entries for tex.
9246         (calc-lang-slash-idiv, calc-lang-allows-underscores):
9247         New variables.
9248         (math-compose-latex-frac): Rename from `math-latex-print-frac'.
9249         (math-compose-tex-matrix, math-compose-eqn-matrix)
9250         (math-eqn-special-functions): Move from calccomp.el.
9252         * calc/calccomp.el (math-compose-var): New function.
9253         (math-compose-expr): Allow more special functions to be used.
9254         Change test for formatting fractions.  Use variables and property
9255         names to help with language specific formatting.
9256         (math-compose-tex-matrix, math-compose-eqn-matrix)
9257         (math-eqn-special-functions): Move to calc-lang.el.
9258         (math-compose-rows): Use property names to help with language
9259         specific formatting.
9261         * calc/calc-aent.el (math-read-factor): Turn multiple subscripts
9262         into nested subscripts.
9263         (math-read-token): Use variables and property names to help with
9264         language specific parsing.
9265         (math-read-expression-level): Use variables to help with language
9266         specific parsing.
9268 2007-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9270         * arc-mode.el (archive-find-type): Add recognition of rar-exe format.
9271         (archive-rar-summarize): Allow the file name to be passed as argument.
9272         Remove unused vars `header' and `footer'.
9273         (archive-rar-exe-summarize, archive-rar-exe-extract): New functions.
9275 2007-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
9277         * log-edit.el (log-edit-show-diff): New function.
9278         (log-edit-mode-map, log-edit-menu): Bind it.
9279         (log-edit-diff-function): New variable.
9280         (log-edit): Change the 3rd param to be an alist and accept a
9281         function that computes a diff for the files involved.
9283         * vc.el (vc-log-edit): Add a diff function parameter to log-edit.
9285 2007-12-01  Martin Rudalics  <rudalics@gmx.at>
9287         * play/blackbox.el (bb-up, bb-down): Revert 2007-10-21 change and
9288         wrap next-/previous-line in with-no-warnings.
9290 2007-12-01  Glenn Morris  <rgm@gnu.org>
9292         * format-spec.el, hex-util.el, sha1.el: Move here from gnus/.
9294         * net/dig.el: Move here from gnus/.
9295         (dig-mode): Replace gnus-run-mode-hooks with equivalent expansion.
9297         * net/dns.el: Move here from gnus/.
9298         (top-level): Don't require mm-util, or cl when compiling.
9299         (dns-write-name, dns-read, dns-read-type, query-dns):
9300         Replace mm-with-unibyte-buffer with its expansion.
9301         (query-dns): Replace decf and ignore-errors with non-cl equivalents.
9303         * progmodes/gdb-ui.el (gud-remove, gud-break):
9304         * progmodes/gud.el (gdb-create-define-alist)
9305         (gdb-restore-windows, gdb-reset, global-hl-line-highlight)
9306         (hl-line-highlight, gdb-display-source-buffer)
9307         (gdb-display-buffer, c-langelem-sym, c-langelem-pos)
9308         (syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
9310 2007-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
9312         * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
9313         Move args on defun line.
9315         * textmodes/org.el (org-calendar-holiday):
9316         Use calendar-check-holidays instead of the obsolete
9317         check-calendar-holidays.
9318         (add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
9319         (bbdb-company, bbdb-current-record, bbdb-name)
9320         (bbdb-record-getprop, bbdb-record-name)
9321         (bibtex-beginning-of-entry, bibtex-generate-autokey)
9322         (bibtex-parse-entry, bibtex-url, cdlatex-tab)
9323         (dired-get-filename, gnus-article-show-summary, mh-display-msg)
9324         (mh-find-path, mh-get-header-field, mh-get-msg-num)
9325         (mh-header-display, mh-index-previous-folder)
9326         (mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
9327         (mh-show-buffer-message-number, mh-show-header-display)
9328         (mh-show-msg, mh-show-show, mh-visit-folder)
9329         (org-export-latex-cleaned-string, remember)
9330         (remember-buffer-desc, rmail-narrow-to-non-pruned-header)
9331         (rmail-what-message, elmo-folder-exists-p)
9332         (elmo-message-entity-field, elmo-message-field)
9333         (vm-beginning-of-message, vm-follow-summary-cursor)
9334         (vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
9335         (vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
9336         (vm-summarize, wl-folder-get-elmo-folder)
9337         (wl-summary-goto-folder-subr)
9338         (wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
9339         (wl-summary-line-subject, wl-summary-message-number)
9340         (wl-summary-redisplay): Declare as functions.
9342 2007-11-30  Martin Rudalics  <rudalics@gmx.at>
9344         * longlines.el (longlines-show-hard-newlines): Remove handling of
9345         buffer-undo-list and buffer-modified status.
9346         (longlines-show-region, longlines-unshow-hard-newlines):
9347         Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and
9348         inhibit-modification-hooks here to avoid that a buffer appears
9349         modified when toggling visibility of hard newlines.
9351 2007-11-30  Glenn Morris  <rgm@gnu.org>
9353         * nxml/rng-maint.el (rng-do-some-validation): Fix declaration.
9355         * progmodes/idlw-complete-structtag.el
9356         (idlwave-sintern-structtag):
9357         * progmodes/idlw-help.el (idlwave-sintern-sysvar)
9358         (idlwave-sintern-sysvartag):
9359         * progmodes/idlwave.el (idlwave-sintern-class-tag)
9360         (idlwave-sintern-sysvar, idlwave-sintern-sysvartag): Declare as
9361         functions.
9363 2007-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
9365         * textmodes/reftex-index.el (texmathp):
9366         * textmodes/reftex-auc.el (TeX-argument-insert)
9367         (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
9368         (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
9369         (LaTeX-label-list):
9370         * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
9371         (rng-clear-conditional-region, rng-do-some-validation): Declare as
9372         functions.
9373         (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
9375 2007-11-30  Glenn Morris  <rgm@gnu.org>
9377         * emacs-lisp/byte-run.el (declare-function): Add optional fourth
9378         argument and document it.
9380         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
9381         Third argument to declare-function must be a list to specify arglist.
9383         * emacs-lisp/check-declare.el (check-declare-scan): Doc fix.
9384         Handle declare-function third argument `t' and fourth argument.
9385         (check-declare-verify): Doc fix.  Handle `fileonly' case.
9386         Use progn rather than prog1.
9388         * desktop.el (uniquify-item-base):
9389         * term/mac-win.el (url-type): Declare as functions.
9391         * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones)
9392         (bbdb-address-city, bbdb-address-state, bbdb-address-zip)
9393         (bbdb-address-location, bbdb-record-addresses): Pass non-nil
9394         fourth arg to declare-function.
9396         * play/dunnet.el: Don't require cl when compiling.
9397         (byte-compile-warnings): Set via file local variables.
9398         (dun-parse): Let-bind `beg' and `line'.
9400 2007-11-29  Alexandre Julliard  <julliard@winehq.org>
9402         * vc-git.el (vc-git-dir-state): Fix the git command arguments.
9404 2007-11-29  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
9406         * calendar/time-date.el (encode-time-value): Doc fix.
9408 2007-11-29  Glenn Morris  <rgm@gnu.org>
9410         * calendar/time-date.el (with-decoded-time-value): Doc fix.
9412         * textmodes/css-mode.el (prog-mode): Remove.
9413         (css-mode): Derive from fundamental-mode rather than prog-mode.
9415         * emacs-lisp/byte-run.el (declare-function): Doc fix.
9417         * emacs-lisp/check-declare.el (check-declare-locate)
9418         (check-declare-verify): Handle `external' files.
9419         (check-declare-errmsg): New function.
9420         (check-declare-verify, check-declare-file, check-declare-directory):
9421         Use check-declare-errmsg to report the number of problems.
9423         * ffap.el (w3-view-this-url)
9424         * mail/mspools.el (vm-visit-folder)
9425         * net/browse-url.el (w3-fetch-other-window, w3-fetch)
9426         * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-phone-string)
9427         (bbdb-record-phones, bbdb-address-city, bbdb-address-state)
9428         (bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
9429         (bbdb-records)
9430         * net/eudc-export.el (bbdb-parse-phone-number, bbdb-string-trim)
9431         * net/imap.el (sasl-find-mechanism, sasl-mechanism-name)
9432         (sasl-make-client, sasl-next-step, sasl-step-data)
9433         (sasl-step-set-data)
9434         * net/newsticker.el (w3m-toggle-inline-image, htmlr-reset)
9435         (htmlr-step): Declare as functions.
9437         * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses):
9438         Use bbdb-address-zip rather than bbdb-address-zip-string.
9440 2007-11-28  Richard Stallman  <rms@gnu.org>
9442         * md4.el, net/hmac-def.el, net/hmac-md5.el, net/ntlm.el:
9443         Move here from gnus/.
9445 2007-11-28  Martin Rudalics  <rudalics@gmx.at>
9447         * newcomment.el (comment-region-internal): Fix newline insertion
9448         in `block' case.
9450 2007-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9452         * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
9454 2007-11-28  Glenn Morris  <rgm@gnu.org>
9456         * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
9457         delete .elc files.
9459         * nxml/char-name/unicode: Move to etc/nxml/.
9460         * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
9462         * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
9463         Declare as a function.
9465         * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
9466         * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
9467         * nxml/xsd-regexp.el (xsdre-gen-categories): Change mapcar -> mapc.
9469         * nxml/nxml-outln.el (nxml-token-start-tag-p)
9470         (nxml-token-end-tag-p): Move definitions before use.
9472         * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
9474         * nxml/nxml-uchnm.el (top-level)
9475         (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
9476         (nxml-enabled-unicode-blocks): Add custom group.
9478         * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
9479         Use string-to-number rather than string-to-int.
9481         * dired-x.el (dired-omit-old-add-entry): Declare as function.
9482         Move definition before use.
9483         (dired-old-find-buffer-nocreate): Declare as function.
9485         * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
9486         (check-declare-verify): Handle fset.
9488         * emulation/edt.el (edt-user-emulation-setup):
9489         Test edt-setup-user-bindings is bound before calling.
9491         * emulation/tpu-edt.el: Don't require cl when compiling.
9492         (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
9493         (tpu-edt-off): Use condition-case rather than ignore-errors.
9494         Use with-no-warnings.
9496         * eshell/esh-util.el (top-level): Use require rather than load for
9497         ange-ftp.
9499         * mail/supercite.el (sc-version): Redefine as an alias for
9500         emacs-version.
9501         (sc-help-address): Remove.
9502         (sc-version): Use emacs-version rather than sc-version.
9503         (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
9505         * net/socks.el (socks-original-open-network-stream): Declare as
9506         function.  Move definition before use.
9508 2007-11-28  Jay Belanger  <jay.p.belanger@gmail.com>
9510         * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
9511         (math-make-frac): Declare as functions.
9513 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9515         * progmodes/cperl-mode.el (compilation-error-regexp-alist):
9516         Pacify byte compiler.
9517         (cperl-mode): Use with-no-warnings for setting vc-header-alist.
9519         * progmodes/idlwave.el (idlwave-shell-get-path-info)
9520         (idlwave-shell-temp-file, idlwave-shell-is-running)
9521         (widget-value, comint-dynamic-complete-filename, Info-goto-node):
9522         * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
9523         (idlwave-all-method-classes, idlwave-all-method-keyword-classes)
9524         (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
9525         (idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
9526         (idlwave-completing-read, idlwave-current-routine)
9527         (idlwave-downcase-safe, idlwave-entry-find-keyword)
9528         (idlwave-expand-keyword, idlwave-find-class-definition)
9529         (idlwave-find-inherited-class, idlwave-find-struct-tag)
9530         (idlwave-get-buffer-visiting, idlwave-in-quote)
9531         (idlwave-make-full-name, idlwave-members-only)
9532         (idlwave-popup-select, idlwave-routine-source-file)
9533         (idlwave-routines, idlwave-sintern-class)
9534         (idlwave-sintern-keyword, idlwave-sintern-method)
9535         (idlwave-sintern-routine-or-method)
9536         (idlwave-substitute-link-target, idlwave-sys-dir)
9537         (idlwave-this-word, idlwave-what-module-find-class)
9538         (idlwave-where):
9539         * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
9540         * mail/uce.el (rmail-msg-is-pruned)
9541         (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
9542         (rmail-toggle-header):
9543         * mail/sendmail.el (dired-view-file, dired-get-filename):
9544         * mail/rmailkwd.el (rmail-maybe-set-message-counters)
9545         (rmail-display-labels, rmail-msgbeg)
9546         (rmail-set-message-deleted-p, rmail-message-labels-p)
9547         (rmail-show-message, mail-comma-list-regexp)
9548         (mail-parse-comma-list):
9549         * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
9550         (rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
9551         (rfc822-addresses, mail-abbrev-make-syntax-table)
9552         (mail-sendmail-delimit-header, mail-header-end):
9553         * mail/hashcash.el (message-narrow-to-headers-or-head)
9554         (message-fetch-field, message-goto-eoh)
9555         (message-narrow-to-headers):
9556         * vc.el (view-mode-exit): Declare as functions.
9558         * mail/vms-pmail.el:
9559         * vmsproc.el:
9560         * vms-patch.el: Don't byte compile these files, they don't work.
9562 2007-11-27  Glenn Morris  <rgm@gnu.org>
9564         * calc/calc-ext.el (math-read-big-rec):
9565         * calc/calc-nlfit.el (math-map-binop):
9566         * calc/calc.el (math-normalize-nonstandard): Fix declarations.
9568         * eshell/eshell.el (eshell-report-bug): Add version number of
9569         obsolescence.
9571         * emulation/viper.el, emulation/viper-util.el,
9572         emulation/viper-macs.el, emulation/viper-keym.el,
9573         emulation/viper-ex.el, emulation/viper-cmd.el:
9574         Load viper-*.el files silently.
9576         * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
9577         ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
9578         Load ediff-*.el files silently.
9580         * ediff.el: Load dired silently.  Don't load info, pcl-cvs when
9581         compiling.
9582         (Info-goto-node): Declare as a function.
9584         * ediff-init.el: Don't load ange-ftp when compiling.
9585         * ediff-util.el: Don't load reporter when compiling.
9587         * ediff-wind.el (ediff-display-pixel-width)
9588         (ediff-display-pixel-height):
9589         * generic-x.el (ini-generic-mode):
9590         * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
9591         (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
9592         (ps-mule-initialize, ps-mule-begin-job):
9593         * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
9594         (mark-calendar-days-named):
9595         * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
9596         (add-to-diary-list, diary-name-pattern)
9597         (mark-calendar-days-named):
9598         * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
9599         (mark-calendar-days-named):
9600         * calendar/cal-x.el (make-fancy-diary-buffer):
9601         * calendar/holidays.el (calendar-absolute-from-julian):
9602         * calendar/todo-mode.el (calendar-current-date):
9603         * calendar/cal-menu.el (calendar-increment-month)
9604         (calendar-month-name, extract-calendar-year)
9605         (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
9606         (calendar-current-date, calendar-cursor-holidays)
9607         (calendar-date-string, insert-diary-entry, calendar-set-mark)
9608         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
9609         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
9610         (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
9611         (cal-tex-cursor-filofax-week, cal-tex-cursor-month)
9612         (cal-tex-cursor-month-landscape, cal-tex-cursor-year)
9613         (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
9614         (calendar-day-of-year-string, calendar-iso-date-string)
9615         (calendar-julian-date-string, calendar-astro-date-string)
9616         (calendar-absolute-from-gregorian, calendar-hebrew-date-string)
9617         (calendar-persian-date-string, calendar-bahai-date-string)
9618         (calendar-islamic-date-string, calendar-chinese-date-string)
9619         (calendar-coptic-date-string, calendar-ethiopic-date-string)
9620         (calendar-french-date-string, calendar-mayan-date-string)
9621         (calendar-print-chinese-date, calendar-goto-date):
9622         Declare as functions.
9624         * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
9625         (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
9627         * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
9628         aliases for report-emacs-bug.
9629         (gnus-summary-select-article, gnus-configure-windows): Declare as
9630         functions.
9632         * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
9633         compiler.
9635         * pgg.el (pgg-clear-string): Declare as a function.
9636         (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
9637         (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
9639         * emacs-lisp/check-declare.el (check-declare-locate):
9640         Handle compressed files.
9641         (check-declare-verify): Handle define-generic-mode,
9642         define-global(ized)-minor-mode, define-obsolete-function-alias.
9644 2007-11-27  Jay Belanger  <jay.p.belanger@gmail.com>
9646         * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
9647         algebraic modes.
9649         * calc/calc-aent.el (calc-refresh-evaltos, calc-execute-kbd-macro)
9650         (math-is-true, calc-explain-why, calc-alg-edit)
9651         (math-composite-inequalities, math-flatten-lands)
9652         (math-multi-subst, calcFunc-vmatches, math-simplify)
9653         (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
9654         (math-read-string, math-read-brackets, math-read-angle-brackets):
9655         Declare as functions.
9657         * calc/calcalg3.el (calc-fit-s-shaped-logistic-curve)
9658         (calc-fit-bell-shaped-logistic-curve)
9659         (calc-fit-hubbert-linear-curve, calc-graph-add-curve)
9660         (calc-graph-lookup, calc-graph-set-styles, math-min-list)
9661         (math-max-list): Declare as functions.
9662         (math-map-binop): New function.
9663         (calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
9665         * calc/calc.el (calc-set-language, calc-edit-finish)
9666         (calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
9667         (calc-do-keypad, calcFunc-unixtime, math-parse-date)
9668         (math-lessp, calc-embedded-finish-command)
9669         (calc-embedded-select-buffer, calc-embedded-mode-line-change)
9670         (calc-push-list-in-macro, calc-replace-selections)
9671         (calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
9672         (calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
9673         (calc-embedded-stack-change, calc-refresh-evaltos)
9674         (calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
9675         (calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
9676         (calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
9677         (calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
9678         (math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
9679         (math-dimension-error, calc-incomplete-error, math-float-fancy)
9680         (math-neg-fancy, math-zerop, calc-add-fractions)
9681         (math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
9682         (calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
9683         (math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
9684         (calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
9685         (math-compose-expr, math-comp-width, math-composition-to-string)
9686         (math-stack-value-offset-fancy, math-format-flat-expr-fancy)
9687         (math-adjust-fraction, math-format-binary, math-format-radix)
9688         (math-group-float, math-mod, math-format-number-fancy)
9689         (math-format-bignum-fancy, math-read-number-fancy)
9690         (calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
9691         (calc-do-embedded-activate, math-do-defmath)
9692         (calc-load-everything): Declare as functions.
9694         * calc/calc-ext.el (math-clip, math-round, math-simplify)
9695         (math-simplify-extended, math-simplify-units, calc-set-language)
9696         (calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
9697         (calc-embedded-var-change, math-mul-float, math-arctan-raw)
9698         (math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
9699         (math-normalize-hms, math-normalize-mod, math-make-sdev)
9700         (math-make-intv, math-normalize-logical-op, math-possible-signs)
9701         (math-infinite-dir, math-calcFunc-to-var)
9702         (calc-embedded-evaluate-expr, math-known-nonzerop)
9703         (math-read-expr-level, math-read-big-rec, math-read-big-balance)
9704         (math-format-date, math-vector-is-string, math-vector-to-string)
9705         (math-format-radix-float, math-compose-expr, math-abs)
9706         (math-format-bignum-binary, math-format-bignum-octal)
9707         (math-format-bignum-hex, math-format-bignum-radix)
9708         (math-compute-max-digits): Declare as functions.
9709         (math-provably-realp): Fix typo.
9711         * calc/calc-forms.el (calendar-current-time-zone)
9712         (calendar-absolute-from-gregorian, dst-in-effect): Declare as
9713         functions.
9715         * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
9717         * calc/calc-lang.el (math-read-factor, math-read-expr-level):
9718         Declare as functions.
9720         * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)
9721         (math-posp, math-compare, math-bignum, math-compare-bignum):
9722         Declare as functions.
9724         * calc/calc-misc.el (calc-do-keypad, calc-inv-hyp-prefix-help)
9725         (calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
9726         (calc-explain-why, calc-clear-command-flag)
9727         (calc-roll-down-with-selections, calc-roll-up-with-selections)
9728         (calc-last-args, calc-is-inverse, calc-do-prefix-help)
9729         (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
9730         (math-trunc-special, math-trunc-fancy, math-floor-special)
9731         (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
9732         (math-known-matrixp, math-mod-fancy, math-pow-of-zero)
9733         (math-pow-zero, math-pow-fancy): Declare as functions.
9735         * calc/calc-mode.el (calc-embedded-save-original-modes):
9736         Declare as a function.
9738         * calc/calc-nlfit.el (calc-get-fit-variables, math-map-binop):
9739         Declare as functions.
9740         (math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
9741         (math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
9742         Replace `mapcar*' by `math-map-binop'.
9743         (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
9745         * calc/calc-prog.el (edmacro-format-keys, edmacro-parse-keys)
9746         (math-read-expr-level): Declare as functions.
9748         * calc/calc-vec.el (math-read-expr-level): Declare as a function.
9750 2007-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9752         * emacs-lisp/lisp.el (end-of-defun): Restructure so that
9753         end-of-defun-function is called consistently, even for negative
9754         arguments.
9755         (end-of-defun-function): Default to forward-sexp.
9757 2007-11-26  Juanma Barranquero  <lekktu@gmail.com>
9759         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
9761 2007-11-26  Glenn Morris  <rgm@gnu.org>
9763         * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
9764         than :suffix.
9766         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
9768 2007-11-26  Simon Josefsson  <simon@josefsson.org>
9770         * net/imap.el: Move from ../gnus.
9772 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9774         * doc-view.el (doc-view-mode-p): New function.
9776 2007-11-25  Dan Nicolaescu  <dann@ics.uci.edu>
9778         * mail/mspools.el (rmail-get-new-mail):
9779         * mail/reporter.el (mail-position-on-field, mail-text):
9780         * mail/rmail.el (mail-position-on-field, mail-text-start)
9781         (rmail-update-summary):
9782         * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
9783         * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
9784         * mail/rmailout.el (rmail-update-summary):
9785         * mail/rmailsort.el (rmail-update-summary):
9786         * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
9787         (dired-view-file):
9788         * mail/uce.el (mail-strip-quoted-names):
9789         * mail/undigest.el (rmail-update-summary):
9790         * mail/unrmail.el (mail-strip-quoted-names):
9791         * ediff.el (diff-latest-backup-file): Declare as functions.
9793         * obsolete/mlsupport.el (ml-previous-page): Fix typo.
9794         (kill-to-end-of-line):
9795         * obsolete/rnews.el (news-set-minor-modes):
9796         Remove non working functions.
9798 2007-11-25  Glenn Morris  <rgm@gnu.org>
9800         * eshell/esh-maint.el (top-level): Use require with NOERROR for
9801         pcomplete.  Don't mess with load-path.
9803         * eshell/eshell.el (eshell-report-bug-address): Remove.
9804         (eshell-report-bug): Redefine as an alias for report-emacs-bug.
9806 2007-11-24  Glenn Morris  <rgm@gnu.org>
9808         * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
9809         (appt-disp-window): Don't require electric.
9810         Simplify minibuffer-avoidance code.
9811         (appt-select-lowest-window): Avoid minibuffer.
9813         * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
9814         (esh-mode): Require it.
9815         (esh-util): Use require rather than featurep and load.
9816         (eshell): No need to test if eshell-mode is bound; remove obsolete
9817         reference to eshell-auto.
9818         (eshell-command, eshell-command-result): Don't require esh-mode
9819         now that the file does.
9820         (top-level): Move provide statement to the end of the file.
9821         Re-order and update commentary.
9823 2007-11-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
9825         * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
9826         (vc-annotate-toggle-annotation-visibility): New command.
9827         (vc-annotate-mode-map): Bind "V" to it.
9828         (vc-annotate-mode-menu): Add entry for it.
9829         (vc-annotate-get-time-set-line-props): New func.
9830         (vc-annotate-display-autoscale)
9831         (vc-annotate-display-difference): Use it.
9833         * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
9834         Also, match one space at end of annotation text, after last paren.
9836 2007-11-24  Michael Albinus  <michael.albinus@gmx.de>
9838         * ido.el (ido-file-name-all-completions-1): Check for fboundp of
9839         `tramp-completion-mode-p' as it is in Tramp 2.1.  Let-bind
9840         `tramp-completion-mode'.
9842 2007-11-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
9844         * vc-git.el (vc-git-show-log-entry): New func.
9846         * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
9847         (vc-git-state): Use vc-git--call.
9848         (vc-git-registered, vc-git-working-revision)
9849         (vc-git-previous-revision, vc-git-next-revision)
9850         (vc-git--run-command-string, vc-git-symbolic-commit):
9851         Use vc-git--out-ok.
9853 2007-11-24  Glenn Morris  <rgm@gnu.org>
9855         * emacs-lisp/byte-run.el (declare-function): Doc fix.
9857 2007-11-24  Kenichi Handa  <handa@m17n.org>
9859         * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
9861 2007-11-23  David Kastrup  <dak@gnu.org>
9863         * server.el (server-process-filter): Use `command-line-args-left'.
9865 2007-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9867         * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
9869 2007-11-23  Dan Nicolaescu  <dann@ics.uci.edu>
9871         * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
9872         buffer if the parent buffer is in vc-dired-mode.
9874 2007-11-23  Mark A. Hershberger  <mah@everybody.org>
9876         * nxml: Initial merge of nxml.  Kept nxml/char-name subdir for now.
9878 2007-11-23  Juri Linkov  <juri@jurta.org>
9880         * dired.el (dired-read-dir-and-switches): For C-x d, set the
9881         value for M-n to the visited file name of the current buffer.
9882         Use minibuffer-with-setup-hook to set minibuffer-default to
9883         buffer-file-name inside read-file-name.
9885         * man.el (Man-getpage-in-background): Don't disregard user option
9886         `Man-width' on non-window systems.  Remove test for `window-system'
9887         around setting envvar "COLUMNS" depending on the value of `Man-width'.
9889         * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
9890         "emacs-grep".  Set envvar "GREP_OPTIONS" to "--color=auto" instead
9891         of "--color=always".
9893 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9895         * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
9896         beginning-of-defun-function.
9898 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9900         * mail/hashcash.el: Move from ../gnus.  Add hashcash payments to email.
9902 2007-11-22  Glenn Morris  <rgm@gnu.org>
9904         * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
9906         * emacs-lisp/check-declare.el (check-declare-locate): New function.
9907         (check-declare-scan): Use check-declare-locate.
9908         (check-declare-verify): No longer adjust fnfile, now
9909         check-declare-locate does it.
9911         * emacs-lisp/byte-run.el (declare-function): Doc fix.
9913 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9915         * subr.el (posn-col-row): Make the `default-value' use explicit.
9917         * window.el (balance-windows): Remove unused var `counter'.
9918         (bw-balance-sub): Remove unused var `lastchild'.
9919         (split-window-vertically): Remove unused var `switch'.
9920         (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
9922         * emacs-lisp/bytecomp.el
9923         (byte-compile-file-form-custom-declare-variable): Simplify.
9925 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9927         * cus-edit.el (custom-mode): Define with `define-derived-mode'.
9928         Set `show-trailing-whitespace' to nil.
9930         * dired.el (make-symbolic-link):
9931         * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
9932         (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
9933         * dired-x.el (make-symbolic-link):
9934         * frame.el (x-initialize-window-system):
9935         * menu-bar.el (x-menu-bar-open):
9936         * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
9937         (x-store-cut-buffer-internal):
9938         * wdired.el (make-symbolic-link):
9939         * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
9940         (x-send-client-message):
9941         * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
9943 2007-11-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9945         * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
9947 2007-11-22  Glenn Morris  <rgm@gnu.org>
9949         * dos-fns.el (int86):
9950         * term/mac-win.el (mac-font-panel-mode): Fix declarations.
9952         * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
9954         * calendar/holidays.el (holiday-list): Add autoload cookie.
9956         * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
9957         files relative to src/ directory.
9958         (check-declare-verify): Handle .c files.  Warn if could not find
9959         an arglist to check.
9961         * emacs-lisp/byte-run.el (declare-function): Doc fix.
9963 2007-11-22  Dan Nicolaescu  <dann@ics.uci.edu>
9965         * replace.el (occur-mode-map): Add a major mode menu with entries
9966         for all occur operations.
9968         * international/titdic-cnv.el (dos-8+3-filename):
9969         * obsolete/fast-lock.el (msdos-long-file-names):
9970         * frame.el (msdos-mouse-p):
9971         * files.el (msdos-long-file-names, w32-long-file-name):
9972         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
9973         (mac-resume-apple-event, mac-font-panel-mode)
9974         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
9975         (mac-clear-font-name-table):
9976         * term/pc-win.el (msdos-remember-default-colors)
9977         (w16-set-clipboard-data, w16-get-clipboard-data):
9978         * term/w32-win.el (w32-send-sys-command, w32-select-font)
9979         (set-message-beep):
9980         * net/browse-url.el (w32-shell-execute):
9981         * w32-fns.el (set-message-beep, w32-get-clipboard-data)
9982         (w32-get-locale-info, w32-get-valid-locale-ids)
9983         (w32-set-clipboard-data):
9984         * dos-fns.el (int86, msdos-long-file-names):
9985         * dos-w32.el (default-printer-name): Declare as functions.
9987 2007-11-21  Jason Rumney  <jasonr@gnu.org>
9989         * emacs-lisp/byte-run.el (declare-function): Return nil.
9991 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9993         * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
9995 2007-11-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9997         * ps-print.el (ps-lpr-switches): Docstring fix.
9998         (ps-string-list): New fun.
9999         (ps-do-despool): Code fix.
10001 2007-11-21  Juanma Barranquero  <lekktu@gmail.com>
10003         * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
10005 2007-11-21  Glenn Morris  <rgm@gnu.org>
10007         * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
10008         for now.  Handle define-minor-mode, and defalias (with no argument
10009         checking).
10011 2007-11-21  Dan Nicolaescu  <dann@ics.uci.edu>
10013         * frame.el (msdos-mouse-p):
10014         * files.el (msdos-long-file-names, w32-long-file-name):
10015         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
10016         (mac-resume-apple-event, mac-font-panel-mode)
10017         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
10018         (mac-clear-font-name-table):
10019         * term/pc-win.el (msdos-remember-default-colors)
10020         (w16-set-clipboard-data, w16-get-clipboard-data):
10021         * term/w32-win.el (w32-send-sys-command, w32-select-font)
10022         (set-message-beep):
10023         * net/browse-url.el (w32-shell-execute):
10024         * dos-fns.el (int86, msdos-long-file-names):
10025         * dos-w32.el (default-printer-name): Undo previous change.
10027 2007-11-21  Eli Zaretskii  <eliz@gnu.org>
10029         * international/mule-cmds.el (set-locale-environment):
10030         Set default-file-name-coding-system _after_ keyboard and terminal
10031         coding systems.  This fixes last change.
10033         * mail/rmail.el (rmail-current-subject-regexp): Allow more than
10034         one space after "Subject:".
10036 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10038         * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
10039         in order to determine if there's a conflict.
10041 2007-11-21  Richard Stallman  <rms@gnu.org>
10043         * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
10045         * reposition.el (reposition-window):
10046         Binding C-M-l moved to bindings.el.
10048         * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
10050         * add-log.el (add-change-log-entry-other-window):
10051         Key binding C-x 4 a moved to bindings.el.
10053         * bindings.el (minibuffer-local-map): Bind C-tab here; moved
10054         from filecache.el.
10056         * filecache.el: Minibuffer map bindings moved to bindings.el.
10058 2007-11-21  Jason Rumney  <jasonr@gnu.org>
10060         * international/mule-cmds.el (set-locale-environment):
10061         Set default-file-name-coding-system from system defaults on Windows.
10063 2007-11-21  Jason Rumney  <jasonr@gnu.org>
10065         * term/w32console.el: New term init file for w32 console.
10067         * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
10068         (x-setup-function-keys): Likewise, replacing top-level key definitions.
10069         (w32-tty-standard-colors): Move to term/w32console.el.
10071         * term/w32-win.el (x-setup-function-keys): Remove.
10073         * term/tty-colors.el (tty-register-default-colors): Remove special
10074         case for w32.
10076 2007-11-21  Dan Nicolaescu  <dann@ics.uci.edu>
10078         * frame.el (msdos-mouse-p):
10079         * generic-x.el (w32-shell-name):
10080         * files.el (msdos-long-file-names, w32-long-file-name)
10081         (dired-get-filename, dired-unmark, dired-do-flagged-delete)
10082         (dos-8+3-filename, vms-read-directory, view-mode-disable):
10083         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
10084         (mac-resume-apple-event, mac-font-panel-mode)
10085         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
10086         (mac-clear-font-name-table):
10087         * term/pc-win.el (msdos-remember-default-colors)
10088         (w16-set-clipboard-data, w16-get-clipboard-data):
10089         * term/w32-win.el (w32-send-sys-command, w32-select-font)
10090         (set-message-beep):
10091         * w32-fns.el (set-message-beep, w32-get-clipboard-data)
10092         (w32-get-locale-info, w32-get-valid-locale-ids)
10093         (w32-set-clipboard-data):
10094         * help-fns.el (ad-get-advice-info):
10095         * font-lock.el (fast-lock-after-fontify-buffer)
10096         (fast-lock-after-unfontify-buffer, fast-lock-mode)
10097         (lazy-lock-after-fontify-buffer)
10098         (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
10099         * net/browse-url.el (w32-shell-execute):
10100         * dos-fns.el (int86, msdos-long-file-names):
10101         * dos-w32.el (default-printer-name): Declare as functions.
10103 2007-11-21  Juanma Barranquero  <lekktu@gmail.com>
10105         * textmodes/paragraphs.el (forward-sentence): Doc fix.
10106         Reported by Drew Adams <drew.adams@oracle.com>.
10108 2007-11-20  Jason Rumney  <jasonr@gnu.org>
10110         * term/w32-win.el (x-setup-function-keys): Protect against
10111         multiple calls on the same terminal.
10113 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
10115         * term/mac-win.el (x-setup-function-keys): Only setup
10116         local-function-key-map if it has not been setup already for the
10117         current frame.  Move the suspend-emacs processing here.
10119 2007-11-20  Juanma Barranquero  <lekktu@gmail.com>
10121         * progmodes/grep.el (xargs-program): New variable.
10122         (grep-compute-defaults): Use it.
10123         (grep-default-command): Doc fix.
10124         (grep, lgrep, rgrep): Reflow docstrings.
10126 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
10128         * vc.el (vc-find-revision): Set the parent buffer.
10129         Use when instead of if.
10131         * progmodes/python.el (info-lookup-maybe-add-help):
10132         * progmodes/ps-mode.el (doc-view-minor-mode):
10133         * mail/emacsbug.el (Info-menu, Info-goto-node):
10134         * emulation/viper-keym.el (viper-ex)
10135         (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
10136         * emulation/viper-cmd.el (widget-type, widget-button-press)
10137         (viper-set-hooks):
10138         * emacs-lisp/tcover-unsafep.el (unsafep-function):
10139         * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
10140         (ses-load, ses-vector-delete, ses-create-header-string)
10141         (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
10142         * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
10144 2007-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10146         * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
10148 2007-11-20  Glenn Morris  <rgm@gnu.org>
10150         * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
10151         for end of function-name.  Handle define-derived-mode.
10153 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
10155         * progmodes/idlw-help.el: Require browse-url unconditionally, it
10156         is available by default.
10157         (idlwave-help-browse-url-available): Change default to t.
10159         * emulation/edt.el (defgroup, defcustom): Remove definition.
10160         (eval-when-compile): Remove.
10161         (c-mark-function):
10162         * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
10163         * textmodes/fill.el (comment-search-forward)
10164         (comment-string-strip):
10165         * progmodes/prolog.el (comint-mode, comint-send-string)
10166         (comint-send-region, comint-send-eof):
10167         * progmodes/dcl-mode.el (imenu-default-create-index-function):
10168         * emulation/viper-util.el (viper-forward-Word):
10169         * emulation/vi.el (c-mark-function):
10170         * emulation/edt-vt100.el (vt100-wide-mode):
10171         * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
10173 2007-11-19  Michael Albinus  <michael.albinus@gmx.de>
10175         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
10176         Still some tuning in case of an echoing shell.
10177         (tramp-send-command): Connection property "remote-echo" is not
10178         persistent; cache key is the process therefore.
10180 2007-11-19  Juanma Barranquero  <lekktu@gmail.com>
10182         * replace.el (map-query-replace-regexp): Doc fix (revert part of
10183         2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
10185 2007-11-19  Dan Nicolaescu  <dann@ics.uci.edu>
10187         * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
10188         * play/yow.el (doctor-ret-or-read):
10189         * vc-hooks.el (vc-dired-resynch-file):
10190         * vc-hg.el (log-view-get-marked):
10191         * smerge-mode.el (ediff-cleanup-mess):
10192         * pcvs.el (vc-editable-p, vc-checkout):
10193         * pcomplete.el (comint-bol):
10194         * informat.el (texinfo-format-refill):
10195         * ido.el (tramp-tramp-file-p):
10196         * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
10197         (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
10198         * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
10199         functions.
10201         * textmodes/ispell.el (ispell-int-char): Make it a defalias
10202         instead of fset.
10203         (ispell-message): Use with-no-warnings for sc-cite-regexp call.
10205         * ido.el (ido-file-internal): Move with-no-warnings to include the
10206         ffap-string-at-point call.
10208         * pcomplete.el (pcomplete-executables): Move defsubst before first use.
10210         * vc-hg.el (vc-hg-revision-table): Fix last change.
10212 2007-11-19  Martin Rudalics  <rudalics@gmx.at>
10214         * menu-bar.el (top-level): Deactivate clipboard-kill-region and
10215         clipboard-yank when the buffer is read-only.
10217         * cus-edit.el (custom-field-keymap): Move to other Custom mode
10218         keymaps such that it's before the definition of Custom-mode-menu.
10219         (Custom-mode-menu): Show it for custom-field-keymap too.
10221 2007-11-19  Nick Roberts  <nickrob@snap.net.nz>
10223         * progmodes/gdb-ui.el: Update commentary.
10225 2007-11-18  Dan Nicolaescu  <dann@ics.uci.edu>
10227         * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
10229 2007-11-19  Glenn Morris  <rgm@gnu.org>
10231         * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
10232         does not exist, try adding `.el' extension.  Also search for defsubsts.
10234         * cus-edit.el (recentf-expand-file-name):
10235         * dired.el (dired-relist-entry):
10236         * subr.el (w32-shell-dos-semantics):
10237         * emacs-lisp/bytecomp.el (compilation-forget-errors):
10238         Declare as functions.
10240 2007-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10242         * abbrev.el (kill-all-abbrevs, insert-abbrevs)
10243         (prepare-abbrev-list-buffer): Use dolist.
10244         (clear-abbrev-table): Preserve properties.
10246 2007-11-18  Shigeru Fukaya  <shigeru.fukaya@gmail.com>  (tiny change)
10248         * textmodes/texinfmt.el (texinfo-format-printindex):
10249         Collect combined indexes using texinfo-short-index-format-cmds-alist.
10250         Reported on <bug-texinfo@gnu.org>.
10252 2007-11-18  Michael Albinus  <michael.albinus@gmx.de>
10254         * net/tramp.el (tramp-completion-reread-directory-timeout):
10255         New defcustom.
10256         (tramp-handle-file-name-all-completions): Flush directory contents
10257         from cache regularly.
10258         (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
10259         (tramp-open-connection-setup-interactive-shell):
10260         Call `tramp-cleanup-connection' via funcall.
10262         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
10263         created when copying.
10265 2007-11-17  Dan Nicolaescu  <dann@ics.uci.edu>
10267         * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
10268         * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
10269         * eshell/esh-ext.el (eshell-external-command):
10270         * eshell/esh-cmd.el (require):
10271         * eshell/em-unix.el (eshell-plain-locate-behavior):
10272         * eshell/em-cmpl.el (eshell-cmpl-initialize):
10273         Replace eshell-under-xemacs-p with (featurep 'xemacs).
10274         * eshell/esh-mode.el (characterp, char-int): Remove unused
10275         conditional defaliases.
10277         * pcomplete.el (pcomplete-event-matches-key-specifier-p):
10278         Rename from event-matches-key-specifier-p, define unconditionally.
10279         (event-basic-type): Remove unused defalias.
10280         (pcomplete-show-completions):
10281         Use pcomplete-event-matches-key-specifier-p.
10283 2007-11-17  Eli Zaretskii  <eliz@gnu.org>
10285         * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
10286         when saving esh-groups.el.
10288 2007-11-17  Martin Rudalics  <rudalics@gmx.at>
10290         * wid-edit.el (widget-default-complete):
10291         * progmodes/flymake.el (flymake-goto-file-and-line):
10292         Fix typo in (doc-)string.
10294 2007-11-17  Glenn Morris  <rgm@gnu.org>
10296         * emacs-lisp/byte-run.el (declare-function): New macro.
10297         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
10298         New function, byte-hunk-handler for declare-function.
10299         (byte-compile-callargs-warn): Handle declared functions.
10301         * emacs-lisp/check-declare.el: New file.
10302         * Makefile.in (check-declare): New target.
10304         * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
10306         * subr.el (process-lines): Move here from ../admin/admin.el.
10307         * emacs-lisp/authors.el (authors-process-lines): Remove.
10308         (authors): Use process-lines rather than authors-process-lines.
10310         * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
10311         Remove these files.
10313 2007-11-17  Juanma Barranquero  <lekktu@gmail.com>
10315         * emacs-lisp/backquote.el (backquote):
10316         Improve argument/docstring consistency.
10318         * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
10319         (ring-length, ring-empty-p): Use c[ad]dr.
10320         (ring-plus1): Use `1+'.
10321         (ring-minus1): Use `zerop'.
10322         (ring-remove): Use c[ad]dr.  Use `when'.
10323         (ring-copy): Use c[ad]dr.  Use `let', not `let*'.
10324         (ring-ref): Use `let', not `let*'.
10325         (ring-insert-at-beginning): Use c[ad]dr.  Doc fix.
10326         (ring-insert+extend): Use c[ad]dr.  Fix typo in docstring.
10327         (ring-member): Simplify.  Doc fix.
10328         (ring-convert-sequence-to-ring): Simplify.
10330 2007-11-17  Juri Linkov  <juri@jurta.org>
10332         * dired-aux.el (dired-create-directory): Allow creating
10333         a directory of an arbitrary depth.  Add a loop to find the topmost
10334         nonexistent parent dir `new', and call `dired-add-file' on it.
10335         Set the `PARENTS' arg of `make-directory' to t.
10337 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
10339         * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
10340         (math-build-parse-table): Get parse information from math-parse-table.
10342 2007-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10344         * window.el (recenter-last-op): New var.
10345         (recenter-top-bottom): New command.
10346         (global-map): Bind it to C-l.
10348         * abbrev.el (abbrev--write): Fix error in transcription from C.
10350         * emulation/pc-select.el (pc-select-shifted-mark): Remove.
10351         (pc-select-ensure-mark): Set mark-active to a special value instead.
10352         Rename from ensure-mark.  Update call callers.
10353         (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
10354         Rewrite.  Update all callers.
10355         (pc-selection-mode): Remove redundant var declaration.
10357 2007-11-16  Tassilo Horn  <tassilo@member.fsf.org>
10359         * doc-view.el (doc-view-search-backward, doc-view-search):
10360         Fix assignment to free variable bug.
10362 2007-11-16  Martin Pohlack  <mp26@os.inf.tu-dresden.de>  (tiny change)
10364         * emulation/pc-select.el (pc-select-shifted-mark): New var.
10365         (ensure-mark): Set it.
10366         (maybe-deactivate-mark): New fun.
10367         Use it everywhere instead of (setq mark-active nil).
10369 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
10371         * textmodes/reftex-dcr.el (reftex-start-itimer-once):
10372         Add check for XEmacs.
10374         * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
10376         * doc-view.el (doc-view-resolution): Add missing :group.
10378 2007-11-16  Juanma Barranquero  <lekktu@gmail.com>
10380         * subr.el (make-variable-frame-local):
10381         Fix typo in obsolescence declaration.
10383 2007-11-16  Werner Lemberg  <wl@gnu.org>
10385         * files.el (set-auto-mode-1): Check second line for -*- if file
10386         starts with '\" (which is used by man pages to identify needed
10387         troff preprocessors).
10389 2007-11-16  Glenn Morris  <rgm@gnu.org>
10391         * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
10393 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
10395         * calc/calc-lang.el (math-oper-table): Fix typo.
10396         Reduce precedence of "/" for TeX.
10398         * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
10400 2007-11-16  Juri Linkov  <juri@jurta.org>
10402         * dired-aux.el (dired-read-shell-command-default): New function.
10403         (dired-read-shell-command): Use its return value for DEFAULT arg.
10405         * replace.el (keep-lines-read-args, occur-read-primary-args):
10406         Use a list of default values for DEFAULT arg of read-from-minibuffer.
10408         * man.el (Man-heading-regexp): Add 0-9.
10409         (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
10411 2007-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10413         * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
10414         (doc-view-resolution): New custom var.
10415         (doc-view-pdf/ps->png): Use it.
10416         (doc-view-shrink-factor): New var.
10417         (doc-view-enlarge, doc-view-shrink): New commands.
10418         (doc-view-mode-map): Use them.
10420 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
10422         * ediff-wind.el (ediff-window-setup-function):
10423         * simple.el (normal-erase-is-backspace):
10424         * eshell/em-unix.el (eshell/info):
10425         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
10426         Fix typos in docstrings.
10428         * emulation/cua-base.el (cua--keymaps-initialized):
10429         Rename from `cua--keymaps-initalized'.  Callers changed.
10430         (cua-highlight-region-shift-only): Doc fix.
10431         (cua-paste-pop): Fix typo in docstring.
10433 2007-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10435         * emulation/cua-base.el (cua--pre-command-handler-1):
10436         Use input-decode-map instead of function-key-map.
10437         Use event-modifiers now that it works reliably.
10439         * vc.el (vc-diff-internal): Pop-to-buffer later.
10441         * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
10443         * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
10444         did not touch them.
10446 2007-11-15  Jay Belanger  <jay.p.belanger@gmail.com>
10448         * calc/calc-menu.el: New file.
10449         * calc/calc.el (calc-mode): Require calc-menu.
10451 2007-11-14  Juanma Barranquero  <lekktu@gmail.com>
10453         * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
10455 2007-11-14  Nick Roberts  <nickrob@snap.net.nz>
10457         * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
10458         (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
10459         (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
10460         (gdb-goto-breakpoint): Generalise for breakpoints with multiple
10461         locations.
10462         (gdb-info-breakpoints-custom, gdb-assembler-custom)
10463         (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
10464         (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
10466 2007-11-13  Noah Friedman  <friedman@splode.com>
10468         * calc/calc.el: Add `backward-delete-char-untabify' to the list of
10469         bindings to remap when `calc-scan-for-dels' is non-nil.
10471 2007-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10473         * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
10474         constant forms.
10475         (byte-compile-nilconstp): New function.
10476         (byte-optimize-cond): Kill subsequent branches when a branch is
10477         know to be taken or not taken.
10478         (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
10480 2007-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
10482         * vc.el (vc-register): Allow registering a file passed as a
10483         parameter instead of just the current buffer.
10485 2007-11-12  Michael Albinus  <michael.albinus@gmx.de>
10487         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
10488         Check whether the output of "uname -sr" has been changed.
10490 2007-11-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10492         * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
10493         patterns from compilation-perl.el and compilation-weblint.el files.
10495 2007-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
10497         * progmodes/compilation-perl.el:
10498         * progmodes/compilation-weblint.el: Disable autoloads, they cause
10499         a bootstrap failure.
10501         * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
10502         instead of doing "cvs diff" in order to avoid accessing the repository.
10504 2007-11-12  Kevin Ryde  <user42@zip.com.au>
10506         * progmodes/compilation-perl.el:
10507         * progmodes/compilation-weblint.el: New files.
10509 2007-11-11  Juanma Barranquero  <lekktu@gmail.com>
10511         * international/iso-cvt.el (iso-translate-conventions): Doc fix.
10512         (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
10513         (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
10514         (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
10515         (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
10516         Rewrite in active voice.
10518 2007-11-11  Tassilo Horn  <tassilo@member.fsf.org>
10520         * doc-view.el: Add comments about isearch support.
10522 2007-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
10524         * vc.el (vc-start-entry): Fix setting the in the case the function
10525         is called from vc-dired.  Use when instead of if where appropriate.
10527 2007-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10529         * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
10530         to be a list.
10531         (ps-begin-job): Error if ps-lpr-switches is not a list.
10533 2007-11-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10535         * faces.el (face-normalize-spec): Remove function.
10536         (frame-set-background-mode): Undo last change.
10538 2007-11-10  Jason Rumney  <jasonr@gnu.org>
10540         * w32-fns.el: Sync charset names with setup-default-fontset.
10541         Append "-1" where second part missing.
10543 2007-11-10  Juri Linkov  <juri@jurta.org>
10545         * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
10546         Fix docstring.  Reported by Leo <sdl.web@gmail.com>.
10548         * custom.el (custom-note-var-changed): Remove the `interactive'
10549         spec from this new non-interactive function.
10551 2007-11-10  Tassilo Horn  <tassilo@member.fsf.org>
10553         * doc-view.el (doc-view-mode-map, doc-view-menu)
10554         (doc-view-pdf->txt-sentinel): Adapt to new search UI.
10555         (doc-view-search-backward): New function.
10556         (doc-view-search): Query new regexp if prefix arg is given, else
10557         jump to next/previous match.
10558         (doc-view-mode): Handle compressed files.
10559         (jka-compr): Required for compressed files.
10561 2007-11-10  Paul Pogonyshev  <pogonyshev@gmx.net>
10563         * replace.el (query-replace-show-replacement): New defcustom.
10564         (perform-replace): Use `match-substitute-replacement' if
10565         `query-replace-show-replacement' is non-nil.
10567 2007-11-10  David Kastrup  <dak@gnu.org>
10569         * subr.el (match-substitute-replacement): New function.
10571 2007-11-10  Carsten Dominik  <dominik@science.uva.nl>
10573         * files.el (auto-mode-alist): Select org-mode for files with the
10574         extension ".org".
10576 2007-11-10  Martin Rudalics  <rudalics@gmx.at>
10578         * help.el (help-window, help-window-point-marker): New variables.
10579         (help-window-select): New option.
10580         (with-help-window): New macro for displaying help windows.
10581         (help-window-display-message, help-window-setup-finish)
10582         (help-window-setup): New functions used for setting up help windows.
10583         (print-help-return-message): Reset help-window to nil.
10584         (view-lossage): Use with-help-window instead of
10585         with-output-to-temp-buffer and move help-window-point-marker after
10586         inserted text.
10587         (describe-bindings, describe-key, describe-mode): Use
10588         with-help-window instead of with-output-to-temp-buffer.
10590         * help-mode.el (help-mode): Set view-exit-action to bury the
10591         buffer instead of fiddling with windows.  Simplify code.
10592         (help-mode-finish): When help-window eqs t set it to the selected
10593         window and have with-help-window set up view-return-to-alist.
10594         (help-buffer): Add autoload cookie.
10596         * view.el (view-remove-frame-by-deleting): Change default value to t.
10597         Add autoload cookie.
10598         (view-exit-action, view-file, view-file-other-window)
10599         (view-file-other-frame, view-buffer, view-buffer-other-window)
10600         (view-buffer-other-frame): Rewrite doc strings.
10601         (view-return-to-alist-update): New function to remove stale entries
10602         from view-return-to-alist.
10603         (view-mode-enter): Rewrite doc string and simplify code.
10604         (view-mode-exit): Handle new case 'keep-frame.  Don't reset
10605         view-exit-action to nil.  Simplify code and rewrite doc string.
10607         * apropos.el (apropos-describe-plist):
10608         * descr-text.el (describe-char):
10609         * disp-table.el (describe-display-table):
10610         * faces.el (list-faces-display, describe-face):
10611         * facemenu.el (list-colors-display):
10612         * help-fns.el (describe-function, describe-variable)
10613         (describe-syntax, describe-categories):
10614         Use with-help-window instead of with-output-to-temp-buffer.
10616 2007-11-10  Dan Nicolaescu  <dann@ics.uci.edu>
10618         * emacs-lisp/byte-opt.el (byte-optimize-featurep):
10619         Optimize (featurep 'emacs) to t.
10621         * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
10622         New function.
10623         (byte-compile-maybe-guarded): Use it to also look for bound
10624         symbols inside `and' forms.  Comment out non-working code that was
10625         trying to avoid warnings for XEmacs code.
10627         * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
10629         * vc-svn.el (vc-svn-print-log, vc-svn-diff):
10630         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
10631         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
10632         (vc-cvs-annotate-command):
10633         * vc-arch.el (vc-arch-diff): Remove test to check if start-process
10634         is bound, it always is.
10636 2007-11-10  Jason Rumney  <jasonr@gnu.org>
10638         * term/w32-win.el (w32-initialize-window-system): Move SJIS font
10639         setup here from global scope.
10641 2007-11-10  Juanma Barranquero  <lekktu@gmail.com>
10643         * ido.el (ido-save-history): Save the history file in UTF-8, not
10644         the current filename coding system.
10646 2007-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10648         * simple.el (interprogram-cut-function, interprogram-paste-function):
10649         Don't make them frame-local any more.
10651         * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
10652         Don't set interprogram-(cut|paste)-function on each frame.
10654         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
10655         Make them work in tty frames.
10656         (interprogram-cut-function, interprogram-paste-function):
10657         Set them globally.
10659 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
10661         * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
10662         (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
10663         (iso-iso2duden-trans-tab): Add docstring.
10665 2007-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10667         * abbrev.el (define-abbrev-table): Record the variable definition.
10669         * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
10670         New function.
10672 2007-11-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10674         * ps-print.el: Clean the code for checking suitable Emacs version.
10675         (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
10676         (ps-print-version): New version 6.8.1.
10678 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
10680         * files.el (enable-local-variables): Doc fix.
10682 2007-11-09  Nick Roberts  <nickrob@snap.net.nz>
10684         * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
10686 2007-11-09  Sven Joachim  <svenjoac@gmx.de>
10688         * dired-aux.el (dired-copy-file-recursive):
10689         Preserve directory permissions.
10691 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
10693         * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
10694         (whitespace-unload-function): New-style unload function.  When run,
10695         unintern `whitespace-unload-hook' and call `unload-feature' recursively
10696         to stop the old hook from messing with the unloading.
10698 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
10700         * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
10701         (elp-unset-master, elp-results): Fix typos.
10702         (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
10703         Doc fixes.
10705         * msb.el (msb--many-menus): Remove variable.
10706         (msb-max-menu-items, msb--add-to-menu): Doc fixes.
10707         (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
10708         (msb--toggle-menu-type): Fix typos in docstrings.
10710         * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
10711         (shadow-insert-var): Doc fixes.
10712         (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
10713         Reflow docstrings.
10714         (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
10716 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
10718         * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
10719         (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
10720         Fix typos in autoload docstrings.
10722 2007-11-09  Richard Stallman  <rms@gnu.org>
10724         * savehist.el (savehist-save): Obey savehist-ignored-variables.
10726 2007-11-09  Nick Roberts  <nickrob@snap.net.nz>
10728         * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
10729         (gdb-var-update-handler-1): Use it.
10731 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
10733         * loadhist.el (unload-feature): Remove erroneous check for the
10734         FEATURE-unload-function variable; check the existence of the
10735         function (that's what the docstring says, and it makes more sense).
10737         * follow.el (follow-unload-function): Add docstring.
10738         (follow-unload-function): Remove variable.
10740         * server.el (server-unload-function): Remove variable.
10741         (server-unload-function): Unbind `server-edit' from `C-x #'.
10743         * ses.el (ses-unload-function): New function.
10745 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
10747         * emacs-lisp/unsafep.el (unsafep, unsafep-function)
10748         (unsafep-progn, unsafep-let): Fix typos in docstrings.
10750         * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
10751         before use to avoid a warning in packages that require uniquify.
10752         (uniquify-unload-function): New function and var.
10754 2007-11-09  Dan Nicolaescu  <dann@ics.uci.edu>
10756         * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
10757         (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
10758         (ediff-current-diff-A, ediff-current-diff-B)
10759         (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
10760         (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
10761         (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
10762         (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
10763         (ediff-odd-diff-Ancestor, ediff-reset-mouse):
10764         * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
10765         (ediff-setup-windows-plain-merge)
10766         (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
10767         (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
10768         * ediff-util.el (ediff-setup-keymap, )
10769         (ediff-toggle-wide-display, ediff-toggle-multiframe)
10770         (ediff-toggle-use-toolbar, ediff-really-quit)
10771         (ediff-good-frame-under-mouse)
10772         (ediff-highlight-diff-in-one-buffer)
10773         (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
10774         (ediff-make-bullet-proof-overlay):
10775         * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
10776         (ediff-set-meta-overlay):
10777         * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
10778         * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
10779         ediff-emacs-p with their former definitions.
10781         * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
10782         (viper-has-face-support-p, viper-inactivate-input-method)
10783         (viper-activate-input-method)
10784         (viper-use-replace-region-delimiters, viper-restore-cursor-type):
10785         * emulation/viper-mous.el (viper-multiclick-timeout)
10786         (viper-surrounding-word, viper-mouse-click-insert-word)
10787         (viper-mouse-click-search-word, viper-parse-mouse-key):
10788         * emulation/viper-macs.el (viper-char-array-to-macro):
10789         * emulation/viper.el (viper-go-away, viper-set-hooks)
10790         (viper-non-hook-settings):
10791         * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
10792         (viper-get-saved-cursor-color-in-insert-mode)
10793         (viper-get-saved-cursor-color-in-emacs-mode)
10794         (viper-check-version, viper-get-visible-buffer-window)
10795         (viper-file-checked-in-p, viper-set-replace-overlay)
10796         (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
10797         (viper-check-minibuffer-overlay, viper-read-key-sequence)
10798         (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
10799         with their former definitions.
10800         (viper-eventify-list-xemacs): Only do work for XEmacs.
10801         (viper-set-unread-command-events): Only do work for Emacs.
10802         (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
10803         (viper-move-overlay, viper-overlay-start, viper-overlay-end)
10804         (viper-overlay-get, viper-overlay-put, viper-read-event)
10805         (viper-characterp, viper-int-to-char, viper-get-face)
10806         (viper-color-defined-p, viper-iconify): New defaliases replacing
10807         the old fsets.
10809         * progmodes/fortran.el (comment-region-function)
10810         (uncomment-region-function): Pacify byte compiler.
10812         * vc.el (vc-diff-internal): Remove code for an old version of gnus.
10814 2007-11-08  Michael Albinus  <michael.albinus@gmx.de>
10816         * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
10817         `process-environment'.
10819 2007-11-08  David Hansen  <david.hansen@gmx.net>  (tiny change)
10821         * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
10822         match dir like "a...b".
10824 2007-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10826         * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
10828 2007-11-07  Michael Albinus  <michael.albinus@gmx.de>
10830         * net/tramp.el (tramp-handle-substitute-in-file-name):
10831         Don't expand the remote connection identification.
10832         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10833         Set also $PS2 and $PS3 when setting $PS1.  Check for shell echoing
10834         before calling stty.
10836         * net/tramp-cache.el (tramp-cache-print)
10837         (tramp-dump-connection-properties): Fix docstring.
10838         (tramp-list-connections): Rename from `tramp-cache-list-connections'.
10840         * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
10842         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
10843         remote connection identification when setting connection property.
10845         * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
10846         "//" substitutes only in the local filename part.
10848 2007-11-07  David Hansen  <david.hansen@gmx.net>
10850         * eshell/em-glob.el (eshell-extended-glob): Sort matches.
10852 2007-11-07  Glenn Morris  <rgm@gnu.org>
10854         * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
10855         Remove superfluous concats.  Move final set-buffer to
10856         non-emacs-specific code.
10858 2007-11-07  Rob Riepel  <riepel@networking.stanford.edu>
10860         * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
10862 2007-11-07  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
10864         * eshell/esh-mode.el (eshell-output-filter):
10865         * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
10866         Use `with-current-buffer'.
10868 2007-11-07  Andreas Schwab  <schwab@suse.de>
10870         * server.el (server-start): Only register cleanup after server was
10871         started.
10873 2007-11-06  Michael Albinus  <michael.albinus@gmx.de>
10875         * net/tramp.el (top): Don't autoload `tramp-cache-print'.
10877         * net/tramp-cache.el (tramp-cache-print): Move down.
10878         (tramp-cache-list-connections): New defun.
10880         * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
10882 2007-11-06  Juanma Barranquero  <lekktu@gmail.com>
10884         * ido.el (ido-save-history): Write the history file in the current
10885         filename coding system, and add `coding' file-local variable.
10887 2007-11-06  Carsten Dominik  <dominik@science.uva.nl>
10889         * textmodes/org.el (org-table-formula-substitute-names):
10890         Remove forgotten temporary debugging code.
10892 2007-11-05  Michael Albinus  <michael.albinus@gmx.de>
10894         * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
10895         the prompt.
10897 2007-10-05  Chris Moore  <christopher.ian.moore@gmail.com>
10899         * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
10901 2007-11-05  Simon Josefsson  <simon@josefsson.org>
10903         * net/tls.el (tls-end-of-info): Doc fix.
10905 2007-11-05  Kenichi Handa  <handa@ni.aist.go.jp>
10907         * international/utf-7.el (utf-7-imap): New coding system.
10908         (utf-7-imap-post-read-conversion): New function.
10909         (utf-7-imap-pre-write-conversion): New function.
10911 2007-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10913         * abbrev.el (abbrev--write): Fix up typo.
10915 2007-11-04  Juanma Barranquero  <lekktu@gmail.com>
10917         * abbrev.el (define-abbrev-table): Doc fix.
10919 2007-11-04  Thien-Thi Nguyen  <ttn@gnuvola.org>
10921         * info.el (Info-revert-buffer-function): New func.
10922         (Info-mode): Arrange to use it for reverting.
10923         (Info-copy-current-node-name): Add space between filename and nodename.
10925 2007-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10927         * abbrev.el (expand-abbrev): Move point back to expansion's end.
10929 2007-11-04  Glenn Morris  <rgm@gnu.org>
10931         * net/tls.el: Don't require rx when compiling.
10932         (tls-end-of-info): Rewrite without using rx.
10933         (open-tls-stream): Use with-current-buffer.
10935 2007-11-04  Riccardo Murri  <riccardo.murri@gmail.com>
10937         * net/tls.el: Require rx when compiling.
10938         (tls-end-of-info): New variable.
10939         (open-tls-stream): Keep reading input until `tls-end-of-info' is
10940         matched.
10942 2007-11-03  Sean O'Rourke  <seano@cs.ucla.edu>
10944         * register.el (append-to-register, prepend-to-register):
10945         Don't signal error on empty register; use the text, instead.
10947 2007-11-03  Michael Olson  <mwolson@gnu.org>
10949         * textmodes/remember.el (remember-buffer):
10950         Use define-obsolete-function-alias rather than defalias.
10952 2007-11-03  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
10954         * simple.el (bad-packages-alist): Anchor semantic regexp.
10956 2007-11-03  Glenn Morris  <rgm@gnu.org>
10958         * newcomment.el (comment-dwim): Call comment-insert-comment-function,
10959         if defined, for blank lines.  Doc fix.
10961         * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
10962         (fortran-mode): Set values for comment-region-function,
10963         uncomment-region-function and comment-insert-comment-function.
10964         (fortran-uncomment-region): New function.
10966         * textmodes/nroff-mode.el (nroff-mode):
10967         Set comment-insert-comment-function rather than indent-line-function.
10968         (nroff-indent-line-function): Remove.
10969         (nroff-insert-comment-function): New function.
10971 2007-11-02  Michael Kifer  <kifer@cs.stonybrook.edu>
10973         * ediff-vers.el (ediff-vc-working-revision): Add a quote.
10975 2007-11-02  Michael Kifer  <kifer@cs.stonybrook.edu>
10977         * emulation/viper-ex.el (viper-ex): Do not ignore the region.
10979         * emulation/viper-cmd.el (viper-prev-destructive-command)
10980         (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
10981         copy-sequence.
10983         * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
10984         Got rid of ediff-copy-list.
10986         * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
10987         use face-name.
10988         (ediff-test-utility, ediff-diff-mandatory-option)
10989         (ediff-reset-diff-options): Remove to simplify the mandatory option
10990         handling on Windows.
10991         (ediff-set-diff-options): Add.
10992         (ediff-diff-options): Set "--binary" option as default in some cases.
10994         * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
10995         (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
10996         ediff-vc-working-revision.  Require vc-hooks.
10998 2007-11-02  Drake Wilson  <drake@begriffli.ch>  (tiny change)
11000         * files.el (hack-local-variables): Fix membership tests to avoid
11001         treating all variables as safe if `enable-local-variables' is
11002         set to :safe (CVE-2007-5795).
11004 2007-11-02  Glenn Morris  <rgm@gnu.org>
11006         * newcomment.el (comment-indent): Let comment-insert-comment-function,
11007         if defined, do all the work of inserting a new comment.
11009         * progmodes/etags.el (tags-table-mode): Disable undo.
11011         * simple.el (bad-packages-alist): Revert previous change.
11013 2007-11-02  Dan Nicolaescu  <dann@ics.uci.edu>
11015         * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
11017         * obsolete/lselect.el: Do not warn about unknown functions.
11019 2007-11-02  Michael Olson  <mwolson@gnu.org>
11021         * textmodes/remember.el (remember-buffer): Make this an alias of
11022         remember-finalize, because Org uses it.
11024 2007-11-01  Michael Olson  <mwolson@gnu.org>
11026         * textmodes/remember.el: Improve documentation in heading.
11027         (remember-before-remember-hook): Turn into a customizable option.
11028         (remember): Document INITIAL argument.
11029         (remember-region): Remove autoload cookie.  Improve docstring to
11030         mention that it is called from the *Remember* buffer, and does not
11031         have any functional overlap with the `remember' function.
11032         (remember-finalize): Remove autoload cookie.  Rename from
11033         remember-buffer to emphasize that this does not have any
11034         functional overlap with the `remember' function.
11035         (remember-destroy): Remove autoload cookie.
11036         (remember-mode-map): Define and initialize in one step.
11037         (remember-mode): Improve docstring.
11038         (remember-annotation-functions): Default to just '(buffer-file-name),
11039         and don't try to take the default value from Planner.
11041 2007-11-01  Glenn Morris  <rgm@gnu.org>
11043         * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
11045         * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
11047         * emacs-lisp/authors.el (authors-scan-change-log)
11048         (authors-scan-el): Don't enable local eval; enable only safe local
11049         variables, without querying.
11051         * mail/footnote.el (footnote-numeric-regexp)
11052         (footnote-english-upper-regexp, footnote-english-lower-regexp)
11053         (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
11054         Match multi-character footnotes.
11056         * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
11057         (nroff-indent-line-function): New function.
11058         (nroff-count-text-lines): Use nroff-forward-text-line rather than
11059         obsolete alias.
11061 2007-11-01  Ryan Yeske  <rcyeske@gmail.com>
11063         * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
11064         (rcirc-elapsed-lines): New argument PROCESS.  Update callers.
11065         (rcirc-print): Only update the line count when not marking the
11066         line as omittable.
11067         (rcirc-log-write): Specify coding system when writing logfile.
11068         (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
11070 2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
11072         * printing.el (printing): Fix :version, printing.el was included
11073         for in emacs-22.1.
11074         (pr-path-style, pr-path-alist, pr-txt-name)
11075         (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
11076         (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
11077         (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
11078         (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
11079         (pr-auto-mode, pr-mode-alist, pr-ps-utility)
11080         (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
11081         (pr-setting-database, pr-visible-entry-list)
11082         (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
11083         (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
11085         * ediff-util.el (ediff-nuke-selective-display): Move definition to
11086         top level, make it dependent on the emacs flavor.
11088         * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
11089         Test for XEmacs not for itimer.
11091         * term/sun-mouse.el:
11092         * obsolete/sun-fns.el:
11093         * obsolete/sun-curs.el: Remove files.
11095         * term/sun.el (select-previous-complex-command): Remove obsolete code.
11097 2007-10-31  Tassilo Horn  <tassilo@member.fsf.org>
11099         * doc-view.el (doc-view-cache-directory): Fix bug where an integer
11100         was given to concat.
11102 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11104         * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
11105         used normally for goto-line.  Change `g' to revert the buffer.
11106         Add redundant `r' binding for buffer-revert.
11108         * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
11109         (mail-abbrevs-setup): Use abbrev-expand-functions.
11110         (build-mail-abbrevs): Use with-temp-buffer.
11111         (define-mail-abbrev): Simplify.
11112         (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
11113         Change it for use on abbrev-expand-functions.
11114         (mail-abbrev-complete-alias): Use with-syntax-table.
11116 2007-10-31  Michael Albinus  <michael.albinus@gmx.de>
11118         * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
11119         directly.  Fix bug in deleting temp file.
11121 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11123         * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
11124         Merge defvar and define-abbrev-table.
11125         (def-python-skeleton): Use :case-fixed and :enable-function.
11126         (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
11127         Remove.
11128         (python-mode): Don't modify pre-abbrev-expand-hook.
11130 2007-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
11132         * ediff-util.el (ediff-file-checked-out-p)
11133         (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
11135 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11137         * abbrev.el (abbrev-symbol): Correct let->let*.
11138         (abbrev--before-point): Only use abbrev-start-location if before point.
11140 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
11142         * strokes.el (strokes-alphabetic-lessp): Simplify.  Doc fix.
11143         (strokes-unload-hook): Remove function and variable.
11144         (strokes-unload-function): New-style unload function, adapted
11145         from `strokes-unload-hook'.
11147         * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
11148         (cl-unload-hook): Remove variable.
11149         (cl-unload-function): New-style unload function, adapted
11150         from `cl-cannot-unload'.
11152         * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
11153         (elp-unload-function): New-style unload function, adapted
11154         from `elp-unload-hook'.
11156 2007-10-31  Sean O'Rourke  <sorourke@cs.ucsd.edu>
11158         * emacs-lisp/find-func.el (find-library): Use library at
11159         point as default interactive argument.
11161 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
11163         * shadowfile.el (shadow-join): Remove.
11164         (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
11165         (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
11166         (shadowfile-unload-hook): Remove function and variable.
11167         (shadowfile-unload-function): New-style unload function, adapted
11168         from `shadowfile-unload-hook'.
11170 2007-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
11172         * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
11173         only if it is bound.
11175         * textmodes/reftex.el: Move autoloads for before all uses.
11176         (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
11177         (reftex-delete-overlay): Move to the top level with the condition
11178         in the body.
11180         * progmodes/simula.el: Use when instead of if.
11182         * iimage.el (iimage-locate-file): Define unconditionally.
11184         * mail/mailabbrev.el (mail-abbrev-next-line):
11185         * emulation/vip.el (vip-enlarge-region, vip-line)
11186         (vip-next-line-at-bol, vip-previous-line)
11187         (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
11188         Wrap with-no-warnings around uses of next-line and previous-line.
11190         * ediff.el (run-ediff-from-cvs-buffer):
11191         * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
11192         Remove function not used by pcl-cvs anymore.
11193         (noninteractive, generic-sc-get-latest-rev)
11194         (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
11195         Delete support for long obsolete generic-sc.el.
11197 2007-10-31  Glenn Morris  <rgm@gnu.org>
11199         * cvs-status.el: No longer require pcvs when compiling.
11201         * doc-view.el (doc-view-conversion-refresh-interval)
11202         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
11203         (doc-view-reset-slice): Doc fixes.
11204         (doc-view-menu): Remove deleted function doc-view-edit-doc.
11206 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
11208         * help-at-pt.el (help-at-pt-unload-hook): Remove.
11209         Timers are automatically canceled by `unload-feature'.
11211         * delsel.el (delsel-unload-hook): Remove function and variable.
11212         (delsel-unload-function): New-style unload function, adapted
11213         from `delsel-unload-hook'.
11215         * msb.el (msb-unload-hook): Remove function and variable.
11216         (msb-unload-function): New-style unload function, adapted from
11217         `msb-unload-hook'.
11219 2007-10-30  Juanma Barranquero  <lekktu@gmail.com>
11221         * desktop.el (uniquify-managed): Pacify byte compiler.
11222         (desktop-buffer-info): If the buffer name is managed by uniquify,
11223         save the base name, not the uniquified one.
11224         (desktop-create-buffer): Allow `rename-buffer' to generate a new
11225         name in case of conflict.
11227 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11229         * doc-view.el: Use expand-file-name rather than concat.
11230         (doc-view-cache-directory): Add the UID so multiple users won't clash.
11231         (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
11232         (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
11233         (doc-view-toggle-display): Use an overlay over the whole buffer so as
11234         not to have to touch the buffer's content.
11235         (doc-view-initiate-display): New function, extracted from doc-view-mode.
11236         (doc-view-mode): Use it.  Don't mark as a special mode.
11237         Put the page numbers in the modeline.
11238         Set up the overlay.  Hide the cursor.  Run the mode hook.
11239         Use after-revert-hook rather than revert-buffer-function.
11240         (doc-view-search-internal): Fix typo.
11241         (doc-view-convert-current-doc, doc-view-insert-image): Delay the
11242         image-cache flush.
11243         (doc-view-reconvert-doc): Don't reset the whole mode.
11244         (doc-view-make-safe-dir): New function.
11245         (doc-view-current-cache-dir): Use it.
11247 2007-10-30  Jason Rumney  <jasonr@gnu.org>
11249         * time.el (display-time-world-list): Test for zoneinfo support.
11251 2007-10-30  Michael Albinus  <michael.albinus@gmx.de>
11253         * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
11255         * net/tramp-cache.el (tramp-flush-file-function): Check also
11256         `default-directory' if `buffer-file-name' does not return a
11257         string.  Added to `eshell-pre-command-hook'.
11259 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11261         * doc-view.el (doc-view-current-doc): Remove.
11262         Replace all uses by buffer-file-name.
11263         (doc-view-menu): New menu.
11264         (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
11265         unused var `doc'.
11266         (doc-view-sort): Simplify.
11267         (doc-view-buffer-message): Don't change buffer-modified-p.
11268         (doc-view-mode): Change it here instead.
11269         Tighten scoping of prev-major-mode.  Don't re-insert the file's content.
11270         Don't modify the global value of revert-buffer-function.
11272         * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
11273         (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
11274         (image-toggle-display): Take overlays into account and don't assume
11275         point-min==1.
11277 2007-10-30  Thien-Thi Nguyen  <ttn@gnuvola.org>
11279         * vc.el (vc-annotate): Fix omission bug:
11280         Specify value for vc-sentinel-movepoint.
11282 2007-10-30  Michael Olson  <mwolson@gnu.org>
11284         * textmodes/remember.el (remember-mode-hook)
11285         (remember-handler-functions, remember-annotation-functions):
11286         Add additional items as options, including some Org functions.
11288 2007-10-30  Tassilo Horn  <tassilo@member.fsf.org>
11290         * doc-view.el: Remove cl-dependency.
11291         (doc-view-buffer-message): Mention new binding K.
11292         (doc-view-convert-current-doc): Use function d-v-current-cache-dir
11293         instead of variable.
11294         (doc-view-current-cache-dir): Better cache dir naming.
11295         (doc-view-current-display): Remove variable.
11296         (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
11297         (doc-view-kill-proc): Set converter process to nil.
11298         (doc-view-minor-mode): New minor mode.
11299         (doc-view-minor-mode-map): New keymap.
11300         (doc-view-mode): Remove text/image switching code.  Use plain defun.
11301         (doc-view-mode-map): New binding K kills converter process.
11302         Remove C-c C-e binding.
11303         (doc-view-mode-text-map): Remove keymap.
11304         (doc-view-pdf/ps->png): Timer calls d-v-display instead of
11305         d-v-display-maybe.
11306         (doc-view-previous-major-mode): New variable.
11307         (doc-view-ps->pdf): Resort args to make ps2pdf happy.
11308         (doc-view-remove-if): New function.
11309         (doc-view-search-next-match, doc-view-search-previous-match): Use it.
11310         (doc-view-toggle-display): Toggle modes instead of display styles.
11311         (doc-view-reconvert-doc): Adapt to new way of doing things.
11313         * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
11315 2007-10-30  Glenn Morris  <rgm@gnu.org>
11317         * dirtrack.el (dirtrack-mode): Doc fix.
11319         * shell.el (shell-dirtrack-verbose, shell-mode)
11320         (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
11322         * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
11323         (byte-compile-enable-warning): Doc fix.
11325         * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
11326         suppress byte-opt warning.
11328 2007-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
11330         * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
11331         (edt-gnu-emacs19-p): Remove.
11332         (edt-emacs-variant, edt-window-system): Use feature 'emacs.
11333         (edt-xserver, edt-page-backward, edt-beginning-of-line)
11334         (edt-end-of-line-forward, edt-end-of-line-backward)
11335         (edt-one-word-forward, edt-one-word-backward, edt-character)
11336         (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
11337         (edt-find-forward, edt-find-backward, edt-find-next-forward)
11338         (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
11339         (edt-define-key, edt-bottom-check, edt-sentence-forward)
11340         (edt-sentence-backward, edt-paragraph-forward)
11341         (edt-paragraph-backward, edt-restore-key, edt-window-top)
11342         (edt-window-bottom, edt-scroll-window-forward-line)
11343         (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
11344         (edt-line-to-top-of-window, edt-paragraph-backward)
11345         (edt-restore-key, edt-window-top, edt-window-bottom)
11346         (edt-scroll-window-forward-line)
11347         (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
11348         (edt-line-to-middle-of-window, edt-goto-percentage)
11349         (edt-display-the-time, edt-remember, edt-split-window)
11350         (edt-emulation-on, edt-emulation-off)
11351         (edt-default-emulation-setup, edt-user-emulation-setup)
11352         (edt-select-default-global-map, edt-select-user-global-map):
11353         Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
11354         tests.
11356         * textmodes/reftex-index.el (reftex-index-selection-or-word):
11357         Use feature test instead of boundp test so it can be resolved at
11358         compile time.
11360         * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
11362 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11364         * abbrev.el: Rename `count' and `system-flag' to :count and :system.
11365         Update all users.
11366         (abbrev-get, abbrev-put): Simplify.
11367         (define-abbrev): Don't store the `force' value in the :system property.
11368         (abbrev--before-point): Obey the :enable-function of the abbrev as well.
11370 2007-10-30  Michael Olson  <mwolson@gnu.org>
11372         * desktop.el (desktop-minor-mode-table): Add line for ERC.
11374         * textmodes/remember.el: New file that implements a mode for
11375         quickly jotting down things to remember.
11377         * textmodes/remember-diary.el: A backend for remember.el that
11378         implements saving notes to a Diary file.
11380 2007-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
11382         * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
11383         Relocate in file.
11384         (allout-doublecheck-at-and-shallower): Increase to include
11385         slightly greater depths, since yank interaction is now ok.
11386         Also, elaborate the docstring to explain the situation.
11387         (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
11388         instead of concat, so we accommodate key sequences expressed as
11389         vectors as well as strings and lists.
11390         (allout-flag-region, allout-hide-by-annotation): Make the
11391         hidden-text overlays 'front-advance.
11392         (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
11393         (allout-aberrant-container-p, allout-on-current-heading-p)
11394         (allout-e-o-prefix-p, allout-next-heading)
11395         (allout-previous-heading, allout-goto-prefix)
11396         (allout-end-of-prefix, allout-next-sibling-leap)
11397         (allout-next-visible-heading, allout-auto-fill)
11398         (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
11399         (allout-yank-processing, allout-resolve-xref)
11400         (allout-current-topic-collapsed-p, allout-hide-region-body)
11401         (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
11402         (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
11403         (count-trailing-whitespace-region): Preserve match data, so allout
11404         outline navigation doesn't disrupt other Emacs operations.
11405         (allout-beginning-of-line): Retreat to the beginning of the hidden
11406         text, so fields are respected (for submodes that care).
11407         (allout-end-of-line): Preserve mark activation status when jumping.
11408         (allout-open-topic): Account for opening after a child that
11409         contains a hidden trailing newline.  Preserve match data.
11410         Run allout-structure-added-hook
11411         (allout-encrypt-decrypted): Preserve match data.
11412         (allout-toggle-current-subtree-exposure): Add new interactive
11413         function for toggle subtree exposure - suggested by tassilo.
11414         (move-beginning-of-line, move-end-of-line): Don't use
11415         line-move-invisible-p, it's obsolete - substitute the code, instead.
11417 2007-10-29  Dan Nicolaescu  <dann@ics.uci.edu>
11419         * textmodes/flyspell.el (message-signature-separator):
11420         * longlines.el (message-indent-citation-function): Pacify byte
11421         compiler.
11423         * emacs-lisp/cl-loaddefs.el:
11424         * ldefs-boot.el: Regenerate.
11426         * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
11427         (.el.elc, compile, compile-always, compile-calc)
11428         ($(lisp)/progmodes/cc-mode.elc): Use it.
11430         * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
11431         Only do work for XEmacs.
11432         (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
11433         (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
11434         on XEmacs.
11435         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
11436         (ps-x-color-name, ps-x-color-specifier-p)
11437         (ps-x-copy-coding-system, ps-x-device-class)
11438         (ps-x-extent-end-position, ps-x-extent-face)
11439         (ps-x-extent-priority, ps-x-extent-start-position)
11440         (ps-x-face-font-instance, ps-x-find-coding-system)
11441         (ps-x-font-instance-properties, ps-x-make-color-instance)
11442         (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
11443         (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
11444         (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
11445         (ps-generate-postscript-with-faces): Delete defaliases.
11446         (ps-face-foreground-name, ps-face-background-name)
11447         (ps-color-values, ps-face-bold-p, ps-face-italic-p):
11448         Move definitions to top level, make the body conditional on the Emacs
11449         flavor.  Replace uses of deleted aliases and renamed functions.
11450         (ps-generate-postscript-with-faces, ps-color-device): Replace uses
11451         of deleted aliases and renamed functions.
11453         * calc/calc.el (calc-emacs-type-lucid): Remove.
11454         (calc-digit-map, calcDigit-start, calc-read-key)
11455         (calc-clear-unread-commands):
11456         * calc/calc-ext.el (calc-user-key-map): Replace uses of
11457         calc-emacs-type-lucid with (featurep 'xemacs)
11459         * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
11460         (featurep 'xemacs).
11461         (tpu-lucid-emacs19-p): Remove.
11462         (tpu-map-key): Make it a function instead of using fset.  Inline
11463         tpu-emacs-map-key and tpu-lucid-map-key.  Use featurep 'xemacs.
11464         (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
11466         * ielm.el: Use featurep 'xemacs.
11468         * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
11469         (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
11470         (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
11471         (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
11472         cperl-xemacs-p with (featurep 'xemacs).
11473         (font-lock-cache-position): Pacify byte compiler.
11475 2007-10-29  Drew Adams  <drew.adams@oracle.com>
11477         * faces.el (read-color): New function.
11478         (face-at-point, foreground-color-at-point)
11479         (background-color-at-point): New functions.
11481 2007-10-28  Richard Stallman  <rms@gnu.org>
11483         * net/browse-url.el (browse-url-text-xterm): Rename from
11484         browse-url-lynx-xterm and made generic.
11485         (browse-url-text-emacs): Likewise.
11486         (browse-url-text-browser): New variable.
11487         (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
11488         (browse-url-text-input-field, browse-url-text-input-attempts)
11489         (browse-url-kde-program): Likewise.
11491 2007-10-29  Glenn Morris  <rgm@gnu.org>
11493         * textmodes/org-publish.el (org-publish-get-plist-from-filename):
11494         Use mapc rather than mapcar (reinstall change deleted without log
11495         entry 2007-10-22).
11497 2007-10-29  Martin Rudalics  <rudalics@gmx.at>
11499         * wdired.el (wdired-next-line, wdired-previous-line):
11500         Use next-line and previous-line wrapped in with-no-warnings.
11502 2007-10-29  Ryan Yeske  <rcyeske@gmail.com>
11504         * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
11505         (rcirc-recent-quit-alist): New function.
11506         (rcirc): Print a better message when there is only one connected server.
11507         (rcirc-complete-nick): Do not update the nick table here.
11508         (rcirc-mode-map): Add M-o.
11509         (rcirc-current-line): Add variable.
11510         (rcirc-mode): Setup variables for line based omit.
11511         (rcirc-edit-multiline): Strip text properties.
11512         (rcirc-omit-responses): Add NICK.
11513         (rcirc-omit-threshold): Add variable.
11514         (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
11515         Add functions.
11516         (rcirc-print): Keep track of current line.  Do not fill text if
11517         `rcirc-fill-flag' is null.  Only omit text if the last activity
11518         from the sender is more than `rcirc-omit-threshold' lines ago.
11519         (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
11520         numbers instead of time.
11521         (rcirc-channel-nicks): Sort by line numbers instead of time.
11522         (rcirc-omit-mode): Add `...' when omitting text and recenter.
11523         (rcirc-handler-JOIN): Restore the joiners linestamp.
11524         (rcirc-maybe-remember-nick-quit): Add function.
11525         (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
11527 2007-10-29  Juanma Barranquero  <lekktu@gmail.com>
11529         * loadhist.el (unload-feature-special-hooks):
11530         Add `delete-frame-functions' and `suspend-tty-functions'.
11532         * server.el (server-unload-function): Rename from `server-unload-hook'
11533         and adapt to new `unload-feature' functionality.  Remove hook from
11534         `kill-buffer-hook' buffer-locally.
11535         (server-unload-hook): Remove.
11536         (server-unload-function): New var; replaces `server-unload-hook'.
11538 2007-10-29  Glenn Morris  <rgm@gnu.org>
11540         * dirtrack.el (dirtrack-debug): Doc fix.
11541         (dirtrack-mode, dirtrack-debug-mode): New names for
11542         dirtrack-toggle and dirtrack-debug-toggle.  Use define-minor-mode.
11543         (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
11544         Make obsolete.
11545         (dirtrack-debug-message): Only print message if
11546         dirtrack-debug-mode is non-nil.  Use with-current-buffer.
11547         (dirtrack): Doc fix.  Use dirtrack-mode rather than dirtrackp.
11548         Remove dirtrack-debug checks now that dirtrack-debug-message does this.
11550 2007-10-28  Glenn Morris  <rgm@gnu.org>
11552         * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
11553         (byte-compile-warnings-safe-p): Handle `not'.
11554         (byte-compile-warning-enabled-p, byte-compile-disable-warning)
11555         (byte-compile-enable-warning): New functions.
11556         (byte-compile-eval-before-compile)
11557         (byte-compile-file-form-require): Use byte-compile-disable-warning.
11558         (byte-compile-close-variables): Locally bind byte-compile-warnings,
11559         but do not modify it.
11560         (byte-compile-eval, byte-compile-obsolete)
11561         (byte-compile-warn-about-unresolved-functions)
11562         (byte-compile-file-form-defvar)
11563         (byte-compile-file-form-custom-declare-variable)
11564         (byte-compile-file-form-require)
11565         (byte-compile-file-form-defmumble, byte-compile-lambda)
11566         (byte-compile-form, byte-compile-normal-call)
11567         (byte-compile-variable-ref, byte-compile-defvar)
11568         (byte-compile-make-variable-buffer-local):
11569         Use byte-compile-warning-enabled-p.
11570         * emacs-lisp/advice.el (ad-compile-function):
11571         Use byte-compile-disable-warning.
11572         * emacs-lisp/cl.el: Move local variables to end of file, and set
11573         byte-compile-warnings to `(not cl-functions)'.
11574         * emacs-lisp/cl-compat.el: Add a local variables section, and set
11575         byte-compile-warnings to `(not cl-functions)'.
11576         * emacs-lisp/cl-macs.el: Unify local variable section, and set
11577         byte-compile-warnings to `(not cl-functions)'.
11578         (cl-do-proclaim): Use byte-compile-disable-warning and
11579         byte-compile-enable-warning.
11580         * emacs-lisp/cl-seq.el: Unify local variable section, and set
11581         byte-compile-warnings to `(not cl-functions)'.
11582         * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
11583         Use byte-compile-disable-warning.
11585 2007-10-28  Dan Nicolaescu  <dann@ics.uci.edu>
11587         * cus-edit.el (custom-browse-insert-prefix):
11588         * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
11590 2007-10-28  Juanma Barranquero  <lekktu@gmail.com>
11592         * server.el (server-process-filter): Fix typo in docstring.
11593         (server-log): Reflow docstrings.
11594         (server-delete-client, server-kill-emacs-query-function): Doc fixes.
11595         (server-goto-line-column): Use `when'.
11597 2007-10-28  Juri Linkov  <juri@jurta.org>
11599         * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
11600         when mouse is clicked on the isearch message.
11601         (isearch-resume): Call `isearch-update' at the end.
11602         Rename argument `search' to `string' to conform to the
11603         isearch terminology.
11605 2007-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11607         Rewrite abbrev.c in Elisp.
11608         * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
11609         (abbrev-table-get, abbrev-table-put, abbrev-get)
11610         (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
11611         (define-abbrev, abbrev--check-chars, define-global-abbrev)
11612         (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
11613         (abbrev-expansion, abbrev--before-point, expand-abbrev)
11614         (unexpand-abbrev, abbrev--write, abbrev--describe)
11615         (insert-abbrev-table-description, define-abbrev-table):
11616         New funs, largely transcribed from abbrev.c.
11617         (abbrev-with-wrapper-hook): New macro.
11618         (abbrev-table-name-list, global-abbrev-table)
11619         (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
11620         (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
11621         (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
11622         (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
11623         New vars, largely transcribed from abbrev.c.
11624         * cus-edit.el (abbrev-mode): Remove.  Move to abbrev.el.
11625         * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
11626         * loadup.el: Load "abbrev.el" before "lisp-mode.el".
11628 2007-10-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11630         * ps-print.el: Now detect if text foreground and background colors are
11631         equal and replace the foreground color by another color, so the text
11632         becomes visible.  Doc fix.
11633         (ps-print-version): New version 6.8.
11634         (ps-default-fg, ps-default-bg): Docstring fix.
11635         (ps-postscript-code-directory): Fix default value code.
11636         (ps-fg-list, ps-fg-validate-p): New options.
11637         (ps-foreground-list): New var.
11638         (ps-setup, ps-begin-job, ps-plot-region): Fix code.
11640 2007-10-27  Glenn Morris  <rgm@gnu.org>
11642         * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
11643         (shell-dirtrack-toggle): Mark as obsolete.
11644         (dirtrack-toggle, dirtrack-mode): No longer alias to
11645         shell-dirtrack-mode.
11647 2007-10-27  Jay Belanger  <jay.p.belanger@gmail.com>
11649         * calc/calc.el (math-standard-opers): Lower the precedence
11650         of negation.
11651         * calc/calc-lang.el (math-oper-table): Lower precedence of
11652         negation for C, TeX, and eqn.
11654 2007-10-27  Dan Nicolaescu  <dann@ics.uci.edu>
11656         * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
11658 2007-10-27  Juanma Barranquero  <lekktu@gmail.com>
11660         * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
11661         (desktop-not-loaded-hook): Fix :version tags.
11663 2007-10-27  Michael Albinus  <michael.albinus@gmx.de>
11665         * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
11666         (tramp-get-remote-tmpdir): New defun.
11667         (tramp-make-tramp-temp-file): Use it.
11668         (tramp-local-call-process): New defun.  Replace all calls of
11669         `call-process' by this when appropriate.
11670         (tramp-handle-write-region): Replace calls of `file-attributes' by
11671         `tramp-compat-file-attributes'.
11672         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
11673         Make the first command a `tramp-send-command' call, with let-bind
11674         of `tramp-end-of-output'.
11675         (tramp-version, tramp-bug, tramp-reporter-dump-variable)
11676         (tramp-load-report-modules, tramp-append-tramp-buffers):
11677         Move to tramp-cmds.el.
11679         * net/tramp-fish.el (tramp-fish-handle-copy-file)
11680         (tramp-fish-do-copy-or-rename-file)
11681         (tramp-fish-do-copy-or-rename-file-directly):
11682         * net/tramp-smb.el (tramp-smb-handle-copy-file):
11683         Add parameter PRESERVE-UID-GID.
11685 2007-10-27  Eli Zaretskii  <eliz@gnu.org>
11687         * time.el (zoneinfo-style-world-list, legacy-style-world-list):
11688         New defcustoms.
11689         (display-time-world-list): Use them as appropriate for the current
11690         value of `system-type'.
11692 2007-10-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11694         * printing.el: Pacify byte compiler, that is, no compiler warnings.
11695         Move (again) some variable definitions before use, define some fun
11696         aliases, no code change.
11697         (pr-version): New version 6.9.2.
11698         (pr-path-style, pr-auto-region, pr-menu-char-height)
11699         (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
11700         (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
11701         via (defvar VAR).
11702         (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
11703         (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
11704         (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
11705         (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
11706         (pr-f-set-keymap-parents, pr-keep-region-active): Fun aliases.
11707         (pr-menu-print-item, pr-ps-printer-menu-modified)
11708         (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
11709         (pr-even-or-odd-alist): Vars definition moved.
11711 2007-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
11713         * emulation/pc-select.el (next-line-mark, next-line-nomark)
11714         (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
11715         around uses of previous-line and next-line.
11717         * diff.el (diff-old-file, diff-new-file, diff-extra-args):
11718         New defvars.
11720         * textmodes/css-mode.el (comment-continue):
11721         * net/browse-url.el (url-handler-regexp):
11722         * progmodes/idlw-help.el (idlwave-system-routines):
11723         Pacify byte-compiler.
11725         * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
11726         line-move-invisible-p with its former definition: invisible-p.
11727         line-move-invisible-p was removed on 2007-08-29.
11729 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
11731         * files.el (kill-emacs-query-functions): Doc fix;
11732         `save-buffers-kill-emacs' is no longer bound to a key.
11734 2007-10-26  Richard Stallman  <rms@gnu.org>
11736         * isearch-multi.el (isearch-buffers-multi): New option.
11737         (isearch-buffers-search-fun): Test it.
11739         * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
11740         Put ps-run-clear on C-c C-l.
11742         * newcomment.el (comment-styles): New style indent-or-triple.
11743         (comment-style): Make that the default.
11744         (comment-add defvar): Doc fix.
11745         (comment-add): Delete arg EXTRA.
11746         (comment-region-default): Open code call to comment-add.
11747         Handle indent-or-triple style which uses `multi-char' for INDENT.
11749 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
11751         * eshell/em-unix.el (nil-blank-string): Doc fix.
11753 2007-10-26  John Wiegley  <johnw@newartisans.com>
11755         * eshell/em-unix.el (eshell/diff): Before calling the `diff'
11756         function, ensure that the third argument is turned into a nil if
11757         the string is otherwise completely empty (either no characters, or
11758         all tabs/spaces).  This fixes a bug from a user who found himself
11759         unable to customize `diff-switches' and still use Eshell's diff
11760         command.
11762 2007-10-26  Glenn Morris  <rgm@gnu.org>
11764         * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
11765         safe-local-variable property.
11767 2007-10-26  Gwern Branwen  <gwern0@gmail.com>  (tiny change)
11769         * net/browse-url.el (browse-url-browser-function): Delete grail.
11770         (browse-url-grail): Function and variable deleted.
11771         (browse-url-browser-function): Delete IXI Mosaic.
11772         (browse-url-default-browser): Don't try IXI Mosaic.
11773         (browse-url-iximosaic): Function deleted.
11774         (browse-url-browser-function): Delete MMM.
11775         (browse-url-default-browser): Don't try MMM.
11776         (browse-url-mmm): Function deleted.
11778 2007-10-26  Drew Adams  <drew.adams@oracle.com>
11780         * custom.el (custom-note-var-changed): New function.
11782 2007-10-25  Dan Nicolaescu  <dann@ics.uci.edu>
11784         * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
11785         use with the definition.  Remove.
11787         * add-log.el (change-log-start-entry-re): New defconst.
11788         (change-log-sortable-date-at): Use it.
11789         (change-log-beginning-of-defun, change-log-end-of-defun):
11790         New functions.
11791         (change-log-mode): Use them for beginning-of-defun-function and
11792         end-of-defun-function.
11794 2007-10-25  Jonathan Yavner  <jyavner@member.fsf.org>
11796         * ses.el: Make `ses--symbolic-formulas' a safe local variable.
11797         (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
11798         (ses-recalculate-cell): Deal with point being just beyond end of
11799         data area (why does this happen?)
11800         (ses-set-curcell): Ditto.
11801         (ses-column-letter): Handle columns beyond 702.  Code written by
11802         Gareth Rees.
11804 2007-10-25  Carsten Dominik  <dominik@science.uva.nl>
11806         * textmodes/org.el (org-agenda-get-restriction-and-command):
11807         Use `mapc' instead of `mapcar'.
11808         (org-agenda-list): Numeric prefix argument can specify the number
11809         of days.
11810         (remember-register, remember-buffer): Prevent byte compiler from
11811         complaining.
11812         (org-todo): Save and restore match data.
11813         (org-no-warnings): New macro.
11814         (org-columns-eval): Use `org-no-warnings'.
11816 2007-10-25  Chris Moore  <christopher.ian.moore@gmail.com>
11818         * comint.el (comint-password-prompt-regexp):
11819         Handle `[sudo] password'-style prompt.
11821 2007-10-25  Glenn Morris  <rgm@gnu.org>
11823         * custom.el (custom-declare-variable): Add :risky and :safe keywords.
11824         (defcustom): Doc fix.
11826         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
11827         Add `non_intrinsic'.
11828         (f90-constants-re): Add ieee modules.
11829         (f90-typedef-matcher, f90-typedec-matcher)
11830         (f90-imenu-type-matcher): New functions.
11831         (f90-font-lock-keywords-1): Give module procedures function-name face.
11832         Use `f90-typedef-matcher' for derived types.  Fix `abstract interface'.
11833         Add `use, intrinsic'.
11834         (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
11835         Move start of `enum' blocks to separate entry.
11836         (f90-start-block-re): Fix `type', `abstract interface'.
11837         (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
11838         derived types.
11839         (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
11840         `elemental', change `enumerator'.
11841         (f90-no-block-limit): Fix `abstract interface'.
11843         * progmodes/f90.el (f90-indented-comment-re)
11844         (f90-directive-comment-re, f90-break-delimiters):
11845         * progmodes/fortran.el (fortran-comment-line-start-skip)
11846         (fortran-directive-re):
11847         * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
11848         as safe if they are strings.
11850 2007-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11852         * startup.el (window-system): Remove.  Don't make it frame-local.
11854 2007-10-24  Richard Stallman  <rms@gnu.org>
11856         * savehist.el (savehist-save): Omit unreadable elements.
11858         * loadhist.el (unload-function-defs-list): Rename from
11859         unload-function-features-list.
11860         (unload-feature-special-hooks, unload-feature): Doc fixes.
11862         * indent.el (indent-to-left-margin): If point's in the indentation,
11863         move to the end of the indentation.
11865         * cus-edit.el (customize-changed-options): Make arg optional.
11867 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
11869         * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
11871 2007-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
11873         * textmodes/org-publish.el (org-publish-attachment): Re-install
11874         accidentally deleted change.
11876 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11878         * term/iris-ansi.el (iris-function-map): Move init into declaration.
11880 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
11882         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
11883         (Buffer-menu-mode-map): Initialize in the declaration.
11884         (Buffer-menu-mode): Define with `define-derived-mode'.
11886 2007-10-24  Carsten Dominik  <dominik@science.uva.nl>
11888         * textmodes/org.el (org-version): Change to 5.13e.
11889         (org-agenda-file-regexp): Fix typo in docstring.
11890         (org-add-planning-info): Fix bug in parenthesis settings.
11891         (org-scan-tags): Catch the case of indirect buffers with no filename.
11892         (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
11893         Re-install switch to mapc, had been removed by accident.
11894         (org-columns-map): New binding `C-c C-o'.
11895         (org-columns-menu): Change menu text and added new entry.
11896         (org-columns-eval): Document the use of `next-line'.
11897         (org-columns-open-link): New function.
11898         (org-columns-follow-link): Remove function.
11899         (org-open-link-from-string): New function.
11900         (org-read-date-get-relative): Fix typo in docstring.
11901         (org-read-date-get-relative): Leading +/- is not optional.
11902         (org-agenda-get-restriction-and-command): Always resize window on
11903         first loop cycle.
11904         (org-agenda-open-link): Make sure the link abbreviations are
11905         present in the agenda buffer.
11906         (org-agenda-copy-local-variable): New function.
11908 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11910         * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
11912 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11914         * simple.el (reindent-then-newline-and-indent): Use a `move after
11915         insert' kind of marker in the save-excursion.
11917 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11919         * textmodes/css-mode.el: Require CL.
11920         (comment-continue): Declare.
11922         * subr.el (make-variable-frame-localizable): Remove.
11923         (make-variable-frame-local): Mark obsolete.
11925 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11927         * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
11928         of the subdirs is unreadable.
11930 2007-10-23  Michael Albinus  <michael.albinus@gmx.de>
11932         * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
11933         when we are local.
11935 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11937         * progmodes/python.el (python-current-defun): Remove left-over
11938         assignment to `start'.
11940 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
11942         * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
11943         than `mapcar'; return value is not used.
11945 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
11947         * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
11948         (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
11950 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
11952         * ibuf-ext.el (ibuffer-switch-to-saved-filters)
11953         (ibuffer-switch-to-saved-filter-groups): Doc fixes.
11955 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
11957         * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
11959 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11961         * emacs-lisp/advice.el (ad-make-advised-docstring):
11962         Add ad-advice-info text property to doc string.
11964 2007-10-23  Glenn Morris  <rgm@gnu.org>
11966         * progmodes/f90.el (f90-do-indent, f90-if-indent)
11967         (f90-type-indent, f90-program-indent, f90-associate-indent)
11968         (f90-continuation-indent, f90-comment-region)
11969         (f90-beginning-ampersand, f90-smart-end)
11970         (f90-break-before-delimiters, f90-auto-keyword-case)
11971         (f90-leave-line-no, f90-mode-hook):
11972         Give an appropriate safe-local-variable property.
11974         * progmodes/fortran.el (fortran-tab-mode-default)
11975         (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
11976         (fortran-structure-indent, fortran-continuation-indent)
11977         (fortran-comment-indent, fortran-comment-line-extra-indent)
11978         (fortran-comment-line-start)
11979         (fortran-minimum-statement-indent-fixed)
11980         (fortran-minimum-statement-indent-tab)
11981         (fortran-comment-indent-char, fortran-line-number-indent)
11982         (fortran-check-all-num-for-matching-do)
11983         (fortran-blink-matching-if, fortran-continuation-string)
11984         (fortran-comment-region, fortran-electric-line-number)
11985         (fortran-column-ruler-fixed, fortran-column-ruler-tab)
11986         (fortran-analyze-depth, fortran-break-before-delimiters):
11987         Give an appropriate safe-local-variable property.
11989 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
11991         * printing.el: Move variable definitions before use.
11992         (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
11994 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11996         * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
11997         (tpu-edt-off): Use it.
11998         (tpu-edt-on): Set it.  Make sure the tpu-global-map is not already on
11999         the global-map before adding it to global-map.
12001         * menu-bar.el (global-buffers-menu-map): New var.
12002         (global-map, menu-bar-update-buffers): Use it.
12003         * msb.el (msb-menu-bar-update-buffers): Use it.
12004         (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
12005         (msb--most-recently-used-menu, msb--create-buffer-menu-2):
12006         Use with-current-buffer.
12008 2007-10-22  Juri Linkov  <juri@jurta.org>
12010         * isearch-multi.el: New file.
12012         * isearch.el (isearch-search-string): After finding the next
12013         occurrence switch to buffer isearch-buffers-current-buffer when
12014         isearch-buffers-next-buffer-function is non-nil and
12015         isearch-buffers-current-buffer is live.
12017         * add-log.el (change-log-mode): Make and set buffer-local variable
12018         isearch-buffers-next-buffer-function to change-log-next-buffer.
12019         Call isearch-buffers-minor-mode.
12020         (change-log-next-buffer): New function.
12022 2007-10-22  Bastien Guerry  <Bastien.Guerry@ens.fr>
12024         * textmodes/org-export-latex.el (org-export-latex-protect-string):
12025         Renaming of `org-latex-protect'.
12026         (org-export-latex-emphasis-alist): By default, don't protect
12027         any emphasis formatter from further conversion.
12028         (org-export-latex-tables): Honor column grouping for tables.
12029         (org-export-latex-title-command): New option.
12030         (org-export-latex-treat-backslash-char): Use \textbackslash{} to
12031         export backslash character.
12033 2007-10-22  Carsten Dominik  <dominik@science.uva.nl>
12035         * textmodes/org.el (org-read-date-get-relative): New function.
12036         (org-agenda-file-regexp): New variable.
12037         (org-agenda-files): Allow directories in the variable.
12038         (org-agenda-get-restriction-and-command): New function.
12039         (org-agenda): Use `org-agenda-get-restriction-and-command'.
12040         (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
12041         (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
12042         New functions.
12043         (org-entry-add-to-multivalued-property)
12044         (org-entry-remove-from-multivalued-property)
12045         (org-entry-member-in-multivalued-property): New functions.
12046         (org-remember-apply-template): Catch C-g and make sure window
12047         configuration is restored.
12048         (org-agenda-open-link): Make it work with several links in the line.
12049         (org-drawers, org-set-regexps-and-options)
12050         (org-get-current-options): Add support for a DRAWERS in-buffer option.
12051         (org-agenda-window-frame-fractions): New option.
12052         (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
12053         (org-columns-cleanup-item, org-find-entry-with-id)
12054         (org-insert-columns-dblock, org-listtable-to-string)
12055         (org-dblock-write:columnview, org-columns-capture-view)
12056         (org-edit-headline): New functions.
12057         (org-agenda-to-appt): Require calendar.
12058         (org-entry-get-with-inheritance): Widen for search.
12059         (org-columns-display-here): Don't mark buffer as modified when
12060         adding space characters to accomodate column overlays.
12061         (org-export-as-html): Better formatting of tags in the toc.
12062         (org-columns-display-here): Make the ITEM column as compact as possible.
12063         (org-remember-templates): Customization interface improved.
12064         (org-export-with-property-drawer): Variable removed.
12065         (org-export-with-drawers): New option.
12066         (org-complex-heading-regexp): New variable.
12067         (org-sort-entries): Rewrite using `sort-subr'.
12068         (org-set-property): More appropriate completion during interactive use.
12069         (org-sort-entries): Allow sorting by property.
12070         (org-additional-option-like-keywords): Add more values.
12071         (org-sort-entries-or-items): Rename from `org-sort-entries'.
12073 2007-10-22  Carsten Dominik  <dominik@science.uva.nl>
12075         * textmodes/org.el (org-get-date-from-calendar): New function.
12076         (org-at-timestamp-p, org-timestamp-change)
12077         (org-remember-templates): First element of each entry is now a
12078         name for the template.
12079         (org-store-log-note): Check for `org-note-abort'.
12080         (org-kill-note-or-show-branches): New command.
12081         (org-fontify-priorities): New option.
12082         (org-fontify-priorities): New function.
12083         (org-cut-subtree, org-copy-subtree): New argument N to
12084         act on N sequential subtrees.
12085         (org-paste-subtree): Fix the level at which a tree is pasted.
12086         (org-fit-agenda-window): Limitations on window size removed.
12087         (org-agenda-find-same-or-today-or-agenda): Rename from
12088         `org-agenda-find-today-or-agenda'.
12089         (org-scheduled-past-days): New option.
12090         (org-agenda-scheduled-leaders)
12091         (org-agenda-deadline-leaders): New options.
12092         (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
12093         (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
12094         (org-export-with-tags, org-export-plist-vars)
12095         (org-infile-export-plist): New "tags" option.
12096         (org-use-property-inheritance): New option.
12097         (org-cached-entry-get): Use `org-use-property-inheritance'.
12098         (org-remember-apply-template): Fix typo.
12100 2007-10-22  Michael Albinus  <michael.albinus@gmx.de>
12102         * net/tramp.el (tramp-find-shell)
12103         (tramp-open-connection-setup-interactive-shell): Improve sending
12104         initial commands.
12105         (tramp-action-terminal): Send debug message.
12106         (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
12107         (tramp-barf-if-no-shell-prompt): Insert code of
12108         `tramp-wait-for-shell-prompt'.
12110 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12112         * term/AT386.el (terminal-init-AT386): Use input-decode-map.
12114         * term/vt200.el (terminal-init-vt200):
12115         * term/vt201.el (terminal-init-vt201):
12116         * term/vt220.el (terminal-init-vt220):
12117         * term/vt240.el (terminal-init-vt240):
12118         * term/vt300.el (terminal-init-vt300):
12119         * term/vt320.el (terminal-init-vt320):
12120         * term/vt400.el (terminal-init-vt400):
12121         * term/vt420.el (terminal-init-vt420): Use input-decode-map.
12123         * term/wyse50.el (wyse50-terminal-map): New var.
12124         (terminal-init-wyse50): Use it and input-decode-map.
12125         (enable-arrow-keys): Emasculate.
12127         * term/tvi970.el (tvi970-terminal-map): New var.
12128         (terminal-init-tvi970): Use it and input-decode-map.
12129         (tvi970-keypad-numeric): Remove.
12130         (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
12132         * term/sun.el (sun-raw-prefix): Fill as part of declaration.
12133         (terminal-init-sun): Use it and input-decode-map.
12135         * term/news.el (terminal-init-news):
12136         * term/lk201.el (terminal-init-lk201):
12137         * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
12139 2007-10-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
12141         * complete.el (PC-expand-many-files): Remove.
12142         (PC-do-completion): Call file-expand-wildcards instead of
12143         PC-expand-many-files.
12145         * net/tramp.el (tramp-handle-expand-many-files): Remove.
12146         (PC-expand-many-files): Remove advice.
12148 2007-10-22  Glenn Morris  <rgm@gnu.org>
12150         * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
12151         Add some support for Fortran 2003 syntax:
12152         (f90-type-indent): Now also applies to `enum'.
12153         (f90-associate-indent): New user option.
12154         (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
12155         Add some F2003 keywords.
12156         (f90-constants-re): New constant.
12157         (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
12158         Interface'.
12159         (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
12160         `class'.  Arguments for `type'/`class' may have spaces.  Add a new
12161         element for functions with specified types.  Add `end enum' and
12162         `select type'.  Add `implicit enumerator' and `procedure'.
12163         Add `class default' and `type is', `class is'.  Fix `go to' regexp.
12164         (f90-font-lock-keywords-3): Add `asynchronous' attribute.
12165         (f90-font-lock-keywords-4): Add `f90-constants-re'.
12166         (f90-blocks-re): Add `enum' and `associate'.
12167         (f90-else-like-re): Add `class is', `type is', and `class default'.
12168         (f90-end-type-re): Add `enum'.
12169         (f90-end-associate-re, f90-typeis-re): New constants.
12170         (f90-end-block-re): Add `enum' and `associate'.  Change from
12171         optional whitespace to end-of-word, to avoid `enumerator'.
12172         (f90-start-block-re): Add `select type', `abstract interface', and
12173         `enum'.  Avoid `type is', and `type (sometype)'.
12174         (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
12175         (f90-mode): Doc fix.
12176         (f90-looking-at-select-case): Doc fix.  Add `select type'.
12177         (f90-looking-at-associate): New function.
12178         (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
12179         Add `enum' and `abstract interface'.
12180         (f90-no-block-limit): Add `select type' and `abstract interface'.
12181         (f90-get-correct-indent, f90-calculate-indent)
12182         (f90-end-of-block, f90-beginning-of-block, f90-next-block)
12183         (f90-indent-region, f90-match-end): Handle `associate' blocks.
12185 2007-10-22  Martin Rudalics  <rudalics@gmx.at>
12187         * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
12188         Use window-full-width-p.
12190 2007-10-22  Dan Nicolaescu  <dann@ics.uci.edu>
12192         * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
12194         * tooltip.el: Use featurep 'xemacs.
12196         * printing.el: Move variable definitions before use, no code change.
12198 2007-10-22  Juri Linkov  <juri@jurta.org>
12200         * simple.el (goto-history-element): Allow minibuffer-default to be
12201         a list of default values accessible by typing M-n in the minibuffer.
12203         * dired-x.el (dired-guess-shell-command): Put all guesses to the
12204         minibuffer default value list instead of pushing them temporarily
12205         to the history list.
12207 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
12209         * hexl.el (hexl-menu): New major mode menu.
12211 2007-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12213         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
12215 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
12217         * w32-fns.el (w32-quote-process-args):
12218         * dos-w32.el (print-region-function, lpr-headers-switches)
12219         (ps-print-region-function): Pacify byte-compiler.
12221         * emulation/edt-mapper.el (function-key-map):
12222         (edt-map-key): Make it a function instead of using fset.
12223         Inline edt-gnu-map-key and edt-lucid-map-key.  Use featurep 'xemacs.
12224         (edt-gnu-map-key, edt-lucid-map-key): Remove.
12225         (edt-x-emacs-p): Remove.
12226         (edt-emacs-variant, edt-window-system, edt-xserver):
12227         Use featurep 'xemacs.
12229         * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
12230         Replace eudc-xemacs-p with its definition.
12231         (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
12232         (eudc-emacs-mule-p): Remove.
12233         (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
12234         eudc-xemacs-p with feature tests.
12236         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
12237         (eudc-bob-url-keymap, eudc-bob-sound-keymap)
12238         (eudc-bob-generic-keymap, eudc-bob-popup-menu)
12239         (eudc-bob-toggle-inline-display):
12240         * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
12241         Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
12243         * net/eudcb-ph.el (eudc-ph-open-session):
12244         Replace eudc-xemacs-mule-p with its former definition.
12246         * progmodes/octave-mod.el (octave-xemacs-p): Remove.
12247         (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
12249         * progmodes/vera-mode.el (vera-xemacs): Remove.
12250         (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
12252         * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
12253         (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
12254         (vhdl-speedbar-initialize, vhdl-ps-print-init)
12255         (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
12256         (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
12257         with (featurep 'xemacs).
12259         * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
12260         (save-buffer-state-x):
12261         * obsolete/fast-lock.el (fast-lock-verbose):
12262         * emulation/viper-init.el (viper-xemacs-p)
12263         (viper-cond-compile-for-xemacs-or-emacs):
12264         * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
12265         * ps-print.el (case-fold-search):
12266         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
12267         * calculator.el (calculator-help): Use featurep 'xemacs.
12269         * progmodes/prolog.el: Undo previous change.
12270         (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
12272         * progmodes/dcl-mode.el:
12273         * play/yow.el:
12274         * calendar/todo-mode.el:
12275         * calendar/cal-hebrew.el:
12276         * vc-hg.el: Undo previous change.
12278         * vms-patch.el: Likewise.
12279         (print-region-function): Pacify byte-compiler.
12281 2007-10-21  Michael Albinus  <michael.albinus@gmx.de>
12283         * files.el (backup-buffer-copy): Call `copy-file' with non-nil
12284         preserve-uid-gid.
12286         * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
12287         compatibility.  It is not used, though.
12289         * net/tramp.el (top): Put load of all tramp-* files into a dolist.
12290         Require tramp-cmds.el.
12291         (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
12292         (tramp-handle-file-name-all-completions): Expand DIRECTORY.
12293         (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
12294         (tramp-do-copy-or-rename-file-out-of-band)
12295         (tramp-maybe-open-connection): Use `make-temp-name'.  This is
12296         possible, because we don't need to create the temporary file, but
12297         we need a prefix for ssh, which has its own temporary file handling.
12298         (tramp-handle-delete-directory): Add "-f" to rmdir.
12299         (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
12300         (tramp-handle-insert-file-contents): Don't raise a tramp-error but
12301         a signal, in order to give the callee a chance to suppress.
12302         (tramp-handle-write-region): Set owner also in case of short
12303         track.  Don't use compatibility calls for `write-region' anymore.
12304         (tramp-clear-passwd): Add parameter VEC.  Adapt all callees.
12305         (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
12307         * net/tramp-cmds.el: New file.
12309         * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
12310         `tramp-clear-passwd'.
12312         * net/trampver.el: Update release number.
12314 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
12316         * progmodes/gud.el (gud-target-name): Move definition before use.
12318         * progmodes/dcl-mode.el: Require imenu at compile time.
12320         * progmodes/cc-engine.el (c-maybe-stale-found-type):
12321         Pacify byte-compiler.
12323         * obsolete/fast-lock.el: Use featurep test instead of string-match.
12325         * eshell/esh-mode.el (eshell-handle-ansi-color):
12326         Require ansi-color at compile time too.
12328         * eshell/em-unix.el (eshell/info): Require info at compile time too.
12330         * w32-fns.el: Require w32-vars.
12332         * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
12333         time too.
12335 2007-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12337         * double.el ([ignore]): Use `ignore'.
12338         (double-setup): Inline into double-mode.
12339         (double-mode): Use define-minor-mode.
12341 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
12343         * textmodes/reftex.el: Move require easymenu before first use.
12344         (reftex-info): Require info at compile too.
12346         * textmodes/org-publish.el (org-publish-org-to-html)
12347         (org-publish-org-to): Require org at compile time too.
12348         (org-publish-attachment): Require at compile time too.
12350         * term/tty-colors.el (w32-tty-standard-colors):
12351         Pacify byte-compiler.
12353         * term/pc-win.el (frame-creation-function-alist): Add to this
12354         instead of setting frame-creation-function.
12356         * play/blackbox.el (bb-up, bb-down): Use forward-line.
12358         * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
12360         * calendar/todo-mode.el: Require calendar at compile time.
12362         * calendar/cal-hebrew.el: Require holidays at compile time.
12364         * w32-vars.el: Provide w32-vars.
12366         * term/w32-win.el: Require w32-vars.
12367         (w32-color-map): Pacify byte-compiler.
12369         * loadup.el: Load w32-vars before term/w32-win.
12371 2007-10-20  Juri Linkov  <juri@jurta.org>
12373         * textmodes/fill.el (fill-paragraph): When the region is active,
12374         don't try other `or' branches regardless of the value returned by
12375         fill-region; just return t.
12377 2007-10-20  Eric S. Raymond  <esr@snark.thyrsus.com>
12379         * vc.el (vc-do-command): Condition out a misleading message when
12380         running asynchronously.
12381         (vc-deduce-fileset): New argument enables using an unregistered
12382         visited file as a singleton fileset if nothing else is available.
12383         (vc-next-action): Restore file-registering behavior.
12385 2007-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
12387         * calc/README: Add recent news.
12389 2007-10-20  Dan Nicolaescu  <dann@ics.uci.edu>
12391         * term/x-win.el (x-gtk-stock-map, icon-map-list)
12392         (x-gtk-map-stock): Delete duplicated definitions from merge.
12394         * progmodes/compile.el (compilation-skip-to-next-location)
12395         (compilation-skip-threshold, compilation-skip-visited):
12396         Move definitions earlier.
12398         * play/decipher.el (decipher-keypress):
12399         * play/zone.el (zone-fall-through-ws):
12400         * play/landmark.el (lm-move-down, lm-move-up):
12401         * play/handwrite.el (handwrite):
12402         * mail/mspools.el (mspools-visit-spool):
12403         * wdired.el (wdired-next-line, wdired-previous-line):
12404         * tar-mode.el (tar-subfile-save-buffer):
12405         * scroll-lock.el (scroll-lock-next-line)
12406         (scroll-lock-previous-line):
12407         * image-dired.el (image-dired-next-line)
12408         (image-dired-previous-line):
12409         * ediff-help.el (ediff-help-message-line-length):
12410         Use forward-line.
12412         * smerge-mode.el (smerge-auto-refine):
12413         * diff-mode.el (diff-auto-refine): Add :group.
12415         * play/yow.el: Require doctor at compile time.
12417         * vmsproc.el: Provide vmsproc.
12418         (command-send-input): Use forward-line.
12420         * vms-patch.el: Require ps-print and vmsproc at compile time.
12422         * vc-mtn.el (log-view-message-re, log-view-file-re)
12423         (log-view-font-lock-keywords): Pacify byte-compiler.
12425         * vc-hg.el: Require log-view at compile time.
12427 2007-10-20  Eric S. Raymond  <esr@snark.thyrsus.com>
12429         * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
12431 2007-10-20  Glenn Morris  <rgm@gnu.org>
12433         * progmodes/f90.el (f90-font-lock-keywords-2)
12434         (f90-looking-at-type-like): Fix regexp typos.
12436 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
12438         * bs.el (bs--track-window-changes): Don't refresh the whole list.
12439         (bs-mode): Set mode-class property to special.
12441 2007-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12443         * diff-mode.el (diff-auto-refine): New var.
12444         (diff-hunk): Use it.
12445         (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
12446         (diff-refine-change): Rename from diff-fine-change.  Change it.
12447         (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
12448         (diff-refine-hunk): Rename from diff-fine-highlight.
12450 2007-10-20  John Paul Wallington  <jpw@pobox.com>
12452         * help-fns.el (describe-variable-custom-version-info): New function
12453         to return variable's version or package version note.
12454         (describe-variable): Use it, display result.
12456 2007-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12458         * smerge-mode.el (smerge-auto-refine): New var.
12459         (smerge-next, smerge-prev): Use it.
12460         (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
12462         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12463         Add `body' arg.  Cleanup the check-narrow-maybe/re-narrow-maybe mess.
12465         * vc-bzr.el (vc-bzr-diff-tree):
12466         * vc-git.el (vc-git-diff-tree):
12467         * vc-hg.el (vc-hg-diff-tree):
12468         * vc-mcvs.el (vc-mcvs-diff-tree):
12469         * vc-mtn.el (vc-mtn-diff-tree):
12470         * vc-svn.el (vc-svn-diff-tree): Remove.
12472         * vc-mtn.el (vc-mtn-revision-completion-table):
12473         * vc-cvs.el (vc-cvs-revision-completion-table):
12474         * vc-arch.el (vc-arch-revision-completion-table):
12475         * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
12476         * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
12477         Make it work when the arg is a list of files.
12479 2007-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12481         * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
12482         Also `revision-completion-table' now takes a list of files.
12483         (vc-deduce-fileset): Remove unused var `regexp'.
12484         Only obey allow-directory-wildcard in dired buffers.
12485         (vc-default-diff-tree): Remove.
12486         (vc-diff-added-files): New var.
12487         (vc-diff-internal): Use it.  Remove arg `backend'.  Update callers.
12488         (vc-version-diff): Revert from `vc-history-diff' to the original name.
12489         Remove the `backend' arg.
12490         (vc-contains-version-controlled-file): Remove.
12491         (vc-diff): Bring it closer to the version in Emacs-22.
12492         (vc-revert): Fix typo in let-binding.
12493         (vc-default-unregister): Remove.
12494         (vc-dired-buffers-for-dir): Remove N^2 behavior.
12496 2007-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
12498         * textmodes/two-column.el (2C-split, 2C-merge):
12499         * textmodes/bib-mode.el (bib-find-key, mark-bib):
12500         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
12501         * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
12502         * progmodes/ada-xref.el (ada-get-all-references):
12503         * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
12504         * emulation/vi.el (vi-previous-line-first-nonwhite)
12505         (vi-effective-range, vi-put-before):
12506         * emulation/edt.el (edt-next-line, edt-previous-line)
12507         (edt-paragraph-forward): Use forward-line.
12509         * progmodes/etags.el (tags-apropos): Require apropos at compile
12510         time too.
12512         * progmodes/prolog.el: Require comint when compiling.
12513         (inferior-prolog-flavor): Move defvar before use.
12515 2007-10-19  Richard Stallman  <rms@gnu.org>
12517         * font-core.el (turn-on-font-lock-if-desired):
12518         Rename from `turn-on-font-lock-if-enabled'.
12519         Fully obey `font-lock-global-modes'.
12521 2007-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12523         * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
12524         which will not affect the behavior of things like forward-word.
12525         (diff-fine-highlight): Preserve point.
12527         * doc-view.el (doc-view-mode-map): Use remapping.
12528         Don't rebind C-v, M-v to their default value.
12529         Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
12531         * smerge-mode.el: Add word-granularity refinement.
12532         (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
12533         (smerge-refine-weight-hack): New vars.
12534         (smerge-refine-forward): New fun.
12535         (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
12536         (smerge-refine-subst): Use them as well.  Preserve point.
12538 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
12540         * follow.el (follow-unload-function): New function.
12542         * loadhist.el (unload-function-features-list):
12543         Rename from `unload-hook-features-list'.
12544         (unload-hook-features-list): Add as obsolete alias.
12545         (unload-feature): Use `unload-function-features-list'
12546         and new FEATURE-unload-function.
12548 2007-10-19  Glenn Morris  <rgm@gnu.org>
12550         * bindings.el (mouse-minor-mode-menu)
12551         (minor-mode-menu-from-indicator): Move to mouse.el.
12552         * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
12553         Move here from bindings.el.
12555 2007-10-19  Richard Stallman  <rms@gnu.org>
12557         * help-fns.el (describe-function-1): Don't use the advice origname
12558         if it has no function definition.
12560 2007-10-18  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
12562         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
12563         Use `save-restriction' rather than `widen'.
12565 2007-10-18  Richard Stallman  <rms@gnu.org>
12567         * time.el (display-time-world-time-format): Display day # not month #.
12569 2007-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
12571         * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
12573         * doc-view.el: Remove version keyword.
12574         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
12575         (doc-view-ps2pdf-program): Use executable-find.  Simplify custom type.
12576         (doc-view-ghostscript-options): Improve custom type.
12577         (doc-view-cache-directory, doc-view-conversion-buffer)
12578         (doc-view-conversion-refresh-interval): Simplify custom type.
12580 2007-10-18  Tassilo Horn  <tassilo@member.fsf.org>
12582         * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
12583         (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
12584         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
12585         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
12586         Remove superfluous messages.
12587         (doc-view-mode-map): Use the image-mode scrolling commands.
12588         Don't rebind C-x k.
12590 2007-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
12592         * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
12593         Add comment about "-dSAFER".
12595 2007-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12597         * term/xterm.el: Don't require xt-mouse.
12598         (terminal-init-xterm): Run terminal-init-xterm-hook rather than
12599         calling turn-on-xterm-mouse-tracking-on-terminal directly.
12601         * xt-mouse.el: Don't change the global function-key-map anny more.
12602         (xterm-mouse-mode): Use terminal-init-xterm-hook.
12603         Don't use after-make-frame-functions now that term/xterm.el calls
12604         us directly.
12605         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
12606         Use turn-*-xterm-mouse-tracking-on-terminal.  Only once per terminal.
12607         (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
12608         Setup input-decode-map and remember that xterm-mouse-mode was
12609         enabled in this terminal.
12610         (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
12611         terminals where it has been enabled.
12613         * faces.el (tty-create-frame-with-faces): Make sure not only
12614         tty-run-terminal-initialization but also set-locale-environment
12615         are run only once per terminal.
12616         (tty-run-terminal-initialization): Don't check if the terminal was
12617         already initted.
12619         * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
12620         not to remove keymaps that just happen to inherit from one of ours.
12621         When setting up our keymap, make sure it won't be accidentally
12622         modified by someone else.
12624 2007-10-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
12626         * textmodes/artist.el (artist-previous-line, artist-next-line):
12627         * dired.el (dired-next-line, dired-previous-line):
12628         * progmodes/delphi.el (delphi-newline):
12629         * textmodes/org.el (org-columns-eval):
12630         Use forward-line.
12632         * emerge.el (emerge-setup): Use insert-buffer-substring.
12633         (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
12635 2007-10-18  Juanma Barranquero  <lekktu@gmail.com>
12637         * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
12638         (adaptive-fill-function): Doc fix.  Remove * from docstring.
12640 2007-10-18  Tom Horsley  <tom.horsley@att.net>
12642         * simple.el (interprogram-paste-function): Doc fix.
12643         (current-kill): Accept list of strings as well
12644         as single string from `interprogram-paste-function'.
12646 2007-10-18  Glenn Morris  <rgm@gnu.org>
12648         * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
12650 2007-10-18  Drew Adams  <drew.adams@oracle.com>
12652         * bindings.el (mode-line-minor-mode-keymap):
12653         Add mouse-minor-mode-menu on mouse-1.
12654         (mode-line-modes): Add mouse-1 to help-echo text.
12655         (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
12656         New functions.
12657         (mode-line-minor-mode-help): Doc fix.
12659 2007-10-17  Juri Linkov  <juri@jurta.org>
12661         * textmodes/fill.el (fill-paragraph-or-region): Remove function
12662         at the request of RMS.
12663         (fill-paragraph): Change `arg' to optional `justify'.  Add interactive
12664         arg `region'.  Fix docstring.  At the first `or' branch add call to
12665         `fill-region' if it the region is active in transient-mark-mode.
12667         * bindings.el (esc-map): Bind M-q to fill-paragraph
12668         instead of fill-paragraph-or-region.
12670         * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
12671         with fill-paragraph.
12673         * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
12674         Fix docstring.
12676         * indent.el (indent-for-tab-command): Change interactive spec from
12677         "P" to "p".  Add check for interactive arg before indenting the
12678         active region.
12680         * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
12681         Regroup.
12683 2007-10-17  Juanma Barranquero  <lekktu@gmail.com>
12685         * emacs-lisp/find-func.el: Don't require loadhist.
12687         * loadhist.el (feature-symbols, file-provides, file-requires)
12688         (file-set-intersect, file-dependents): Simplify.
12689         (unload-feature-special-hooks): Update list of special hooks.
12691 2007-10-17  Tassilo Horn  <tassilo@member.fsf.org>
12693         * bindings.el (completion-ignored-extensions): Remove pdf and dvi
12694         extensions since they can be viewed with doc-view.
12696         * files.el (auto-mode-alist): Make doc-view-mode the default mode
12697         for pdf, ps and dvi files.
12699         * doc-view.el: Make doc-view-mode the standard mode for viewing
12700         pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
12701         text and image display.  Add binding C-c C-e to switch to an
12702         editing mode.
12703         (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
12704         avoid security problems when rendering files from untrusted sources.
12706 2007-10-17  Aaron Hawley  <aaronh@garden.org>
12708         * tutorial.el (tutorial--save-tutorial): Display message when tutorial
12709         position is not saved.
12711 2007-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
12713         * doc-view.el: Mention xpdf.  Fix spelling of Ghostscript.
12714         (doc-view-ghostscript-options): Fix typo in doc string.
12716 2007-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12718         * progmodes/compile.el (compilation-next-error-function): Fix timestamp
12719         handling, so compilation-fake-loc works again.
12721         * server.el (server-select-display): Nop if we do not support m-f-o-d.
12722         (server-process-filter): Revert last change.
12724         * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
12725         behavior unrelated to filesets.
12727 2007-10-17  Chong Yidong  <cyd@stupidchicken.com>
12729         * longlines.el (longlines-wrap-follows-window-size): Integer value
12730         specifies wrapping margin.
12731         (longlines-mode, longlines-window-change-function):
12732         Set window-specific wrapping margin based on the above.
12734 2007-10-17  John Wiegley  <johnw@newartisans.com>
12736         * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
12738 2007-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
12740         * server.el (server-process-filter): Only set display if X11 is
12741         supported.
12743 2007-10-17  Glenn Morris  <rgm@gnu.org>
12745         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
12746         Tweak regexp to avoid stack overflow.
12748 2007-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12750         * simple.el (reindent-then-newline-and-indent): Don't assume that
12751         indent-according-to-mode preserves point.
12753 2007-10-16  Juanma Barranquero  <lekktu@gmail.com>
12755         * bs.el (bs--make-header-match-string, bs-show-in-buffer)
12756         (bs--nth-wrapper): Simplify.
12757         (bs-select, bs--insert-one-entry): Simplify.  Use `when'.
12758         (bs-buffer-list): Simplify.  Use `when'.  Use `string-match-p'.
12759         (bs-sort-buffer-interns-are-last): Use `string-match-p'.
12760         (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
12761         (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
12762         (bs-configurations, bs-default-configuration)
12763         (bs-alternative-configuration, bs-cycle-configuration-name)
12764         (bs-string-show-always, bs-string-show-never, bs-string-current)
12765         (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
12766         (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
12767         (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
12768         (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
12769         (bs--window-config-coming-from): Revert 2006-11-09 change.
12770         (bs--restore-window-config): Keep the selected frame.
12771         (bs--track-window-changes, bs--remove-hooks): New functions.
12772         (bs-mode): Use `define-derived-mode'.  Set hook to track window changes.
12773         (bs--create-header): Remove.
12774         (bs--create-header-line): New function, based on `bs--create-header'.
12775         (bs--show-header): Use `bs--create-header-line'.
12776         (bs--show-with-configuration): Revert 2006-11-09 change.
12777         Don't reuse window unless it is visible on the selected frame.
12778         Restore window configuration (possibly in a different frame)
12779         before creating any window.
12781 2007-10-16  Glenn Morris  <rgm@gnu.org>
12783         * simple.el (blink-matching-open): Don't report false errors with
12784         the `$' syntax class.
12786 2007-10-16  Richard Stallman  <rms@gnu.org>
12788         * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
12789         (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
12790         (ad-is-advised, ad-get-advice-info-field)
12791         (ad-set-advice-info-field): Use ad-get-advice-info-macro.
12793 2007-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12795         * vc-hooks.el (vc-workfile-version): Compatibility alias.
12796         (vc-default-working-revision): Compatibility for backends.
12798 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
12800         * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
12801         (filesets-ormap, filesets-sort-case-sensitive-flag)
12802         (filesets-remake-shortcut, filesets-ingroup-collect-files):
12803         Fix typos in docstrings.
12804         (filesets-conditional-sort, filesets-find-or-display-file)
12805         (filesets-data-get-name, filesets-data-get-data)
12806         (filesets-data-set, filesets-cmd-query-replace-getargs)
12807         (filesets-ingroup-collect): Doc fixes.
12809 2007-10-15  Sam Steingold  <sds@gnu.org>
12811         * mail/sendmail.el (sendmail-error-reporting-interactive)
12812         (sendmail-error-reporting-non-interactive): New variables for
12813         sendmail error reporting options to simplify support for imperfect
12814         sendmail emulators.
12815         (sendmail-send-it): Use them instead of list literals.
12817 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
12819         * help-fns.el: Revert previous change; it creates a
12820         dependency loop between advice.el and help-fns.el.
12822 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
12824         * help-fns.el: Require advice when compiling.
12826 2007-10-14  Drew Adams  <drew.adams@oracle.com>
12828         * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
12829         (ring-insert+extend, ring-remove+insert+extend, ring-member)
12830         (ring-next, ring-previous): New functions.
12832 2007-10-14  Richard Stallman  <rms@gnu.org>
12834         * emacs-lisp/advice.el (documentation): Advice deleted.
12835         Doc for advised functions is now handled at C level.
12836         (ad-stop-advice, ad-start-advice): Don't enable or disable
12837         advice for `documentation'.
12838         (ad-advised-definition-docstring-regexp): Var deleted.
12839         (ad-make-advised-definition-docstring): Store orig name
12840         as text property of string.
12841         (ad-advised-definition-p): Check for text property of docstring.
12843         * help-fns.el (describe-function-1): Find source of advised functions.
12845 2007-10-14  Juri Linkov  <juri@jurta.org>
12847         * faces.el (describe-face): Allow handling a string as the face name.
12849         * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
12850         active region in transient-mark-mode.
12851         (ispell-region): Change messages displayed at the start and end of
12852         the spell-checking to be the same.
12854         * startup.el (fancy-startup-tail): Say exactly what does the button
12855         dismiss ("Dismiss this startup screen").  Use text "Never show
12856         it again" for the checkbox after this button.
12857         (fancy-startup-screen, fancy-about-screen): Put point before the
12858         first link, so the user can quickly select links with the keyboard.
12859         (normal-mouse-startup-screen): Add more useful text describing how
12860         to follow a link.
12862 2007-10-14  Glenn Morris  <rgm@gnu.org>
12864         * progmodes/etags.el (select-tags-table): Disable undo in the
12865         `*Tags Table List*' buffer.
12867 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
12869         * dired.el (dired-warn-writable): New face.
12870         (dired-warn-writable-face): New variable.
12871         (dired-font-lock-keywords): Use dired-warn-writable-face, instead
12872         of dired-warning-face, for group- and world-writable files.
12874 2007-10-13  Richard Stallman  <rms@gnu.org>
12876         * files.el (directory-abbrev-alist): Doc fix.
12878 2007-10-13  Jari Aalto  <jari.aalto@cante.net>
12880         * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
12882 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
12884         * frame.el (set-frame-configuration): Assign name parameter only
12885         if it has been set explicitly before.
12887 2007-10-11  Tom Tromey  <tromey@redhat.com>
12889         * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
12890         frame is visible.
12892 2007-10-10  Richard Stallman  <rms@gnu.org>
12894         * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
12895         in *Backtrace*.
12897         * faces.el (face-font-selection-order): Doc fix.
12899         * loadhist.el (unload-feature): Doc fix.
12901 2007-10-13  Glenn Morris  <rgm@gnu.org>
12903         * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
12904         (octave-re-search-forward-kw, octave-re-search-backward-kw):
12905         Add doc string, and an explicit COUNT argument.
12906         (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
12907         `inc' to search functions.
12909         * faces.el (face-spec-set): When FRAME is nil, set the default for
12910         new frames (restores pre-2007-09-17 behavior).  Doc fix.
12912 2007-10-13  John W. Eaton  <jwe@octave.org>
12914         * progmodes/octave-mod.el (octave-looking-at-kw)
12915         (octave-re-search-forward-kw, octave-re-search-backward-kw):
12916         New functions.
12917         (octave-in-defun-p, calculate-octave-indent)
12918         (octave-blink-matching-block-open, octave-beginning-of-defun)
12919         (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
12920         to search for regexps that contain case-sensitive keywords.
12921         (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
12922         (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
12924 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
12926         * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
12927         Do not use a single clause cond.
12929         * cus-start.el (all): Use test that does not match the X11 version
12930         for mac.
12932 2007-10-13  Markus Gritsch  <m.gritsch@gmail.com>  (tiny change)
12934         * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
12935         BROWSE buffer.
12937 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
12939         * cus-start.el (all): Undo previous change.
12941 2007-10-13  Glenn Morris  <rgm@gnu.org>
12943         * woman.el (woman0-rename): Fix paren typo.
12945         * mail/feedmail.el (feedmail-run-the-queue)
12946         (feedmail-look-at-queue-directory):
12947         * mail/reporter.el (reporter-dump-state):
12948         * net/eudc-hotlist.el (eudc-edit-hotlist):
12949         * net/eudc.el (eudc-display-records)
12950         (eudc-filter-duplicate-attributes)
12951         (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
12952         * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
12953         (eudc-bbdb-query-internal):
12954         * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
12955         * net/socks.el (socks-build-auth-list):
12956         * progmodes/cc-cmds.el (top level):
12957         * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
12958         * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
12959         (cperl-write-tags, cperl-tags-treeify):
12960         * progmodes/ebnf-yac.el (ebnf-yac-token-table):
12961         * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
12962         * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
12963         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
12964         (idlwave-toolbar-remove-everywhere):
12965         * progmodes/idlwave.el (idlwave-indent-line)
12966         (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
12967         (idlwave-write-paths, idlwave-all-method-classes)
12968         (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
12969         (idlwave-fix-keywords, idlwave-display-calling-sequence)
12970         (idlwave-complete-in-buffer):
12971         * textmodes/org.el (org-export-as-html, org-export-as-ascii)
12972         (org-fast-tag-selection):
12973         * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
12974         than mapcar.
12976 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
12978         * diff-mode.el (diff-fine-change): Add :group.
12980 2007-10-12  Dan Nicolaescu  <dann@ics.uci.edu>
12982         * cus-start.el (all): Use the same test as the 22.2 branch.
12984 2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12986         * diff-mode.el (diff-current-defun): Force recomputation of
12987         change-log-default-name.
12989 2007-10-12  Chong Yidong  <cyd@stupidchicken.com>
12991         * startup.el (fancy-startup-screen): Remove an unnecessary newline
12992         and some leftover logic regarding dedicated frames.  If showing
12993         concise startup screen, fit window to buffer.
12994         (command-line-1): If we will be using the splash screen, use
12995         find-file instead of find-file-other-window to find additional files.
12996         Comment out unused code for coping with the old sit-for behavior.
12998 2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13000         * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
13001         `meta' modifier consistently, rather than using sometimes meta
13002         sometimes alt.
13004 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
13006         * window.el (handle-select-window): Revert part of 2007-10-08
13007         change setting the input focus.
13009 2007-10-12  Glenn Morris  <rgm@gnu.org>
13011         * startup.el (command-line): Do not read abbrev file in batch mode.
13013         * emacs-lisp/byte-opt.el (top level):
13014         * mail/rmail.el (rmail-list-to-menu):
13015         * obsolete/hilit19.el (hilit-mode):
13016         * progmodes/cc-mode.el (c-postprocess-file-styles)
13017         (c-submit-bug-report):
13018         * textmodes/org-publish.el (org-publish-get-plist-from-filename):
13019         * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
13020         (reftex-access-parse-file):
13021         * textmodes/reftex-cite.el (reftex-do-citation)
13022         (reftex-insert-bib-matches):
13023         * textmodes/reftex-ref.el (reftex-offer-label-menu):
13024         * textmodes/reftex-sel.el (reftex-select-unmark):
13025         * textmodes/reftex-toc.el (reftex-toc-do-promote):
13026         * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
13028         * cus-edit.el (custom-variable-menu, custom-face-menu)
13029         (custom-group-menu): Check init-file-user rather than
13030         user-init-file, in case cus-edit is loaded by site-run-file.
13032 2007-10-11  Dan Nicolaescu  <dann@ics.uci.edu>
13034         * vc.el (vc-deduce-fileset): Delete unused code.
13035         (vc-next-action): Fix typos.
13037 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
13039         * bs.el (bs--mark-unmark): New function.
13040         (bs-mark-current, bs-unmark-current): Use it.
13042 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
13044         * vc.el (vc-diff):
13045         (vc-diff-internal): Merge a patch by Juanma Barranquero.  Also,
13046         temporarily disable the check for his edge case of
13047         vc-diff (stopping it from grinding when called from $HOME), as
13048         it's calling some brittle code in vc-hooks.el.
13049         (with-vc-properties): Fix evaluation time of a macro argument.
13050         * ediff-vers.el (ediff-vc-internal):
13051         * vc-hooks.el:
13052         * loaddefs.el: Follow up on VC terminology change.
13054 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
13056         * follow.el (follow-stop-intercept-process-output):
13057         Use `follow-call-process-filter' rather than `process-filter'.
13058         Simplify.
13060 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
13062         * vc-hooks.el (vc-registered): Robustify this function a bit
13063         against filenames with no directory component.
13065 2007-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13067         * international/characters.el: Undo unwanted and unexplained change.
13069 2007-10-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13071         * ps-print.el: Fix the usage of :foreground and :background face
13072         attributes.  Reported by Nikolaj Schumacher <n_schumacher@web.de>.
13073         (ps-print-version): New version 6.7.6.
13074         (ps-face-attributes, ps-face-attribute-list, ps-face-background):
13075         Fix code.
13076         (ps-face-foreground-color-p, ps-face-background-color-p)
13077         (ps-face-color-p): New inline funs.
13079 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
13081         * textmodes/org.el (org-additional-option-like-keywords): New constant.
13082         (org-complete): Use `org-additional-option-like-keywords'.
13083         (org-parse-local-options): New function.
13085 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
13087         * textmodes/org.el (org-in-clocktable-p): New function.
13088         (org-clock-report): Only update the table at point, or insert a new one.
13089         (org-clock-goto): New function.
13090         (org-open-file): Use `start-process-shell-command' instead of
13091         `shell-command' with an ampersand.
13092         (org-deadline, org-schedule): New argument REMOVE to remove the
13093         date from the entry.
13094         (org-agenda-schedule, org-agenda-deadline): Pass the prefix
13095         argument to `org-schedule' and `org-deadline'.
13096         (org-trim): Use the correct expressions for beginning and end of
13097         the string.
13098         (org-get-cleaned-entry): Trim the string before returning it.
13099         (org-clock-find-position): New function.
13100         (org-clock-into-drawer): New option.
13101         (org-agenda-tags-column): Rename from
13102         `org-agenda-align-tags-to-column'.
13103         (org-agenda-align-tags): Allow negative values for
13104         `org-agenda-tags-column'.
13105         (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
13106         (org-agenda-to-appt): New optional argument FILTER.
13107         (org-completion-fallback-command): New variable.
13108         (org-complete): Use `org-completion-fallback-command'.
13109         (org-find-base-buffer-visiting): Catch the case that there is no
13110         buffer visiting the file.
13111         (org-property-or-variable-value): New function.
13112         (org-todo): Use `org-property-or-variable-value'
13113         (org-agenda-compact-blocks): New option.
13114         (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
13115         (org-agenda-schedule, org-agenda-deadline):
13116         Call `org-agenda-show-new-time'.
13117         (org-agenda-show-new-time): New argument PREFIX.
13118         (org-colgroup-info-to-vline-list): Fix but that cause a
13119         shift in the vertical lines.
13120         (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
13121         (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
13122         (org-indent-item): No arg in call to `org-fix-bullet-type'.
13123         (org-fix-bullet-type): Remove argument.
13124         (org-read-date): Check for am/pm twice, to catch the end time.
13125         (org-goto-map): Use `suppress-keymap'.
13126         (org-remember-apply-template): Respect the dynamically scoped
13127         selection character.
13129 2007-10-10  Bastien Guerry  <Bastien.Guerry@ens.fr>
13131         * textmodes/org-export-latex.el (org-export-latex-protect-string):
13132         Renaming of `org-latex-protect'.
13133         (org-export-latex-emphasis-alist): By default, don't protect
13134         any emphasis formatter from further conversion.
13135         (org-export-latex-tables): Honor column grouping for tables.
13136         (org-export-latex-title-command): New option.
13137         (org-export-latex-treat-backslash-char): Use \textbackslash{} to
13138         export backslash character.
13140 2007-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13142         * frame.el (frame-inherited-parameters): Remove unused `environment'
13143         parameter, and let server.el add `client' when needed.
13145         * server.el (server-create-tty-frame)
13146         (server-create-window-system-frame): Set frame-inherited-parameters.
13148         * frame.el (frame-inherited-parameters): New var.
13149         (make-frame): Use it.
13151         * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
13153         * env.el (let-environment): Remove.  Unused.
13154         (read-envvar-name): Simplify.
13155         (setenv): Remove unused arg `frame'.
13157         * help-fns.el (describe-variable): Add missing "  " for multiline
13158         obsolescence info and missing EOL after global value.
13160 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
13162         * add-log.el:
13163         * ediff-vers.el:
13164         * log-view.el:
13165         * pcvs.el:
13166         * vc-arch.el:
13167         * vc-bzr.el:
13168         * vc-cvs.el:
13169         * vc.el:
13170         * vc-git.el:
13171         * vc-hg.el:
13172         * vc-hooks.el:
13173         * vc-mcvs.el:
13174         * vc-mtn.el:
13175         * vc-rcs.el:
13176         * vc-sccs.el:
13177         * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
13178         {find,init,next,previous,annotate-*,log}-version ->
13179         {find,init,next,previous,annotate-*,log}-revision,
13180         annotate-focus-version -> annotate-working-revision, The term
13181         'focus' is gone.  The term 'revision' is now used consistently
13182         everywhere that reference to a revision ID is intended, replacing
13183         older use of 'version'.
13185 2007-10-10  Juanma Barranquero  <lekktu@gmail.com>
13187         * follow.el: Change all instances of "Follow Mode" to "Follow
13188         mode" in docstrings and messages.
13189         (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
13191 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
13193         * vc.el (vc-next-action): Rewrite completely; this principal
13194         entry point now operates on a current fileset selected either
13195         explicitly via VC-Dired or implicitly by visiting a file buffer,
13196         rather than always operating on the file of the current buffer as
13197         in older versions.  Rewrite the rest of the mode to match.
13198         (with-vc-properties): Rewrite to operate on a file list.
13199         (with-vc-file): vc-checkin takes a file list argument now.
13200         (vc-post-command-functions): This hook now receives a file list.
13201         (vc-do-command): Take a either a file or a file list as argument.
13202         (vc-deduce-fileset): New function for deducing a file list to
13203         operate on.
13204         (vc-next-action-on-file, vc-next-action-dired): Remove.
13205         Merge into vc-next-action.
13206         (vc-register): Adapt to the fact that vc-start-entry now takes a
13207         file list.
13208         (vc-register-with): New function.
13209         (vc-start-entry): Take a file list argument rather than a
13210         file argument.
13211         (vc-checkout): Cope with vc-start-entry taking a file list.
13212         (vc-steal-lock): Cope with with-vc-properties taking a
13213         file list.
13214         (vc-checkin): Take a file list argument rather than a file argument.
13215         (vc-finish-logentry): Use the filelist passed by vc-start-entry.
13216         (vc-diff-internal): Rewrite for filesets.
13217         (vc-diff-sentinel): New function, tests whether changes were
13218         written into a diff buffer.
13219         (vc-diff): Rewrite for filesets.
13220         (vc-version-diff): Rewrite for filesets.
13221         (vc-print-log): Take a fileset argument.
13222         (vc-revert): Revert the entire selected fileset, not just the
13223         current buffer.
13224         (vc-rollback): Roll back the entire selected fileset, if
13225         possible.  No longer accepts a prefix argument.
13226         (vc-update): Merge new changes for the entire selected
13227         fileset, not just the current buffer.
13228         (vc-revert-file): Cope with with-vc-properties taking a file list.
13229         (vc-default-dired-state-info): Add + status suffix if the file is
13230         modified.
13231         (vc-annotate-warp-version): Use the new diff machinery.
13232         (vc-log-edit): Take a file list argument rather than a file argument.
13234 2007-10-10  Michael Albinus  <michael.albinus@gmx.de>
13236         Sync with Tramp 2.1.11.
13238         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
13239         Pacify byte compiler.
13241         * net/trampver.el: Update release number.
13243 2007-10-09  Richard Stallman  <rms@gnu.org>
13245         * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
13247 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
13249         * follow.el: Require easymenu.
13250         (follow-mode-hook, follow-mode): Doc fixes.
13251         (follow-mode-off-hook): Mark as obsolete.
13253 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
13255         * window.el (mouse-autoselect-window-cancel): Don't cancel for
13256         select-window or select-frame events.
13257         (handle-select-window): When autoselecting window set input
13258         focus.  Restructure.
13260         * frame.el (focus-follows-mouse): Move to frame.c.
13261         * cus-start.el (all): Add focus-follows-mouse.
13263 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
13265         * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
13266         activate font-locking in the *buffer-selection* buffer.
13267         (bs-show-sorted): Doc fix.
13269         * bs.el (bs--get-marked-string, bs--get-modified-string)
13270         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
13271         (bs--get-mode-name, bs-mode): Fix typos in docstrings.
13272         (bs--format-aux): Doc fix.
13274 2007-10-08  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
13276         * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
13278 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
13280         * progmodes/gud.el (gud-gud-gdb-command-name): New option.
13281         (gud-gdb): New function for old M-x gdb (text command mode).
13282         (gud-gdb-command-name, gdb): Move to...
13284         * progmodes/gdb-ui.el: ...here and adapt doc string.
13285         (gud-gdba-command-name, gdba): Delete.
13287 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
13289         * bs.el: Don't defvar `font-lock-verbose'.
13290         (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
13291         (bs--get-file-name): Fix typos in docstrings.
13292         (bs--show-header): Use `dolist' instead of `mapcar'.
13293         (bs-mode): Set `show-trailing-whitespace' to nil.
13294         (bs-buffer-sort-function, bs-mouse-select-other-frame)
13295         (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
13296         Doc fixes.
13298 2007-10-08  Adam Hupp  <adam@hupp.org>  (tiny change)
13300         * progmodes/gud.el (pdb): Specify file for gud-break.
13302 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
13304         * progmodes/gud.el (gdb): Make graphical mode the default and
13305         switch to text command mode if appropriate, i.e., reverse previous
13306         arrangement.
13307         (gud-gdb-marker-filter): Adapt for above change.
13309         * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
13310         gud-minor-mode and gud-marker-filter.
13311         (gdb-fullname-regexp): New variable.
13312         (gud-gdba-marker-filter): Use it to switch to text command
13313         mode if appropriate.
13315 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
13317         * progmodes/gud.el (gud-display-line): Find source buffer even when
13318         GUD buffer has its own frame.
13320 2007-10-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13322         * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
13324 2007-10-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13326         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
13328 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
13330         * allout.el (allout-before-change-handler): Replace got-char by
13331         goto-char.
13333 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13335         * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
13336         Used to try and automatically enabled smerge-mode in the presence of
13337         conflicts and to call `svn resolved' when the conflicts are gone.
13338         (vc-svn-parse-status): Remember the svn-specific status.
13340 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
13342         * menu-bar.el (menu-bar-search-documentation-menu): Rename from
13343         menu-bar-apropos-menu.  All users changed.
13344         (menu-bar-help-menu): Change menu symbols to better match the text
13345         displayed by the menu.
13347 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
13349         * files.el (file-name-sans-versions): Use [:alnum:] and also allow
13350         #, @, : and ^.
13352 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
13354         * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
13356         * log-view.el (log-view-mode-map): Likewise.
13358         * diff-mode.el (diff-mode-shared-map): Likewise.
13360 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
13362         * files.el (file-name-sans-versions): Also allow `A-Z'.
13364         * vc.el: Mention all supported VC backends.
13366 2007-10-08  Richard Stallman  <rms@gnu.org>
13368         * wid-edit.el (widget-specify-button): Don't merge mouse-face with
13369         neighbouring buttons.
13371 2007-10-08  Andreas Schwab  <schwab@suse.de>
13373         * files.el (file-name-sans-versions): Also allow `_'.
13375 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
13377         * files.el (file-name-sans-versions): Allow - and a-z in version names.
13379         * log-view.el (log-view-mode-map, log-view-mode-menu):
13380         Bind log-view-annotate-version.
13381         (log-view-beginning-of-defun, log-view-end-of-defun)
13382         (log-view-annotate-version): New functions.
13383         (log-view-mode): Use log-view-beginning-of-defun and
13384         log-view-end-of-defun.
13386 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13388         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
13390 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13392         * wid-edit.el (widget-image-insert): Don't merge mouse-face with
13393         neighbouring buttons.
13395         * progmodes/compile.el (compilation-error-regexp-alist-alist):
13396         Recognize gcc's use of "note" for informational messages.
13398 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13400         * textmodes/css-mode.el (css-electric-keys): electrick->electric.
13401         (css-mode): Update correspondingly.
13403 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
13405         * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
13406         Signed-off-by, Acked-by and Merge.
13408 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13410         * ediff-init.el (ediff-verbose-p): This var is not a constant.
13412 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13414         * vc-mtn.el: New file.
13416         * vc-hooks.el (vc-handled-backends): Add Mtn.
13418 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
13420         * files.el (find-file, find-file-other-window)
13421         (find-file-other-frame, find-file-existing, find-file-read-only)
13422         (find-file-read-only-other-window)
13423         (find-file-read-only-other-frame)
13424         (find-alternate-file-other-window, find-alternate-file): Doc fixes.
13426 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
13428         * progmodes/gud.el (gdb-ready): New variable.
13429         (gdb): Set it to nil.  Set gud-running to nil here...
13430         (gud-common-init): ...instead of here.
13432         * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
13433         Use gdb-ready.  Discard input until GDB is ready to accept it.
13435 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
13437         * dired.el (dired-warning): Inherit from font-lock-warning-face to
13438         make it show up with eight colors.
13440 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13442         * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
13443         diffs are concatenated with no intervening line.
13445 2007-10-08  Dave Love  <fx@gnu.org>
13447         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
13448         (python-font-lock-keywords): Update to the 2.5 version of the language.
13449         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
13450         (python-backspace): Only behave funny in code.
13451         (python-compilation-regexp-alist): Add PDB stack trace regexp.
13452         (inferior-python-mode): Add PDB prompt regexp.
13453         (python-fill-paragraph): Refine the fenced-string regexp.
13454         (python-find-imports): Handle imports spanning several lines.
13455         (python-mode): Add `class' to hideshow support.
13457 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13459         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
13460         Use add-log-buffer-file-name-function rather than binding
13461         buffer-file-name, so we don't end up calling change-log-mode in *cvs*
13462         when `fi' is the ChangeLog file itself.
13464         * outline.el (outline-flag-region): Use front-advance.
13466 2007-10-08  Ilya Zakharevich  <ilyaz@cpan.org>
13468         * progmodes/cperl-mode.el: Merge upstream 5.23.
13469         (cperl-where-am-i): Remove function.
13470         (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
13471         (cperl-sniff-for-indent): De-invert [string] and [comment].
13472         When looking for label, skip s:m:y:tr.
13473         (cperl-indent-line): Likewise.
13474         (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
13475         (cperl-windowed-init): Wrong `ps-print' handling.
13476         Both thanks to Chong Yidong.
13477         (cperl-look-at-leading-count): Could fail with unfinished RExen.
13478         (cperl-find-pods-heres): If the second part of s()[] is missing,
13479         don't try to highlight delimiters...
13481 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13483         * progmodes/compile.el (compilation-get-file-structure): Complete last
13484         change by also using spec-directory in the puthash.
13486 2007-10-08  Riccardo Murri  <riccardo.murri@gmail.com>
13488         * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
13489         (vc-bzr-status): Fix shadowing of variable 'status'.
13490         (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
13491         Use `expand-file-name' instead of `concat'.
13492         (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
13493         Update annotation line regexp.  Fixes launchpad.net [Bug 137435].
13495 2007-10-08  Jason Rumney  <jasonr@gnu.org>
13497         * frame.el (focus-follows-mouse): Doc-fix.  Change default on w32.
13499 2007-10-08  Richard Stallman  <rms@gnu.org>
13501         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
13502         Add `safe-local-variable' property.
13503         (lisp-body-indent): Likewise.
13505 2007-10-08  Richard Stallman  <rms@gnu.org>
13507         * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
13508         Add doc string.
13510 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
13512         * files.el (backup-buffer-copy): Try to overwrite old backup first.
13514 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
13516         * repeat.el (repeat): Use last-repeatable-command instead of
13517         real-last-command.  Run pre- and post-command hooks for
13518         self-insertion.  Update doc-string.
13520 2007-10-08  Alexandre Julliard  <julliard@winehq.org>
13522         * vc-git.el (vc-git-state): Call git-add --refresh to update the
13523         state of the file.
13524         (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
13525         (vc-git-create-repo): Fix invalid command.
13527 2007-10-08  Richard Stallman  <rms@gnu.org>
13529         * textmodes/flyspell.el (flyspell-mode):
13530         Catch errors in flyspell-mode-on.
13532 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
13534         * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
13536 2007-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13538         * international/encoded-kb.el (encoded-kbd-setup-display):
13539         Use input-decode-map rather than local-key-translation-map.
13541         * term/rxvt.el (rxvt-alternatives-map): New map.
13542         (terminal-init-rxvt): Use it.
13543         Bind rxvt-function-map in input-decode-map.
13545         * term/xterm.el (xterm-alternatives-map): New map.
13546         (terminal-init-xterm): Use it.
13547         Bind xterm-function-map in input-decode-map.
13549         * term/x-win.el (x-alternatives-map): New var.
13550         (x-setup-function-keys): Use it.
13552         * help-fns.el (describe-variable): Slightly change the layout of
13553         meta-info to separate it better from the docstring.
13554         Standardize insertion of extra empty lines in various circumstances.
13556         * diff-mode.el (diff-hunk-style): New fun.
13557         (diff-end-of-hunk): Use it.
13558         (diff-context->unified): Use the new `apply' undo element,
13559         if applicable, so as to save undo-log space.
13560         (diff-fine-change): New face.
13561         (diff-fine-highlight-preproc): New function.
13562         (diff-fine-highlight): New command.
13563         (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
13565         * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
13566         (smerge-refine-highlight-change): Add `props' argument.
13567         (smerge-refine-subst): New function holding most of smerge-refine.
13568         (smerge-refine): Use it.
13570 2007-10-08  Eric S. Raymond  <esr@snark.thyrsus.com>
13572         * vc.el (vc-default-wash-log): Remove unused code, the
13573         log washers all live in the backends now.
13574         (vc-default-comment-history): Correct for the fact
13575         that wash-log is argumentless in the new API.
13577 2007-10-08  Michael Albinus  <michael.albinus@gmx.de>
13579         * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
13580         (tramp-maybe-send-script): Apply `member' but `memq'.
13581         (tramp-advice-file-expand-wildcards): Simplify implementation.
13583 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
13585         * follow.el (follow-mode): Don't run hooks twice.  Use `when'.
13587         * mb-depth.el (minibuf-depth-indicator-function): New variable.
13588         (minibuf-depth-setup-minibuffer): Use it.
13590 2007-10-07  Glenn Morris  <rgm@gnu.org>
13592         * simple.el (bad-packages-alist): Clarify Semantic and CEDET
13593         version numbers.
13595 2007-10-06  Juri Linkov  <juri@jurta.org>
13597         * textmodes/fill.el (fill-paragraph-or-region): New function.
13599         * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
13600         instead of fill-paragraph.
13602         * tutorial.el (tutorial--default-keys): Replace fill-paragraph
13603         with fill-paragraph-or-region.  Suspend command is now the same
13604         `suspend-frame' on window systems and on tty.
13606         * image.el (image-type): Check if image-types is bound to not fail
13607         on tty.
13609         * delsel.el (delete-selection-pre-hook):
13610         * emulation/cua-base.el (cua-paste): Check if mouse-region-match
13611         is fbound to not fail on mouseless tty.
13613 2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
13615         * net/tramp.el (top): Move loading of tramp-util.el and
13616         tramp-vc.el to tramp-compat.el.
13617         (tramp-make-tramp-temp-file): Complete rewrite.  Create remote
13618         temporary file if possible, in order to avoid a security hole.
13619         (tramp-do-copy-or-rename-file-out-of-band)
13620         (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
13621         with DONT-CREATE, because the connection is not setup yet.
13622         (tramp-handle-process-file): Rewrite temporary file handling.
13623         (tramp-completion-mode): New defvar.
13624         (tramp-completion-mode-p): Use it.
13626         * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
13628         * net/tramp-fish.el (tramp-fish-handle-process-file):
13629         Rewrite temporary file handling.
13631 2007-10-06  Eric S. Raymond  <esr@snark.thyrsus.com>
13633         * vc.el: Workfile version -> focus version change.  Port various
13634         comments from new VC to reduce the noise in the diff.
13635         Patch in the new vc-create-repo function to go with the
13636         header comment about it already present.
13637         There are no changes to existing logic in this patch.
13638         (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
13640 2007-10-06  Aaron Hawley  <aaronh@garden.org>
13642         * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
13644 2007-10-05  Chris Moore  <dooglus@gmail.com>
13646         * server.el (server-kill-new-buffers): Doc fix.
13648 2007-10-05  John W. Eaton  <jwe@octave.org>
13650         * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
13651         (octave-begin-keywords): Add "do".
13652         (octave-end-keywords): Remove "end".
13653         (octave-reserved-words): Add "end".  Remove "all_va_args",
13654         "gplot", and 'gsplot".
13655         (octave-text-functions): Remove "gset", "gshow", "set", and "show".
13656         (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
13657         "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
13658         "default_return_value", "define_all_return_values",
13659         "do_fortran_indexing", "empty_list_elements_ok",
13660         "gnuplot_has_multiplot", "implicit_str_to_num_ok",
13661         "ok_to_lose_imaginary_part", "prefer_column_vectors",
13662         "prefer_zero_one_indexing", "propagate_empty_matrices",
13663         "resize_on_range_error", "treat_neg_dim_as_zero",
13664         "warn_assign_as_truth_value", "warn_comma_in_global_decl",
13665         "warn_divide_by_zero", "warn_function_name_clash",
13666         "warn_missing_semicolon", "whitespace_in_literal_matrix".
13667         Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
13668         "crash_dumps_octave_core", "sighup_dumps_octave_core",
13669         "sigterm_dumps_octave_core".
13670         (octave-block-match-alist): Remove "end" from block-end keywords.
13671         (octave-mode): Update ftp site address.
13673 2007-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
13675         * vc.el: Reorder functions, no code changes.
13677 2007-10-04  Michael Albinus  <michael.albinus@gmx.de>
13679         * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
13680         (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
13681         the cond clauses where needed.
13682         (tramp-handle-write-region): Rearrange code for proper handling of
13683         tmpfile.
13685         * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
13687         * net/tramp.el:
13688         * net/tramp-fish.el:
13689         * net/tramp-ftp.el:
13690         * net/tramp-smb.el: Rename `tramp-make-temp-file' to
13691         `tramp-compat-make-temp-file'.
13693 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
13695         * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
13697 2007-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13699         * emacs-lisp/copyright.el (copyright-update): Don't update if the file
13700         already uses a more recent copyright version than the "current" one.
13702 2007-10-03  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
13704         * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
13705         (doc-view-insert-image): Minor aesthetical docstring changes.
13707 2007-10-03  Tassilo Horn  <tassilo@member.fsf.org>
13709         * doc-view.el (doc-view): Don't ignore pdf and dvi files when
13710         completing filename.
13711         (doc-view-search-internal): Docstring change.
13713 2007-10-03  Michael Albinus  <michael.albinus@gmx.de>
13715         * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
13716         (tramp-file-name-handler-alist):
13717         Add `tramp-handle-insert-file-contents-literally'.  Needed for XEmacs.
13718         (tramp-make-temp-file): Use `make-temp-name'.  `make-temp-file',
13719         used before, creates the file already, which is not desired.
13720         (tramp-do-copy-or-rename-file-directly): Simplify handling of
13721         temporary file.
13722         (tramp-handle-insert-file-contents): Assign the result in the
13723         short track case.
13724         (tramp-handle-insert-file-contents-literally): New defun.
13725         (tramp-completion-mode-p): Revert change from 2007-09-24.
13726         Checking for `return' etc as last character is not sufficient, for
13727         example in dired-mode when entering <g> (revert-buffer) or
13728         <s> (dired-sort).
13730         * net/tramp-compat.el (top): Add also compatibility code for loading
13731         appropriate timer package.
13732         (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
13733         order to avoid autoloading problems.
13735         * net/tramp-fish.el:
13736         * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
13738         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
13739         where the second parameter of `copy-file' or `rename-file' is a
13740         remote file but not via ftp.
13742 2007-10-02  Richard Stallman  <rms@gnu.org>
13744         * frame.el (cursor-in-non-selected-windows): Doc fix.
13746 2007-10-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
13748         * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
13749         Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
13751 2007-10-01  Jay Belanger  <jay.p.belanger@gmail.com>
13753         * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
13754         when `expt' doesn't give range errors.
13756 2007-10-01  Markus Triska  <markus.triska@gmx.at>
13758         * calc/calc-math.el (math-smallest-emacs-expt):
13759         Make the computation more robust.
13761 2007-09-30  David Kastrup  <dak@gnu.org>
13763         * startup.el (argv): Alias for `command-line-args-left' to use as
13764         `(pop argv)' inside of --eval command sequences.  Allows for
13765         passing shell commands into Emacs verbatim without need for Lisp
13766         quoting.
13768         * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
13769         check only for changed size.
13770         (auto-revert-tail-handler): Get size from caller.  If the file has
13771         shrunk, tail the whole file again (the file presumably has been
13772         rewritten).
13774         * woman.el (woman-topic-all-completions, woman-mini-help):
13775         Fix fallout from 2007-09-07 introduction of `dolist' when the list
13776         actually was being manipulated in the loop.
13777         (woman-Cyg-to-Win, woman-pre-process-region)
13778         (woman-horizontal-escapes, woman-if-body, woman-unescape)
13779         (woman-strings, woman-special-characters, woman1-hc)
13780         (woman-change-fonts, woman-find-next-control-line):
13781         Use `match-beginning' rather than `match-string' when the result is
13782         just used as a flag.
13784 2007-09-30  Michael Albinus  <michael.albinus@gmx.de>
13786         * net/tramp-compat.el: New file.
13788         * net/tramp.el:
13789         * net/tramp-fish.el:
13790         * net/tramp-smb.el:
13791         * net/tramp-uu.el:
13792         * net/trampver.el: Move compatibility code to tramp-compat.el.
13793         Apply `mapc' instead of `mapcar' when the code needs side effects
13794         only.  Move utf-8 coding cookie to the second line.
13796 2007-09-30  Reiner Steib  <Reiner.Steib@gmx.de>
13798         * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
13799         Improve custom type.
13800         (icon-map-list): Make it customizable.  Document how to disable
13801         stock icons.
13803 2007-09-30  Richard Stallman  <rms@gnu.org>
13805         * play/zone.el (zone-hiding-modeline): Use mode-line-format.
13807 2007-09-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13809         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
13811 2007-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13813         * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode.  Rewrite.
13814         (t-mouse-mode): New compatibility alias.
13816 2007-09-28  Dan Nicolaescu  <dann@ics.uci.edu>
13818         * server.el (server-delete-client): Only delete the terminal if it
13819         is non-nil.
13821 2007-09-28  Michael Albinus  <michael.albinus@gmx.de>
13823         * net/tramp.el (with-file-property, with-connection-property):
13824         Highlight as keyword.
13825         (tramp-rfn-eshadow-setup-minibuffer)
13826         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
13827         (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
13828         (tramp-do-copy-or-rename-file-directly)
13829         (tramp-do-copy-or-rename-file-out-of-band)
13830         (tramp-handle-shell-command, tramp-get-debug-buffer)
13831         (tramp-send-command-and-read, tramp-equal-remote)
13832         (tramp-get-local-gid): Pacify byte-compiler.
13833         (tramp-handle-file-name-directory): Result shall not be expanded.
13834         (tramp-find-foreign-file-name-handler): Rewrite.
13835         (tramp-dissect-file-name): Add optional parameter NODEFAULT.
13837         * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
13839         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
13840         Apply `tramp-completion-mode-p'.
13841         (tramp-fish-handle-set-file-times)
13842         (tramp-fish-handle-executable-find)
13843         (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
13844         (tramp-fish-retrieve-data): Pacify byte-compiler.
13846         * net/tramp-gw.el (tramp-gw-basic-authentication):
13847         Call `tramp-read-passwd' with first parameter `nil'.
13849 2007-09-28  Glenn Morris  <rgm@gnu.org>
13851         * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
13852         than mapcar.
13854         * textmodes/tex-mode.el (tex-suscript-height-ratio)
13855         (tex-suscript-height-minimum): New customizable variables.
13856         (tex-suscript-height): New function.
13857         (superscript, subscript): Set height using tex-suscript-height
13858         rather than fixing at 0.8.
13859         (tex-fontify-script, tex-font-script-display): Add :version tag.
13861 2007-09-27  Juanma Barranquero  <lekktu@gmail.com>
13863         * progmodes/python.el (python-eldoc-function): Doc fix.
13865 2007-09-27  Glenn Morris  <rgm@gnu.org>
13867         * image.el (image-type-auto-detected-p): Doc fix.  Don't detect an
13868         image if it is not in image-type-auto-detectable, or is there with
13869         a nil value.
13871 2007-09-27  Michael Albinus  <michael.albinus@gmx.de>
13873         * net/tramp.el (tramp-maybe-open-connection): Make test for alive
13874         connection more robust.
13876 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
13878         * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
13879         Deal with the case that special &keywords are at the beginning or
13880         end of the argument list.  Also add some (incomplete) support for
13881         non-standard arglists.
13883 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
13885         * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
13886         (eldoc-message-commands, eldoc-current-idle-delay)
13887         (eldoc-function-argstring-format): Fix typos in docstrings.
13889 2007-09-26  Jay Belanger  <jay.p.belanger@gmail.com>
13891         * calc/calc-units.el (calc-convert-units)
13892         (calc-convert-temperature): Remove unnecessary colons.
13894 2007-09-26  Bastien Guerry  <bzg@altern.org>
13896         * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
13897         New function.
13898         (org-export-latex-remove-from-headlines): Name changed because of typo.
13899         (org-export-latex-quotation-marks-convention): Option removed.
13900         (org-export-latex-make-preamble): Handle the DATE option.
13901         (org-export-latex-cleaned-string): Now the only cleaning function,
13902         synched up with org.el.
13903         (org-export-latex-lists, org-export-latex-parse-list)
13904         (org-export-list-to-latex): New functions.
13906 2007-09-26  Carsten Dominik  <dominik@science.uva.nl>
13908         * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
13909         (org-outline-regexp): New constant.
13910         (org-remember-handler): Throw error when the target file is not in
13911         org-mode.
13912         (org-cleaned-string-for-export): No longer call
13913         `org-export-latex-cleaned-string' with an argument.
13914         (org-get-tags): Returns now a list, not a string.
13915         (org-get-tags-string): New function.
13916         (org-archive-subtree): No need to split return of `org-get-tags'.
13917         (org-set-tags, org-entry-properties): Call `org-get-tags-string'
13918         instead of `org-get-tags'.
13919         (org-agenda-format-date): Rename from `org-agenda-date-format'.
13920         (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
13921         (org-compatible-face): New argument INHERITS.  Inherit from this
13922         face if possible.
13923         (org-level-1, org-level-2, org-level-3, org-level-4)
13924         (org-level-5, org-level-6, org-level-7, org-level-8)
13925         (org-special-keyword, org-drawer, org-column, org-warning)
13926         (org-archived, org-todo, org-done, org-headline-done, org-table)
13927         (org-formula, org-code, org-agenda-structure)
13928         (org-scheduled-today, org-scheduled-previously)
13929         (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
13930         in the new way.
13931         (org-get-heading): New argument NO-TAGS.
13932         (org-fast-tag-selection-include-todo): Made defvar instead of
13933         defcustom, feature is not deprecated.
13934         (org-remember-store-without-prompt): New default value t.
13935         (org-todo-log-states): New variable.
13936         (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
13937         Compute the log states.
13938         (org-goto-map): More commands copied from global map.  Also bind
13939         `org-occur'.
13940         (org-goto): Made into a general lookup command.
13941         (org-get-location): Complete rewrite.
13942         (org-goto-exit-command): New variable.
13943         (org-goto-selected-point): New variable.
13944         (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
13945         Set the new variables.
13946         (org-paste-subtree): Whitespace insertion strategy revised.
13947         (org-remember-apply-template): Protect v-A from the possibility
13948         that v-a might be nil.
13949         (org-remember-handler): Insertion rules revised.
13950         (org-todo): Respect org-todo-log-states.
13951         (org-up-heading-safe): New function.
13952         (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
13954 2007-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
13956         * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
13957         region if in transient-mark-mode.
13959 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
13961         * calc/calc-ext.el (calc-init-extensions, calc-reset):
13962         * calc/calc-help.el (calc-full-help):
13963         * calc/calc-misc.el (another-calc):
13964         * calc/calc-store.el (calc-var-name-map):
13965         * calc/calc-stuff.el (calc-flush-caches):
13966         * calc/calc-units.el (math-build-units-table):
13967         * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
13968         (calc-quit):
13969         * calendar/icalendar.el (icalendar--format-ical-event)
13970         (icalendar--convert-ical-to-diary):
13971         * emacs-lisp/authors.el (authors):
13972         * emacs-lisp/cust-print.el (custom-print-install)
13973         (custom-print-uninstall):
13974         * emacs-lisp/disass.el (disassemble-1):
13975         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
13976         * emacs-lisp/edebug.el (byte-compile-resolve-functions):
13977         * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
13978         (elint-check-let-form, elint-check-condition-case-form)
13979         (elint-initialize):
13980         * emacs-lisp/elp.el (elp-results):
13981         * emacs-lisp/generic.el (generic-mode-internal):
13982         * emacs-lisp/re-builder.el (reb-delete-overlays):
13983         * emacs-lisp/regi.el (regi-interpret):
13984         * emacs-lisp/sregex.el (sregex--char-aux):
13985         * emulation/cua-rect.el (cua--deactivate-rectangle)
13986         (cua--highlight-rectangle, cua--rectangle-post-command):
13987         * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
13988         * emulation/viper-macs.el (viper-describe-kbd-macros)
13989         (viper-describe-one-macro):
13990         * emulation/viper-util.el (viper-setup-master-buffer):
13991         * emulation/viper.el (set-viper-state-in-major-mode):
13992         * international/mule-diag.el (describe-current-coding-system):
13993         * language/ethio-util.el (ethio-fidel-to-sera-buffer):
13994         * mail/emacsbug.el (report-emacs-bug):
13995         * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
13996         * obsolete/hilit19.el (hilit-unhighlight-region)
13997         (hilit-set-mode-patterns):
13998         * play/solitaire.el (solitaire-check, solitaire-solve):
13999         * play/zone.el (zone-pgm-rotate):
14000         * progmodes/ada-mode.el (ada-save-exceptions-to-file):
14001         * progmodes/ada-prj.el (ada-prj-display-page):
14002         * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
14003         (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
14004         * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
14005         (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
14006         * progmodes/sh-script.el (sh-make-vars-local)
14007         (sh-reset-indent-vars-to-global-values):
14008         * progmodes/sql.el (top):
14009         * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
14010         * progmodes/xscheme.el (top):
14011         * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
14012         (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
14013         (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
14014         (artist-vaporize-lines, artist-ellipse-compute-fill-info)
14015         (artist-submit-bug-report):
14016         * textmodes/flyspell.el (flyspell-delay-commands)
14017         (flyspell-deplacement-commands):
14018         * textmodes/table.el (table--generate-source-epilogue, table-insert)
14019         (table--generate-source-cells-in-a-row, table--make-cell-map)
14020         (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
14022 2007-09-25  Juanma Barranquero  <lekktu@gmail.com>
14024         * allout.el (produce-allout-mode-map, allout-process-exposed):
14025         * ansi-color.el (ansi-color-make-color-map):
14026         * autoinsert.el (auto-insert):
14027         * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
14028         * dired-aux.el (dired-create-files):
14029         * dired.el (dired-restore-desktop-buffer):
14030         * ediff-diff.el (ediff-setup-fine-diff-regions):
14031         * ediff-mult.el (ediff-intersect-directories)
14032         (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
14033         (ediff-redraw-registry-buffer):
14034         * ediff-ptch.el (ediff-fixup-patch-map):
14035         * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
14036         (ediff-really-quit, ediff-clear-diff-vector):
14037         * emerge.el (emerge-really-quit):
14038         * ffap.el (ffap-replace-file-component):
14039         * filecache.el (file-cache-add-directory)
14040         (file-cache-add-directory-recursively)
14041         (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
14042         (file-cache-delete-directory, file-cache-files-matching-internal)
14043         (file-cache-display):
14044         * files.el (cd):
14045         * find-lisp.el (find-lisp-insert-directory):
14046         * finder.el (finder-compile-keywords):
14047         * help.el (view-emacs-news):
14048         * hi-lock.el (hi-lock-write-interactive-patterns):
14049         * ido.el (ido-to-end, ido-set-matches-1):
14050         * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
14051         (image-dired-mark-tagged-files):
14052         * jka-cmpr-hook.el (jka-compr-get-compression-info):
14053         * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
14054         * ps-print.el (ps-background, ps-begin-file)
14055         (ps-build-reference-face-lists):
14056         * simple.el (clone-buffer):
14057         * startup.el (command-line):
14058         * tempo.el (tempo-insert-template, tempo-is-user-element)
14059         (tempo-forward-mark, tempo-backward-mark):
14060         * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
14062 2007-09-25  Glenn Morris  <rgm@gnu.org>
14064         * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
14066         * view.el (view-search-no-match-lines): Add a doc string.
14067         Rewrite to simplify and work better.
14069 2007-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
14071         * progmodes/cc-mode.el (c-mode-base-map):
14072         Use c-indent-line-or-region instead of c-indent-line.
14074         * indent.el (indent-for-tab-command): First check if the region is
14075         active.
14077 2007-09-24  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
14079         * whitespace.el (whitespace-tickle-timer): Don't install the timer if
14080         whitespace-rescan-timer-time is 0.
14082 2007-09-24  Karl Berry  <karl@gnu.org>
14084         * international/mule.el (coding-system-base): Fix doc string grammar.
14086 2007-09-24  Michael Albinus  <michael.albinus@gmx.de>
14088         * net/tramp.el (tramp-completion-mode-p): Rename from
14089         `tramp-completion-mode'.  Revert logic, check `return', `newline'
14090         and such alike.  Packages like Icicles tend to use other completion
14091         characters but `tab' and `space' only.
14093 2007-09-24  Adam Hupp  <adam@hupp.org>
14095         * progmodes/python.el (run-python): Import emacs module without
14096         waiting; prevents lockup on error.
14098 2007-09-23  Richard Stallman  <rms@gnu.org>
14100         * mail/sendmail.el (mail-bury): Delete the frame
14101         if this frame looks like it was made for this message.
14103         * completion.el (completion-separator-self-insert-command)
14104         (completion-separator-self-insert-autofilling):
14105         If `self-insert-command' has been remapped, use the substitute.
14107         * simple.el (copy-region-as-kill): Doc fix.
14109         * textmodes/org.el (org-confirm-shell-link-function)
14110         (org-confirm-elisp-link-function): Doc fixes.
14112 2007-09-23  Glenn Morris  <rgm@gnu.org>
14114         * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
14116 2007-09-23  Dan Nicolaescu  <dann@ics.uci.edu>
14118         * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
14120         * term/tvi970.el (terminal-init-tvi970): Likewise.
14122         * term/sun-mouse.el (print-mouse-format): Likewise.
14124         * term/sun.el (scroll-down-in-place, scroll-up-in-place):
14125         Use forward-line instead of previous-line and next-line.
14127 2007-09-22  Juri Linkov  <juri@jurta.org>
14129         * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
14131         * tutorial.el (tutorial--default-keys): Update standard bindings:
14132         rename `iconify-or-deiconify-frame' to `suspend-frame',
14133         and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
14135 2007-09-22  Juri Linkov  <juri@jurta.org>
14137         * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
14138         Add help-echo to external links and to links without description.
14139         (fancy-splash-insert): Use help-echo from the 3rd element of the
14140         link specification list, or "Follow this link" if it's nil.  Doc fix.
14142 2007-09-22  Juri Linkov  <juri@jurta.org>
14144         * startup.el (command-line): Rename `inhibit-startup-message' to
14145         `inhibit-startup-screen'.
14146         (fancy-about-text): Use shorter label for "Ordering Manuals".
14147         (fancy-startup-tail): Add optional arg `concise'.  When `concise'
14148         is nil, display a line with "To start..." and 3 links to useful
14149         tasks.  Display the "Dismiss" button and "Don't show this message
14150         again" only when concise is non-nil.
14151         (fancy-startup-screen): Call `fancy-startup-tail' with optional
14152         arg `concise'.  If CONCISE is non-nil, display a concise version
14153         of the splash screen in another window.  Otherwise, switch to the
14154         startup buffer in the same window.
14155         (startup-echo-area-message): Change displayed binding from
14156         C-h C-p (describe-project) to C-h C-a (about-emacs), and change
14157         text "about the GNU system and GNU/Linux" to "about GNU Emacs and
14158         the GNU system".
14159         (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
14160         to "*GNU Emacs*".
14161         (display-about-screen): Don't check the existence of the buffer
14162         "*About GNU Emacs*".
14163         (display-splash-screen): Make alias to `display-startup-screen'.
14164         (command-line-1): Rename `inhibit-startup-message' to
14165         `inhibit-startup-screen'.  Inhibit startup screen when Emacs is
14166         started with command line options "-f", "-funcall", "-e", "-eval",
14167         "-execute", "-insert", "-find-file", "-file", "-visit".
14168         Inhibit startup screen when Emacs is started with a file name only
14169         on tty (i.e. don't inhibit it when started with a file name like
14170         "emacs FILE..." on a window system).
14171         (command-line-1): Simplify logic of displaying the startup screen:
14172         if file-count > 0, then display the concise version in another
14173         window, otherwise display full version in the same window.
14175         * help.el (help-map): Bind C-h C-a to about-emacs.
14176         (help-for-help-internal): Add C-a description to C-h help text.
14178 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
14180         * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
14181         (checkdoc-permit-comma-termination-flag): Autoload the
14182         safe-local-variable setting.
14184         * bookmark.el (bookmark-xemacsp): Remove.
14185         (bookmark-make): Don't use bookmark-xemacsp,
14186         use (featurep 'xemacs) instead.
14188         * speedbar.el (speedbar-frame-mode)
14189         (speedbar-frame-reposition-smartly)
14190         (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
14191         (speedbar-check-vc): Remove use of non-existent variable
14192         dframe-xemacsp, use (featurep 'xemacs) instead.
14194         * indent.el (indent-for-tab-command): Indent the region if
14195         transient-mark-mode and the region is active.
14197 2007-09-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
14199         * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
14200         add inferior-octave-directory-tracker to the buffer-local value
14201         of comint-input-filter-functions.
14203 2007-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
14205         * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
14207 2007-09-21  Juanma Barranquero  <lekktu@gmail.com>
14209         * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
14210         on w32 frames.
14212 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14214         * startup.el (normal-top-level): Remove DISPLAY from
14215         process-environment to let it be computed dynamically in callproc.c.
14217         * frame.el (frame-initialize, make-frame):
14218         * faces.el (tty-set-up-initial-frame-faces):
14219         * env.el (setenv): Don't set display-environment-variable.
14221         * server.el (server-getenv-from): Remove.  Use getenv-internal instead.
14222         (server-create-tty-frame): Don't set unused `tty' property.
14223         Set `display' instead of display-environment-variable.
14224         (server-create-window-system-frame): No display-environment-variable.
14226 2007-09-21  Michael Albinus  <michael.albinus@gmx.de>
14228         * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
14229         (rfn-eshadow-update-overlay-hook): New defvars.
14230         (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
14231         Run the hooks.
14233         * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
14234         (tramp-rfn-eshadow-setup-minibuffer)
14235         (tramp-rfn-eshadow-update-overlay): New defuns.  Hook into
14236         rfn-eshadow.el.
14238         * net/tramp-smb.el (tramp-smb-errors): Add error message for call
14239         timeout.
14241 2007-09-21  Glenn Morris  <rgm@gnu.org>
14243         * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
14244         * term/sun-mouse.el (suspend-emacstool): Remove.
14245         * term/sun.el: Remove emacstool-related code.
14247         * emacs-lisp/bytecomp.el (byte-compile-warnings)
14248         (byte-compile-warnings-safe-p): Add `mapcar'.
14249         (byte-compile-warning-types): Add mapcar and make-local.
14250         (byte-compile-normal-call): Add option to suppress mapcar warning.
14251         (top-level): Use mapc rather than mapcar in eval-when-compile.
14253         * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
14254         (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
14255         (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
14256         Handle escaped parens.
14257         (latex-forward-sexp): Doc fix.
14259         * eshell/esh-mode.el (eshell-output-filter-functions):
14260         Add eshell-postoutput-scroll-to-bottom.
14262         * loadup.el: Remove termdev.
14264         * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
14265         * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
14267 2007-09-21  Markus Triska  <markus.triska@gmx.at>
14269         * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
14270         `mapcar' is called for effect.
14272 2007-09-21  Kevin Ryde  <user42@zip.com.au>
14274         * international/mule.el (sgml-html-meta-auto-coding-function):
14275         Bind `case-fold-search' to t.
14277 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14279         * termdev.el: Remove.
14281         * frame.el (get-device-terminal): New function.  Moved from termdev.el.
14282         (frames-on-display-list): Use it.
14284         * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
14286         * termdev.el (terminal-id): Ask terminal-live-p before giving up.
14288 2007-09-20  Richard Stallman  <rms@gnu.org>
14290         * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
14292 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14294         * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
14296 2007-09-20  Glenn Morris  <rgm@gnu.org>
14298         * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
14299         motion functions, rather than hard-coding "\n\n".
14300         (tex-validate-region): Check for eobp, to speed up.
14301         (tex-next-unmatched-end): Doc fix.
14303 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14305         * files.el (auto-mode-alist): Use archive-mode for .rar files.
14307         * international/mule.el (auto-coding-alist): Rar archives are binary.
14309         * arc-mode.el: Add basic support for Rar.
14310         (archive-find-type): Recognize Rar's signature.
14311         (archive-desummarize): New fun.
14312         (archive-summarize): Use it to restore the buffer's data in case
14313         someone wants to switch to some other major mode.
14314         (archive-resummarize): Use it as well.
14315         (archive-rar-summarize, archive-rar-extract): New functions.
14317         * filesets.el: Remove spurious * in docstrings.
14318         (filesets-running-xemacs): Remove.  Use (featurep 'xemacs) instead.
14319         (filesets-conditional-sort): Remove unused arg `simply-do-it'.
14320         (filesets-ingroup-collect): Remove unused arg `depth'.
14321         (filesets-update): Remove unused arg `version'.
14323         * finder.el (finder-compile-keywords): Fix up comment style.
14324         (finder-mouse-face-on-line): previous-line -> forward-line.
14326         * recentf.el: Remove spurious * in docstrings.
14327         (recentf-save-list): Fix up comment style.
14329         * progmodes/octave-mod.el: Remove spurious * in docstrings.
14330         (octave-mode-map): Move init into declaration and remove \t binding.
14331         (octave-mode-startup-message): Remove unused var.
14332         (octave-scan-blocks): Remove unused arg `from'.
14333         (octave-forward-block, octave-down-block, octave-up-block):
14334         Update callers.
14336         * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
14337         (meta-mode-map): Likewise and remove \t binding.
14339         * net/snmp-mode.el: Remove spurious * in docstrings.
14340         (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
14341         (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
14342         (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
14343         that completion accepts lists of strings.
14344         (snmp-mode-syntax-table): Move initialization into declaration.
14345         (snmp-mode-map): Likewise and remove \t binding.
14346         (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
14347         (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
14348         (snmp-indent-command): Remove.
14350         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
14351         binding, so tab-always-indent works right.
14353 2007-09-19  Johannes Weiner  <hannes@saeurebad.de>
14355         * net/browse-url.el (browse-url-elinks-new-window): New function.
14356         (browse-url-elinks): Use browse-url-elinks-new-window.
14357         Accept optional second argument `new-window'.  Fix typo in doc-string.
14358         (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
14359         Improve error message.
14361 2007-09-19  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
14363         * net/browse-url.el (browse-url-url-encode-chars): Use the right
14364         parameter name in the function body.
14365         Reported by Johannes Weiner.
14367 2007-09-19  Glenn Morris  <rgm@gnu.org>
14369         * net/socks.el (socks-open-network-stream): Signal an explicit
14370         error if the port associated with a service string can't be found.
14372         * textmodes/tex-mode.el (tex-terminate-paragraph):
14373         Use backward-paragraph.
14375 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14377         * server.el (server-running-p): New function.
14379 2007-09-18  Jason Rumney  <jasonr@gnu.org>
14381         * term/w32-win.el (w32-focus-frame): Make obsolete alias for
14382         x-focus-frame.
14384         * frame.el (select-frame-set-input-focus, select-frame-by-name):
14385         Use x-focus-frame for w32.
14387 2007-09-17  David Kastrup  <dak@gnu.org>
14389         * textmodes/tex-mode.el (tex-verbatim-environments):
14390         Eliminate CL dependency.
14392 2007-09-17  Richard Stallman  <rms@gnu.org>
14394         * newcomment.el (comment-add): New arg EXTRA.
14395         (comment-region-default): Pass EXTRA if not indenting lines.
14397 2007-09-17  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
14399         * net/browse-url.el (browse-url-url-encode-chars): New function.
14400         URL-encode some chars in a string.
14401         (browse-url-encode-url): Rewrite using the previous function.
14402         (browse-url-file-url): Use `browse-url-url-encode-chars'.
14403         (browse-url-elinks-sentinel): Fix typo.
14404         (browse-url-new-window-flag): Doc change.
14406 2007-09-17  Glenn Morris  <rgm@gnu.org>
14408         * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
14409         filename from `--file-line-error', if it is available.
14411 2007-09-17  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
14413         * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
14414         TeX `--file-line-error' format.
14416 2007-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
14418         * xt-mouse.el: Delete add-hook calls that were moved to
14419         xterm-mouse-mode.
14420         (xterm-mouse-mode): Disable resume-tty-functions, explain why it
14421         does not work.
14423 2007-09-17  Richard Stallman  <rms@gnu.org>
14425         * cus-face.el (custom-theme-set-faces): Undo previous change.
14427         * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
14429 2007-09-17  Glenn Morris  <rgm@gnu.org>
14431         * textmodes/tex-mode.el (tex-region): Simplify previous change,
14432         handling the case where the region is not in `tex-main-file'.
14433         (tex-region-1): Delete.
14434         (tex-region-header): New function, doing the header part of the
14435         old tex-region-1.
14437 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14439         * simple.el (newline): Simplify use of prefix-numeric-value.
14440         (line-move-partial): Remove unused var `ppos'.
14441         (line-move-1): Replace 9999 with most-positive-fixnum.
14442         (move-end-of-line): Use more efficient single-property search.
14443         (move-beginning-of-line): Remove unused var `start'.
14444         (blink-matching-open): Restructure in a more functional style.
14446 2007-09-16  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
14448         * calendar/holidays.el (list-holidays): Remove the cyclic alias.
14450 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14452         * server.el (server-clients): Only keep procs, no properties any more.
14453         (server-client): Remove.
14454         (server-client-get, server-client-set): Remove, replace all callers by
14455         process-get and process-put resp.
14456         (server-clients-with, server-add-client, server-delete-client)
14457         (server-create-tty-frame, server-create-window-system-frame)
14458         (server-process-filter, server-execute, server-visit-files)
14459         (server-buffer-done, server-kill-buffer-query-function)
14460         (server-kill-emacs-query-function, server-switch-buffer)
14461         (server-save-buffers-kill-terminal): Update accordingly.
14463         * server.el (server-with-environment): Simplify.
14464         (server-select-display, server-unselect-display): Re-add functions that
14465         seem to have been lost in the multi-tty merge.
14466         (server-eval-and-print, server-create-tty-frame)
14467         (server-create-window-system-frame, server-goto-toplevel)
14468         (server-execute, server-return-error): New functions extracted from
14469         server-process-filter.
14470         (server-execute-continuation): New functions.
14471         (server-process-filter): Restructure so that all arguments are analysed
14472         first and then acted upon in a subsequent stage.  This way
14473         server-goto-toplevel can be executed later, when we know if
14474         it's necessary.
14475         Remove the "-version" and "-version-good" support.
14477 2007-09-16  Drew Adams  <drew.adams@oracle.com>
14479         * cus-edit.el (custom-face-edit-activate): Doc fix.
14481 2007-09-16  Glenn Morris  <rgm@gnu.org>
14483         * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
14484         Following cal-bahai renaming, update all instances of
14485         list-bahai-diary-entries to diary-bahai-list-entries,
14486         mark-bahai-diary-entries to diary-bahai-mark-entries,
14487         calendar-goto-bahai-date to calendar-bahai-goto-date,
14488         insert-bahai-diary-entry to diary-bahai-insert-entry,
14489         insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
14490         insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
14491         calendar-print-bahai-date to calendar-bahai-print-date.
14493         * textmodes/tex-mode.el (tex-region): Handle the case where the
14494         region is not in `tex-main-file'.  Move the old code that applies
14495         to both cases...
14496         (tex-region-1): ...to this new function.
14498 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14500         * vc.el (vc-process-sentinel): New function.
14501         (vc-exec-after): Use it instead of using ugly hackish analysis and
14502         construction of Elisp code.
14503         (vc-sentinel-movepoint): New dynamically scoped var.
14504         (vc-print-log, vc-annotate): Set it to move the user's point.
14506         * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
14507         inhibit-modification-hooks.
14509         * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
14510         (calendar-bahai-print-date, calendar-bahai-goto-date)
14511         (diary-bahai-list-entries, diary-bahai-insert-entry):
14512         New names to clean up the namespace a bit more.
14513         (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
14515 2007-09-15  Glenn Morris  <rgm@gnu.org>
14517         * calendar/holidays.el (holiday-list): Rename it back to
14518         `list-holidays', but leave `holiday-list' as an alias.
14520         * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
14521         custom group.
14523         * textmodes/css-mode.el (css): New custom group.
14524         (css-electrick-keys, css-selector, css-property)
14525         (css-indent-offset): Specify custom group.
14527 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14529         * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
14530         (cvs-execute-single-file): Use process-file.
14531         (cvs-run-process): Use start-file-process.
14533 2007-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
14535         * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
14536         level.  Remove the hooks when turning off the mode.
14538         * term/xterm.el: Require xt-mouse at compile time.
14539         (terminal-init-xterm): Turn on xterm mouse tracking for this
14540         terminal if xterm-mouse-mode is enabled.
14542 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
14544         * term/xterm.el (xterm-function-map): Replace bindings that were
14545         deleted by the merge.
14547 2007-09-14  Ulf Jasper  <ulf.jasper@web.de>
14549         * play/bubbles.el (bubbles-version): Bump value to "0.5".
14550         (bubbles-mode-map): Move define-key statements here.
14551         (bubbles-game-theme-menu): Ditto.
14552         (bubbles-graphics-theme-menu): Ditto.
14553         (bubbles-menu): Ditto.
14554         (bubbles-mode): Initialize buffer-undo-list, redisplay.
14555         (bubbles--initialize): Reset buffer-undo-list, redisplay.
14556         (bubbles-plop): Set buffer-undo-list, redisplay.
14557         (bubbles-undo): Reset buffer-undo-list, redisplay.
14558         (bubbles--show-images): Take care of missing text properties.
14560 2007-09-14  Glenn Morris  <rgm@gnu.org>
14562         * startup.el (fancy-startup-text, fancy-about-text): Fix face
14563         quoting.
14565         * calendar/cal-hebrew.el, calendar/cal-menu.el
14566         * calendar/calendar.el, calendar/diary-lib.el
14567         * calendar/holidays.el: Rename all instances of
14568         list-calendar-holidays callers to calendar-list-holidays,
14569         list-holidays to holiday-list, check-calendar-holidays to
14570         calendar-check-holidays, mark-calendar-holidays to
14571         calendar-mark-holidays, and filter-visible-calendar-holidays to
14572         holiday-filter-visible-calendar.
14574 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
14576         * term/xterm.el (xterm-function-map): Add C-M- bindings.
14578 2007-09-13  Sascha Wilde  <wilde@sha-bang.de>  (tiny change)
14580         * play/bubbles.el (bubbles--initialize-images): Fix bug:
14581         Use transparent background for empty cells in graphics mode.
14583 2007-09-13  Jari Aalto  <jari.aalto@cante.net>
14585         * man.el (Man-default-man-entry): At end of line, continue looking
14586         to the next line for possible end of hyphenated command.
14588 2007-09-13  Chris Moore  <dooglus@gmail.com>
14590         * shell.el (shell-resync-dirs): Don't move the cursor relative to
14591         the command being edited.
14593 2007-09-12  Jim Meyering  <jim@meyering.net>  (tiny change)
14595         * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
14597 2007-09-12  Dan Nicolaescu  <dann@ics.uci.edu>
14599         * term/xterm.el (xterm-function-map): Add bindings for M-S- and
14600         C-M-S- keys.
14602         * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
14604 2007-09-12  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
14606         * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
14607         New argument `filename-p' to use one set of confusing chars or another.
14608         (browse-url-file-url): Use the argument.
14609         Suggested by Johannes Weiner.
14611 2007-09-12  Romain Francoise  <romain@orebokech.com>
14613         * cus-start.el (all): Revert 2007-09-08 change.
14615 2007-09-12  Aaron Hawley  <aaronh@garden.org>
14617         * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
14618         extract .Z files, since it is more common than uncompress.
14620 2007-09-12  Glenn Morris  <rgm@gnu.org>
14622         * textmodes/org-publish.el (org-publish-org-to-html): Remove
14623         duplicate function definition.
14625 2007-09-10  Chris Moore  <dooglus@gmail.com>
14627         * diff-mode.el (diff-sanity-check-hunk):
14628         Also accept single-line hunks.
14630 2007-09-10  Chong Yidong  <cyd@stupidchicken.com>
14632         * startup.el (startup-screen-inhibit-startup-screen)
14633         (pure-space-overflow-message): New vars.
14634         (fancy-splash-insert): Allow functions for face and link specs.
14635         (fancy-splash-head): Remove unused arg.  Move splash text...
14636         (fancy-startup-text, fancy-about-text): ...here.
14637         (fancy-startup-tail): Rename from fancy-splash-tail.
14638         (fancy-startup-screen, fancy-about-screen): Split off from
14639         fancy-splash-screens.
14640         (display-startup-screen): New function.
14641         (display-about-screen): Rename from display-splash-screen.
14642         (command-line-1): Use concise startup screen if necessary.
14644 2007-09-10  Thien-Thi Nguyen  <ttn@gnuvola.org>
14646         * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
14647         Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
14649 2007-09-10  Dave Love  <fx@gnu.org>
14651         * outline.el (outline-4, outline-5, outline-7):
14652         Move font-lock-builtin-face down from 4 to 7 to better keep the
14653         progression of color brightness, and to better match Org-mode's faces.
14655 2007-09-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
14657         * progmodes/meta-mode.el (meta-font-lock-keywords)
14658         (font-lock-match-meta-declaration-item-and-skip-to-next)
14659         (meta-comment-indent, meta-indent-previous-line)
14660         (meta-indent-unfinished-line, meta-beginning-of-defun)
14661         (meta-end-of-defun, meta-common-initialization): Handle \f.
14662         (meta-indent-unfinished-line): Do not handle a `%' in a string as
14663         a comment-start.
14665         * files.el (file-modes-char-to-who, file-modes-char-to-right)
14666         (file-modes-rights-to-number): Auxiliary functions for symbolic to
14667         numeric notation of file modes.
14668         (file-modes-symbolic-to-number): New.  Convert symbolic modes to its
14669         numeric value.
14670         (read-file-modes): New.  Read either an octal value of a file mode or a
14671         symbolic value, and return its numeric value.
14673         * dired-aux.el (dired-do-chmod): Change to use the built-in
14674         `set-file-modes' and the previous symbolic mode parsing functions.
14676 2007-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14678         * textmodes/texinfo.el: Remove spurious * in docstrings.
14679         (texinfo-mode-syntax-table, texinfo-mode-map):
14680         Initialize in the declaration.
14682         * tmm.el: Remove spurious * in docstrings.
14683         (tmm-prompt): Use with-current-buffer.
14685         * vcursor.el: Remove spurious * in docstrings.
14686         (vcursor-map): Initialize in the declaration.
14687         (vcursor-use-vcursor-map): Use define-minor-mode.
14688         (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
14690         * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
14691         Initialize in the declaration.
14692         (widget-minor-mode): Use define-minor-mode.
14694         * woman.el (woman-mode-map, woman-syntax-table):
14695         Initialize in the declaration.
14697 2007-09-09  Tassilo Horn  <tassilo@member.fsf.org>
14699         * doc-view.el: New file.
14701 2007-09-09  Juri Linkov  <juri@jurta.org>
14703         * Makefile.in (update-authors): Add etc/ to AUTHORS.
14705         * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
14707         * startup.el (initial-buffer-choice): Rename choice "Splash screen"
14708         to "Startup screen".  Fix docstring.
14709         (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
14710         (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
14711         (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
14712         (initial-scratch-message): Fix docstring.
14713         (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
14714         Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
14715         Add link to "Customize Startup" and set interval between links to
14716         5 spaces.
14717         (fancy-about-text): Add links "Authors" and "Contributing".
14718         (fancy-splash-head): Add text "Welcome to " on the startup screen,
14719         and "This is " on the about screen.  Add link to
14720         "http://www.gnu.org/software/emacs/" for "GNU Emacs".
14721         For the about screen move emacs version to the header from
14722         `fancy-splash-tail' (as it's done already for normal about screen).
14723         (fancy-splash-tail): Insert emacs version only for startup screen.
14724         (normal-splash-screen): Remove duplicate empty lines.
14725         (normal-about-screen): Add links "Authors" and "Contributing".
14727         * menu-bar.el (menu-bar-help-menu):
14728         Move "About Emacs" and "About GNU" to the end of the Help menu.
14729         Move "Emacs Psychotherapist" after "Send Bug Report...".
14730         Move "External Packages" after "Find Emacs Packages".
14732 2007-09-09  Michael Albinus  <michael.albinus@gmx.de>
14734         * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
14735         they are useless with the byte compiler.
14736         (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
14737         (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
14738         (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
14739         (tramp-file-name-real-host, tramp-file-name-port)
14740         (tramp-find-method, tramp-find-user, tramp-find-host): Make them
14741         defuns.
14743         * net/tramp-cache.el (top): Improve error message when
14744         `tramp-persistency-file-name' is corrupted.
14746 2007-09-09  Carsten Dominik  <dominik@science.uva.nl>
14748         * textmodes/org.el (org-re): Also replace the :alpha: class.
14749         (org-todo-tag-alist): Variable removed.
14750         (org-todo-key-alist, org-todo-key-trigger): New variables.
14751         (org-use-fast-todo-selection): New option.
14752         (org-log-done): Docstring fixed.
14753         (org-deadline-warning-days): New default value 14.
14754         (org-edit-timestamp-down-means-later): New option.
14755         (org-tag-alist): Docstring fixed.
14756         (org-fast-tag-selection-include-todo): New option.
14757         (org-export-language-setup): New languages added.
14758         (org-set-regexps-and-options): Compute the new variables.
14759         (org-paste-subtree): Cleaning up.
14760         (org-remember-apply-template): New escape %A.
14761         (org-todo): Call fast TODO selection.
14762         (org-fast-todo-selection): New function.
14763         (org-add-log-note): Allow prefix for abort exit.
14764         (org-at-property-p, org-entry-properties)
14765         (org-columns-get-autowidth-alist): Use :alpha: class.
14766         (org-get-wdays): New function.
14767         (org-agenda-remove-date): New variable.
14768         (org-agenda-get-deadlines): Use `org-get-wdays'.
14769         (org-agenda-get-deadlines): Reverse ee before returning.
14770         (org-format-agenda-item): New argument REMOVE-RE.
14771         (org-agenda-convert-date): Baha'i calendar added.
14772         (org-infile-export-plist): Also find DATE line.
14773         (org-get-min-level): New function.
14774         (org-export-as-html, org-export-as-ascii): Use the date format.
14775         (org-shiftup, org-shiftdown): Use.
14776         `org-edit-timestamp-down-means-later'.
14777         (org-assign-fast-keys): New function.
14779 2007-09-08  Fredrik Axelsson  <f.axelsson@gmail.com>
14781         * cus-start.el (all): Add prefer-window-split-horizontally from
14782         window.c.
14784 2007-09-08  Eli Zaretskii  <eliz@gnu.org>
14786         * net/browse-url.el (browse-url-galeon): Fix last change.
14787         (top-level): Require cl when compiling.
14789 2007-09-08  Carsten Dominik  <dominik@science.uva.nl>
14791         * textmodes/org-export-latex.el: arch-tag restored.
14793         * textmodes/org-publish.el: arch-tag restored.
14795 2007-09-08  Masatake YAMATO  <jet@gyve.org>
14797         * progmodes/which-func.el (which-func-modes): Add diff-mode.
14799         * progmodes/cc-langs.el: Support new keywords added to
14800         objective-c frontend of gcc.
14801         (c-simple-stmt-kwds): Add @throw.
14802         (c-block-stmt-2-kwds): Add @synchronized.
14803         (c-block-stmt-1-kwds): Add @finally and @try.
14805 2007-09-07  Carsten Dominik  <dominik@science.uva.nl>
14807         * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
14808         (org-agenda-after-show-hook): New variable.
14809         (org-columns-compile-format)
14810         (org-columns-get-autowidth-alist, org-buffer-property-keys)
14811         (org-entry-properties, org-at-property-p): Allow [:alnum:] in
14812         property names.
14813         (org-get-wdays): New function.
14815 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14817         * simple.el (normal-erase-is-backspace-setup-frame): Massage.
14819         * term/xterm.el (xterm-function-map): Initialize in the declaration.
14821         * vc-arch.el (vc-arch-checkin): Fix typo.
14823 2007-09-07  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
14825         * cus-face.el (custom-theme-set-faces): Set face attributes
14826         locally for each frame.
14828 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14830         * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
14831         via font-lock-defaults.
14833         * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
14834         derived-mode-p.
14836 2007-09-07  Thien-Thi Nguyen  <ttn@gnuvola.org>
14838         * progmodes/autoconf.el (autoconf-definition-regexp):
14839         Handle optional square brackets around definition name.
14841 2007-09-07  Johannes Weiner  <hannes@saeurebad.de>
14843         * net/browse-url.el (browse-url-browser-function): Add elinks.
14844         (browse-url-elinks-wrapper): New option.
14845         (browse-url-encode-url, browse-url-elinks)
14846         (browse-url-elinks-sentinel): New functions.
14847         (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
14848         (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
14849         Use new function browse-url-encode-url.
14851 2007-09-07  Glenn Morris  <rgm@gnu.org>
14853         * version.el (emacs-version): Revert 2007-08-29 change: no need to
14854         say if multi-tty is present.
14856 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14858         * cus-start.el (split-window-preferred-function): Add custom info.
14860         * calendar/holidays.el (holiday-list, calendar-check-holidays)
14861         (calendar-mark-holidays, calendar-list-holidays)
14862         (holiday-filter-visible-calendar): New names to clean up namespace.
14863         (filter-visible-calendar-holidays, list-calendar-holidays)
14864         (mark-calendar-holidays, check-calendar-holidays, list-holidays):
14865         Add compatibility aliases.
14866         (calendar-check-holidays, calendar-mark-holidays)
14867         (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
14868         (holiday-sexp): Replace append with list.
14869         (holiday-filter-visible-calendar): Replace append with push.
14871         * woman.el: Remove spurious * in docstrings.
14872         (woman-mini-help, woman-non-underline-faces, woman0-rename)
14873         (woman-topic-all-completions-merge, woman-file-name-all-completions)
14874         (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
14875         (woman-write-directory-cache, woman-display-extended-fonts)
14876         (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
14877         (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
14878         (woman-mode): Use inhibit-read-only.
14879         (woman-negative-vertical-space): Use dotimes.
14880         (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
14882 2007-09-06  Romain Francoise  <romain@orebokech.com>
14884         * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
14885         (vc-bzr-workfile-version): Use it.
14887 2007-09-06  Sean O'Rourke  <sorourke@cs.ucsd.edu>
14889         * complete.el (PC-do-completion): Don't try to treat
14890         empty string as an abbreviation.
14892 2007-09-06  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
14894         * help-fns.el (describe-variable): Keep doc's text properties.
14896 2007-09-06  Dan Nicolaescu  <dann@ics.uci.edu>
14898         * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
14899         instead of a file.
14901 2007-09-06  Glenn Morris  <rgm@gnu.org>
14903         * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
14904         (checkdoc-minor-mode): Allow user to specify lighter via
14905         checkdoc-minor-mode-string.
14907 2007-09-05  Richard Stallman  <rms@gnu.org>
14909         * startup.el (fancy-startup-text): Rename from fancy-splash-text.
14910         Several items removed, simplified, or put on one line.
14911         (fancy-about-text): Add substantial contents, part of startup text.
14912         (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
14913         (normal-splash-screen): Call normal-mouse-startup-screen,
14914         normal-no-mouse-startup-screen, or normal-about-screen.
14915         (normal-mouse-startup-screen): New fn, broken out, shortened.
14916         (normal-no-mouse-startup-screen): New fn, broken out.
14917         (normal-about-screen): New function, contents all new.
14919 2007-09-05  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
14921         * emacs-lisp/rx.el (rx): Fix typo in docstring.
14923 2007-09-05  Glenn Morris  <rgm@gnu.org>
14925         * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
14926         is bound.
14928 2007-09-05  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
14930         * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
14931         in doc string.
14933 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
14935         * server.el (server-start, server-unload-hook): Undo previous change.
14937         * xt-mouse.el: Undo previous change.
14939 2007-09-04  Juri Linkov  <juri@jurta.org>
14941         * startup.el (fancy-about-text): New variable.
14942         (fancy-splash-delay, fancy-splash-max-time): Remove user options.
14943         (fancy-current-text, fancy-splash-stop-time)
14944         (fancy-splash-outer-buffer): Remove variables.
14945         (fancy-splash-head, fancy-splash-tail): Add new optional argument
14946         `startup' and use it to conditionally display different texts for
14947         Startup and About screens.  Don't display Help commands on the About
14948         screen.
14949         (fancy-splash-screens-1): Remove function and move its content to
14950         `fancy-splash-screens' to the part that dislpays the About screen.
14951         (exit-splash-screen): Don't treat specially exiting from
14952         alternating screens.
14953         (fancy-splash-screens): Rename argument `static' to `startup'.
14954         Fix docstring.  Remove code for displaying alternating screens.
14955         Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
14956         Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
14957         for `inhibit-read-only'.
14958         (normal-splash-screen): Rename argument `static' to `startup'.
14959         Fix docstring.  Use argument `startup' to conditionally display
14960         different texts for Startup and About screens.  Don't display Help
14961         commands on the About screen.  Remove `unwind-protect' `sit-for'
14962         delay and `kill-buffer' after it.
14963         (display-startup-echo-area-message): Remove call to
14964         `use-fancy-splash-screens-p' because image.el is preloaded and
14965         doesn't display "Loading image... done".
14966         (display-splash-screen): Rename argument `static' to `startup'.
14967         Fix docstring.
14969 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
14971         * server.el (server-start, server-unload-hook):
14972         suspend-tty-functions has been renamed to suspend-tty-hook.
14974         * xt-mouse.el: Likewise.  resume-tty-functions has been renamed to
14975         resume-tty-hook.
14977 2007-09-03  Emanuele Giaquinta  <e.giaquinta@glauco.it>  (tiny change)
14979         * loadup.el: Fix merge problem, only load "button" once.
14981 2007-09-03  Glenn Morris  <rgm@gnu.org>
14983         * vc-svn.el (vc-svn-print-log): If there is only one file, use
14984         "Working file:" as the prefix, for the sake of
14985         log-view-current-file.
14987 2007-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
14989         * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
14990         (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
14991         if the selected frames is in
14992         xterm-modify-other-keys-terminal-list.
14993         (xterm-turn-off-modify-other-keys): Add an optional frame
14994         parameter.  Only turn off modify-other-keys if FRAME is in
14995         xterm-modify-other-keys-terminal-list.
14996         (xterm-remove-modify-other-keys): New function.
14997         (terminal-init-xterm): Use it.  Deal with delete-frame hook.
14998         Add the selected frame to xterm-modify-other-keys-terminal-list.
15000 2007-09-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15002         * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
15003         (icon-map-list): New variable.
15004         (x-gtk-map-stock): Use icon-map-list.
15006 2007-09-02  Romain Francoise  <romain@orebokech.com>
15008         * log-view.el (log-view-current-file): Balance parens.
15010 2007-09-02  Glenn Morris  <rgm@gnu.org>
15012         * comint.el (comint-mode): Don't set scroll-conservatively.
15014         * eshell/em-unix.el (eshell/time): Stringify and flatten the
15015         non-command arguments.
15017         * log-view.el (log-view-current-file): Give a more explicit error
15018         if log-view-file-re fails to find a match.
15020 2007-09-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
15022         * emacs-lisp/bytecomp.el (byte-recompile-directory):
15023         Fix bug: Don't expand top-level file name more than once.
15024         Reported by Dmitry Antipov <dmantipov@yandex.ru>.
15026 2007-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15028         * server.el (server-process-filter): Don't display the splash screen.
15029         It's annoying enough on the initial screen and becomes positively
15030         obnoxious here.
15032 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
15034         * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
15035         Change naming to use "avl-tree--" for internal functions.
15037 2007-08-31  Dan Nicolaescu  <dann@ics.uci.edu>
15039         * term/x-win.el (x-menu-bar-open): Delete duplicated function from
15040         the merge.
15041         (global-set-key): Delete f10 mapping, now done in menu-bar.el.
15042         (provide): Move to the end of file.
15044         * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
15046 2007-08-31  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
15048         * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
15049         New variable.  List of exceptions for the duplicated word rule.
15050         (flyspell-mark-duplications-flag): Mention it.
15051         (flyspell-word): Treat it.
15053         * files.el (create-file-buffer): If the filename sans directory starts
15054         with spaces, remove them.
15056 2007-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15058         * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
15059         (x-gtk-map-stock): Use two directory elements when matching
15060         file name.
15062 2007-08-31  James Wright  <james@chumsley.org>
15064         * eshell/em-unix.el (eshell/info): New function.
15066 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
15068         * frame.el (frame-initialize, make-frame):
15069         * server.el (server-process-filter):
15070         * faces.el (tty-set-up-initial-frame-faces): Don't set
15071         term-environment-variable since it's not used any more.
15073         * env.el (setenv): Don't treat $TERM specially.
15075         * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
15076         stated otherwise, subprocesses do not send back escape sequences
15077         corresponding to the terminal from which Emacs was started.
15079 2007-08-31  Thien-Thi Nguyen  <ttn@gnuvola.org>
15081         * calculator.el: Require cl for compilation.
15083 2007-08-30  Daniel Pfeiffer  <occitan@esperanto.org>
15085         * outline.el (outline-font-lock-levels): Comment out unused var.
15086         (outline-font-lock-face): Wrap around face list to handle any
15087         nesting depth gracefully.
15089 2007-08-30  Michael Albinus  <michael.albinus@gmx.de>
15091         * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
15092         `set-file-times'.
15094 2007-08-30  Carsten Dominik  <dominik@science.uva.nl>
15096         * textmodes/org.el (org-export-visible): Fix drawers before export.
15097         (org-do-sort): Allow sorting by priority.
15098         (org-agenda-files): Ignore non-existing files.
15099         (org-agenda-skip-unavailable-files): New variable.
15100         (org-ellipsis): All a face as value.
15101         (org-mode): Interprete the face value of `org-ellipsis'.
15102         (org-archive-save-context-info): New option.
15103         (org-archive-subtree): Store context info in archived entry.
15104         (org-fast-tag-selection-can-set-todo-state): New variable.
15105         (org-fast-tag-selection): Allow setting TODO states through this
15106         interface.
15107         (org-cycle): Docstring updated.
15108         (org-todo-keyword-faces): New option.
15109         (org-get-todo-face): New function.
15110         (org-set-font-lock-defaults, org-agenda-highlight-todo):
15111         Use `org-get-todo-face'.
15112         (org-switch-to-buffer-other-window): New function.
15113         (org-table-edit-field, org-table-show-reference)
15114         (org-table-edit-formulas, org-add-log-note)
15115         (org-fast-tag-selection, org-agenda, org-prepare-agenda)
15116         (org-timeline): Use `org-switch-to-buffer-other-window' instead of
15117         `switch-to-buffer-other-window' to make sure that the temporary
15118         windows show up on the current frame.
15119         (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
15120         (org-get-entries-from-diary, org-replace-region-by-html):
15121         Don't allow pop-up frames.
15122         (org-agenda-get-deadlines, org-agenda-get-scheduled):
15123         Fix problems with time-of-day.
15124         (org-export-get-title-from-subtree): New function.
15125         (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
15126         with listing items that are DONE.
15127         (org-change-tag-in-region): New command.
15128         (org-agenda-skip-scheduled-if-done)
15129         (org-agenda-skip-deadline-if-done): Docstring clarified.
15130         (org-mode): Hide drawers on startup.
15131         (org-get-todo-face): New function.
15132         (org-todo-keyword-faces): New option.
15133         (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
15134         (org-remove-keyword-keys): New function.
15136 2007-08-30  Jari Aalto  <jari.aalto@cante.net>  (tiny change)
15138         * progmodes/grep.el (grep-find-ignored-directories):
15139         Add monotone _MTN bookkeeping directory in workspaces.
15140         Add RCS control directory.  List items in alphabetical order.
15142         * progmodes/grep.el (grep-files-aliases): Add cc alias.
15143         Sort items in alphabetical order.  Fix parens.
15145 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
15147         * vc-hg.el (vc-hg-extra-menu-map): New variable.
15148         (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
15149         (vc-hg-pull): New functions.
15150         (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
15152         * term/mac-win.el: Don't require url, only autoloaded url
15153         functions are used in this file.
15155 2007-08-29  Andreas Schwab  <schwab@suse.de>
15157         * shell.el (shell): Return correct value from interactive spec.
15159 2007-08-29  Glenn Morris  <rgm@gnu.org>
15161         * version.el (emacs-version): Increase to 23.0.50.
15163 2007-08-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15165         * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
15167 2007-08-29  Juri Linkov  <juri@jurta.org>
15169         * loadup.el: Add "button" loading after "faces" and move "startup"
15170         to load after "button".
15172 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
15174         * loadup.el: Load term/mac-win on a Mac using Carbon.
15176         * term/mac-win.el: Provide mac-win.
15177         (mac-initialized): New variable.
15178         (mac-initialize-window-system): New function.  Move global setup here.
15179         (handle-args-function-alist, frame-creation-function-alist):
15180         (window-system-initialization-alist): Add mac entries.
15181         (x-setup-function-keys): New function containing all the
15182         top level function key definitions.
15184         * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
15186         * env.el (read-envvar-name): Don't consider the environment frame param.
15188         * env.el (setenv):
15189         * frame.el (frame-initialize, make-frame):
15190         * faces.el (tty-set-up-initial-frame-faces):
15191         * server.el (server-process-filter): Set
15192         display-environment-variable and term-environment-variable.
15194         * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
15196 2007-08-29  Jason Rumney  <jasonr@gnu.org>
15198         * loadup.el: Only load term/x-win when X is compiled in.
15199         Load term/w32-win and dependencies on windows-nt.
15201         * term/w32-win.el: Reorder to match x-win.el more closely.
15202         Provide w32-win.  Don't throw error when global window-system not w32.
15203         (internal-face-interactive): Remove obsolete function.
15204         (x-setup-function-keys): Use local-function-key-map.
15205         (w32-initialized): New variable.
15206         (w32-initialize-window-system): Set it.
15207         Move more global setup here.
15208         (x-setup-function-keys): New function.
15209         (w32-initialize-window-system): Move non function key global setup here.
15210         (x-cut-buffer-max): Remove.
15211         (w32-initialize-window-system): New function.
15212         (handle-args-function-alist, frame-creation-function-alist):
15213         (window-system-initialization-alist): Add w32 entries.
15215 2007-08-29  David Kastrup  <dak@gnu.org>
15217         * env.el (getenv): Pass frame to getenv-internal.
15219 2007-08-29  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
15221         * version.el (emacs-version): Show if multi-tty is present.
15223         * loadup.el: Delay loading env; mule-conf gets confused by cl
15224         during bootstrap.  Also load termdev and term/x-win.
15226         * bindings.el (mode-line-client): New variable.
15227         (help-echo): Add it to the default mode-line format.
15229         * cus-start.el: Remove bogus window-system reference from GTK test.
15231         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
15232         (ebrowse-electric-position-mode-map):
15233         * ebuff-menu.el (electric-buffer-menu-mode-map):
15234         * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
15235         not `suspend-emacs'.
15237         * ediff-wind.el (ediff-setup-windows-automatic): New function.
15238         (ediff-window-setup-function): Use it as default.
15240         * files.el (save-buffers-kill-terminal): New function.
15241         (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
15243         * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
15244         and `with-selected-frame'.
15246         * help-fns.el (describe-variable): Describe frame-local variables
15247         correctly.
15249         * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
15250         display support.
15251         (normal-erase-is-backspace-setup-frame): New function.
15253         * subr.el (with-selected-frame): New function.
15254         (read-quoted-char): Use terminal-local binding of
15255         local-function-key-map instead of function-key-map.
15257         * talk.el (talk): New function.
15258         (talk-handle-delete-frame): New function.
15259         (talk-add-display): Open a new frame only if FRAME was not a frame.
15261         * termdev.el: New file.
15263         * menu-bar.el (menu-bar-open): New function.  Bind it to f10.
15264         * term/x-win.el: Don't bind f10.
15265         * tmm.el: Remove autoload binding for f10.
15267         * international/encoded-kb.el (encoded-kbd-setup-display): Use
15268         `set-input-meta-mode'.  Fix broken condition before set-input-mode.
15269         Store the saved input method as a terminal parameter.  Add keymap
15270         parameter.  Use it instead of changing key-translation-map directly.
15271         (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
15272         Remove.
15273         (encoded-kbd-setup-display): New function.
15275         * international/mule-cmds.el (set-locale-environment): Fix getenv
15276         call.  Use save-buffers-kill-terminal.  Ignore window-system; always
15277         set the keyboard coding system.  Add DISPLAY parameter.
15278         (set-display-table-and-terminal-coding-system): Add DISPLAY
15279         parameter.  Pass it to set-terminal-coding-system.
15281         * international/mule.el (keyboard-coding-system): Test for
15282         encoded-kbd-setup-display, not encoded-kbd-mode.
15283         (set-terminal-coding-system, set-keyboard-coding-system): Add
15284         DISPLAY parameter.
15285         (set-keyboard-coding-system): Use encoded-kbd-setup-display.
15287         * term/README: Update.
15289         * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
15291         * term/x-win.el (x-setup-function-keys): New function.  Move
15292         function-key-map tweaks here.  Protect against multiple calls on
15293         the same terminal.  Use terminal-local binding of
15294         local-function-key-map instead of function-key-map.
15295         (x-initialize-window-system): Make a copy of pure list.  Pass a
15296         frame getenv.
15298         * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
15299         * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
15300         * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
15301         * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
15302         * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
15303         local-function-key-map instead of function-key-map.
15305         * term/rxvt.el, term/xterm.el: Speed up load time by protecting
15306         `substitute-key-definition' and `define-key' calls against
15307         multiple execution.  Use terminal-local binding of
15308         local-function-key-map instead of function-key-map.  Pass a frame
15309         to getenv.
15311         * edmacro.el (edmacro-format-keys):
15312         * emulation/cua-base.el (cua--pre-command-handler):
15313         * isearch.el (isearch-other-meta-char):
15314         * xt-mouse.el: Use terminal-local binding of
15315         local-function-key-map instead of function-key-map.
15317         * fringe.el (set-fringe-mode): Simplify and fix using
15318         `modify-all-frames-parameters'.
15319         * scroll-bar.el (set-scroll-bar-mode): Ditto.
15320         * tool-bar.el (tool-bar-mode): Ditto.  Remove 'tool-bar-map length
15321         check before calling `tool-bar-setup'.
15322         (tool-bar-setup): New variable.
15323         (tool-bar-setup): Use it to guard against multiple calls.  Add
15324         optional frame parameter, and select that frame before adding items.
15325         (toggle-tool-bar-mode-from-frame): New function.
15327         * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
15328         (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
15329         toggle-tool-bar-mode-from-frame to change "Menu-bar" and
15330         "Tool-bar" toggles to reflect the state of the current frame.
15331         (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
15333         * env.el: Require cl for byte compilation (for `block' and `return').
15334         (environment, setenv-internal): New functions.
15335         (let-environment): New macro.
15336         (setenv, getenv): Add optional terminal parameter.  Update docs.
15337         (setenv): Use setenv-internal.  Always set process-environment.
15338         Handle `local-environment-variables'.
15339         (read-envvar-name, setenv, getenv): Use frame parameters
15340         to store the local environment, not terminal parameters.  Include
15341         `process-environment' as well.
15343         * faces.el (tty-run-terminal-initialization): New function.
15344         (tty-create-frame-with-faces): Use it.  Set up faces and
15345         background mode only after the terminal has been initialized.
15346         Call terminal-init-*.  Don't load the initialization file more
15347         than once.  Call set-locale-environment.
15348         (frame-set-background-mode): Handle the 'background-mode terminal
15349         parameter.
15350         (tty-find-type): New function.
15351         (x-create-frame-with-faces): Remove bogus check for
15352         first frame.  Call `tool-bar-setup'.  Don't make frame visible
15353         until we are done setting up all its parameters.  Call
15354         x-setup-function-keys.
15356         * frame.el (make-frame): Always inherit 'environment and 'client
15357         parameters.  Set up the 'environment frame parameter, when needed.
15358         Also inherit 'client parameter.  Don't override explicitly
15359         specified values with inherited ones.  Add 'terminal frame
15360         parameter.  Append window-system-default-frame-alist to parameters
15361         before calling frame-creation-function.
15362         (frame-initialize): Copy the environment from the initial frame.
15363         (window-system-default-frame-alist): Enhance doc string.
15364         (frame-notice-user-settings): Don't put 'tool-bar-lines in
15365         `default-frame-alist' when initial frame is on a tty.
15366         (modify-all-frames-parameters): Simplify using `assq-delete-all'.
15367         Remove specified parameters from `window-system-default-frame-alist'.
15368         (make-frame-on-tty, framep-on-display, suspend-frame):
15369         Extend doc string, update parameter names.
15370         (frames-on-display-list): Use terminal-id to get the display id.
15371         (frame-notice-user-settings): Extend to apply
15372         settings in `window-system-default-frame-alist' as well.
15373         (terminal-id, terminal-parameters, terminal-parameter)
15374         (set-terminal-parameter, terminal-handle-delete-frame): New functions.
15375         (delete-frame-functions): Add to `delete-frame-functions' hook.
15376         (blink-cursor-mode): Adapt blink-cursor-mode default
15377         value from startup.el.
15378         (make-frame-on-display): Protect condition on x-initialized when
15379         x-win.el is not loaded.  Update doc.
15380         (suspend-frame): Use display-controlling-tty-p to decide between
15381         suspend-emacs and suspend-tty.
15382         (frames-on-display-list): Update for display ids.
15383         (framep-on-display): Ditto.
15384         (suspend-frame): Use display-name, not frame-tty-name.
15385         (selected-terminal): New function.
15387         * server.el: Use `device' instead of `display' or `display-id' in
15388         variable and client parameter names.
15389         (server-select-display): Remove (unused).
15390         (server-tty-live-p, server-handle-delete-tty): Remove.
15391         (server-unquote-arg, server-quote-arg, server-buffer-clients):
15392         Update docs.
15393         (server-getenv-from, server-with-environment, server-send-string)
15394         (server-save-buffers-kill-terminal): New functions.
15395         (server-delete-client): Handle quits in kill-buffer.  Don't kill
15396         modified buffers.  Add extra logging.  Delete frames after
15397         deleting the tty.  Clear 'client parameter before deleting a frame.
15398         Use delete-display, not delete-tty.
15399         (server-visit-files): Don't set `server-existing-buffer' if the
15400         buffer already has other clients.  Return list of buffers
15401         created.  Update doc.  Don't set client-record when nowait.
15402         (server-handle-delete-frame): Delete the client if this was its
15403         last frame.  Check that the frame is alive.  Remove bogus comment.
15404         Add note on possible race condition.  Delete tty clients, if needed.
15405         (server-handle-suspend-tty): Use server-send-string.  Kill the
15406         client in case of errors from process-send-string.  Use the display
15407         parameter.
15408         (server-unload-hook): Remove obsolete delete-tty hook.
15409         (server-start): Ask before restarting if the old server still has
15410         clients.  Add feedback messages.  Remove obsolete delete-tty hook.
15411         (server-process-filter): Use server-send-string.  Accept `-dir'
15412         command.  Switch to *scratch* immediately after creating the frame,
15413         before evaluating any -evals.  Protect `display-splash-screen'
15414         call in a condition-case.  Explain why.  Call
15415         `display-startup-echo-area-message' before
15416         `display-splash-screen'.  Don't display the splash screen when no
15417         frame was created.  Show the Emacs splash screen and startup echo
15418         area message.  Display the *scratch* buffer by default.  Store the
15419         local environment in a frame (not terminal) parameter.  Do not try
15420         to decode environment strings.  Fix reference to the 'display
15421         frame parameter.  Change syntax of environment variables.  Put
15422         environment into terminal parameters, not client parameters.  Use
15423         a dummy client with --no-wait's X frames.  In `-position LINE'
15424         handler, don't ruin the request string until the line number is
15425         extracted.  Log opened files.  Handle -current-frame command.
15426         Don't create frames when it is given.  Don't bind X frames to the
15427         client when we are in -no-wait mode.  Set locale environment
15428         variables from client while creating tty frames.  Disable call to
15429         configure-display-for-locale.  When processing -position command,
15430         don't change the request string until the parameters are
15431         extracted.  Don't try to create an X frame when Emacs does not
15432         support it.  Improve logging.  Temporarily set ncurses-related
15433         environment variables to those of the client while creating a new
15434         tty frame.  Select buffers opened by nowait clients, don't leave
15435         them buried under others.  Set the display parameter, and use it
15436         when appropriate.
15438         * startup.el (display-startup-echo-area-message): Handle
15439         `inhibit-startup-echo-area-message' here.
15440         (command-line-1): Moved from here.
15441         (fancy-splash-screens): Use `overriding-local-map' instead of
15442         `overriding-terminal-local-map' for now; the latter doesn't work
15443         right, it looses keypresses to another terminal.  Use
15444         `overriding-terminal-local-map' to set up keymap.  Install a
15445         `delete-frame-functions' hook to catch `delete-frame' events.
15446         Ignore `select-window' events to cope better with
15447         `focus-follows-mouse'.  Don't switch back to the original buffer
15448         if the splash frame has been killed.  Restore previous buffer, even
15449         if it's *scratch*.
15450         (normal-splash-screen): Don't let-bind `mode-line-format'; it
15451         changes the global binding - setq it instead.  Use
15452         `save-buffers-kill-terminal'.
15453         (display-splash-screen): Don't do anything if the splash screen is
15454         already displayed elsewhere.
15455         (fancy-splash-exit, fancy-splash-delete-frame): New functions.
15456         (command-line): Replace duplicated code with a call to
15457         tty-run-terminal-initialization.  Don't load the terminal
15458         initialization file more than once.  Remove call to nonexistent
15459         function `set-locale-translation-file-name'.
15461         * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
15462         parameters.
15463         (xterm-mouse-position-function, xterm-mouse-event): Update.
15464         (xterm-mouse-mode): Don't depend on current value of window-system.
15465         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
15466         Update for multi-tty.
15467         (turn-on-xterm-mouse-tracking-on-terminal)
15468         (turn-off-xterm-mouse-tracking-on-terminal)
15469         (xterm-mouse-handle-delete-frame): New functions.
15470         (delete-frame-functions, after-make-frame-functions)
15471         (suspend-tty-functions, resume-tty-functions): Install extra hooks
15472         for multi-tty.
15474 2007-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15476         * simple.el (invisible-p): Remove: implemented in C now.
15477         (line-move-invisible-p): Remove obsolete alias.
15479 2007-08-28  Juri Linkov  <juri@jurta.org>
15481         * image-mode.el (image-type): New variable.
15482         (image-mode): Set default major mode name to "Image[text]".
15483         (image-minor-mode): Change LIGHTER to display image-type in the
15484         mode line.
15485         (image-minor-mode): Set default image-type to "text".
15486         (image-toggle-display): After switching to text mode, set
15487         image-type to "text" and major mode name to "Image[text]".
15488         After switching to image mode, set image-type to actual image
15489         type, and add image type to major mode name.  Let-bind the same
15490         variable names as arguments of `image-type' and `create-image'.
15491         Bind `type' to the result of `image-type' and use it as arg
15492         of `create-image' to not determine the image type twice.
15494 2007-08-28  Michael Albinus  <michael.albinus@gmx.de>
15496         * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
15497         (tramp-set-file-uid-gid, tramp-get-local-uid)
15498         (tramp-get-local-gid): New defuns.
15499         (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
15500         (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
15501         Improve fast track.
15502         (tramp-do-copy-or-rename-file-directly): Sync parameter list with
15503         the other tramp-do-copy-or-rename-file-* functions.  Major rewrite.
15504         (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
15505         (tramp-handle-write-region): Improve fast track.
15506         (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
15507         (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
15508         be nil.
15510 2007-08-28  Ivan Kanis  <apple@kanis.eu>
15512         * time.el: New feature to display several time zones in a buffer.
15513         (display-time-world-mode, display-time-world-display)
15514         (display-time-world, display-time-world-timer): New functions.
15515         (display-time-world-list, display-time-world-time-format)
15516         (display-time-world-buffer-name, display-time-world-timer-enable)
15517         (display-time-world-timer-second, display-time-world-mode-map):
15518         New variables.
15520 2007-08-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15522         * term/x-win.el (x-gtk-stock-map): New variable.
15523         (x-gtk-map-stock): New function.
15525         * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
15526         prev/next-node.
15528 2007-08-28  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
15530         * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
15532 2007-08-28  Glenn Morris  <rgm@gnu.org>
15534         * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
15536 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
15538         * progmodes/modula2.el (m2-definition, m2-module):
15539         Don't use previous-line.  Reported by T. V. Raman.
15541 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15543         * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
15544         argument to tool-bar-mode call.
15546 2007-08-27  Glenn Morris  <rgm@gnu.org>
15548         * diff-mode.el (diff-find-file-name): Only accept regular files,
15549         to rule out /dev/null, directories, etc.
15551         * vc-svn.el (vc-svn-diff): If the repository version of all the
15552         files is the same as the specified OLDVERS, do a local diff.
15554 2007-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15556         * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
15557         of buffers in uniquify-managed.
15559         * simple.el (invisible-p): Rename from text-invisible-p.
15560         Update callers.
15562         * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
15563         (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
15564         (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
15565         (cperl-etags-goto-tag-location): Use new style backquotes.
15567         * net/browse-url.el: Remove spurious * in custom docstrings.
15568         (browse-url-filename-alist): Use new-style backquote.
15570         * emacs-lisp/backquote.el (backquote-unquote-symbol)
15571         (backquote-splice-symbol): Clarify they're not new-style unquotes.
15573         * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
15574         (\,@): Backslash the , and ,@ which are not new-style unquotes.
15576         * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
15578         * net/socks.el (socks-username/password-auth-filter):
15579         Remove unused vars `state' and `desired-len'.
15580         (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
15581         (socks-wait-for-state-change): Use new-style backquotes.
15583         * pcvs.el (cvs-mode-status): Fix long-standing typo.
15585         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
15586         backquotes after each `read' rather than once per buffer.
15588         * dframe.el: Remove spurious * in custom docstrings.
15589         (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
15590         (dframe-xemacs20p): Remove, inline at the sole use point.
15591         (defface): Don't defvar the face, don't use old-style backquote.
15592         (defcustom): Don't use old-style backquote.
15593         (dframe-frame-parameter, dframe-mouse-event-p):
15594         Make it obvious that it's always defined.
15595         (dframe-popup-kludge): New function to replace
15596         dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
15597         (dframe-frame-mode, dframe-set-timer-internal)
15598         (dframe-mouse-set-point): Remove use of with-no-warnings from
15599         XEmacs-specific code.
15600         (dframe-set-timer-internal): Fix very old bug with
15601         post-command-idle-hook.
15603         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
15605         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
15606         warning if the file uses old style backquotes.
15608         * emacs-lisp/bytecomp.el (byte-compile-log-file)
15609         (byte-recompile-directory, byte-compile-file)
15610         (byte-compile-from-buffer): Use with-current-buffer.
15612         * simple.el (text-invisible-p): Rename from line-move-invisible-p.
15613         (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
15614         (line-move-1, line-move-finish, line-move-to-column)
15615         (move-end-of-line, move-beginning-of-line): Use new name.
15617         * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
15619         * progmodes/ada-mode.el: Fix up comment style in header.
15620         (ada-check-emacs-version): Remove.
15621         (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
15622         (ada-region-selected): Use (featurep 'xemacs) rather than contortions
15623         to try and quieten the byte-compiler.
15624         (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
15626         * vc.el (vc-annotate-warp-version): Don't use previous-line.
15628 2007-08-27  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
15630         * net/browse-url.el (browse-url-emacs): New function.
15632 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
15634         * emacs-lisp/avl-tree.el: New file.
15636 2007-08-26  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
15638         * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
15639         was used.
15641 2007-08-26  Sean O'Rourke  <seano@cs.ucsd.edu>
15643         * complete.el (PC-do-completion): Make RET accept a non-unique but
15644         complete expansion again.
15646 2007-08-26  Thien-Thi Nguyen  <ttn@gnuvola.org>
15648         * eshell/esh-opt.el (eshell-eval-using-options):
15649         Add debug declaration.
15651 2007-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
15653         * log-view.el (log-view-toggle-mark-entry): Add docstring.
15654         (log-view-get-marked): Likewise.
15656         * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
15657         (vc-delete-automatic-version-backups): Likewise.
15659         * vc.el (vc-dired-buffers-for-dir): Likewise.
15661 2007-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
15663         * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
15664         safe-local-variable setting.
15665         * progmodes/perl-mode.el (perl-indent-level): Likewise.
15667         * log-view.el (log-view-marked-list): Delete variable.
15668         (log-view-mode): Don't use it.
15669         (log-view-toggle-mark-entry): Likewise, simplify.
15670         (log-view-current-tag): Don't return properties.
15671         (log-view-get-marked): New function.
15673 2007-08-25  Alexandre Julliard  <julliard@winehq.org>
15675         * vc-git.el (vc-git-mode-line-string): New function.
15677 2007-08-25  Alan Mackenzie  <acm@muc.de>
15679         * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
15680         new language variable.
15682         * progmodes/cc-engine.el (c-brace-anchor-point): new function.
15683         (c-add-stmt-syntax): Give accurate anchor points for "namespace",
15684         "extern" etc., rather than BOI.  Fix addition of spurious
15685         syntactic-symbol 'defun-block-intro, replacing it with
15686         'innamespace, etc.
15688 2007-08-25  Juri Linkov  <juri@jurta.org>
15690         * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
15692         * image-mode.el: Add autoloads to put associations in auto-mode-alist:
15693         associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
15694         "\\.svgz?\\'" with xml-mode and image-mode-maybe.
15696         * image.el (image-type-header-regexps): Use more complex regexp for svg.
15697         (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
15698         (image-type-auto-detectable): Add (svg . maybe).
15700         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
15701         to treat it like .tgz.
15703         * calendar/cal-bahai.el: Add file coding cookie.
15705 2007-08-25  Reiner Steib  <Reiner.Steib@gmx.de>
15707         * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
15708         Don't behave differently when executed via M-x.  Add doc string.
15710         * sort.el (sort-fold-case, sort-numeric-base): Mark as
15711         safe-local-variable.
15713 2007-08-25  Jay Belanger  <jay.p.belanger@gmail.com>
15715         * calc/calc-forms.el (var-TimeZone): Make nil explicitly
15716         the default value.
15717         (math-calendar-tzinfo): New variable.
15718         (math-get-calendar-tzinfo): New function.
15719         (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
15720         to get information when zone is nil.
15722 2007-08-24  Dan Nicolaescu  <dann@ics.uci.edu>
15724         * log-view.el (log-view-toggle-mark-entry): New function.
15725         (log-view-mode-map): Bind it.
15726         (log-view-marked-list): New variable.
15727         (log-view-mode): Make it local.
15729 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
15731         * play/zone.el (zone-pgm-rat-race): New func.
15732         (zone-programs): Add `zone-pgm-rat-race'.
15734 2007-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15736         * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
15737         a list.
15739 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
15741         * progmodes/hideshow.el (hs-match-data): Delete alias.
15742         (hs-hide-block-at-point, hs-find-block-beginning)
15743         (hs-show-block): Use `match-data' directly.
15745 2007-08-24  Martin Rudalics  <rudalics@gmx.at>
15747         * format.el (format-alist): Fix typo in doc-string.
15749 2007-08-24  Michael Albinus  <michael.albinus@gmx.de>
15751         * net/tramp.el (tramp-local-host-p): New defun.
15752         (tramp-handle-file-local-copy, tramp-handle-write-region):
15753         Implement fast track when being on the local host.
15754         (tramp-file-name-handler): Don't set "started" property.  It shall
15755         be reserved for the "ftp" method.
15756         (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
15758         * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
15759         (tramp-ftp-file-name-handler): Set "started" property.
15761 2007-08-24  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
15763         * files.el (backup-buffer-copy): Don't wrap delete in
15764         condition-case, only try to delete if file exists.
15766 2007-08-24  Glenn Morris  <rgm@gnu.org>
15768         * files.el (backup-buffer-copy): Revert 2007-08-22 change.
15770         * startup.el (tutorial-directory): Set with eval-at-startup so it
15771         gets the right value in an installed Emacs.
15773 2007-08-24  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
15775         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
15776         (eldoc-highlight-function-argument): Use it.
15778 2007-08-23  Masatake YAMATO  <jet@gyve.org>
15780         * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
15781         name of parameters in document body.
15783 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15785         * emacs-lisp/bytecomp.el (byte-compile-output-docform)
15786         (byte-compile-output-as-comment): Use with-current-buffer rather than
15787         a weird set-buffer&prog1 combination.
15789         * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
15790         test so as to optimise cases where the `progn's result is constant.
15792 2007-08-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
15794         * locate.el (locate-get-file-positions):
15795         Use line-beginning-position and line-end-position.
15797 2007-08-23  John Wiegley  <johnw@newartisans.com>
15799         * calendar/cal-bahai.el: Added in the diacriticals that were
15800         missing for many of the month names.
15802 2007-08-22  Jason Rumney  <jasonr@gnu.org>
15804         * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
15806 2007-08-22  Chong Yidong  <cyd@stupidchicken.com>
15808         * image-mode.el (image-minor-mode): Use image-mode-text-map.
15810 2007-08-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
15812         * dabbrev.el (dabbrev--progress-reporter): New variable.
15813         (dabbrev--scanning-message): Delete func.
15814         (dabbrev--find-expansion): Use a progress reporter
15815         instead of dabbrev--scanning-message.
15817 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
15819         * comint.el (comint-exec-1): Raise an error if
15820         `start-file-process' does not return a process object.
15822         * shell.el (shell): Prompt for `default-directory' if it is a
15823         remote file name, and if called with a prefix arg.
15825 2007-08-22  Sam Steingold  <sds@gnu.org>
15827         * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
15829 2007-08-22  Carsten Dominik  <dominik@science.uva.nl>
15831         * textmodes/org-export-latex.el: New file.
15833         * textmodes/org-publish.el (org-publish-org-to-latex): New function.
15835         * textmodes/org.el (org-agenda-skip): Allow a form for
15836         `org-agenda-skip-function'.
15837         (org-agenda-redo): Re-use local settings.
15838         (org-agenda): Store local settings.
15839         (org-agenda-deadline-faces): New option.
15840         (org-agenda-deadline-face): New function.
15841         (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
15842         entries on their due date.
15843         (org-agenda-get-timestamps): No longer handle the due dates of
15844         schedules and deadline items.
15845         (org-insert-link-global, org-open-at-point-global): New commands.
15846         (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
15847         :for-ascii parameter.
15848         (org-skip-comments): Function removed.
15849         (org-cleaned-string-for-export): Handle special table lines.
15850         (org-global-properties): New option.
15851         (org-entry-get-with-inheritance): Check global properties.
15852         (org-local-properties): New variable.
15853         (org-set-regexps-and-options): Find the #+PROPERTY line.
15854         (org-link-types): Change type into variable (was constant).
15855         (org-make-link-regexps): New function.
15856         (org-link-re-with-space, org-link-re-with-space2)
15857         (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
15858         (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
15859         these regular expressions happens now in the function
15860         `org-make-link-regexps'.
15861         (org-store-link): Call the functions in
15862         `org-store-link-functions'.
15863         (org-add-link-type): New function.
15864         (org-store-link-functions): New variable.
15865         (org-activate-tags): Force matches to be in headlines.
15866         (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
15867         (org-columns-display-here): Make sure this works in a narrowed
15868         buffer by checking for point-min.
15869         (org-columns-display-here): Make the rest of the line intangible,
15870         so that point never can be there.
15871         (org-cleaned-string-for-export): Use `with-current-buffer'.
15872         (org-replace-region-by-html): Use `with-current-buffer'.
15873         (org-unfontify-region, org-do-occur, org-columns-display-here)
15874         (org-columns-remove-overlays, org-columns-quit)
15875         (org-columns-edit-value, org-columns-next-allowed-value)
15876         (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
15877         (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
15878         (org-agenda-todo, org-agenda-change-all-lines)
15879         (org-agenda-align-tags, org-agenda-priority)
15880         (org-agenda-set-tags, org-agenda-toggle-archive-tag)
15881         (org-agenda-show-new-time, org-cleaned-string-for-export)
15882         (org-export-grab-title-from-buffer)
15883         (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
15884         instead of `buffer-read-only'.
15885         (org-export-as-html): Set `coding-system-for-write'.
15886         (org-remember-store-without-prompt): New option.
15887         (org-archive-subtree): Fixed bug with modifying TODO keyword.
15888         (org-beginning-of-line): Also treat C-a special in items.
15889         (org-table-convert-refs-to-rc): Fixed problem with column
15890         reference after "..".
15891         (org-columns-compute): Don't mark buffer modified because of text
15892         properties.
15893         (org-batch-store-agenda-views): Use the variable
15894         `default-directory', not the function.
15895         (org-clock-out-if-current): Respect `org-clock-out-when-done'.
15896         (org-clock-out-when-done): New option.
15897         (org-html-entities): Added HTML entities for smileys.
15899 2007-08-22  Glenn Morris  <rgm@gnu.org>
15901         * image.el (create-image): Doc fix.
15903         * startup.el (tutorial-directory): New constant.
15904         (fancy-splash-text): Tutorials now in tutorial-directory.
15905         * tutorial.el (help-with-tutorial): Tutorials now in
15906         tutorial-directory.
15908 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
15910         * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
15911         otherwise.
15912         (tramp-get-remote-path): New defun.  Replace occurrences of
15913         `tramp-default-remote-path' by this function.
15914         (tramp-set-remote-path): Move most of the code to
15915         `tramp-get-remote-path'.
15916         (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
15917         existing directories, this is done already in
15918         `tramp-get-remote-path'.
15920 2007-08-22  Paul Pogonyshev  <pogonyshev@gmx.net>
15922         * image-file.el (image-file-name-extensions): Add "svg".
15923         * image.el (image-type-header-regexps): Add svg entry.
15925 2007-08-22  Glenn Morris  <rgm@gnu.org>
15927         * files.el (backup-buffer-copy): Check backup directory is
15928         writable, to avoid infloop deleting old backup.
15930         * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
15931         movemail related variables.
15932         (rmail-insert-inbox-text): Use only rmail-movemail-program, which
15933         will now be set before this is called.
15935 2007-08-21  Juri Linkov  <juri@jurta.org>
15937         * delsel.el (delete-selection-pre-hook):
15938         * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
15939         instead of checking last-command.
15941 2007-08-21  Juri Linkov  <juri@jurta.org>
15943         * loadup.el: Preload "button".
15945 2007-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15947         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15948         Add previous-line and next-line.
15950         * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
15951         (vc-arch-find-file-not-found-hook): Remove, it's now the default.
15953         * vc-hooks.el (vc-menu-entry): New var.
15954         (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
15955         (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
15956         (vc-menu-map): Declare and initialize in one step.
15957         (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
15959         * menu-bar.el (vc-menu-map): Don't setup any more.
15960         Instead, just create the proper spot in the menu.
15962 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15964         * smerge-mode.el (smerge-resolve): New arg `safe'.
15965         (smerge-resolve-all, smerge-batch-resolve): New function.
15966         (smerge-refine): Make sure `diff' returns the expected result.
15967         (smerge-parsep-re): New const.
15968         (smerge-mode): Use it to adjust paragraph-separate.
15970         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
15971         Correctly match / regexp matchers as first char on a line when
15972         fontifying only that line.
15974         * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
15976 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15978         * vc-bzr.el: Don't fiddle with vc-handled-backend.
15979         (vc-bzr-registered): Don't redundantly protect against
15980         file-error.  Actually use the format-specific code.
15981         (vc-bzr-buffer-nonblank-p): Remove.
15982         (vc-bzr-status): Change `kindchange' -> `kindchanged'.
15984 2007-08-20  Juri Linkov  <juri@jurta.org>
15986         * startup.el (fancy-splash-text): Change multiple tabs into one
15987         tab.  Remove "Useful File menu items" section (with "Exit Emacs"
15988         and "Recover Crashed Session").
15989         (fancy-splash-screens): Set tab-width to 22.
15990         (normal-splash-screen): Replace literal tabs with \t and
15991         fix whitespace.  Remove "Useful File menu items" section (with
15992         "Exit Emacs" and "Recover Crashed Session").
15994 2007-08-20  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
15996         * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
15997         extracted from `eval-last-sexp-1'.
15998         (eval-last-sexp-1): Call `preceding-sexp'.
16000 2007-08-20  Thien-Thi Nguyen  <ttn@gnuvola.org>
16002         * vc-rcs.el (vc-rcs-annotate-command):
16003         Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
16004         Add back :vc-annotate-prefix propertization.
16006 2007-08-20  Andreas Schwab  <schwab@suse.de>
16008         * mail/rmail.el (rmail-autodetect): Doc fix.
16010 2007-08-19  Juri Linkov  <juri@jurta.org>
16012         * startup.el (normal-splash-screen): Add more links.
16014 2007-08-19  Juri Linkov  <juri@jurta.org>
16016         * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
16017         because it's common to both types of splash screen: fancy and normal.
16018         Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
16019         (exit-splash-screen): Rename from `fancy-splash-quit'.
16020         Use `quit-window' instead of `kill-buffer'.
16021         (fancy-splash-head): Use make-button to insert GNU image link.
16022         (fancy-splash-screens, normal-splash-screen): Rename " About GNU
16023         Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
16024         (normal-splash-screen): Put "Browse manuals" on the same line with
16025         "Emacs manual".  Remove descriptions from "Useful tasks" and put
16026         all links in two columns on two lines.
16028 2007-08-19  Michael Kifer  <kifer@cs.stonybrook.edu>
16030         * emulation/viper.el (viper-remove-hooks): Remove some additional
16031         viper hooks when the user calls viper-go-away.
16032         (viper-go-away): Restore the default of default-major-mode.
16033         Save the value of default-major-mode before vaperization.
16035         * emulation/viper-cmd.el: Replace error "" with "Viper bell".
16037         * emulation/viper-ex.el: Replace error "" with "Viper bell".
16039         * ediff-util.el (ediff-make-temp-file): Use the coding system of the
16040         buffer for which file is created.
16042 2007-08-19  Glenn Morris  <rgm@gnu.org>
16044         * Makefile.in (custom-deps, finder-data, autoloads, recompile)
16045         (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
16046         than $(EMACS), so that EMACSLOADPATH is set.  Prevents any system
16047         shadow files messing up the compilation.
16049 2007-08-18  Glenn Morris  <rgm@gnu.org>
16051         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
16052         string.  Also apply eldoc-argument-case in the help-split-fundoc
16053         case.  Adapt for changed behavior of eldoc-function-argstring,
16054         eldoc-function-argstring-format, and
16055         eldoc-highlight-function-argument.
16056         (eldoc-highlight-function-argument): Handle nil INDEX argument,
16057         just call eldoc-docstring-format-sym-doc in that case.
16058         (eldoc-function-argstring): Change the behavior.  Now it converts
16059         an argument list to a string.
16060         (eldoc-function-argstring-format): Change the behavior.  Now it
16061         applies `eldoc-argument-case' to a string.
16063         * progmodes/scheme.el (scheme-mode-variables): Set
16064         font-lock-comment-start-skip.
16066 2007-08-18  Martin Rudalics  <rudalics@gmx.at>
16068         * progmodes/ada-mode.el (ada-create-syntax-table): Move
16069         set-syntax-table from here to ...
16070         (ada-mode): ... here.  Do not change global value of
16071         comment-multi-line.  Call new function
16072         ada-initialize-syntax-table-properties and add new function
16073         ada-handle-syntax-table-properties to font-lock-mode-hook.
16074         (ada-deactivate-properties, ada-initialize-properties): Replace
16075         by new functions ...
16076         (ada-handle-syntax-table-properties)
16077         (ada-initialize-syntax-table-properties)
16078         (ada-set-syntax-table-properties): ... to set up syntax-table
16079         properties uniformly, independently from whether font-lock-mode
16080         is enabled or not.  Handle read-only buffers and do not change
16081         undo-list when setting syntax-table properties.
16082         (ada-after-change-function): Use ada-set-syntax-table-properties.
16084 2007-08-18  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
16086         * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
16087         (meta-indent-current-nesting): Use a computation of the nesting
16088         instead.
16089         (meta-indent-current-indentation): Indentation is given according
16090         to nesting and if the previous line was finished or not.
16091         (meta-indent-unfinished-line): Tell if the current line ends with
16092         a finished expression.
16093         (meta-indent-looking-at-code): Like `looking-at', but checks if
16094         the point is in a string before.
16095         (meta-indent-level-count): Use it.  Don't count parenthesis as it's
16096         done in the nesting function.
16097         (meta-indent-in-string-p): Tell if the current point is in a
16098         string.
16099         (meta-indent-calculate): Treat b-o-b as a special case.  Use the
16100         previous functions.
16102 2007-08-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
16104         * emacs-lisp/copyright.el (copyright-limit): New defsubst.
16105         (copyright-update-year, copyright-update)
16106         (copyright-fix-years): Use it.
16108 2007-08-17  Kimit Yada  <kimitto@gmail.com>  (tiny change)
16110         * emacs-lisp/copyright.el (copyright-update-year):
16111         Fix bug: Handle nil copyright-limit.
16113 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
16115         * calc/calc-units.el (math-standard-units): Give exact
16116         conversion for tsp.
16118         * calc/calc.el (math-bignum-digit-length): Compute the
16119         appropriate value.
16121         * calc/calc-bin.el (math-bignum-logb-digit-size)
16122         (math-bignum-digit-power-of-two):
16123         * calc/calc-comb.el (math-small-factorial-table):
16124         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
16125         (math-approx-gamma-const):
16126         * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
16127         (math-besY1, math-bernoulli-b-cache):
16128         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
16129         Remove `eval-when-compile's.
16131 2007-08-17  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
16133         * progmodes/cperl-mode.el (cperl-look-at-leading-count)
16134         (cperl-find-pods-heres): Fix an error when typing expressions like
16135         `s{a}{b}'.
16137 2007-08-17  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
16139         * mail/emacsbug.el (report-emacs-bug): Remove the last number of
16140         `emacs-version', use the topic prefix ``version; ''.  Make MS-DOS
16141         a special case (there's no build number).
16143 2007-08-17  T. V. Raman  <raman@users.sf.net>  (tiny change)
16145         * completion.el (symbol-under-point, symbol-before-point)
16146         (symbol-before-point-for-complete): Use buffer-substring-no-properties.
16148 2007-08-17  Glenn Morris  <rgm@gnu.org>
16150         * progmodes/compile.el (compilation-get-file-structure): Make use
16151         of the directory part when checking for an existing entry, to
16152         handle files with same basename in different directories.
16154 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
16156         * calc/calc.el (calc-language-alist): Add texinfo-mode.
16158 2007-08-16  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16160         * ps-print.el (ps-header-font-size, ps-header-title-font-size)
16161         (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
16162         (ps-paragraph-spacing): Docstring fix.
16164 2007-08-16  Glenn Morris  <rgm@gnu.org>
16166         * ps-print.el (ps-font-size): Doc fix.
16168 2007-08-16  Richard Stallman  <rms@gnu.org>
16170         * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
16172 2007-08-15  Juri Linkov  <juri@jurta.org>
16174         * startup.el (initialization): Change parent group from `internal'
16175         to `environment'.
16176         (initial-buffer-choice): New variable.
16177         (command-line): Revert 2007-07-02 change that sets
16178         buffer-offer-save in *scratch* and enables auto-save in it.
16179         (fancy-splash-text): Add links to existing items.  Add new items
16180         with links for useful tasks.  Move information about Control-g to
16181         fancy-splash-head.  Move "Emacs Guided Tour" to the end.
16182         (fancy-splash-keymap): New variable.
16183         (fancy-splash-last-input-event): Remove variable.
16184         (fancy-splash-insert): Add processing of `:link' element.
16185         (fancy-splash-head): Replace "Type Control-l to begin editing"
16186         with "Type `q' to exit".
16187         (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
16188         (fancy-splash-default-action, fancy-splash-special-event-action):
16189         Remove functions.
16190         (fancy-splash-quit): New function.
16191         (fancy-splash-screens): Rename input arg from `hide-on-input' to
16192         `static' and reverse the condition of its usage.  Don't preserve
16193         original values of `minor-mode-map-alist',
16194         `emulation-mode-map-alists', `special-event-map'.
16195         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
16196         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
16197         Remove processing of special events.  Use local key map
16198         `fancy-splash-keymap'.  Set buffer to read-only.
16199         (normal-splash-screen): Rename input arg from `hide-on-input' to
16200         `static' and reverse the condition of its usage.
16201         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
16202         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
16203         Add links to existing items.  Add new items with links for useful
16204         tasks.  Use local key map `fancy-splash-keymap'.
16205         (display-splash-screen): Rename input arg from `hide-on-input' to
16206         `static'.
16207         (about-emacs): Add alias to display-splash-screen.
16208         (command-line-1): Use `initial-buffer-choice'.
16210         * menu-bar.el (menu-bar-help-menu):
16211         * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
16212         item to about-emacs instead of display-splash-screen.
16214 2007-08-15  Jay Belanger  <jay.p.belanger@gmail.com>
16216         * calc/calc-units.el (math-standard-units): Update values.
16217         Put in exact, rational values when possible.
16218         (math-unit-prefixes): Replace floats with powers of ten.
16219         (math-standard-units-systems): Replace floats with integers.
16220         (math-make-unit-string): Remove extra spaces in output.
16222 2007-08-15  Glenn Morris  <rgm@gnu.org>
16224         * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
16225         sloppier, for the sake of GNU Mailman.
16226         (rmail-digest-rfc1153): Initialize `result' correctly.
16228 2007-08-15  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
16230         * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
16231         in the mail title.  Suggested by Reiner Steib.
16233 2007-08-14  Chris Hecker  <checker@d6.com>  (tiny change)
16235         * calc/calc-aent.el (calc-do-quick-calc): Add binary
16236         representation of integers to the list of outputs.
16238 2007-08-14  Glenn Morris  <rgm@gnu.org>
16240         * simple.el (bad-packages-alist): New constant.
16241         (bad-package-check): New function.  Together, these two add elements
16242         to `after-load-alist' to check for problematic external packages.
16243         * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
16245 2007-08-14  Jay Belanger  <jay.p.belanger@gmail.com>
16247         * calc/calc-units.el (math-get-standard-units)
16248         (math-get-units, math-make-unit-string)
16249         (math-get-default-units, math-put-default-units): New functions.
16250         (math-default-units-table): New variable.
16251         (calc-convert-units, calc-convert-temperature): Add machinery
16252         to supply default values.
16254 2007-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16256         * emulation/tpu-edt.el: Add tpu-extras's autoloads.
16257         (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
16258         (tpu-gold-map): Bind F to tpu-cursor-free-mode.
16259         (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
16261         * emulation/tpu-extras.el: Remove spurious * in docstrings.
16262         Put its autoloads into tpu-edt.el rather than loaddefs.el.
16263         (tpu-cursor-free-mode): Rename from tpu-cursor-free.
16264         Make into a proper minor-mode.
16265         (tpu-backward-char, tpu-next-line, tpu-previous-line)
16266         (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
16267         (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
16268         (tpu-set-cursor-free, tpu-set-cursor-bound):
16269         Delegate to tpu-cursor-free-mode.
16270         (tpu-next-line, tpu-previous-line, tpu-forward-line)
16271         (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
16272         Use line-move or forward-line instead of next-line-internal.
16274 2007-08-13  Nick Roberts  <nickrob@snap.net.nz>
16276         * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
16278 2007-08-12  Richard Stallman  <rms@gnu.org>
16280         * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
16281         (cvs-execute-single-file): Use new name split-string-and-unquote.
16282         (cvs-header-msg): Use new name combine-and-quote-strings.
16284         * emulation/vi.el (vi-next-line): Ignore return value of line-move.
16286         * progmodes/gud.el (gud-common-init): Use new name
16287         split-string-and-unquote.
16289         * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
16290         in javac regexp.
16292         * pcvs-util.el (cvs-qtypedesc-strings): Use new names
16293         combine-and-quote-strings and split-string-and-unquote.
16295         * subr.el (combine-and-quote-strings): Rename from strings->string.
16296         (split-string-and-unquote): Rename from string->strings.
16298 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16300         * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
16301         to buffer-local settings.
16303         * emacs-lisp/backquote.el (backquote-delay-process): New function.
16304         (backquote-process): Add internal arg `level'.  Use the two to
16305         correctly handle nested backquotes.
16307 2007-08-09  Riccardo Murri  <riccardo.murri@gmail.com>
16309         * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
16310         (vc-bzr-state-words): Add "kind changed" state word.
16311         (vc-bzr-status): New function.  Return Bzr idea of file status,
16312         which is different from VC's.
16313         (vc-bzr-state): Use vc-bzr-status.
16314         (vc-workfile-unchanged-p): Use vc-bzr-status.
16315         (vc-bzr-revert): Use synchronous process; expect exitcode 0.
16316         (vc-dired-state): Process "kind changed" state word.
16318 2007-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
16320         * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
16322         * vc-rcs.el (vc-rcs-find-file-not-found-hook):
16323         Move from vc-default-find-file-not-found-hook.
16325 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16327         * man.el: Remove spurious * in docstrings.
16328         Merge defvars and toplevel setq-defaults.
16329         (Man-highlight-references0): Limit=nil rather than point-max.
16330         (Man-mode-map): Move initialization into the declaration.
16331         (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
16332         (Man-view-header-file): Use expand-file-name rather than concat.
16333         (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
16335         * man.el (Man-next-section): Make sure we do not move backward.
16337 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16339         * files.el (auto-mode-alist): Use the purecopied text (duh!).
16341 2007-08-08  Glenn Morris  <rgm@gnu.org>
16343         * Replace `iff' in doc-strings and comments.
16345 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
16347         * dired.el (dired-pop-to-buffer):
16348         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
16349         * calendar/calendar.el (generate-calendar-window):
16350         * progmodes/compile.el (compilation-set-window-height):
16351         * textmodes/two-column.el (2C-two-columns, 2C-merge):
16352         Use window-full-width-p instead of comparing frame-width and
16353         window-width.
16355         * progmodes/compile.el (compilation-find-buffer): Remove extra
16356         argument in call to compilation-buffer-internal-p.
16358 2007-08-07  Tom Tromey  <tromey@redhat.com>
16360         * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
16361         Add safe-local-variable property.
16363 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
16365         * image-mode.el (image-toggle-display): Use image-refresh.
16367 2007-08-07  Riccardo Murri  <riccardo.murri@gmail.com>
16369         * vc-bzr.el: Remove comments about vc-bzr.el being a modified
16370         unofficial version.
16371         (vc-bzr-command): Remove redundant setting of process-connection-type.
16372         (vc-bzr-admin-checkout-format-file): Add autoload.
16373         (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
16374         (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
16375         (vc-bzr-registered): Compare dirstate format tag with known good
16376         value, abort parsing if match fails.  Warn user in docstring.
16377         (vc-bzr-workfile-version): Case for different Bzr branch formats.
16378         See bzrlib/branch.py in Bzr sources.
16379         (vc-bzr-diff): First argument FILES may be a string rather than a list.
16380         (vc-bzr-shell-command): Remove in favor of
16381         vc-bzr-command-discarding-stderr.
16382         (vc-bzr-command-discarding-stderr): New function.
16384 2007-08-06  Riccardo Murri  <riccardo.murri@gmail.com>
16386         * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
16387         program, and return nil.
16388         (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
16389         (vc-bzr-state): Look for path names relative to the repository
16390         root after status keyword.
16391         (vc-bzr-file-name-relative): New function.
16392         (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
16393         depend on it.
16394         (vc-bzr-admin-dirname, ...-checkout-format-file)
16395         (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
16396         files that we now parse directly for speed.
16397         (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
16398         (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
16399         (vc-bzr-state): "bzr status" successful only if exitcode is 0.
16400         (vc-bzr-root): Use `vc-bzr-shell-command'.  Stderr may contain
16401         Bzr warnings, so we must discard it.
16402         (vc-bzr-workfile-version): Speedup counting lines from
16403         `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
16404         if that file doesn't exist.
16405         (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
16406         `vc-bzr-root-dir' for speed.  Add `vc-bzr-admin-dirname' (not ".bzr"!)
16407         to `vc-directory-exclusion-list'.
16408         (vc-bzr-shell-command): New function.
16410 2007-08-06  Tom Tromey  <tromey@redhat.com>
16412         * diff-mode.el (diff-unified->context, diff-reverse-direction)
16413         (diff-fixup-modifs): Typo in docstring.
16415 2007-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16417         * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
16418         count-screen-lines.
16419         (tpu-edt-off): Disable relevant pieces of advice.
16421         * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
16422         tpu-write-file-hook.  Activate it with add-hook on buffer-save-hook.
16423         (newline, newline-and-indent, do-auto-fill): Use advice instead of
16424         redefining the function.
16425         (tpu-set-scroll-margins): Activate the pieces of advice.
16427 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
16429         * help.el (resize-temp-buffer-window): Use window-full-width-p
16430         instead of comparing frame-width and window-width.
16432 2007-08-13  Stephen Leake  <stephen_leake@stephe-leake.org>
16434         * pcvs-parse.el (cvs-parse-table): Handle additional instance of
16435         optional quotes around files in NEED-UPDATE . REMOVED case.
16437         * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
16438         (ada-treat-cmd-string): Improve error message.
16439         (ada-do-file-completion): Call `ada-require-project-file', so
16440         project variables are set properly.
16441         (ada-prj-find-prj-file): Delete Emacs 20.2 support.
16442         (ada-gnatfind-buffer-name): New constant.
16443         (ada-find-any-references): Use new constant.  Set buffer name
16444         properly in compilation-start.  Toggle read-only properly.
16445         (ada-find-in-src-path): Fix spelling error in docstring.
16447         * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
16448         by zero error.
16450 2007-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16452         * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
16454 2007-08-12  Richard Stallman  <rms@gnu.org>
16456         * progmodes/sh-script.el (sh): Delete group `unix'.
16458         * progmodes/gud.el (gud): Change to group `processes'.
16460 2007-08-11  Glenn Morris  <rgm@gnu.org>
16462         * progmodes/compile.el (compilation-buffer-name): Don't check
16463         compilation-arguments.  It is superfluous, and the variable isn't
16464         even set when this function is called.
16466 2007-08-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16468         * term/mac-win.el (mac-ae-reopen-application): New function.
16469         (mac-apple-event-map): Bind "reopen application" Apple event to it.
16471 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16473         * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
16474         take tex-font-script-display into account.
16475         (tex-font-script-display, tex-font-lock-suscript): Change from a cons
16476         cell to a list of 2 elements to simplify the unfontify code.
16478 2007-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16480         * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
16481         (ps-begin-job): Use ps-default-fg and ps-default-bg only when
16482         ps-print-color-p is neither nil nor black-white.  Reported by Christian
16483         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
16485 2007-08-08  Andreas Schwab  <schwab@suse.de>
16487         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
16488         self-insert-command, not self-insert.
16490 2007-08-08  Glenn Morris  <rgm@gnu.org>
16492         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
16493         argument optional, for backwards compatibility, and only highlight
16494         args when present.  Fix symbol name typo (doc/args).
16496         * help-mode.el (help-make-xrefs): Search for symbol constituents,
16497         rather than just `-'.
16499 2007-08-07  Jay Belanger  <jay.p.belanger@gmail.com>
16501         * calc/calc-units.el (calc-convert-temperature):
16502         Use `/' to create fractions.
16504 2007-08-07  Michael Albinus  <michael.albinus@gmx.de>
16506         * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
16507         global matching.
16508         (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
16509         ERROR-BUFFER more robust.  Display output.
16510         (tramp-file-name-handler): Add a connection property when we found
16511         a foreign file name handler.  This allows backends like ftp to
16512         profit also from usr/host name completion based on connection
16513         cache.
16514         (tramp-send-command-and-read): Search for trash after the regexp
16515         until eol only.  In XEmacs, there is a problem with \n.
16517         * net/tramp-cache.el (top): Read persistent connection history
16518         when cache is empty.
16520 2007-08-07  Nic Ferrier  <nferrier@tapsellferrier.co.uk>  (tiny change)
16522         * net/tramp.el (tramp-handle-process-file): Fix bug inserting
16523         resulting output.
16525 2007-08-07  Sam Steingold  <sds@gnu.org>
16527         * progmodes/compile.el (compilation-start): Pass nil as startfile
16528         to comint-exec.
16530 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
16532         * longlines.el (longlines-decoded): New variable.
16533         (longlines-mode): Avoid encoding or decoding the buffer twice.
16535 2007-08-07  Martin Rudalics  <rudalics@gmx.at>
16537         * format.el (format-insert-file): Make sure that at most one undo
16538         entry is recorded for the insertion.  Inhibit point-motion and
16539         modification hooks around call to insert-file-contents.
16541 2007-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
16543         * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
16544         Select the buffer's window before moving point.
16546 2007-08-07  Richard Stallman  <rms@gnu.org>
16548         * term.el (term): Remove parent group `unix'.
16550         * simple.el (default-indent-new-line): New function.
16551         It calls comment-line-break-function if there are comments.
16552         (do-auto-fill): Use that.
16554 2007-08-07  Sean O'Rourke  <sorourke@cs.ucsd.edu>
16556         * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
16557         (PC-do-completion): Add "acronym completion" for symbols and
16558         filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
16560 2007-08-06  Sam Steingold  <sds@gnu.org>
16562         * mouse.el (mouse-buffer-menu): Pass mode-name through
16563         format-mode-line because it may be a list,
16564         e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
16566 2007-08-06  Vinicius Jose Latorre  <viniciusig@ig.com.br>
16568         * printing.el (pr-update-menus): Docstring fix.
16570 2007-08-06  Jason Rumney  <jasonr@gnu.org>
16572         * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
16574         * vc-hooks.el (vc-call): Add doc string.
16576 2007-08-06  Michael Albinus  <michael.albinus@gmx.de>
16578         * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
16579         process-filter.
16581 2007-08-06  Kenichi Handa  <handa@m17n.org>
16583         * international/quail.el: Wrap (require 'help-mode) by
16584         eval-when-compile.
16585         (quail-help-init): New function.
16586         (quail-help): Call quail-help-init.
16587         (quail-store-decode-map-key): Change it to a function.
16589 2007-08-05  Jason Rumney  <jasonr@gnu.org>
16591         * vc.el (vc-rollback): Add norevert argument back.
16592         (vc-revert-buffer): Add back as obsolete alias.
16594 2007-08-05  Peter Povinec  <ppovinec@yahoo.com>  (tiny change)
16596         * term.el: Honor term-default-fg-color and term-default-bg-color
16597         settings when modifying term-current-face.
16598         (term-default-fg-color, term-default-bg-color): Initialize from
16599         default term-current-face.
16600         (term-mode, term-reset-terminal): Set term-current-face with
16601         term-default-fg-color and term-default-bg-color.
16602         (term-handle-colors-array): term-current-face has term-default-fg-color
16603         and term-default-bg-color after reset escape sequence.
16604         (term-handle-colors-array): Set term-current-color with
16605         term-default-fg/bg-color instead of ansi-term-color-vector when the
16606         index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
16608 2007-08-05  Jay Belanger  <jay.p.belanger@gmail.com>
16610         * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
16611         (math-nlfit-givens): Let bind free variables.
16613 2007-08-05  Vinicius Jose Latorre  <viniciusig@ig.com.br>
16615         * printing.el: Require lpr and ps-print when loading printing package.
16616         Reported by Glenn Morris <rgm@gnu.org>.
16618 2007-08-05  Michael Albinus  <michael.albinus@gmx.de>
16620         * files.el (set-auto-mode): Handle also remote files wrt
16621         `auto-mode-alist'.
16623 2007-08-04  Jay Belanger  <jay.p.belanger@gmail.com>
16625         * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
16626         curves and plotting.
16628         * calc/calc-nlfit.el: New file.
16630 2007-08-04  Glenn Morris  <rgm@gnu.org>
16632         * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
16633         zero, not nil, when the library is first loaded.  Check for a file
16634         that has been modified on disk.
16636         * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
16637         Remove duplicate defvar preventing initialization.
16638         (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
16640 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16642         * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
16643         (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
16644         may match up to 4 lines.
16645         (diff-beginning-of-file-and-junk): Rewrite.
16647 2007-08-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16649         * printing.el: Evaluate require only during compilation.
16650         (pr-version): New version 6.9.1.
16651         (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
16652         (pr-global-menubar): Fix code.
16654 2007-08-03  Dan Nicolaescu  <dann@ics.uci.edu>
16656         * term.el (term-erase-in-display): Fix case when point is not at
16657         the beginning of the line.
16659 2007-08-03  Jay Belanger  <jay.p.belanger@gmail.com>
16661         * calc/calc-ext.el (math-get-value, math-get-sdev)
16662         (math-contains-sdev): New functions.
16664         * calc/calc-graph.el (calc-graph-format-data)
16665         (calc-graph-add-curve): Check for error forms.
16666         (calc-graph-set-styles): Add option for error forms.
16668 2007-08-03  Miles Bader  <miles@gnu.org>
16670         * vc-hooks.el (vc-handled-backends): Change capitalization of VC
16671         backend names for new backends to `Git', `Hg', and `Bzr'.
16672         * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
16673         not `HG'.
16674         * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
16675         name, not `GIT'.
16676         * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
16677         (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
16679 2007-08-03  Richard Stallman  <rms@gnu.org>
16681         * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
16682         to update deleted flag.
16684         * cus-edit.el (customize-apropos, customize-apropos-options)
16685         (customize-apropos-faces, customize-apropos-groups): Improve prompt.
16687         * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
16689         * startup.el (fancy-splash-head, startup-echo-area-message):
16690         Change message text.
16692         * emulation/tpu-edt.el (next-line-internal): Setting deleted.
16693         All callers use line-move.
16695         * progmodes/compile.el (compilation-find-buffer): Return current
16696         buffer immediately if suitable.
16697         (compile, compilation-buffer-name, compilation-start): Doc fixes.
16699 2007-08-03  Daiki Ueno  <ueno@unixuser.org>
16701         * faces.el (face-normalize-spec): New function.
16702         (frame-set-background-mode): Normalize face-spec before calling
16703         face-spec-match-p.
16705 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16707         * server.el (server-window): Add switch-to-buffer-other-frame option.
16709 2007-08-03  Glenn Morris  <rgm@gnu.org>
16711         * cus-edit.el (customize-apropos): Make the error message indicate
16712         what kind of thing the user was trying to customize.
16714         * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
16716         * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
16717         Fix off-by-one error in previous change.
16719 2007-08-03  Drew Adams  <drew.adams@oracle.com>
16721         * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
16722         Make buffer writable.
16724 2007-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
16726         * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
16727         (math-cos-raw-2, math-arctan-raw, math-ln-raw):
16728         Use native Emacs functions, when appropriate.
16730 2007-08-01  Dan Nicolaescu  <dann@ics.uci.edu>
16731             Stefan Monnier  <monnier@iro.umontreal.ca>
16733         * vc.el: Document new VC operation `extra-menu'.
16735         * vc-hooks.el (vc-default-extra-menu): New function.
16737         * menu-bar.el (menu-bar-vc-filter): New function.
16738         (menu-bar-tools-menu): Use it as a filter.
16740 2007-08-01  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
16742         * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
16744 2007-08-01  Glenn Morris  <rgm@gnu.org>
16746         * progmodes/fortran.el: Remove leading `*' from all defcustom doc
16747         strings.
16748         (fortran-tab-mode-default): Remove needless autoload.
16749         (fortran-tab-mode-string): Add help-echo and mouse properties, and
16750         mark as risky.
16751         (fortran-line-length): New buffer-local variable, safe if integer.
16752         (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
16753         Change from variables to constants.
16754         (fortran-font-lock-syntactic-keywords): Delete as a variable,
16755         replace with a new function definition.
16756         (fortran-mode): Use fortran-line-length, and
16757         fortran-font-lock-syntactic-keywords as a function.  Add a
16758         hack-local-variables-hook function.
16759         (fortran-line-length, fortran-hack-local-variables): New functions.
16760         (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
16761         Use fortran-line-length rather than 72.
16762         (fortran-window-create-momentarily): Doc fix.
16764 2007-07-31  Drew Adams  <drew.adams@oracle.com>  (tiny change)
16766         * cus-edit.el (custom-group-value-create, custom-goto-parent):
16767         Fix parent groups link.
16769 2007-07-31  Paul Pogonyshev  <pogonyshev@gmx.net>
16771         * progmodes/python.el (python-current-defun): Adjust to never fall
16772         into infinite loop.
16774 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
16776         * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
16778 2007-07-29  Kimit Yada  <kimitto@gmail.com>  (tiny change)
16780         * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
16781         (copyright-fix-years, copyright): Correctly handle the case where
16782         copyright-limit is nil.
16784 2007-07-28  Konstantin Novitsky  <knovitsk@Bear.com>  (tiny change)
16786         * progmodes/python.el (run-python): Fix path separator under w32.
16788 2007-07-30  Richard Stallman  <rms@gnu.org>
16790         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
16791         Treat non-break space as whitespace in Lisp.
16793 2007-07-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16795         * vc.el (vc-dired-hook): Use inhibit-read-only.
16797         * progmodes/compile.el (compilation-forget-errors):
16798         Reset compilation-auto-jump-to-next.
16800 2007-07-30  Michael Olson  <mwolson@gnu.org>
16802         * cus-edit.el (custom-group-save): Fix void function definition
16803         error.  Thanks to Zhang Wei for the report.
16805         * ps-print.el: Check in trivial changes to the autoloads section
16806         caused by the build process.  These autoloads really ought to be
16807         placed in a separate file, methinks.
16809 2007-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16811         * calendar/calendar.el (calendar-mode): Make sure
16812         displayed-(month|year) are set.
16813         (calendar-basic-setup): Display buffer before adjusting window sizes.
16814         (generate-calendar-window): Use inhibit-read-only.  Simplify.
16815         Generate buffer and set displayed-month and displayed-year before
16816         calling update-calendar-mode-line.
16818 2007-07-29  Michael Albinus  <michael.albinus@gmx.de>
16820         * net/tramp.el:
16821         * net/tramp-uu.el:
16822         * net/trampver.el: Use utf-8 encoding with coding cookie.
16824         * net/tramp-cache.el:
16825         * net/tramp-fish.el:
16826         * net/tramp-ftp.el:
16827         * net/tramp-gw.el:
16828         * net/tramp-smb.el: Remove coding cookie.
16830         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
16831         Flush buffer file-name's file property.
16832         (tramp-handle-file-remote-p): The first parameter is FILENAME.
16834         * net/trampver.el: Update release number.
16836 2007-07-29  Juri Linkov  <juri@jurta.org>
16838         * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
16839         Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
16840         when major-mode is not dired-mode.
16841         (dired-toggle-read-only): New function.
16842         (dired-recursive-deletes): Remove obsolete comments about old
16843         default value.
16844         (dired-do-flagged-delete, dired-do-delete): Refill docstring.
16846         * wdired.el (wdired-exit): New function.
16847         (wdired-mode-map): Bind C-x C-q to wdired-exit.
16849 2007-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16851         * cus-edit.el (customize-read-group): New fun.
16852         (customize-group-other-window, customize-face-other-window):
16853         Prompt before delegating to customize-(group|face).
16854         Bind pop-up-windows rather than use the other-window argument.
16855         (customize-group, customize-face): Prompt from the interactive spec.
16856         Remove args `prompt-for-group' and `other-window'.
16858         * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
16859         (ad-body-forms, ad-advised-interactive-form): Revert this part of
16860         last change.
16862 2007-07-28  Masatake YAMATO  <jet@gyve.org>
16864         * vc.el (vc-dired-mode): Add a menu for VC related operation.
16865         Use backend name as the menu label.  Suggested by David Kastrup.
16867 2007-07-28  Alan Mackenzie  <acm@muc.de>
16869         Fix problem with modes derived from CC Mode:
16870         * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
16871         macro to cc-langs.
16872         (c-init-language-vars-for): Remove call to above macro.
16873         * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
16874         been moved to here.
16875         (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
16877 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
16879         * net/trampver.el: Fix the `coding' cookie.
16881 2007-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
16883         * vc-git.el (vc-git-print-log): Support both the old single file
16884         interface and the new one.
16886 2007-07-28  Nick Roberts  <nickrob@snap.net.nz>
16888         * bindings.el (mode-line-remote): Use updated %@ construct.
16890 2007-07-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16892         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
16893         (calendar-bahai-epoch, calendar-bahai-leap-year-p)
16894         (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
16895         (diary-list-bahai-entries, diary-bahai-mark-entries)
16896         (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
16897         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
16898         New names to clean up namespace.
16899         (list-bahai-diary-entries, mark-bahai-diary-entries)
16900         (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
16901         (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
16902         Add compatibility aliases.
16904         * calendar/appt.el: Don't wrap defvar within eval-when-compile.
16906         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
16907         (calendar-scroll-left-three-months)
16908         (calendar-scroll-right-three-months): Clean up namespace.
16909         (scroll-calendar-left, scroll-calendar-right)
16910         (scroll-calendar-left-three-months)
16911         (scroll-calendar-right-three-months): Add compatibility aliases.
16913         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
16914         Behave like mouse-scroll-calendar-* when used from the mouse.
16916         * calendar/cal-menu.el (cal-menu-scroll-menu)
16917         (cal-menu-global-mouse-menu):
16918         * calendar/calendar.el (calendar-mode-map):
16919         Use new calendar-scroll-* names.
16920         (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
16921         Remove.  Use calendar-scroll-* directly instead.
16923 2007-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16925         * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
16926         (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
16927         (ad-make-advised-definition, ad-cache-id-verification-code):
16928         Use commandp and interactive-form instead.
16930 2007-07-26  Dan Nicolaescu  <dann@ics.uci.edu>
16932         * vc-git.el: Relicense to GPLv3 or later.
16933         (vc-directory-exclusion-list, vc-handled-backends): Remove.
16935         * vc-hooks.el (vc-handled-backends): Add GIT.
16937         * vc.el (vc-directory-exclusion-list): Add .git.
16939 2007-07-26  Alexandre Julliard  <julliard@winehq.org>
16941         * vc-git.el (vc-git-revision-table)
16942         (vc-git-revision-completion-table): New functions.
16944 2007-07-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16946         * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
16947         * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
16948         * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
16949         * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
16950         * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
16951         * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
16952         New command actions for EPS header and EPS footer.
16954         * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
16955         footer.  Fix some problems with one-or-more, zero-or-more and
16956         alternative constructions generation.  Some log messages
16957         implementation.  Doc fix.
16958         (ebnf-version): New version 4.4.
16959         (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
16960         (ebnf-eps-footer, ebnf-log): New options.
16961         (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
16962         (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
16963         (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
16964         (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
16965         (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
16966         (ebnf-style-custom-list, ebnf-style-database): Put new values.
16967         (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
16968         (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
16969         (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
16970         (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
16971         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
16972         (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
16973         (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
16974         (ebnf-non-terminal-dimension, ebnf-special-dimension)
16975         (ebnf-terminal-dimension1, ebnf-repeat-dimension)
16976         (ebnf-except-dimension, ebnf-alternative-dimension)
16977         (ebnf-optional-dimension, ebnf-one-or-more-dimension)
16978         (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
16979         message fun.
16980         (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
16981         (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
16982         (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
16983         (ebnf-terminal-dimension1, ebnf-alternative-dimension)
16984         (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
16985         (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
16986         (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
16987         compatibility with Emacs 20 & 21.
16988         (ebnf-eps-header-comment, ebnf-eps-footer-comment)
16989         (ebnf-eps-file-alist, ebnf-basic-width-extra)
16990         (ebnf-basic-empty-height): New vars.
16991         (ebnf-prologue): Fix PostScript code.
16992         (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
16993         (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
16994         (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
16995         (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
16997 2007-07-25  Glenn Morris  <rgm@gnu.org>
16999         * Relicense all FSF files to GPLv3 or later.
17001         * COPYING: Switch to GPLv3.
17003 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
17005         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
17006         Replace it with another one which disables undo before calling
17007         erase-buffer and then turns it back on if needed.
17009 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
17011         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
17013 2007-07-24  Glenn Morris  <rgm@gnu.org>
17015         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
17016         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
17017         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
17018         (cal-tex-cursor-week, cal-tex-cursor-week2)
17019         (cal-tex-cursor-week-iso, cal-tex-week-hours)
17020         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
17021         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
17022         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
17024 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
17026         * calendar/calendar.el (calendar-mode-map): Move initialization
17027         into declaration.  Add menu bindings (used to be done in cal-menu).
17028         (calendar-mode): Don't add an activate-menubar-hook.
17030         * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
17031         modify calendar-mode-map), use easy-menu, and make sure that C-h k
17032         can be used on the menu entries.
17033         (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
17034         (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
17035         (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
17036         (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
17037         (calendar-flatten, cal-menu-update): Remove.
17038         (calendar-mouse-insert-hebrew-diary-entry)
17039         (calendar-mouse-insert-islamic-diary-entry)
17040         (calendar-mouse-insert-bahai-diary-entry):
17041         Remove (fold into cal-menu-diary-menu).
17042         (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
17043         (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
17044         (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
17045         (calendar-mouse-view-diary-entries): Minor simplifications.
17046         (calendar-event-to-date): Use with-current-buffer.
17048 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
17050         * add-log.el (change-log-redate): Remove (not needed anymore and
17051         doesn't appear to work).
17053 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
17055         * frame.el: Use mapc and dolist instead of mapcar where possible.
17056         (close-display-connection): New command.
17058 2007-07-25  Alexandre Julliard  <julliard@winehq.org>
17060         * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
17061         (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
17063 2007-07-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17065         * ps-print.el (ps-multibyte-buffer): Docstring fix.
17067         * ps-mule.el: Doc fix.
17068         (ps-multibyte-buffer, ps-mule-font-info-database-default)
17069         (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
17071 2007-07-25  Glenn Morris  <rgm@gnu.org>
17073         * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
17074         (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
17075         (cal-tex-daily-end, cal-tex-hook)
17076         (cal-tex-cal-one-month, cal-tex-cal-multi-month)
17077         (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
17078         (cal-tex-cursor-week-iso, cal-tex-week-hours)
17079         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
17080         (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
17081         (cal-tex-day-prefix, cal-tex-day-name-format)
17082         (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
17083         (cal-tex-caldate, cal-tex-LaTeX-hourbox)
17084         (cal-tex-LaTeX-subst-list): Change from variables to constants.
17085         (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
17086         (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
17087         etc, rather than \bf.
17088         (cal-tex-mini-calendar): Fix typos in previous change.
17089         (cal-tex-latexify-list): Remove inner let binding.
17090         (cal-tex-end-document, cal-tex-banner): Use multi-line
17091         cal-tex-comment.
17092         (cal-tex-comment): Handle embedded newlines.
17093         (cal-tex-LaTeXify-string): Use substring-no-properties.
17095 2007-07-25  Joakim Verona  <joakim@verona.se>  (tiny change)
17097         * progmodes/compile.el (compilation-error-regexp-alist-alist):
17098         Add support for the Maden build tool.
17100 2007-07-25  William Xu  <william.xwl@gmail.com>  (tiny change)
17102         * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
17104 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17106         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
17108 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
17110         * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
17111         C-x C-q.
17113         * vc-git.el (vc-git-print-log): Fix previous change.
17115 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17117         * window.el (save-selected-window): Minor optimization.
17118         (bw-adjust-window): If operation failed, try with a smaller delta.
17119         (window-fixed-size-p): New function.
17120         (window-area-factor): New var.
17121         (balance-windows-area): New command.
17123         * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
17124         (ps-mule-encode-ethiopic): Make it clear that it's always defined.
17125         (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
17126         (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
17127         (ps-mule-begin-job): Use dolist.
17129 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
17131         * subr.el (start-file-process-shell-command)
17132         (process-file-shell-command): New defuns.
17134         * progmodes/compile.el (compilation-start):
17135         Apply `start-file-process-shell-command'.
17137 2007-07-24  Alexandre Julliard  <julliard@winehq.org>
17139         * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
17141 2007-07-24  Alan Mackenzie  <acm@muc.de>
17143         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
17144         Initialise byte-compile-unresolved-functions before rather than
17145         after a compilation.
17146         (byte-compile-unresolved-functions): Amplify doc string.
17148 2007-07-24  Glenn Morris  <rgm@gnu.org>
17150         * startup.el (normal-splash-screen): Use `emacs-copyright'.
17152         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
17153         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
17154         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
17155         (cal-tex-cursor-week, cal-tex-cursor-week2)
17156         (cal-tex-cursor-week-iso, cal-tex-week-hours)
17157         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
17158         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
17159         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
17161         * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
17162         (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
17163         (cal-tex-day-name-format, cal-tex-cal-one-month)
17164         (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
17165         (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
17166         (cal-tex-mini-calendar, cal-tex-em): Doc fix.
17167         (cal-tex-list-holidays, cal-tex-cursor-year)
17168         (cal-tex-cursor-year-landscape, cal-tex-year)
17169         (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
17170         (cal-tex-cursor-month, cal-tex-insert-days)
17171         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
17172         (cal-tex-first-blank-p, cal-tex-cursor-week)
17173         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
17174         (cal-tex-week-hours, cal-tex-cursor-week-monday)
17175         (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
17176         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
17177         (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
17178         (cal-tex-latexify-list, cal-tex-previous-month)
17179         (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
17180         modernization, including using dotimes rather than
17181         calendar-for-loop.
17182         (cal-tex-LaTeX-subst-list): Remove `@'.
17183         (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
17184         Use \textit and \textbf rather than \em and \it.
17186         * calendar/cal-bahai.el (list-bahai-diary-entries)
17187         * calendar/cal-hebrew.el (list-hebrew-diary-entries)
17188         * calendar/cal-islam.el (list-islamic-diary-entries)
17189         * calendar/calendar.el (generate-calendar, generate-calendar-month)
17190         * calendar/diary-lib.el (diary-list-entries)
17191         (mark-calendar-date-pattern): Use `dotimes' rather than
17192         `calendar-for-loop'.
17194         * calendar/calendar.el (calendar-for-loop): Doc fix.
17196 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17198         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
17199         underlying file is uptodate.
17201 2007-07-23  Christopher J. Madsen  <cjm@cjmweb.net>
17203         * replace.el (perform-replace): Use isearch-no-upper-case-p.
17205 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17207         * vc-hooks.el (vc-mode-line-map): New const.
17208         (vc-mode-line): Use it.
17210 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
17212         * vc-git.el (vc-git-delete-file, vc-git-rename-file)
17213         (vc-git-unregister): New functions.
17214         (vc-git-find-version): Use the result of ls-files as a parameter
17215         for cat-file.
17217 2007-07-23  Michael Albinus  <michael.albinus@gmx.de>
17219         * net/tramp.el (tramp-perl-file-attributes)
17220         (tramp-perl-directory-files-and-attributes)
17221         (tramp-handle-file-attributes-with-stat)
17222         (tramp-handle-directory-files-and-attributes-with-stat)
17223         (tramp-convert-file-attributes): Handle huge file sizes.
17225 2007-07-23  Juri Linkov  <juri@jurta.org>
17227         * isearch.el (isearch-message-function): New variable.
17228         (isearch-update, isearch-search): Use it.
17230         * simple.el (goto-history-element): New function created from
17231         next-history-element.
17232         (next-history-element): Most code moved to goto-history-element.
17233         Call goto-history-element with (- minibuffer-history-position n).
17234         (previous-history-element): Call goto-history-element with (+
17235         minibuffer-history-position n).
17236         (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
17237         (minibuffer-history-isearch-message-overlay): New buffer-local variable.
17238         (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
17239         (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
17240         (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
17241         (minibuffer-history-isearch-pop-state): New functions.
17243 2007-07-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
17245         * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
17246         Also, if FILE is a list, return non-nil if any of its elements
17247         should stay local.  Update docstring.
17249 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17251         * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
17252         change by reverting a small part.
17254 2007-07-23  Richard Stallman  <rms@gnu.org>
17256         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
17258 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
17260         * vc-git.el (vc-git-checkin): Delete unused parameter and the code
17261         handling it.  Use vc-git-command.
17262         (vc-git-find-version, vc-git-diff-tree): New functions.
17263         (vc-git-revert): Use vc-git-command.
17264         (vc-git--run-command): Delete.
17266 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
17268         * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
17270 2007-07-20  Kenichi Handa  <handa@m17n.org>
17272         * international/utf-8.el (utf-8-post-read-conversion):
17273         Temporarily bind utf-8-compose-scripts to nil while running
17274         *-compose-region functions.
17276 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
17278         * vc-git.el: Update status.
17279         (vc-directory-exclusion-list): Use eval-after-load.
17281 2007-07-22  Nick Roberts  <nickrob@snap.net.nz>
17283         * bindings.el (mode-line-remote): New variable.
17284         (help-echo): Add to default values of mode-line-format.
17286         * files.el: Mark mode-line-remote as risky.
17288 2007-07-22  Juri Linkov  <juri@jurta.org>
17290         * isearch.el (isearch-edit-string): Save old point and
17291         isearch-other-end to old-point and old-other-end before reading
17292         the search string from minibuffer.  After exiting minibuffer set
17293         point to old-other-end if point and the search direction is the
17294         same as before reading the search string.
17295         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
17296         to isearch-other-end.  Instead of isearch-search-and-update call
17297         three functions isearch-search, isearch-push-state and isearch-update.
17299 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
17301         * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
17302         deal with multiple file arguments.
17303         (vc-git-print-log): Deal with multiple file arguments.
17305 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17307         * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
17308         diff-refine-hunk.  Adjust users.
17309         (diff-unified-hunk-p, diff-splittable-p): New functions.
17310         (diff-mode-menu): Use it to disable Split when it doesn't work.
17312 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
17314         * diff-mode.el (diff-mode-menu): New entries.
17316 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17318         * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
17319         if applicable, so as to save undo-log space.
17321         * diff-mode.el (diff-find-file-name): Add arg `batch'.
17323         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
17324         (diff-file-kill): Use it.
17325         (diff-beginning-of-hunk): Add arg `try-harder' using it.
17326         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
17327         Use it so they find the hunk even when we're in the file header.
17329 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
17331         * vc-git.el (vc-git-revision-granularity, vc-git-root)
17332         (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
17333         (vc-git-create-repo): New functions.
17334         (vc-git-registered): New autoloaded function definition.
17335         (vc-git-registered): Use vc-git-root.
17336         (vc-git-responsible-p): New defalias.
17337         (vc-git-annotate-extract-revision-at-line): Uncomment.
17338         (vc-git-print-log): Add the file name to the log.
17339         (vc-git-log-view-mode): New derived mode.
17340         (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
17342 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
17344         * progmodes/grep.el (grep-compute-defaults): Keep default values.
17346 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
17348         * textmodes/reftex.el (reftex-access-parse-file): Create parse
17349         file in a way that does not interfere with recentf mode.
17350         (reftex-access-parse-file): Do not risk destroying an existing
17351         buffer.
17353 2007-07-22  Alexandre Julliard  <julliard@winehq.org>
17355         * vc-git.el: New file.
17357 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17359         * textmodes/tex-mode.el (tex-font-script-display): Change default.
17361 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
17363         * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
17364         for branches and new files.
17366         * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
17367         local-map handling ...
17368         (vc-mode-line): ... here.  Improve handling of help-echo.
17370         * vc.el (mode-line-string): Document help-echo usage.
17372 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
17374         Sync with Tramp 2.1.10.
17376         * net/tramp.el (tramp-get-ls-command): Fix typo.
17378         * net/trampver.el: Update release number.
17380 2007-07-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17382         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
17384         * term/x-win.el (x-handle-no-bitmap-icon): New function.
17386 2007-07-22  Martin Rudalics  <rudalics@gmx.at>
17388         * add-log.el (change-log-fill-parenthesized-list): New function.
17389         (change-log-indent): Call change-log-fill-parenthesized-list.
17390         (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
17391         Have lines with leading asterisk start a paragraph.
17393 2007-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
17395         * calc/calc-math.el (math-emacs-precision)
17396         (math-largest-emacs-expt, math-smallest-emacs-expt):
17397         New variables.
17398         (math-use-emacs-fn): New function.
17399         (math-exp-raw): Evaluate with `math-use-emacs-fn', when
17400         appropriate.
17402 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
17404         * image-dired.el (image-dired-sane-db-file): New func.
17405         (image-dired-write-tags, image-dired-remove-tag)
17406         (image-dired-list-tags, image-dired-write-comments)
17407         (image-dired-get-comment, image-dired-mark-tagged-files)
17408         (image-dired-create-gallery-lists): Call new func.
17409         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
17411 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
17413         * vc-hg.el (vc-hg-dir-state): Fix loop.
17414         (vc-hg-print-log): Fix expected return value for vc-hg-command.
17415         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
17416         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
17417         (vc-hg-revert): Likewise.
17418         (vc-hg-revision-table, vc-hg-revision-completion-table): New
17419         functions.
17421 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17423         * add-log.el (change-log-resolve-conflict): Don't lose data if the
17424         merge fails.
17426 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
17428         * progmodes/compile.el (compilation-auto-jump-to-first-error):
17429         Add group and version.
17431 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17433         * add-log.el (add-log-file-name): Use file-relative-name.
17434         (add-change-log-entry): Delay reading
17435         add-log-(full-name|mailing-address) to after we've switched to the
17436         ChangeLog buffer so we get the right value.
17437         (add-change-log-entry, add-log-current-defun, change-log-merge):
17438         Use derived-mode-p rather than checking major-mode directly.
17440         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
17441         name for buffer-file-name if it refers to a directory.
17443         * vc-arch.el (vc-arch-diff): Fix last change.
17445         * progmodes/compile.el (compilation-start): Remember the original
17446         directory in a buffer-local compilation-directory.
17447         (compile): Set the global value of compilation-directory.
17448         (recompile): Use compilation-directory even in the compilation buffer.
17450 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
17452         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
17454 2007-07-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17456         * ps-print.el: Problem with foreground and background color when
17457         printing a buffer with and without faces.  Reported by Christian
17458         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
17459         (ps-print-version): New version 6.7.5.
17460         (ps-default-fg): Change default value to nil, so black color is used
17461         when a face does not specify a foreground color.
17462         (ps-default-bg): Change default value to nil, so white color is used
17463         for background color.
17464         (ps-begin-job): Fix code.
17466 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
17468         * makefile.w32-in (install-lisp-SH): Don't create subdirectories
17469         in $(INSTALL_DIR)/lisp/ if they already exist.
17471 2007-07-20  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
17473         * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
17474         in $(INSTALL_DIR)/lisp/ if they already exist.
17476 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17478         * progmodes/vera-mode.el (vera-re-search-forward)
17479         (vera-re-search-backward): Remove use of store-match-data.
17480         (vera-mode-map): Move initialization into declaration.
17482         * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
17483         (flymake-find-buildfile): Use locate-dominating-file.
17485         * vc.el (vc-delistify): Use mapconcat.
17486         (vc-do-command): Minor simplification.
17487         (vc-expand-dirs): Use push.
17489         * vc-mcvs.el (vc-mcvs-create-repo):
17490         * vc-cvs.el (vc-cvs-create-repo): Remove.
17492         * vc-hooks.el (vc-find-root): Fix case where `file' is the current
17493         directory and the root as well.
17495 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
17497         * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
17498         instead of a file.
17500         * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
17501         (vc-hg-registered): Replace if with when.
17502         (vc-hg-state): Deal with nonexistent files and handle removed files.
17503         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
17504         (vc-hg-checkout): Re-enable.
17505         (vc-hg-create-repo): Fix typos.
17506         (vc-hg-print-log): Fix for multiple files.
17507         (vc-hg-workfile-unchanged-p): New function.
17509         * vc.el: Fix typo.
17510         (vc-print-log): Fix call to print-log.
17511         (vc-default-comment-history): Likewise.
17512         (vc-directory-exclusion-list): Add .hg and .bzr.
17513         (vc-diff-internal): Pass a list instead of a file.
17515         * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
17517         * vc-bzr.el (vc-bzr-create-repo): New function.
17519 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17521         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
17522         `file' from which to start the search.
17524 2007-07-19  Eric S. Raymond  <esr@snark.thyrsus.com>
17526         * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
17527         having a single file argument to having a list of files as the
17528         first argument.
17530 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17532         * files.el (locate-dominating-file): New function.
17534 2007-07-18  Michael Albinus  <michael.albinus@gmx.de>
17536         * progmodes/grep.el (grep-host-defaults-alist): New defvar.
17537         (grep-compute-defaults): Use it.
17539 2007-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17541         * uniquify.el: Docstring fixes.
17543 2007-07-18  Eric S. Raymond  <esr@snark.thyrsus.com>
17545         * vc.el (revision-granularity, create-repo): Document new vc
17546         backend properties.
17547         (vc-rollback): Renamed from vc-cancel-version.  Update references.
17548         Pass a list instead of a file.
17549         (vc-revert): Renamed from vc-revert-buffer.  Update references.
17550         (vc-delistify, vc-expand-dirs): New functions.
17551         (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
17552         of files instead of a single file.
17553         (vc-position-context, vc-resync-window, vc-diff-internal)
17554         (vc-print-log): Pass a list instead of a file.
17556         * vc-hooks.el (vc-stay-local-p, vc-backend)
17557         (vc-backend-subdirectory-name): Work on a file list, not a single
17558         file.
17559         (vc-workfile-version): Update docstring.
17560         (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
17561         vc-revert instead of vc-revert-buffer.
17562         (vc-prefix-map): Likewise.  Bind vc-update.
17564         * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
17565         (vc-svn-wash-log): New functions.
17566         (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
17567         (vc-svn-command): Deal with a list of files, not a single file.
17569         * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
17570         (vc-rcs-wash-log): New functions.
17571         (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
17572         Deal with a list of files, not a single file.
17573         (vc-rcs-rollback): Likewise.  Rename from vc-rcs-cancel-version.
17575         * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
17576         functions.
17577         (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
17578         list of files, not a single file.
17580         * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
17581         New functions.
17582         (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
17583         (vc-mcvs-diff): Deal with a list of files, not a single file.
17585         * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
17586         functions.
17587         (vc-hg-print-log): Deal with a list of files, not a single file.
17588         (vc-hg-diff-tree): New function, replace defalias with the same
17589         name.
17590         (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
17591         FILES to denote that it is a file list, not a single file.
17593         * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
17594         (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
17595         a single file.
17596         (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
17597         that it is a file list, not a single file.
17598         (vc-cvs-diff): Likewise.  Simplify.
17600         * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
17601         Deal with a list of files, not a single file.
17603         * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
17604         (vc-bzr-print-log): Update FILE parameter name to denote that it
17605         is a file list, not a single file.
17606         (vc-bzr-diff): Likewise.  Use the car of files.
17608 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
17610         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
17611         (follow-delete-other-windows-and-split, follow-recenter)
17612         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
17613         (follow-redisplay, follow-estimate-first-window-start)
17614         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
17615         Fix typos in docstrings.
17617 2007-07-18  Martin Rudalics  <rudalics@gmx.at>
17619         * add-log.el (change-log-mode): Use fill-nobreak-predicate to
17620         avoid that filling introduces lines with a single asterisk.
17622         * kmacro.el (kmacro-end-macro): When ignoring empty macro
17623         avoid incorrect kmacro-ring-empty-p messages.
17624         Reported by Michael Schierl <schierlm@gmx.de>.
17626 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
17628         * vc.el: Add more info about the vc-registered function.
17630 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
17632         * files.el (file-remote-p): Introduce optional parameter
17633         IDENTIFICATION.
17635         * recentf.el (recentf-keep-default-predicate): Adapt call of
17636         `file-remote-p'.
17638         * progmodes/grep.el (grep-probe): Use `process-file'.
17639         (grep-compute-defaults): Handle variables host specific.
17641         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
17642         parameter IDENTIFICATION.
17644         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
17645         parameter IDENTIFICATION.
17646         (tramp-handle-set-file-times): New defun.  Replaces `tramp-touch'.
17647         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
17648         Add entry for `set-file-times'.
17649         (tramp-do-copy-or-rename-file-via-buffer)
17650         (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
17651         (tramp-handle-unhandled-file-name-directory): Rewrite.
17652         (tramp-convert-file-attributes): Add error handling when inode is
17653         extraordinary big.
17654         (tramp-get-inode): Change parameter from FILE to VEC.
17655         (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
17656         is nil.  This is according to the specification.  Goto (point-max)
17657         when ready.
17658         (tramp-handle-shell-command): Rewrite completely, using
17659         `process-file' and `start-file-process'.
17660         (tramp-methods, tramp-find-shell)
17661         (tramp-open-connection-setup-interactive-shell)
17662         (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
17663         var.  Reported by Steve Youngs <steve@sxemacs.org>.
17665         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
17666         entry for `set-file-times'.  Rename `start-process' into
17667         `start-file-process'.  Remove `call-process' entry.
17668         (tramp-fish-handle-set-file-times): New defun.
17669         (tramp-fish-handle-executable-find): Use `process-file'.
17670         (tramp-fish-handle-process-file): New defun.  Replaces
17671         `tramp-fish-handle-call-process'.
17672         (tramp-fish-do-copy-or-rename-file-directly): Use
17673         `set-file-times'.
17674         (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
17676         * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
17677         `tramp-get-inode' parameter.
17679 2007-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17681         * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
17682         (vc-bzr-post-command-function): Remove.  Version 0.8 is already old
17683         nowadays, and by the time Emacs-23 comes out, nobody will even remember
17684         it has ever existed.
17686 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
17688         * vc.el: Undo previous change.
17690 2007-07-16  Eli Zaretskii  <eliz@gnu.org>
17692         * makefile.w32-in (clean): Don't delete *~.
17694 2007-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17696         * textmodes/tex-mode.el (tex-verbatim-environments):
17697         Add safe-local-variable property.
17698         (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
17699         when starting font-lock rather than when loading tex-mode.el.
17701         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
17702         whole $( rather than just the $.  Rename from sh-quoted-subshell.
17703         (sh-font-lock-syntactic-keywords): Adjust call accordingly.
17705 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
17707         * bookmark.el (bookmark-maybe-sort-alist): Don't modify
17708         bookmark-alist.  Instead, if not sorting, simply return it.
17709         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
17710         for its return value, not for its side effect.
17712         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
17713         case of alignment under a constant symbol, find and consider
17714         the sexp actually at indentation to be the "last sexp".
17716 2007-07-16  Drew Adams  <drew.adams@oracle.com>
17718         * mouse.el (mouse-yank-secondary): Better error message if no
17719         secondary selection.
17721 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
17723         * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
17725         * term/xterm.el (xterm-turn-on-modify-other-keys)
17726         (xterm-turn-off-modify-other-keys): New functions.
17727         (terminal-init-xterm): Enable the modifyOtherKeys feature if the
17728         terminal supports it.
17730 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
17732         * bookmark.el (bookmark-show-all-annotations):
17733         Make sure each inserted annotation ends with newline.
17735 2007-07-15  Richard Stallman  <rms@gnu.org>
17737         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
17739         * tutorial.el (tutorial--find-changed-keys):
17740         Handle C-x specially like ESC.
17742 2007-07-15  Aaron Hawley  <aaronh@garden.org>
17744         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
17746 2007-07-15  Juri Linkov  <juri@jurta.org>
17748         * delsel.el (delete-selection-pre-hook):
17749         * emulation/cua-base.el (cua-paste): Before a yank command,
17750         check also whether last-command is one of mouse-save-then-kill,
17751         mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
17753 2007-07-15  Michael Albinus  <michael.albinus@gmx.de>
17755         * recentf.el (recentf-keep-default-predicate): New defun.
17756         (recentf-keep): Use it as initial value.
17758 2007-07-15  Karl Fogel  <kfogel@red-bean.com>
17760         * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
17761         thus restoring bookmark bindings to three slots under C-x r.  See
17762         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
17764 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
17766         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
17768 2007-07-15  Jason Rumney  <jasonr@gnu.org>
17770         * w32-fns.el (set-default-process-coding-system): Use dos line ends
17771         for input to cmdproxy on all versions of Windows.
17772         Use dos line ends for input to plink.
17774         * comint.el (comint-simple-send): Concat newline before sending.
17775         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
17777 2007-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17779         * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
17780         safe-local-variable setting.
17782 2007-07-14  David Kastrup  <dak@gnu.org>
17784         * emacs-lisp/advice.el (defadvice): Doc fix.
17786 2007-07-14  Juanma Barranquero  <lekktu@gmail.com>
17788         * subr.el (when, unless): Doc fix.
17790 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
17792         * replace.el (match): Use yellow1 instead of yellow.
17794         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
17795         red.
17797         * pcvs-info.el (cvs-unknown): Likewise.
17799 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
17801         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
17802         (install): Use them to copy all *.el files before *.elc.
17804 2007-07-13  Drew Adams  <drew.adams@oracle.com>
17806         * bookmark.el (bookmark-jump-other-window): New function.
17807         (bookmark-map): Bind it to "o".
17809         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
17810         and its thread contains discussion about this change.
17811         The original patch was slightly tweaked by Karl Fogel
17812         <kfogel@red-bean.com> before committing.
17814 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
17816         * bookmark.el: Shorten some comments to fit within 80 lines.
17818 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
17820         * bookmark.el: Don't define bookmark keys under the "C-xr" map;
17821         instead, make "C-xp" a prefix for bookmark-map.  Patch by Drew
17822         Adams <drew.adams@oracle.com>, mildly tweaked by me.  See
17823         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
17825 2007-07-13  Carsten Dominik  <dominik@science.uva.nl>
17827         * textmodes/org.el: Bug fixes.
17828         (org-end-of-line): Move to end of line if in headline without tags.
17830 2007-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17832         * vc-hooks.el: Remove spurious * in docstrings.
17833         (vc-handled-backends): Add BZR.
17835         * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
17837 2007-07-12  Davis Herring  <herring@lanl.gov>
17839         * desktop.el (desktop-buffer-info, desktop-save):
17840         Use `desktop-dirname' instead of `dirname'.
17842 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
17844         * progmodes/which-func.el (which-func-modes): Add `python-mode'.
17846         * progmodes/python.el (python-which-func-length-limit): New var.
17847         (python-which-func): New function.
17848         (python-current-defun): Add optional `length-limit' and try to fit
17849         computed function name to that length.
17850         (python-mode): Hook `python-which-func' up.
17852 2007-07-12  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
17854         * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
17856         * comint.el (comint-dynamic-complete-as-filename):
17857         Use read-file-name-completion-ignore-case.
17859 2007-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17861         * comint.el (comint-dynamic-list-filename-completions):
17862         Use read-file-name-completion-ignore-case.
17864         * vc-cvs.el: Require CL.
17865         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
17866         New functions to provide completion of revision names.
17868         * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
17869         (vc-cvs-annotate-first-line-re): New const.
17870         (vc-cvs-annotate-process-filter): New fun.
17871         (vc-cvs-annotate-command): Use them and run the command asynchronously.
17873 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
17875         * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
17876         (eldoc-print-current-symbol-info): Adjust for changed helper
17877         function signatures.
17878         (eldoc-get-fnsym-args-string): Add `args' argument.  Use new
17879         `eldoc-highlight-function-argument'.
17880         (eldoc-highlight-function-argument): New function.
17881         (eldoc-get-var-docstring): Format documentation with
17882         `font-lock-variable-name-face'.
17883         (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
17884         where suited.
17885         (eldoc-fnsym-in-current-sexp): Return a list with argument index.
17886         (eldoc-beginning-of-sexp): Return number of skipped sexps.
17888 2007-07-11  Michael Albinus  <michael.albinus@gmx.de>
17890         * progmodes/compile.el (compilation-start): `start-process' must
17891         still be redefined when calling `start-process-shell-command'.
17893         * progmodes/gud.el (gud-file-name): When `default-directory' is a
17894         remote file name, prepend its remote part to the filename.
17895         (gud-common-init): When `default-directory' is a remote file name,
17896         make the filename relative to it.
17897         Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
17899 2007-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
17901         * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
17902         mouse binding and a tooltip.
17904 2007-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17906         * menu-bar.el (vc-menu-map): New defalias.
17908 2007-07-10  Richard Stallman  <rms@gnu.org>
17910         * emacs-lisp/lisp-mode.el (eval-defun):
17911         Explain special handling of `defface'.
17913 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
17915         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
17917         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
17919 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17921         * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
17923         * vc-arch.el (vc-arch-complete): Remove.
17924         (vc-arch-revision-completion-table): Use complete-with-action.
17926         * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
17927         (complete-with-action): New function.
17928         (dynamic-completion-table): Use it.
17930 2007-07-10  Michael Albinus  <michael.albinus@gmx.de>
17932         * comint.el (make-comint, make-comint-in-buffer)
17933         (comint-exec-1): Replace `start-process' by `start-file-process'.
17935         * progmodes/compile.el (compilation-start): Revert redefining
17936         `start-process'.
17938 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17940         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
17941         with EOLs when generating MD5 checksums.
17943         * follow.el: Don't change the global map from the follow-mode-map
17944         defvar, but from the toplevel.  Use easy-menu to unify the Emacs and
17945         XEmacs code.
17946         (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
17947         since `follow-mode' should be used instead for that.
17949         * emacs-lisp/easymenu.el (easy-menu-binding): New function.
17950         (easy-menu-do-define): Use it.
17951         (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
17953         * progmodes/compile.el (compilation-auto-jump-to-first-error)
17954         (compilation-auto-jump-to-next): New vars.
17955         (compilation-auto-jump): New function.
17956         (compilation-error-properties): Use them to jump to first error.
17957         (compilation-start): Set the var if requested.
17959         * emacs-lisp/autoload.el (update-directory-autoloads): Remove
17960         duplicates without also removing entries from other directories.
17962 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
17964         * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
17965         Remember span as default.
17966         (org-columns-edit-value): Rename from `org-column-edit'.
17967         (org-columns-display-here-title): Rename from
17968         `org-overlay-columns-title'.
17969         (org-columns-remove-overlays): Rename from org-remove-column-overlays.
17970         (org-columns-get-autowidth-alist): Rename from
17971         `org-get-columns-autowidth-alist'.
17972         (org-columns-display-here): Rename from `org-overlay-columns'.
17973         (org-columns-new-overlay): Rename from `org-new-column-overlay'.
17974         (org-columns-quit): Rename from `org-column-quit'.
17975         (org-columns-show-value): Rename from `org-column-show-value'.
17976         (org-columns-content, org-columns-widen)
17977         (org-columns-next-allowed-value)
17978         (org-columns-edit-allowed, org-columns-store-format)
17979         (org-columns-uncompile-format, org-columns-redo)
17980         (org-columns-edit-attributes, org-delete-property)
17981         (org-set-property, org-columns-update)
17982         (org-columns-compute, org-columns-eval)
17983         (org-columns-not-in-agenda, org-columns-compute-all)
17984         (org-property-next-allowed-value)
17985         (org-columns-compile-format)
17986         (org-fill-paragraph-experimental)
17987         (org-string-to-number, org-property-action)
17988         (org-columns-move-left, org-columns-new)
17989         (org-column-number-to-string)
17990         (org-property-previous-allowed-value)
17991         (org-at-property-p, org-columns-delete)
17992         (org-columns-previous-allowed-value)
17993         (org-columns-move-right, org-columns-narrow)
17994         (org-property-get-allowed-values)
17995         (org-verify-version, org-column-string-to-number)
17996         (org-delete-property-globally): New functions.
17997         (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
17998         (org-columns-overlays): Rename from `org-column-overlays'.
17999         (org-columns-map): Rename from `org-column-map'.
18000         (org-columns-current-maxwidths): Rename from
18001         `org-current-columns-maxwidths'.
18002         (org-columns-begin-marker, org-columns-current-fmt-compiled)
18003         (org-previous-header-line-format)
18004         (org-columns-inhibit-recalculation)
18005         (org-columns-top-level-marker): New variables.
18006         (org-columns-default-format): Rename from `org-default-columns-format'.
18007         (org-property-re): New constant.
18009 2007-07-10  Guanpeng Xu  <herberteuler@hotmail.com>
18011         * subr.el (looking-at-p, string-match-p): New functions.
18013 2007-07-09  Reiner Steib  <Reiner.Steib@gmx.de>
18015         * textmodes/tex-mode.el (tex-fontify-script)
18016         (tex-font-script-display): New variables to make display of
18017         superscripts and subscripts customizable.
18018         (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
18020 2007-07-09  Richard Stallman  <rms@gnu.org>
18022         * isearch.el (isearch-edit-string): Call to isearch-push-state
18023         after the search.
18025 2007-07-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18027         * window.el (fit-window-to-buffer): Remove setting of window-min-height
18028         to 1 as enlarge-window uses the value to resize/shrink windows other
18029         than WINDOW if needed.
18031 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18033         * cus-start.el (file-coding-system-alist): Fix custom type.
18035 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
18037         * longlines.el (longlines-wrap-region): Avoid marking buffer as
18038         modified.
18039         (longlines-auto-wrap, longlines-window-change-function):
18040         Remove unnecessary calls to set-buffer-modified-p.
18042 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18044         * cus-start.el (file-coding-system-alist): Fix custom type.
18046 2007-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18048         * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
18049         (vc-cvs-checkout): Remove last arg now unused; simplify.
18051 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
18053         * files.el (file-remote-p): Introduce optional parameter CONNECTED.
18055         * net/tramp.el:
18056         * net/tramp-ftp.el:
18057         * net/tramp-smb.el:
18058         * net/tramp-uu.el:
18059         * net/trampver.el: Migrate to Tramp 2.1.
18061         * net/tramp-cache.el:
18062         * net/tramp-fish.el:
18063         * net/tramp-gw.el: New Tramp packages.
18065         * net/tramp-util.el:
18066         * net/tramp-vc.el: Removed.
18068         * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
18069         (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
18071         * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
18073         * progmodes/compile.el (compilation-start): Redefine
18074         `start-process' temporarily when `default-directory' is remote.
18075         Remove case of synchronous compilation, this won't happen ever.
18076         (compilation-setup): Make local variable `comint-file-name-prefix'
18077         for remote compilation.
18079 2007-07-08  Martin Rudalics  <rudalics@gmx.at>
18081         * novice.el (disabled-command-function): Fit window to buffer to
18082         make last line visible.
18083         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
18085         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
18086         when handling the terminating event.
18088 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
18090         * calc/calc.el (math-read-number-simple): Remove leading 0s.
18091         (math-bignum-digit-length): Change to optimal value.
18093         * calc/calc-bin.el (math-bignum-logb-digit-size)
18094         (math-bignum-digit-power-of-two): Evaluate when compiled.
18096         * calc/calc-comb.el (math-small-factorial-table)
18097         (math-init-random-base, math-prime-test): Remove unnecessary calls
18098         to `math-read-number-simple'.
18100         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
18101         (math-approx-gamma-const): Add docstrings.
18103         * calc/calc-forms.el (math-julian-date-beginning)
18104         (math-julian-date-beginning-int): New constants.
18105         (math-format-date-part, math-parse-standard-date, calcFunc-julian):
18106         Use the new constants.
18108         * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
18110         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
18111         Add docstrings.
18113 2007-07-07  Tom Tromey  <tromey@redhat.com>
18115         * vc.el (vc-annotate): Jump to line and output message only after the
18116         process is really all done.
18118 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
18120         * vc.el (vc-exec-after): Don't move point from the sentinel.
18121         Forcefully read all the remaining text in the pipe upon process exit.
18122         (vc-annotate-display-autoscale, vc-annotate-lines):
18123         Don't stop at the first unrecognized line.
18124         (vc-annotate-display-select): Run autoscale after the process is done
18125         since it depends on the whole result.
18127 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
18129         * term/w32-win.el (menu-bar-open): New function.
18130         Bind <f10> to it.
18132 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
18134         * simple.el (start-file-process): New defun.
18136 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
18138         * files.el (find-file-confirm-nonexistent-file): Rename from
18139         find-file-confirm-inexistent-file.  Update users.
18141         * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
18142         format of autoload block where the file's time-stamp is replaced by its
18143         MD5 checksum.
18144         (autoload-generate-file-autoloads): Use MD5 checksum instead of
18145         time-stamp for secondary autoloads files.
18146         (update-directory-autoloads): Remove duplicate entries.
18147         Use time-less-p for time-stamps, as done in autoload-find-destination.
18149 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
18151         * calc/calc.el (math-read-number): Replace number by variable.
18152         (math-read-number-simple): Properly parse small integers.
18154 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
18156         * vc.el: Fix doc for the checkout function.
18158 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
18160         * vc-hg.el (vc-hg-root): New function.
18161         (vc-hg-registered): Use it.
18162         (vc-hg-diff-tree): New defalias.
18163         (vc-hg-responsible-p): Likewise.
18164         (vc-hg-checkout): Comment out, not needed.
18165         (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
18166         (vc-hg-find-version, vc-hg-next-version): New functions.
18168 2007-07-06  Andreas Schwab  <schwab@suse.de>
18170         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
18171         dynamic bindings around the evaluation of the expression.
18172         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
18174 2007-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18176         * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
18177         Run before-revert-hook.  Suggested by Denis Bueno <denbuen@sandia.gov>.
18178         Use run-hooks rather than run-mode-hooks.
18180 2007-07-05  Jay Belanger  <jay.p.belanger@gmail.com>
18182         * calc/calc-comb.el (math-random-digit): Rename to
18183         `math-random-three-digit-number'.
18184         (math-random-digits): Don't depend on representation of integer.
18186         * calc/calc-bin.el (math-bignum-logb-digit-size)
18187         (math-bignum-digit-power-of-two): New constants.
18188         (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
18189         (math-not-bignum, math-clip-bignum): Use the constants
18190         `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
18191         instead of their values.
18192         (math-clip): Use math-small-integer-size instead of its value.
18194         * calc/calc.el (math-add-bignum): Replace number by constant.
18196 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
18198         * wid-edit.el (widget-documentation-string-value-create):
18199         Insert indentation spaces.
18201 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
18203         * emacs-lisp/byte-opt.el: Revert last change.
18205 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
18207         * vc-hooks.el (vc-handled-backends): Add HG.
18209         * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
18211 2007-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18213         * complete.el (PC-do-complete-and-exit): Add support for the new
18214         `confirm-only' confirmation mode.
18216 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
18218         * cus-edit.el (custom-commands): New variable.
18219         (custom-tool-bar-map): New variable.  Initialize using
18220         `custom-commands'.
18221         (custom-mode): Use `custom-tool-bar-map'.
18222         (custom-buffer-create-internal): Insert action buttons only if
18223         tool bar is not used.  Use `custom-commands'.
18224         (Custom-help, custom-command-apply): New function.
18225         (custom-command-apply, Custom-set, Custom-save)
18226         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
18227         Use `custom-command-apply' instead of duplicating code.
18228         (customize-group-other-window): Call `customize-group' instead of
18229         duplicating code.
18230         (customize-face-other-window): Call `customize-face' instead of
18231         duplicating code.
18232         (customize-group, customize-face): Add optional args for opening
18233         in another window.
18234         (custom-variable-tag): Don't inherit `variable-pitch' face.
18235         (custom-group-tag): Inherit `variable-pitch' face.
18236         (custom-variable-value-create): Set documentation indentation.
18237         (custom-group-value-create): Make group name a link, instead of
18238         using an extra "go to group" button.
18239         (custom-prompt-variable, custom-group-set, custom-group-save)
18240         (custom-group-reset-current, custom-group-reset-saved)
18241         (custom-group-reset-standard): Minor cleanup.
18243 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
18245         * Makefile.in (bootstrap-prepare): When copying from
18246         ldefs-boot.el, make sure loaddefs.el is writeable.
18248         (bootstrap-prepare): Make $(lisp)/ps-print.el
18249         and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
18251 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
18253         * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
18254         only caller, and delete.
18255         (vc-hg-state): Deal with exceptions and only parse the output on
18256         successful return.
18257         (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
18258         caller, and delete.
18259         (vc-hg-workfile-version): Deal with exceptions and only parse the
18260         output on successful return.
18261         (vc-hg-revert): New function.
18263 2007-07-04  Jay Belanger  <jay.p.belanger@gmail.com>
18265         * calculator.el (calculator-expt): Use more cases to determine
18266         the value.
18268 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
18270         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
18271         file names.
18273 2007-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
18275         * calculator.el (calculator-expt, calculator-integer-p):
18276         New functions.
18277         (calculator-fact): Check to see if the factorial will be too
18278         large before computing it.
18279         (calculator-initial-operators): Use `calculator-expt' to
18280         compute "^".
18281         (calculator-mode): Mention that results which are too large
18282         will return inf.
18283         * calc/calc-comb.el (math-small-factorial-table): Replace list
18284         by vector.
18286 2007-07-03  David Kastrup  <dak@gnu.org>
18288         * shell.el: On request of the authors, remove their addresses for
18289         the sake of bug reports, and add the developer list address as
18290         maintainer information.
18292 2007-07-03  Richard Stallman  <rms@gnu.org>
18294         * files.el (make-directory): Doc fix.
18295         (find-file-confirm-inexistent-file): Make it a defcustom.
18296         Make nil the default.
18298 2007-07-02  Richard Stallman  <rms@gnu.org>
18300         * startup.el (command-line): Set buffer-offer-save in *scratch*
18301         and enable auto-save in it.
18303 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
18305         * textmodes/org.el (orgstruct-mode-map): New variable.
18306         (orgstruct-mode): New minor mode.
18307         (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
18308         (orgstruct-make-binding, org-context-p, org-get-local-variables)
18309         (org-run-like-in-org-mode): New functions.
18310         (org-cycle-list-bullet): New command.
18311         (org-special-properties, org-property-start-re)
18312         (org-property-end-re): New constants.
18313         (org-with-point-at): New macro.
18314         (org-get-property-block, org-entry-properties, org-entry-get)
18315         (org-entry-delete, org-entry-get-with-inheritance)
18316         (org-entry-put, org-buffer-property-keys): New functions.
18317         (org-insert-property-drawer): New command.
18318         (org-entry-property-inherited-from): New variable.
18319         (org-column): New face.
18320         (org-column-overlays, org-current-columns-fmt)
18321         (org-current-columns-maxwidths, org-column-map): New variables.
18322         (org-column-menu): New menu.
18323         (org-new-column-overlay, org-overlay-columns)
18324         (org-overlay-columns-title, org-remove-column-overlays)
18325         (org-column-show-value, org-column-quit, org-column-edit):
18326         New functions.
18327         (org-columns, org-agenda-columns): New commands.
18328         (org-get-columns-autowidth-alist): New functions.
18329         (org-properties): New customize group.
18330         (org-default-columns-format): New option.
18331         (org-priority): Realign tags after changing priority.
18332         (org-preserve-lc): New macro.
18333         (org-update-checkbox-count): Catch case when there is no headline.
18334         (org-agenda-quit): Remove any column overlays.
18335         (org-beginning-of-item-list): Fixed bug when non-item line is
18336         indented too deep.
18337         (org-cached-props): New variable.
18338         (org-cached-entry-get): New function.
18339         (org-make-tags-matcher): Handle property matches.
18340         (org-table-recalculate): Swap evaluation order: Field formula
18341         first, then column formulas, but don't allow them to overwrite the
18342         field formulas.
18343         (org-table-eval-formula): New argument untouchable.
18344         (org-table-put-field-property): New function.
18346 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
18348         * help-mode.el (help-make-xrefs): Skip spaces too when
18349         skipping tabs.
18351         * ffap.el (dired-at-point-prompter): Improve prompt in
18352         list-directory case.
18354 2007-07-01  Richard Stallman  <rms@gnu.org>
18356         * files.el (find-file-visit-truename): Fix safe-local-variable value.
18358 2007-07-01  Richard Stallman  <rms@gnu.org>
18360         * cus-start.el (max-mini-window-height): Added.
18362 2007-07-01  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
18364         * complete.el (partial-completion-mode): Remove advice of
18365         read-file-name-internal.
18366         (PC-do-completion): Rebind minibuffer-completion-table.
18367         (PC-read-file-name-internal): New function doing what
18368         read-file-name-internal advice did.
18370 2007-07-01  Paul Pogonyshev  <pogonyshev@gmx.net>
18372         * emacs-lisp/byte-opt.el: Set `binding-is-magic'
18373         property on a few symbols.
18374         (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
18375         (byte-optimize-lapcode): Remove bindings that are not referenced
18376         and certainly will not effect through dynamic scoping.
18378 2007-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18380         * files.el (find-file-confirm-inexistent-file): New var.
18381         (find-file, find-file-other-window, find-file-other-frame)
18382         (find-file-read-only, find-file-read-only-other-window)
18383         (find-file-read-only-other-frame): Use it.
18385 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18387         * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
18389 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
18391         * generic-x.el (generic-define-mswindows-modes)
18392         (generic-define-unix-modes, apache-log-generic-mode)
18393         (bat-generic-mode-keymap, java-manifest-generic-mode)
18394         (show-tabs-generic-mode): Fix typos in docstrings.
18396 2007-06-29  Ryan Yeske  <rcyeske@gmail.com>
18398         * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
18399         (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
18400         (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
18401         (rcirc-print): Never ignore messages from ourself.
18403 2007-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
18405         * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
18406         syntax as well.  Reported by Juri Linkov <juri@jurta.org>.
18408 2007-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18410         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
18411         replace-regexp-in-string.
18413 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18415         * emacs-lisp/cl.el: Set edebug and indentation before loading
18416         cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
18418 2007-06-28  Andreas Schwab  <schwab@suse.de>
18420         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
18421         $(lisp)/subdirs.el.
18423 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
18425         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
18426         the speedbar frame if nil; that deletes the current frame or
18427         causes an error if it is the only frame.
18428         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
18430 2007-06-28  Kevin Ryde  <user42@zip.com.au>
18432         * textmodes/nroff-mode.el: Groff \# comments.
18433         (nroff-mode-syntax-table): \# comment intro,
18434         plain # as punct per global table.
18435         (nroff-font-lock-keywords): Add # as a single char escape.
18436         (nroff-mode): In comment-start-skip, match \#.
18438 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18440         * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
18441         (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
18442         point-min == 1.
18444 2007-06-28  Nick Roberts  <nickrob@snap.net.nz>
18446         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
18447         Rename and move to...
18449         * subr.el (strings->string, string->strings): ...here.
18451         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
18452         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
18454         * progmodes/gud.el (gud-common-init): Call string->strings instead
18455         of split-string.
18457 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
18459         * dired-aux.el: Remove `dired-call-process'.
18460         (dired-check-process): Call `process-file'.
18462         * wdired.el (wdired-do-perm-changes): Call `process-file'.
18464         * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
18465         `ange-ftp-process-file'.
18467 2007-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18469         * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
18471         * emacs-lisp/cl-extra.el:
18472         * emacs-lisp/cl-seq.el:
18473         * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
18474         Add autoload cookies on all defs autoloaded manually in cl.el.
18476         * emacs-lisp/cl-loaddefs.el: New file.
18478         * textmodes/texinfmt.el (texinfo-raisesections-alist)
18479         (texinfo-lowersections-alist): Merge definition and declaration.
18480         (texinfo-start-of-header, texinfo-end-of-header): Remove.
18481         (texinfo-format-syntax-table): Merge init into declaration.
18482         (texinfo-format-parse-line-args, texinfo-format-parse-args)
18483         (texinfo-format-parse-defun-args, texinfo-format-node)
18484         (texinfo-push-stack, texinfo-multitable-widths)
18485         (texinfo-define-info-enclosure, texinfo-alias)
18486         (texinfo-format-defindex, batch-texinfo-format): Use push.
18487         (texinfo-footnote-number): Remove duplicate declaration.
18489         * ps-print.el: Update with auto-generated autoloads.
18491         * ps-mule.el: Set generated-autoload-file to "ps-print.el".
18493 2007-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18495         * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
18496         relative to current dir for file-local settings.
18497         (autoload-generate-file-autoloads): Add `outfile' arg.
18498         (update-directory-autoloads): Use it to directly call
18499         autoload-generate-file-autoloads instead of going through
18500         update-file-autoloads so we avoid redundant searches and so we can know
18501         the set of buffers changed so we can save them all.
18503         * emacs-lisp/autoload.el (autoload-find-destination): Return nil
18504         rather than throwing `up-to-date'.
18505         (autoload-generate-file-autoloads): Adjust correspondingly.
18506         (update-file-autoloads): Be careful to let-bind
18507         autoload-modified-buffers and adjust to new calling conventions.
18508         (autoload-modified-buffers): Make it a dynamically scoped var.
18509         (update-directory-autoloads): Use file-relative-name instead of
18510         autoload-trim-file-name.
18511         (autoload-insert-section-header): Don't use autoload-trim-file-name
18512         since the file is already relative now.
18513         (autoload-trim-file-name): Remove.
18515         * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
18516         (vc-arch-complete, vc-arch--version-completion-table)
18517         (vc-arch-revision-completion-table): New functions to provide
18518         completion of revision names.
18519         (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
18520         (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
18521         to let the user trim the revlib.
18523         * vc.el: Add new VC operation `revision-completion-table'.
18524         (vc-default-revision-completion-table): New function.
18525         (vc-version-diff, vc-version-other-window): Use it to provide
18526         completion of revision names if the backend provides it.
18528         * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
18530         * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
18531         of newer .svn/entries.
18533 2007-06-25  David Kastrup  <dak@gnu.org>
18535         * calc/calc-poly.el (math-padded-polynomial)
18536         (math-partial-fractions): Add some function comments.
18538 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18540         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
18541         Make `outbuf' optional.
18542         (update-file-autoloads): Use it.
18544 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18546         * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
18547         (autoload-find-destination): Keep it uptodate.
18548         (autoload-save-buffers): New fun.
18549         (update-file-autoloads): Use it.  Re-add the "up to date" message.
18551         * emacs-lisp/autoload.el: Refactor for upcoming changes.
18552         (autoload-find-destination): New function extracted from
18553         update-file-autoloads.
18554         (update-file-autoloads): Use it.
18555         (autoload-generate-file-autoloads): New function extracted from
18556         generate-file-autoloads.  Use file-relative-name.  Delay computation of
18557         output-start to the first cookie.  Remove done-any, replaced by
18558         output-start.
18559         (generate-file-autoloads): Use it.
18561 2007-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
18563         * calc/calc-comb.el (math-init-random-base, math-prime-test):
18564         Use math-read-number-simple to insert constants.
18565         (math-prime-test): Redo calculation of sum.
18567         * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
18569         * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
18570         math-scale-bignum-3.
18571         (math-isqrt-bignum): Use math-scale-bignum-digit-size and
18572         math-bignum-digit-size.
18573         (math-isqrt-small): Add another possible initial guess.
18575 2007-06-23  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
18577         * textmodes/bibtex.el (bibtex-entry-format): New options
18578         `whitespace', `braces', and `string'.
18579         (bibtex-field-braces-alist, bibtex-field-strings-alist)
18580         (bibtex-field-braces-opt, bibtex-field-strings-opt)
18581         (bibtex-cite-matcher-alist): New variables.
18582         (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
18583         (bibtex-flash-head): Use blink-matching-delay.
18584         (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
18585         (bibtex-format-entry, bibtex-reformat): Handle new options of
18586         bibtex-entry-format.
18587         (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
18588         New functions.
18589         (bibtex-complete-internal): Do not display messages while
18590         minibuffer is used.  Do not leave around a completions buffer
18591         that is out of date.
18592         (bibtex-copy-summary-as-kill): New optional arg.
18593         (bibtex-font-lock-url): New optional arg no-button.
18594         (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
18595         (bibtex-url): Allow multiple URLs per entry.
18597 2007-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18599         * emacs-lisp/autoload.el (autoload-generated-file): New function.
18600         (update-file-autoloads, update-directory-autoloads): Use it.
18601         (autoload-file-load-name): New function.
18602         (generate-file-autoloads, update-file-autoloads): Use it.
18603         (autoload-find-file): Accept non-absolute argument.  Set default-dir.
18604         (generate-file-autoloads): If the autoloaded form is malformed,
18605         indicate the problem with a warning instead of aborting.
18607 2007-06-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
18609         * simple.el (next-error-recenter): Accept `(4)' as well;
18610         also, specify `integer' instead of `number'.
18612 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
18614         * ls-lisp.el (insert-directory): If an invalid regexp error is
18615         thrown, try using FILE as a literal file name, not a wildcard.
18617 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
18619         * ruler-mode.el (ruler-mode): Prevent clobbering the original
18620         `header-line-format' when reentering ruler mode.
18622 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
18624         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
18625         FILE exists as a file.
18627 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
18629         * calc/calc.el (math-bignum-digit-length)
18630         (math-bignum-digit-size, math-small-integer-size):
18631         New constants.
18632         (math-normalize, math-bignum-big, math-make-float)
18633         (math-div10-bignum, math-scale-left, math-scale-left-bignum)
18634         (math-scale-right, math-scale-right-bignum, math-scale-rounding)
18635         (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
18636         (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
18637         (math-quotient, math-div-bignum, math-div-bignum-digit)
18638         (math-div-bignum-part, math-format-bignum-decimal)
18639         (math-read-bignum): Use math-bignum-digit-length,
18640         math-bignum-digit-size and math-small-integer-size.
18642         * calc/calc-ext.el (math-fixnum-big): Use the variable
18643         math-bignum-digit-size.
18645 2007-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
18647         * log-view.el (log-view-mode-menu): New menu.
18649 2007-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18651         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
18652         differently.
18654         * vc-hg.el (vc-hg-registered): Add an autoloaded version.
18655         (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
18657 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
18659         * vc-hg.el (vc-hg-print-log): Insert the file name.
18660         (vc-hg-log-view-mode): Fontify the file name.
18662 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
18664         * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
18665         (calcFunc-julian): Fix incorrect number used in calculations.
18667 2007-06-22  Thien-Thi Nguyen  <ttn@gnuvola.org>
18669         * simple.el (next-error-recenter): New defcustom.
18670         (next-error, next-error-internal): Recenter if specified,
18671         immediately prior to running `next-error-hook'.
18673         * progmodes/hideshow.el (hs-show-block): Use line-end-position.
18674         (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
18676         * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
18678 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
18680         * calc/calc-comb.el (math-small-factorial-table): New variable.
18681         (calcFunc-fact): Use `math-small-factorial-table'.
18683         * calc/calc-ext.el (math-defcache): Allow forms to evaluate
18684         initial values.
18685         (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
18686         New variables to use in caches.
18688         * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
18689         (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
18691         * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
18692         (math-bernoulli-b-cache): Use math-read-number-simple to insert
18693         bignums.
18695         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
18696         New variables to use in caches.
18698 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
18700         * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
18702         * vc-hg.el (vc-hg-log-view-mode): New mode.
18704 2007-06-21  Jay Belanger  <jay.p.belanger@gmail.com>
18706         * calc/calc.el (math-read-number-simple): New function.
18708 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18710         * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
18711         (vera-font-lock-match-item): Fix doc string.
18712         (vera-in-comment-p): Remove unused function.
18713         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
18714         use `syntax-ppss'.
18715         (vera-forward-syntactic-ws): Fix argument order.
18716         (vera-prepare-search): Use `with-syntax-table'.
18717         (vera-indent-line): Fix doc string.
18718         (vera-electric-tab): Fix doc string.
18719         (vera-expand-abbrev): Define alias instead of using `fset'.
18720         (vera-comment-uncomment-region): Use `comment-start-skip'.
18722 2007-06-21  Carsten Dominik  <dominik@science.uva.nl>
18724         * textmodes/org.el (org-export-with-footnotes): New option.
18725         (org-export-as-html): Fix replacement bug for XEmacs.
18726         (org-agenda-default-appointment-duration): New option.
18728 2007-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
18730         * vc-hg.el: Add to do items.
18731         (vc-hg-diff): Add support for comparing different revisions.
18732         (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
18733         (vc-hg-annotate-extract-revision-at-line)
18734         (vc-hg-previous-version, vc-hg-checkin): New functions.
18735         (vc-hg-annotate-re): New constant.
18737 2007-06-20  Jay Belanger  <jay.p.belanger@gmail.com>
18739         * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
18741 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18743         * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
18744         buffer-local value of log-view-*-re if applicable.
18746         * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
18747         Use vc-bzr-command rather than the ill defined vc-bzr-command*.
18748         (vc-bzr-command*): Remove both (incompatible) versions.
18749         (vc-bzr-do-command*): Remove.
18750         (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
18751         Remove by folding into its only caller vc-bzr-command.
18752         (vc-bzr-command): Always set the environment, even when ineffective.
18753         (vc-bzr-version): Minor fix up.
18754         (vc-bzr-admin-dirname): New var.
18755         (vc-bzr-bzr-dir): Remove.
18756         (vc-bzr-root-dir): New fun.
18757         (vc-bzr-registered): Use it.  Add an autoloaded version.
18758         (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
18759         (vc-bzr-view-log-function): Remove.
18760         (vc-bzr-log-view-mode): New major mode to replace it.
18761         (vc-bzr-print-log): Only activate the old hack if needed.
18763         * vc.el (vc-default-log-view-mode): New function.
18764         (vc-print-log): Add new `log-view-mode' VC operation.
18766 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
18768         * ido.el (ido-find-file-in-dir): Don't signal an error for
18769         empty directories.
18771         * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
18773         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
18774         directory where the desktop file was found, as the docstring says.
18775         (desktop-kill): Use `read-directory-name'.
18777 2007-06-20  Alan Mackenzie  <acm@muc.de>
18779         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
18780         When removing lines, also remove the \n.  Correction of patch of
18781         2007-04-21.
18783 2007-06-20  Martin Rudalics  <rudalics@gmx.at>
18785         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
18786         event is not a cons cell.  Do not unread drag-mouse-1 events.
18787         Select right window in check whether space was stolen from
18788         window above.
18790         * help-mode.el (help-make-xrefs): Adjust position of new forward
18791         button.
18793 2007-06-20  Riccardo Murri  <riccardo.murri@gmail.com>
18795         * vc-bzr.el (vc-bzr-with-process-environment)
18796         (vc-bzr-std-process-invocation): New macros.
18797         (vc-bzr-command, vc-bzr-command*): Use them.
18798         (vc-bzr-with-c-locale): Remove.
18799         (vc-bzr-dir-state): Replace its use with vc-bzr-command.
18800         (vc-bzr-buffer-nonblank-p): New function.
18801         (vc-bzr-state-words): New const.
18802         (vc-bzr-state): Look for `bzr status' keywords in output.
18803         Display everything else as a warning message to the user.
18804         Fix status report with bzr >= 0.15.
18806 2007-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
18808         * vc-hg.el (vc-hg-global-switches): Simplify.
18809         (vc-hg-state): Handle more states.
18810         (vc-hg-diff): Fix doc-string.
18811         (vc-hg-register): New function.
18812         (vc-hg-checkout): Likewise.
18814 2007-06-20  Reto Zimmermann  <reto@gnu.org>
18816         * progmodes/vera-mode.el: New file.
18818 2007-06-19  Jay Belanger  <jay.p.belanger@gmail.com>
18820         * calc/calc.el (calc-multiplication-has-precendence):
18821         New variable.
18822         (math-standard-ops, math-standard-ops-p, math-expr-ops):
18823         New functions.
18824         (math-expr-opers): Define using math-standard-ops rather than
18825         math-standard-opers.
18826         * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
18827         equal the function math-standard-ops rather than the variable
18828         math-standard-opers.
18829         (calc-algebraic-entry): Let math-expr-opers equal
18830         math-standard-ops or math-expr-ops, as appropriate.
18831         (math-expr-read-level, math-read-factor): Let math-expr-opers
18832         equal math-expr-ops.
18833         * calc/calc-embed.el (calc-embedded-finish-edit):
18834         Let math-expr-opers equal the function math-standard-ops
18835         rather than the variable math-standard-opers.
18836         * calc/calc-ext.el (math-read-plain-expr)
18837         (math-format-flat-expr-fancy): Let math-expr-opers equal the
18838         function math-standard-ops rather than the variable
18839         math-standard-opers.
18840         * calc/calc-lang.el (calc-set-language, math-read-big-rec):
18841         Let math-expr-opers equal the function math-standard-ops rather
18842         than the variable math-standard-opers.
18843         * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
18844         equal the function math-standard-ops rather than the variable
18845         math-standard-opers.
18846         * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
18847         equal the function math-standard-ops rather than the variable
18848         math-standard-opers.
18849         * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
18850         math-expr-ops.
18852 2007-06-19  Ivan Kanis  <apple@kanis.eu>
18854         * vc-hg.el: New file.
18856 2007-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18858         * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
18859         with font-lock-multiline.
18861 2007-06-17  Glenn Morris  <rgm@gnu.org>
18863         * lpr.el (lpr-page-header-switches): Move %s to separate element
18864         for correct quoting.  Doc fix.
18866 2007-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18868         * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
18869         than setting sgml-xml-mode.
18870         (sgml-mode, html-mode): Set sgml-xml-mode.
18871         (sgml-skip-tag-backward): Tell if we skipped over matched tags.
18872         (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
18873         (sgml-electric-tag-pair-before-change-function)
18874         (sgml-electric-tag-pair-flush-overlays): New functions.
18875         (sgml-electric-tag-pair-mode): New minor mode.
18876         (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
18877         (sgml-calculate-indent): Use assoc-string.
18879 2007-06-16  Karl Fogel  <kfogel@red-bean.com>
18881         * thingatpt.el (thing-at-point-email-regexp): Don't require two
18882         chars before the "@" in an email address.  Andreas Roehler noticed
18883         this problem.
18885 2007-06-15  Karl Fogel  <kfogel@red-bean.com>
18887         * thingatpt.el: Add support for email addresses (`email').
18888         (thing-at-point, bounds-of-thing-at-point): Document `email' support.
18889         (thing-at-point-email-regexp): New variable.
18890         (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
18891         properties on this symbol, with lambda forms for values.
18893 2007-06-15  Masatake YAMATO  <jet@gyve.org>
18895         * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
18897         * vc.el (vc-dired-hook): Check the backend returned from
18898         `vc-responsible-backend' can really handle `subdir'.
18900 2007-06-15  Chong Yidong  <cyd@stupidchicken.com>
18902         * wid-edit.el (widget-add-documentation-string-button):
18903         Fix handling of documentation indent.
18905 2007-06-15  Miles Bader  <miles@fencepost.gnu.org>
18907         * mb-depth.el: New file.
18909 2007-06-15  Masatake YAMATO  <jet@gyve.org>
18911         * vc.el (vc-dired-mode): Show backend name as part of mode name.
18913 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
18915         * wid-edit.el (widget-default-create): Move ?h handling here...
18916         (widget-default-format-handler): ...from here.
18917         (widget-docstring, widget-add-documentation-string-button): New funs.
18918         (documentation-string): Add :visibility-widget property.
18919         (widget-documentation-string-value-create): Use it.
18921         * cus-edit.el (custom-split-regexp-maybe): Simplify.
18922         (custom-buffer-create-internal): Simplify message.
18923         (custom-variable-tag): Reduce height to normal.
18924         (custom-variable-value-create, custom-face-value-create)
18925         (custom-visibility): New widget.
18926         (custom-visibility): New face.
18927         (custom-group-value-create):
18928         Call widget-add-documentation-string-button, using `custom-visibility'.
18930 2007-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
18932         * emacs-lisp/bytecomp.el (byte-compile-current-group)
18933         (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
18934         change.  Apparently the "warning even if the group is implicit" is
18935         a feature rather than a bug.
18937 2007-06-14  Michael Kifer  <kifer@cs.stonybrook.edu>
18939         * emulation/viper.el (viper-describe-key-ad)
18940         (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
18941         Compile them conditionally.
18942         (viper-version): Belated version change.
18944 2007-06-14  Juanma Barranquero  <lekktu@gmail.com>
18946         * follow.el (follow-all-followers, follow-generic-filter):
18947         * pcomplete.el (pcomplete-restore-windows):
18948         * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
18949         (x-dnd-drop-data):
18950         * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
18951         * progmodes/python.el (python-complete-symbol):
18952         * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
18954 2007-06-13  Ryan Yeske  <rcyeske@gmail.com>
18956         * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
18957         around bright and dim regexps.  Make sure bright and dim matches
18958         use word anchors.  Send text through rcirc-markup functions.
18959         (rcirc-url-regexp): Add single quote character.
18960         (rcirc-connect): Write logs to disk on auto-save-hook.
18961         Make server a non-optional argument.
18962         (rcirc-log-alist): New variable.
18963         (rcirc-log-directory): Make customizable.
18964         (rcirc-log-flag): New customizable variable.
18965         (rcirc-log): New function.
18966         (rcirc-print): Use above function.
18967         (rcirc-log-write): New function.
18968         (rcirc-generate-new-buffer-name): Strip text properties.
18969         (rcirc-switch-to-buffer-function): Remove variable.
18970         (rcirc-last-non-irc-buffer): Remove variable.
18971         (rcirc-non-irc-buffer): Add function.
18972         (rcirc-next-active-buffer): Use above function.
18973         (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
18974         (rcirc-handler-ctcp-KEEPALIVE): Add handler.
18975         (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
18976         (rcirc-omit-mode): Add minor-mode.
18977         (rcirc-mode-map): Change C-c C-o binding.
18978         (rcirc-mode): Clear mode-line-process.  Use a custom
18979         fill-paragraph-function.  Set up buffer-invisibility-spec.
18980         (rcirc-response-formats): Remove timestamp code.
18981         (rcirc-omit-responses): Add variable.
18982         (rcirc-print): Don't put the overlay arrow on potentially omitted
18983         lines.  Log line to disk.  Record activity for private messages
18984         from /dim nicks.  Facify the fill-prefix with rcirc-timestamp face.
18985         (rcirc-jump-to-first-unread-line): Print message if there is no
18986         unread text.
18987         (rcirc-clear-unread): New function.
18988         (rcirc-markup-text-functions): Add variable.
18989         (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
18990         (rcirc-debug): Don't mess with window configuration.
18991         (rcirc-send-message): Send message before printing locally.
18992         Add SILENT argument, do not print message if non-nil.
18993         (rcirc-visible-buffers): New function and variable.
18994         (rcirc-window-configuration-change-1): Add function.
18995         (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
18996         server buffer.
18997         (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
18998         (rcirc-fill-paragraph): Add function.
18999         (rcirc-record-activity, rcirc-window-configuration-change-1):
19000         Only update the activity string if it has actually changed.
19001         (rcirc-update-activity-string): Remove padding characters from the
19002         mode-line string.
19003         (rcirc-disconnect-buffer): New function to be called when a
19004         channel is parted or the user quits.
19005         (rcirc-server-name): Warn when the server-name hasn't been set.
19006         (rcirc-window-configuration-change): Postpone work until
19007         post-command-hook.
19008         (rcirc-window-configuration-change-1): Update mode-line and
19009         overlay arrows here.
19010         (rcirc-authenticate): Fixc hanserv identification.
19011         (rcirc-default-server): Remove variable.
19012         (rcirc): Connect according to rcirc-connections.
19013         (rcirc-connections): Add variable.
19014         (rcirc-startup-channels-alist): Remove variable.
19015         (rcirc-startup-channels): Remove function.
19017 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19019         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
19021 2007-06-13  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
19023         * term/xterm.el (terminal-init-xterm): Escape parens in character
19024         constants.
19026 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19028         * progmodes/sh-script.el: Remove unneeded * from docstrings.
19029         Use [:alpha:] and [:alnum:] where applicable.
19030         (sh-quoted-subshell): Rewrite to correctly
19031         handle nested mixes of `...' and $(...).
19032         (sh-apply-quoted-subshell): Remove.
19033         (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
19035         * vc-arch.el (vc-arch-command): Remove bzr.  It's a different program.
19037 2007-06-13  Michael Kifer  <kifer@cs.stonybrook.edu>
19039         * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
19040         previous change.
19042 2007-06-12  Tom Tromey  <tromey@redhat.com>
19044         * subr.el (user-emacs-directory): New defconst.
19045         * cmuscheme.el (scheme-start-file):
19046         * shell.el (shell):
19047         * completion.el (save-completions-file-name):
19048         * custom.el (custom-theme-directory):
19049         * term/x-win.el (emacs-session-filename):
19050         * filesets.el (filesets-menu-cache-file):
19051         * thumbs.el (thumbs-thumbsdir):
19052         * server.el (server-auth-dir):
19053         * image-dired.el (image-dired-dir):
19054         (image-dired-db-file):
19055         (image-dired-temp-image-file):
19056         (image-dired-gallery-dir):
19057         (image-dired-temp-rotate-image-file):
19058         * play/gamegrid.el (gamegrid-user-score-file-directory):
19059         * savehist.el (savehist-file):
19060         * tutorial.el (tutorial--saved-dir):
19061         * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
19063 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
19065         * scroll-lock.el (scroll-lock-mode): Doc fix.
19067 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
19069         * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
19071         * ediff-init.el: Doc strings.
19073 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19075         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
19076         (byte-compile-file): Bind it.
19077         (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
19078         group argument is provided implicitly.
19079         (byte-compile-format-warn, byte-compile-from-buffer)
19080         (byte-compile-insert-header): Don't hardcode point-min==1.
19081         (byte-compile-file-form-require): Remove unused var old-load-list.
19082         (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
19084 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
19086         * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
19087         Display error messages.
19088         (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
19089         Get rid of cl.el dependencies.
19091         * emulation/viper-init.el (viper-suppress-input-method-change-message):
19092         New variable.
19093         (viper-activate-input-method-action)
19094         (viper-inactivate-input-method-action):
19095         Use viper-suppress-input-method-change-message.
19097         * emulation/viper-keym.el (viper-vi-basic-map): Disable the bindings
19098         for C-s, C-r.
19100         * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
19101         Use viper-replace-overlay-cursor-color instead of
19102         viper-replace-overlay-cursor-color.
19103         (viper-sit-for-short): Use sit-for with 3 arguments.
19105         * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
19106         (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
19107         to gud-mode.
19109         * ediff-mult.el (ediff-meta-buffer-brief-message)
19110         (ediff-meta-buffer-verbose-message): New variables.
19111         (ediff-meta-buffer-message): Variable deleted.
19112         (ediff-verbose-help-enabled): New variable.
19113         (ediff-toggle-verbose-help-meta-buffer): New function.
19114         (ediff-redraw-directory-group-buffer): Made aware of short/verbose
19115         message options.
19117         * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
19118         (ediff-fixup-patch-map): Improve heuristic.
19120 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19122         * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
19123         (log-view-font-lock-keywords): Simplify.
19124         (log-view-current-file, log-view-current-tag): Simplify.
19126 2007-06-12  Sam Steingold  <sds@gnu.org>
19128         * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
19130 2007-06-12  Juanma Barranquero  <lekktu@gmail.com>
19132         * desktop.el (desktop-load-locked-desktop): New option.
19133         (desktop-read): Use it.
19134         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
19135         Use `when'.
19137 2007-06-12  Davis Herring  <herring@lanl.gov>
19139         * desktop.el (desktop-save-mode-off): New function.
19140         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
19141         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
19142         (desktop-claim-lock, desktop-release-lock): New functions.
19143         (desktop-kill): Tell `desktop-save' that this is the last save.
19144         Release the lock afterwards.
19145         (desktop-buffer-info): New function.
19146         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
19147         says to.  Detect conflicts, and manage the lock.
19148         (desktop-read): Detect conflicts.  Manage the lock.
19150 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19152         * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
19154         * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
19155         (tpu-lucid-emacs-p): Remove.  Use (featurep 'xemacs) instead.
19156         (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
19157         (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
19158         keysyms rather than byte sequences.
19159         (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
19161 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19163         * font-lock.el (font-lock-add-keywords): In case font-lock was only
19164         half-activated, forcefully activate it completely.
19166 2007-06-11  Richard Stallman  <rms@gnu.org>
19168         * cus-edit.el (custom-variable-type): Doc fix.
19170 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19172         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
19173         (sh-font-lock-flush-syntax-ppss-cache): New functions.
19174         (sh-font-lock-syntactic-keywords): Use them to distinguish the
19175         different possible cases for \'.
19177         * complete.el (PC-bindings): Don't bind things already bound in the
19178         parent keymap.
19180         * textmodes/bibtex-style.el: New file.
19182 2007-06-11  Riccardo Murri  <riccardo.murri@gmail.com>
19184         * vc-bzr.el: New file.
19186 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19188         * vc-svn.el (vc-svn-program): New var.
19189         (vc-svn-command): Use it.
19191 2007-06-11  Juanma Barranquero  <lekktu@gmail.com>
19193         * server.el (server-switch-buffer): Remove redundant check.
19195 2007-06-10  Martin Rudalics  <rudalics@gmx.at>
19197         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
19198         Match against file-name-nondirectory.
19199         Fix text on user customization variables.
19200         Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
19202 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
19204         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
19206 2007-06-09  Davis Herring  <herring@lanl.gov>
19208         * desktop.el (desktop-minor-mode-table): Doc fix.
19210 2007-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19212         * textmodes/css-mode.el (css-navigation-syntax-table):
19213         Use set-char-table-range so it also works in the unicode branch.
19215 2007-06-08  Nick Roberts  <nickrob@snap.net.nz>
19217         * help-mode.el (help-xref-forward-stack)
19218         (help-xref-stack-forward-item, help-forward-label): New variables.
19219         (help-forward): New button type.
19220         (help-setup-xref): Initialise help-xref-forward-stack.
19221         (help-make-xrefs): Add forward button, if appropriate.
19222         (help-xref-go-back): Push item on forward stack.
19223         (help-xref-go-forward, help-go-forward): New functions.
19225 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
19227         * dired.el (dired-mode-map): Remove spurious separator.
19229 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
19231         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
19233         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
19234         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
19236 2007-06-07  Carsten Dominik  <dominik@science.uva.nl>
19238         * textmodes/org.el: Version number fixed.
19240 2007-06-07  Glenn Morris  <rgm@gnu.org>
19242         * version.el (emacs-copyright): New constant.
19243         * startup.el (fancy-splash-tail): Use emacs-copyright.
19244         * calc/calc-help.el (calc-full-help): Use emacs-copyright.
19246         * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
19247         `make-local'.
19248         (byte-compile-warnings-safe-p): Add `make-local'.
19249         (byte-compile-make-variable-buffer-local):
19250         Allow byte-compile-warnings to suppress this warning.
19252         * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
19253         format of "menu" description.
19254         (tutorial--find-changed-keys): Describe the specific menu a
19255         command is in.
19257         * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
19258         Rewrite compatibility functions to silence byte-compiler.
19260 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
19262         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
19263         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
19265 2007-06-07  Eric M. Ludlam  <eric@siege-engine.com>
19267         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
19269 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
19271         * progmodes/ebrowse.el (ebrowse-member-table):
19272         * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
19273         (org-batch-agenda-csv): Fix typos in docstrings.
19275 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
19277         * international/mule-cmds.el (toggle-enable-multibyte-characters)
19278         (sort-coding-systems, search-unencodable-char): Doc fixes.
19279         (coding-system-change-eol-conversion, set-default-coding-systems)
19280         (prefer-coding-system, find-multibyte-characters, princ-list)
19281         (leim-list-entry-regexp, set-input-method, locale-language-names)
19282         (input-method-exit-on-first-char, exit-language-environment-hook)
19283         (locale-charset-language-names): Fix typos in docstrings.
19285 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
19287         * pgg.el (pgg-sign-region, pgg-sign):
19288         * ses.el (ses-call-printer):
19289         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
19290         * textmodes/org.el (org-cycle): Fix typos in docstrings.
19292 2007-06-06  Carsten Dominik  <dominik@science.uva.nl>
19294         * textmodes/org.el (org-export-region-as-html)
19295         (org-replace-region-by-html, org-number-to-letters)
19296         (org-table-fedit-finish, org-normalize-color)
19297         (org-table-fedit-ref-right, org-date-to-gregorian)
19298         (org-table-fedit-move, org-table-convert-refs-to-rc)
19299         (org-calendar-holiday, org-table-fedit-toggle-ref-type)
19300         (org-write-agenda, org-colgroup-info-to-vline-list)
19301         (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
19302         (org-indent-line-function, org-export-as-html-to-buffer)
19303         (org-store-agenda-views, org-update-mode-line)
19304         (org-find-if, org-delete-all)
19305         (org-table-fedit-convert-buffer, org-emphasize)
19306         (org-uniquify, org-table-fedit-lisp-indent)
19307         (org-table-fedit-scroll, org-get-todo-sequence-head)
19308         (org-table-fedit-scroll-down, org-table-fedit-line-down)
19309         (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
19310         (org-table-fedit-toggle-coordinates, org-dvipng-color)
19311         (org-table-fedit-line-up, org-table-fedit-ref-down)
19312         (org-table-formula-from-user, org-mode-flyspell-verify)
19313         (org-cycle-show-empty-lines, org-ctrl-c-ret)
19314         (org-table-formula-to-user, org-diary-to-ical-string)
19315         (orgtbl-export, org-table-fedit-post-command)
19316         (org-closed-in-range, org-shiftcontrolright)
19317         (org-table-convert-refs-to-an, org-table-hline-and-move)
19318         (org-table-formula-less-p, org-format-table-ascii)
19319         (org-agenda-get-sexps, org-shift-refpart)
19320         (org-diary-sexp-entry, org-time-string-to-absolute)
19321         (org-table-show-reference, org-letters-to-number)
19322         (org-fix-agenda-info, org-table-fedit-ref-up)
19323         (org-table-fedit-shift-reference, org-table-fedit-abort)
19324         (org-closest-date, org-shiftcontrolleft)
19325         (org-at-heading-or-item-p, org-rematch-and-replace)
19326         (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
19327         New functions.
19328         (org-table-edit-scroll-down, org-finish-edit-formulas)
19329         (org-table-edit-next-field, org-abort-edit-formulas)
19330         (org-font-lock-level, org-export-find-first-heading-line)
19331         (org-table-edit-line-down, org-table-edit-backward-field)
19332         (org-edit-formula-lisp-indent, org-table-edit-move)
19333         (org-check-log-option, org-this-word)
19334         (org-table-edit-line-up, org-table-edit-formulas-post-command)
19335         (org-agenda-file-to-end, org-expand-file-name)
19336         (org-fake-empty-table-line, org-table-edit-scroll)
19337         (org-toggle-log-option, org-show-reference): Function removed.
19338         (org-inhibit-invisibility, org-table-formula-make-cmp-string):
19339         New defsubsts.
19340         (org-unmodified, org-batch-store-agenda-views)
19341         (org-batch-agenda-csv): New macro.
19342         (org-agenda-export): New customization group.
19343         (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
19344         (org-highest-priority, org-agenda-exporter-settings)
19345         (org-log-done-with-time, org-replace-disputed-keys)
19346         (org-format-latex-header, org-export-table-header-tags)
19347         (org-cycle-separator-lines, org-export-table-data-tags)
19348         (org-icalendar-include-sexps)
19349         (org-empty-line-terminates-plain-lists)
19350         (org-log-repeat, org-special-ctrl-a)
19351         (org-table-use-standard-references, org-disputed-keys)
19352         (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
19353         (org-agenda-export-html-style): New option.
19354         (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
19355         (org-CUA-compatible): Option removed.
19356         (org-agenda-structure, org-sexp-date): New face.
19357         (org-todo-keywords-for-agenda, org-not-done-keywords)
19358         (org-planning-or-clock-line-re, org-agenda-name)
19359         (org-table-colgroup-info, org-todo-sets)
19360         (constants-unit-system, org-clock-mode-line-entry)
19361         (org-mode-line-timer, org-table-current-begin-pos)
19362         (org-todo-keywords-1, org-mode-line-string)
19363         (org-table-clean-did-remove-column, org-table-fedit-map)
19364         (org-clock-heading, org-table-buffer-is-an)
19365         (org-agenda-info, org-done-keywords)
19366         (org-done-keywords-for-agenda, org-todo-heads)
19367         (org-todo-kwd-alist, org-clock-start-time): New variable.
19368         (org-todo-kwd-priority-p, org-edit-formulas-map)
19369         (org-repeat-re, org-todo-kwd-max-priority)
19370         (org-version, org-done-string)
19371         (org-table-clean-did-remove-column-1, org-disputed-keys):
19372         Remove variables.
19373         (org-table-translate-regexp, org-repeat-re, org-version): New consts.
19374         (org-ts-lengths): Constant removed.
19375         (org-follow-gnus-link): Don't ask how many articles to read.
19376         (org-export-find-first-export-line): Rename from
19377         `org-export-find-first-heading'.
19378         Use `org-export-skip-text-before-1st-heading'.
19379         (org-table-fedit-post-command): Rename from
19380         `org-table-edit-formulas-post-command'.
19381         (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
19382         (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
19383         (org-table-fedit-lisp-indent): Rename from
19384         `org-edit-formula-lisp-indent'.
19385         (org-table-show-reference): Rename from `org-show-reference'.
19386         (org-table-store-formulas): Use `org-table-formula-less-p'.
19387         (org-table-edit-formulas): Position cursor to current field equation.
19388         (org-update-checkbox-count, org-hide-archived-subtrees)
19389         (org-timestamp-up-day, org-timestamp-down-day)
19390         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
19391         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
19392         (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
19393         (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
19394         Let `org-on-heading-p' also check for invisible heading.
19395         (org-read-date): Match am/pm times.
19396         (org-eval-in-calendar): Fix default date in prompt.
19398 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
19400         * files.el (auto-mode-alist): Separate "ChangeLog.1" and
19401         "ChangeLog.a" entries, giving the latter lower priority.
19403 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
19405         * faces.el (face-id): If the argument is a face alias,
19406         return the ID of the target face.
19408 2007-06-05  Michael Albinus  <michael.albinus@gmx.de>
19410         * net/socks.el (top): Remove unnecessary copyright line.
19412 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
19414         * longlines.el (longlines-auto-wrap): Handle argument correctly.
19416 2007-06-04  Michael Albinus  <michael.albinus@gmx.de>
19418         * net/socks.el: New file, taken from w3 repository.
19419         (top): Update Copyright.  Don't load cl.el.
19420         (all): Replace `case' by `cond', `string-to-int' by
19421         `string-to-number', and `process-kill-without-query' by
19422         `set-process-query-on-exit-flag'.
19423         (socks-char-int): Remove defalias and all occurrences.
19425 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
19427         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
19428         Fix typos in docstrings.
19429         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
19430         (compilation-finish-function): Fix typo in obsolescence declaration.
19432 2007-06-03  Sam Steingold  <sds@gnu.org>
19434         * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
19435         handle unending automatic recompilation of changed files (`omake -P').
19436         (compilation-loop): VISITED is now 5th CDR.
19437         (compilation-next-error-function): Set TIMESTAMP.
19439 2007-06-03  Sam Steingold  <sds@gnu.org>
19441         * files.el (kill-buffer-ask): New function.
19442         (kill-some-buffers): Use it.
19443         (kill-matching-buffers): New user command.
19445 2007-06-01  David Kastrup  <dak@gnu.org>
19447         * dired.el (dired-recursive-deletes, dired-recursive-copies):
19448         Change default to `top'.
19450 2007-05-31  Richard Stallman  <rms@gnu.org>
19452         * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
19454 2007-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
19456         * textmodes/css-mode.el: New file.
19458 2007-05-30  Michael Olson  <mwolson@gnu.org>
19460         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
19461         died and we are trying to send a signal to it.  The program using
19462         tq.el should periodically check to see whether the process has
19463         died and react appropriately -- this is not the responsibility of
19464         tq.el, and is consistent with the rest of the tq.el source code.
19466 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
19468         * textmodes/table.el (table--point-entered-cell-function)
19469         (table--point-left-cell-function):
19470         Bind `inhibit-point-motion-hooks' to t.
19472 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
19474         * emacs-lisp/rx.el (rx): Doc fix.
19476 2007-05-28  Juanma Barranquero  <lekktu@gmail.com>
19478         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
19480 2007-05-28  Michael Albinus  <michael.albinus@gmx.de>
19482         Sync with Tramp 2.0.56.
19484         * net/tramp.el:
19485         * net/tramp-ftp.el:
19486         * net/tramp-smb.el:
19487         * net/tramp-util.el:
19488         * net/tramp-vc.el:
19489         Don't load cl.el, because that pollutes the namespace.  Replace cl
19490         macros by their implementations where necessary.  Requested by
19491         Richard Stallman <rms@gnu.org>.
19493         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
19494         doesn't exist.
19495         (with-parsed-tramp-file-name): Protect debug spec during compilation.
19496         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
19497         (tramp-file-name-p, tramp-file-name-multi-method)
19498         (tramp-file-name-method, tramp-file-name-user)
19499         (tramp-file-name-host, tramp-file-name-localname): New defuns,
19500         replacing defstruct `tramp-file-name'.
19501         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
19502         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
19503         Apply `vector' instead of `make-tramp-file-name'.
19504         (tramp-handle-make-auto-save-file-name):
19505         Apply `tramp-temporary-file-directory' for compatibility reasons.
19506         (tramp-completion-mode): Use `natnump' instead of `wholenump'
19507         because of XEmacs.
19508         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
19509         started.
19511 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
19513         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
19515 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
19517         * log-edit.el (log-edit-changelog-paragraph): Return point-max
19518         as the end of the ChangeLog paragraph when it ends without a line
19519         termination.
19521 2007-05-27  Ryan Yeske  <rcyeske@gmail.com>
19523         * net/webjump.el (webjump-sample-sites):
19524         Add simple Wikipedia query.
19526 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
19528         * emacs-lisp/derived.el (define-derived-mode): Remove bogus
19529         compatibility code.
19531         * emacs-lisp/copyright.el (copyright-names-regexp): New var.
19532         (copyright-update-year): Use it.
19534         * edmacro.el (edmacro-format-keys): Use current-active-maps.
19536         * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
19537         Add indentation and debugging info.  Fix up comment convention.
19539         * cus-dep.el (custom-make-dependencies): Simplify.
19541         * composite.el (compose-region, decompose-region):
19542         Use inhibit-read-only and restore-buffer-modified-p.
19544         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
19545         (xterm-mouse-event): Use it.
19547 2007-05-25  Juanma Barranquero  <lekktu@gmail.com>
19549         * bs.el (bs-cycle-previous): Don't modify the cycle list until
19550         `switch-to-buffer' has returned succesfully.
19551         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
19552         window is dedicated (it could iconify the frame).
19554 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
19556         * vc-hooks.el (vc-find-root): Fix file attribute test.
19558 2007-05-24  Richard Stallman  <rms@gnu.org>
19560         * textmodes/flyspell.el (flyspell-correct-word-before-point):
19561         Don't let opoint be nil.
19562         (flyspell-emacs-popup): Explicit error if no dialogs.
19564 2007-05-24  Chong Yidong  <cyd@stupidchicken.com>
19566         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
19567         (image-next-line, image-previous-line, image-scroll-up)
19568         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
19569         New functions.
19570         (image-mode-map): Remap motion commands.
19571         (image-mode-text-map): New keymap for viewing images as text.
19572         (image-mode): Use image-mode-map.
19573         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
19575 2007-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19577         * textmodes/fill.el (canonically-space-region): Make the second arg
19578         a marker if it's not already the case.
19580 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
19582         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
19583         (tar-get-descriptor): Handle type 55, an extended pax header.
19585 2007-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19587         * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
19588         to confuse outline-minor-mode.
19590 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
19592         * tar-mode.el (tar-file-name-handler): New function.
19593         (tar-extract): Bind file-name-handler-alist to it to force
19594         find-buffer-file-type-coding-system behave as if the file being
19595         extracted existed.  Use last-coding-system-used to force
19596         buffer-file-coding-system to what decode-coding-region actually
19597         used to decode the file.
19599 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
19601         * progmodes/compile.el (compilation-handle-exit):
19602         `compilation-finish-function' may change the current buffer.
19604 2007-05-22  Richard Stallman  <rms@gnu.org>
19606         * files.el (set-auto-mode): Doc fix.
19608 2007-05-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19610         * help-fns.el (find-source-lisp-file): New function.
19611         (describe-function-1): Use find-source-lisp-file to find source
19612         file in compile tree.
19614 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
19616         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
19618 2007-05-22  Juanma Barranquero  <lekktu@gmail.com>
19620         * emacs-lisp/easy-mmode.el (define-minor-mode)
19621         (easy-mmode-define-navigation): Fix typos in docstrings.
19623 2007-05-22  Glenn Morris  <rgm@gnu.org>
19625         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
19627 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19629         * mail/mail-extr.el (mail-extract-address-components):
19630         Recognize non-ASCII characters except for NBSP as words.
19632 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
19634         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
19635         (rcirc-print): Handle `window-width'.
19636         (rcirc-buffer-maximum-lines): Doc fix.
19638 2007-05-21  Chong Yidong  <cyd@stupidchicken.com>
19640         * image-mode.el (image-toggle-display): Don't clear image cache.
19641         Only use filename in image spec if the file is readable.
19642         Call image-refresh.
19644         * image.el (image-type-from-file-name, image-type): Simplify.
19645         (image-type-auto-detected-p): Don't scan auto-mode-alist.
19647         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
19648         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
19650 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
19652         * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
19653         is an error.
19655         * term/linux.el (terminal-init-linux): Don't signal an error
19656         if gpm isn't running.
19658 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
19660         * t-mouse.el: Reduce to a minor-mode macro call.
19661         (t-mouse-mode): Remove the lighter.
19663         * term/linux.el (terminal-init-linux): Enable t-mouse by default.
19665 2007-05-19  Dan Nicolaescu  <dann@ics.uci.edu>
19667         * files.el (auto-mode-alist): Change the regexp so that
19668         ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
19670 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
19672         * Version 22.1 released.
19674 2007-05-19  Chong Yidong  <cyd@stupidchicken.com>
19676         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
19677         changes.
19679 2007-05-19  Kevin Ryde  <user42@zip.com.au>
19681         * info.el (Info-fontify-node): Fontify https as well as http and ftp.
19683 2007-05-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
19685         * textmodes/sgml-mode.el: Revert last change.
19687 2007-05-18  Richard Stallman  <rms@gnu.org>
19689         * simple.el (push-mark): Doc fix.
19691 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
19693         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
19694         tpu-global-map.
19695         (tpu-original-global-map): Variable deleted.
19696         (tpu-control-keys-map): New keymap variable.
19697         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
19698         setting keymapping directly.
19699         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
19700         tpu-global-map.
19701         (tpu-edt-on): Activate the tpu-global-map.
19702         (tpu-edt-off): Deactivate the tpu-global-map.
19704 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
19706         * textmodes/ispell.el (ispell-get-word): Return markers
19707         for start and end positions.
19708         (ispell-word): Assume END is a marker.
19710 2007-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19712         * printing.el: Group together all XEmacs/Emacs definitions.
19713         (pr-version): New version 6.9.
19714         (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
19715         (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
19716         (pr-menu-bind): Fix code.
19717         (pr-e-frame-char-height, pr-e-frame-char-width)
19718         (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
19719         (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
19720         (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
19721         (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
19722         (pr-x-event-y-pixel): Aliases eliminated.
19723         (pr-xemacs-global-menubar): Macro moved.
19724         (current-menubar, current-mouse-event, zmacs-region-stays)
19725         (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
19726         (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
19727         Vars moved.
19728         (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
19729         (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
19730         (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
19731         (pr-menu-set-utility-title, pr-even-or-odd-pages)
19732         (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
19733         (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
19734         moved.
19736 2007-05-17  Christian Plate  <cplate@web.de>  (tiny change)
19738         * textmodes/sgml-mode.el (sgml-tag):
19739         Fix bug: Call sgml-transformation-function.
19741 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
19743         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
19744         modified flag of buffer.  Use `inhibit-modification-hooks'.
19746 2007-05-16  Richard Stallman  <rms@gnu.org>
19748         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
19750 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19752         * files.el (magic-mode-alist, magic-fallback-mode-alist):
19753         Move the *ml, Postscript, and XmCD entries to the fallback part.
19755         * files.el (magic-fallback-mode-alist):
19756         Rename from file-start-mode-alist.
19758 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
19760         * progmodes/compile.el (compilation-handle-exit): Quote first
19761         argument of `run-hook-with-args'.
19763 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
19765         * buff-menu.el (Buffer-menu-sort-column):
19766         * dabbrev.el (dabbrev-upcase-means-case-search):
19767         * dired.el (dired-recursive-deletes, dired-recursive-copies):
19768         * info.el (Info-current-subfile):
19769         * ls-lisp.el (ls-lisp-verbosity):
19770         * msb.el (msb-menu-cond):
19771         * pcvs.el (cvs-dired-use-hook):
19772         * simple.el (set-mark-command-repeat-pop):
19773         * time.el (display-time-24hr-format, display-time-mail-file):
19774         Doc fixes.
19776         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
19777         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
19779         * view.el (view-inhibit-help-message): Fix typo in docstring.
19780         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
19782 2007-05-16  Martin Rudalics  <rudalics@gmx.at>
19784         * textmodes/ispell.el (ispell-start-process): Defend against bad
19785         default-directory.
19787 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
19789         * mail/rmail.el (rmail-convert-to-babyl-format): Check
19790         content-transfer-encoding _last_, because it's its position that
19791         we need as value of base64-header-field-end.
19793 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
19795         * files.el (mode-require-final-newline, require-final-newline)
19796         (enable-local-variables, enable-local-eval): Doc fixes.
19798 2007-05-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19800         * ps-print.el: Use default color when foreground or background color
19801         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
19802         (ps-print-version): New version 6.7.4.
19803         (ps-rgb-color): New argument.  Use default color when color is
19804         unspecified.
19805         (ps-begin-job): Fix code.
19807 2007-05-12  Chong Yidong  <cyd@stupidchicken.com>
19809         * longlines.el (longlines-mode): Make longlines-auto-wrap
19810         buffer-local.  Add hooks unconditionally.
19811         (longlines-auto-wrap): Toggle wrapping.
19812         (longlines-after-change-function)
19813         (longlines-post-command-function): Check longlines-auto-wrap.
19815 2007-05-12  Nick Roberts  <nickrob@snap.net.nz>
19817         * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
19818         (xterm-mouse-translate): Use it.
19820 2007-05-10  Richard Stallman  <rms@gnu.org>
19822         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
19823         (iso-cvt-write-only): Likewise.
19825         * emacs-lisp/easy-mmode.el (define-minor-mode):
19826         Fix generated doc string.
19828         * startup.el (fancy-splash-text): Add URL of guided tour.
19829         Adjust horizontal and vertical whitespace.
19831         * progmodes/compile.el (compilation-handle-exit):
19832         Use run-hook-with-args to run compilation-finish-functions.
19834         * files.el (file-start-mode-alist): New variable.
19835         (magic-mode-regexp-match-limit): Doc fix.
19836         (set-auto-mode): Handle file-start-mode-alist.
19837         A little cleanup of structure.
19839         * dabbrev.el (dabbrev-eliminate-newlines):
19840         Renamed from dabbrev--eliminate-newlines.  All uses changed.
19842 2007-05-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
19844         * man.el (Man-next-section): Don't consider the last line of the page
19845         as being part of any section.
19847 2007-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19849         * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
19850         can take any number of values.
19852 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
19854         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
19855         to the list of citation commands.
19857 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
19859         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
19861 2007-05-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
19863         * progmodes/python.el (python-font-lock-keywords)
19864         (python-open-block-statement-p, python-mode): Add support for the new
19865         "with" keyword.
19867 2007-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19869         * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
19870         the exact opposite of diff-goto-source.
19872         * emacs-lisp/advice.el (ad-special-forms): Remove.
19873         (ad-special-form-p): Use subr-arity.
19875         * newcomment.el (comment-search-forward): Make sure we search forward.
19876         (comment-enter-backward): Try and distinguish the non-matching case at
19877         EOB from the non-matching case with a missing comment-end-skip for
19878         a 2-char comment ender.
19879         (comment-choose-indent): New function extracted from comment-indent.
19880         Improve the alignment algorithm.
19881         (comment-indent): Use it.
19883         * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
19884         XML style Processing Instructions.
19885         (sgml-parse-tag-backward): Handle XML-style PIs.  Also ensure progress.
19886         (sgml-calculate-indent): Handle `pi' context.
19888         * vc.el: Ensure that update-changelog issues an error when used with
19889         a backend that does not implement it.
19890         (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
19891         Remove `backend' argument.  Use expand-file-name.
19892         (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
19894         * progmodes/python.el (python-end-of-block): Revert last change.
19895         (python-end-of-statement): Make sure we move *forward*.
19897 2007-05-08  Richard Stallman  <rms@gnu.org>
19899         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
19900         Don't include non-self-insert commands in the exception for `-'.
19902 2007-05-08  David Reitter  <david.reitter@gmail.com>
19904         * progmodes/python.el (python-guess-indent): Check non-nullness
19905         before comparing indent against the 2..8 interval.
19907 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19909         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
19910         available.
19912 2007-05-06  Richard Stallman  <rms@gnu.org>
19914         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
19916 2007-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19918         * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
19919         rather than storing their value in the revert-buffer function.
19921 2007-05-04  Nick Roberts  <nickrob@snap.net.nz>
19923         * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
19924         when disabling t-mouse-mode.
19926 2007-05-01  Davis Herring  <herring@lanl.gov>
19928         * calendar/timeclock.el: Update version number.
19929         (timeclock-modeline-display): Mention timeclock-use-display-time
19930         in explanatory message.
19931         (timeclock-in): Fix non-interactive workday specifications.
19932         (timeclock-log): Don't kill the log buffer if it already existed.
19933         Suppress warnings when finding the log.  Don't check for a nil
19934         project twice.  Run hooks after killing the buffer (if applicable).
19935         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
19936         was geometric).  All uses changed.
19937         (timeclock-generate-report): Support prefix argument.
19939 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
19941         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
19942         disconnections.
19944 2007-05-01  Romain Francoise  <romain@orebokech.com>
19946         * dired-x.el: Revert 2007-04-06 change.
19948 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
19950         * find-dired.el (find-dired-filter): Propertize all text down to eob.
19952 2007-04-29  Richard Stallman  <rms@gnu.org>
19954         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
19956 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19958         * progmodes/cc-mode.el (c-before-change): Use point-min rather
19959         than 1.
19961 2007-04-28  Richard Stallman  <rms@gnu.org>
19963         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
19965 2007-04-28  Nick Roberts  <nickrob@snap.net.nz>
19967         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
19968         don't put stop on toolbar.
19970 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19972         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
19974 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
19976         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
19977         instead of $(lisp)/mh-e.
19979 2007-04-28  Glenn Morris  <rgm@gnu.org>
19981         * image-dired.el (image-dired-cmd-create-thumbnail-options)
19982         (image-dired-cmd-create-temp-image-options): Replace option
19983         +profile "*" with -strip.
19985 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
19987         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
19988         Use window-start and window-end.
19990 2007-04-27  Andreas Schwab  <schwab@suse.de>
19992         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
19994 2007-04-27  Eli Zaretskii  <eliz@gnu.org>
19996         * textmodes/fill.el (fill-paragraph): Doc fix.
19998 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
20000         * locate.el (locate-in-alternate-database): Doc fix.
20002 2007-04-26  Glenn Morris  <rgm@gnu.org>
20004         * button.el (button): Use underline if supported, else fall back
20005         to color.
20007         * version.el (emacs-version): Increase to 22.1.50.
20009 2007-04-25  Richard Stallman  <rms@gnu.org>
20011         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
20013 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
20015         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
20016         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
20017         pushing mark.
20018         (idlwave-current-routine): Don't push mark.
20020 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
20022         * image-dired.el (image-dired-display-image): Derive image-type from
20023         filename rather than assuming jpeg, in case no resizing was needed.
20025 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
20027         * custom.el (defface): Doc fix.
20029 See ChangeLog.12 for earlier changes.
20031 ;; Local Variables:
20032 ;; coding: iso-2022-7bit
20033 ;; add-log-time-zone-rule: t
20034 ;; End:
20036     Copyright (C) 2007, 2008  Free Software Foundation, Inc.
20038   This file is part of GNU Emacs.
20040   GNU Emacs is free software; you can redistribute it and/or modify
20041   it under the terms of the GNU General Public License as published by
20042   the Free Software Foundation; either version 3, or (at your option)
20043   any later version.
20045   GNU Emacs is distributed in the hope that it will be useful,
20046   but WITHOUT ANY WARRANTY; without even the implied warranty of
20047   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20048   GNU General Public License for more details.
20050   You should have received a copy of the GNU General Public License
20051   along with GNU Emacs; see the file COPYING.  If not, write to the
20052   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20053   Boston, MA 02110-1301, USA.
20055 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af