(makefile-mode-abbrev-table): Add menu
[emacs.git] / lisp / ChangeLog
blob3465633b6c9af37c0dbe8776b081a49dba7d0d44
1 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
3         * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
4         entries and add :help to the existing ones.
6 2008-03-10  Glenn Morris  <rgm@gnu.org>
8         * calendar/cal-hebrew.el (date, entry, number): Move declarations
9         to where they are needed.
11         * calendar/calendar.el (diary-file, hebrew-holidays-1)
12         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
13         (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
14         (calendar-version): Doc fixes.
15         (calendar-absolute-from-gregorian): Use zerop.
16         (calendar-mode-line-format): Make it a defcustom.
18         * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
19         (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
20         (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
21         (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
22         (mark-included-diary-files, mark-calendar-days-named)
23         (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
24         (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
25         (insert-monthly-diary-entry, insert-yearly-diary-entry)
26         (insert-anniversary-diary-entry, insert-block-diary-entry)
27         (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
28         (diary-font-lock-sexps): Doc fixes.
29         (diary-remind-message, mark-calendar-month): Use zerop.
30         (diary-attrtype-convert, diary-pull-attrs): Simplify.
31         (diary-list-entries): Revert let to let* (previous change).
33         * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
35 2008-03-10  Kim F. Storm  <storm@cua.dk>
37         * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
38         function aliases for the old names.
40 2008-03-10  Juanma Barranquero  <lekktu@gmail.com>
42         * iswitchb.el (iswitchb-use-faces): Doc fix.
43         (iswitchb-buffer-ignore, iswitchb-read-buffer): Fix typos in
44         docstrings.
46 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
48         * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
49         Fix typo.
50         (verilog-type-font-keywords): Reindent.
52 2008-03-10  Michael McNamara  <mac@mail.brushroad.com>
54         * verilog-mode.el (verilog-font-grouping-keywords): Fix bug in the
55         grouping-keyword regular expression.
56         (verilog-font-lock-keywords): Allow users to toggle special
57         highlight of grouping-keywords.
58         (verilog-highlight-grouping-keywords): The toggle for special
59         highlighting of grouping keywords.
61 2008-03-10  Juri Linkov  <juri@jurta.org>
63         * startup.el: Revert 2008-02-28 change that adds initial message
64         to *scratch* buffer regardless of the value of
65         `inhibit-startup-screen'.
67 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
69         * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
70         * textmodes/bibtex-style.el (bibtex-style-indent-basic):
71         * progmodes/verilog-mode.el (verilog-mode):
72         * net/socks.el (socks):
73         * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
75 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
77         * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
78         (doc-view-bookmark-make-record): Use them.
79         (doc-view-bookmark-jump): Use them.  Fix find-file ->find-file-noselect.
80         (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
82         * bookmark.el (bookmark-make-record-function): Change expected return
83         value to include a suggested bookmark name.
84         (bookmark-make): Split into bookmark-make-record and bookmark-store.
85         Fix reversed `overwrite' semantics.
86         (bookmark-set): Call bookmark-make-record before prompting the user.
87         Then pass the result to bookmark-store later on.
88         (bookmark-make-name-function): Remove.
89         (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
90         * info.el (bookmark-make-name-function): Remove.
91         (Info-mode): Don't set it.
92         (Info-bookmark-make-name): Remove.
93         (Info-bookmark-make-record): Use Info-current-node as suggested default
94         bookmark name.
96         * bookmark.el (bookmark-set): Make bookmark before reading annotations.
97         I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
98         (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
99         (bookmark-annotation-buffer, bookmark-annotation-file)
100         (bookmark-annotation-point, bookmark-send-annotation)
101         (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
102         (bookmark-edit-annotation-text-func): Rename from
103         bookmark-read-annotation-text-func.  Keep old name as an obsolete alias.
104         (bookmark-edit-annotation-mode-map): Move initialization into
105         declaration.
107         * bookmark.el: Remove spurious * in docstrings.
108         (bookmark-minibuffer-read-name-map): New var.
109         (bookmark-set): Use it.  Also pass the default value as it should.
110         (bookmark-send-edited-annotation): Take no chances with text properties.
111         (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
112         (bookmark-insert-buffer-name): Remove.
113         (bookmark-buffer-file-name): Signal an error rather than returning nil.
115 2008-03-09  Thomas H\e$(Q)q\e(Bhn  <xf27@arcor.de>  (tiny change)
117         * tutorial.el (tutorial--default-keys): Update `C-l' binding.
119 2008-03-09  Dan Nicolaescu  <dann@ics.uci.edu>
121         * diff-mode.el (diff-mode-menu): Add :help.
123 2008-03-09  Glenn Morris  <rgm@gnu.org>
125         * calendar/calendar.el (general-holidays, oriental-holidays)
126         (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
127         (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
128         (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
129         (calendar-holidays): Restore autoload cookies, because people are
130         used to using these variables without loading calendar.el.
132         * calendar/cal-islam.el (diary-islamic-date): Move to end.
133         (date, number): Declare where needed.
135         * calendar/diary-lib.el (nongregorian-diary-marking-hook)
136         (list-sexp-diary-entries): Doc fixes.
137         (diary-list-entries): Doc fix.  Remove free variable `entry'.
138         (fancy-diary-display): Use dolist, bobp.  Remove free variable `entry'.
139         Simplify setting of `date-holiday-list'.
140         (mark-diary-entries): Remove free variable `entry'.
141         (diary-list-entries, include-other-diary-files, fancy-diary-display):
142         Use let where let* is not needed.
144 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
146         * bookmark.el (bookmark-make): Don't pass the `annotation' to the
147         make-record function, instead paste it in afterwards.
148         (bookmark-make-record-for-text-file):
149         * doc-view.el (doc-view-bookmark-make-record):
150         * info.el (Info-bookmark-make-record): Don't mess with annotations.
152 2008-03-08  Glenn Morris  <rgm@gnu.org>
154         * calendar/diary-lib.el (entry): Declare for compiler part-way
155         through.
157 2008-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
159         * calendar/diary-lib.el (diary-list-entries)
160         (include-other-diary-files, mark-diary-entries)
161         (mark-sexp-diary-entries, mark-included-diary-files)
162         (diary-entry-time, list-sexp-diary-entries): Remove the special
163         handling of ^M that dates back to the use of selective-display.
164         (simple-diary-display): Obey setting of pop-up-frames.
165         (body, entry): Remove unnecessary declarations.
167         * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
168         (bookmark-get-annotation, bookmark-set-annotation)
169         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
170         (bookmark-set-position, bookmark-get-front-context-string)
171         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
172         (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
173         * info.el (Info-bookmark-make-record): Don't bother recording point.
174         (bookmark-get-filename, bookmark-get-front-context-string)
175         (bookmark-get-rear-context-string, bookmark-get-position):
176         Don't declare any more.
177         (bookmark-get-info-node): Remove.
178         (bookmark-prop-get): Declare.
179         (Info-bookmark-jump): Use it.
181 2008-03-08  Johan Bockg\e$(Q)[\e(Brd  <bojohan@gnu.org>
183         * subr.el (while-no-input): Don't splice BODY directly into the
184         `or' form.
186 2008-03-08  Dan Nicolaescu  <dann@ics.uci.edu>
188         * diff-mode.el (diff-ignore-whitespace-hunk):
189         Bind inhibit-read-only before trying to change the buffer.
191 2008-03-08  Glenn Morris  <rgm@gnu.org>
193         * calendar/appt.el (appt): Move custom group here from calendar.el.
194         (appt-disp-window, appt-convert-time): Doc fixes.
196         * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
197         (calendar-bahai-mark-date-pattern):
198         * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
199         * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
200         * calendar/cal-julian.el (calendar-absolute-from-julian):
201         * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
203         * calendar/cal-china.el (chinese-calendar): Move custom group here from
204         calendar.el.
205         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
206         Make constants.
207         (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
208         (chinese-calendar-daylight-savings-starts)
209         (chinese-calendar-daylight-savings-ends)
210         (chinese-calendar-daylight-savings-starts-time)
211         (chinese-calendar-daylight-savings-ends-time)
212         (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
213         Doc fixes.
215         * calendar/cal-coptic.el (coptic-name): Add doc string.
217         * calendar/cal-french.el (french-calendar-month-name-array)
218         (french-calendar-day-name-array, french-calendar-special-days-array):
219         Add doc strings.
221         * calendar/cal-bahai.el (diary-bahai-mark-entries)
222         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
223         (diary-bahai-insert-yearly-entry):
224         * calendar/cal-dst.el (calendar-next-time-zone-transition)
225         (calendar-time-zone):
226         * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
227         (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
228         (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
229         (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
230         (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
231         * calendar/cal-islam.el (islamic-calendar-leap-year-p)
232         (list-islamic-diary-entries, mark-islamic-diary-entries)
233         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
234         (insert-yearly-islamic-diary-entry):
235         * calendar/cal-iso.el (calendar-iso-read-args):
236         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
237         (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
238         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
239         (calendar-next-calendar-round-date)
240         (calendar-mayan-long-count-common-era):
241         * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
242         (cal-menu-x-popup-menu, calendar-mouse-holidays)
243         (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
244         (calendar-mouse-goto-date):
245         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
246         * calendar/holidays.el (holidays):
247         * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
248         * calendar/time-date.el (date-to-time, time-subtract, time-add)
249         (safe-date-to-time): Doc fixes.
251         * calendar/cal-persia.el (persian-calendar-month-name-array)
252         (persian-calendar-epoch): Make constants.
254         * calendar/cal-tex.el (calendar-tex): Move custom group here from
255         calendar.el.
257         * calendar/cal-x.el (diary-frame-parameters)
258         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
259         (calendar-after-frame-setup-hooks): Make defcustoms.
260         (calendar-one-frame-setup, calendar-only-one-frame-setup)
261         (calendar-two-frame-setup): Doc fix.
263         * calendar/cal-loaddefs.el: New file.
265         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
266         * calendar/cal-french.el, calendar/cal-html.el:
267         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
268         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
269         * calendar/cal-tex.el, calendar/cal-x.el:
270         Unquote lambda functions.  Add autoload cookies to functions formerly
271         autoloaded in calendar.el.  Set `generated-autoload-file' to
272         "cal-loaddefs.el".
274         * calendar/calendar.el: Move many autoloads to separate file,
275         cal-loaddefs.el.  Move defcustoms to start and re-order.
276         (calendar-month-name-array, calendar-starred-day): No need to
277         declare for compiler.
278         (cal-loaddefs): Require it.
279         (appt, chinese-calendar, calendar-tex): Move custom groups to the
280         appropriate file.
281         (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
282         Reverse logic.
283         (diary-face, diary-file-name-prefix-function, diary-include-string)
284         (diary-glob-file-regexp-prefix, diary-face-attrs)
285         (diary-file-name-prefix, sexp-diary-entry-symbol)
286         (print-diary-entries-hook, list-diary-entries-hook)
287         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
288         (nongregorian-diary-marking-hook, diary-list-include-blanks):
289         Move to diary-lib.
290         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
291         (all-bahai-calendar-holidays): Doc fix.
292         (calendar-insert-indented): Doc fix.  Use when rather than if.
293         (exit-calendar): Use mapc rather than mapcar.
294         (calendar-cursor-to-date): Use zerop.
295         (calendar-mark-ring): Add doc-string.
296         (calendar-starred-day): Defvar it.
297         (calendar-mode): Make calendar-starred-day local.
298         (calendar-star-date): No need to make calendar-starred-day local.
300         * calendar/diary-lib.el: Move defcustoms to start.
301         (diary-include-string, diary-list-include-blanks)
302         (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
303         (diary-file-name-prefix, diary-file-name-prefix-function)
304         (sexp-diary-entry-symbol, list-diary-entries-hook)
305         (mark-diary-entries-hook, nongregorian-diary-listing-hook)
306         (nongregorian-diary-marking-hook, print-diary-entries-hook):
307         Move here from calendar.el.
308         (diary-file-name-prefix-function): Use 'identity.
309         (diary-face): Make it a defcustom, and mark as obsolete.
310         (top-level): No need to require cal-hebrew, cal-islam when
311         compiling.
312         (calendar-hebrew-month-name-array-leap-year)
313         (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
314         Define for compiler.
315         (diary-font-lock-keywords): Use format rather than concat. Add
316         bahai-diary-entry-symbol.
318         * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
319         * calendar/solar.el: Unquote lambda functions.
321         * calendar/solar.el (calendar-location-name, calendar-latitude)
322         (calendar-longitude, solar-setup, solar-sin-degrees)
323         (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
324         (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
325         (solar-sunrise-and-sunset, solar-moment, solar-daylight)
326         (solar-exact-local-noon, solar-julian-ut-centuries)
327         (solar-ephemeris-time, solar-date-next-longitude)
328         (solar-horizontal-coordinates, solar-equatorial-coordinates)
329         (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
330         (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
331         (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
332         Doc fixes.
333         (solar-horizontal-coordinates, solar-equatorial-coordinates)
334         (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
335         (solar-ecliptic-coordinates): Use unless.
336         (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
337         Use or.
339         * calendar/timeclock.el: Add doc-strings to all functions.
340         (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
341         (timeclock-entry-list-length, timeclock-entry-list-projects)
342         (timeclock-day-list-projects, timeclock-day-list): Use dolist.
344         * calendar/todo-mode.el: Remove un-needed eval-when-compile.
346         * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
347         (org-get-entries-from-diary): Require diary-lib.
349 2008-03-08  Juanma Barranquero  <lekktu@gmail.com>
351         * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
352         Pacify byte-compiler.
354 2008-03-07  Alan Mackenzie  <acm@muc.de>
356         * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
357         paren/bracket pairs parsed, to solve performance problem.
359 2008-03-07  Bastien Guerry  <bzg@altern.org>
361         * bookmark.el (bookmark-set): Don't check for
362         `bookmark-make-name-function' since `bookmark-buffer-file-name'
363         already takes care of this.
364         (bookmark-buffer-name, bookmark-buffer-file-name): Remove
365         Info-mode specific code.
367         * info.el (bookmark-get-info-node): Define this function in
368         info.el, not in bookmark.el.
369         (Info-mode): Set `bookmark-make-name-function' to
370         `Info-bookmark-make-name' locally.
371         (Info-bookmark-make-name): New function.
373         * bookmark.el (bookmark-make-name-function): New variable.
375 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
377         * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
378         buffer-local, not `bookmark-make-cell-function' (the old name).
380 2008-03-07  Tassilo Horn  <tassilo@member.fsf.org>
382         * doc-view.el (doc-view-bookmark-make-record):
383         * image-mode.el (image-bookmark-make-record):
384         * info.el (Info-bookmark-make-record): Delete obsolete second arg.
386 2008-03-07  Jan Dj\e$(Q)Z\e(Brv  <jan.h.d@swipnet.se>
388         * vc.el (vc-status-menu-map-filter): Return orig-binding if
389         boundp 'vc-ignore-menu-filter.
390         (vc-status-tool-bar-map): Make it defvar.
391         (vc-status-mode): vc-status-tool-bar-map now variable.
392         (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
394 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
396         Give a better name to part of the bookmark interface.
398         This was originally a much larger change, but halfway through I
399         updated and discovered that Stefan Monnier had done the rest.
400         It looks like he anticipated the new name too, because he used
401         `the-record' instead of `the-cell' for some internal variable names.
403         * bookmark.el (bookmark-make-record-function): Was
404         `bookmark-make-cell-function'.
405         (bookmark-make, bookmark-send-annotation): Update for above.
406         (bookmark-make-record-for-text-file):
407         Was `bookmark-make-cell-for-text-file.  Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
409         * info.el: Adjust accordingly.
410         (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
412         * image-mode.el: Adjust accordingly.
413         (image-bookmark-make-record): Was `image-bookmark-make-cell'.
415         * doc-view.el: Adjust accordingly.
416         (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
418 2008-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
420         * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
421         Move initialization into declaration.
422         (bookmark-get-info-node, bookmark-set-info-node): Remove.
423         (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
424         (bookmark-info-current-node): Remove.
425         (bookmark-jump-noselect): Rename from bookmark-jump-internal.
426         Add relocation fallback.  Set bookmark-current-bookmark.
427         (bookmark-default-handler): Rename from bookmark-jump-noselect.
428         Remove relocation fallback.  Don't set bookmark-current-bookmark.
429         (bookmark-set): Let it be used even if there's no buffer-file-name
430         as long as there is a bookmark-make-cell-function.
431         * info.el (Info-bookmark-jump): Remove relocation fallback.
432         Don't set bookmark-current-bookmark.
434 2008-03-07  Glenn Morris  <rgm@gnu.org>
436         * calendar/appt.el (appt-issue-message)
437         (appt-message-warning-time, appt-audible, appt-visible)
438         (appt-msg-window, appt-display-mode-line, appt-display-duration)
439         (appt-display-diary): Remove autoload cookies.
441         * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
442         Remove leading `*' from defcustom doc-strings.
444         * calendar/cal-dst.el (calendar-dst): New custom group.
445         (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
446         (calendar-time-zone, calendar-daylight-time-offset)
447         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
448         (calendar-daylight-savings-starts-time)
449         (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
450         (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
451         Move to start.
453         * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
455         * calendar/calendar.el (calendar-version): Use emacs-version and
456         make it obsolete.  Move to end.
457         (calendar-offset, view-diary-entries-initially)
458         (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
459         (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
460         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
461         (all-bahai-calendar-holidays, calendar-load-hook)
462         (initial-calendar-window-hook, today-visible-calendar-hook)
463         (today-invisible-calendar-hook, calendar-move-hook)
464         (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
465         (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
466         (diary-include-string, sexp-diary-entry-symbol)
467         (abbreviated-calendar-year, american-date-diary-pattern)
468         (european-date-diary-pattern, european-calendar-display-form)
469         (american-calendar-display-form, print-diary-entries-hook)
470         (list-diary-entries-hook, diary-hook, diary-display-hook)
471         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
472         (nongregorian-diary-marking-hook, diary-list-include-blanks)
473         (holidays-in-diary-buffer, general-holidays, oriental-holidays)
474         (local-holidays, other-holidays, hebrew-holidays-1)
475         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
476         (hebrew-holidays, christian-holidays, islamic-holidays)
477         (bahai-holidays, solar-holidays, calendar-setup)
478         (calendar-week-start-day): Remove autoload cookies.
479         (diary-glob-file-regexp-prefix): Doc fix.
480         (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
481         (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
482         (calendar-week-start-day, calendar-debug-sexp): Move to start.
484         * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
485         (calendar-time-display-form, calendar-latitude)
486         (calendar-longitude, solar-equinoxes-solstices): Remove autoload
487         cookies.
488         (calendar-latitude, calendar-longitude): Move functions after
489         variables.
490         (diary-sabbath-candles-minutes): Move to start.
491         (solar-setup): Use or rather than if.
492         (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
493         Remove condition-case.
494         (solar-atn2): Use zerop.
495         (solar-equinoxes-solstices): Doc fix.
497         * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
498         (sc-mode-map-prefix): Doc fix.  Make it a defcustom.
500         * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
501         (calendar-longitude, calendar-latitude, calendar-location-name):
502         Declare for compiler.
504 2008-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
506         * arc-mode.el (archive-ar-file-header-re): New const.
507         (archive-ar-summarize, archive-ar-extract): New funs.
508         (archive-find-type): Recognize ar archives.
510         * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
511         New functions.
513         * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
515 2008-03-06  Lennart Borgman  <lennart.borgman@gmail.com>
517         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
518         Replace :enable (mark-active) with :enable mark-active.
520 2008-03-06  Juanma Barranquero  <lekktu@gmail.com>
522         * vms-patch.el (make-legal-file-name): New obsolete alias.
523         (make-valid-file-name): Rename from `make-legal-file-name'.
524         (make-auto-save-file-name): Use it.
526         * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
527         (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
528         (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
530         * textmodes/org.el (org-export-html-style): Doc fix.
531         (org-get-legal-level): New obsolete alias.
532         (org-get-valid-level): Rename from `org-get-legal-level'.
533         (org-promote, org-demote, org-archive-subtree)
534         (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
536 2008-03-06  Jan Dj\e$(Q)Z\e(Brv  <jan.h.d@swipnet.se>
538         * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
540         * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
541         (vc-status-toggle-mark): New functions.
542         (vc-status-mode): Set tool bar map.
544 2008-03-05  Chong Yidong  <cyd@stupidchicken.com>
546         * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
547         Reported by Drew Adams <drew.adams@oracle.com>.
549 2008-03-05  Juanma Barranquero  <lekktu@gmail.com>
551         * epg.el (epg-context-include-certs): Reflow docstring.
552         (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
553         (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
554         (epg-context-set-signers, epg-context-set-sig-notations)
555         (epg-make-import-status, epg-make-import-result)
556         (epg-start-delete-keys): Fix typos in docstrings.
557         (epg-start-sign-keys, epg-sign-keys):
558         Fix typos in obsolescence declarations.
560         * iswitchb.el: Don't check for `cadr' and `last'.
561         (iswitchb-define-mode-map, iswitchb-default-keybindings):
562         Add obsolescence declaration and remove redundant info from docstring.
563         (iswitchb-set-common-completion, iswitchb-set-matches)
564         (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
565         (recentf-list, most-len, most-is-exact):
566         Don't wrap defvars within `eval-when-compile'.
568 2008-03-05  Glenn Morris  <rgm@gnu.org>
570         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
571         * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
572         * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
573         * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
574         ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
576         * ediff-hook.el (ediff-window-setup-function): Don't autoload
577         declaration for compiler.
578         (ediff-xemacs-init-menus): Use when rather than if.
580         * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
581         if+and to just and.
582         (ediff-read-event, ediff-overlayp, ediff-make-overlay)
583         (ediff-delete-overlay): Move the XEmacs test inside the definition.
585         * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
587         * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
588         test inside XEmacs test.
589         (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
590         since it was doing nothing on Emacs.
591         (ediff-make-bullet-proof-overlay): Use when rather than if.
593         * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
594         (ediff-setup-control-frame): Remove
595         ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
596         a (featurep 'xemacs) test.
598 2008-03-05  Jay Belanger  <jay.p.belanger@gmail.com>
600         * calc/calc-ext.el (calc-extended-command-history): New variable.
601         (calc-exectute-extended-command): Use `calc-extended-command-history'.
603 2008-03-05  Dan Nicolaescu  <dann@ics.uci.edu>
605         * bindings.el (mode-line-remote): Add mouse-face.  Improve tooltip.
606         (standard-mode-line-position): Add mouse-face.
608         * progmodes/compile.el (compilation-menu-map):
609         (compilation-mode-map):
610         * progmodes/grep.el (grep-mode-map): Add :help.
612         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
613         initialize in one step.  Add :help.  Use :enable to activate menu
614         items. Show the key binding for edebug-defun.
615         (lisp-interaction-mode-map): Add a menu.
617         * term.el (term-mode-map): Define and initialize in one step.
619         * ediff-init.el (ediff-color-display-p): Simplify.
620         (Xor): Remove unused function.
621         (ediff-with-syntax-table): Simplify for Emacs.
623         * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
624         menu-bar being loaded, it always is.
626 2008-03-05  Glenn Morris  <rgm@gnu.org>
628         * textmodes/tex-mode.el (tex-mode): Suppress warning about
629         multiple definitions when compiling.
631 2008-03-04  Alan Mackenzie  <acm@muc.de>
633         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
635         * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
636         doc-string, "c-old-LEN" -> "c-old-END".
638 2008-03-04  Jason Rumney  <jasonr@gnu.org>
640         * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
641         namespaces.
643 2008-03-04  Glenn Morris  <rgm@gnu.org>
645         * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
647         * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
648         than mapcar.
650 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
652         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
653         (byte-compile-nilconstp): Can't use recursion in a defsubst.
655         * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
656         so that M-q can fill comments.
657         (tex-executable-exists-p, tex-compile): Extend with special syntax for
658         commands implemented in elisp.
659         (tex-compile-commands): Add an entry to use doc-view for pdf files.
660         (tex-format-cmd): New function.
661         (tex-compile): Use it to let the user specify default arguments.
662         (tex-cmd-bibtex-args): New var.
663         (tex-cmd-doc-view): New function.
665 2008-03-03  Juanma Barranquero  <lekktu@gmail.com>
667         * faces.el (face-spec-set): Fix typos in docstring.
669 2008-03-03  Dan Nicolaescu  <dann@ics.uci.edu>
671         * bindings.el (mode-line-column-line-number-mode-map): New variable.
672         (standard-mode-line-position): Use it to add a menu for toggling
673         column number and line number display.
675 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
677         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
678         Remove optimization that was working around the form-code-walker bug.
680         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
681         Walk into the body of lambdas after byte-compile-unfold-lambda.
683 2008-03-03  Glenn Morris  <rgm@gnu.org>
685         * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
686         value, if set, over frame value.
688         * simple.el (transient-mark-mode): Don't turn on by default.
690         * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
691         accidentally removed by the 2007-12-05 merge from Gnus.
693 2008-03-02  Dan Nicolaescu  <dann@ics.uci.edu>
695         * progmodes/compile.el (compilation-menu-map): Add menu entries
696         for useful options.
698 2008-03-01  Dan Nicolaescu  <dann@ics.uci.edu>
699             Glenn Morris  <rgm@gnu.org>
701         * emacs-lisp/bytecomp.el (byte-recompile-directory)
702         (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
703         Give a `bytecomp-' prefix to local variables with common names.
705 2008-03-01  Glenn Morris  <rgm@gnu.org>
707         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Restore
708         code commented out 2007-11-10.
710         * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
712         * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
713         Delete macro.
714         * emulation/viper-cmd.el, emulation/viper-ex.el:
715         * emulation/viper-init.el, emulation/viper-keym.el:
716         * emulation/viper-mous.el, emulation/viper-util.el:
717         * emulation/viper.el:
718         Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
719         featurep test.
721         Replace obselete frame-local variables with frame-parameters.
722         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
723         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
724         (viper-vi-state-cursor-color): Only call make-variable-frame-local
725         on XEmacs.
726         * emulation/viper-util.el (viper-frame-value): New macro.
727         * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
728         (viper-R-state-post-command-sentinel)
729         (viper-replace-state-post-command-sentinel)
730         (viper-change-state-to-insert, viper-change-state-to-emacs):
731         * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
732         (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
733         (viper-get-saved-cursor-color-in-insert-mode)
734         (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
735         Use viper-frame-value for viper-replace-overlay-cursor-color,
736         viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
737         viper-vi-state-cursor-color values.
739         * emulation/viper-cmd.el (zmacs-region-stays):
740         * emulation/viper-util.el (zmacs-region-stays): No need to define
741         for compiler.
743         * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
744         mapcar on Emacs.
746         * emulation/viper-mous.el (viper-counting-clicks-p): Only define
747         on XEmacs.
749         * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
750         rather than if.
752 2008-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
754         * whitespace.el: New version 9.3.  As the glyph code generation was
755         fixed, it is possible now to use character code above ?\x1FFFF in the
756         display table.  Fix `whitespace-indentation-regexp' to not include an
757         extra ending character.  Reported by Michael Welsh Duggan
758         <mwd@cert.org>.  Added hook actions when buffer is written or killed as
759         the original whitespace package had.  Suggested by Eric Cooper
760         <ecc@cmu.edu>.  Doc fix.
761         (whitespace-action): New option.
762         (whitespace-display-mappings): Changed default newline visualization to
763         display downwards arrow, as the glyph code generation was fixed.
764         (whitespace-unload-function): Assure that all local whitespace mode is
765         turned off.
766         (whitespace-global-modes): Fix type customization.
767         (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
768         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
769         (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
770         Fix code.
771         (whitespace-buffer): Command removed.
772         (whitespace-trailing-regexp, whitespace-mark-x)
773         (whitespace-display-window, whitespace-action-when-on)
774         (whitespace-add-local-hook, whitespace-remove-local-hook)
775         (whitespace-write-file-hook, whitespace-kill-buffer-hook)
776         (whitespace-action): New funs.
777         (whitespace-report-list, whitespace-report-text)
778         (whitespace-report-buffer-name): New consts.
779         (whitespace-report, whitespace-report-region): New commands.
781 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
783         * disp-table.el (make-glyph-code): Don't test the result of
784         `face-id', which already signals an error for invalid faces.
785         (glyph-face): Simplify.
787         * desktop.el (desktop-read): Set `desktop-dirname' to nil before
788         running `desktop-not-loaded-hook' to allow modifying it.
789         Don't show warning message if `desktop-dirname' was modified.
791 2008-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
793         * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
794         we still expect more lines.
796         * textmodes/fill.el (fill-comment-paragraph): Don't try to do
797         comment-paragraph filling if the commark doesn't match
798         comment-start-skip.
800 2008-03-01  Daiki Ueno  <ueno@unixuser.org>
802         * international/utf-7.el (utf-7-encode): Never skip the trailing - for
803         the `imap' variant.
805 2008-03-01  Jason Rumney  <jasonr@gnu.org>
807         * files.el (make-auto-save-file-name): Encode more characters in
808         non-file buffer names.  Use url-encoding.
810 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
812         * net/net-utils.el (ftp-program): Fix typo in docstring.
813         (ifconfig-program-options, netstat-program-options)
814         (arp-program-options, route-program-options, nslookup-program-options)
815         (ftp-program-options, smbclient-program-options)
816         (dns-lookup-program-options, arp, route): Doc fixes.
818         * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
819         (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
820         (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
821         Fix typos in docstrings.
822         (gdb-pending-triggers): Reflow docstring.
823         (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
825 2008-03-01  Alan Mackenzie  <acm@muc.de>
827         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
828         typing "#" at EOB.
830 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
832         * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
834 2008-02-29  Kim F. Storm  <storm@cua.dk>
836         * emulation/cua-base.el (cua-remap-control-v)
837         (cua-remap-control-z): New defcustoms.
838         (cua-mode): Add them to set-after property.
839         (cua--init-keymaps): Use them.
840         Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
842         * help.el (view-emacs-todo): Rename from view-todo.
843         (describe-gnu-project): Rename from describe-project.  Users changed.
844         (view-help-file): New helper function.
845         (describe-distribution, describe-copying, describe-gnu-project)
846         (view-todo, view-order-manuals, view-emacs-problems): Use it.
847         (view-emacs-debugging, view-external-packages): New commands.
848         (help-map): Move describe-distribution to C-h C-o (ordering).
849         Move view-emacs-problems to C-h C-p (problems).
850         Bind view-emacs-debugging to C-h C-d (debugging).
851         Bind view-external-packages to C-h C-e (extras).
852         (help-for-help-internal): Cleanup and align descriptions.
853         Remove command names to reduce clutter.
855 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
857         * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
858         and quieter face (not a warning).
860 2008-02-29  Dan Nicolaescu  <dann@ics.uci.edu>
862         * vc.el (vc-status-crt-marked): New variable.
863         (vc-status-mode): Make it local.
864         (vc-status-refresh): Use it to save the marked files.
865         (vc-update-vc-status-buffer): Use it to restore the marked files.
867         * vc-svn.el (vc-svn-after-dir-status):
868         * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
870 2008-02-29  Glenn Morris  <rgm@gnu.org>
872         * allout.el (allout-topic-encryption-bullet)
873         (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
874         (allout-encrypt-unencrypted-on-saves): Change defcustom :version
875         from 22.0 to 22.1.
877         * net/imap.el (imap-ping-server):
878         * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
879         Change defcustom :version from 23.0 to 23.1.
881 2008-02-29  Juanma Barranquero  <lekktu@gmail.com>
883         * desktop.el (desktop-save): Save the buffer name if the
884         uniquified base name is empty.
886 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
888         * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
889         correctly when user has "set print address off".
891 2008-02-28  Juanma Barranquero  <lekktu@gmail.com>
893         * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
894         version number of the next major Emacs release, not 23.0.
896         * longlines.el (longlines-unload-function): New function.
898 2008-02-28  Juri Linkov  <juri@jurta.org>
900         * startup.el (normal-splash-screen): Add argument `concise'.
901         Remove unused binding `prev-buffer'.  Let-bind `splash-buffer'
902         to the created buffer.  If `concise' is non-nil, call
903         `display-buffer', otherwise `switch-to-buffer'.  Doc fix.
904         (display-startup-screen): Add argument `concise' to the call to
905         `normal-splash-screen'.
907 2008-02-28  Kim F. Storm  <storm@cua.dk>
909         * startup.el (startup-echo-area-message): Check for about-emacs.
911 2008-02-28  Juri Linkov  <juri@jurta.org>
913         * startup.el: Always add initial message to *scratch* buffer if
914         `initial-scratch-message' is non-nil regardless of the value of
915         `inhibit-startup-screen'.
916         (inhibit-startup-screen, initial-scratch-message): Doc fix.
917         (command-line-1): Move code that inserts `initial-scratch-message'
918         up before the if-form that checks for `inhibit-startup-screen'.
919         Suggested by Jonathan Rockway <jon@jrock.us>.
921 2008-02-28  Juri Linkov  <juri@jurta.org>
923         * cus-edit.el (custom-mode-map, custom-mode-link-map):
924         Rename `custom-mode' to `Custom-mode' in docstrings.
925         (custom-buffer-create-internal, customize-browse):
926         Rename `custom-mode' to `Custom-mode'.
927         (custom-mode-hook): Rename to `Custom-mode-hook'.
928         (Custom-mode-hook): Renamed from `custom-mode-hook'.
929         (custom-mode): Rename to `Custom-mode'.
930         (Custom-mode): Renamed from `custom-mode'.  Doc fix.
931         (custom-mode): Add backward-compatible non-interactive variant of
932         `Custom-mode' that simply calls `Custom-mode'.  Mark it obsoleted.
933         (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
935         * info-look.el: Rename `custom-mode' to `Custom-mode'.
937         * emulation/viper.el (viper-emacs-state-mode-list):
938         Rename `custom-mode' to `Custom-mode'.
940         * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
941         Capitalize "Tagged Files".
942         (minibuffer-local-map): Add menu items for next/previous
943         history elements and isearch history forward/backward.
945         * progmodes/hideshow.el (hs-minor-mode-menu): Compare
946         `hs-isearch-open' with t instead of `comment' in :selected
947         for "Code and Comment blocks" menu item.
949 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
951         * uniquify.el (uniquify-buffer-base-name): Undo last change.
952         Should be done in desktop.el instead.
954 2008-02-28  Glenn Morris  <rgm@gnu.org>
956         * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
958         * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
960         * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
961         (Info-menu, Info-goto-node): Remove declarations.
962         (report-emacs-bug-info): Use info rather than Info-goto-node.
964         * progmodes/idlwave.el (Info-goto-node): Remove declaration.
965         (idlwave-convert-xml-system-routine-info): Don't require xml.
966         (idlwave-show-commentary, idlwave-shell-show-commentary):
967         Don't require finder.
968         (idlwave-info): Don't require info.  Use info rather than
969         Info-goto-node.
971         * textmodes/org.el (Info-goto-node): Remove declaration.
972         (org-info): Use info rather than Info-goto-node.
974         * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
975         (reftex-info): Don't require info.  Use info rather than Info-goto-node.
977 2008-02-28  Dan Nicolaescu  <dann@ics.uci.edu>
979         * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
980         the menu.
982         * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
983         (vc-finish-logentry): Check for vc-status-mode, not only for
984         vc-dired-mode.
986 2008-02-28  Kenichi Handa  <handa@ni.aist.go.jp>
988         * isearch.el (isearch-printing-char): Don't check
989         keyboard-coding-system.  Call
990         isearch-process-search-multibyte-characters only when
991         current-input-method is non-nil.
993 2008-02-27  Kim F. Storm  <storm@cua.dk>
995         * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
996         (glyph-char, glyph-face): Handle cons encoding.
998 2008-02-27  Juanma Barranquero  <lekktu@gmail.com>
1000         * uniquify.el (uniquify-buffer-base-name): If the base name is an
1001         empty string, return nil to allow the caller to default to the
1002         buffer name.  Reported by Martin Fischer <parozusa@web.de>.
1004         * tool-bar.el (tool-bar-setup): Doc fix.
1006         * mail/supercite.el (sc-describe):
1007         Fix typos in obsolescence declaration.
1009 2008-02-27  Glenn Morris  <rgm@gnu.org>
1011         * autoinsert.el (auto-insert-alist): Change permission text to
1012         match FSF's GPLv3 form.
1014         * mail/supercite.el (sc-cite-original): Doc fix.
1015         (sc-version): Make obsolete.
1016         (sc-describe): Show the SC info page.  Make obsolete.
1018 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1020         * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
1021         when using transient-mark-mode.
1022         (default-indicate-unused-lines): Remove unused var.
1024 2008-02-26  Jan Dj\e$(Q)Z\e(Brv  <jan.h.d@swipnet.se>
1026         * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
1027         and previous.
1029         * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
1031 2008-02-26  Glenn Morris  <rgm@gnu.org>
1033         * net/net-utils.el (top-level): Don't require comint when compiling.
1034         (nslookup-font-lock-keywords): Don't require font-lock.
1035         Use font-lock faces rather than variables.
1036         (nslookup, ftp, smbclient, network-service-connection):
1037         Don't require comint.
1038         (comint-prompt-regexp, comint-input-autoexpand)
1039         (comint-input-ring): Declare for compiler.
1040         (comint-mode, ffap-string-at-point, comint-exec): Autoload.
1041         (dns-lookup-host): Don't require ffap.  Remove `with-no-warnings'.
1043         * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
1044         doc-string.
1046 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1048         * doc-view.el (doc-view-current-page): Add a `win' argument.
1050 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1052         * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
1053         Demote it to plain defvar.
1054         (doc-view-conversion-refresh-interval): Reduce interval.
1055         (doc-view-goto-page): Allow moving to pages not yet rendered.
1056         (doc-view-goto-page): Construct a file name rather than extracting it
1057         from doc-view-current-files.
1058         (doc-view-kill-proc): Ignore errors from kill-process.
1059         (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
1060         (doc-view-insert-image): Use appropriate text if the page hasn't been
1061         rendered yet.  Adjust scrolling so the text is displayed.
1062         (doc-view-display): Detect not just that a page is available, but also
1063         that it wasn't available before, so as to avoid refreshing all pages
1064         repeatedly.
1065         (doc-view-mode): Make doc-view-cache-directory if needed.
1067 2008-02-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1069         * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
1070         toggle-read-only.
1072         * textmodes/bibtex.el (bibtex-format-entry): Handle error message
1073         refering to a missing required field with the OPT prefix.
1074         Make unwindform more robust.
1076         * textmodes/bibtex.el: Remove support for hideshow minor mode as
1077         it duplicates the bibtex support in progmodes/hideshow.el.
1078         * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
1079         entries that do not start at the beginning of a line.
1081 2008-02-25  Chong Yidong  <cyd@stupidchicken.com>
1083         * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
1085 2008-02-25  Robert J. Chassell  <bob@rattlesnake.com>
1087         * help-fns.el (describe-variable): Add phrases about
1088         initialization file with and without customization;
1089         use new button type help-info-variable.
1091         * help-mode.el (help-info-variable):
1092         New button able to read Info files for help-fns.el.
1094 2008-02-25  Jan Dj\e$(Q)Z\e(Brv  <jan.h.d@swipnet.se>
1096         * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
1097         (grep-mode): Use grep-mode-tool-bar-map.
1099         * progmodes/compile.el (tool-bar): Require tool-bar.
1100         (compilation-mode-tool-bar-map): New variable.
1101         (compilation-mode): Use compilation-mode-tool-bar-map.
1103         * term/x-win.el (x-gtk-stock-map): Add cancel.  Remove extensions.
1105 2008-02-25  Glenn Morris  <rgm@gnu.org>
1107         * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
1109 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1111         * diff-mode.el (diff-file-junk-re): New const.
1112         (diff-beginning-of-file-and-junk): Use it.
1113         (diff-file-kill): Make sure we were really inside a file diff.
1115         * diff-mode.el: Make it more robust in the presence of empty context
1116         lines in unified hunks.
1117         (diff-valid-unified-empty-line): New var.
1118         (diff-unified->context, diff-sanity-check-hunk): Obey it.
1119         (diff-end-of-hunk): Obey it.  New arg `donttrustheader'.
1120         (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
1121         (diff-hunk-header-re-unified): New const.
1122         (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
1123         (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
1124         (diff-sanity-check-hunk): Use it.
1126         * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
1127         Index: line, don't search backward for the previous one.
1129 2008-02-25  Kenichi Handa  <handa@ni.aist.go.jp>
1131         * international/fontset.el (setup-default-fontset): Add non-OTF
1132         lao font for lao script.
1134         * language/tibetan.el: Register tibetan-composition-function in
1135         composition-function-table.
1137         * language/tibet-util.el (tibetan-composition-function):
1138         Adjust for the new calling way (argument changed).  Try font-shape-text
1139         if possible.
1141         * language/lao.el: Register lao-composition-function in
1142         composition-function-table.
1144         * language/lao-util.el (lao-composition-function): Adjust for the new
1145         calling way (argument changed).  Try font-shape-text if possible.
1147 2008-02-25  Jason Rumney  <jasonr@gnu.org>
1149         * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
1151 2008-02-25  Juri Linkov  <juri@jurta.org>
1153         * isearch.el (isearch-fail): Use "RosyBrown1" for a light
1154         background, "red4" for a dark background, "red" for 16 and
1155         8 colors, "grey" for grayscale, and inverse video otherwise.
1156         Add :version tag.
1157         (isearch-message): Keep the original isearch-message intact, and
1158         add text properties to it where necessary.  Add `isearch-error' to
1159         the condition that checks if isearch is unsuccessful.
1161 2008-02-24  Juri Linkov  <juri@jurta.org>
1163         * progmodes/compile.el (compilation-handle-exit):
1164         Use compilation-error face instead of font-lock-warning-face.
1165         Display the same message in the minibuffer as is inserted
1166         at the end of the compilation buffer.
1168 2008-02-24  Glenn Morris  <rgm@gnu.org>
1170         * vc-cvs.el (vc-cvs-register): Fix registering of directories in
1171         multiple file case.
1173         * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
1175         * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
1176         multiple file case.  Use a single `let' rather than two.
1178 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
1180         * progmodes/compile.el (compilation-start): Specify a face for
1181         mode-line-process.
1182         (compilation-handle-exit): Specify a face and a tooltip for
1183         mode-line-process.
1185 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1187         * hilit-chg.el: Remove spurious * in defcustom docstrings.
1188         (hilit-chg-make-ov): Simplify.
1189         (hilit-chg-fixup): Use remove-overlays.
1190         (hilit-chg-set-face-on-change): Remove redundant call to
1191         `remove-text-properties'.
1193         * dired.el (dired-mark-prompt): Don't count/display the t element.
1194         Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
1196 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
1198         * progmodes/verilog-mode.el (eval-when-compile): Don't define
1199         add-submenu.
1200         (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
1201         Remove.  Move contents to the only use ...
1202         (verilog-menu): ... here.
1203         (verilog-statement-menu): Remove.  Move contents to the only use ...
1204         (verilog-stmt-menu): ... here.
1205         (verilog-mark-defun): Simply call mark-defun for emacs.
1206         (occur-pos-list): Declare for byte compiler.
1207         (mode-popup-menu): Don't defvar.
1208         (verilog-add-statement-menu): Remove.
1209         (verilog-mode-hook): Don't add verilog-add-statement-menu.
1210         (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
1212 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
1214         * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
1215         conditional.
1216         (verilog-font-grouping-keywords-face): Make the begin..end
1217         keywords standout more than other verilog keywords.
1218         (verilog-type-font-keywords): Move the begin..end out of this list
1219         to facilitate making them to (potentially) stand out more.
1220         (verilog-backward-token): Fix indent of bare always{_*}?, initial,
1221         function & task blocks.
1222         (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
1223         initial, function & task blocks.
1224         (verilog-forward-sexp): Handle the new "disable fork" statement of
1225         IEEE-1800 Verilog.
1226         (verilog-beg-block-re-ordered): Handle the new "disable fork"
1227         statement of IEEE-1800 Verilog.
1228         (verilog-calc-1): Handle the new "disable fork" statement of
1229         IEEE-1800 Verilog.
1230         (verilog-disable-fork-re): Add const to help handle the new
1231         "disable fork" statement of IEEE-1800 Verilog.
1232         (verilog-declaration-core-re): Add port directions by themselves,
1233         with no qualification, as base item of a declaration.
1234         (verilog-pretty-declarations): Add new flag to ask it to refrain
1235         from printing to the message buffer.
1236         (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
1237         printing to the message buffer.  Improve handling of the many
1238         types of expression line up.
1239         (verilog-just-one-space): Remove printing of an empty message.
1240         (verilog-get-lineup-indent): Rework to support the better handling
1241         of expression lineup for verilog-pretty-expr.
1242         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
1244 2008-02-24  Alan Mackenzie  <acm@muc.de>
1246         * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
1247         yesterday's commit.
1249 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
1251         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
1252         to mouse-set-point in buffers that aren't associated with files.
1254         * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
1256 2008-02-24  Alan Mackenzie  <acm@muc.de>
1258         Set of changes so that "obtrusive" syntactic elements in a
1259         C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
1260         unmatched paren) don't interact syntactically with stuff outside
1261         the CPP line.
1263         * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
1264         Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
1265         off-by-one bug.
1266         (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
1267         a bit of refactoring.
1268         (c-awk-extend-and-syntax-tablify-region): Takes some of the
1269         functionality of c-awk-advise-fl-for-awk-region, which has been
1270         refactored away.
1272         * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
1273         (c-clear-char-property-with-value): New function and macro which
1274         remove text-properties `equal' to a supplied value.
1276         * progmodes/cc-engine.el: Comment about text properties amended.
1278         * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
1279         parens around "error\\|warning".
1281         * progmodes/cc-langs.el (c-get-state-before-change-function)
1282         (c-before-font-lock-function, c-anchored-cpp-prefix):
1283         New language variables.
1284         (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
1286         * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
1287         syntax-table text properties.
1288         (c-common-init): Call language specific before/after-change
1289         functions at mode initialisation.
1290         (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
1291         (c-extend-region-for-CPP, c-neutralize-CPP-line)
1292         (c-neutralize-syntax-in-CPP): New functions.
1293         (c-before-change, c-after-change): Call the new language specific
1294         change functions defined in cc-langs.el.
1295         (c-advise-fl-for-region): New macro.
1296         (awk-mode): Remove AWK specific stuff which has been refactored
1297         into language independent stuff.
1299 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
1301         * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
1302         (gdb): (Re)set gdb-flush-pending-output to nil here...
1303         (gdb-init-1): ...instead of here (before gdb-prompt).
1305 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1307         * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
1308         Recognize ''' just like any other char-constant.
1310 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1312         * vc-hooks.el (vc-find-root): Remove initial loop because it's not
1313         careful enough.  Detect the uid-change all within the main loop.
1315 2008-02-24  Stefan Monnier  <monnier@pastel.home>
1317         * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
1319 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1321         * hilit-chg.el (highlight-save-buffer-state): New macro.
1322         (highlight-save-buffer-state, hilit-chg-set-face-on-change)
1323         (hilit-chg-clear): Use it to preserve the modified-p flag.
1324         (highlight-changes-rotate-faces): Don't mess with the undo-list.
1326 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1328         * font-lock.el (font-lock-set-defaults): Unset previously set variables
1329         when needed.
1331 2008-02-24  \e,AF\e(Bvar Arnfj\e,Av\e(Br\e,Ap\e(B Bjarmason  <avar@cpan.org>  (tiny change)
1333         * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
1334         from gnus-button-url-regexp.
1336 2008-02-24  Eli Zaretskii  <eliz@gnu.org>
1338         * progmodes/compile.el (compilation-next-error): Doc fix.
1339         (compilation-find-file): Doc fix.
1341 2008-02-24  Glenn Morris  <rgm@gnu.org>
1343         * net/net-utils.el (ipconfig-program, ipconfig-program-options):
1344         Add obsolete aliases to the old names.
1346 2008-02-24  Richard Stallman  <rms@gnu.org>
1348         * net/net-utils.el (ifconfig): Rename from ipconfig.
1349         (ipconfig): Alias to ifconfig.
1350         (ifconfig-program): Rename from ipconfig-program.
1351         (ifconfig-program-options): Rename from ipconfig-program-options.
1353 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
1355         * progmodes/verilog-mode.el (verilog-declaration-core-re):
1356         Add port directions by themselves, with no qualification, as base
1357         item of a declaration.
1358         (verilog-pretty-declarations): Add new flag that inhibits printing
1359         to the message buffer.
1360         (verilog-pretty-expr): Add new flag that inhibits printing to the
1361         message buffer.  Improve handling of the many types of expression
1362         line up.
1363         (verilog-just-one-space): Don't print an empty message.
1364         (verilog-get-lineup-indent): Rework to support the better handling
1365         of expression lineup for verilog-pretty-expr.
1366         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
1367         (verilog-mode-version, verilog-mode-release-date): Update.
1369 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1371         * subr.el (cancel-change-group): Don't move point.
1373 2008-02-23  Markus Triska  <markus.triska@gmx.at>
1375         * linum.el (linum-after-config): Update all visible windows.
1377 2008-02-23  Glenn Morris  <rgm@gnu.org>
1379         * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
1380         Add :help for Solitaire and Tetris.
1382         * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
1384         * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
1385         (smtpmail-code-conv-from): Doc fix.  Fix custom type.
1386         (smtpmail-queue-index-file): Make it a defcustom.
1387         (smtpmail-queue-index): Delete.
1388         (smtpmail-send-it, smtpmail-send-queued-mail):
1389         Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
1390         smtpmail-queue-index.
1392         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
1393         Add :version.
1395 2008-02-23  Yoni Rabkin  <yoni@rabkins.net>  (tiny change)
1397         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
1398         New variables.
1399         (iwconfig): New function.
1401 2008-02-23  Dan Nicolaescu  <dann@ics.uci.edu>
1403         * vc.el (vc-find-revision): Make vc-parent-buffer local before
1404         setting it.
1405         (vc-status-menu-map): Do not define using easy-menu.
1406         (vc-status-menu-map): New defalias.
1407         (vc-status-mode-map): Hook up the menu.
1408         (top-level): Update TODO.
1410         * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
1412         * vc-bzr.el (vc-bzr-init-version): Rename to ...
1413         (vc-bzr-init-revision): ... this.
1415 2008-02-23  Jason Rumney  <jasonr@gnu.org>
1417         * makefile.w32-in (WINS_ALMOST): Remove term.
1418         (WINS): Add term here.
1419         (custom-deps, finder-data): Use WINS_ALMOST.
1421 2008-02-22  Juanma Barranquero  <lekktu@gmail.com>
1423         * faces.el (font-weight-table): Fix value of `semi-light'.
1425 2008-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1427         * faces.el (font-weight-table, font-slant-table, font-swidth-table):
1428         Make those tables bijective.
1430 2008-02-22  Ken Manheimer  <ken.manheimer@gmail.com>
1432         Finish pdbtrack integration cleanup, settling missing-functions
1433         byte compiler warnings appropriately.
1435         * progmodes/python.el (python-point): Remove this - beginning-of-line
1436         was all that was necessary for `python-pdbtrack-overlay-arrow'.
1437         (python-end-of-def-or-class, python-beginning-of-def-or-class)
1438         (python-goto-initial-line): Drop these - they were only needed for
1439         python-point.
1440         (python-comint-output-filter-function): Use condition-case and
1441         beginning-of-line directly, instead of python-mode.el functions
1442         which require all sorts of baggage.
1443         (point-safe): Unnecessary - we're using condition-case directly,
1444         instead.
1445         (python-execute-file): Include for python-shell, which I'm leaving
1446         in keeping despite it being unnecessary for pdb tracking.
1448 2008-02-22  Peter Danenberg  <pcd@wikitex.org>  (tiny change)
1450         * progmodes/scheme.el (scheme-font-lock-keywords-2):
1451         Add SRFI 11 support.
1452         (let-values, let*-values): Specify scheme-indent-function.
1454 2008-02-22  Dan Nicolaescu  <dann@ics.uci.edu>
1456         * vc.el (vc-exec-after): Move setting mode-line-process in the
1457         busy case ...
1458         (vc-set-mode-line-busy-indicator): ... in this new function.
1459         (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
1460         (vc-update-vc-status-buffer): Reset mode-line-process.
1461         (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
1462         mark/unmark all the files with the same state as the current one.
1463         With a prefix argument mark/unmark all files.
1464         (vc-status-mode-menu): Adjust strings.
1465         (vc-update-vc-status-buffer): Only do something when the argument
1466         is not nil.
1467         (vc-status-kill-dir-status-process): New function.
1468         (vc-status-mode-map): Bind it.
1469         (vc-status-process-buffer): New variable.
1470         (vc-status-mode): Make it local.
1471         (vc-status-refresh): Set it.
1473         * vc-hg.el (vc-hg-dir-status):
1474         * vc-git.el (vc-git-dir-status):
1475         * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
1476         command is run.
1478 2008-02-22  Glenn Morris  <rgm@gnu.org>
1480         * json.el (top-level): No need to require thingatpt.
1481         (json-read-keyword): Use thing-at-point rather than word-at-point.
1483         * time.el (top-level): No need to require time-date when compiling.
1485         * emacs-lisp/copyright.el (copyright-update-year):
1486         Fix subexpression numbering for the case when years are split over
1487         lines, and for the replace case.
1489         * emulation/tpu-edt.el (tpu-have-ispell): Doc fix.  Make obsolete.
1490         (tpu-caar, tpu-cadr): Delete functions.
1491         (zmacs-regions): No need to declare for compiler.
1492         (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
1493         (tpu-spell-check): Rewrite, and handle mark after point.
1494         (tpu-special-insert): Use or rather than if.
1496         * emulation/vip.el (vip-special-prefix-com): Use ispell-region
1497         rather than spell-region.
1499         * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
1500         warnings about spell-region.
1502 2008-02-22  Kenichi Handa  <handa@ni.aist.go.jp>
1504         * ldefs-boot.el: Regenerated.
1506         * loadup.el: Don't load language/devanagari, language/kannanda,
1507         language/malayalam, and language/tamil.  Load language/sinhala.
1509         * language/indian.el (indian-font-foundry)
1510         (indian-script-language-alist, indian-font-char-index-table)
1511         (indian-font-char, indian-font-char-range, indian-script-table)
1512         (indian-default-script, indian-composable-pattern): Delete them.
1513         ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
1514         language environments moved to here.
1515         ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
1516         New language environments.
1518         * language/devanagari.el, language/devan-util.el,
1519         * language/kannanda.el, language/knd-util.el, language/malayalam.el,
1520         * language/mlm-util.el, language/tamil.el, language/tml-util.el:
1521         Delete them.
1523         * language/sinhala.el: New file.
1525 2008-02-21  Ken Manheimer  <ken.manheimer@gmail.com>
1527         Update Nick Robert's port of pdb tracking from python-mode.el.
1529         * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
1530         Clarify docstring.
1531         (python-pdbtrack-minor-mode-string): A sign indicating that pdb
1532         tracking is happening.
1533         (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
1534         (python-pdbtrack-input-prompt): Better recognize PDB prompts.
1535         (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
1536         Tracking is plugged in to all comint buffers once python.el is loaded.
1537         (python-pdbtrack-overlay-arrow): Toggle activation of
1538         `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
1539         (python-pdbtrack-track-stack-file): Use new
1540         `python-pdbtrack-get-source-buffer' for more flexible access to
1541         debugging source files.
1542         (python-pdbtrack-get-source-buffer): Identify debugging target buffer
1543         according to pdb stack trace, optionally using new
1544         `python-pdbtrack-grub-for-buffer' if file is not locally available.
1545         (python-pdbtrack-grub-for-buffer): Find most recent python-mode
1546         named buffer, or having function with indicated name.
1547         (python-shell): Remove comint-output-filter-functions hook
1548         addition, it's being done elsewhere.  Wrap long line.
1550 2008-02-21  Michael Olson  <mwolson@gnu.org>
1552         * json.el: Replace XEmacs compatibility code to get rid of
1553         compiler warnings.
1555         * time.el: Fix compiler warning.
1557 2008-02-21  Edward O'Connor  <ted@oconnor.cx>
1559         * json.el: New file (JavaScript Object Notation parser / generator).
1561 2008-02-21  Dave Love  <fx@gnu.org>
1563         * progmodes/sym-comp.el: New file.
1565         * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
1566         Require sym-comp.  Add Python buffer to same-window-buffer-names.
1567         Fixup whitespaces.
1568         (python-font-lock-keywords): Add highlighting for Python builtins.
1569         (python-font-lock-syntactic-keywords): Rewrite.
1570         (python-quote-syntax): Use syntax-ppss-context instead of parsing
1571         ppss directly.
1572         (python-mode-map): Add binding for python-find-function.
1573         (python-calculate-indentation): Clean up the logic.
1574         (python-beginning-of-defun): Explicitly set return value.
1575         (python-beginning-of-statement): Stop looping if we get stuck
1576         going backwards.
1577         (python-next-statement): Stop looping if we somehow end up inside
1578         a string while advancing.
1579         (python-preoutput-continuation, python-version-checked): New vars.
1580         (python-check-version): New function.
1581         (run-python): Set default command to python-command instead of
1582         python-python-command.
1583         (run-python): Use python-check-version.  Give PYTHONPATH
1584         precedence over data-directory in the process environment.
1585         Load function definitions in python process after.
1586         (python-check-comint-prompt): New function.
1587         (python-send-command, python-send-receive): Use it.
1588         (python-complete-symbol, python-try-complete): Functions deleted.
1589         Use symbol-complete instead of python-complete-symbol throughout.
1590         (python-fill-paragraph): Further refine the fenced-string regexp.
1591         (def-python-skeleton): Expand to the original abbrev instead if in
1592         a comment or string.  Tweak skeletons for `if', `while', `for',
1593         `try/except', `try/finally', `name'.
1594         (python-pea-hook, python-abbrev-pc-hook): New functions.
1595         (python-abbrev-syntax-table): New var.
1596         (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
1597         Use symbol-completion-try-complete for hippie expansion.
1598         Turn on font lock unconditionally.
1599         (python-mode-hook): Defcustom it.  No need to use make-local
1600         variable on indent-tabs-mode in "Turn off Indent Tabs mode"
1601         option, since it's buffer-local.
1603 2008-02-21  Juanma Barranquero  <lekktu@gmail.com>
1605         * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
1607 2008-02-21  Drew Adams  <drew.adams@oracle.com>
1609         * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
1610         "Turn off" and a "Help" entry when the minor mode has no menu.
1612 2008-02-21  Dan Nicolaescu  <dann@ics.uci.edu>
1614         * vc.el (vc-status-mark, vc-status-unmark): New functions.
1615         (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
1616         vc-status-mark-file and vc-status-unmark-file.
1617         (vc-status-mark-unmark): New function.
1618         (vc-status-previous-line, vc-status-next-line): No longer interactive.
1620 2008-02-21  Glenn Morris  <rgm@gnu.org>
1622         * composite.el (encode-composition-rule): Fix typo in error message.
1623         (composition-function-table, auto-composition-mode): Doc fixes.
1625         * subr.el (sit-for): Fix obsolete form for nil second argument.
1627         * textmodes/spell.el (spell-buffer, spell-word, spell-region)
1628         (spell-string): Make obsolete, in favor of ispell.
1630 2008-02-21  Kenichi Handa  <handa@ni.aist.go.jp>
1632         * language/devanagari.el: Don't setup composition-function-table
1633         here.
1634         ("Devanagari"): Change charset, coding-system, coding-priority to
1635         Unicode-based ones.  Don't require the feature devan-util.
1637         * composite.el (compose-chars-after): Fix arguments for a function
1638         in composition-function-table.
1639         (auto-compose-region): Likewise.
1641         * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
1642         for Ethiopic.
1643         (ps-mule-plot-string): Ignore glyph-string based compositions.
1645 2008-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1647         * doc-view.el: Allow different windows to show different pages.
1648         (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
1649         (doc-view-current-image, doc-view-current-overlay): Remove variables,
1650         add them back as macros instead, using image-mode-winprops instead.
1651         Update all users of those variables.
1652         (doc-view-new-window-function): New function to create a new overlay
1653         for each new window.
1654         (doc-view-mode): Use it and image-mode-setup-winprops.
1655         (doc-view-clone-buffer-hook): Rewrite accordingly.
1657         * image-mode.el: Extend [hv]scroll support to per-window properties.
1658         (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
1659         (image-mode-winprops-alist): New var to replace them.
1660         (image-mode-new-window-functions): New hook.
1661         (image-mode-winprops, image-mode-window-get, image-mode-window-put):
1662         New funs.
1663         (image-set-window-vscroll, image-set-window-hscroll): Use them.
1664         Remove the `window' argument, update callers.
1665         (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
1666         Use the new functions.
1667         (image-mode-reapply-winprops): New fun.
1668         (image-mode): Use it.
1670 2008-02-20  Jay Belanger  <jay.p.belanger@gmail.com>
1672         * calc/calc-math.el (math-sin-raw): Add optional argument
1673         to keep track of original argument.
1674         (math-cos-raw): Use optional argument when calling math-sin-raw.
1675         (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
1676         with close to original precision.
1678 2008-02-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1680         * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
1681         args in calls of sit-for.
1683 2008-02-20  Juanma Barranquero  <lekktu@gmail.com>
1685         * vc-svn.el (vc-svn-program): Fix typo in docstring.
1686         (vc-svn-checkin): Fix typo in error message.
1688         * help-mode.el: Require easymenu when compiling.
1690 2008-02-20  Dan Nicolaescu  <dann@ics.uci.edu>
1692         * help-mode.el (help-mode-menu): New menu.
1694 2008-02-20  Glenn Morris  <rgm@gnu.org>
1696         * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
1697         on Windows.
1699 2008-02-20  Kenichi Handa  <handa@ni.aist.go.jp>
1701         * ps-mule.el (ps-mule-encode-region): Return a single string.
1702         (ps-mule-plot-string): Adjust for the above change.
1703         (ps-mule-encode-header-string): Likewise.
1705         * international/latin1-disp.el (latin1-display): Don't use
1706         ucs-mule-8859-to-mule-unicode.  Fix the way of resetting
1707         standard-display-table.
1708         (latin1-display-identities): Adjust for the change of what is
1709         returned by (get-language-info charset 'charset).
1711         * international/mule-util.el (char-displayable-p): Fix for Latin-1
1712         characters and terminal case.
1714 2008-02-19  Ken Manheimer  <ken.manheimer@gmail.com>
1716         Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
1718         * progmodes/python.el: Also require comint when loading.
1719         (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
1720         Replace python-shell with run-python on menu bar.
1721         (python-shell-map): New map.
1722         (python-default-interpreter, python-python-command-args)
1723         (python-jython-command-args, python-pdbtrack-do-tracking-p):
1724         New options.
1725         (python-which-shell, python-which-args, python-which-bufname):
1726         New buffer local variables.
1727         (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
1729         * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
1730         (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
1731         New constants.
1733         Pdbtrack features:
1735         (python-point, python-end-of-def-or-class)
1736         (python-beginning-of-def-or-class, python-goto-initial-line)
1737         (python-comint-output-filter-function)
1738         (python-pdbtrack-overlay-arrow)
1739         (python-pdbtrack-track-stack-file, python-toggle-shells)
1740         (python-shell, python-pdbtrack-toggle-stack-tracking)
1741         (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
1742         New functions.
1744 2008-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1746         * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
1747         when the argument is nil.
1749 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
1751         * vc.el (dir-status): Add a brief description.
1753 2008-02-19  Thien-Thi Nguyen  <ttn@gnuvola.org>
1755         * vc-hooks.el (vc-find-root): Take optional arg INVERT.
1756         If non-nil, reverse the sense of the check.
1758         * vc-rcs.el (vc-rcs-root): New func.
1759         * vc-cvs.el (vc-cvs-root): New func.
1760         * vc-svn.el (vc-svn-root): New func.
1761         * vc-sccs.el (vc-sccs-root): New func.
1763 2008-02-18  Kenichi Handa  <handa@ni.aist.go.jp>
1765         * language/japan-util.el (setup-japanese-environment-internal):
1766         Call use-cjk-char-width-table.
1768         * language/japanese.el ("Japanese"): Set exit-function to
1769         use-default-char-width-table.
1771         * international/characters.el: Delete occurrences of non-Unicode
1772         tibetan and ethiopic characters.
1773         (cjk-char-width-table): New variable.
1774         (use-cjk-char-width-table, use-default-char-width-table):
1775         New functions.
1777 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
1779         * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
1780         (vc-status-mode-menu): Add a :filter.
1781         (vc-status-printer): Add faces.
1783         * vc-hg.el (vc-hg-extra-status-menu): New function.
1784         (vc-hg-dir-status): Clean up the buffer before using it.
1786 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1788         * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
1789         (gdb): Initialize it here instead.
1791         * files.el (locate-dominating-file): Fix thinko in last change.
1792         Reported by Bruce Stephens <bruce.stephens@isode.com>.
1794 2008-02-18  Dan Nicolaescu  <dann@ics.uci.edu>
1796         * vc.el (vc-status-mode-menu): New menu for vc-status.
1798 2008-02-18  Juanma Barranquero  <lekktu@gmail.com>
1800         * progmodes/verilog-mode.el (customize): Fix typo in error message.
1801         (verilog-mode, verilog-mode-indent, verilog-mode-actions)
1802         (verilog-mode-auto, verilog-indent-level-module)
1803         (verilog-minimum-comment-distance, verilog-library-flags)
1804         (verilog-library-directories, verilog-library-files)
1805         (verilog-auto-reset-widths, verilog-imenu-generic-expression)
1806         (verilog-xemacs-menu, verilog-set-compile-command)
1807         (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
1808         (verilog-get-expr, verilog-strip-comments, verilog-one-line)
1809         (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
1810         (verilog-batch-inject-auto, verilog-batch-indent)
1811         (verilog-continued-line, verilog-type-keywords)
1812         (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
1813         (verilog-read-inst-pins, verilog-read-arg-pins)
1814         (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
1815         (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
1816         (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
1817         (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
1818         (verilog-sk-datadef, verilog-colorize-include-files-buffer)
1819         (verilog-mode-version, verilog-mode-release-date)
1820         (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
1821         (verilog-simulator, verilog-compiler)
1822         (verilog-auto-sense-defines-constant, verilog-company)
1823         (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
1824         Fix typos in docstrings.
1825         (verilog-set-auto-endcomments, verilog-calculate-indent)
1826         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
1827         Reflow docstrings.
1828         (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
1829         (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
1830         (electric-verilog-forward-sexp, verilog-in-case-region-p)
1831         (verilog-in-struct-region-p, verilog-in-generate-region-p)
1832         (verilog-leap-to-head, verilog-current-indent-level)
1833         (verilog-case-indent-level, verilog-cpp-keywords)
1834         (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
1835         (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
1836         (verilog-signals-not-in, verilog-symbol-detick-text)
1837         (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
1838         (verilog-forward-close-paren, verilog-backward-open-paren)
1839         (verilog-backward-open-bracket): Doc fixes.
1841         * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
1842         (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
1843         (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
1844         (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
1845         (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
1846         Fix typos in docstrings.
1848         * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
1850 2008-02-18  Bastien Guerry  <Bastien.Guerry@ens.fr>
1852         * info.el (Info-read-node-name): Removed unused `default' arg.
1854 2008-02-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
1856         * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
1858 2008-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1860         * image-mode.el (image-get-display-property): New fun.
1861         (image-forward-hscroll, image-next-line, image-eol, image-eob)
1862         (image-mode, image-minor-mode, image-toggle-display-text)
1863         (image-toggle-display): Use it.
1865 2008-02-18  Jason Rumney  <jasonr@gnu.org>
1867         * international/mule.el (xml-find-file-coding-system): Don't warn
1868         about utf-16 with BOM.
1870         * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
1872         * international/mule.el (sgml-xml-auto-coding-function): Detect and
1873         warn if file encoding is not utf-8 and encoding not specified.
1874         (xml-find-file-coding-system): New function.
1875         * international/mule-conf.el (file-coding-system-alist): Use it.
1877 2008-02-17  Glenn Morris  <rgm@gnu.org>
1879         * international/mule-cmds.el (set-locale-environment):
1880         Pass `frame' to getenv for LC_MESSAGES.
1882 2008-02-17  Juri Linkov  <juri@jurta.org>
1884         * time.el (emacs-init-time): Use format instead of format-seconds.
1886 2008-02-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1888         * textmodes/bibtex.el (bibtex-search-entry): Rename from
1889         bibtex-find-entry.  Add autoload cookie.
1890         (bibtex-find-entry): Alias for bibtex-search-entry.
1891         (bibtex-search-crossref): Rename from bibtex-find-crossref.
1892         (bibtex-find-crossref): Alias for bibtex-search-crossref.
1893         (bibtex-clean-entry): atomic-change-group removed.
1894         (bibtex-format-entry): Use atomic-change-group.  Use unwind-protect
1895         to locate buffer location where error occurred.
1896         Make error messages more specific.
1897         (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
1899 2008-02-17  Dan Nicolaescu  <dann@ics.uci.edu>
1901         * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
1902         top level.
1904         * simple.el (transient-mark-mode): Add an :init-value.
1906         * startup.el (command-line): Use custom-reevaluate-setting for
1907         transient-mark-mode.
1909 2008-02-17  Micha\e$(Q)a\e(Bl Cadilhac  <michael@cadilhac.name>
1911         * wdired.el (wdired-allow-to-change-permissions): Fix typo.
1913 2008-02-16  Juri Linkov  <juri@jurta.org>
1915         * startup.el (after-init-time): New variable.
1916         (command-line): Set `after-init-time' to the current time.
1918         * time.el (emacs-init-time): New function.
1920 2008-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1922         * files.el (locate-dominating-file): Remove initial loop because it's
1923         not careful enough.  Detect the uid-change all within the main loop.
1925 2008-02-16  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
1927         * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
1929 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
1931         * vc.el (vc-annotate): Add new argument.
1932         (vc-annotate-warp-revision): Pass the current line to vc-annotate.
1934         * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
1935         Move make-variable-buffer-local code after the corresponding defvar.
1936         (hs-minor-mode-map): Define and initialize in one step.
1937         (hs-minor-mode): Change from defun to define-minor-mode.
1939 2008-02-16  Nick Roberts  <nickrob@snap.net.nz>
1941         * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
1942         (gdb-ready): Move declaration...
1944         * progmodes/gdb-ui.el (gdb-ready): ...to here.
1945         (gdb-early-user-input): New variable.
1946         (gdb): Reset gdb-flush-pending-output to nil and set
1947         comint-input-sender here (before gdb-prompt), instead of...
1948         (gdb-init-1): ...here.
1949         (gdb-send): If Emacs is not ready, defer user input to...
1950         (gdb-prompt): ...here.
1952 2008-02-16  Glenn Morris  <rgm@gnu.org>
1954         * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
1956         * startup.el (emacs-startup-time): Rename to `before-init-time'.
1957         (before-init-time): New name for `emacs-startup-time'.
1958         (command-line): Use before-init-time rather than emacs-startup-time.
1959         * time.el (emacs-uptime): Use before-init-time rather than
1960         emacs-startup-time.
1962         * composite.el (composition-function-table): Doc fix.
1964         * calendar/time-date.el (format-seconds): Remove `nonzero' argument
1965         in favor of `%z' specifier.
1966         (emacs-uptime): Move to time.el.
1967         * time.el (emacs-uptime): Move here from time-date.el.  Add optional
1968         `format' argument.  Doc fix.  Use `%z' rather than removed `nonzero'
1969         argument of format-seconds.
1971 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
1973         * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
1975 2008-02-15  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
1977         * ielm.el (ielm-is-whitespace): Remove.
1978         (ielm-is-whitespace-or-comment): New function.
1979         (ielm-eval-input): Use it.
1981 2008-02-15  Jason Rumney  <jasonr@gnu.org>
1983         * term/mac-win.el: Fix coding tag.
1985 2008-02-15  Dan Nicolaescu  <dann@ics.uci.edu>
1987         * vc-hooks.el (vc-menu-map):
1988         * bindings.el (mode-line-mode-menu): Add tooltips.
1990         * bindings.el (help-echo): Add more tooltips.  Use a less
1991         telegraphic style for existing tooltips.
1993 2008-02-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1995         * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
1996         from the auto-generated one.
1998 2008-02-14  Glenn Morris  <rgm@gnu.org>
2000         * mail/rmail-spam-filter.el (rmail-spam-filter):
2001         Let-bind message-spam-status.
2003         * mail/smtpmail.el (password-cache-add): Declare as function.
2005 2008-02-14  Justus Piater  <Justus-bulk@Piater.name>  (tiny change)
2007         * mail/smtpmail.el: Use password-cache.
2009 2008-02-14  Juanma Barranquero  <lekktu@gmail.com>
2011         * uniquify.el (uniquify-buffer-base-name): New function.
2012         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2014         * desktop.el (uniquify-managed): Don't defvar.
2015         (desktop-buffer-info): Use `uniquify-buffer-base-name', not
2016         `uniquify-managed'.  Return also the buffer's base name.
2017         (desktop-save): When saving the buffer info, filter out the base name,
2018         and save it as buffer name if the buffer is managed by uniquify.
2019         (uniquify-item-base): Don't declare; not called anymore.
2021 2008-02-14  Dan Nicolaescu  <dann@ics.uci.edu>
2023         * vc.el (vc-annotate-find-revision-at-line): New function.
2024         (vc-annotate-mode-map): Bind it.
2025         (vc-annotate-mode-menu): Add a menu entry for it.  Add :help for
2026         some entries.
2028 2008-02-14  Glenn Morris  <rgm@gnu.org>
2030         * calendar/time-date.el (format-seconds): New function.
2031         (emacs-uptime): Use format-seconds.
2033         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
2034         Remove `LC_ALL=C', since it's included in $(emacs) now.
2036 2008-02-14  Zhang Wei  <id.brep@gmail.com>
2038         * textmodes/org-publish.el (org-publish-timestamp-filename):
2039         Replace colon characters in filename too.
2041 2008-02-13  Bastien Guerry  <bzg@altern.org>
2043         * mail/rmail.el (rmail-header-name): New face.
2044         (rmail-font-lock-keywords): Use rmail-header-name.
2046         * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
2047         against X-Spam-Status header field.
2048         (rmail-spam-filter): Also check X-Spam-Status header field.
2050 2008-02-14  Mark A. Hershberger  <mah@everybody.org>
2052         * progmodes/flymake.el (flymake-allowed-file-name-masks):
2053         Add support for .pm files and .php files.
2054         (flymake-err-line-patterns): Add pattern for PHP errors.
2055         (flymake-php-init): New function.  PHP support for flymake.
2057         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2058         Add regular expression for PHP errors.
2060 2008-02-13  Michael Albinus  <michael.albinus@gmx.de>
2062         * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
2063         This DTRT even on w32 machines.
2064         (ange-ftp-cf1): Quote FILENAME.
2066 2008-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2068         * smerge-mode.el (smerge-auto-combine-max-separation): New var.
2069         (smerge-auto-combine): New fun.
2071 2008-02-12  Juri Linkov  <juri@jurta.org>
2073         * startup.el (fancy-startup-screen, normal-splash-screen):
2074         Set default-directory to command-line-default-directory.
2076         * desktop.el (after-init-hook): Set inhibit-startup-screen to t
2077         after reading the desktop.
2079         * progmodes/compile.el (compilation-auto-jump):
2080         Call compile-goto-error only when compilation-auto-jump-to-first-error
2081         is non-nil.
2082         (compilation-scroll-output): Replace :type 'boolean with a choice
2083         that has three options including a third option `first-error'.
2084         Doc fix.
2085         (compilation-start, compilation-forget-errors): Add an alternate
2086         condition comparing compilation-scroll-output with `first-error'
2087         in addition to compilation-auto-jump-to-first-error (to call
2088         compilation-auto-jump in the proper place).
2090 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2092         * international/mule.el (sgml-html-meta-auto-coding-function):
2093         Make sure the search limit is ahead.
2095         * tar-mode.el: Fix broken indentation.
2096         (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
2097         Use with-current-buffer.
2099 2008-02-12  Juanma Barranquero  <lekktu@gmail.com>
2101         * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
2102         it is already automatically buffer-local.
2104 2008-02-11  Drew Adams  <drew.adams@oracle.com>
2106         * help.el (describe-key): Join some split lines to facilitate filling.
2107         * help-fns.el (describe-function-1): Fill text of overlong lines.
2109 2008-02-12  Kenichi Handa  <handa@ni.aist.go.jp>
2111         * emacs-lisp/bytecomp.el (byte-compile-lapcode):
2112         Use unibyte-string instead of string-make-unibyte.
2114         * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
2116 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2118         * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
2119         works also for buffers w/o buffer-file-name.  Update callers.
2120         (doc-view-clone-buffer-hook): New fun.
2121         (doc-view-mode): Use it for indirect clones.  Mark the overlays with
2122         the `doc-view' property so they can be recognized.
2124         * simple.el (clone-indirect-buffer-hook): New hook.
2125         (clone-indirect-buffer): Run it.
2127 2008-02-11  Daiki Ueno  <ueno@unixuser.org>
2129         * epa.el (epa-menu-mode): Merge into epa-mode.
2130         (epa-menu-items): Rename the label "EasyPG Assistant" to
2131         "Encryption/Decryption".
2133         * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
2134         (epa-dired-mode-map): Rename from epa-dired-map.
2135         (epa-global-dired-mode): Rename the global minor mode.
2137 2008-02-11 Drew Adams  <drew.adams@oracle.com>
2139         * isearch.el (isearch-fail): New face.
2140         (isearch-message): Highlight failure part of input.
2142 2008-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2144         * ibuffer.el (ibuffer-header-line-format): New var.
2145         (ibuffer-mode): Set it instead of header-line-format.
2146         (ibuffer-update): Use it to set header-line-format.
2148         * international/mule-cmds.el (ucs-insert): Inherit surrounding
2149         properties like self-insert-command.
2151 2008-02-11  Drew Adams  <drew.adams@oracle.com>
2153         * progmodes/etags.el: Add many doc strings.
2155 2008-02-11  Jason Rumney  <jasonr@gnu.org>
2157         * ldefs-boot.el: Regenerated.
2159 2008-02-11  Glenn Morris  <rgm@gnu.org>
2161         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2162         Shorten some names.
2164         * ffap.el (ffap-rfc-directories): Add :version.
2166 2008-02-11  Chris Moore  <christopher.ian.moore@gmail.com>
2168         * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
2169         files, and backup files of same.
2171 2008-02-11  Kevin Ryde  <user42@zip.com.au>
2173         * ffap.el (ffap-rfc-directories): New variable.
2174         (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
2176         * info.el (Info-next-reference, Info-prev-reference)
2177         (Info-try-follow-nearest-node): Move to and follow https:// links too.
2179         * simple.el (completion-list-mode): Show full completion-list-mode-map
2180         in the docstring.
2182 2008-02-11  Sam Steingold  <sds@gnu.org>
2184         * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
2186 2008-02-11  Glenn Morris  <rgm@gnu.org>
2188         * startup.el (emacs-startup-time): New variable.
2189         (command-line): Set emacs-startup-time.
2191         * calendar/time-date.el (emacs-uptime): New function.
2193 2008-02-10  Bastien Guerry  <bzg@altern.org>
2195         * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
2196         (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
2197         it is nil.
2199 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
2201         * epg-config.el: Expand the contents of epg-package-info.el.
2202         (epg-package-name): New constant.
2203         (epg-version-number): New constant.
2204         (epg-bug-report-address): New constant.
2206         * epa-mail.el (epa-mail-mode): Add autoload cookie.
2207         (epa-global-mail-mode): New global minor mode.
2209         * epa-file.el (epa-file-mode): New global minor mode.
2211         * epa-dired.el (epa-dired-mode): New global minor mode.
2213         * epa.el (epa-menu): New variable.
2214         (epa-menu-items): New variable.
2215         (epa-menu-mode): New global minor mode.
2216         (epa-global-minor-modes): New user option.
2217         (epa-mode): New global minor mode.
2219 2008-02-10  Michael Albinus  <michael.albinus@gmx.de>
2221         * net/dbus.el: Remove `no-byte-compile' cookie.
2222         (dbus-call-method, dbus-register-signal, dbus-debug)
2223         (dbus-registered-functions-table): Declare them with
2224         `declare-function' or `defvar', respectively.
2225         (top): Don't assert any longer.  Require 'cl when compiling.
2226         Apply `ignore-errors' but `dbus-ignore-errors'.
2228 2008-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
2230         * diff-mode.el (diff-add-change-log-entries-other-window):
2231         Use add-change-log-entry.
2233 2008-02-09  Jason Rumney  <jasonr@gnu.org>
2235         * button.el (button-map):
2236         * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
2237         * ldefs-boot.el: Regenerate.
2239 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
2241         * epa.el (epa-faces, epa):
2242         * epa-file.el (epa-file):
2243         * epg-config.el (epg): Add :version.
2245 2008-02-09  Thien-Thi Nguyen  <ttn@gnuvola.org>
2247         * vc.el (vc-exec-after): Append CODE to previous fragments.
2248         (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
2249         take MESSAGES instead of VERBOSE; use it when non-nil.
2250         (vc-diff-internal): Compute messages once; use them;
2251         update call to vc-diff-finish.
2253 2008-02-09  Michael Olson  <mwolson@gnu.org>
2255         * net/tramp.el (tramp-process-sentinel): Avoid error when process
2256         buffer has been killed, such as by
2257         `tramp-cleanup-all-connections'.
2259 2008-02-09  Miles Bader  <miles@gnu.org>
2261         * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
2263 2008-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2265         * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
2266         splitter in context hunks.
2268 2008-02-08  Kenichi Handa  <handa@ni.aist.go.jp>
2270         * international/fontset.el (setup-default-fontset): Fix arabic otf
2271         font specification.
2273 2008-02-08  Daiki Ueno  <ueno@unixuser.org>
2275         * epa-dired.el:
2276         * epa-file.el:
2277         * epa-mail.el:
2278         * epa-setup.el:
2279         * epa.el:
2280         * epg-config.el:
2281         * epg-package-info.el:
2282         * epg.el: Initial check-in of EasyPG.
2284 2008-02-08  Glenn Morris  <rgm@gnu.org>
2286         * woman.el (woman-locale): New defcustom.
2287         (woman-expand-locale, woman-manpath-add-locales): New functions.
2288         (woman-manpath): Call woman-manpath-add-locales.  Bump :version.
2290         * international/mule-cmds.el (locale-translate): New function,
2291         with old code extracted from set-locale-environment.
2292         (set-locale-environment): Use locale-translate.  Set woman-locale.
2294         * cus-start.el (selection-coding-system): Remove, since it's now
2295         defined in select.el rather than in xselect.c.
2296         * select.el (selection-coding-system): Make it a defcustom, and
2297         add the properties from cus-start.el.  Bump :version.
2299         * custom.el (custom-theme-set-variables): Sort symbols that are
2300         dependencies before symbols that depend on them.
2301         (custom-enabled-themes): Set after custom-theme-directory.
2303         * pcmpl-unix.el (top-level): Move provide statement to end.
2304         (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
2305         `*' from doc-string.  Allow to be nil.
2306         (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
2307         Allow to be nil.  Add :version.
2308         (pcmpl-ssh-hosts): Move definition before use.  Handle lines
2309         without hostnames, and multiple hostnames per line.
2311         * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
2313 2008-02-08  Phil Hagelberg  <phil@evri.com>
2315         * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
2316         (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
2318 2008-02-07  Timo Savola  <timo.savola@iki.fi>
2320         * startup.el (command-line-x-option-alist): Add --parent-id.
2322         * term/x-win.el (x-handle-parent-id): New function.
2324 2008-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
2326         * mouse.el (x-fixed-font-alist): Use consistent capitalization for
2327         "Font Menu".
2329 2008-02-06  Michael Albinus  <michael.albinus@gmx.de>
2331         * net/dbus.el (dbus-interface-peer): New defconst.
2332         (dbus-ping): New defun.
2334 2008-02-06  Sam Steingold  <sds@gnu.org>
2336         * vc-hooks.el (vc-prefix-key): New user-customizable variable.
2338 2008-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2340         * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
2341         Just return nil and let the C code provide a fallback.
2343 2008-02-05  Glenn Morris  <rgm@gnu.org>
2345         * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
2346         tramp-flush-connection-property for removed 2nd argument.
2348 2008-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2350         * diff-mode.el (diff-add-change-log-entries-other-window):
2351         Rename from diff-create-changelog.  Change users.
2352         Minor change to hopefully work with plain diffs.
2353         (diff-mode-map): Add binding for it.
2355 2008-02-04  Dan Nicolaescu  <dann@ics.uci.edu>
2357         * diff-mode.el: Add new TODO entry.
2358         (diff-create-changelog): New function.
2359         (diff-mode-menu): Bind it.
2361 2008-02-04  Kenichi Handa  <handa@ni.aist.go.jp>
2363         * international/mule-diag.el (print-fontset-element): Handle the
2364         case of inhibiting the fallback fonts.
2366 2008-02-04  Kim F. Storm  <storm@cua.dk>
2368         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
2369         (ido-magic-delete-char): Use prefix arg.
2371 2008-02-03  Juanma Barranquero  <lekktu@gmail.com>
2373         * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
2374         because the latter is in fact a 1.2.8 build distributed with GTK+ (as
2375         of today, the most recent libpng is 1.2.24).
2377 2008-02-03  Michael Albinus  <michael.albinus@gmx.de>
2379         * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
2381         * net/dbus.el (top): Check (featurep 'dbusbind).
2383         * net/tramp.el (tramp-process-sentinel): New defun.
2384         (tramp-do-copy-or-rename-file-out-of-band)
2385         (tramp-maybe-open-connection): Use it as process sentinel.
2386         (tramp-handle-delete-directory): Don't use the "-f" option; it
2387         isn't portable.
2388         (tramp-handle-start-file-process): Echo `tramp-end-of-output'
2389         after the command.
2390         (tramp-handle-shell-command): Set `mode-line-process' in the
2391         asynchronous case.
2393         * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
2395         * net/tramp-fish.el (tramp-fish-maybe-open-connection):
2396         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
2397         Use `tramp-process-sentinel' as process sentinel.
2399 2008-02-02  Juanma Barranquero  <lekktu@gmail.com>
2401         * whitespace.el (global-whitespace-mode): Revert last change.
2402         (whitespace-unload-function): Force `global-whitespace-mode'
2403         to deactivate local modes in a slightly less intrusive way.
2405 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
2407         * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
2409 2008-02-02  Glenn Morris  <rgm@gnu.org>
2411         * international/latin1-disp.el (latin1-display):
2412         * progmodes/fortran.el (fortran-comment-indent-char):
2413         * progmodes/idlw-shell.el (top-level):
2414         * term/mac-win.el (mac-keyboard-translate-char):
2415         * whitespace.el (whitespace-char-valid-p):
2416         * wid-edit.el (widget-key-sequence-read-event):
2417         Use characterp rather than char-valid-p.
2419         * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
2420         to capitalized-find-word-boundary.  Doc fix.  Update callers.
2421         (capitalized-next-word-boundary-function-table): Rename to
2422         capitalized-find-word-boundary-function-table.  Doc fix.  Update users.
2424         * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
2425         string-to-int.
2427         * ps-def.el (declare-function): Add compatibility definition.
2428         (ps-plot-with-face, ps-plot-string): Declare as functions.
2429         (ps-bold-faces, ps-italic-faces): Declare variables.
2431         * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
2432         (ps-mule-end-job): Declare as functions.
2434         * wid-edit.el (widget-string-complete): Use assoc-string rather
2435         than assoc-ignore-case.
2437 2008-02-01  Chong Yidong  <cyd@stupidchicken.com>
2439         * progmodes/etags.el (next-file): Improve revert message.
2441 2008-02-01  Andreas Schwab  <schwab@suse.de>
2443         * loadup.el: Load language/burmese instead of language/myanmar.
2445 2008-02-01  Richard Stallman  <rms@gnu.org>
2447         * language/burmese.el: Rename from myanmar.el.
2448         ("Burmese"): Rename from "Myanmar".
2450 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
2452         * international/fontset.el (script-representative-chars): Add cham
2453         and tai-viet.
2454         (setup-default-fontset): Add iso10646-1 font for latin and ipa.
2455         Add fontconfig spec for cjk-misc.  Explicitly specify font font
2456         for U+E000..U+F8FF.
2458         * international/characters.el (script-list): Add cham.
2460         * language/cham.el: New file.
2462 2008-02-01  Mark A. Hershberger  <mah@everybody.org>
2464         * xml.el (xml-escape-string): Don't do any encoding changes on the
2465         string.
2467 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
2469         * language/ind-util.el (in-is13194-post-read-conversion):
2470         Delete unnecessary call of indian-compose-region.
2472 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2474         * ps-print.el: Some face attributes (like :strike-through) were not
2475         being recognised.  Reported by Leo <sdl.web@gmail.com>.
2476         (ps-print-version): New version 7.3.2.
2477         (ps-screen-to-bit-face): Fix code.  Call ps-face-strikout-p,
2478         ps-face-overline-p and ps-face-box-p functions.
2480         * ps-def.el (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p):
2481         New functions.
2483 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
2485         * international/fontset.el (font-encoding-alist): Add an entry for
2486         iso8859-16.
2487         (setup-default-fontset): Add iso8859-16 to latin.
2489         * descr-text.el (describe-char-display): Convert a GLYPH-CODE to a
2490         hexadigit string.
2491         (describe-char): Adjust for the above change.
2493 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
2495         * international/fontset.el (font-encoding-alist): Don't set the
2496         repertory of GB18030 fonts.
2498 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
2500         * language/indian.el: Set font-shape-text for all Indic characters
2501         in composition-function-table.
2503         * language/khmer.el: New file.
2505         * language/myanmar.el: New file.
2507         * loadup.el: Load "language/khmer" and "language/myanmar".
2509 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
2511         * international/fontset.el (setup-default-fontset): Fix lao OTF
2512         script name.
2514 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
2516         * composite.el (terminal-composition-modification): Delete it.
2518 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
2520         * international/fontset.el (x-complement-fontset-spec):
2521         Complement size too.
2523 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
2525         * international/fontset.el (font-encoding-charset-alist):
2526         Initialize it.
2527         (otf-script-alist): Fix typo of canadian-aboriginal.
2528         (setup-default-fontset): Specify font-specs for many more scripts.
2529         (x-complement-fontset-spec): Change the first argument to a
2530         font-spec object.
2531         (create-fontset-from-fontset-spec): Adjust for the above change.
2533 2008-02-01  Kenichi Handa  <handa@m17n.org>
2535         * language/devanagari.el: Register font-shape-text in
2536         composition-function-table.
2538         * language/tibetan.el: Register font-shape-text in
2539         composition-function-table.
2541         * language/thai-util.el (thai-composition-function): Fix arguments.
2543         * language/tamil.el: Register font-shape-text in
2544         composition-function-table.
2546         * language/malayalam.el: Register font-shape-text in
2547         composition-function-table.
2549         * language/lao.el: Register font-shape-text in
2550         composition-function-table.
2552         * language/kannada.el: Register font-shape-text in
2553         composition-function-table.
2555         * language/european.el (diacritic-composition-function): Fix arguments.
2557         * language/ethio-util.el (ethio-composition-function): Fix arguments.
2559         * language/tv-util.el (tai-viet-composition-function): Fix arguments.
2561         * composite.el (composition-function-table): Fix docstring.
2562         (terminal-composition-function): Fix arguments.
2563         (auto-compose-current-font): Delete it.
2564         (auto-compose-chars): Adjust for the change of
2565         composition-function-table.
2567 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
2569         * international/fontset.el (font-encoding-alist): Add the entry of
2570         "unicode-bmp".
2572 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
2574         * composite.el (auto-compose-chars): Be sure to calculate
2575         composition at least at POS.
2577 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2579         * printing.el: Fix pr-interface-map initialization code.
2580         (pr-version): New version 6.9.3.
2581         (pr-f-set-keymap-parents): Replace by pr-set-keymap-parents.
2582         (pr-f-set-keymap-name): Replace by pr-set-keymap-name.
2583         (pr-f-read-string): Replace by pr-read-string.
2584         (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string):
2585         New function name.
2586         (pr-interactive-n-up, pr-interactive-regexp): Code fix.
2588 2008-02-01  Kenichi Handa  <handa@m17n.org>
2590         * language/tv-util.el (tai-viet-re): Include '-'.
2591         (tai-viet-glyph-info): Handle '-'.
2593 2008-02-01  Kenichi Handa  <handa@m17n.org>
2595         * descr-text.el (describe-char): Handle a composition of the new
2596         format.  Show font name.
2598 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
2600         * language/tibet-util.el (tibetan-composition-function): Use
2601         font-shape-text if auto-compose-current-font is non-nil.
2603         * language/tibetan.el: Fix the range for recording
2604         tibetan-composition-function in composition-function-table.
2606         * language/mlm-util.el (malayalam-composition-function): Use
2607         font-shape-text if auto-compose-current-font is non-nil.
2609         * international/mule-conf.el: Flag many charsets as supplementary.
2611         * international/mule.el (define-charset): Update the docstring for
2612         :supplementary-p.
2614         * international/fontset.el (setup-default-fontset): Add OpenType
2615         fonts for malayalam and tibetan.
2617 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
2619         * international/fontset.el (x-complement-fontset-spec): Use font-spec.
2621 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
2623         * international/fontset.el (otf-script-alist): Make all otf tags
2624         4-letters.
2625         (setup-default-fontset): Add OpenType fonts for devanagari and tamil.
2627         * language/tml-util.el (tamil-composition-function): Use
2628         font-shape-text if auto-compose-current-font is non-nil.
2630         * language/devan-util.el (devanagari-composition-function): Use
2631         font-shape-text if auto-compose-current-font is non-nil.
2633         * composite.el (auto-compose-chars): Change argument font-object
2634         to window.
2636 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2638         * ps-print.el (ps-lpr-switches): Docstring fix.
2639         (ps-string-list): New function.
2640         (ps-do-despool): Code fix.
2642 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
2644         * international/utf-7.el (utf-7-imap-post-read-conversion)
2645         (utf-7-imap-pre-write-conversion): New functions.
2647         * international/mule-conf.el (utf-7-imap): New coding system.
2649 2008-02-01  Kenichi Handa  <handa@m17n.org>
2651         * term/x-win.el (x-selection-value): If x-select-request-type is
2652         nil, try also STRING at last.
2653         (x-select-request-type): Doc fix for the change of x-selection-value.
2655         * select.el (selection-coding-system, next-selection-coding-system):
2656         Move declarations from xselect.c.
2657         (x-get-selection): Decode by selection-coding-system if it is non-nil.
2658         If it is nil, decode by a proper coding system.  Handle C_STRING.
2659         (ccl-check-utf-8, string-utf-8-p): Delete them.
2660         (xselect-convert-to-string): Fix determining data-type in the case
2661         that TEXT is requested.  Don't use selection-coding-system if it's
2662         not proper for the data-type.
2664 2008-02-01  Kenichi Handa  <handa@m17n.org>
2666         * term/x-win.el (x-selection-value): If x-select-request-type is
2667         nil, simply try UTF8_STRING and COMPOUND-TEXT in this order.
2669 2008-02-01  Jason Rumney  <jasonr@gnu.org>
2671         * term/w32-win.el (w32-initialize-window-system): Use t, not nil
2672         to signify default fontset.
2674 2008-02-01  Kenichi Handa  <handa@m17n.org>
2676         * international/mule-cmds.el (describe-language-environment):
2677         Check if the specified input method exists or not.
2679 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2681         * ps-print.el (ps-begin-job): Error if ps-lpr-switches is not a list.
2682         (ps-face-background-name): Remove this function.  It's already defined
2683         in ps-def.el file.
2685 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2687         * ps-print.el: Eliminate the check if ps-print was running on Lucid or
2688         Epoch emacsen.
2690 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2692         * ps-print.el: Now detect if text foreground and background colors are
2693         equals and replace the foreground color by another color, so the text
2694         becomes visible.  Doc fix.
2695         (ps-print-version): New version 7.3.
2696         (ps-default-fg, ps-default-bg): Docstring fix.
2697         (ps-fg-list, ps-fg-validate-p): New options.
2698         (ps-foreground-list): New variable.
2699         (ps-generate-header-line): Replace fboundp by functionp.
2700         (ps-setup, ps-begin-job, ps-plot-region): Fix code.
2702 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2704         * printing.el: Pacify byte compiler, that is, no compiler warnings.
2705         Move (again) some variable definitions before use, define some
2706         function aliases, no code change.
2707         (pr-version): New version 6.9.2.
2708         (pr-path-style, pr-auto-region, pr-menu-char-height)
2709         (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
2710         (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
2711         via (defvar VAR).
2712         (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
2713         (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
2714         (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
2715         (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
2716         (pr-f-set-keymap-parents, pr-keep-region-active): Function aliases.
2717         (pr-menu-print-item, pr-ps-printer-menu-modified)
2718         (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
2719         (pr-even-or-odd-alist): Move variable definitions.
2721 2008-02-01  Kenichi Handa  <handa@m17n.org>
2723         * language/chinese.el (cp936): Delete duplicated alias.
2725         * international/mule-diag.el (list-block-of-chars): Don't insert
2726         non-Unicode characters.
2728 2008-02-01  Jason Rumney  <jasonr@gnu.org>
2730         * loadup.el [windows-nt]: Don't load code-pages and ccl.
2731         * term/w32-win.el: Don't require code-pages.
2733 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2735         Fix up multi-tty merge.
2737         * version.el (emacs-version): Bump to 23.0.60.
2739         * term/x-win.el (x-initialize-window-system): Don't try to create
2740         a fontset from a font-specification anymore.  This was removed on the
2741         unicode branch and mistakenly re-added by the multi-tty merge.
2743         * term/w32-win.el: Remove duplicate code that's now in
2744         w32-initialize-window-system.
2745         (w32-initialize-window-system): Don't try to create a fontset from
2746         a font-specification anymore.  This was removed on the unicode branch
2747         and mistakenly re-added by the multi-tty merge.
2749         * term/mac-win.el: Remove duplicate top-level code.
2751         * language/ethio-util.el:
2752         * international/characters.el: Use utf-8 rather than utf-8-emacs
2753         since it works as well and has the advantage of working with
2754         non-unicode versions of Emacs.
2756         * international/encoded-kb.el (encoded-kbd-setup-display): Use the new
2757         multi-tty code, which includes the previous local change.
2759 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2761         * ps-print.el (ps-print-version): New version 7.2.5.
2762         (ps-background, ps-begin-file, ps-build-reference-face-lists):
2763         Use `mapc' rather than `mapcar'.
2765 2008-02-01  Kenichi Handa  <handa@m17n.org>
2767         * skeleton.el (skeleton-internal-1): Use integerp and stringp
2768         instead of char-or-string-p to catch -1.
2770 2008-02-01  Kenichi Handa  <handa@m17n.org>
2772         * international/mule-cmds.el (inactivate-input-method):
2773         Set input-method-function to nil before calling
2774         inactivate-current-input-method-function.
2776 2008-02-01  Kenichi Handa  <handa@m17n.org>
2778         * play/gamegrid.el (gamegrid-setup-default-font): Calculate a font
2779         height that doesn't exceed the requested height by rounding off.
2781 2008-02-01  Andreas Schwab  <schwab@suse.de>
2783         * international/mule-diag.el (print-fontset-element):
2784         Use fontp only if defined.
2786 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2788         * ps-mule.el (ps-mule-prepare-font, ps-mule-encode-region)
2789         (ps-mule-plot-composition, ps-mule-encode-header-string): Docstring fix.
2790         (ps-mule-prologue-generated): Code fix.
2792 2008-02-01  Kenichi Handa  <handa@m17n.org>
2794         * dnd.el (dnd-get-local-file-name): Call replace-regexp-in-string
2795         with FIXEDCASE t.
2797 2008-02-01  Kenichi Handa  <handa@m17n.org>
2799         * international/mule-diag.el (print-fontset-element): Fix for the
2800         format change of a fontset element for font-backend feature.
2802 2008-02-01  Kenichi Handa  <handa@m17n.org>
2804         * descr-text.el (describe-char): Fix for the case that a component
2805         character is TAB.
2807 2008-02-01  Kenichi Handa  <handa@m17n.org>
2809         * international/mule-cmds.el (select-safe-coding-system-interactively):
2810         Fix printing of rejected and unsafe coding-systems.
2812         * international/fontset.el (setup-default-fontset): Add tai-viet.
2814         * international/characters.el: Setup syntax/category table for Tai Viet.
2815         (script-list): Add tai-viet.
2817         * loadup.el: Load "language/tai-viet".
2819         * language/tai-viet.el: New file.
2821         * language/tv-util.el: New file.
2823 2008-02-01  Jason Rumney  <jasonr@gnu.org>
2825         * faces.el (font-weight-table): Use defaults on w32 that match
2826         LOGFONT.lfWeight.
2828         * term/w32-win.el: Don't create fontset from command-line font.
2830 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
2832         * international/mule-cmds.el (toggle-enable-multibyte-characters)
2833         (sort-coding-systems, search-unencodable-char): Doc fixes.
2834         (default-input-method, input-method-verbose-flag)
2835         (input-method-highlight-flag): Remove * in defcustom's docstrings.
2836         (exit-language-environment-hook, set-default-coding-systems)
2837         (coding-system-change-eol-conversion, prefer-coding-system)
2838         (find-multibyte-characters, leim-list-entry-regexp)
2839         (set-input-method, input-method-exit-on-first-char, princ-list)
2840         (locale-language-names, locale-charset-language-names)
2841         (define-char-code-property): Fix typos in docstrings.
2843 2008-02-01  Kenichi Handa  <handa@m17n.org>
2845         * disp-table.el (make-glyph-code, glyph-char, glyph-face):
2846         Fix for a new character code space (22-bit).
2848 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
2850         * printing.el (pr-ps-fast-fire): Fix typos in docstring.
2852 2008-02-01  Kenichi Handa  <handa@m17n.org>
2854         * international/characters.el: Add more cases/syntaxes from Latin
2855         characters.
2857 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2859         * ps-def.el (installation-directory): Must be initialized when defining
2860         it in XEmacs.
2861         (coding-system-for-read): Eliminate duplicated definition.
2863 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2865         * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
2867 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2869         * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
2870         (ps-print-emacs-type): Eliminate variable.
2871         (ps-setup): Remove ps-print-emacs-type.  Print which Emacsen is
2872         running ps-print package.
2874         * ps-def.el: Replace (defvar VAR nil) by (defvar VAR).
2875         (ps-frame-parameter): Replace defun by defalias.
2876         (mark-active): Eliminate defvar.
2878         * ps-samp.el (ps-prsc, ps-c-prsc, ps-s-prsc): Eliminate macros.
2879         (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
2880         (ps-jts-ps-setup): Replace macros by vector key definition.
2882 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2884         * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
2885         * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
2886         * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
2887         * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
2888         * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
2889         * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
2890         New command actions for EPS header and EPS footer.
2892         * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
2893         footer.  Fix some problems with one-or-more, zero-or-more and
2894         alternative constructions generation.  Some implementation of log
2895         messages.  Doc fix.
2896         (ebnf-version): New version 4.4.
2897         (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
2898         (ebnf-eps-footer, ebnf-log): New options.
2899         (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
2900         (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
2901         (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
2902         (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
2903         (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New functions.
2904         (ebnf-style-custom-list, ebnf-style-database): Put new values.
2905         (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
2906         (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
2907         (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
2908         (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
2909         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
2910         (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
2911         (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
2912         (ebnf-non-terminal-dimension, ebnf-special-dimension)
2913         (ebnf-terminal-dimension1, ebnf-repeat-dimension)
2914         (ebnf-except-dimension, ebnf-alternative-dimension)
2915         (ebnf-optional-dimension, ebnf-one-or-more-dimension)
2916         (ebnf-zero-or-more-dimension, ebnf-sequence-dimension):
2917         Insert log message function.
2918         (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
2919         (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
2920         (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
2921         (ebnf-terminal-dimension1, ebnf-alternative-dimension)
2922         (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
2923         (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
2924         (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
2925         compatibility with Emacs 20 & 21.
2926         (ebnf-eps-header-comment, ebnf-eps-footer-comment)
2927         (ebnf-eps-file-alist, ebnf-basic-width-extra)
2928         (ebnf-basic-empty-height): New variables.
2929         (ebnf-prologue): Fix PostScript code.
2930         (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
2931         (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
2932         (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
2933         (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
2935 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2937         * printing.el: Group together all XEmacs/Emacs definitions.
2938         (pr-version): New version 6.9.
2939         (pr-global-menubar, pr-menu-char-height, pr-menu-char-width):
2940         New functions.
2941         (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
2942         (pr-menu-bind): Fix code.
2943         (pr-e-frame-char-height, pr-e-frame-char-width)
2944         (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
2945         (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
2946         (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
2947         (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
2948         (pr-x-event-y-pixel): Eliminate aliases.
2949         (pr-xemacs-global-menubar): Move macro.
2950         (current-menubar, current-mouse-event, zmacs-region-stays)
2951         (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
2952         (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
2953         Move variables.
2954         (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
2955         (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
2956         (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
2957         (pr-menu-set-utility-title, pr-even-or-odd-pages)
2958         (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
2959         (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name):
2960         Move functions.
2962 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2964         * ps-print.el: The ps-print commands without face printing should not
2965         print background color.  Reported by Leo <sdl.web@gmail.com>.
2966         (ps-print-version): New version 7.2.2.
2967         (ps-begin-job): New arg.  Fix ps-default-background and
2968         ps-default-foreground initialization.
2969         (ps-face-attributes): Fix doc string.
2970         (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
2972         * printing.el: Fix ps-print link.
2974 2008-02-01  Kenichi Handa  <handa@m17n.org>
2976         * international/mule-diag.el (list-character-sets-2): Don't print width.
2978 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2980         * ps-print.ps: Fix background height.
2981         (ps-print-version): New version 7.2.1.
2983 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2985         * ps-print.el: Split XEmacs/Emacs definitions and sample setup code
2986         into separate files.
2987         (ps-print-version): New version 7.2.
2988         (ps-postscript-code-directory): Fix XEmacs initialization.
2989         (ps-generate-postscript-with-faces):
2990         Call ps-generate-postscript-with-faces1 (new function).
2991         (ps-color-format, ps-float-format): Move variables to ps-def.el.
2992         (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
2993         (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
2994         (ps-face-background-name, ps-frame-parameter, ps-color-device)
2995         (ps-color-values, ps-face-bold-p, ps-face-italic-p):
2996         Move functions to ps-def.el.
2997         (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
2998         (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
2999         (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
3000         (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
3001         (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
3002         (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
3003         Move functions to ps-samp.el.
3005         * ps-bdf.el (installation-directory, coding-system-for-read):
3006         Move variables to ps-def.el.
3008         * ps-mule.el (leading-code-private-22): Move variables to ps-def.el.
3009         (charset-bytes, charset-dimension, charset-id, charset-width)
3010         (find-charset-region, char-width, chars-in-region, forward-point)
3011         (decompose-composite-char, encode-coding-string, coding-system-p)
3012         (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
3013         (string-make-multibyte, encode-char): Move functions to ps-def.el.
3015         * ps-def.el: New file.  XEmacs/Emacs definitions.
3016         (ps-generate-postscript-with-faces1): New function.
3017         (ps-color-format, ps-float-format): Move variables from ps-print.el.
3018         (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
3019         (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
3020         (ps-face-background-name, ps-frame-parameter, ps-color-device)
3021         (ps-color-values, ps-face-bold-p, ps-face-italic-p):
3022         Move functions from ps-print.el.
3023         (installation-directory, coding-system-for-read):
3024         Move variables from ps-bdf.el.
3025         (leading-code-private-22): Move variable from ps-mule.el.
3026         (charset-bytes, charset-dimension, charset-id, charset-width)
3027         (find-charset-region, char-width, chars-in-region, forward-point)
3028         (decompose-composite-char, encode-coding-string, coding-system-p)
3029         (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
3030         (string-make-multibyte, encode-char): Move functions from ps-mule.el.
3032         * ps-samp.el: New file.  Sample setup code.
3033         (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
3034         (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
3035         (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
3036         (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
3037         (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
3038         (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
3039         Move functions from ps-print.el.
3041 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3043         * ps-print.el: Handle frame parameters (background and/or foreground
3044         colors) changing dynamically.  Reported by Leo <sdl.web@gmail.com>.
3045         (ps-print-version): New version 7.1.
3046         (ps-x-frame-property, ps-e-frame-parameter): New aliases.
3047         (ps-frame-parameter): New function.
3048         (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
3049         Fix doc and customization.
3050         (ps-begin-job): Get frame parameters (background and/or foreground
3051         colors).
3052         (ps-do-despool): Ensure ps-printer-name has a valid value.
3054 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3056         * progmodes/ebnf-abn.el:
3057         * progmodes/ebnf-bnf.el:
3058         * progmodes/ebnf-dtd.el:
3059         * progmodes/ebnf-ebx.el:
3060         * progmodes/ebnf-iso.el:
3061         * progmodes/ebnf-otz.el:
3062         * progmodes/ebnf-yac.el:
3063         * progmodes/ebnf2ps.el:
3064         * delim-col.el:
3065         * printing.el:
3066         * ps-bdf.el:
3067         * ps-mule.el:
3068         * ps-print.el: Remove 'Time-stamp' comment mark.
3070         * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
3071         'easy-menu-add-item' when called in Emacs 21 or higher.
3073 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3075         * ps-print.el : Fix doc.
3076         (ps-print-version): New version 7.0.
3078 2008-02-01  Kenichi Handa  <handa@m17n.org>
3080         * mail/emacsbug.el (report-emacs-bug): Insert also the value of
3081         XMODIFIERS.
3083 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3085         * ps-print.el: Fix maintainer email.  Eliminate function declaration
3086         that kept compatibility with older Emacs version.
3087         (ps-print-version): New version 6.7.
3089 2008-02-01  Kenichi Handa  <handa@m17n.org>
3091         * international/quail.el (quail-get-translations):
3092         Make quail-current-key multibyte if not yet done.
3094 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3096         * language/chinese.el ("Chinese-GBK"): Add tutorial.
3097         ("Chinese-GB18030"): Add sample-text and tutorial.
3099         * international/fontset.el (font-encoding-alist)
3100         (setup-default-fontset): Add gb18030.
3101         (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
3102         (charset-script-alist): Add gbk and gb18030.
3104         * international/characters.el: Put property
3105         preferred-coding-system on gbk and gb18030.
3107         * international/mule-cmds.el (locale-language-names): Add an entry
3108         for "zh_CN.UTF-8" and change "chs" to "Chinese-GBK".
3110         * faces.el (face-font-registry-alternatives): Add gb18030.
3112 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3114         * ps-mule.el: Fix maintainer email.
3116 2008-02-01  Kenichi Handa  <handa@m17n.org>
3118         * international/quail.el (quail-insert-kbd-layout): Check the
3119         length of (cdr translation).
3120         (quail-get-current-str): Check the length of (cdr def).
3122 2008-02-01  Kenichi Handa  <handa@m17n.org>
3124         * ruler-mode.el (ruler-mode-ruler): Make the string `ruler' multibyte.
3126 2008-02-01  Kenichi Handa  <handa@m17n.org>
3128         * international/mule-cmds.el (ucs-insert): Re-implement.
3130 2008-02-01  Kenichi Handa  <handa@m17n.org>
3132         * composite.el (terminal-composition-modification): New function.
3133         (terminal-composition-function): Create composition with the above
3134         modification function.
3136 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3138         * international/characters.el: Add more full-width characters in
3139         char-width-table.
3141 2008-02-01  Kenichi Handa  <handa@m17n.org>
3143         * international/fontset.el (create-fontset-from-fontset-spec):
3144         Fix script name handling.
3146 2008-02-01  Kenichi Handa  <handa@m17n.org>
3148         * composite.el (terminal-composition-function): New function.
3149         (terminal-composition-function-table): New variable.
3150         (auto-compose-chars): If running on a terminal, use
3151         terminal-composition-function-table.
3153         * loadup.el: Load "composite" after "international/characters".
3155         * international/characters.el: Delete codes for setting up charset
3156         property nospace-between-words.  Fix setting up of
3157         char-width-table.  Don't make ethiopic and tibetan double column.
3159         * textmodes/fill.el (fill-find-break-point-function-table):
3160          Don't set it up in defvar.
3161         (fill-nospace-between-words-table): New variable.
3162         (fill-delete-newlines): Check fill-nospace-between-words-table
3163         instead of charset property nospcae-between-words.
3165 2008-02-01  Kenichi Handa  <handa@m17n.org>
3167         * composite.el (global-auto-composition-mode): Make the initial
3168         value not depend on emacs-basic-display.
3170         * textmodes/fill.el: Don't use charset property
3171         `fill-find-break-point-function'.
3172         (fill-find-break-point-function-table): New variable.
3173         (fill-find-break-point): Lookup fill-find-break-point-function-table.
3175 2008-02-01  Kenichi Handa  <handa@m17n.org>
3177         * international/mule.el (coding-system-list): Be sure to exclude
3178         subsidiary coding systems.
3180 2008-02-01  Kenichi Handa  <handa@m17n.org>
3182         * composite.el (auto-composition-after-change)
3183         (toggle-auto-composition): Remove `auto-composed' property instead
3184         of setting it to nil.
3186 2008-02-01  Kenichi Handa  <handa@m17n.org>
3188         * language/misc-lang.el (iso-8859-6): New coding system.
3190 2008-02-01  Kenichi Handa  <handa@m17n.org>
3192         * dnd.el (dnd-get-local-file-name): Give a unibyte string to
3193         replace-regexp-in-string as replacement.
3195 2008-02-01  Kenichi Handa  <handa@m17n.org>
3197         * international/fontset.el (otf-script-alist): Add byzm, math,
3198         musc, and nko.
3200         * international/characters.el (script-list): Add nko,
3201         byzantine-musical-symbol, musical-symbol, and mathematical.
3203 2008-02-01  Kenichi Handa  <handa@m17n.org>
3205         * composite.el (auto-compose-current-font): New variable.
3206         (auto-compose-chars): New arg FONT-OBJECT.
3208 2008-02-01  Kenichi Handa  <handa@m17n.org>
3210         * international/characters.el: Modify category-table and
3211         script-table for new Ethiopic character range.
3213 2008-02-01  Kenichi Handa  <handa@m17n.org>
3215         * international/mule-cmds.el (set-language-environment-fontset):
3216         Delete it.
3218 2008-02-01  Kenichi Handa  <handa@m17n.org>
3220         * international/fontset.el (otf-script-alist): Set it.
3222 2008-02-01  Kenichi Handa  <handa@m17n.org>
3224         * international/fontset.el (font-encoding-alist):
3225         Fix for "ethiopic-unicode".
3227 2008-02-01  Kenichi Handa  <handa@m17n.org>
3229         * international/fontset.el (script-representative-chars):
3230         Add an entry for latin script.
3232 2008-02-01  Kenichi Handa  <handa@m17n.org>
3234         * faces.el (font-weight-table): Treat regular and normal as the
3235         same as medium.
3236         (font-slant-table): Add (roman . 100).
3238 2008-02-01  Kenichi Handa  <handa@m17n.org>
3240         These changes are for the new font handling codes.
3242         * faces.el (font-weight-table, font-slant-table)
3243         (font-swidth-table): New customizable variables.
3245         * international/fontset.el (font-encoding-alist): Add koi8-4.
3246         (script-representative-chars): Set the default value.
3247         (create-fontset-from-x-resource): Delete `message'.
3249 2008-02-01  Kenichi Handa  <handa@m17n.org>
3251         * tar-mode.el (tar-untar-buffer, tar-summarize-buffer):
3252         Call set-buffer-multibyte with arg `to'.
3254 2008-02-01  Kenichi Handa  <handa@m17n.org>
3256         * info.el (Info-fontify-node): Check if already fontified or not
3257         by next-single-property-change.
3259 2008-02-01  Kenichi Handa  <handa@m17n.org>
3261         * international/mule.el (ctext-pre-write-conversion): Produce
3262         extra designation sequence for ASCII at the end off extended segment.
3264 2008-02-01  Kenichi Handa  <handa@m17n.org>
3266         * international/mule.el (ctext-non-standard-encodings-table):
3267         Reverse the returning list.
3268         (ctext-pre-write-conversion): Fix encoding with extended segments.
3270         * international/mule-conf.el (compound-text)
3271         (compound-text-with-extensions): Add long-form in :flags.
3273 2008-02-01  Kenichi Handa  <handa@m17n.org>
3275         * international/fontset.el (create-fontset-from-fontset-spec): Fix
3276         regexp for paring FONTSET-SPEC (allow spaces after `:').
3278 2008-02-01  Kenichi Handa  <handa@m17n.org>
3280         * international/fontset.el (create-fontset-from-fontset-spec): Fix
3281         for the case that a charset is specified as target.
3283 2008-02-01  Kenichi Handa  <handa@m17n.org>
3285         * international/ccl.el (ccl-embed-string): Check string length.
3286         Set special flag for multibyte character sequence.
3287         (ccl-compile-write-string, ccl-compile-write-repeat): Don't make
3288         str unibyte.
3289         (ccl-compile-write): If the character code doesn't fit in 22-bit
3290         (ccl-dump-write-const-string): Check special flag for multibyte
3291         character sequence.
3293 2008-02-01  Kenichi Handa  <handa@m17n.org>
3295         * ps-mule.el (ps-mule-eight-bit-char): Delete this function.
3296         (ps-mule-encode-region, ps-mule-plot-composition): Don't use
3297         ps-mule-eight-bit-char.
3299 2008-02-01  Kenichi Handa  <handa@m17n.org>
3301         * language/chinese.el ("Chinese-BIG5"):
3302         Set ctext-non-standard-encodings property to "big5-0".
3304         * international/mule.el (ctext-non-standard-encodings):
3305         Initialize to nil.
3306         (ctext-non-standard-encodings-alist): Set charset `big5' in the
3307         entry for "big5-0".
3308         (ctext-non-standard-encodings-table): Return a list instead of
3309         char-table.
3310         (ctext-pre-write-conversion): Adjust for the above change.
3312 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3314         * international/mule.el (ctext-non-standard-encodings-alist):
3315         Add an entry for gbk-0.
3316         (ctext-post-read-conversion): Use multibyt-char-to-unibyte to read
3317         a row 8-bit.
3319         * language/chinese.el ("Chinese-GBK"):
3320         Set ctext-non-standard-encodings property to "gbk-0".
3321         Add sample-text property.
3323 2008-02-01  Kenichi Handa  <handa@m17n.org>
3325         * international/kkc.el (kkc-region): Use
3326         this-single-command-raw-keys on pushing back an unhandled key sequence.
3328 2008-02-01  Kenichi Handa  <handa@m17n.org>
3330         * international/encoded-kb.el (encoded-kbd-mode):
3331         Check saved-input-mode on turning off Encoded Kbd mode.
3333         * composite.el (auto-composition-after-change): Use save-buffer-state.
3334         (turn-on-auto-composition-if-enabled): Don't turn on
3335         auto-composition-mode in a unibyte buffer.
3337 2008-02-01  Kenichi Handa  <handa@m17n.org>
3339         * startup.el (command-line): Use custom-reevaluate-setting for
3340         global-auto-composition-mode.
3342         * composite.el (auto-composition-function): Make it buffer local.
3343         (auto-composition-mode): New minor mode.
3344         (turn-on-auto-composition-if-enabled): New function.
3345         (global-auto-composition-mode): New global minor mode.
3347 2008-02-01  Kenichi Handa  <handa@m17n.org>
3349         * descr-text.el (describe-char): Use insert-text-button instead of
3350         widget-create for "customize what to show" button.
3352 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
3354         * language/ethiopic.el: Fix copyright.
3355         (composition-function-table): Support a new character in Unicode 4.1.
3357         * language/ethio-util.el (ethio-fidel-to-tex-buffer)
3358         (ethio-tex-to-fidel-buffer, ethio-composition-function)
3359         ("ethiopic-tex"): Support new characters in Unicode 4.1.
3361 2008-02-01  Kenichi Handa  <handa@m17n.org>
3363         * international/characters.el: Register characters in
3364         auto-fill-chars.  Put nospace-between-words to more charsets.
3366 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3368         * international/mule-cmds.el (locale-language-names): Add entries
3369         for zh_CN.GB2312, zh_CN.GBK, and zh_CN.GB18030.
3370         (locale-preferred-coding-systems): Fix entries for Chinese locales.
3372 2008-02-01  Kenichi Handa  <handa@etlken>
3374         * international/utf-7.el: Delete the definition of utf-7.
3375         (utf-7-post-read-conversion, utf-7-pre-write-conversion):
3376         Add autoload cookies.
3378 2008-02-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3380         * term/mac-win.el: Delete the code to create a fontset from the X
3381         resource "Font".
3383 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
3385         * international/robin.el (robin-define-package): Be sure to call
3386         put-char-code-property.
3388 2008-02-01  Kenichi Handa  <handa@m17n.org>
3390         * language/korean.el (iso-2022-kr): Set :suitable-for-keyboard
3391         property to 1.
3393         * international/mule-conf.el (cp1125): Set :ascii-compatible-p
3394         property to t.
3396         * international/mule.el (coding-system-get):
3397         Check `ascii-incompatible' for backward compatiblity.
3398         (set-file-name-coding-system): Signal an error for a coding system
3399         not suitable for file name.
3400         (set-keyboard-coding-system): Signal an error for a coding system
3401         not suitable for keyboard.
3403         * language/chinese.el (iso-2022-cn, iso-2022-cn-ext):
3404         Set :suitable-for-keyboard property to 1.
3406         * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
3407         (iso-2022-jp-2004): Set :suitable-for-keyboard property to 1.
3409         * language/vietnamese.el (vietnamese-viscii, vietnamese-vscii)
3410         (vietnamese-tcvn): Set :suitable-for-file-name property to t.
3412 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
3414         * international/robin.el (robin-define-package): Delete redundant code.
3415         (robin-add-rule): Allow N-1 reverse conversion.
3417 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
3419         * international/robin.el (robin-define-package): Make the
3420         expanded form shorter.
3422 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3424         * language/chinese.el (chinese-iso-8bit): Fix mime-charset of
3425         chiense-iso-8bit.
3427 2008-02-01  Kenichi Handa  <handa@m17n.org>
3429         * loadup.el: If we are byte-compiling unidata-gen.el or running
3430         unidata-ge-files, set purify-flag to nil.
3432 2008-02-01  Kenichi Handa  <handa@m17n.org>
3434         * loadup.el: Load international/charprop.el with NOERROR t.
3436         * Makefile.in (AUTOGENEL): Add charprop.el and uni-*.el.
3438 2008-02-01  Kenichi Handa  <handa@m17n.org>
3440         * term/mac-win.el (mac-centraleurroman, mac-cyrillic):
3441         New charsets and coding systems.
3442         (mac-symbol, mac-dingbats): New charsets.
3444 2008-02-01  Kenichi Handa  <handa@m17n.org>
3446         * international/characters.el: Set syntax of NBSP to punctuation.
3448 2008-02-01  Kenichi Handa  <handa@m17n.org>
3450         * international/mule-cmds.el: Don't require wid-edit.
3452 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
3454         * international/robin.el: New file.
3456         * language/ethiopic.el: Change encoding to utf-8-emacs.
3457         Register ethio-composition-function in composition-function-table.
3458         ("Ethiopic"): Change coding-systems to utf-8-emacs.
3460         * language/ethio-util.el: Change encoding to utf-8-emacs.
3461         Rewrite all transliteration functions to use robin.el.
3462         (ethio-fidel-to-sera-map, ethio-fidel-to-tex-map)
3463         (ethio-sera-to-fidel-table, ethio-implicit-period-conversion)
3464         (ethio-prefer-ascii-punctuation): Delete variables.
3465         (ethio-char-to-ethiocode, ethio-convert-digit)
3466         (ethio-ethiocode-to-char, ethio-fidel-to-sera-mail)
3467         (ethio-fidel-to-sera-mail-or-marker, ethio-lone-consonant-p)
3468         (ethio-sera-to-fidel-english, ethio-sera-to-fidel-ethio)
3469         (ethio-sera-to-fidel-mail, ethio-sera-to-fidel-mail-or-marker)
3470         (ethio-tilde-escape, ethio-toggle-punctuation): Delete functions.
3471         (ethio-adjust-robin, ethio-composition-function)
3472         (ethio-get-consonant, ethio-prefer-amharic, ethio-process-digits)
3473         (ethio-sera-to-fidel-region-ethio)
3474         (ethio-sera-to-fidel-region-noethio)
3475         (ethio-use-colon-for-colon, ethio-use-three-dot-question):
3476         New functions.
3478 2008-02-01  Miles Bader  <miles@gnu.org>
3480         * international/mule.el (auto-coding-regexp-alist)
3481         (ctext-pre-write-conversion): Replace embedded control characters
3482         with octal escapes; this prevents diff from thinking the file is binary.
3484 2008-02-01  Miles Bader  <miles@gnu.org>
3486         * descr-text.el (describe-char-unidata-list):
3487         * emacs-lisp/bytecomp.el (byte-compile-fix-header)
3488         (byte-compile-insert-header):
3489         * international/mule.el (charset-list, set-coding-priority)
3490         (ignore-relative-composition):
3491         * international/mule-util.el (detect-coding-with-priority):
3492         * international/mule-diag.el:
3493         * international/mule-cmds.el (language-info-custom-alist):
3494         * international/codepage.el (codepage-setup):
3495         Replace references to Emacs version "22" with "23".
3497 2008-02-01  Kenichi Handa  <handa@m17n.org>
3499         * Makefile.in (DONTCOMPILE): Include charprop.el and uni-*.el.
3501         * international/fontset.el (font-encoding-alist): Add an entry for
3502         microsoft-cp1251.
3503         (setup-default-fontset): Add entries for microsoft-cp1251 and
3504         koi8-r for cyrillic.
3506         * international/mule-cmds.el (char-code-property-alist): New variable.
3507         (define-char-code-property): New function.
3508         (get-char-code-property, put-char-code-property): Handle a
3509         char-table registerd in char-code-property-alist.
3510         (set-language-environment): Check :ascii-compatible-p property of
3511         nonascii charset instead of its dimension.
3513         * international/uni-bidi.el, international/uni-category.el:
3514         * international/uni-combining.el, international/uni-comment.el:
3515         * international/uni-decimal.el, international/uni-decomposition.el:
3516         * international/uni-digit.el, international/uni-lowercase.el:
3517         * international/uni-mirrored.el, international/uni-name.el:
3518         * international/uni-numeric.el, international/uni-old-name.el:
3519         * international/uni-titlecase.el, international/uni-uppercase.el:
3520         * international/charprop.el: New files automatically generated by
3521         admin/unidata/Makefile.
3523         * loadup.el: Load internationnal/charprop.el.
3525         * descr-text.el (describe-char-unidata-list): New variable.
3526         (describe-char-unicode-data): Use char-code-property-description.
3527         (describe-char): Add lines for describing Unicode-based character
3528         properties.
3530 2008-02-01  Kenichi Handa  <handa@m17n.org>
3532         * textmodes/ispell.el: These changes are to fix the code merged
3533         from trunk for the change on 2008-02-01.
3534         (ispell-unified-chars-table): Delete it.
3535         (ispell-get-decoded-string): Don't check ispell-unified-chars-table.
3537 2008-02-01  Kenichi Handa  <handa@m17n.org>
3539         * international/mule-util.el (char-displayable-p): Check
3540         :charset-list property of CODING.
3542 2008-02-01  Kenichi Handa  <handa@m17n.org>
3544         * international/mule-cmds.el (select-safe-coding-system-interactively):
3545         Change 'mime-charset to :mime-charset.
3546         (select-safe-coding-system): Use above.
3547         (set-language-environment): Delete unnecessary code for handling
3548         overriding-fontspec.
3550 2008-02-01  Kenichi Handa  <handa@m17n.org>
3552         * international/mule-conf.el: New coding system aliases unix, dos,
3553         and mac.
3555 2008-02-01  Kenichi Handa  <handa@m17n.org>
3557         * international/titdic-cnv.el (tit-process-header): Fix embedded
3558         coding tag.
3559         (titdic-convert): Bind coding-system-for-write to the coding
3560         system specfied in the map file.  Remove `charset' property after
3561         decoding.
3562         (miscdic-convert): Bind coding-system-for-write to the coding
3563         system specfied for the map file.  Fix LANGUAGE arg to
3564         quail-define-package.
3565         (batch-miscdic-convert): Check if a file is directory or not.
3567 2008-02-01  Kenichi Handa  <handa@m17n.org>
3569         * international/mule.el (coding-system-equal): Move from mule-util.el.
3571         * international/mule-util.el (coding-system-equal): Move to mule.el.
3573 2008-02-01  Kenichi Handa  <handa@m17n.org>
3575         * international/encoded-kb.el (encoded-kbd-decode-code-list):
3576         New function.
3577         (encoded-kbd-self-insert-charset, encoded-kbd-setup-keymap):
3578         Support multibyte charsets.
3580 2008-02-01  Kenichi Handa  <handa@m17n.org>
3582         * language/china-util.el (hz-set-msb-table): Turn chars beyond 128
3583         to eight-bit chars.
3585         * international/mule-conf.el: Don't define coding system
3586         `undecided' here.
3588 2008-02-01  Kenichi Handa  <handa@m17n.org>
3590         * international/mule-cmds.el (locale-language-names): Fix for
3591         gb18030 and gdk.
3593 2008-02-01  Kenichi Handa  <handa@m17n.org>
3595         * international/fontset.el (font-encoding-alist): Add gbk.
3596         (charset-script-alist): Add chinese-gbk.
3598 2008-02-01  Kenichi Handa  <handa@m17n.org>
3600         * language/chinese.el (chinese-gbk): Include ascii in charset-list.
3602 2008-02-01  Kenichi Handa  <handa@m17n.org>
3604         * language/japanese.el ("Japanese"): Fix ordering of charsets.
3606 2008-02-01  Kenichi Handa  <handa@m17n.org>
3608         * international/encoded-kb.el (encoded-kbd-self-insert-charset)
3609         (encoded-kbd-self-insert-utf-8, encoded-kbd-setup-keymap)
3610         (encoded-kbd-mode): Adjust code merged from trunk for unicode branch.
3612 2008-02-01  Kenichi Handa  <handa@m17n.org>
3614         * descr-text.el (describe-char): Fix for the case CODE is a cons
3615         of integers.
3617 2008-02-01  Steven Tamm  <steventamm@mac.com>
3619         * term/mac-win.el: Use mac-standard-fontset-spec to create fontset-mac.
3620         (mac-standard-fontset-spec): Create.
3622 2008-02-01  Kenichi Handa  <handa@m17n.org>
3624         * international/mule-diag.el (unicode-data):
3625         Call find-file-noselect with NOWARN t.
3627 2008-02-01  Kenichi Handa  <handa@m17n.org>
3629         * international/mule-conf.el (cp932-2-byte): Fix :code-space.
3631 2008-02-01  Kenichi Handa  <handa@m17n.org>
3633         * international/characters.el: Give more CJK characters the
3634         category `|'.
3636         * descr-text.el (describe-char): Make it work on *Help* buffer.
3637         Suppress auto-composition on a region describing about composition.
3639         * language/european.el (diacritic-compose-region)
3640         (diacritic-compose-string, diacritic-composition-function):
3641         Compose diacritical marks only with a character whose syntax is
3642         word constituent.
3643         (diacritic-post-read-conversion): Delete it.
3645 2008-02-01  Kenichi Handa  <handa@m17n.org>
3647         * composite.el (auto-compose-chars): Execute the main code in
3648         condition-case.
3650 2008-02-01  Kenichi Handa  <handa@m17n.org>
3652         * international/fontset.el (x-complement-fontset-spec):
3653         Don't change CHARSET_REGISTRY and CHARSET_ENCODING fields.
3655 2008-02-01  Kenichi Handa  <handa@m17n.org>
3657         * international/characters.el (next-word-boundary-kana):
3658         Handle half-width kana.
3660 2008-02-01  Kenichi Handa  <handa@m17n.org>
3662         * international/mule-conf.el (indian-1-column): Fix :emacs-mule-id.
3664 2008-02-01  Kenichi Handa  <handa@m17n.org>
3666         * language/japanese.el (japanese-iso-8bit): Fix order of :charset-list.
3668         * mail/rmail.el (rmail-decode-babyl-format):
3669         Use with-coding-priority instead of detect-coding-with-priority.
3671 2008-02-01  Kenichi Handa  <handa@m17n.org>
3673         * international/mule.el (make-translation-table)
3674         (make-translation-table-from-vector): Set the second extra slot of
3675         the char table to 1.
3676         (make-translation-table-from-alist): Fix handling of multiple entries.
3678 2008-02-01  Kenichi Handa  <handa@m17n.org>
3680         * language/japanese.el (jisx0213-to-unicode, unicode-to-jisx0213):
3681         New translation tables.
3683         * international/mule.el (make-translation-table-from-alist):
3684         New function.
3686 2008-02-01  Kenichi Handa  <handa@m17n.org>
3688         * international/mule.el (translate-region): Re-implement it here.
3689         Make it interactive.
3691 2008-02-01  Kenichi Handa  <handa@m17n.org>
3693         * ps-mule.el (ps-mule-font-info-database): Doc fix.
3695 2008-02-01  Kenichi Handa  <handa@m17n.org>
3697         * international/mule-conf.el (chinese-cns11643-15): New charset.
3699 2008-02-01  Kenichi Handa  <handa@m17n.org>
3701         * international/fontset.el (font-encoding-alist): Add entries for
3702         variations of cns11643 fonts.
3703         (setup-default-fontset): Add cns11643 fonts as fallback fonts.
3705 2008-02-01  Kenichi Handa  <handa@m17n.org>
3707         * international/mule-diag.el (list-charset-chars): Put charset
3708         text property.
3710         * international/fontset.el (setup-default-fontset): Delete the
3711         entry for symbol script, add JISX0213 to kana script, specify
3712         fallback fonts.
3714 2008-02-01  Kenichi Handa  <handa@m17n.org>
3716         * international/fontset.el (setup-default-fontset)
3717         (font-encoding-alist): Register "JISX0213.2004-1".
3719         * international/mule-diag.el (list-character-sets): Fix the first
3720         line message.
3721         (sort-listed-character-sets): Adjust for the change of
3722         list-characters-sets-1.
3723         (list-character-sets-1): List supplementary character sets in a
3724         different section.
3725         (list-charset-chars): Validate charset at early stage.
3727         * international/characters.el: Fix `han' script range.
3729         * international/mule-conf.el (japanese-jisx0213.2004-1):
3730         Specify :code-space.
3731         (cp932-2-byte): Fix :code-space.
3732         (unicode-smp, unicode-sip, unicode-ssp): New charsets.
3734 2008-02-01  Kenichi Handa  <handa@m17n.org>
3736         * international/mule-conf.el (japanese-jisx0213.2004-1):
3737         Specify :dimension 2.
3739         * language/japanese.el (iso-2022-jp): Exclude japanese-jisx0212.
3740         (iso-2022-jp-2004, euc-jis-2004, japanese-shift-jis-2004):
3741         New coding systems.
3742         (iso-2022-jp-3, euc-jisx0213, shift_jis-2004): New coding system
3743         aliases.
3744         ("Japanese"): Add new charsets and coding systems.
3746 2008-02-01  Kenichi Handa  <handa@m17n.org>
3748         * language/japanese.el (japanese-ucs-cp932-to-jis-map):
3749         Rename from japanese-ucs-cp932-map.
3750         (japanese-ucs-jis-to-cp932-map): Rename from japanese-ucs-jis-map.
3751         (japanese-ucs-glibc-map): Delete this translation table.
3752         (japanese-ucs-glibc-to-jis-map, japanese-ucs-jis-to-glibc-map):
3753         New translation tables.
3755 2008-02-01  Kenichi Handa  <handa@m17n.org>
3757         * cus-start.el: Handle charset-map-path, not charset-map-directory.
3759 2008-02-01  Kenichi Handa  <handa@m17n.org>
3761         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
3763 2008-02-01  Kenichi Handa  <handa@m17n.org>
3765         * language/japanese.el: Add map #x00A6 <-> #xFFE4 to translation
3766         tables japanese-ucs-*-map.
3768 2008-02-01  Kenichi Handa  <handa@m17n.org>
3770         * international/eucjp-ms.el: New file (automatically generated by
3771         admin/charsets/Makefile).
3773         * international/cp51932.el: New file (automatically generated by
3774         admin/charsets/Makefile).
3776         * language/japanese.el: Load cp51932 and eucjp-ms.
3777         (japanese-ucs-cp932-map, japanese-ucs-jis-map)
3778         (japanese-ucs-glibc-map): New translation tables.
3779         (eucjp-ms): New coding system.
3781         * international/mule.el (coding-system-put): Delete it.
3782         It's implemented in C now.
3784         * international/mule-conf.el (katakana-sjis): Fix :superset to :subset.
3785         (japanese-jisx0213-a): New supplementary charset.
3786         (japanese-jisx0213.2004-1): New charset.
3788 2008-02-01  Kenichi Handa  <handa@m17n.org>
3790         * language/japanese.el (japanese-cp932): New coding system.
3791         (cp932): New alias of it.
3793         * international/mule-conf.el (katakana-sjis, cp932-2-byte)
3794         (cp932): New charsets.
3796         * international/mule.el (define-charset): If :code-space is not
3797         given, generate it from :dimension.
3799 2008-02-01  Kenichi Handa  <handa@m17n.org>
3801         * composite.el (reference-point-alist): Doc fix.
3802         (encode-composition-rule, decode-composition-rule):
3803         Handle a rule (GREF NREF XOFF YOFF).
3805 2008-02-01  Kenichi Handa  <handa@m17n.org>
3807         * language/european.el (diacritic-composition-function): Fix for
3808         the case that POS is at the head.  Allow combining with more characters.
3810 2008-02-01  Kenichi Handa  <handa@m17n.org>
3812         * descr-text.el (describe-char): Check `charset' property.
3813         Show the code point in the charset in hexadigits.
3815         * international/mule-diag.el (stretches-for-character-list):
3816         Delete it.
3817         (list-block-of-chars): Use tabs instead of `display' property for
3818         aligning characters.
3819         (print-fontset-element): Fix the printing of XLFD.
3821 2008-02-01  Kenichi Handa  <handa@m17n.org>
3823         * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
3824         New function.
3825         (encoded-kbd-setup-keymap, encoded-kbd-mode): Add code for
3826         handling utf-8.
3828 2008-02-01  Kenichi Handa  <handa@m17n.org>
3830         * faces.el (read-face-font): Include fontsets in the completion list.
3832         * international/mule-cmds.el (set-locale-environment):
3833         Insert locale-translation-file-name in a unibyte buffer.
3835         * international/characters.el: Fix setting of category `|'.
3837 2008-02-01  Kenichi Handa  <handa@m17n.org>
3839         * language/chinese.el (chinese-gb18030): Fix :charset-list.
3841 2008-02-01  Kenichi Handa  <handa@m17n.org>
3843         * international/mule-cmds.el (select-safe-coding-system): Fix for
3844         the case that the first element of default-coding-system is t.
3845         Fix a message when some coding systems are rejected.
3847 2008-02-01  Kenichi Handa  <handa@m17n.org>
3849         * international/mule-cmds.el (set-language-environment): Put
3850         higher priority to charsets listed in `charset' property of the
3851         language environment.
3853 2008-02-01  Kenichi Handa  <handa@m17n.org>
3855         * composite.el (auto-compose-chars): Don't do unnecessary
3856         save-exclusion and save-restriction.
3858 2008-02-01  Kenichi Handa  <handa@m17n.org>
3860         * international/mule-conf.el (ctext-no-compositions):
3861         Remove garbage arguments.
3863         * international/mule.el (make-coding-system): Fix generation of
3864         properties.
3866         * international/fontset.el (setup-default-fontset): Specify fonts
3867         for `symbol' script.
3869         * international/characters.el (script-list): Include `currency'
3870         in `symbol'.
3872 2008-02-01  Alex Schroeder  <alex@gnu.org>
3874         * timezone.el (timezone-parse-date): Fix style 8 to accept ISO
3875         8601 format (a capital T between the date and the time).
3877 2008-02-01  Kenichi Handa  <handa@m17n.org>
3879         * international/mule.el (private-char-area-1-min)
3880         (private-char-area-1-max, private-char-area-2-min)
3881         (private-char-area-2-max, emacs-mule-charset-table): New variables.
3882         (convert-define-charset-argument): New function.
3883         (define-charset): Handle the old calling style.
3884         Update emacs-mule-charset-table.
3885         (make-char-internal): New function.
3887 2008-02-01  Jason Rumney  <jasonr@gnu.org>
3889         * w32-charset-info-alist: Define iso10646-1 always.
3891 2008-02-01  Kenichi Handa  <handa@m17n.org>
3893         * composite.el (compose-region): Doc fix (delete duplicated line).
3895 2008-02-01  Kenichi Handa  <handa@m17n.org>
3897         * international/characters.el: Fix syntax for Ethiopic.
3899 2008-02-01  Jason Rumney  <jasonr@gnu.org>
3901         * w32-fns.el (w32-charset-info-alist): Accept more charset aliases.
3903         * makefile.w32-in (DONTCOMPILE): Remove old languages.
3904         Add international/latin1-disp.el.
3905         (LC_ALL): Define as C.
3907 2008-02-01  Jason Rumney  <jasonr@gnu.org>
3909         * term/w32-win.el: Don't set fontsets to use sjis.
3911 2008-02-01  Kenichi Handa  <handa@m17n.org>
3913         * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
3914         (japanese-iso-8bit): Fix the order of charsets in :charset-list.
3916 2008-02-01  Kenichi Handa  <handa@m17n.org>
3918         * composite.el (auto-composition-chunk-size): Delete variable.
3919         (auto-compose-chars): Always stop after processing a newline.
3921 2008-02-01  Kenichi Handa  <handa@m17n.org>
3923         * international/mule.el (define-coding-system): Fix attribute
3924         name :for-unibyte.
3926 2008-02-01  Kenichi Handa  <handa@m17n.org>
3928         * ps-bdf.el: Largely re-write.
3930         * ps-mule.el: Largely re-write.
3932         * ps-print.el (ps-generate-string-list): Delete function.
3933         (ps-rh-cache, ps-lf-cache, ps-rf-cache): Delete variables.
3934         (ps-header-footer-string): Delete function.
3935         (ps-encode-header-string-function): New variable.
3936         (ps-generate-header-line): Call ps-encode-header-string-function.
3937         (ps-basic-plot-string-function): New variable
3938         (ps-begin-job): Set ps-basic-plot-string-function and
3939         ps-encode-header-string-function.  For setting up headers and
3940         footers, don't use caches such as ps-rh-cache.  Don't call
3941         ps-mule-begin-page.
3942         (ps-basic-plot-str, ps-basic-plot-string, ps-control-character):
3943         Don't call ps-mule-prepare-ascii-font.
3944         (ps-plot-region): Don't pay attention to composition and
3945         non-ASCII characters.
3946         (ps-generate): Call ps-mule-end-job.
3947         (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
3948         (ps-mule-plot-string, ps-mule-begin-page): Delete autoload.
3949         (ps-mule-end-job): Declare autoload.
3951         * composite.el (auto-compose-region): New function.
3953 2008-02-01  Dave Love  <fx@gnu.org>
3955         * international/mule-util.el
3956         (detect-coding-with-language-environment): Doc fix.
3958         * composite.el: Doc fixes.
3959         (auto-compose-chars): Use functionp, not fboundp.
3961         * international/mule-diag.el (list-charset-chars): Set buffer file
3962         coding system.
3964         * progmodes/cap-words.el (capitalized-words-mode): Add autoload
3965         cookie.  Doc fix.
3967 2008-02-01  Dave Love  <fx@gnu.org>
3969         * international/mule-diag.el (list-charset-chars): Set buffer file
3970         coding system.
3972         * progmodes/cap-words.el (capitalized-words-mode): Add autoload
3973         cookie.  Doc fix.
3975         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
3976         * progmodes/sh-script.el (sh-font-lock-syntactic-face-function):
3977         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
3978         * eshell/esh-opt.el (eshell-process-option):
3979         * emulation/keypad.el (keypad-setup):
3980         * emacs-lisp/lisp-mode.el (prin1-char):
3981         * emacs-lisp/generic.el (generic-mode-set-comments):
3982         * edmacro.el (edmacro-parse-keys):
3983         * disp-table.el (standard-display-default): Use characterp.
3985 2008-02-01  Kenichi Handa  <handa@m17n.org>
3987         * international/mule-conf.el (utf-16-be): Make it an alias of
3988         utf-16be-with-signature.
3989         (utf-16-le): Make it an alias of utf-16le-with-signature.
3990         (utf-16-be-with-signature, utf-16-le-with-signature): Remove these
3991         coding system aliases.
3993         * international/utf-7.el (utf-7-decode, utf-7-encode):
3994         Use utf-16be, not utf-16-be.
3996 2008-02-01  Kenichi Handa  <handa@m17n.org>
3998         * international/mule.el (coding-system-category): New function.
3999         (set-coding-priority): Re-write.
4000         (make-translation-table): Re-write.
4002         * international/mule-cmds.el (universal-coding-system-argument):
4003         Check the coding system type `undecided', not `t'.
4004         (sort-coding-systems): Fix for iso-2022 coding systems.
4005         (find-multibyte-characters): Fix for eight-bit chars.
4006         (set-language-environment): Set charset priorities according to
4007         the charsets supported by the coding systems of higher priorities.
4009 2008-02-01  Kenichi Handa  <handa@m17n.org>
4011         * font-lock.el
4012         (font-lock-match-c-style-declaration-item-and-skip-to-next):
4013         Check (match-end 2) before going there.
4015 2008-02-01  Kenichi Handa  <handa@m17n.org>
4017         * international/mule.el (ctext-non-standard-designations-alist):
4018         Exclude entries for iso8859-1[03456].  Fix docstring.
4019         (ctext-pre-write-conversion): Make it work for the case that FROM
4020         is a string.  Don't do unnecessary save-restriction and
4021         narrow-to-region.
4023 2008-02-01  Kenichi Handa  <handa@m17n.org>
4025         * international/mule.el (ctext-non-standard-encodings-alist):
4026         Rename from non-standard-icccm-encodings-alist.
4027         (ctext-non-standard-encodings-regexp): New variable
4028         (ctext-post-read-conversion): Full rewrite.
4029         (ctext-non-standard-designations-alist): Rename from
4030         non-standard-designations-alist.
4031         (ctext-pre-write-conversion): Full rewrite.
4032         (define-coding-system): Doc fix (escape '"' by '\').
4034 2008-02-01  Dave Love  <fx@gnu.org>
4036         * international/mule-conf.el (utf-16le, utf-16be-16be)
4037         (utf-16le-with-signature, utf-16be-with-signature, utf-16):
4038         Define :mime-text-unsuitable.  Rename `utf-16{b,l}e...' from
4039         `-16-{b,l}e-' and define aliases for the old names.
4041         * international/mule.el (define-coding-system): Doc fix.
4043 2008-02-01  Dave Love  <fx@gnu.org>
4045         * international/utf-7.el: New file.
4047         * international/mule-conf.el (utf-7): New.
4049 2008-02-01  Kenichi Handa  <handa@m17n.org>
4051         * international/mule-conf.el (utf-16): Add :endian 'big.
4053         * international/mule.el (define-coding-system): Fix docstring
4054         about :bom and :endian.
4056 2008-02-01  Dave Love  <fx@gnu.org>
4058         * international/mule-diag.el (describe-character-set):
4059         Fix printing dimensions.  Use `\e,AW\e(B', not `x'.
4061 2008-02-01  Kenichi Handa  <handa@m17n.org>
4063         * international/fontset.el: Register CDAC fonts in
4064         face-font-rescale-alist instead of face-resizing-fonts.
4066 2008-02-01  Kenichi Handa  <handa@m17n.org>
4068         * international/mule-conf.el (utf-16-le): Rename from utf-16-le-nosig.
4069         (utf-16-be): Rename from utf-16-be-nosig.
4070         (utf-16-le-with-signature): Rename from utf-16-le.
4071         (utf-16-be-with-signature): Rename from utf-16-be.
4072         (utf-16): Set :bom to (utf-16-le-with-signature .
4073         utf-16-be-with-signature).
4075 2008-02-01  Dave Love  <fx@gnu.org>
4077         * language/georgian.el (georgian-ps, georgian-academy): New coding
4078         system.
4080         * language/chinese.el (chinese-big5-hkscs): New coding system.
4081         (big5-hkscs, cn-big5-hkscs): New aliases.
4083         * international/mule-conf.el (big5-hkscs, georgian-academy):
4084         New charset.
4085         (ibm1047): Doc fix.
4086         (pt154): Add mime-charset.
4087         (ptcp154, cp154): New aliases.
4089 2008-02-01  Dave Love  <fx@gnu.org>
4091         * international/mule.el (charset-iso-final-char, define-coding-system):
4092         Doc fix.
4094 2008-02-01  Kenichi Handa  <handa@m17n.org>
4096         * international/ccl.el (define-ccl-program): Fset charset-id
4097         to charset-id-internal temporarily.
4099 2008-02-01  Kenichi Handa  <handa@m17n.org>
4101         * international/mule-diag.el (list-block-of-chars):
4102         Use decode-char instead of make-char.
4104 2008-02-01  Kenichi Handa  <handa@m17n.org>
4106         * international/fontset.el: Enable the default fontset to use
4107         unicode fonts for ASCII characters.
4108         (x-decompose-font-name): Don't try to resolve PATTERN by
4109         x-resolve-font-name.
4110         (x-complement-fontset-spec): Never prepend an ASCII font.
4111         (create-fontset-from-fontset-spec): If a fontset of the same name
4112         already exists, override it instead of signalling an error.  Don't
4113         turn `ascii' into `latin'.  Don't update fontset-alias-alist here.
4115         * international/mule-conf.el (unicode-bmp): Delete duplicated
4116         definition.  Give it :code-offset 0.
4118         * international/mule-diag.el (print-fontset-element): New function.
4119         (print-fontset): Use print-fontset-element to print the elements
4120         of a fontset.  Use it also to print fonts fallen back to the
4121         default fontsets.
4123         * term/x-win.el: Delete the code to create a fontset from the X
4124         resource "Font".
4126 2008-02-01  Kenichi Handa  <handa@m17n.org>
4128         * international/mule-diag.el (print-fontset): Insert proper
4129         newline and indentation spaces.
4131 2008-02-01  Dave Love  <fx@gnu.org>
4133         * emacs-lisp/byte-opt.el (side-effect-free-fns): Add langinfo,
4134         multibyte-char-to-unibyte.
4136         * emacs-lisp/cl-macs.el (cl-make-type-test): Use characterp.
4138         * international/mule-cmds.el (find-coding-systems-for-charsets):
4139         Use coding-system-type, coding-system-charset-list.
4140         (standard-keyboard-coding-systems): Delete.
4141         (set-locale-environment): Maybe set keyboard coding system.
4142         Avoid typical warning about codeset in C locale.
4144 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
4146         * international/fontset.el (x-complement-fontset-spec): If a
4147         fontname doesn't conform to XLFD format, try to get XLFD name by
4148         x-list-fonts.
4150 2008-02-01  Dave Love  <fx@gnu.org>
4152         * international/mule-conf.el (mik, pt154): New charsets.
4154         * language/cyrillic.el (mik, pt154): New coding systems.
4156 2008-02-01  Dave Love  <fx@gnu.org>
4158         * international/characters.el: Move parts around so that syntax
4159         definitions aren't overwritten wrongly.
4161         * international/mule-diag.el (unicode-data): Fix treatment of
4162         numeric-value fields.
4164 2008-02-01  Dave Love  <fx@gnu.org>
4166         * progmodes/cap-words.el: New file.
4168 2008-02-01  Kenichi Handa  <handa@m17n.org>
4170         The following changes are to make character composition happen
4171         automatically on displaying.
4173         * composite.el: Remove all autoload cookies.
4174         (composition-function-table): Move variable declaration from
4175         composite.c.  Change format.
4176         (save-buffer-state): Copy from font-lock.el.
4177         (auto-composition-chunk-size): New variable.
4178         (auto-compose-chars): New function.  Set
4179         auto-composition-function to it.
4180         (toggle-auto-composition): New function.
4182         * international/characters.el: Make all chararacters in the
4183         charset tibetan to tibetan script.
4185         * international/mule-conf.el (tibetan): Fix :code-space property.
4186         (tibetan-1-column): Delete :superset property, add :code-offset
4187         property.
4189         * international/quail.el (quail-input-string-to-events): Don't
4190         generate compose-chars-after events.
4192         * language/devanagari.el: Register devanagari-composable-function
4193         in composition-function-table for Devanagari characters.
4195         * language/devan-util.el: Register devanagari-composable-pattern
4196         in indian-composable-pattern.
4197         (devanagari-composition-function): Add autoload cookie.  Change
4198         arguments to conform to composition-function-table.
4200         * language/european.el: Register combining characters in
4201         composition-function-table.
4202         (diacritic-composition-function): Change arguments to conform to
4203         composition-function-table.
4205         * language/indian.el (indian-composable-pattern): New variable.
4207         * language/ind-util.el (indian-compose-region): Don't call
4208         compose-chars-after, instead call a function registered in
4209         composition-function-table.
4211         * language/lao.el: Register lao-composition-function in
4212         composition-function-table for Lao vowels and tones.
4213         (lao): Don't use lao-post-read-conversion.
4215         * language/lao-util.el (lao-post-read-conversion): Delete this function.
4216         (lao-composition-function): Change arguments to conform to
4217         composition-function-table.
4219         * language/thai.el: Register thai-composition-function in
4220         composition-function-table for Thai vowels and tones.
4221         (thai-tis620): Don't use thai-post-read-conversion.
4223         * language/thai-util.el (thai-post-read-conversion): Delete function.
4224         (thai-composition-function): Change arguments to conform to
4225         composition-function-table.
4227         * language/tibetan.el: Register tibetan-composition-function in
4228         composition-function-table for Tibetan characters.
4230         * language/tibet-util.el (tibetan-composition-function):
4231         Change arguments to conform to composition-function-table.
4233         * loadup.el: Load composite.
4235 2008-02-01  Dave Love  <fx@gnu.org>
4237         * international/mule-diag.el (unicode-data): Find unicodedata-file
4238         literally.
4240 2008-02-01  Dave Love  <fx@gnu.org>
4242         * international/fontset.el: Doc fixes.
4243         ("fontset-default"): Add iso8859-15.
4245 2008-02-01  Kenichi Handa  <handa@m17n.org>
4247         * international/fontset.el ("fontset-default"): Add an entry for
4248         `indian-is13194' charset.
4250         * international/mule-conf.el (indian-is13194): Delete :unify-map
4251         property.  Don't unify this charset.
4252         (indian-2-column): Delete :superset property, add :code-offset property.
4254         * language/devan-util.el: Delete the superfluous autoload cookie
4255         near the head of the file.
4256         (devanagari-compose-region): Add autoload cookie.
4258         * language/ind-util.el (indian-2-column-to-ucs-region):
4259         Add autoload cookie.
4261 2008-02-01  Kenichi Handa  <handa@m17n.org>
4263         * international/fontset.el ("fontset-default"): Add an entry for
4264         `devanagari' script and `malayalam-glyph' charset.
4265         (face-resizing-fonts): Register CDAC fonts.
4267         * international/mule-conf.el (malayalam-glyph): New charset.
4269 2008-02-01  Dave Love  <fx@gnu.org>
4271         * term/x-win.el: Fix typo in loop setting x-keysym-table.
4273 2008-02-01  Dave Love  <fx@gnu.org>
4275         * international/mule-conf.el (utf-8-emacs): Delete :mime-charset.
4277         * term/x-win.el: Remove some ancient compatibility code.  Populate
4278         x-keysym-table.
4280         * international/mule-cmds.el (wid-edit): Require when compiling.
4281         (set-locale-environment): Check locale against coding system
4282         aliases too.
4284 2008-02-01  Kenichi Handa  <handa@m17n.org>
4286         * language/indian.el (in-is13194-devanagari):
4287         Fix :post-read-conversion and :pre-write-conversion.
4289 2008-02-01  Dave Love  <fx@gnu.org>
4291         * international/mule-cmds.el (charset): Supply doc, :tag.
4293 2008-02-01  Kenichi Handa  <handa@m17n.org>
4295         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Be sure to
4296         return a unibyte string.
4298 2008-02-01  Kenichi Handa  <handa@m17n.org>
4300         * international/mule-cmds.el (set-locale-environment):
4301         Delete superfluous ')'s at the tail.
4303 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
4305         * international/mule.el (define-coding-system): Fix typo;
4306         "docode" -> "decode".
4308 2008-02-01  Dave Love  <fx@gnu.org>
4310         * emacs-lisp/byte-opt.el (side-effect-free-fns):
4311          Add string-make-unibyte string-make-multibyte string-to-multibyte
4312          string-as-multibyte string-as-unibyte.
4314 2008-02-01  Dave Love  <fx@gnu.org>
4316         * language/english.el (ibm1047, cp1047): New.
4318         * international/mule-conf.el (alternativnyj): Use new table.
4319         (cp866): Define standalone, not as alias.
4320         (ibm866): Change alias.
4321         (ibm1047): New.
4323         * language/cyrillic.el (cyrillic-alternativnyj):
4324         Remove mime-charset.  Use alternativnj charset.
4325         (cp866): Remove alias.  Define standalone.
4327 2008-02-01  Dave Love  <fx@gnu.org>
4329         * language/european.el ("Latin-2", "Latin-5"): Doc fix.
4331         * language/cyrillic.el ("Bulgarian"): Fix input method and charset.
4332         ("Tajik", "Belarusian"): Fix charset.
4334         * international/mule-cmds.el (describe-language-environment):
4335         Be case-insensitive when looking for input methods.
4336         (locale-name-match): Doc fix.
4337         (locale-charset-match-p): New.
4338         (set-locale-environment): Warn if coding system doesn't agree
4339         with system locale.
4341 2008-02-01  Kenichi Handa  <handa@m17n.org>
4343         * international/mule-cmds.el (select-safe-coding-system): If
4344         :mime-charset property of a coding system is not equal to that
4345         coding system, don't show that :mime-charset name.
4347 2008-02-01  Dave Love  <fx@gnu.org>
4349         * international/quail.el (quail-help): Fix underlining.
4351         * language/chinese.el (chinese-gb18030, gb18030)
4352         ("Chinese-GB18030"): New.
4354         * international/mule-cmds.el (locale-language-names): Add GB18030.
4356         * international/swedish.el: Don't require latin-1.
4358 2008-02-01  Dave Love  <fx@gnu.org>
4360         * language/czech.el ("Czech"):
4361         * language/slovak.el ("Slovak"):
4362         * language/romanian.el ("Romanian"): Remove unibyte-syntax property.
4364         * language/greek.el ("Greek"): Remove unibyte-syntax property.
4365         (cp737): New coding system.
4367         * language/european.el: Remove unibyte-syntax properties.
4368         Augment some coding-system properties.
4370         * international/mule-cmds.el (set-language-environment):
4371         Check for charset property of environment.
4372         (language-info-alist): Doc fix.
4374         * Makefile.in (DONTCOMPILE): Remove latin-N.el.
4376         * international/characters.el: Add Latin-1.
4378         * international/latin-1.el, international/latin-2.el,
4379         * international/latin-3.el, international/latin-4.el,
4380         * international/latin-5.el, international/latin-8.el,
4381         * international/latin-9.el: Delete.
4383         * loadup.el: Remove international/latin-N.el.
4385         * case-table.el (set-case-syntax-charset, set-case-syntax-1)
4386         (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
4387         Undo last changes.
4389         * international/mule-diag.el (unicode-data): Check that
4390         `unicodedata-file' exists.
4392 2008-02-01  Kenichi Handa  <handa@m17n.org>
4394         * international/fontset.el (charset-script-alist): Fix script names.
4396 2008-02-01  Kenichi Handa  <handa@m17n.org>
4398         * international/latin-1.el: Bind set-case-syntax-charset to
4399         iso-8859-1.  Never provide latin-1.
4401         * international/latin-2.el: Bind set-case-syntax-charset to
4402         iso-8859-2.  Never provide latin-2.
4404         * international/latin-3.el: Bind set-case-syntax-charset to
4405         iso-8859-3.  Never provide latin-3.
4407         * international/latin-4.el: Bind set-case-syntax-charset to
4408         iso-8859-4.  Never provide latin-4.
4410         * international/latin-5.el: Bind set-case-syntax-charset to
4411         iso-8859-9.  Never provide latin-5.
4413         * international/latin-8.el: Bind set-case-syntax-charset to
4414         iso-8859-14.  Never provide latin-8.
4416         * international/latin-9.el: Bind set-case-syntax-charset to
4417         iso-8859-15.  Never provide latin-9.
4419         * case-table.el (set-case-syntax-set-multibyte): Delete variable.
4420         (set-case-syntax-charset): New variable.
4421         (set-case-syntax-1): New function.
4422         (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
4423         Call set-case-syntax-1 on arguments.
4425         * international/mule-cmds.el (set-language-environment): Delete
4426         unnecessary setup of syntax/case for unibyte case.
4428 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
4430         * international/fontset.el (generate-fontset-menu): Exclude the
4431         default fontset.
4433         * faces.el (describe-face): Describe :fontset property too.
4435 2008-02-01  Dave Love  <fx@gnu.org>
4437         * international/characters.el: Don't set char width of CJK
4438         charsets generally.  Add some non-word syntax cases.
4439         (korean-ksc5601): Fix ranges with symbol syntax.
4441 2008-02-01  Dave Love  <fx@gnu.org>
4443         * Makefile.in (DONTCOMPILE): Add indian.el.
4445         * language/ind-util.el:
4446         (ucs-bengali-to-is13194-alist, ucs-assamese-to-is13194-alist)
4447         (ucs-gurmukhi-to-is13194-alist, ucs-gujarati-to-is13194-alist)
4448         (ucs-oriya-to-is13194-alist, ucs-tamil-to-is13194-alist)
4449         (ucs-telugu-to-is13194-alist, ucs-malayalam-to-is13194-alist):
4450         Remove declarations and let-bind them in re-written top-level loop
4451         over scripts, including ucs-devanagari-to-is13194-alist.
4453 2008-02-01  Dave Love  <fx@gnu.org>
4455         * international/mule-cmds.el (charset): Move.
4456         (language-info-custom-alist): Move.  Alter :set.
4457         (find-coding-systems-for-charsets): Check charset type before
4458         getting :charset-list.
4460         * language/ind-util.el (iscii-to-ucs-region): Fix typo.
4462 2008-02-01  Dave Love  <fx@gnu.org>
4464         * wid-edit.el (widget-string-complete): New.
4465         (widget-coding-system-prompt-value-history): Delete.
4466         (coding-system): Use coding-system-value-history.
4468         * international/mule-cmds.el (charset): New widget.
4469         (language-info-custom-alist): Use it.
4470         (default-input-method): Modify :type.
4472 2008-02-01  Dave Love  <fx@gnu.org>
4474         * language/ind-util.el (ucs-devanagari-to-is13194-alist)
4475         (indian-glyph-char, indian-char-glyph): Delete.
4476         (is13194-default-repertory): Rename from is13194-default-repartory.
4477         (iscii-to-ucs-region): Hoist evals from loop.
4479         * language/devan-util.el (dev-charseq): Avoid indian-glyph-char.
4481         * language/indian.el (indian-script-table)
4482         (ccl-encode-indian-glyph-font): Delete.
4484         * international/mule-cmds.el (language-info-custom-alist): New.
4485         (input-method-activate-hook, input-method-inactivate-hook)
4486         (input-method-after-insert-chunk-hook)
4487         (input-method-use-echo-area, set-language-environment-hook)
4488         (exit-language-environment-hook): Customize.
4489         (find-coding-systems-for-charsets): Rewrite.
4490         (default-input-method): Add :link.
4492 2008-02-01  Dave Love  <fx@gnu.org>
4494         * international/mule-conf.el (eight-bit): Add :docstring,
4495         :short-name properties.
4496         (cp851): Doc fix.
4497         (unicode-bmp): New.
4499         * case-table.el (set-case-syntax-pair): Remove check on byte lengths.
4501         * language/european.el (cp858): New.
4502         ("Turkish"): Add special case rules.
4504 2008-02-01  Dave Love  <fx@gnu.org>
4506         * international/characters.el: Make \e,_/\e(B and \e,A\x7f\e(B a case pair.
4508 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
4510         * international/mule-conf.el: Don't define the charset iso-8859-1
4511         here, just setup its properties.
4513 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
4515         * international/mule-conf.el (utf-8): Give :mime-charset property.
4517 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
4519         * international/characters.el: Remove duplicated case setting for
4520         Cyrillic and Greek letters.  Don't setup printable-chars here.
4522         * case-table.el (describe-buffer-case-table): Handle the case
4523         that KEY is a cons within map-char-table.
4525 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
4527         * international/characters.el: Fix categories ?A and ?C.
4528         Treat ASCII characters as `latin' script.
4530 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
4532         * international/fontset.el (fontset-plain-name): If the fontset
4533         name doesn't ends with "-fontset-*", use family name as the first
4534         part of the plain name.
4535         (create-fontset-from-ascii-font): If "fontset-startup" is not yet
4536         created, use that name for the fontset.  Fix arguments to
4537         subst-char-in-string.
4539 2008-02-01  Dave Love  <fx@gnu.org>
4541         * term.el (term-char-mode): Remove generic-character-list code.
4543         * ruler-mode.el (ruler-mode-character-validate): Use characterp.
4545         * wid-edit.el (character): Use characterp.
4547         * international/mule-diag.el (describe-coding-system): Add utf-16 case.
4549         * language/viet-util.el (viet-encode-viscii-char): Use encode-char.
4551         * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
4552         Add charset.
4553         ("Ukrainian"): New.
4555         * language/georgian.el (georgian-ps): New coding system.
4557 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
4559         * international/mule-cmds.el (reset-language-environment):
4560         Don't set nonascii-translation-table and nonascii-insert-offset.
4561         Call set-unibyte-charset, not set-primary-charset.
4562         (nonascii-translation-table, nonascii-insert-offset):
4563         Declare these variable as obsolete ones.
4564         (set-language-environment): Call set-unibyte-charset, not
4565         set-primary-charset.  Call set-charset-priority with `charset'
4566         info of the language environment.
4568 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
4570         * international/characters.el (next-word-boundary-han):
4571         Don't treat katakana following han characters as a part of a word.
4573 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
4575         * international/characters.el: Call map-charset-chars on big5 (not
4576         chinese-big5-1/2) to set categories `c', `C', and `|'.
4577         (next-word-boundary-han, next-word-boundary-kana): New function.
4578         Register it in next-word-boundary-function-table.
4580 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
4582         * arc-mode.el (archive-file-name-coding-system): New variable.
4583         Make it permanent-local.
4584         (byte-after, bref, insert-unibyte): New function.  Change most of
4585         char-after, aref, insert to them respectively.
4586         (archive-mode): Set archive-file-name-coding-system.
4587         (archive-summarize): Don't change the buffer's multibyteness.
4588         (archive-extract): Inherit archive-file-name-coding-system from
4589         archive-superior-buffer.  Bind coding-system-for-write to
4590         archive-file-name-coding-system.
4591         (archive-*-write-file-member): Encode ENAME by
4592         archive-file-name-coding-system.  Bind coding-system-for-write to
4593         no-conversion.
4594         (archive-rename-entry): Encode the filename by
4595         archive-file-name-coding-system.
4596         (archive-mode-revert): Don't change the buffer's multibyteness.
4597         (archive-arc-summarize, archive-lzh-summarize)
4598         (archive-zoo-summarize): Don't change the buffer's multibyteness.
4599         Decode filenames by archive-file-name-coding-system.
4600         (archive-arc-rename-entry, archive-zip-chmod-entry): Don't change
4601         the buffer's multibyteness.
4603         * tar-mode.el (tar-file-name-coding-system): New variable.
4604         Make it permanent-local.
4605         (tar-header-block-tokenize): Decode filename and linkname by
4606         tar-file-name-coding-system.
4607         (tar-header-block-checksum): Call multibyte-char-to-unibyte to get
4608         the byte value of eight-bit chars.
4609         (tar-summarize-buffer): Call set-buffer-multibyte with METHOD
4610         `to'.  Delete unnecessary call of position-bytes.
4611         (tar-mode): Set tar-file-name-coding-system.  Delete unnecessary
4612         call of position-bytes.
4613         (tar-extract): Simplify by calling decode-coding-region with
4614         DESTINATION argument.  Don't toggle multibyteness of tar buffer.
4615         (tar-copy, tar-expunge): Don't toggle multibyteness of tar buffer.
4616         (tar-clear-modification-flags): Delete unnecessary call of
4617         position-bytes.
4618         (tar-rename-entry): Call tar-alter-one-field with encoded new name.
4619         (tar-alter-one-field): Don't toggle multibyteness of tar buffer.
4620         Convert new-data-string by string-to-multibyte before inserting it.
4621         (tar-subfile-save-buffer): Don't toggle multibyteness of tar
4622         buffer.  Simplify by calling encoding-coding-region with
4623         DESTINATION argument.
4624         (tar-mode-write-file): Delete unnecessary call of byte-to-position.
4626 2008-02-01  Dave Love  <fx@gnu.org>
4628         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Doc fix.
4630         * emacs-lisp/copyright.el (copyright-regexp): Remove redundancy.
4632 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
4634         * international/characters.el: Setup char-script-table.
4636         * international/fontset.el: Setup the default fontset by the new
4637         script-based way.
4638         (x-complement-fontset-spec): Change the format of arg FONTLIST to
4639         an alist of charsets vs font name lists.
4640         (charset-script-alist): New variable.
4641         (create-fontset-from-fontset-spec): Allow script name in
4642         FONTSET-SPEC.  If charset is specified in FONTSET-SPEC, change it
4643         to the corresponding script name.
4644         (create-fontset-from-ascii-font): Slight tuning.
4646         * international/mule-conf.el (devanagari-glyph): New charset.
4647         Unify these charsets: korean-ksc5601, ipa, tibetan, ethiopic,
4648         japanese-jisx0208, japanese-jisx0212, japanese-jisx0213-1,
4649         japanese-jisx0213-2.
4651         * international/mule-diag.el (print-fontset): Use describe-vector
4652         to handle a char table returned by fontset-info.
4654         * language/indian.el: Don't register ccl-encode-indian-glyph-font
4655         and ccl-encode-unicode-font in font-ccl-encoder-alist.
4657 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
4659         * international/mule-util.el (detect-coding-with-priority):
4660         Fix the place of using `,' marker in backguote form.
4662 2008-02-01  Dave Love  <fx@gnu.org>
4664         * international/mule-conf.el (mule-unicode-e000-ffff): Set :max-code.
4666         * international/mule-util.el (with-coding-priority): Fix.
4668         * international/mule.el (set-coding-priority): Fix obsolete spec.
4670 2008-02-01  Dave Love  <fx@gnu.org>
4672         * international/mule-cmds.el (leim-list-header): Add coding tag.
4674 2008-02-01  Dave Love  <fx@gnu.org>
4676         * international/mule-cmds.el (find-coding-systems-region)
4677         (language-info-alist, reset-language-environment, princ-list): Doc fix.
4678         (input-method-verbose-flag): Fix :type.
4680 2008-02-01  Dave Love  <fx@gnu.org>
4682         * international/mule.el (set-char-table-default): Make obsolete.
4684 2008-02-01  Dave Love  <fx@gnu.org>
4686         * language/devanagari.el ("Devanagari"): Fix coding-system,
4687         coding-priority.
4689         * international/mule-diag.el (describe-char-after): Modify display
4690         list processing.
4691         (unicodedata-file, unicodedata-find): New.
4693 2008-02-01  Dave Love  <fx@gnu.org>
4695         * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done): Add
4696         autoload cookie.
4698         * international/ja-dic-cnv.el (skkdic-convert): Add coding tag.
4700 2008-02-01  Dave Love  <fx@gnu.org>
4702         * international/mule-util.el (detect-coding-with-priority): Rewrite.
4704 2008-02-01  Dave Love  <fx@gnu.org>
4706         * composite.el (compose-string): Doc fix.
4708         * language/georgian.el ("Georgian"): Delete code-pages feature,
4709         add nonascii-translation.
4711         * language/european.el ("German", "French", "Spanish"):
4712         Add latin-9 as alternative coding system.
4713         ("Slovenian", "Polish"): Add windows-1250 as alternative coding system.
4714         ("Dutch"): Add latin-9 as alternative coding system.  Add input method.
4715         ("Turkish"): Add windows-1254 and latin-3 as alternative coding systems.
4716         ("Lithuanian", "Latvian"): Add windows-1257 as alternative coding
4717         system.
4719         * emacs-lisp/byte-opt.el (side-effect-free-fns): Add decode-char,
4720         encode-coding-char.
4721         (side-effect-and-error-free-fns): Add charsetp, max-char,
4722         primary-charset.
4724         * simple.el: Don't require cl when compiling.
4726         * Makefile.in (DONTCOMPILE): Fix duplicates.
4728         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Fix typo.
4730         * international/mule.el: Doc fixes.
4731         (load-with-code-conversion): Fix coding-system-type test.
4733         * international/mule-cmds.el (sort-coding-systems): Comment out
4734         iso-2022 case.
4735         (encoded-string-description): Fix coding-system-type test.
4737 2008-02-01  Dave Love  <fx@gnu.org>
4739         * international/characters.el: Make korean-ksc5601 double-width.
4741         * international/mule.el (auto-coding-regexp-alist):
4742         Recognize Emacs 20/1 byte-compiled files.
4744         * international/mule-conf.el (file-coding-system-alist):
4745         Change .elc to utf-8-emacs.
4747         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Adjust for use
4748         of utf-8-emacs.
4749         (byte-compile-insert-header): Update magic number.  Add ballast.
4750         (map-char-table): Use byte-compile-funarg-2.
4752 2008-02-01  Dave Love  <fx@gnu.org>
4754         * language/cyrillic.el ("Belarusian"): Doc fix.
4755         (cp1125, koi8-t): Doc fix.
4757         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
4758         (find-multibyte-characters): Don't test for charset `unknown'.
4759         (locale-language-names): Change or add: be, bs, cy, mk, ru.koi8,
4760         ru, sr_YU, tg, wa, zh.gbk.
4761         (locale-language-names): Change sp to Cyrillic.
4762         (locale-charset-language-names): Match @euro after utf-8.
4764 2008-02-01  Dave Love  <fx@gnu.org>
4766         * language/chinese.el (chinese-gbk, gbk, cp936, windows-936):
4767         New coding systems.
4768         ("Chinese-GBK"): New environment.
4770 2008-02-01  Dave Love  <fx@gnu.org>
4772         * language/chinese.el (chinese-gbk, gbk, cp936, windows-936):
4773         New coding systems.
4774         ("Chinese-GBK"): New environment.
4776         * language/thai-util.el: Remove redundant unicodes in category-setting.
4778         * language/lao-util.el: Remove redundant unicodes in category-setting.
4780         * international/mule-conf.el (japanese-jisx0213-1)
4781         (japanese-jisx0213-2): Add unify-map.
4783 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
4785         * international/quail.el (quail-update-leim-list-file):
4786         Force writing the file by iso-2022-7bit.
4788         * international/titdic-cnv.el (miscdic-convert): Force writing the
4789         file by iso-2022-7bit.
4791         * international/mule.el (define-charset): Change the attribute
4792         :parents to :subset or :superset.
4794         * international/mule-conf.el: Adjust for the change of
4795         define-charset (:parent -> :subset or :superset).
4797         * international/characters.el: Fix the last change.
4799 2008-02-01  Dave Love  <fx@gnu.org>
4801         * language/cyril-util.el (cyrillic-encode-koi8-r-char)
4802         (cyrillic-encode-alternativnyj-char): Fix.
4803         (standard-display-cyrillic-translit): Remove redundant unicodes.
4805 2008-02-01  Dave Love  <fx@gnu.org>
4807         * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
4808         New environments.
4810         * international/mule-conf.el (control-1): New charset.
4811         (eight-bit-control, eight-bit-graphic): Redefine to use raw-bytes space.
4812         (korean-ksc5601): Redefine to use code-offset and unify-map.
4814 2008-02-01  Dave Love  <fx@gnu.org>
4816         * international/mule-conf.el (tcvn-5712): New charset.
4818         * language/vietnamese.el (vietnamese-tcvn, tcvn): New coding system.
4819         ("Vietnamese"): Doc fix.
4821 2008-02-01  Dave Love  <fx@gnu.org>
4823         * international/mule-conf.el (windows-936): New alias.
4825         * cus-start.el: Add scalable-fonts-allowed.
4827         * international/characters.el: Reinstate various CJK syntax and
4828         category setup.  Remove obsolete syntax setting in Greek section.
4829         Optimize the char tables.
4831         * language/thai.el ("Thai"): Add cp874, iso-8859-11 coding systems.
4833         * language/vietnamese.el ("Vietnamese"): Add windows-1258 coding system.
4835         * language/greek.el ("Greek"): Add windows-1253, cp851, cp869
4836         coding systems.
4838         * language/romanian.el ("Romanian"): Add iso-latin-10 coding system.
4840 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
4842         * international/characters.el (printable-chars): Setup correctly.
4844 2008-02-01  Dave Love  <fx@gnu.org>
4846         * cus-start.el: Add selection-coding-system.
4848         * language/hebrew.el ("Hebrew"): Add windows-1255, cp862 coding systems.
4850         * language/china-util.el (post-read-decode-hz)
4851         (pre-write-encode-hz): Move from chinese.el.
4852         (big5-to-flat-code, flat-code-to-big5, euc-to-flat-code)
4853         (flat-code-to-euc, expand-euc-big5-alist, big5-to-cns): Delete.
4855         * language/chinese.el (post-read-decode-hz)
4856         (pre-write-encode-hz): Move to china-util.el.
4858         * case-table.el (set-case-syntax-pair): Test again for equal byte
4859         lengths of the pair.
4861         * international/characters.el: Add Vietnamese category to
4862         equivalent unicodes.
4864 2008-02-01  Dave Love  <fx@gnu.org>
4866         * international/mule-conf.el (chinese-sisheng, ipa)
4867         (indian-is13194, tibetan, ethiopic): Add :unify-map.
4869         * international/mule-diag.el (describe-character-set): Account for
4870         more than two dimensions of possibly different size.
4871         (describe-current-coding-system): Add selection-coding-system.
4873         * international/mule-cmds.el (unify-8859-on-encoding-mode)
4874         (unify-8859-on-decoding-mode): Move from mule.el.
4876         * international/mule.el (unify-8859-on-encoding-mode)
4877         (unify-8859-on-decoding-mode): Remove :init-value.
4878         (charset-chars): Add optional dimension arg.
4879         (unify-8859-on-encoding-mode, unify-8859-on-decoding-mode):
4880         Move to mule-cmds.el.
4882 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
4884         * international/fontset.el: Change registry for japanese-jisx0208
4885         to "JISX0208*" in the default fontset.
4886         (font-encoding-alist): Add an entry for "JISX0208.1983" and
4887         "ISO10646.indian-1".
4889 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
4891         * language/japanese.el (japanese-iso-7bit-1978-irv):
4892         Add `designation' to :flags, `ascii' to :charset-list.
4894         * international/mule.el (define-charset): New args :min-code and
4895         :max-code.
4896         (coding-system-iso-2022-flags): Add use-roman, use-oldjis.
4898         * international/mule-conf.el (chinese-gbk): Change :code-offset to
4899         #x160000.
4900         (gb18030-2-byte, gb18030-4-byte-bmp, gb18030-4-byte-smp)
4901         (gb18030-4-byte-ext-1, gb18030-4-byte-ext-2, gb18030): New charsets.
4903 2008-02-01  Dave Love  <fx@gnu.org>
4905         * language/thai.el (iso-8859-11): New coding system.
4907         * international/mule-conf.el: Doc fixes.
4908         (iso-8859-11): New.
4910 2008-02-01  Dave Love  <fx@albion.dl.ac.uk>
4912         * cus-start.el (scalable-fonts-allowed): Add.
4914 2008-02-01  Dave Love  <fx@gnu.org>
4916         * international/mule.el (unify-8859-on-encoding-mode)
4917         (unify-8859-on-decoding-mode): Dummy versions.
4919         * international/ucs-tables.el: Remove.
4921         * Makefile.in (DONTCOMPILE): Add language/chinese.el,
4922         language/japanese.el.
4924         * international/mule-conf.el: Doc fixes.
4925         (cp936): New alias.
4926         (cp720, cp858): New charsets.
4928         * mail/sendmail.el (mail-recover-1, mail-recover): Use utf-8-emacs
4929         coding system, not emacs-mule.
4931         * files.el (revert-buffer, recover-file): Likewise.
4933         * desktop.el (desktop-save): Likewise.
4935 2008-02-01  Dave Love  <fx@gnu.org>
4937         * international/mule.el (with-category-table): Use make-symbol.
4938         (coding-system-list): Use coding-system-aliases.
4939         (make-translation-table): Don't deal with generic characters.
4941         * international/mule-util.el (coding-system-post-read-conversion)
4942         (coding-system-pre-write-conversion)
4943         (coding-system-translation-table-for-decode)
4944         (coding-system-translation-table-for-encode): Get the right properties.
4945         (with-coding-priority): New macro.
4946         (detect-coding-with-language-environment): Use it.
4947         (coding-system-equal): Use coding-system-plist.
4949         * international/encoded-kb.el (encoded-kbd-setup-keymap) <ccl>:
4950         Use :valid property.
4952         * international/mule-cmds.el (encode-coding-char):
4953         Use find-coding-systems-string.  Don't use make-char.
4954         (describe-language-environment): Use coding-system-aliases.
4955         (prefer-coding-system): Doc fix.
4957         * international/mule-diag.el (describe-current-coding-system):
4958         Fix aliases listing.
4959         (print-iso-2022-flags): Delete.
4960         (print-designation): Partial re-write.
4961         (describe-coding-system): Deal with iso-2022 designations, flags.
4962         Fix shift_jis case.
4963         (describe-char-after): Use characterp.  Print explicit unicode.
4964         Remove some obsolete code.
4965         (print-coding-system-briefly): Fix printing aliases.
4966         (print-coding-system): Use coding-system-aliases.
4967         (mule-diag): Don't list coding categories.
4969         * international/mule-conf.el: Doc fixes.  Remove redundant :long-name properties.
4970         Re-order charset priorities.
4971         (binary): New alias.
4972         (iso-8859-16): Fix nickname.
4973         (define-iso-single-byte-charset): Un-define after use.
4975 2008-02-01  Dave Love  <fx@gnu.org>
4977         * international/characters.el: Additional double width specifications.
4979         * international/mule-diag.el (print-coding-system): Incomplete updates.
4980         (describe-character-set): List more properties.
4981         (print-fontset): Fix case of vector font-spec.
4982         (describe-current-coding-system): Fix iso-7, iso-7-else.
4984         * international/mule-conf.el (ibm866): Fix alias.
4985         (iso-8859-16): Fix nickname.
4987 2008-02-01  Dave Love  <fx@gnu.org>
4989         * language/ind-util.el: Avoid decode-char.
4990         (indian--puthash-char, indian--puthash-c, indian--puthash-cv):
4991         Use characterp, not char-valid-p.
4993         * language/devan-util.el: Add coding tag, avoid decode-char.
4995         * international/titdic-cnv.el: Add coding tag.
4996         (tit-process-header): Add coding tag to output.
4998         * language/thai.el (cp874, ibm874): New coding systems.
5000         * emacs-lisp/byte-opt.el <side-effect-and-error-free-fns>:
5001         Add character-p.
5003         * language/european.el (cp852, ibm852, cp857, ibm857, cp860)
5004         (ibm860, cp861, ibm861, cp863, cp865, ibm865, cp437, ibm437):
5005         New coding systems.
5006         <set-language-info-alist>: Avoid decode-char.
5008         * language/hebrew.el (cp862, ibm862): New coding systems.
5010         * language/greek.el (cp851, ibm851, cp869, ibm869): New coding systems.
5012         * language/cyrillic.el (cp855, ibm855): New coding systems.
5014         * international/mule-conf.el: Avoid decode-char in top-level code
5015         for self-inserting multibyte chars.
5016         (cp437, cp737, cp775, cp851, cp852, cp855, cp857, cp855, cp857)
5017         (cp860, cp861, cp862, cp863, cp864, cp865, cp869, cp874):
5018         New charsets.
5020         * international/characters.el: Various simplifications and additions.
5022 2008-02-01  Dave Love  <fx@gnu.org>
5024         * international/mule-conf.el (code-pages): Provide, for compatibility.
5026         * international/code-pages.el: Remove.
5028 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5030         * Makefile.in: Cancel the 2008-02-01 change of mine.
5032         * international/fontset.el: Add setting for unicode font at the
5033         end of the default fontset.
5035 2008-02-01  Dave Love  <fx@gnu.org>
5037         * international/mule-conf.el (adobe-standard-encoding, symbol):
5038         Adjust :code-space.
5039         (ibm850): Add :ascii-compatible-p.
5041 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5043         * international/mule-conf.el (vietnamese-viscii-lower)
5044         (vietnamese-viscii-upper): Supply them :code-offset, then unify by
5045         mapping table.
5047 2008-02-01  Dave Love  <fx@gnu.org>
5049         * cus-start.el: Add charset-map-directory.
5051         * international/fontset.el (font-encoding-alist): Add adobe-symbol.
5053         * format.el (format-alist): Remove ibm, mac, hp entries (available
5054         natively).
5056         * language/romanian.el (iso-latin-10): Add :mime-charset.
5057         ("Romanian"): Add doc.
5059         * international/mule-conf.el (iso-8859-10, symbol)
5060         (adobe-standard-encoding, ibm850): New charsets.
5061         (iso-8859-13): Fix IR number, final char.
5062         (file-coding-system-alist): Add .xml.
5064         * language/european.el (iso-latin-6, iso-8859-10, latin-6)
5065         (iso-latin-7, iso-8859-13, latin-7, hp-roman8, roman8)
5066         (adobe-standard-encoding, cp850, ibm850): New coding systems.
5067         ("Latin-6", "Latin-7"): New language environments.
5069 2008-02-01  Dave Love  <fx@gnu.org>
5071         * Makefile.in (DONTCOMPILE): Remove ucs-tables, utf-8,
5072         utf-8-subst; add vietnamese, cyrillic, czech.
5074         * language/romanian.el (iso-latin-10): New coding system.
5076         * international/mule-conf.el (emacs-mule): Set :charset-list,
5077         consistent with coding-system-charset-list doc.
5078         (iso-8859-16): New charset.
5080         * international/mule-diag.el (describe-coding-system): Avoid error
5081         for iso-2022, emacs-mule.
5083 2008-02-01  Dave Love  <fx@gnu.org>
5085         * international/codepage.el: Remove or comment out most of code.
5086         (codepage-setup): Re-write as trivial, obsolete function.
5088         * language/utf-8-lang.el ("UTF-8"): Use utf-8, not mule-utf-8.
5089         Remove setup function.
5091         * language/english.el (ebcdic-us, ebcdic-uk): New coding systems.
5093         * Makefile.in (DONTCOMPILE): Add language/vietnamese.el,
5094         language/cyrillic.el, language/czech.el.
5096         * language/vietnamese.el (windows-1258, cp1258): New coding systems.
5097         (font-ccl-encoder-alist): Remove viscii, vscii.
5099         * language/hebrew.el (windows-1255, cp1255): New coding systems.
5101         * language/european.el (windows-1254, cp1254, windows-1257)
5102         (cp1257, next, iso-latin-7, iso-8859-13, latin-7): New coding systems.
5103         ("Latin-7", "Lithuanian", "Latvian"): Don't require code-pages.
5105         * language/greek.el (windows-1253, cp1253): New coding systems.
5107         * international/mule-conf.el (ebcdic-us, ebcdic-uk): Change map
5108         file name.
5109         (windows-1253, windows-1254, windows-1255, windows-1256)
5110         (windows-1257, windows-1258, next): New charsets.
5112         * international/utf-8.el, international/utf-8-subst.el: Remove.
5114         * international/mule.el: Doc fixes.
5115         (charset-list, generic-char-p, set-coding-priority): Make obsolete.
5116         (coding-system-get): Try to convert old-style symbol to keyword.
5117         (define-charset): Purecopy strings in property list.
5118         (define-coding-system): Purecopy docstring.
5120         * international/mule-diag.el (list-character-sets-2): Avoid
5121         charset-bytes.
5122         (list-iso-charset-chars, list-non-iso-charset-chars): Delete.
5123         (list-block-of-chars): Re-write.
5124         (describe-character-set): Show more properties.
5125         (describe-char-after): Correct codepoint display.
5126         (print-coding-system): Use symbolic types.
5128 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5130         * Makefile.in: Be sure also to run emacs with LANG=C.
5132 2008-02-01  Dave Love  <fx@gnu.org>
5134         * international/mule-diag.el: Doc fixes.
5135         (sort-charset-list, charset-multibyte-form-string): Remove.
5136         (list-character-sets, list-character-sets-1)
5137         (list-character-sets-2): Re-write.
5138         (non-iso-charset-alist): Set to nil and made obsolete.
5139         (decode-codepage-char): Re-write and made obsolete.
5140         (read-charset): Don't use non-iso-charset-alist.
5141         (describe-coding-system): Use keyword properties.
5142         (describe-character-set): Re-write.
5144         * international/mule-conf.el (koi8-u, koi8-t, georgian-ps)
5145         (windows-1250, windows-1251, windows-1252, cp1125, ebcdic-us)
5146         (ebcdic-uk): New charsets.
5148         * language/cyrillic.el (koi8-u, koi8-t, windows-1251, cp1125):
5149         New coding systems.
5151         * language/european.el (windows-1252): New coding system.
5153 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5155         * Makefile.in: By sure to run emacs with LC_ALL=C.
5157         * international/encoded-kb.el (encoded-kbd-handle-8bit): Call
5158         encoded-kbd-self-insert-iso2022-8bit with argument 1.
5159         (encoded-kbd-self-insert-charset): New function.
5160         (encoded-kbd-setup-keymap, encoded-kbd-mode): Handle a
5161         coding-system of type charset.
5163 2008-02-01  Dave Love  <fx@gnu.org>
5165         * international/mule-cmds.el (set-locale-environment): Comment out
5166         set-keyboard-coding-system stuff.
5168 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5170         * international/mule.el (define-coding-system): Doc fix;
5171         sjis->shift-jis.
5173         * international/mule-conf.el: Use decode-char instead of make-char.
5175         * international/encoded-kb.el (encoded-kbd-self-insert-iso2022-8bit):
5176         New arg ARG.  Directly call self-insert-command.  This is a
5177         temporary workaround to make it work with latin-1.
5178         (encoded-kbd-mode): Change `sjis' to `shift-jis'.
5180         * international/characters.el: Setup char-width-table for CJK
5181         characters.
5183 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5185         * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
5186         Fix the initial value to specify character range of
5187         japanese-jisx0208, not unicode.
5189         * international/characters.el: Set syntax/category for
5190         japanese-jisx0208.
5192 2008-02-01  Dave Love  <fx@gnu.org>
5194         * mail/sendmail.el (sendmail-send-it): Use :mime-charset, not
5195         mime-charset.
5197         * language/vietnamese.el, language/korean.el, language/japanese.el:
5198         * language/hebrew.el, language/greek.el, language/chinese.el:
5199         Fix :mime-charset properties.
5201         * language/cyrillic.el (cyrillic-iso-8bit, cyrillic-koi8)
5202         (cyrillic-alternativnyj): Fix :mime-charset.
5203         (cp878, cp866): New alias.
5205         * language/european.el: Fix mime-charset properties.
5207         * international/mule-cmds.el (sort-coding-systems)
5208         (select-safe-coding-system, select-message-coding-system): Use
5209         :mime-charset, not 'mime-charset.
5211         * international/mule-conf.el: Add various :mime-charset properties.
5213 2008-02-01  Dave Love  <fx@gnu.org>
5215         * international/encoded-kb.el (encoded-kbd-self-insert-ccl): Fix
5216         getting decoder.
5217         (encoded-kbd-mode): Fix code for coding system type and designations.
5219         * international/mule-conf.el: Spelling fixes.
5221 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5223         * international/fontset.el (fontset-plain-name): Handle the case
5224         that size, weight, slant are not specified in the fontset name.
5226 2008-02-01  Yong Lu  <lyongu@asia-infonet.com>
5228         * language/greek.el (greek-iso-8bit): Fix typo.
5230 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5232         * language/chinese.el (chinese-big5): Change :coding-type to `charset'.
5234 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5236         * international/characters.el: Change encoding to utf-8-emacs.
5237         Remove apparent duplicate codes.
5239 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5241         * international/fontset.el: Change the registry for
5242         chinese-gb2312 and add the registry for chinese-gbk.
5244         * international/mule.el (charset-chars): Fix typo.
5246         * international/mule-conf.el (chinese-gbk): New charset.
5248         * international/titdic-cnv.el (titdic-convert): Read into a
5249         unibyte buffer then make the buffer multibyte.
5251 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5253         * international/mule-conf.el (utf-16-le, utf-16-be): Use :bom attribute
5254         instead of :signature.
5256 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5258         * language/czech.el ("Czech"): Set `iso-8859-2' for
5259         `nonascii-translation'.
5261         * language/romanian.el ("Romanian"): Likewise.
5263         * language/slovak.el ("Slovak"): Likewise.
5265         * international/characters.el: Optimize calls of modify-category-entry.
5267 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5269         * bindings.el: Don't bind multibyte characters to
5270         self-insert-command here.  It's done in mule-conf.el.
5272         * case-table.el (set-case-syntax-offset): Delete variable.
5273         (set-case-syntax-1): Delete function.  Change callers.
5274         (set-case-syntax-delims): Don't check byte length of characters.
5276         * isearch.el (isearch-mode-map): Call set-char-table-range to bind
5277         characters to isearch-printing-char.
5279         * loadup.el: Don't load "international/utf-8".  Don't call
5280         update-coding-systems-internal.  Bind coding-system-for-write to
5281         `utf-8' while writing fns-XXX.el.  Call clear-charset-maps before
5282         dumping.
5284         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Adjust for the
5285         change of map-char-table.
5287         * eshell/esh-mode.el: Adjust for the change of map-char-table.
5289         * international/characters.el: Adjust for the deletion of
5290         generic characters.
5292         * international/code-pages.el (cp-make-translation-table)
5293         (cp-valid-codes, cp-fix-safe-chars): Delete.  Change caller.
5294         (cp-make-coding-system): Call define-coding-system.
5296         * international/fontset.el: Rewrite most code.
5298         * international/ja-dic-cnv.el (skkdic-get-kana-compact-codes):
5299         Call encode-char instead of split-char.
5301         * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
5302         Change value.
5303         (skkdic-lookup-key): Call encode-char instead of split-char.
5305         * international/titdic-cnv.el (titdic-convert): Bind
5306         coding-system-for-write to 'iso-2022-7bit.  Don't work on unibyte
5307         buffer.
5309         * international/latin-1.el: Don't bind set-case-syntax-offset.
5311         * international/latin-2.el: Don't bind set-case-syntax-offset.
5313         * international/latin-3.el: Don't bind set-case-syntax-offset.
5315         * international/latin-4.el: Don't bind set-case-syntax-offset.
5317         * international/latin-5.el: Don't bind set-case-syntax-offset.
5319         * international/latin-8.el: Don't bind set-case-syntax-offset.
5321         * international/latin-9.el: Don't bind set-case-syntax-offset.
5323         * international/mule-cmds.el: Don't use coding category.
5324         Call set-coding-system-priority instead of set-coding-priority.
5325         (sort-coding-systems, select-safe-coding-system):
5326         Call coding-system-priority-list to get the most preferred one.
5327         (reset-language-environment): Order of coding system priority
5328         changed.  Set primary charset to iso-8859-1.
5329         (set-language-environment-coding-systems):
5330         Call set-coding-system-priority instead of set-coding-priority.
5331         (get-charset-property, put-charset-property): Move to mule.el.
5333         * international/mule-conf.el: Ful re-write.
5335         * international/mule-diag.el (print-designation): Change arguments.
5336         (print-iso-2022-flags): New function.
5337         (describe-coding-system, describe-current-coding-system):
5338         Adjust for the new structure of coding system.
5340         * international/mule.el (char-valid-p): Make it an alias of characterp.
5341         (define-charset): Full re-design.
5342         (charset-quoted-standard-p): Delete.
5343         (charsetp): Move to charset.c.
5344         (charset-info, charset-id, charset-bytes, charset-width)
5345         (charset-directioin, charset-iso-graphic-plane)
5346         (charset-reverse-charset): Delete.
5347         (charset-dimension, charset-chars, charset-iso-final-char)
5348         (charset-description, charset-short-name, charset-long-name):
5349         Call charset-plist instead of charset-info.
5350         (charset-plist, set-charset-plist): Move to charset.c.
5351         (get-charset-property, put-charset-property): Move from
5352         mule-cmds.el.  Call charset-plist and set-charset-plist.
5353         (make-char): Delete.
5354         (generic-char-p): Make it always return nil.
5355         (decode-char, encode-char): Move to charset.c.
5356         (coding-spec-XXX-idx): Delete variables.
5357         (coding-system-iso-2022-flags): New variable.
5358         (define-coding-system): New function.
5359         (transform-make-coding-system-args, make-coding-system): Delete.
5360         (set-coding-priority): Make it obsolete.
5361         (after-insert-file-set-buffer-file-coding-system)
5362         (find-new-buffer-file-coding-system): Adjust for the new coding
5363         system structure.
5365         * language/chinese.el, language/cyrillic.el, language/european.el:
5366         * language/greek.el, language/hebrew.el, language/indian.el:
5367         * language/japanese.el, language/korean.el, language/lao.el:
5368         * language/thai.el, language/tibetan.el, language/vietnamese.el:
5369         Call define-coding-system instead of make-coding-system.
5370         Delete all CCL program.
5372         * textmodes/sgml-mode.el (sgml-mode-map): Use encode-char instead
5373         of make-char.
5374         (sgml-char-names-table): Fix iteration limit.
5376         * term/mac-win.el: Delete unnecessary calls of set-fontset-font.
5377         (ccl-encode-mac-roman-font): Delete.
5379         * Makefile.in (DONTCOMPILE): Add latin1-disp.el, ucs-tables.el,
5380         utf-8.el, and utf-8-subst.el as they can't be bytecompiled
5381         currently.  This is just a temporary workaround.
5383 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5385         * whitespace.el (global-whitespace-mode): Use `find-file-hook' instead
5386         of `find-file-hooks'.
5387         (global-whitespace-toggle-options): Doc fix.
5389 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
5391         * whitespace.el (whitespace): Set :version tag to 23.1.
5392         (whitespace-turn-off, whitespace-toggle-options): Fix typos.
5393         (whitespace-style, whitespace-chars, whitespace-space)
5394         (whitespace-hspace, whitespace-tab, whitespace-newline)
5395         (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
5396         (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
5397         (whitespace-hspace-regexp, whitespace-space-regexp)
5398         (whitespace-tab-regexp, whitespace-trailing-regexp)
5399         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
5400         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
5401         (whitespace-space-after-tab-regexp, whitespace-line-column)
5402         (whitespace-display-mappings, global-whitespace-toggle-options)
5403         (whitespace-cleanup, whitespace-cleanup-region)
5404         (whitespace-interactive-char): Doc fixes.
5406 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
5408         * whitespace.el (global-whitespace-mode): Fix modeline lighter.
5409         When turning off the global mode, turn off the local modes too
5410         if whitespace is being unloaded.
5411         (whitespace-unload-function): New function.
5413 2008-02-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
5415         * vc.el (vc-update): Fix bug: Specify branch tip as
5416         vc-checkout REVISION.  Reported by Dan Nicolaescu.
5418 2008-02-01  Glenn Morris  <rgm@gnu.org>
5420         * info.el (bookmark-make-cell-function, bookmark-search-size)
5421         (bookmark-current-bookmark): Declare variables for compiler.
5422         (bookmark-buffer-file-name, bookmark-get-filename)
5423         (bookmark-get-front-context-string)
5424         (bookmark-get-rear-context-string, bookmark-get-position)
5425         (bookmark-get-info-node, bookmark-file-or-variation-thereof)
5426         (bookmark-jump-noselect): Declare functions for compiler.
5427         (Info-bookmark-make-cell): Fix argument list to match example of
5428         `bookmark-make-cell-for-text-file'.
5429         (Info-bookmark-jump): Don't require info inside info.el.
5431 2008-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
5433         * progmodes/verilog-mode.el (verilog-sk-prompt-msb)
5434         (verilog-sk-module, verilog-sk-function, verilog-sk-begin)
5435         (verilog-sk-if, verilog-sk-wire, verilog-sk-for)
5436         (verilog-sk-state-machine): Quote all calls to
5437         "auxiliary skeleton"s to prevent infloops.
5439 2008-02-01  Jason Rumney  <jasonr@gnu.org>
5441         * w32-fns.el: Partially revert 2007-11-10 change.
5443 2008-02-01  Martin Rudalics  <rudalics@gmx.at>
5445         * mail/rmail.el (rmail-highlight): Fix specification.
5446         Reported by pod <pod@herald.ox.ac.uk>.
5448 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5450         * image-mode.el (image-mode-current-vscroll)
5451         (image-mode-current-hscroll): Make buffer-local.
5452         (image-set-window-vscroll, image-set-window-hscroll): Simplify.
5453         (image-reset-current-vhscroll): Use the latest setting when displaying
5454         for the first time in a window.  Apply to all windows in the frame.
5455         (image-mode): Don't make image-mode-current-[vh]scroll buffer-local.
5457         * progmodes/grep.el (grep-compute-defaults):
5458         Don't mix up defaults for different connections to the same host.
5460 2008-01-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5462         * blank-mode.el: Rename to whitespace.el.
5464         * obsolete/whitespace.el: Rename to obsolete/old-whitespace.el.
5466 2008-01-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5468         * net/rcompile.el (remote-compile): Remove broken code.
5470 2008-01-31  Jason Rumney  <jasonr@gnu.org>
5472         * term/w32-win.el (image-library-alist): Prefer libxpm.dll.
5474 2008-01-31  Juanma Barranquero  <lekktu@gmail.com>
5476         * linum.el (linum-unload-function): New function.
5478 2008-01-30  Nick Roberts  <nickrob@snap.net.nz>
5480         * progmodes/gdb-ui.el (gdb-var-set-format-regexp): New constant.
5481         (gdb-var-set-format-handler): New function.
5482         (gdb-var-set-format): Use it.
5484 2008-01-30  Juanma Barranquero  <lekktu@gmail.com>
5486         * emacs-lisp/check-declare.el (check-declare-directory):
5487         * emacs-lisp/authors.el (authors): Use `find-program' and
5488         `grep-program' instead of hardcoded program names.
5490         * emacs-lisp/cl-loaddefs.el: Update.
5492 2008-01-30  Tassilo Horn  <tassilo@member.fsf.org>
5494         * info.el (Info-bookmark-make-cell, Info-bookmark-jump): New functions.
5495         Implement bookmark support the new make-cell/handler way.
5496         (Info-mode): Bind bookmark-make-cell-function to
5497         Info-bookmark-make-cell buffer locally.
5499 2008-01-30  Richard Stallman  <rms@gnu.org>
5501         * progmodes/etags.el (tags-query-replace): Delete unused optional args.
5502         Doc fix.
5504         * files.el (hack-local-variables): Don't query about fake variables.
5506 2008-01-30  Markus Triska  <markus.triska@gmx.at>
5508         * linum.el: New file.
5510 2008-01-29  Michael Albinus  <michael.albinus@gmx.de>
5512         * net/tramp.el (tramp-methods): Use "-H" option for "sudo".
5513         Suggested by Trent W. Buck <trentbuck@gmail.com>.  Make ("%h")
5514         a single element in "plinkx".
5515         (tramp-handle-shell-command): Reuse "*Async Shell Command*" or
5516         "*Shell Command Output*" buffers.  Check, whether there is already
5517         an asynchronous process running.  Display always the buffer of the
5518         asynchronous process.
5519         (tramp-compute-multi-hops): Adapt error message.
5521 2008-01-29  Alan Mackenzie  <acm@muc.de>
5523         * progmodes/cc-langs.el (c-specifier-key): Exclude "template"
5524         from this regexp; part of same fix as next change to cc-engine.el.
5526         * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5):
5527         Anchor the "{" of a template function correctly on "template", not the
5528         following "<".
5530         * progmodes/cc-defs.el (c-version): Increase to 5.31.5.
5532 2008-01-29  Tassilo Horn  <tassilo@member.fsf.org>
5534         * doc-view.el (doc-view-mode): Adapt to image-mode-current-vscroll
5535         and image-mode-current-hscroll being alists now.
5537         * image-mode.el (image-mode-current-vscroll)
5538         (image-mode-current-hscroll): Add doc strings.
5539         (image-set-window-vscroll, image-set-window-hscroll)
5540         (image-reset-current-vhscroll, image-mode): Adapt to
5541         image-mode-current-vscroll and image-mode-current-hscroll being
5542         alists now.
5544 2008-01-29  Martin Rudalics  <rudalics@gmx.at>
5546         * emacs-lisp/find-func.el (find-function-search-for-symbol):
5547         Strip extension from .emacs.el to make sure symbol is searched
5548         in .emacs too.
5550 2008-01-29  Tassilo Horn  <tassilo@member.fsf.org>
5552         * doc-view.el (doc-view-mode): Use facilities below to
5553         restore [vh]scroll when switching buffers.
5555         * image-mode.el (image-mode-current-vscroll)
5556         (image-mode-current-hscroll): New variables.
5557         (image-set-window-hscroll, image-set-window-vscroll): New functions.
5558         (image-forward-hscroll, image-next-line, image-bol, image-eol)
5559         (image-bob, image-eob): Use them.
5560         (image-reset-current-vhscroll): New function.
5561         (image-mode): Make new variables buffer-local and reset [vh]scroll
5562         on window configuration changes.
5564 2008-01-27  Nick Roberts  <nickrob@snap.net.nz>
5566         * progmodes/gdb-ui.el (gdb-create-define-alist): Don't call
5567         gdb-cpp-define-alist-program if file is nil (currently only
5568         " *partial-output-...").
5570 2008-01-27  Richard Stallman  <rms@gnu.org>
5572         * allout.el: Many doc fixes.
5573         (allout-encrypt-string): Fix error message.
5575 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
5577         * progmodes/etags.el (tags-query-replace): Doc fix.
5579 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
5581         * allout.el (allout-unload-function): New function.
5583 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
5585         * allout.el (allout-prefix-data): Doc fix.
5586         (allout-show-current-subtree): Reflow docstring.
5587         (allout-use-mode-specific-leader, allout-use-hanging-indents)
5588         (produce-allout-mode-map, allout-overlay-interior-modification-handler)
5589         (allout-next-heading, allout-previous-heading, allout-rebullet-heading)
5590         (allout-rebullet-topic, allout-rebullet-topic-grunt, allout-kill-topic)
5591         (allout-copy-topic-as-kill, allout-listify-exposed)
5592         (allout-process-exposed, allout-encrypted-key-info)
5593         (allout-update-passphrase-mnemonic-aids)
5594         (allout-next-topic-pending-encryption)
5595         (allout-tests-globally-true): Fix typos in docstrings.
5597 2008-01-23  Jason Rumney  <jasonr@gnu.org>
5599         * lpr.el (printer-name): Do not set on MS Windows.
5601 2008-01-28  Michael Albinus  <michael.albinus@gmx.de>
5603         * net/tramp.el (tramp-handle-shell-command): Use "/bin/sh -c" for
5604         the command.
5606 2008-01-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5608         * whitespace.el: Moved to obsolete dir.
5610         * blank-mode.el: New version 9.2.  Replace whitespace functions by
5611         aliases in blank-mode.
5612         (whitespace-buffer): New fun.
5613         (whitespace-region): Alias for whitespace-buffer, because there is no
5614         blank-region fun.
5615         (whitespace-cleanup): Alias for blank-cleanup.
5616         (whitespace-cleanup-region): Alias for blank-cleanup-region.
5618 2008-01-27  Juanma Barranquero  <lekktu@gmail.com>
5620         * server.el (server-log-time-function): Doc fix.
5621         (server-buffer): Fix typo in docstring.
5623 2008-01-27  Martin Rudalics  <rudalics@gmx.at>
5625         * view.el (view-buffer): Explain in doc-string why exit-action
5626         should not be set to kill-buffer.
5628         * arc-mode.el (archive-extract):
5629         * tar-mode.el (tar-extract): Use kill-buffer-if-not-modified as
5630         exit-action when viewing the buffer.
5632 2008-01-27  Dan Nicolaescu  <dann@ics.uci.edu>
5634         * add-log.el (change-log-search-file-name): Work harder to find
5635         the correct file name.
5636         (change-log-find-file): Fix typo.
5637         (change-log-start-entry-re): Move definition earlier.
5639 2007-01-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5641         * add-log.el (change-log-search-file-name, change-log-find-file):
5642         New function.
5643         (change-log-font-lock-keywords): Move file name matching ...
5644         (change-log-file-names-re): ... here.  New defconst.
5645         (change-log-mode-map): New binding C-c C-f to change-log-find-file.
5647 2008-01-27  Alan Mackenzie  <acm@muc.de>
5649         * progmodes/cc-awk.el, progmodes/cc-engine.el: Correct typos,
5650         enhance comments.
5652 2008-01-27  Michael Albinus  <michael.albinus@gmx.de>
5654         * net/tramp.el (tramp-compute-multi-hops): In case of su(do)?
5655         methods, the host name must be a local host.
5657 2008-01-27  Dan Nicolaescu  <dann@ics.uci.edu>
5659         * vc.el: Add TODO item about not defaulting to RCS.
5661         * server.el (server-process-filter): Check for non-nil before
5662         calling file-directory-p.
5664 2008-01-27  Alan Mackenzie  <acm@muc.de>
5666         * progmodes/cc-vars.el (c-hanging-braces-alist): New element for
5667         arglist-cont-nonempty.
5669         * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines
5670         for a brace with syntax arglist-cont-nonempty.
5672         * progmodes/cc-styles.el (c-style-alist): Add elements for
5673         arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python, awk).
5675 2008-01-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
5677         * button.el (define-button-type): Clarify type of NAME in docstring.
5679 2008-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5681         * server.el (server-buffer): New const.
5682         (server-log): New var.
5683         (server-log): Use them.
5684         (server-process-filter): (Try to) run the continuation in the same cwd
5685         as the client's.
5687 2008-01-26  Alan Mackenzie  <acm@muc.de>
5689         * progmodes/cc-defs.el (c-save-buffer-state):
5690         Bind buffer-file-name and buffer-file-truename to nil, to prevent
5691         primitives generating "buffer is read only" messages.
5693 2008-01-20  Ulf Jasper  <ulf.jasper@web.de>
5695         * calendar/icalendar.el (icalendar-version): Increase to "0.17".
5696         (icalendar-import-format): Doc fix.  Allow function type.
5697         (icalendar--read-element): Doc fix.
5698         (icalendar--parse-summary-and-rest): Doc fix.  Handle function
5699         type icalendar-import-format.  Make regexps non-greedy.
5700         (icalendar--format-ical-event): Handle function type
5701         icalendar-import-format.
5702         (icalendar-import-format-sample): New function.
5704 2008-01-26  Thien-Thi Nguyen  <ttn@gnuvola.org>
5706         * vc.el (vc-exec-after): For mode-line-process highlighting, if
5707         `compile' is not available, fall back to font-lock-warning-face.
5709 2008-01-26  Phil Sung  <psung@mit.edu>  (tiny change)
5711         * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so
5712         that the filename end is found even when the filename is empty.
5713         Fixes error and spurious newlines when marking files for deletion.
5715 2008-01-26  Martin Rudalics  <rudalics@gmx.at>
5717         * subr.el (find-tag-default): Simplify using exclusively
5718         skip-syntax-backward/-forward.
5720 2008-01-26  Michael Albinus  <michael.albinus@gmx.de>
5722         * vc.el (vc-directory, vc-update-change-log): Remove check for
5723         Tramp.  Both functions work for it, though pretty slow
5724         (`vc-directory').  Maybe the implementation can be optimized.
5726         * net/tramp.el (tramp-dissect-file-name): Raise an error when
5727         Tramp 2.0 syntax is used.
5728         Suggested by Trent W. Buck <trentbuck@gmail.com>.
5730 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
5732         * ls-lisp.el (ls-lisp-insert-directory): If -n switch is used,
5733         invoke directory-files-and-attributes with last argument `integer'
5734         instead of `string'.
5735         (insert-directory): Add -n to the list of supported switches
5736         mentioned in the doc string.
5738 2008-01-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5740         * blank-mode.el: New version 9.1.  Handle "long" line tail
5741         visualization.  Doc fix.
5742         (blank-line-length): Rename to blank-line-column.
5743         (blank-chars-value-list, blank-toggle-option-alist, blank-help-text):
5744         Initialization fix.
5745         (blank-replace-spaces-by-tabs): New fun.
5746         (blank-cleanup, blank-cleanup-region, blank-color-on): Code fix.
5748 2008-01-25  Richard Stallman  <rms@gnu.org>
5750         * subr.el (add-hook): Implement `permanent-local-hook' property.
5752         * loadhist.el (file-provides, file-requires): Push the filename right.
5754 2008-01-25  Martin Rudalics  <rudalics@gmx.at>
5756         * emacs-lisp/find-func.el (find-library): Wrap search for
5757         library name in condition-case to avoid reporting a scan-error.
5759 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
5761         * server.el (server-process-filter): Don't force
5762         the authentication string to be followed by "\n".
5764 2008-01-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5766         * blank-mode.el: New version 9.0.  New commands to clean up some blank
5767         problems like trailing blanks.  New faces and regexp for visualizing
5768         the blank problems.  Doc fix.
5769         (blank-chars, blank-global-modes, blank-chars-value-list)
5770         (blank-toggle-option-alist, blank-help-text): Initialization fix.
5771         (blank-indentation, blank-empty, blank-space-after-tab): New faces.
5772         (blank-indentation, blank-empty, blank-space-after-tab)
5773         (blank-indentation-regexp, blank-empty-at-bob-regexp)
5774         (blank-empty-at-eob-regexp, blank-space-after-tab-regexp): New options.
5775         (blank-cleanup, blank-cleanup-region): New commands.
5776         (blank-color-on): Code fix.
5778 2008-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
5780         * ibuffer.el (ibuffer-default-sorting-mode): Add option to sort by
5781         file name.
5782         (ibuffer-mode-map): Add binding to sort by file name.
5783         (ibuffer-filename/process-header-map): New variable.
5784         (filename-and-process): Add a header that sorts by file name.
5785         (ibuffer-mode): Mention sorting by file name.
5787         * ibuf-ext.el (filename/process): New sorter.
5789 2008-01-25  Sven Joachim  <svenjoac@gmx.de>
5791         * view.el (kill-buffer-if-not-modified): Don't pass t to
5792         buffer-modified-p.
5794 2008-01-24  Michael Albinus  <michael.albinus@gmx.de>
5796         * net/tramp.el (tramp-do-copy-or-rename-file): Flush the cache of
5797         the source file in case of `rename'.
5798         Reported by Pete Forman <pete.forman@westerngeco.com>.
5800 2008-01-24  Ken Manheimer  <ken.manheimer@gmail.com>
5802         * allout.el (allout-keybindings-list): In initial setting, express
5803         meta-prefixed allout keys as vectors instead of strings, since the
5804         string form is interpreted in some cases as composed key
5805         modifiers, eg, accented keys.
5807         (allout-line-boundary-regexp): Clarify description.
5809         (set-allout-regexp): Repair the expressions so that the formfeed
5810         part is identified as one of the top-level groups, and is
5811         included in all the forms, not just the -line-boundary-regexp one.
5813         (allout-prefix-data): Incorporate information from the various
5814         allout regexp's formfeed alternative group, when present.
5816         (allout-write-file-hook-handler): Rectify mangling of the error
5817         handling.  It was broken in 2007-12-06T19:56:41Z!deego@gnufans.org, where an `error'
5818         condition-case handler was apparently reformatted as if it was a
5819         call to the error function.  An apparent repair attempt in version
5820         1.101 situated the original body of the error handling code as
5821         bogus condition-case handlers.  I've returned to just about the
5822         working code that was originally there, removing an unnecessary -
5823         but benign - enclosing 'progn'.  \(Automated or cursory code fixes
5824         often aren't.)
5826         (allout-region-active-p): Fallback to value of mark-active if
5827         neither use-region-p nor region-active-p are present, for
5828         compatability with current and recent emacs major releases.
5830 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
5832         * textmodes/reftex-toc.el (reftex-toc-next, reftex-toc-previous)
5833         (reftex-toc-restore-region):
5834         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer)
5835         (reftex-index-phrases-apply-to-region):
5836         * textmodes/ispell.el (ispell-word):
5837         * progmodes/vhdl-mode.el (vhdl-keep-region-active):
5838         * progmodes/pascal.el (pascal-mark-defun):
5839         * progmodes/f90.el (f90-mark-subprogram, f90-indent-region)
5840         (f90-fill-region):
5841         * emulation/tpu-edt.el (tpu-set-mark):
5842         * emulation/crisp.el (crisp-region-active):
5843         * winner.el (winner-active-region):
5844         * ansi-color.el (ansi-color-set-extent-face): Use featurep instead
5845         of bound tests in order to resolve conditionals at compile time.
5847 2008-01-24  Juanma Barranquero  <lekktu@gmail.com>
5849         * delsel.el (delsel-unload-function): Don't use `remprop'; it is
5850         not autoloaded, and we wouldn't want to load CL just to unload
5851         delsel.el anyway.  Suggested by Martin Rudalics <rudalics@gmx.at>.
5853 2008-01-24  Martin Rudalics  <rudalics@gmx.at>
5855         * delsel.el (delete-selection-pre-hook): Avoid clearing out
5856         pre-command-hook when text is read-only.
5858 2008-01-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
5860         * vc.el (vc-process-filter): Do nothing if buffer not live.
5861         (vc-diff-finish): Rename from vc-diff-sentinel.
5862         No longer take REV1-NAME and REV2-NAME.
5863         Instead, take BUFFER-NAME.  Do nothing if buffer not live.
5864         Don't do window resize if no window displays buffer.
5865         (vc-diff-internal): Use vc-diff-finish.
5867         * vc.el (vc-next-action): Fix two instances of "free-var file" bug:
5868         In both cases, convert single call to one wrapped in dolist.
5870 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
5872         * vc.el: Add a TODO item about missing files.
5873         (vc-exec-after): Add a tooltip to the new mode-line item.
5875 2008-01-24  Glenn Morris  <rgm@gnu.org>
5877         * t-mouse.el (gpm-mouse-start): Declare as a function.
5879 2008-01-23  Michael Albinus  <michael.albinus@gmx.de>
5881         * net/tramp.el (tramp-remote-process-environment): Set "LC_ALL=C".
5882         (tramp-end-of-output): Add `tramp-rsh-end-of-line' into the regexp.
5883         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5884         Don't send `tramp-rsh-end-of-line' additionally, when setting the
5885         prompt.
5886         (tramp-wait-for-output): Distinguish different prompt formats.
5887         (tramp-get-test-nt-command): Don't check for "\n" in the prompt.
5888         (tramp-local-host-p): Check whether temp directory is writable.
5890 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
5892         * vc.el: Add TODO items.
5894 2008-01-23  Carsten Dominik  <dominik@science.uva.nl>
5896         * replace.el (occur-mode-find-occurrence-hook): New hook that can
5897         be used to reveal or highlight the location of a match.
5898         (occur-mode-goto-occurrence, occur-mode-goto-occurrence-other-window)
5899         (occur-mode-display-occurrence): Run `occur-mode-find-occurrence-hook'.
5901 2008-01-23  Martin Rudalics  <rudalics@gmx.at>
5903         * progmodes/hideif.el (hide-ifdef-shadow): Add version number
5904         for defcustom.
5905         (hide-ifdef-shadow): Add version number for defface.
5907 2008-01-23  Glenn Morris  <rgm@gnu.org>
5909         * textmodes/org.el (org-export-latex-cleaned-string): Fix declaration.
5911 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
5913         * progmodes/sh-script.el (sh-basic-offset):
5914         * progmodes/cc-vars.el (c-syntactic-indentation)
5915         (c-syntactic-indentation-in-macros): Mark as safe.
5917 2008-01-23  Richard Stallman  <rms@gnu.org>
5919         * icomplete.el (icomplete-get-keys):
5920         Look up KEYS using all maps in proper buffer.
5922 2008-01-23  Juanma Barranquero  <lekktu@gmail.com>
5924         * frame.el (display-mm-height, display-mm-width):
5925         * whitespace.el (whitespace-check-leading-whitespace)
5926         (whitespace-check-trailing-whitespace)
5927         (whitespace-check-spacetab-whitespace)
5928         (whitespace-check-indent-whitespace)
5929         (whitespace-check-ateol-whitespace):
5930         * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring.
5932 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
5934         * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
5935         after-save-hook so that it is not called multiple times.
5937         * vc-svn.el (vc-svn-resolve-when-done): Likewise.
5939 2008-01-23  Eli Zaretskii  <eliz@gnu.org>
5941         * view.el (view-file-other-window, view-file-other-frame):
5942         Don't kill the buffer if it is modified.  Doc fixes.
5943         (kill-buffer-if-not-modified): New function.
5944         (view-file): Don't kill the buffer if it is modified.
5946         * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete.
5947         (ebrowse-view/find-file-and-search-pattern):
5948         Call view-file-other-window instead of ebrowse-view-file-other-window.
5949         (ebrowse-view-file-other-frame): Don't call
5950         current-window-configuration.  Fix second argument in the call to
5951         view-mode-enter.  Doc fix.
5953 2008-01-23  Richard Stallman  <rms@gnu.org>
5955         * subr.el (atomic-change-group): Prevent undo list truncation.
5957 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
5959         * files.el (safe-local-eval-forms):
5960         Mark (add-hook 'write-file-hooks 'time-stamp) as safe.
5962 2008-01-23  Nick Roberts  <nickrob@snap.net.nz>
5964         * comint.el (comint-insert-input): Set point first.
5966         * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
5967         session doesn't hang because gdb-pending-triggers is non-nil.
5968         (gdb-frame-handler): Use buffer-file-name instead of
5969         buffer-name in case of duplicate file names.
5971 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
5973         * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
5974         C-M-e and C-M-h for emacs, they work by default.
5975         (verilog-emacs-features): Remove.
5976         (verilog-setup-dual-comments, verilog-populate-syntax-table):
5977         Remove.  Move syntax table initialization ...
5978         (verilog-mode-syntax-table): ... here.
5979         (verilog-mode): Don't initialize the syntax table here.
5980         (verilog-mark-defun): Only do something useful for XEmacs, Emacs
5981         does not need it.
5983 2008-01-23  Wilson Snyder  <wsnyder@wsnyder.org>
5985         * progmodes/verilog-mode.el (verilog-booleanp): New function for
5986         backward compatibility.  Replace all uses of booleanp with
5987         verilog-booleanp.
5989 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
5991         * vc-hg.el (vc-hg-diff): Don't pass an empty string.
5993 2008-01-23  Wilson Snyder  <wsnyder@wsnyder.org>
5995         * progmodes/verilog-mode.el (top-level): Fix spacing.
5996         (verilog-mode-version, verilog-mode-release-date):
5997         Update version number.
5998         (verilog-mode-release-emacs): New variable.
5999         (compile-command, reporter-prompt-for-summary-p):
6000         Define for byte compiler.
6001         (verilog-startup-message-lines, verilog-startup-message-displayed)
6002         (verilog-display-startup-message): Remove.
6003         (verilog-highlight-p1800-keywords): Improve docstring.
6004         (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
6005         (vector-skip-list): Only defvar at compile time.
6006         (verilog-highlight-translate-off, verilog-indent-level)
6007         (verilog-indent-level-module, verilog-indent-level-declaration)
6008         (verilog-indent-declaration-macros, verilog-indent-lists)
6009         (verilog-indent-level-behavioral, verilog-indent-level-directive)
6010         (verilog-cexp-indent, verilog-case-indent, verilog-auto-newline)
6011         (verilog-auto-indent-on-newline, verilog-tab-always-indent)
6012         (verilog-tab-to-comment, verilog-indent-begin-after-if)
6013         (verilog-align-ifelse, verilog-minimum-comment-distance)
6014         (verilog-auto-lineup, verilog-highlight-p1800-keywords)
6015         (verilog-auto-endcomments, verilog-auto-read-includes)
6016         (verilog-auto-star-expand, verilog-auto-star-save)
6017         (verilog-library-flags, verilog-library-directories)
6018         (verilog-library-files, verilog-library-extensions)
6019         (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
6020         (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
6021         (verilog-assignment-delay, verilog-auto-inst-vector)
6022         (verilog-auto-inst-template-numbers, verilog-auto-input-ignore-regexp)
6023         (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
6024         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
6025         Add safe-local-variable properties.
6026         (verilog-statement-menu, verilog-company, verilog-re-search-forward)
6027         (verilog-re-search-backward, verilog-error-regexp-add)
6028         (verilog-end-block-re, verilog-emacs-features)
6029         (verilog-populate-syntax-table, verilog-setup-dual-comments)
6030         (verilog-type-font-keywords, verilog-inside-comment-p)
6031         (electric-verilog-backward-sexp, verilog-backward-sexp)
6032         (verilog-forward-sexp, verilog-font-lock-init, verilog-mode)
6033         (electric-verilog-terminate-line, electric-verilog-semi)
6034         (electric-verilog-tab, verilog-insert-1, verilog-insert-indices)
6035         (verilog-generate-numbers, verilog-comment-region, verilog-label-be)
6036         (verilog-beg-of-statement, verilog-in-case-region-p)
6037         (verilog-in-struct-region-p, verilog-in-generate-region-p)
6038         (verilog-in-fork-region-p, verilog-backward-case-item)
6039         (verilog-set-auto-endcomments, verilog-get-expr)
6040         (verilog-expand-vector-internal, verilog-surelint-off)
6041         (verilog-batch-execute-func, verilog-calculate-indent)
6042         (verilog-calc-1, verilog-calculate-indent-directive)
6043         (verilog-leap-to-head, verilog-continued-line)
6044         (verilog-backward-token, verilog-backward-syntactic-ws)
6045         (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
6046         (verilog-forward-ws&directives, verilog-at-constraint-p)
6047         (verilog-skip-backward-comments, verilog-indent-line-relative)
6048         (verilog-do-indent, verilog-indent-comment, verilog-more-comment)
6049         (verilog-pretty-declarations, verilog-pretty-expr)
6050         (verilog-just-one-space, verilog-indent-declaration)
6051         (verilog-get-completion-decl, verilog-goto-defun, verilog-showscopes)
6052         (verilog-header, verilog-signals-combine-bus, verilog-read-decls)
6053         (verilog-read-always-signals-recurse, verilog-read-instants)
6054         (verilog-read-auto-template, verilog-set-define)
6055         (verilog-read-defines, verilog-read-signals, verilog-getopt)
6056         (verilog-is-number, verilog-expand-dirnames, verilog-modi-lookup)
6057         (verilog-modi-cache-results, verilog-insert-one-definition)
6058         (verilog-make-width-expression, verilog-delete-autos-lined)
6059         (verilog-auto-save-check, verilog-auto-arg, verilog-auto-inst-port)
6060         (verilog-auto-inst, verilog-auto-inst-param, verilog-auto-reg)
6061         (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
6062         (verilog-auto-output-every, verilog-auto-input, verilog-auto-inout)
6063         (verilog-auto-inout-module, verilog-auto-sense, verilog-auto-reset)
6064         (verilog-auto-tieoff, verilog-auto-unused, verilog-auto-ascii-enum)
6065         (verilog-auto, verilog-sk-define-signal, verilog-mode-mouse-map)
6066         (verilog-load-file-at-mouse, verilog-load-file-at-point)
6067         (verilog-library-files): Cleanup spacing of )'s they should not be
6068         on unique lines.  Fix checkdoc warnings.
6070 2008-01-22  Glenn Morris  <rgm@gnu.org>
6072         * progmodes/hideif.el (hide-ifdef-initially, hide-ifdef-read-only)
6073         (hide-ifdef-lines, hide-ifdef-shadow): Remove autoload cookies
6074         from defcustoms.
6075         (hide-ifdef-shadow): Remove autoload cookie from defface.
6077         * vc.el (vc-diff-sentinel): Do not write a footer if there were
6078         differences.
6080 2008-01-21  Reiner Steib  <Reiner.Steib@gmx.de>
6082         * pcvs-defs.el (cvs-menu): Improve cvs-mode-find-file,
6083         cvs-mode-find-file-other-window.  Add cvs-mode-diff-yesterday and
6084         manual entry.
6086 2008-01-21  Michael Albinus  <michael.albinus@gmx.de>
6088         * net/dbus.el (dbus-ignore-errors): New macro.
6089         (dbus-unregister-object): New defun.  Moved from dbusbind.c.
6090         (dbus-handle-event, dbus-list-activatable-names, dbus-list-names)
6091         (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect)
6092         (dbus-get-signatures): Apply `dbus-ignore-errors'.
6094 2008-01-21  Martin Rudalics  <rudalics@gmx.at>
6096         * outline.el (outline-up-heading): Fix check for top level to
6097         avoid infinite looping in hide-other.
6099 2008-01-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6101         * vc.el (vc-process-sentinel): After calling the previous
6102         sentinel, do nothing if the process' buffer is not live.
6104 2008-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6106         * blank-mode.el: Fix a problem of cleaning blank faces when turning off
6107         blank-mode in some buffers (like *info* buffers).  Reported by Juanma
6108         Barranquero <lekktu@gmail.com>.  Eliminate `-face' suffix of all
6109         blank-mode faces.  Doc fix.  New version 8.1.
6110         (blank-turn-on, blank-turn-off): Replace (and CONDITION BODY) by (when
6111         CONDITION BODY).
6112         (blank-space-face): Face/option name replaced by blank-space.
6113         (blank-hspace-face): Face/option name replaced by blank-hspace.
6114         (blank-tab-face): Face/option name replaced by blank-tab.
6115         (blank-newline-face): Face/option name replaced by blank-newline.
6116         (blank-trailing-face): Face/option name replaced by blank-trailing.
6117         (blank-line-face): Face/option name replaced by blank-line.
6118         (blank-space-before-tab-face): Face/option name replaced by
6119         blank-space-before-tab.
6120         (blank-color-on, blank-color-off, blank-display-char-on): Fix code.
6122 2008-01-21  Juanma Barranquero  <lekktu@gmail.com>
6124         * blank-mode.el (blank-style, blank-chars, blank-hspace-regexp)
6125         (blank-space-regexp, blank-tab-regexp, blank-trailing-regexp)
6126         (blank-space-before-tab-regexp, blank-global-modes, blank-mode)
6127         (global-blank-mode): Doc fixes.
6128         (blank, blank-space-face, blank-hspace-face, blank-tab-face)
6129         (blank-newline-face, blank-trailing-face, blank-line-face)
6130         (blank-space-before-tab-face, blank-display-mappings)
6131         (blank-chars-value-list, blank-style-value-list, blank-toggle-options)
6132         (global-blank-toggle-options, blank-help-text, blank-interactive-char)
6133         (blank-turn-on, blank-turn-off, blank-color-on, blank-color-off):
6134         Fix typos in docstrings.
6136 2008-01-21  Juanma Barranquero  <lekktu@gmail.com>
6138         * server.el (server-log-time-function): New variable.
6139         (server-log): Use it.
6141 2008-01-21  Glenn Morris  <rgm@gnu.org>
6143         * progmodes/hideif.el: Move defcustoms and defface to start of file.
6145         * textmodes/org.el (org-entry-properties): Let-bind `clocksum'.
6147 2008-01-21  Juanma Barranquero  <lekktu@gmail.com>
6149         * textmodes/org.el (org-unmodified, org-cycle-emulate-tab)
6150         (org-descriptive-links, org-link-file-path-type)
6151         (org-remember-use-refile-when-interactive)
6152         (org-agenda-skip-timestamp-if-done, org-agenda-scheduled-leaders)
6153         (org-export-ascii-bullets, org-agenda-deadline-faces)
6154         (turn-on-orgstruct++, orgtbl-to-texinfo, org-mhe-get-header)
6155         (org-batch-agenda, org-batch-agenda-csv, org-fix-agenda-info)
6156         (org-kill-note-or-show-branches): Fix typos in docstrings.
6158 2008-01-20  Thien-Thi Nguyen  <ttn@gnuvola.org>
6160         * vc.el (vc-process-sentinel): Set mode-line-process.
6161         (vc-exec-after): Likewise, for the `run' process status.
6163 2008-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6165         * ibuffer.el (ibuffer-mode): Fix last change.
6167 2008-01-20  Dan Nicolaescu  <dann@ics.uci.edu>
6169         * vc-hg.el (vc-hg-registered):
6170         * vc-svn.el (vc-svn-registered): Make it work for non-existent files.
6172 2008-01-20  Martin Rudalics  <rudalics@gmx.at>
6174         * repeat.el (repeat-undo-count): New variable.
6175         (repeat): For self-insertions make undo boundary only after 20
6176         repetitions.  Inhibit point recording unless repeat-repeat-char is nil.
6178 2008-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
6180         * net/imap.el (imap-ping-server): New variable.
6181         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6182         (imap-ping-server): Minor doc string fixes.
6184 2008-01-19  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6186         * net/imap.el (imap-ping-server): New function.
6187         (imap-opened): Call imap-ping-server.
6189 2008-01-20  Glenn Morris  <rgm@gnu.org>
6191         * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
6192         prevent infloops.
6194 2008-01-20  Martin Svenson  <phromo@gmail.com>  (tiny change)
6196         * progmodes/python.el (python-imports): Default to "None".
6198 2008-01-19  Tom Tromey  <tromey@redhat.com>
6200         * vc-svn.el (vc-svn-after-dir-status): New function.
6201         (vc-svn-dir-status): Run svn asynchronously.
6203 2008-01-19  Martin Rudalics  <rudalics@gmx.at>
6205         * progmodes/hideif.el (hide-ifdef-shadow): New option.
6206         (hide-ifdef-shadow): New face.
6207         (hide-ifdef-toggle-shadowing): New function to toggle between
6208         shadowing and making code invisible.
6209         (hide-ifdef-mode-submap): Add binding for hide-ifdef-toggle-shadowing.
6210         (hide-ifdef-mode-menu): Add entry for hide-ifdef-toggle-shadowing.
6211         (hide-ifdef-region-internal): Give new overlay hide-ifdef
6212         property.  Shadow text when hide-ifdef-shadow is non-nil.
6213         (hif-show-ifdef-region): Remove overlays with hide-ifdef property set.
6214         (hif-hide-line): Use when instead of if.
6215         (hide-ifdef-initially, hide-ifdef-read-only, hide-ifdef-lines):
6216         Remove unneeded * from doc-strings.
6218 2008-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6220         * doc-view.el (doc-view-goto-page): Don't move point any more, now that
6221         the hscroll behavior was fixed.
6222         (doc-view-mode): Disable auto-hscroll-mode.
6224 2008-01-18  Tom Tromey  <tromey@redhat.com>
6226         * vc-svn.el (vc-svn-dir-status): New function.
6228 2008-01-18  Dan Nicolaescu  <dann@ics.uci.edu>
6230         * vc.el: Make vc-status asynchronous.
6231         (vc-update-vc-status-buffer): New function broken out of ...
6232         (vc-status-refresh): ... here.  Pass vc-update-vc-status-buffer to
6233         the dir-status backend function.
6235         * vc-hg.el (vc-hg-dir-status): Compute the status asynchronously.
6236         Move the output processing to ...
6237         (vc-hg-after-dir-status): ... here.  Call the function passed as
6238         an argument with the results.
6240 2008-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6242         * doc-view.el (doc-view-pdf/ps->png): Make sure we a have a valid cwd.
6243         (doc-view-insert-image): Do something if the image is missing.
6244         (doc-view-mode): Don't use file-remote-p.
6246 2008-01-18  Bastien Guerry  <Bastien.Guerry@ens.fr>
6248         * textmodes/org-export-latex.el (org-export-latex-cleaned-string): Fix.
6249         (org-export-latex-special-chars): Convert "..." in \ldots
6250         and skip tables.
6251         (org-export-latex-fontify-headline): Change parameter name.
6252         (org-export-as-latex): Handle export of subtrees.
6253         (org-export-latex-make-header): New argument TITLE.
6254         (org-export-latex-content): New argument EXCLUDE-LIST.
6255         (org-list-parse-list): New name for org-export-latex-parse-list.
6256         (org-export-latex-make-header): New name for
6257         org-export-latex-make-preamble.
6258         (org-list-to-generic): New name of org-export-list-to-generic.
6259         (org-list-to-latex): New name of org-export-list-to-latex.
6260         (org-list-item-begin, org-list-end, org-list-insert-radio-list)
6261         (org-list-send-list, org-list-to-texinfo)
6262         (org-list-to-html): New functions.
6263         (org-export-latex-tables-column-borders)
6264         (org-export-latex-default-class, org-export-latex-classes)
6265         (org-export-latex-classes-sectioning)
6266         (org-list-radio-list-templates): New options.
6267         (org-export-latex-header): New variable.
6268         (org-latex-entities): New constant.
6269         (org-export-latex-default-sectioning, org-export-latex-preamble)
6270         (org-export-latex-prepare-text-option)
6271         (org-export-latex-get-sectioning): Remove.
6273 2008-01-18  Carsten Dominik  <dominik@science.uva.nl>
6275         * textmodes/org-publish.el (org-publish-current-project):
6276         Fix bug with forcing publication.
6278         * textmodes/org.el (org-export-with-special-strings): New option.
6279         (org-export-html-convert-special-strings): New function.
6280         (org-html-do-expand): `org-export-html-convert-special-strings'
6281         added to the list of conversion.
6282         (org-infile-export-plist, org-get-current-options): Add support
6283         for "-" in the #+OPTION line to let user switch on/off special
6284         strings conversion.
6285         (org-export-plist-vars): New :html-table-tag property.
6286         (org-export-as-html, org-format-org-table-html)
6287         (org-format-table-table-html) Use the :html-table-tag property
6288         instead of the `org-export-html-table-tag' global value.
6289         (org-additional-option-like-keywords): Add "TBLFM".
6290         (org-entry-properties): Include the CLOCKSUM special property.
6291         (org-columns-edit-value): Do not allow to edit the special
6292         CLOCKSUM property.
6293         (org-flag-drawer): Use the original value of `outline-regexp'.
6294         (org-remember-handler): Add invisible-ok flag to call to
6295         `org-end-of-subtree'.
6296         (org-agenda-highlight-todo): Respect
6297         `org-agenda-todo-keyword-format'.
6298         (org-agenda-todo-keyword-format): New option.
6299         (org-infile-export-plist): No restriction while searching for options.
6300         (org-remember-handler): Remove comments at the end of the buffer.
6301         (org-remember-use-refile-when-interactive): New option.
6302         (org-table-sort-lines): Make sure sorting works on link
6303         descritions only, and ignores the link.
6304         (org-sort-entries-or-items): Make sure the end of the subtree is
6305         included.
6306         (org-refile-use-outline-path): New allowed values `file' and
6307         `full-file-path'.
6308         (org-get-refile-targets): Respect new values for
6309         `org-refile-use-outline-path'.
6310         (org-agenda-get-restriction-and-command): DEL goes back to initial list.
6311         (org-export-as-xoxo): Restore point when done.
6312         (org-open-file): Allow multiple %s in command.
6313         (org-clock-in-switch-to-state): New option.
6314         (org-first-list-item-p): New function.
6315         (org-last-remember-storage-locations): New variable.
6316         (org-get-refile-targets): Interpret the new maxlevel setting.
6317         (org-refile-targets): New option `:maxlevel'.
6318         (org-copy-subtree): Include empty lines before but not after subtree.
6319         (org-back-over-empty-lines, org-skip-whitespace): New functions.
6320         (org-move-item-down, org-move-item-up): Include empty lines before
6321         but not after item.
6322         (org-first-sibling-p): New function.
6323         (org-remember-apply-template): Defaults, completions and history
6324         for template prompts.  Also, interpret new `%!' escape.
6325         (org-context-choices): New constant.
6326         (org-bound-and-true-p): New macro.
6327         (org-imenu-depth): New option.
6328         (org-imenu-markers): New variable.
6329         (org-imenu-new-marker, org-imenu-get-tree)
6330         (org-speedbar-set-agenda-restriction): New functions.
6331         (org-agenda-set-restriction-lock)
6332         (org-agenda-remove-restriction-lock)
6333         (org-agenda-maybe-redo): New functions.
6334         (org-agenda-restriction-lock): New face.
6335         (org-agenda-restriction-lock-overlay)
6336         (org-speedbar-restriction-lock-overlay): New variables.
6337         (org-open-at-point): Remove obsolete way to do redirection in
6338         shell links.
6339         (org-imenu-and-speedbar): New customization group.
6340         (org-entry-properties): Return keyword-less time strings.
6341         (org-clock-heading-function): New option.
6342         (org-clock-in): Use `org-clock-heading-function'.
6343         (org-calendar-holiday): Try to use `calendar-check-holidays'
6344         instead of the obsolete `check-calendar-holidays'.
6345         (org-export-html-special-string-regexps): New constant.
6346         (org-massive-special-regexp): New variable.
6347         (org-compute-latex-and-specials-regexp)
6348         (org-do-latex-and-special-faces): New functions.
6349         (org-latex-and-export-specials): New face.
6350         (org-highlight-latex-fragments-and-specials): New option.
6351         (org-link-escape-chars): Use characters instead of strings.
6352         (org-link-escape-chars-browser, org-link-escape)
6353         (org-link-unescape): Use characters instead of strings.
6354         (org-export-html-convert-sub-super, org-html-do-expand): Check for
6355         protected text.
6356         (org-emphasis-alist): Additional `verbatim' flag.
6357         (org-set-emph-re): Handle the verbatim flag and compute
6358         `org-verbatim-re'.
6359         (org-cleaned-string-for-export): Protect verbatim elements.
6360         (org-verbatim-re): New variable.
6361         (org-hide-emphasis-markers): New option.
6362         (org-additional-option-like-keywords): Add new keywords.
6363         (org-get-entry): Rename from `org-get-cleaned-entry'.
6364         (org-icalendar-cleanup-string): New function for quoting icalendar text.
6365         (org-agenda-skip-scheduled-if-done): New option.
6366         (org-agenda-get-scheduled, org-agenda-get-blocks): Use
6367         `org-agenda-skip-scheduled-if-done'.
6368         (org-prepare-agenda-buffers): Allow buffers as arguments.
6369         (org-entry-properties): Add CATEGORY as a special property.
6370         (org-use-property-inheritance): Allow a list of properties as a value.
6371         (org-eval-in-calendar): No longer update the prompt.
6372         (org-read-date-popup-calendar): Rename from
6373         `org-popup-calendar-for-date-prompt'.
6374         (org-read-date-display-live): New variable.
6375         (org-read-date-display): New function.
6376         (org-read-date-analyze): New function.
6377         (org-remember-apply-template): Define `remember-finalize' if it is
6378         not yet defined.
6379         (org-remember-insinuate): New function.
6380         (org-read-date-prefer-future): New option.
6381         (org-read-date): Respect the setting of
6382         `org-read-date-prefer-future'.  Use `org-read-date-analyze'.
6383         (org-set-font-lock-defaults): Use `org-archive-tag' instead of a
6384         hardcoded string.
6385         (org-remember-apply-template): Use `remember-finalize' instead of
6386         `remember-buffer'.
6387         (org-columns-compute, org-column-number-to-string)
6388         (org-columns-uncompile-format, org-columns-compile-format)
6389         (org-columns-compile-format): Handle printf format specifier.
6390         (org-columns-new, org-column-number-to-string)
6391         (org-columns-uncompile-format, org-columns-compile-format):
6392         Support for new currency summary type.
6393         (org-tree-to-indirect-buffer): Do not kill old buffer when
6394         `org-indirect-buffer-display' is `new-frame'.
6395         (org-indirect-buffer-display): Document that `new-frame' leads to
6396         indiret buffer proliferation.
6397         (org-agenda-list): Use `org-extend-today-until'.
6398         (org-extend-today-until): New option.
6399         (org-format-org-table-html): Use lower-case for <col> tag.
6400         (org-agenda-execute): New command.
6401         (org-agenda-mode-map): Keybindings of "g" "G", "e" modified.
6402         (org-select-remember-template): New function.
6403         (org-remember-apply-template): Use `org-select-remember-template'.
6404         (org-go-to-remember-target): New function.
6406 2008-01-18  Dan Nicolaescu  <dann@ics.uci.edu>
6408         * vc.el: Add a TODO note about vc-state.
6409         (vc-next-action): Register 'unregistered and 'ignored files.
6410         Use when and unless instead of if where appropriate.
6411         (vc-start-entry): Fix typo.
6412         (vc-status): Autoload it.
6414 2008-01-18  Glenn Morris  <rgm@gnu.org>
6416         * ffap.el (ffap-alist): Remove space from RFC regexp.
6418 2008-01-18  Richard Stallman  <rms@gnu.org>
6420         * custom.el (custom-theme-recalc-face): Use face-spec-set rather
6421         than face-spec-recalc.
6423 2008-01-18  Glenn Morris  <rgm@gnu.org>
6425         * ibuffer.el (ibuffer-mode): Fix typo in previous change.
6427 2008-01-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6428             Miles Bader  <miles@gnu.org>
6430         * blank-mode.el: New file.  Minor mode to visualise (HARD) SPACE,
6431         TAB, NEWLINE.  Miles Bader <miles@gnu.org> wrote the original code
6432         for handling display table (via visws.el package), his code was
6433         modified, but the main idea was kept.
6435 2008-01-17  Glenn Morris  <rgm@gnu.org>
6437         * ibuf-ext.el (ibuffer-auto-mode, ibuffer-save-filter-groups)
6438         (ibuffer-save-filters): Remove calls to deleted
6439         ibuffer-update-mode-name.
6441 2008-01-16  Martin Rudalics  <rudalics@gmx.at>
6443         * longlines.el (longlines-mode, longlines-show-region)
6444         (longlines-unshow-hard-newlines): Bind buffer-file-name and
6445         buffer-file-truename to nil while modifying buffer.
6447         * cus-edit.el (custom-reset-standard-variables-list)
6448         (custom-reset-standard-faces-list): New variables.
6449         (custom-reset-standard-save-and-update): New function.
6450         (Custom-save): Apply custom-mark-to-save before and
6451         custom-state-set-and-redraw after saving options.
6452         (Custom-reset-standard): Apply custom-mark-to-reset-standard to
6453         options and call custom-reset-standard-save-and-update.
6454         (custom-variable, custom-face, custom-group): Provide new
6455         entries for custom-mark-to-save, custom-mark-to-reset-standard,
6456         and custom-state-set-and-redraw.
6457         (custom-variable-mark-to-save)
6458         (custom-variable-state-set-and-redraw)
6459         (custom-variable-mark-to-reset-standard)
6460         (custom-face-mark-to-save, custom-face-state-set-and-redraw)
6461         (custom-face-mark-to-reset-standard)
6462         (custom-group-mark-to-save, custom-group-state-set-and-redraw)
6463         (custom-group-mark-to-reset-standard): New functions.
6464         (custom-variable-save): Move save, state-set, and redraw
6465         functionality to custom-variable-mark-to-save.
6466         (custom-face-save): Move save, state-set, and redraw
6467         functionality to custom-face-mark-to-save.
6468         (custom-group-save): Move save, state-set, and redraw
6469         functionality to custom-group-mark-to-save.
6470         (custom-variable-reset-standard, custom-face-reset-standard)
6471         (custom-group-reset-standard): Move save, state-set, and redraw
6472         functionality to custom-reset-standard-save-and-update.
6474         (custom-buffer-create-internal): Fix text in verbose help.
6475         (custom-face-value-create): Indent doc-strings of faces like
6476         those of variables.
6478 2008-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6480         * server.el (server-process-filter): Replace lineno and columnnno
6481         which defaulted to 1&0 with filepos which defaults to nil.
6482         (server-goto-line-column): Only receive the filepos.
6483         Only move if filepos is non-nil.
6484         (server-visit-files): Slight restructure to consolidate two calls to
6485         server-goto-line-column into just one.
6487         * nxml/nxml-mode.el (nxml-mode): Use mode-line-process to indicate
6488         the use of degraded mode.
6489         (nxml-degrade): Don't change mode-name.
6491         * nxml/rng-nxml.el (rng-nxml-mode-init):
6492         Don't overwrite mode-line-process.
6494         * ibuffer.el (mode): Pass the buffer to format-mode-line.
6495         (ibuffer-update-mode-name): Remove.
6496         (ibuffer-redisplay, ibuffer-update, ibuffer-mode): Don't call it.
6497         (ibuffer-mode): Use mode-line-process instead.
6499         * ibuf-ext.el (ibuffer-auto-update-changed, ibuffer-auto-mode):
6500         Use derived-mode-p.
6501         (ibuffer-mark-by-mode-regexp): Pass the buffer to format-mode-line.
6503         * help.el (describe-mode): Pass the right buffer to format-mode-line.
6505 2008-01-16  Glenn Morris  <rgm@gnu.org>
6507         * comint.el (comint-regexp-arg): Fix no-input case.
6509 2008-01-16  Dan Nicolaescu  <dann@ics.uci.edu>
6511         * smerge-mode.el (smerge-start-session): Rename from smerge-auto.
6512         * pcvs.el (cvs-revert-if-needed):
6513         * vc.el (vc-maybe-resolve-conflicts): Rename callers.
6515         * vc-svn.el (vc-svn-find-file-hook):
6516         * vc-arch.el (vc-arch-find-file-hook): Undo previous change.
6518 2008-01-16  Ulf Jasper  <ulf.jasper@web.de>
6520         * calendar/icalendar.el (icalendar-version): Increase to 0.16.
6521         (icalendar-export-file, icalendar-import-file):
6522         Restore significant trailing whitespace in `interactive' prompts.
6524 2008-01-16  Tom Tromey  <tromey@redhat.com>
6526         * calendar/icalendar.el (icalendar--convert-tz-offset)
6527         (icalendar--parse-vtimezone, icalendar--convert-all-timezones)
6528         (icalendar--find-time-zone): New functions.
6529         (icalendar--decode-isodatetime): Add `zone' argument, passed to
6530         `decode-time'.  Doc fix.
6531         (icalendar--convert-ical-to-diary): Compute zone-map.
6532         Pass timezone to icalendar--decode-isodatetime.
6534 2008-01-16  Alan Mackenzie  <acm@muc.de>
6536         * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside
6537         an eval-and-compile, so as to permit byte-compiling (e.g. in
6538         bootstrap).
6540 2008-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6542         * emacs-lisp/easymenu.el (easy-menu-avoid-duplicate-keys): New var.
6543         (easy-menu-create-menu, easy-menu-convert-item-1): Use it to avoid
6544         using the same key for different menu entries.
6546         * smerge-mode.el (smerge-refine): Also work on "same change conflicts".
6547         (smerge-makeup-conflict): New command.
6549 2008-01-15  Thien-Thi Nguyen  <ttn@gnuvola.org>
6551         * log-edit.el (log-edit): Doc fix.
6553 2008-01-15  Glenn Morris  <rgm@gnu.org>
6555         * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
6557 2008-01-14  Alan Mackenzie  <acm@muc.de>
6559         * progmodes/cc-vars.el (c-constant-symbol): New function which
6560         supersedes c-const-symbol.  During a customize-.. call it enables
6561         an element of (e.g.) c-hanging-braces alist to have its name
6562         displayed, even when the default value of c-h-b etc. doesn't
6563         include the elemnt.  Replace uses of the old function by the new.
6565         * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
6566         obscure non-working fragment ":value c-".
6568 2008-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6570         * abbrev.el (clear-abbrev-table): Can't pass a symbol to intern.
6572 2008-01-14  Michael Albinus  <michael.albinus@gmx.de>
6574         * net/tramp.el (tramp-local-host-p): Use `tramp-file-name-host'
6575         instead of `tramp-file-name-real-host'.
6577         * net/trampver.el: Update release number.
6579 2008-01-14  Alan Mackenzie  <acm@muc.de>
6581         * progmodes/cc-engine.el (c-guess-basic-syntax): Prevent a macro
6582         call inside a struct being recognised as a K&R argument.
6584 2008-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6586         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6587         Accept "fatal error" from MSFT.
6588         Reported by Jared Finder <jfinder@crypticstudios.com>.
6590 2008-01-14  Dan Nicolaescu  <dann@ics.uci.edu>
6592         * smerge-mode.el (smerge-auto): New function.
6593         * vc-svn.el (vc-svn-find-file-hook):
6594         * vc-arch.el (vc-arch-find-file-hook):
6595         * pcvs.el (cvs-revert-if-needed):
6596         * vc.el (vc-maybe-resolve-conflicts): Use it instead of vc-mode.
6597         (top-level): Add a Todo list.
6599 2008-01-13  Dan Nicolaescu  <dann@ics.uci.edu>
6601         * vc.el (vc-update): Resolve conflicts if necessary instead of
6602         just updating the buffer.
6604         * vc-cvs.el (vc-cvs-merge-news): Ignore the error status of the
6605         update command so that we can parse the output.
6607 2008-01-13  Martin Rudalics  <rudalics@gmx.at>
6609         * mail/rmail.el (rmail-convert-to-babyl-format):
6610         Remove save-excursion to avoid infinite looping.
6611         Reported by dnz <dnz@bk.ru>.
6613 2008-01-12  Glenn Morris  <rgm@gnu.org>
6615         * woman.el (woman-parse-numeric-arg): Change handling of `==':
6616         can be interned without a function definition.
6618 2008-01-12  Jason Rumney  <jasonr@gnu.org>
6620         * nxml/nxml-mode.el (nxml-enable-unicode-char-name-sets)
6621         (rng-nxml-mode-init): Declare.
6623 2008-01-11  Jason Rumney  <jasonr@gnu.org>
6625         * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add some defaults.
6626         (rng-preferred-prefix-alist-default): Remove.
6628         * nxml/nxml-uchnm.el (nxml-internal-unicode-char-name-sets-enabled):
6629         Rename from nxml-enable-unicode-char-name-sets-flag.
6630         (nxml-enable-unicode-char-name-sets-1): Merge into
6631         nxml-enable-unicode-char-name-sets.
6632         (nxml-enable-unicode-char-name-sets): Don't unconditionally set
6633         nxml-char-name-ignore-case here.
6635         * nxml/nxml-mode.el (nxml-mode): Call rng-nxml-mode-init directly.
6636         Update doc string and commentary.
6637         (nxml-char-name-ignore-case): Change default value.
6638         (nxml-mode): Call nxml-enable-unicode-char-name-sets directly.
6640 2008-01-11  Martin Rudalics  <rudalics@gmx.at>
6642         * cus-start.el (all): Add missing version entries.
6644 2008-01-11  Glenn Morris  <rgm@gnu.org>
6646         * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
6647         (euc-to-flat-code, flat-code-to-euc):
6648         * textmodes/org.el (elmo-msgdb-overview-get-entity)
6649         (wl-summary-buffer-msgdb): Declare as funtions.
6651 2008-01-10  Martin Rudalics  <rudalics@gmx.at>
6653         * progmodes/ada-mode.el (ada-set-syntax-table-properties):
6654         Bind buffer-file-name and buffer-file-truename.
6656         * fringe.el (fringe-mode-explicit): New variable.
6657         (set-fringe-mode): Don't alter default-frame-alist when just
6658         loading this file.
6660 2008-01-10  Tassilo Horn  <tassilo@member.fsf.org>
6662         * doc-view.el (doc-view-buffer-file-name): New variable.
6663         (doc-view-convert-current-doc, doc-view-search)
6664         (doc-view-current-cache-dir, doc-view-initiate-display)
6665         (doc-view-mode): Use it.
6666         (doc-view-bookmark-make-cell): Use variable buffer-file-name
6667         instead of function.
6669 2008-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
6671         * vc-svn.el (vc-svn-registered): Return the correct value for
6672         ignored and unregistered files.
6674 2008-01-10  Tassilo Horn  <tassilo@member.fsf.org>
6676         * doc-view.el (tramp): Require tramp because we use tramp-tramp-file-p.
6678 2008-01-10  Tom Tromey  <tromey@redhat.com>
6680         * vc.el (vc-status-unmark-all-files): New function.
6681         (vc-status-unmark-all-files): Likewise.
6682         (vc-status-mode-map): Add bindings.
6684 2008-01-10  Michael Kifer  <kifer@cs.stonybrook.edu>
6686         * ediff*.el: Uncomment declare-function.
6688         * viper*.el: Uncomment declare-function.
6690 2008-01-09  Tassilo Horn  <tassilo@member.fsf.org>
6692         * doc-view.el (doc-view-mode): Support tramp, compressed files and
6693         files inside archives uniformly.
6695 2008-01-09  Eric S. Raymond  <esr@snark.thyrsus.com>
6697         * textmodes/sgml-mode.el (sgml-tag-syntax-table): Initialize this
6698         constant with a computation on sgml-specials rather than a literal
6699         list.  Without this change the syntax table is generated
6700         incorrectly, and the mode will think it's in a comment following
6701         any instance of the string "--".
6703 2008-01-09  Tassilo Horn  <tassilo@member.fsf.org>
6705         * doc-view.el (doc-view-mode-p): Add EPS as supported type.
6706         (doc-view-mode): Support document files inside archives.
6708 2008-01-09  Dan Nicolaescu  <dann@ics.uci.edu>
6710         * vc.el (vc-deduce-fileset): Return the currently selected file if
6711         no files are selected when using vc-status.
6713 2008-01-09  Michael Kifer  <kifer@cs.stonybrook.edu>
6715         * ediff*.el: Comment out declare-function.  "make bootstrap"
6716         stops with an error and Emacs does not compile with those things in.
6717         Besides, declare-function is not defined in XEmacs.
6719         * ediff-util (eqiff-quit): Autoraise minibuffer.
6721         * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Make it a defun.
6723         * emulation/viper*.el: Comment out declare-function -- not defined
6724         in XEmacs.
6726         * emulation/viper-ex.el (viper-info-on-file):
6727         Take care of indirect buffers.
6729         * emulation/viper.el (viper-set-hooks, set-cursor-color):
6730         Set viper-vi-state-cursor-color.
6732 2008-01-09  Tom Tromey  <tromey@redhat.com>
6734         * vc.el (vc-status-headers): Rename from vc-status-insert-headers.
6735         Just return header.
6736         (vc-status-move-to-goal-column): New function.
6737         (vc-status-mode-map): Define more keys.
6738         (vc-status-mode): Use vc-status-refresh.  Now 'special.
6739         (vc-status-refresh): New function.
6740         (vc-status-next-line): Likewise.
6741         (vc-status-previous-line): Likewise.
6742         (vc-status-mark-file): Use vc-status-next-line.
6743         (vc-status-unmark-file): Use vc-status-previous-line.
6744         (vc-status-unmark-file-up): New function.
6745         (vc-status-register): Likewise.
6746         (vc-status-find-file): Likewise.
6747         (vc-status-find-file-other-window): Likewise.
6748         (vc-status-current-file): Likewise.
6749         (vc-ensure-vc-buffer): Understand vc-status mode.
6751         * vc-hg.el (vc-hg-dir-status): Don't pass -A to "hg status".
6753 2008-01-09  Glenn Morris  <rgm@gnu.org>
6755         * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
6756         entry, for Windows.
6758 2008-01-09  Tom Tromey  <tromey@redhat.com>
6760         * play/blackbox.el (blackbox-mode-map): Add `q' and [return] bindings.
6762 2008-01-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6764         * ps-print.el: Some face attributes (like :strike-through) were not
6765         being recognised.  Reported by Leo <sdl.web@gmail.com>.
6766         (ps-print-version): New version 6.8.2.
6767         (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p): New functions.
6768         (ps-screen-to-bit-face): Fix code.
6770 2008-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6772         * ffap.el (ffap-read-file-or-url): Don't use let-binding to temporarily
6773         add a file-name handler.
6775 2008-01-08  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6777         * textmodes/bibtex.el (bibtex-initialize): New autoloaded command.
6778         Rename from function bibtex-files-expand.  New optional arg select.
6779         (bibtex-flash-head): Allow blink-matching-delay being zero.
6780         (bibtex-clean-entry): Use atomic-change-group.
6781         (bibtex-format-entry): Check presence of required fields only
6782         after formatting of fields.  Use member-ignore-case.  Do not use
6783         bibtex-parse-entry.  Do not use booktitle field to set a missing title.
6784         (bibtex-autofill-entry): Do not call undo-boundary.
6785         (bibtex-lessp): Handle crossref keys that point to another bibtex file.
6786         (bibtex-sort-buffer, bibtex-prepare-new-entry, bibtex-validate):
6787         Parse keys if necessary.
6789 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
6791         * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
6792         quotes in case of spaces, e.g. STL containers (not pretty).
6794 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
6796         * progmodes/gdb-ui.el (gud-gdb-command-name):
6797         Explain "--annotate=3" option is necessary for the Graphical Interface.
6799 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
6801         * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
6802         on menu bar.
6804 2008-01-08  Michael Albinus  <michael.albinus@gmx.de>
6806         * ffap.el (ffap-read-file-or-url): Let-bind
6807         `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
6809 2008-01-08  Sven Joachim  <svenjoac@gmx.de>
6811         * vc-bzr.el: Fix typo in header.
6813 2008-01-08  Eli Zaretskii  <eliz@gnu.org>
6815         * Makefile.in (custom-deps, finder-data): Depend on autoloads
6816         instead of loaddefs.el.
6818 2008-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6820         * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
6821         gets inserted out-of-order.
6823 2008-01-08  Riccardo Murri  <riccardo.murri@gmail.com>
6825         * vc-bzr.el: Copyright and version headers update.
6826         Remove some outdated comments through the whole file.
6827         (vc-bzr-program-args): Remove because unused.
6828         (vc-bzr-log-switches): New customization option.
6829         (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C.  No longer
6830         use `vc-bzr-program-args'.
6831         (vc-bzr-register): Fix for working with both 22.1 and CVS version of
6832         `vc-find-root' (patch by Andreas Hoenen).
6833         (vc-bzr-status): Update regex to match latest Bzr output.
6834         Remove redundant test.
6835         (vc-bzr-init-version): New function.
6836         (vc-bzr-unregister): Must not delete file.
6837         (vc-bzr-find-version): New function.
6838         (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
6839         a non-empty string, otherwise take head revision.
6840         (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
6841         (vc-bzr-diff): Simpler build of the revision spec string.
6842         (vc-annotate-convert-time, vc-bzr-annotate-difference):
6843         Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
6844         (vc-bzr-dir-state): Add code comments.  Removed redundant statement.
6845         (vc-bzr-dired-state-info): Only provide custom strings for
6846         overloaded VC state 'edited; otherwise fallback to
6847         `vc-default-dired-state-info'.
6849 2008-01-08  Richard Stallman  <rms@gnu.org>
6851         * delsel.el (delete-selection-mode): Doc fix.
6853 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
6855         * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
6856         (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
6858         * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
6859         of watch expressions (only works fully with GDB 6.7 or later).
6861 2008-01-08  Dan Nicolaescu  <dann@ics.uci.edu>
6863         * time-stamp.el (time-stamp-time-zone):
6864         * whitespace.el (whitespace-check-buffer-leading)
6865         (whitespace-check-buffer-trailing, whitespace-check-buffer-indent)
6866         (whitespace-check-buffer-spacetab, whitespace-check-buffer-ateol):
6867         * progmodes/sh-script.el (sh-indentation):
6868         * textmodes/ispell.el (ispell-local-pdict):
6869         Add safe-local-variable properties.
6871 2008-01-08  Michael Albinus  <michael.albinus@gmx.de>
6873         * vc-git.el (vc-git--call): Apply `process-file' instead of
6874         `call-process'.
6876         * net/tramp.el (tramp-remote-process-environment): Add "LC_CTYPE=C".
6877         Reported by Pete Forman <pete.forman@westerngeco.com>.
6878         (tramp-perl-encode, tramp-perl-decode): Update copyrights.
6879         (tramp-handle-process-file): Handle the case where DESTINATION is
6880         a consp with t as car.
6881         (tramp-wait-for-output): We shall remove exactly what has been
6882         find by the search.
6884 2008-01-08  Kevin Ryde  <user42@zip.com.au>
6886         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6887         For perl, allow "during global destruction" at end.  Add entry for
6888         two-arg form of the Test module ok() func.
6890 2008-01-08  Glenn Morris  <rgm@gnu.org>
6892         * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
6893         unified format.
6895         * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
6897 2008-01-08  Ralf Angeli  <angeli@caeruleus.net>
6899         * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
6900         Simplify selection of frame focusing function.
6902 2008-01-08  Michael Olson  <mwolson@gnu.org>
6904         * textmodes/remember.el (remember-region): Fix typo in docstring.
6906 2008-01-08  Lennart Borgman  <lennart.borgman.073@student.lu.se>
6908         * textmodes/remember.el (remember): If there is a visible region
6909         [that is, the mark is active and transient mark mode is enabled]
6910         then use this region for the initial contents of the *Remember*
6911         buffer.  Use `region-beginning' and `region-end' instead of
6912         `point' and `mark'.
6914 2008-01-07  Dan Nicolaescu  <dann@ics.uci.edu>
6916         * vc-hg.el (vc-hg-dir-state, vc-hg-dir-status): Pass the dir
6917         argument to vc-hg-command.
6918         (vc-hg-log-view-mode): Handle the user field better.
6920 2008-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6922         * vc.el (vc-ensure-vc-buffer): Check liveness of vc-parent-buffer.
6924 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6926         * vc.el (vc-status-fileinfo): New defstruct.
6927         (vc-status): New defvar.
6928         (vc-status-insert-headers, vc-status-printer, vc-status)
6929         (vc-status-mode-map, vc-status-mode, vc-status-mark-file)
6930         (vc-status-unmark-file, vc-status-marked-files): New functions.
6932         * vc-hg.el (vc-hg-dir-status): New function.
6934 2008-01-06  Martin Rudalics  <rudalics@gmx.at>
6936         * cus-edit.el (custom-tool-bar-map): Move initialization of this
6937         keymap from here ...
6938         (custom-mode): ... to here.  Reported by Reiner Steib.
6940 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6942         * obsolete/x-apollo.el: Remove file for unsupported system.
6944         * term/x-win.el (vendor-specific-keysyms): Remove reference to
6945         Apollo.
6947         * progmodes/gud.el (gud-dgux-p): Remove.
6948         (dbx): Remove reference to dgux.
6950         * progmodes/ps-mode.el (ps-mode-print-function):
6951         * ps-print.el (ps-lp-system):
6952         * paths.el (rmail-spool-directory):
6953         * ls-lisp.el (ls-lisp-emulation):
6954         * lpr.el (lpr-lp-system):
6955         * dired.el (dired-chown-program): Remove references to dgux.
6957 2008-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6959         * vc.el (vc-process-sentinel): Fix apparent typo.
6960         (vc-do-command): Forcefully kill any left over process.
6961         Use start-file-process.
6962         (vc-annotate-get-time-set-line-props): Check we don't move backward.
6964 2008-01-04  Michael Albinus  <michael.albinus@gmx.de>
6966         * net/dbus.el (dbus-list-hash-table)
6967         (dbus-name-owner-changed-handler): Replace "signal" by "member".
6968         (dbus-check-event): Add serial number to event.
6969         (dbus-handle-event): Apply return message if needed.
6970         (dbus-event-serial-number): New defun.
6971         (dbus-event-service-name, dbus-event-path-name)
6972         (dbus-event-interface-name, dbus-event-member-name):
6973         Adapt implementation to serial number.
6975 2008-01-04  Juanma Barranquero  <lekktu@gmail.com>
6977         * bs.el (bs--get-mode-name): Fix typo in previous change.
6979 2008-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
6981         * mouse.el (mouse-popup-menubar): Fix typo.
6983         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Move one more
6984         form inside with-current-buffer.
6986         * progmodes/antlr-mode.el (provide): Move to the end of file.
6987         (require): Don't require font-lock and compile.
6988         (outline-level, imenu-use-markers, imenu-create-index-function):
6989         Move declarations to top level.
6990         (cond-emacs-xemacs-macfn): Declare for compiler.
6992         * vc-bzr.el (vc-bzr-root):
6993         * vc-arch.el (vc-arch-root): Only set a property if the file is
6994         managed by this backend.
6996         * vc-hg.el (vc-hg-state): Support the new status code for up-to-date.
6998 2008-01-04  Tassilo Horn  <tassilo@member.fsf.org>
7000         * doc-view.el (doc-view-scroll-up-or-next-page)
7001         (doc-view-scroll-down-or-previous-page): Don't scroll to the
7002         top/bottom again when on the first/last page.
7004         * doc-view.el (doc-view-scroll-up-or-next-page)
7005         (doc-view-scroll-down-or-previous-page): Use image-scroll-up and
7006         image-scroll-down instead of the non-image equivalents.
7007         Don't rely on a signalled condition but switch pages when scrolling
7008         doesn't change the vertical position anymore.
7009         (doc-view-mode-map): Remap scroll-{up,down} to
7010         image-scroll-{up,down}.
7012 2008-01-04  Rob Riepel  <riepel@networking.Stanford.EDU>
7014         * emulation/tpu-edt.el (tpu-load-xkeys): Recommend to run the
7015         tpu-mapper command rather than load the tpu-mapper package.
7017         * emulation/tpu-mapper.el (tpu-mapper): New command.
7018         Contains all the code previously at top-level.
7020 2008-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7022         * bs.el (bs--sort-by-mode, bs--get-mode-name):
7023         * imenu.el (imenu-add-to-menubar):
7024         * makesum.el (make-command-summary):
7025         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
7026         (mouse-buffer-menu):
7027         * msb.el (msb--mode-menu-cond):
7028         * calc/calc-embed.el (calc-do-embedded):
7029         * emacs-lisp/helper.el (Helper-describe-mode):
7030         * mail/emacsbug.el (report-emacs-bug):
7031         * progmodes/hideshow.el (hs-grok-mode-type):
7032         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
7033         * textmodes/table.el (*table--cell-describe-mode):
7034         Pass mode-name through format-mode-line.
7036 2008-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7038         * progmodes/ada-xref.el (ada-prj-find-prj-file):
7039         * progmodes/ada-mode.el (comment-region):
7040         * calendar/todo-mode.el (todo-insert-item):
7041         * bookmark.el (bookmark-buffer-name):
7042         Test major-mode rather than mode-name.
7044 2008-01-04  Richard Stallman  <rms@gnu.org>
7046         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
7047         Call byte-compile-warn-about-unresolved-functions outside
7048         the with-current-buffer.
7049         (byte-compile-insert-header): Use with-current-buffer.
7051 2008-01-04  Glenn Morris  <rgm@gnu.org>
7053         * startup.el (fancy-about-screen): Remove reference to deleted
7054         `fancy-splash-help-echo' variable.
7056         * version.el (emacs-copyright): Update to 2008.
7058         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Use mapc
7059         rather than mapcar.
7061         * progmodes/cc-vars.el (defcustom-c-stylevar): Revert previous
7062         change (merge mistake).
7064         * doc-view.el (doc-view-search-internal): Don't use `incf'.
7066         * doc-view.el (bookmark-make-cell-function, bookmark-get-filename)
7067         (bookmark-get-bookmark-record):
7068         * image-mode.el (bookmark-make-cell-function)
7069         (bookmark-get-filename, bookmark-get-bookmark-record)
7070         (bookmark-get-position):
7071         * log-view.el (vc-modify-change-comment):
7072         * progmodes/grep.el (find-name-arg): Declare for compiler.
7074 2008-01-04  Juanma Barranquero  <lekktu@gmail.com>
7076         * savehist.el (savehist-coding-system): Default to a variant coding
7077         system with explicit unix end-of-line conversion, which is safer.
7079 2008-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7081         * ibuf-ext.el (mode-name sorter, ibuffer-mark-by-mode-regexp):
7082         * ibuffer.el (mode column): Use format-mode-line.
7084         * server.el (server-create-window-system-frame): Remove workaround for
7085         a bug that has been fixed.
7087 2008-01-03  Magnus Henoch  <magnus@zemdatav>
7089         * net/dbus.el (dbus-name-owner-changed-handler):
7090         Use dbus-unregister-object instead of dbus-unregister-signal.
7092 2008-01-03  Drew Adams  <drew.adams@oracle.com>
7094         * frame.el (frame-geom-value-cons, frame-geom-spec-cons): New fns.
7096 2008-01-03  Richard Stallman  <rms@gnu.org>
7098         * replace.el (occur-context-lines): New subroutine,
7099         broken out of occur-engine.
7100         (occur-engine): Call it.
7102 2008-01-03  Alexandre Julliard  <julliard@winehq.org>
7104         * vc-git.el (vc-git--ls-files-state): New function.
7105         (vc-git-dir-state): Use it instead of processing the status
7106         results here.
7108 2008-01-02  Eric S. Raymond  <esr@snark.thyrsus.com>
7110         * progmodes/grep.el (grep-find-ignored-directories):
7111         Initialize from the value of vc-directory-exclusion-list.
7113         * vc-hooks.el (vc-directory-exclusion-list): Include "_darcs",
7114         even though we don't have a back end for darcs yet.
7116 2008-01-02  Karl Fogel  <kfogel@red-bean.com>
7118         Change a return type, for greater extensibility.
7119         See http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html
7120         and its thread for discussion leading to this change.
7122         * bookmark.el (bookmark-jump-noselect):
7123         Return an alist instead of a dotted pair.
7124         (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
7125         (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
7126         (bookmark-bmenu-switch-other-window): Adjust accordingly.
7127         (bookmark-make-cell-function): Adjust documentation accordingly.
7129         * image-mode.el (image-bookmark-jump):
7130         Adjust return type accordingly; document.
7132         * doc-view.el (doc-view-bookmark-jump):
7133         Adjust return type accordingly; document.
7135 2008-01-02  Miles Bader  <miles@gnu.org>
7137         * net/rcirc.el (rcirc-log-filename-function): New variable.
7138         (rcirc-log): Use `rcirc-log-filename-function' to generate the
7139         log-file name.  Don't log anything if it returns nil.
7140         (rcirc-log-write): Use `expand-file-name' when merging the
7141         log-file name from the alist with rcirc-log-directory; this does
7142         the right thing if the name in the alist already an absolute
7143         filename.  Make the log-file directory if necessary.
7145 2007-12-29  Richard Stallman  <rms@gnu.org>
7147         * font-lock.el (font-lock-prepend-text-property)
7148         (font-lock-append-text-property): Canonicalize the face and
7149         font-lock-face properties.
7151         * faces.el (facep): Doc fix.
7153         * startup.el (fancy-startup-tail, fancy-about-text)
7154         (fancy-startup-text): Regularize format of face property.
7156         * facemenu.el (list-colors-print): Use :background and :foreground
7157         instead of background-color and foreground-color.
7159 2007-12-29  Drew Adams  <drew.adams@oracle.com>
7161         * cus-edit.el (custom-add-parent-links):
7162         Fill the "Parent documentation" text.
7164 2007-12-29  Eli Zaretskii  <eliz@gnu.org>
7166         * textmodes/ispell.el (ispell-grep-command): Use "grep" on
7167         MS-Windows and MS-DOS.
7168         (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
7170 2008-01-02  Eric S. Raymond  <esr@snark.thyrsus.com>
7172         * vc-svn.el (vc-svn-modify-change comment): New function.
7174 2008-01-01  Dan Nicolaescu  <dann@ics.uci.edu>
7176         * vc-git.el (vc-git-dir-state): Set the vc-backend property.
7177         Do not disable undo, with-temp-buffer does it by default.
7179 2008-01-01  Eric S. Raymond  <esr@snark.thyrsus.com>
7181         * vc-svn.el (vc-svn-parse-status): Set the `unregisted' property
7182         correctly.
7184         * vc.el (vc-dired-hook): Speed tuning.  Replace a vc-backend call
7185         with vc-state.
7186         (vc-next-action): Fix vc-transfer-file call.
7188 2007-12-31  Tom Tromey  <tromey@redhat.com>
7190         * emacs-lisp/elp.el (elp-results): Use header-line-format for header.
7191         Move point to the start of the buffer.
7193 2007-12-31  Dan Nicolaescu  <dann@ics.uci.edu>
7195         * vc-cvs.el (vc-cvs-parse-entry): Set the vc-backend property.
7197         * vc.el: State that dir-state is required to set the vc-state and
7198         vc-backend properties.
7200 2007-12-31  Martin Rudalics  <rudalics@gmx.at>
7202         * man.el (Man-default-man-entry): Make this a defun.
7203         Improve guessing mechanism and handling of section numbers.
7205 2007-12-31  Richard Stallman  <rms@gnu.org>
7207         * faces.el (face-all-attributes): If FRAME is nil, return defaults.
7209 2007-12-31  Jay Belanger  <jay.p.belanger@gmail.com>
7211         * calc/calc-units.el (calc-convert-temperature): Ensure that units
7212         are on the result even when the result is zero.
7214 2007-12-30  Michael Albinus  <michael.albinus@gmx.de>
7216         * net/dbus.el (dbus-name-owner-changed-handler): Make the function
7217         resistent towards wrong parameters.
7218         (dbus-handle-event): Propagate D-Bus errors only in the debug case.
7220 2007-12-30  Richard Stallman  <rms@gnu.org>
7222         * faces.el (face-all-attributes): New function.
7224         * faces.el (face-differs-from-default-p): Compute list of attr names
7225         from face-attribute-name-alist.
7227         * cus-edit.el (custom-face-set): Call `face-spec-set' with FOR-DEFFACE.
7228         (custom-face-save): Likewise.
7229         (custom-face-reset-saved, custom-face-reset-standard): Likewise.
7231         * cus-face.el (custom-declare-face): Per frame, use `face-spec-set-2'.
7232         (custom-theme-set-faces): Clear `face-override-spec' property.
7233         Call `face-spec-set' with FOR-DEFFACE.
7235         * custom.el (custom-theme-recalc-face): Simply call `face-spec-recalc'.
7237         * faces.el (face-spec-set): Third arg is now FOR-DEFFACE.
7238         Use of frame as third arg is deprecated.
7239         Handle `face-override-spec' property.
7240         (face-spec-recalc): New function.
7241         (face-spec-set-2): New function.
7242         (frame-set-background-mode): Handle `face-override-spec' property.
7243         Use `face-spec-recalc'.
7244         (face-set-after-frame-default): Use `face-spec-recalc'.
7246 2007-12-29  Nick Roberts  <nickrob@snap.net.nz>
7248         * thumbs.el (thumbs-conversion-program): Add comment for Windows XP.
7250 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
7252         * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
7254 2007-12-29  Eric S. Raymond  <esr@snark.thyrsus.com>
7256         * vc-svn.el (vc-svn-parse-status): Recognize 'unregistered,
7257         'added, 'removed.
7259         * vc.el (header coment): Better description of dir-state.
7260         (vc-compatible-state): New function.  Checks whether two states
7261         can be in the same changeset; used with 'edited it can test whether
7262         the next action for a state should be commit.
7263         (vc-default-dired-state-info): Display 'removed state.
7264         (vc-dired-hook): Turn off undo, this is a speed tweak.
7266         * vc-bzr.el (vc-bzr-dir-state): Recognize 'added.
7268         * vc-hg.el (vc-bzr-hg-state): Recognize 'added and 'removed.
7269         Cope with the possibility that the 'C' status flag might change
7270         in 0.9,6.
7272         * vc-git.el (vc-bzr-dir-state): Recognize 'removed.
7274 2007-12-29  Thien-Thi Nguyen  <ttn@gnuvola.org>
7276         * files.el (cd-absolute): Fix omission bug:
7277         Make `list-buffers-directory' buffer-local.
7279 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
7281         * vc-hg.el (vc-hg-dir-state): Deal with the up-to-date state.
7283 2007-12-29  Jay Belanger  <jay.p.belanger@gmail.com>
7285         * calc/calc-aent.el (math-read-token): Fix misplaced parentheses.
7287         * calc/calc-lang.el (calc-yacas-language, calc-maxima-language)
7288         (calc-giac-language, math-yacas-parse-Sum, math-yacas-compose-sum)
7289         (math-yacas-compose-deriv, math-yacas-compose-taylor)
7290         (math-maxima-parse-subst, math-maxima-parse-taylor)
7291         (math-maxima-compose-taylor, math-maxima-compose-subst)
7292         (math-maxima-compose-if, math-lang-switch-args)
7293         (math-lang-compose-switch-args, math-read-giac-subscr):
7294         New functions.
7295         (calc-lang-allow-underscores, calc-lang-allow-percentsigns)
7296         (calc-lang-brackets-are-subscripts, calc-lang-c-type-hex):
7297         Add languages.
7298         (math-vector-brackets, math-complex-format, math-variable-table)
7299         (math-parse-table, math-oper-table, math-function-table)
7300         (math-special-function-table, math-compose-subscr):
7301         Add values for new languages.
7303         * calc/calccomp.el (math-compose-expr): Add new languages.
7305         * calc/calc.el (calc-language): Add languages to docstring.
7307         * calc/calc-ext.el (calc-init-extensions): Add keybindings
7308         for new languages.  Autoload commands to change languages.
7310         * calc/calc-help.el (calc-d-prefix-help): Add new languages.
7312         * calc/calc-menu.el (calc-modes-menu): Add new languages.
7313         (calc-arithmetic-menu, calc-scientific-function-menu)
7314         (calc-algebra-menu, calc-graphics-menu, calc-vectors-menu)
7315         (calc-units-menu, calc-variables-menu, calc-stack-menu):
7316         Add :active keywords.
7318 2007-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
7320         * vc-hg.el (vc-hg-registered): Return the false when vc-hg-state
7321         returns 'ignored or 'unregistered.
7322         (vc-hg-state): Pass "-A" to the status command and deal with the
7323         output.
7324         (vc-hg-dir-state): Pass "-A" to the status command.
7326 2007-12-29  Richard Stallman  <rms@gnu.org>
7328         * progmodes/compile.el (compilation-start): Set initial visible
7329         point properly even when compilation buffer already current.
7331 2007-12-29  Richard Stallman  <rms@gnu.org>
7333         * files.el (conf-mode-maybe): New function.
7334         (auto-mode-alist): Use conf-mode-maybe for .conf etc.
7336 2007-12-29  Martin Rudalics  <rudalics@gmx.at>
7338         * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
7340 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
7342         * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
7344 2007-12-29  Richard Stallman  <rms@gnu.org>
7346         * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
7347         so they never do EOF.
7349 2007-12-29  Richard Stallman  <rms@gnu.org>
7351         * faces.el (copy-face): Create the new face explicitly if it
7352         does not exist already.
7354 2007-12-29  Eli Zaretskii  <eliz@gnu.org>
7356         * simple.el (minibuffer-history, shell-command-history)
7357         (set-variable-value-history):
7358         * replace.el (regexp-history):
7359         * international/mule-cmds.el (input-method-history):
7360         * files.el (file-name-history): Add reference to history-length in
7361         the doc string.
7363 2007-12-29  Richard Stallman  <rms@gnu.org>
7365         * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
7367 2007-12-29  Jason Rumney  <jasonr@gnu.org>
7369         * find-dired.el (find-name-arg): New custom variable.
7370         (find-name-dired): Use it.
7371         (find-dired-find-program): Remove.
7372         (find-dired): Use find-program.
7373         (find-grep-dired): Use grep-program.
7375         * progmodes/grep.el (rgrep): Use find-name-arg.
7377 2007-12-29  Thien-Thi Nguyen  <ttn@gnuvola.org>
7379         * progmodes/cc-vars.el (defcustom-c-stylevar):
7380         Revert to pre-2007-12-12 version.
7382 2007-12-29  Richard Stallman  <rms@gnu.org>
7384         * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
7386         * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
7387         Use changed.
7389         * startup.el (fancy-splash-help-echo): Var deleted.
7390         (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
7391         (fancy-about-screen): Don't display fancy-splash-help-echo.
7393         * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
7395 2007-12-28  Eric S. Raymond  <esr@snark.thyrsus.com>
7397         * vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el
7398         to vc-hooks.el so it will be available to other modes, such as
7399         speedbar.el.  Also, teach it to recognize monotone state directories.
7401         * speedbar.el: Remove this mode's fragile assumptions about
7402         version-control systems.  Instead, make it use logic from
7403         vc-hooks.el so it will become smarter whenever VC mode does.
7405         * vc-hooks.el: 'added is a real state, not a future hypothetical one.
7406         Fix the documentation.
7408         * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
7409         Modify all instances of the dir-state back-end method to suppress
7410         keeping undo lists on the buffers holding status output, which
7411         can get extremely large.
7413         * vc-cvs.el, vc-svn.el: Simplify backend dired-state-info functions
7414         so they don't do work that the default one can do instead.
7416         * vc-hooks.el (vc-state): Document new 'ignored and 'unregistered
7417         states, and the new return-value convention.  These are not
7418         actually used yet, just set.
7420         * vc-svn.el (vc-svn-parse-status): Set 'ignored and 'unregistered
7421         states when appropriate.
7423         * vc-hg.el (vc-hg-state, vc-hg-dir-state): Set 'ignored and
7424         'unregistered when appropriate.
7426         * vc-git.el: Document that we don't set the new states yet.
7428         * vc.el (vc-dired-state-info): Display 'added, 'unregistered and
7429         'ignored states.
7431         * vc-cvs.el (vc-cvs-parse-status): Set the 'ignored state when
7432         appropriate.
7434         * vc-bzr.el (vc-bzr-dir-state): Set 'ignored and 'unregistered
7435         when appropriate.
7437 2007-12-28  Nick Roberts  <nickrob@snap.net.nz>
7439         * thumbs.el (thumbs-call-convert): Use call-process directly
7440         with thumbs-conversion-program instead of through shell-file-name
7441         for better error reporting.
7443 2007-12-27  Jay Belanger  <jay.p.belanger@gmail.com>
7445         * calc/calc-aent.el (math-remove-percentsigns):
7446         * calc/calccomp.el (math-to-percentsigns): Change placeholder
7447         for percent signs.
7449 2007-12-27  Eric S. Raymond  <esr@snark.thyrsus.com>
7451         * vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization;
7452         use completion-ignored-extensions to detect files that should be
7453         ignorted in VC-Dired listings, heading off lots of expensive calls
7454         to (vc-state).
7456         * vc.el (vc-dired-hook): Show unregistered file status as "?" in
7457         non-terse mode.
7458         (vc-dired-ignorable-p): Ignore Makefile when it has a peer named
7459         Makefile.in or Makefile.am.
7461 2007-12-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7463         * ps-print.el (ps-mark-active-p): Fun returned back.
7464         (ps-print-preprint-region): Use `ps-mark-active-p' instead of
7465         `region-active-p' for error checking.
7467 2007-12-27  Eric S. Raymond  <esr@snark.thyrsus.com>
7469         * vc.el, vc-sccs.el, vc-rcs.el, vc-cvs.el, vc-mcvs.el:
7470         Put new machinery in place to support editing of change comments
7471         with 'e' in a log-view buffer.  Not documented yet as this
7472         only works for SCCS, RCS, and maybe CVS if you have admin
7473         privileges.  When we have backend support for Subversion and
7474         more modern systems it will be time to write this up.
7476 2007-12-27  Kenichi Handa  <handa@ni.aist.go.jp>
7478         * international/mule-cmds.el (select-safe-coding-system):
7479         When a buffer is modified, cancel the writing.
7481 2007-12-26  Eric S. Raymond  <esr@snark.thyrsus.com>
7483         * log-view.el: Add Subversion and Mercurial log format samples.
7485         * vc.el (vc-dired-hook): Significantly speed up by arranging for
7486         it to call the backend dir-state hook (if it exists)
7487         exactly *once*, rather than once per each subdirectory (with
7488         dired-state-info calls on all toplevel files slowing it down even
7489         further).  For this to work, backend dir-state methods have to
7490         recurse to subdirectories.  Most of them already did anyway; a few
7491         needed *non*-recursion switches removed.  This change mostly
7492         removed code that was perversely bad and should have been shot
7493         through the head years ago.
7495         * vc-bzr.el (vc-bzr-dir-state):
7496         * vc-cvs.el (vc-cvs-dir-state):
7497         * vc-mcvs.el (vc-mcvs-dir-state):
7498         * vc-svn.el (vc-svn-dir-state): Recurse in subdirectories.
7500         * vc-svn.el (vc-svn-print-log): svn log doesn't actually accept
7501         multiple arguments, so generate logs sequentially when we get them.
7502         * vc-hg.el (vc-hg-print-log): Gives this CVS-like "Working file:"
7503         headers so the various log bindings can do the right thing.
7504         * vc-cvs.el (vc-cvs-print-log): Fix a misleading comment.
7506 2007-12-26  Andreas Schwab  <schwab@suse.de>
7508         * font-lock.el (save-buffer-state): Make sure the state of the
7509         buffer is always restored.
7511 2007-12-26  Jay Belanger  <jay.p.belanger@gmail.com>
7513         * calc/calc.el (calc-lang-allow-percentsigns): New variable.
7515         * calc/calc-lang.el (calc-lang-allow-percentsigns): Declare as
7516         a variable.
7518         * calc/calccomp.el (math-to-percentsigns): New function.
7519         (math-compose-var): Handle variables with percent signs.
7520         (math-compose-expr): Handle function names with percent signs.
7522         * calc/calc-aent.el (math-to-percentsigns): Declare as function.
7523         (math-read-exprs): Handle percent signs in languages that
7524         allow them.
7525         (math-restore-underscores): Remove function.
7526         (math-remove-percentsigns, math-restore-placeholders):
7527         New functions.
7529 2007-12-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7531         * ps-print.el (ps-print-preprint-region): Use `region-active-p' instead
7532         of `mark' for error checking.
7534 2007-12-26  Tassilo Horn  <tassilo@member.fsf.org>
7536         * image-mode.el (image-bookmark-make-cell, image-bookmark-jump):
7537         New functions.
7538         (image-mode): Set bookmark-make-cell-function appropriately.
7540         * doc-view.el (doc-view-bookmark-jump): Correct misspelled arg name.
7542         * bookmark.el (bookmark-make-cell-function): New variable.
7543         (bookmark-make): Call bookmark-make-cell-function's function
7544         instead of bookmark-make-cell.
7545         (bookmark-get-handler, bookmark-jump-internal): New functions.
7546         (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
7547         (bookmark-bmenu-2-window, bookmark-bmenu-other-window):
7548         Use bookmark-jump-internal.
7549         (bookmark-make-cell-for-text-file): Rename from bookmark-make-cell.
7551         * doc-view.el (doc-view-bookmark-make-cell)
7552         (doc-view-bookmark-jump): New functions.
7553         (doc-view-mode): Set bookmark-make-cell-function buffer-locally.
7555 2007-12-25  Miles Bader  <miles@gnu.org>
7557         * indent.el (indent-for-tab-command): Rigidly indent the following
7558         sexp along with the current line when a prefix arg is given in the
7559         non-active-region case.  Specify raw prefix in interactive spec.
7560         Simplify main indentation logic to get rid of the conditional call
7561         to `indent-according-to-mode' (it just ended up calling
7562         `indent-line-function' in all cases anyway, which can be done more
7563         simply here).  Remove unnecessary test of ARG in active region case.
7565 2007-12-25  Richard Stallman  <rms@gnu.org>
7567         * allout.el (allout-region-active-p): Rename from my-region-active-p.
7568         Use `use-region-p'.
7569         (allout-write-file-hook-handler): Simplify code.
7571         * ps-print.el (ps-mark-active-p): Function deleted.
7572         (ps-print-preprint-region): Use (mark) for the error check.
7574         * tooltip.el (tooltip-region-active-p): Use `use-region-p'.
7576         * winner.el (winner-active-region): Use `mark-active' if it's defined.
7578         * progmodes/ada-mode.el (ada-region-selected): Use `use-region-p'.
7580         * textmodes/org.el (org-region-active-p): Use `use-region-p'.
7582         * progmodes/idlwave.el (idlwave-region-active-p): Use `use-region-p'.
7584         * textmodes/reftex.el (reftex-region-active-p): Use `use-region-p'.
7586         * progmodes/cc-defs.el (c-region-is-active-p):
7587         Use `mark-active' if it's defined.
7589         * progmodes/cc-cmds.el (c-indent-line-or-region):
7590         Pass prefix arg to `c-indent-command'.  Use `use-region-p'.
7592         * simple.el (select-active-regions): New option.
7593         (set-mark): Obey it.
7594         (yank-pop-change-selection): New option.
7595         (current-kill): Obey it.
7597         * simple.el (use-region-p): Rename from `region-active-p'.
7598         (region-active-p): New function.
7600 2007-12-25  David Golden  <david.delaharpe.golden@gmail.com>  (tiny change)
7602         * term/x-win.el (x-select-enable-primary): New option.
7603         (x-select-text, x-cut-buffer-or-selection-value): Obey it.
7605         * mouse.el (mouse-yank-primary): New function (almost same
7606         as mouse-yank-secondary).
7608 2007-12-25  Dan Nicolaescu  <dann@ics.uci.edu>
7610         * calculator.el:
7611         * dframe.el:
7612         * iswitchb.el:
7613         * whitespace.el:
7614         * winner.el:
7615         * emacs-lisp/checkdoc.el:
7616         * mail/feedmail.el:
7617         * net/quickurl.el:
7618         * obsolete/fast-lock.el:
7619         * play/5x5.el:
7620         * progmodes/delphi.el:
7621         * progmodes/idlw-shell.el:
7622         * progmodes/idlwave.el:
7623         * textmodes/artist.el:
7624         * textmodes/ispell.el:
7625         * textmodes/texinfmt.el:
7626         * textmodes/texinfo.el: Remove obsolete definitions of backward
7627         compatibility macros for defcustom, defgroup, defface, when,
7628         unless, with-current-buffer and with-temp-message.
7630 2007-12-24  Nick Roberts  <nickrob@snap.net.nz>
7632         * progmodes/verilog-mode.el: Reformat parts to 80 columns.
7634 2007-12-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7636         * server.el (server-save-buffers-kill-terminal): Check the `proc' is
7637         indeed a process.
7639 2007-12-23  Richard Stallman  <rms@gnu.org>
7641         * simple.el (region-active-p): New function.
7642         (use-empty-active-region): New variable.
7644         * dired-aux.el (dired): Load dired.el at run time too.
7646 2007-12-23  Juri Linkov  <juri@jurta.org>
7648         * man.el (Man-follow-manual-reference): Fill the minibuffer's
7649         default list with a full list of references.
7651         * files.el (auto-mode-alist): Add \\' to doc-view files regexp.
7653 2007-12-23  Andreas Schwab  <schwab@suse.de>
7655         * files.el (switch-to-buffer-other-frame): Return the buffer
7656         switched to.
7658 2007-12-23  Michael Albinus  <michael.albinus@gmx.de>
7660         Sync with Tramp 2.1.12.
7662         * net/tramp.el: New todo item.
7664         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Handle "-F"
7665         switch.  Reported by Mark T. Kennedy <mkennedy@diamondbackcap.com>.
7667         * net/trampver.el: Update release number.
7669 2007-12-22  Richard Stallman  <rms@gnu.org>
7671         * newcomment.el (comment-region-default): Don't triple the
7672         comment starter if the first region line isn't indented enough.
7674 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7676         * net/imap.el (imap-authenticate): Use current-buffer instead of
7677         buffer, for the cases where imap-authenticate is called with a nil
7678         buffer parameter.
7680 2007-12-21  Martin Rudalics  <rudalics@gmx.at>
7682         * autoinsert.el (auto-insert-alist): Remove nonsensical precision
7683         specifier from format-string.  Reported by Ye Wenbin.
7685 2007-12-20  Jason Rumney  <jasonr@gnu.org>
7687         * nxml/nxml-mode.el (nxml-faces): Rename from nxml-highlighting-faces.
7688         Parent group is font-lock-faces.
7689         (nxml-light-blue-color, nxml-dark-blue-color, nxml-green-color)
7690         (nxml-sky-blue-color, nxml-dark-green-color, nxml-light-green-color):
7691         (nxml-version): Remove.
7692         (nxml-delimited-data, nxml-name, nxml-ref, nxml-delimiter)
7693         (nxml-text, nxml-comment-content, nxml-comment-delimiter)
7694         (nxml-processing-instruction-delimiter)
7695         (nxml-processing-instruction-target)
7696         (nxml-processing-instruction-content, nxml-cdata-section-delimiter)
7697         (nxml-cdata-section-CDATA, nxml-cdata-section-content)
7698         (nxml-char-ref-number, nxml-char-ref-delimiter, nxml-entity-ref-name)
7699         (nxml-entity-ref-delimiter, nxml-tag-delimiter, nxml-tag-slash)
7700         (nxml-element-prefix, nxml-element-colon, nxml-element-local-name)
7701         (nxml-attribute-prefix, nxml-attribute-colon)
7702         (nxml-attribute-local-name, nxml-namespace-attribute-xmlns)
7703         (nxml-namespace-attribute-colon, nxml-namespace-attribute-prefix)
7704         (nxml-attribute-value, nxml-attribute-value-delimiter)
7705         (nxml-namespace-attibute-value)
7706         (nxml-namespace-attribure-value-delimiter)
7707         (nxml-prolog-literal-delimiter, nxml-prolog-literal-content)
7708         (nxml-prolog-keyword, nxml-markup-declaration-delimiter, nxml-hash)
7709         (nxml-glyph): Rename, removing -face suffix.
7710         Inherit from existing font-lock faces.
7711         (nxml-apply-fontify-rule, nxml-char-ref-display-extra):
7712         Use new face names.
7714         * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
7715         (nxml-outline-active-indicator, nxml-outline-ellipsis):
7716         Rename, removing -face suffix.
7717         (nxml-highlighted-less-than, nxml-highlighted-greater-than)
7718         (nxml-highlighted-colon, nxml-highlighted-slash)
7719         (nxml-highlighted-ellipsis, nxml-highlighted-inactive-minus)
7720         (nxml-highlighted-active-minus, nxml-highlighted-active-plus)
7721         (nxml-highlighted-qname, nxml-outline-display-heading):
7722         Use new face names.
7724         * nxml/rng-valid.el (rng-error): Rename from rng-error-face.
7726         * nxml/rng-nxml.el (rng-nxml-easy-menu): Remove nxml-version.
7728 2007-12-19  Martin Rudalics  <rudalics@gmx.at>
7730         * cus-start.el (all): Use correct group name for members of
7731         mode-line group.
7733         * man.el (Man-default-man-entry): When looking for default man
7734         entry title search text preceding point.  Use when instead of if.
7736         * indent.el (indent-for-tab-command): Fix doc-string typo.
7738         * vc.el (vc-ensure-vc-buffer): Avoid infinite looping when
7739         vc-parent-buffer is the current buffer.
7741         * info-look.el (info-lookup, info-lookup-setup-mode)
7742         (info-lookup-make-completions): Avoid clobbering Info-history and
7743         Info-history-list.
7745 2007-12-19  Glenn Morris  <rgm@gnu.org>
7747         * progmodes/verilog-mode.el (top-level): Don't require compile.
7748         (compilation-error-regexp-alist, compilation-last-buffer):
7749         Define for compiler.
7750         (verilog-insert-1): New function.
7751         (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
7752         Use verilog-insert-1.
7753         (verilog-surelint-off): Use next-error-last-buffer if bound.
7754         Check compile buffer is live.
7756 2007-12-19  John J Foerch  <jjfoerch@earthlink.net>  (tiny change)
7758         * progmodes/compile.el (compilation-start): Don't pass a FRAME
7759         argument to display-buffer.
7761 2007-12-19  Jason Rumney  <jasonr@gnu.org>
7763         * nxml/rng-maint.el (rng-format-manual): Do not autoload.
7764         (rng-autoload-modules, rng-update-autoloads, rng-compile-modules)
7765         (rng-byte-compile-load, rng-write-version): Remove.
7767         * nxml/rng-loc.el (rng-schema-locating-files-default)
7768         (rng-schema-locating-file-schema-file): Use files in etc/schemas.
7769         (rng-schema-loader-alist): Use rng-c-load-schema to load rnc files.
7771 2007-12-18  Michael Albinus  <michael.albinus@gmx.de>
7773         * files.el (cd-absolute): Set `list-buffers-directory' in order to
7774         show correct path in buffer list.
7776         * net/tramp.el (tramp-open-connection-setup-interactive-shell)
7777         (tramp-find-shell): Send only single prompt setting commands, in
7778         order to avoid double-prompt.
7780         * net/tramp-compat.el (top): Require cl only when compiling.
7781         Reported by Glenn Morris <rgm@gnu.org>.
7783 2007-12-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
7785         * progmodes/cc-vars.el (defcustom-c-stylevar): Eval VAL.
7786         (c-comment-continuation-stars): No longer declare with
7787         cc-bytecomp-obsolete-var and cc-bytecomp-defvar.
7788         (c-block-comment-prefix): Use symbol-value to
7789         access c-comment-continuation-stars.
7790         * progmodes/cc-mode.el (c-initialize-cc-mode):
7791         Use symbol-value to access c-comment-continuation-stars.
7793 2007-12-18  Mark A. Hershberger  <mah@everybody.org>
7795         * xml.el (xml-escape-string): New function.  Escape string using
7796         xml-entity-alist.
7797         (xml-debug-print-internal): Use xml-escape-string to escape
7798         characters in attributes and in text children of elements.
7800 2007-12-18  Glenn Morris  <rgm@gnu.org>
7802         * progmodes/cc-subword.el (c-subword-mode): Drop support for
7803         systems without define-minor-mode.
7805         * progmodes/cc-vars.el (defcustom-c-stylevar): Remove debugging message.
7807         * progmodes/verilog-mode.el: Replace all instances of
7808         string-to-int with string-to-number, insert-string with insert,
7809         and read-input with read-string.
7810         (top-level): No need to require imenu, reporter, dinotrace, vc,
7811         font-lock when compiling.  Always require compile.  Relegate remaining
7812         compatibility cruft to XEmacs.  Don't require font-lock.
7813         (verilog-version): Remove superfluous concat.
7814         (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
7815         No need to define.
7816         (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
7817         (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
7818         (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
7819         (verilog-startup-message-displayed): These are variables, not constants.
7820         (verilog-batch-execute-func, verilog-auto-inst)
7821         (verilog-auto-inst-param): Use mapc rather than mapcar.
7822         (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
7823         actually defining.
7824         (verilog-modi-get-decls, verilog-modi-get-sub-decls)
7825         (verilog-modi-get-outputs, verilog-modi-get-inouts)
7826         (verilog-modi-get-inputs, verilog-modi-get-wires)
7827         (verilog-modi-get-regs, verilog-modi-get-assigns)
7828         (verilog-modi-get-consts, verilog-modi-get-gparams)
7829         (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
7830         (verilog-modi-get-sub-inputs): Move inline functions earlier in
7831         the file.
7832         (sigs-in, sigs-out): Don't declare multiple times.
7833         (got-sig, got-rvalue, uses-delayed): Define for compiler with just
7834         `defvar'.
7835         (verilog-auto): Call dinotrace-unannotate-all only if bound.
7836         (verilog-module-inside-filename-p): No need to wrap fboundp test
7837         in condition-case.
7838         (reporter-submit-bug-report): Autoload it.
7839         (verilog-mark-defun): Call zmacs-activate-region only if bound.
7840         (verilog-font-customize): Call customize-apropos only if bound.
7841         (verilog-getopt-flags, verilog-auto-reeval-locals):
7842         Use make-local-variable rather than make-variable-buffer-local.
7843         (verilog-company, verilog-project, verilog-modi-cache-list):
7844         Move make-variable-buffer-local calls to top-level.
7845         (font-lock-defaults-alist): Don't define it.
7846         (verilog-need-fld): Remove.
7847         (verilog-font-lock-init): Don't set font-lock-defaults-alist.
7848         (verilog-mode): Only call make-local-hook on XEmacs.
7849         Set font-lock-defaults rather than using verilog-font-lock-init.
7851 2007-12-17  Andreas Schwab  <schwab@suse.de>
7853         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
7854         Fix comment typo.
7856 2007-12-16  Michael Albinus  <michael.albinus@gmx.de>
7858         * net/dbus.el (dbus-name-owner-changed-handler):
7859         Use `dbus-unregister-signal' for removing old rules.
7860         Obey new structure of `dbus-registered-functions-table'.
7862 2007-12-12  Thien-Thi Nguyen  <ttn@gnuvola.org>
7864         * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
7866 2007-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
7868         * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
7869         function.
7870         (add-submenu): Only define for XEmacs.
7871         (verilog-regexp-words): Revert previous change, keep the other
7872         definition.
7874 2007-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
7876         * progmodes/perl-mode.el (perl-continued-statement-offset)
7877         (perl-continued-brace-offset, perl-brace-offset)
7878         (perl-brace-imaginary-offset, perl-label-offset):
7879         * progmodes/cperl-mode.el (cperl-brace-offset)
7880         (cperl-continued-brace-offset, cperl-label-offset)
7881         (cperl-continued-statement-offset)
7882         (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
7883         Add safe-local-variable properties.
7885 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
7887         * progmodes/verilog-mode.el (verilog-mode-map)
7888         (verilog-template-map, verilog-mode-mouse-map): Fix typos.
7889         (verilog-colorize-include-files): Use only overlay functions so
7890         that it can work on both emacs and XEmacs.
7891         (set-extent-keymap): Remove unused defun.
7892         (verilog-kill-existing-comment, verilog-insert-date)
7893         (verilog-insert-year): Rename in order not to pollute the global
7894         namespace from kill-existing-comment, insert-date and
7895         insert-year, respectively.
7896         (verilog-set-auto-endcomments, verilog-header): Update callers.
7898         * files.el (auto-mode-alist): Recognize verilog files.
7900         * progmodes/verilog-mode.el (verilog-string-replace-matches)
7901         (verilog-string-remove-spaces, verilog-re-search-forward)
7902         (verilog-re-search-backward, verilog-re-search-forward-quick)
7903         (verilog-re-search-backward-quick, verilog-get-beg-of-line)
7904         (verilog-get-end-of-line, verilog-within-string): Move definitions
7905         before first use.  No code changes.
7907 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
7909         * progmodes/verilog-mode.el (verilog-mode-version)
7910         (verilog-mode-release-date): Don't use expanding keywords.
7911         (provide): Move to the end of file.
7912         (fboundp): Don't check if eval-when-compile is bound, it is used
7913         later in the file without checking.
7914         (when, unless): Copy definitions from subr.el.
7915         (char-before, defcustom, defface, customize-group)
7916         (verilog-batch-error-wrapper): Don't use old style backquotes.
7917         (verilog-regexp-opt): Avoid using the cl function case.
7918         (verilog-regexp-words): Remove duplicated definition.
7919         (verilog-mode-abbrev-table): Remove, duplicate.
7920         (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
7921         Declare and initialize in one step.
7922         (verilog-declaration-prefix-re, verilog-declaration-re)
7923         (verilog-end-of-statement, verilog-indent-declaration)
7924         (verilog-get-lineup-indent): Remove trailing whitespace.
7925         (verilog-mode): Fix autoload cookie.
7926         Set beginning-of-defun-function and end-of-defun-function.  Use when
7927         instead of if.
7928         (verilog-emacs-features, verilog-auto-ascii-enum)
7929         (verilog-insert-indices): Escape braces in doc strings.
7931 2007-12-08  Michael McNamara  <mac@verilog.com>
7932             Wilson Snyder  <wsnyder@wsnyder.org>
7934         * progmodes/verilog-mode.el: New file.
7936 2007-12-08  Eli Zaretskii  <eliz@fencepost.gnu.org>
7938         * international/latexenc.el (latexenc-find-file-coding-system):
7939         If both coding-system-for-write and buffer-file-coding-system of
7940         latex-main-file are nil, use `undecided'.
7942 2007-12-06  Jason Rumney  <jasonr@gnu.org>
7944         * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
7946 2007-12-12  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
7948         * files.el (revert-buffer): Docstring fix.
7950 2007-12-11  Glenn Morris  <rgm@gnu.org>
7952         * emacs-lisp/check-declare.el (check-declare-verify): Handle deffoo.
7954 2007-12-11  Jay Belanger  <jay.p.belanger@gmail.com>
7956         * calc/calc-aent.el (math-restore-underscores)
7957         (math-string-restore-underscores): New functions.
7958         (math-read-factor): Properly check variable names with underscores
7959         for entries in `math-expr-variable-mapping'.
7961         * calc/calc-lang.el (math-lang-name): New property name.
7963         * calc/calc.el (calc-set-mode-line): Use `math-lang-name'
7964         to set language name.
7966 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7968         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7970 2007-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7972         * server.el (server-select-display): Fix important typo.
7973         (server-process-filter): Turn a "" display into nil.
7975 2007-12-09  Juri Linkov  <juri@jurta.org>
7977         * replace.el (keep-lines, flush-lines, how-many): Doc fix.
7978         Check search-upper-case before calling isearch-no-upper-case-p
7979         to set case-fold-search.
7980         (occur): Doc fix.
7981         (occur-1, perform-replace): Check search-upper-case before calling
7982         isearch-no-upper-case-p to set case-fold-search.
7984         * isearch.el (search-upper-case): Doc fix.
7985         (isearch-mode-map): Bind `M-s o' to isearch-occur.
7986         (isearch-query-replace): Doc fix.  Let-bind search-upper-case to nil.
7987         (isearch-query-replace-regexp): Doc fix.
7988         (isearch-occur): New function.
7990 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7992         * pgg.el, pgg-parse.el (declare-function): Add new no-op macro for
7993         backward compatibility.
7995         * net/imap.el (imap-string-to-integer): New function.
7997 2007-12-09  David Kastrup  <dak@gnu.org>
7999         * emacs-lisp/lisp-mnt.el (lm-verify): Make it work with
8000         directories.  Not sure anybody uses this anymore, though.
8002 2007-12-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8004         * printing.el: Fix pr-interface-map initialization code.
8005         (pr-version): New version 6.9.3.
8006         (pr-f-set-keymap-parents): Replace by pr-set-keymap-parents.
8007         (pr-f-set-keymap-name): Replace by pr-set-keymap-name.
8008         (pr-f-read-string): Replace by pr-read-string.
8009         (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string): New fun
8010         name.
8011         (pr-interactive-n-up, pr-interactive-regexp): Code fix.
8013 2007-12-09  Glenn Morris  <rgm@gnu.org>
8015         * emulation/viper-init.el (top-level): Use dolist rather than mapc
8016         in make-variable-frame-local call.
8018 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
8020         * mail/hashcash.el (declare-function):
8021         * net/imap.el (declare-function): New no-op macro for backward
8022         compatibility.
8024 2007-12-08  Eli Zaretskii  <eliz@gnu.org>
8026         Sync makefile.w32-in with Makefile.in.
8028         * makefile.w32-in (check-declare): New target.
8029         (BYTE_COMPILE_EXTRA_FLAGS): New variable.
8030         (.el.elc, compile-CMD, compile-SH, compile-always-CMD)
8031         (compile-always-SH, compile-calc-CMD, compile-calc-SH)
8032         ($(lisp)/progmodes/cc-mode.elc): Use it.
8033         ($(lisp)/progmodes/cc-mode.elc): New rule.
8035 2007-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
8037         * indent.el (tab-stop-list): Mark as safe-local-variable.
8039         * generic-x.el (etc-sudoers-generic-mode): New mode.
8040         (generic-unix-modes): Add it.
8042 2007-12-08  Michael Albinus  <michael.albinus@gmx.de>
8044         * net/dbus.el (dbus-hash-table=): Remove function.  We cannot
8045         apply wildcards in a hash table key; there is no usable hash code then.
8046         (dbus-registered-functions-table): Use `equal' as test function.
8047         (dbus-name-owner-changed-handler): Rewrite due to new hash table
8048         structure.
8050 2007-12-08  Martin Rudalics  <rudalics@gmx.at>
8052         * progmodes/cc-cmds.el (c-mask-paragraph): Avoid invalid search
8053         bound error in block comment branch.
8055 2007-12-08  David Kastrup  <dak@gnu.org>
8057         * textmodes/reftex.el (reftex-select-with-char):
8058         * textmodes/reftex-toc.el (reftex-toc-do-promote)
8059         (reftex-toc-visit-location, reftex-toc-find-section):
8060         * textmodes/reftex-index.el (reftex-index-show-entry):
8061         * textmodes/org.el (org-cycle-hide-archived-subtrees)
8062         (org-table-rotate-recalc-marks, org-mark-ring-push)
8063         (org-follow-info-link, org-mhe-get-message-folder-from-index)
8064         (org-auto-repeat-maybe, org-store-log-note, org-delete-property)
8065         (org-evaluate-time-range, org-edit-agenda-file-list):
8066         * textmodes/artist.el (artist-select-next-op-in-list)
8067         (artist-select-prev-op-in-list):
8068         * term/mac-win.el (mac-service-insert-text):
8069         * startup.el (fancy-about-screen):
8070         * progmodes/vhdl-mode.el (vhdl-decision-query):
8071         * progmodes/idlwave.el (idlwave-template)
8072         (idlwave-scroll-completions, idlwave-display-completion-list):
8073         * progmodes/ebrowse.el (ebrowse-show-progress):
8074         * progmodes/cperl-mode.el (cperl-find-pods-heres):
8075         * progmodes/antlr-mode.el (antlr-insert-option-do):
8076         * play/mpuz.el (mpuz-close-game):
8077         * net/rcirc.el (rcirc-next-active-buffer):
8078         * mail/reporter.el (reporter-update-status):
8079         * kmacro.el (kmacro-display):
8080         * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
8081         * emulation/viper-util.el (viper-save-setting):
8082         * emacs-lisp/lisp-mnt.el (lm-verify):
8083         * emacs-lisp/edebug.el (edebug-set-mode):
8084         * emacs-lisp/checkdoc.el (checkdoc-rogue-spaces, checkdoc-defun):
8085         * calendar/calendar.el (calendar-print-day-of-year):
8086         * calc/calcalg3.el (calc-curve-fit):
8087         * calc/calcalg2.el (math-integral):
8088         * calc/calc.el (calc-read-key-sequence, calc-version):
8089         * calc/calc-mode.el (calc-set-simplify-mode):
8090         * calc/calc-ext.el (calc-fancy-prefix): Fix buggy call to `message'.
8092 2007-12-07  D. Goel  <deego3@gmail.com>
8094         * progmodes/idlw-shell.el (idlwave-shell-display-line)
8095         * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
8096         (ada-xref-find-in-modified-ali, ada-find-in-src-path)
8097         * mail/uce.el (uce-reply-to-uce)
8098         * progmodes/vhdl-mode.el (vhdl-template-modify)
8099         * mail/feedmail.el (feedmail-dump-message-to-queue): Improve calls
8100         to `error' (as suggested by RMS.)
8102 2007-12-07  Glenn Morris  <rgm@gnu.org>
8104         * allout.el (allout-write-file-hook-handler):
8105         * textmodes/reftex.el (reftex-TeX-master-file):
8106         * textmodes/reftex-parse.el (reftex-short-context):
8107         Revert previous change.
8109 2007-12-07  Michael Albinus  <michael.albinus@gmx.de>
8111         * net/dbus.el (dbus-hash-table=): Fix for new hash table key structure.
8112         (dbus-list-hash-table, dbus-name-owner-changed-handler): New defuns.
8113         (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
8114         (dbus-event-service-name, dbus-event-path-name)
8115         (dbus-event-interface-name, dbus-event-member-name): Fix for new
8116         event structure.
8117         (dbus-list-activatable-names, dbus-list-names)
8118         (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect):
8119         Reorder `dbus-call-method' arguments.
8121 2007-12-06  D. Goel  <deego3@gmail.com>
8123         * allout.el (allout-write-file-hook-handler):
8124         * textmodes/reftex.el (reftex-TeX-master-file):
8125         * textmodes/org.el (org-paste-subtree):
8126         * progmodes/vhdl-mode.el (vhdl-template-modify):
8127         * progmodes/idlw-shell.el (idlwave-shell-send-command)
8128         (idlwave-shell-display-line):
8129         * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
8130         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
8131         * net/trampver.el (x):
8132         * mail/uce.el (uce-reply-to-uce):
8133         * mail/rmailout.el (rmail-output):
8134         * mail/feedmail.el (feedmail-dump-message-to-queue):
8135         * whitespace.el (whitespace-write-file-hook):
8136         * wdired.el (wdired-check-kill-buffer):
8137         * vc.el (vc-update):
8138         * vc-mcvs.el (vc-mcvs-checkin):
8139         * vc-cvs.el (vc-cvs-checkin):
8140         * man.el (Man-bgproc-sentinel, Man-goto-see-also-section):
8141         * ibuffer.el (ibuffer-current-buffer):
8142         * dired.el (dired-move-to-end-of-filename):
8143         * bindings.el (complete-symbol):
8144         * textmodes/org-publish.el (org-publish-file):
8145         (org-publish-current-project):
8146         * textmodes/reftex-parse.el (reftex-short-context):
8147         * textmodes/texinfmt.el: Fix buggy calls to `error'.
8149 2007-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8151         * doc-view.el (doc-view-dvi->pdf-sentinel)
8152         (doc-view-pdf/ps->png-sentinel, doc-view-pdf->txt-sentinel)
8153         (doc-view-ps->pdf-sentinel, doc-view-display): Don't change buffer
8154         within a sentinel or timer.
8155         (doc-view-display): Don't try to display before the requested page
8156         is available, unless told to do so explicitly.
8157         (doc-view-pdf/ps->png-sentinel, doc-view-initiate-display):
8158         Force display even if the requested page is not available.
8160 2007-12-06  Richard Stallman  <rms@gnu.org>
8162         * help-fns.el (describe-function-1): Call ad-get-advice-info
8163         only on symbols.
8165 2007-12-06  Glenn Morris  <rgm@gnu.org>
8167         * progmodes/antlr-mode.el (antlr-keyword, antlr-syntax)
8168         (antlr-ruledef, antlr-tokendef, antlr-ruleref-face)
8169         (antlr-tokenref, antlr-literal): Inherit from standard font-lock
8170         faces in non-light-background case.
8172         * add-log.el, dired-aux.el, font-lock.el, help-fns.el, ido.el:
8173         * informat.el, emacs-lisp/bytecomp.el, emacs-lisp/gulp.el:
8174         * emacs-lisp/tcover-ses.el, emacs-lisp/timer.el, emulation/edt.el:
8175         * emulation/vi.el, emulation/viper-cmd.el:
8176         * international/titdic-cnv.el, mail/emacsbug.el, progmodes/dcl-mode.el:
8177         * progmodes/prolog.el, progmodes/ps-mode.el, progmodes/python.el:
8178         * textmodes/fill.el: Remove directory part from filenames in
8179         function declarations.
8181         * dired-aux.el (mailcap-mime-info): Update declaration.
8183 2007-12-05  Richard Stallman  <rms@gnu.org>
8185         * wid-edit.el (widget-type): Doc fix.
8187 2007-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8189         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
8190         Don't match "sub { (...) ... }".
8192 2007-12-05  Richard Stallman  <rms@gnu.org>
8194         * international/mule-cmds.el (toggle-input-method-active): New var.
8195         (toggle-input-method): Bind toggle-input-method-active to t.
8196         Error if it was already non-nil.
8198 2007-12-05  Reiner Steib  <Reiner.Steib@gmx.de>
8200         * net/tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8202 2007-12-05  Elias Oltmanns  <eo@nebensachen.de>
8204         * net/tls.el (open-tls-stream): Actually consult tls-checktrust to
8205         see if certs should be verified and what is to be done in the
8206         event of a verification failure.
8208 2007-12-05  Reiner Steib  <Reiner.Steib@gmx.de>
8210         * net/tls.el (tls-program): Provide more custom choices from
8211         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
8212         (tls-process-connection-type, tls-success): Remove "*" in doc string.
8213         (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
8214         version.  Minor improvement to doc strings.
8215         (tls-program): Add comment.
8217 2007-12-05  Elias Oltmanns  <eo@nebensachen.de>
8219         * net/tls.el (tls-certtool-program, tls-hostmismatch): New variables.
8220         (tls-checktrust): New variable.  Check if GNU TLS complained about a
8221         mismatch between the hostname provided in the certificate and the name
8222         of the host connnecting to.
8223         (open-tls-stream): Use them.  Check certificates against trusted root
8224         certificates.
8226 2007-12-05  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8228         * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8229         (imap-parse-status): Upcase status-att for broken servers that sends
8230         them lower-case (e.g., MS Exchange 2007).
8232 2007-12-05  D. Goel  <deego3@gmail.com>
8234         * simple.el (undo):
8235         * image-dired.el (image-dired-display-thumb-properties):
8236         (image-dired-modify-mark-on-thumb-original-file):
8237         (image-dired-dired-display-properties):
8238         * help.el (help-window-display-message):
8239         * files.el (hack-local-variables-confirm):
8240         * ediff.el (ediff-version):
8241         * complete.el (pc-chunk-after, PC-temp-minibuffer-message):
8242         `message' and `error': Ensure that first arg is a format string.
8244         * emacs-lisp/find-func.el (find-library-name): Prefer files with
8245         ".el" suffix over "".
8247 2007-12-05  Michael Albinus  <michael.albinus@gmx.de>
8249         * net/dbus.el (dbus-hash-table=): Allow nil as wildcard in the
8250         interface and member fields.
8252 2007-12-05  Glenn Morris  <rgm@gnu.org>
8254         * eshell/em-alias.el (pcomplete-stub): Define for compiler.
8255         (pcomplete-here): Autoload it.
8257         * eshell/em-basic.el (print-func): No need to define for compiler.
8259         * eshell/esh-cmd.el (eshell-debug-command):
8260         * eshell/esh-io.el (eshell-print): Move definitions before use.
8262         * eshell/esh-module.el (eshell-load-defgroups): Eval and compile.
8264         * eshell/esh-util.el (top-level): Don't require pp.
8265         Use condition-case rather than ignore-errors.
8267         * eshell/eshell.el (eshell-buffer-name): Define for compiler.
8269         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el
8270         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
8271         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el
8272         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el
8273         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el
8274         * eshell/em-xtra.el, eshell/esh-cmd.el, eshell/esh-test.el
8275         * eshell/esh-util.el, eshell/eshell.el: Require individual files
8276         if needed when compiling, rather than esh-maint.  Collect any
8277         require statements.  Move provide statement to end.  Move any
8278         commentary to start.
8280         * eshell/esh-arg.el, eshell/esh-ext.el, eshell/esh-io.el:
8281         * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el:
8282         * eshell/esh-proc.el, eshell/esh-var.el:
8283         Require individual files if needed when compiling, rather than
8284         esh-maint.  Collect any require statements.  Leave provide at start.
8285         Move any commentary to start.
8287         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
8288         Remove declared function from byte-compile-noruntime-functions.
8290         * ediff-util.el (ediff-version):
8291         * progmodes/python.el (compilation-shell-minor-mode):
8292         * textmodes/org.el (Info-goto-node, calendar-astro-date-string)
8293         (calendar-bahai-date-string, calendar-check-holidays)
8294         (calendar-chinese-date-string, calendar-coptic-date-string)
8295         (calendar-ethiopic-date-string, calendar-forward-day)
8296         (calendar-french-date-string, calendar-goto-date)
8297         (calendar-goto-today, calendar-hebrew-date-string)
8298         (calendar-islamic-date-string, calendar-iso-date-string)
8299         (calendar-julian-date-string, calendar-mayan-date-string)
8300         (calendar-persian-date-string, gnus-summary-last-subject)
8301         (parse-time-string, rmail-show-message): Declare as functions.
8303 2007-12-05  Michael Olson  <mwolson@gnu.org>
8305         * textmodes/remember.el: Merge contents of remember-diary.el here,
8306         updating header.  Add autoload cookie so that byte-compilation
8307         works without warning.
8308         (remember-diary-file): Default to nil, since diary might not yet
8309         be loaded at this point, which would deny us access to diary-file.
8310         (remember-diary-extract-entries): If remember-diary-file is nil,
8311         then use diary-file instead.
8313         * textmodes/remember-diary.el: Remove, due to the issue of needing
8314         the first 8 characters of a filename to be unique.
8316 2007-12-04  Michael Albinus  <michael.albinus@gmx.de>
8318         * net/dbus.el (dbus-hash-table=): New defun.
8319         (dbus-hash-table-test): New hash table test function, used in
8320         `dbus-registered-functions-table'.
8321         (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
8322         (dbus-event-service-name, dbus-event-path-name)
8323         (dbus-event-interface-name, dbus-event-member-name):
8324         Rewrite, due to new structure of `dbus-event'.
8326 2007-12-04  Juanma Barranquero  <lekktu@gmail.com>
8328         * ido.el (ido-save-history): Set the `coding' local
8329         variable in the first line of the file.
8331 2007-12-04  Glenn Morris  <rgm@gnu.org>
8333         * password-cache.el: Move here from gnus/password.el.
8334         (top-level): Don't require cl when compiling.
8335         (password-read-and-add): Doc fix.  Make obsolete.
8337         * net/tramp.el: Require password-cache or password.
8339         * emulation/cua-base.el (top-level): Move (provide 'cua-base) to end.
8340         No longer provide 'cua.  Don't require cua-rect, cua-gmrk when
8341         compiling.
8342         (cua-set-rectangle-mark): Add doc string to autoload.
8343         (cua--rectangle, cua--last-killed-rectangle)
8344         (cua--global-mark-active): Always define for compiler.
8345         (cua-copy-rectangle, cua-cut-rectangle, cua--rectangle-left)
8346         (cua--delete-rectangle, cua--insert-rectangle)
8347         (cua--rectangle-corner, cua--rectangle-assert)
8348         (cua--insert-at-global-mark, cua--global-mark-post-command):
8349         Declare as functions.
8351         * emulation/cua-gmrk.el (top-level): Move provide to end.
8353         * emulation/cua-rect.el (top-level): Move provide to end.
8354         Don't require cua-gmrk when compiling.
8355         (cua--cut-rectangle-to-global-mark)
8356         (cua--copy-rectangle-to-global-mark): Declare as functions.
8358         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
8359         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
8360         (viper-vi-state-cursor-color):
8361         Consolidate make-variable-frame-local calls.
8363         * net/eudcb-bbdb.el (bbdb-address-streets): Declare as a function.
8364         (eudc-bbdb-extract-addresses): Use bbdb-address-streets rather
8365         than bbdb-address-street1,2,3.
8367         * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
8368         Try x-focus-frame before focus-frame.  Only try focus-frame on XEmacs.
8370 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8372         * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8373         (imap-parse-status): Upcase status-att for servers that sends them
8374         lower-case (e.g., MS Exchange 2007).
8376 2007-12-03  Karl Fogel  <kfogel@red-bean.com>
8378         * saveplace.el (save-place-quiet): Remove, reverting 2007-12-02T19:54:46Z!kfogel@red-bean.com.
8379         (save-place-alist-to-file, load-save-place-alist-from-file):
8380         Don't print non-error messages at all, there's really no need.
8381         Do print if there's a problem, and clarify message in that case.
8383 2007-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
8385         * ediff-diff.el (ediff-prepare-error-list):
8386         * ediff-util.el (ediff-setup): Disable undo for ediff-error-buffer.
8388 2007-12-03  Tassilo Horn  <tassilo@member.fsf.org>
8390         * doc-view.el (doc-view-initiate-display): Use `doc-view-mode-p'.
8391         (doc-view-current-overlay, doc-view-pending-cache-flush):
8392         Add doc string.
8394 2007-12-03  Richard Stallman  <rms@gnu.org>
8396         * subr.el (declare-function): Move from byte-run.el.
8398         * emacs-lisp/byte-run.el (declare-function): Move to subr.el.
8400         * window.el (recenter-top-bottom): Don't use `ecase'.
8402 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
8404         * saveplace.el (save-place-alist-to-file):
8405         Set coding-system-for-write once and refer to it throughout.
8406         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
8408 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
8410         * saveplace.el (save-place-alist-to-file): Use `utf-8' coding
8411         system when writing, and set it in the first-line file variables.
8412         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk> and
8413         Juanma Barranquero.
8415 2007-12-02  Glenn Morris  <rgm@gnu.org>
8417         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
8418         Reverse branches of if statement.
8420         * emulation/viper-cmd.el (top-level): Don't require advice.
8421         Don't load viper-util, viper-keym, viper-mous, viper-macs,
8422         viper-ex when compiling.
8424         * emulation/viper-ex.el (top-level): Don't load viper-util,
8425         viper-keym when compiling.
8427         * emulation/viper-init.el (top-level): Move provide statement to end.
8429         * emulation/viper-keym.el (top-level): Don't load viper-util when
8430         compiling.  Move provide statement to end.
8432         * emulation/viper-macs.el (top-level): Don't load viper-util,
8433         viper-keym, viper-mous when compiling.
8435         * emulation/viper-mous.el (top-level): Don't load viper-util when
8436         compiling.
8438         * emulation/viper-util.el (top-level): Don't load viper-init when
8439         compiling.
8441         * emulation/viper.el (top-level): Don't require ring.
8442         Don't load viper-init, viper-cmd when compiling.
8444         * net/sasl-cram.el, net/sasl-digest.el, net/sasl-ntlm.el, net/sasl.el:
8445         Move here from gnus/.
8447 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
8449         Offer option for saveplace to be quiet about loading and saving.
8450         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
8452         * saveplace.el (save-place-quiet): New customizable boolean.
8453         (save-place-alist-to-file, load-save-place-alist-from-file): Use it
8454         to determine whether to print loading/saving messages.
8456 2007-12-02  Glenn Morris  <rgm@gnu.org>
8458         * mail/binhex.el: Move here from gnus/.
8459         (binhex): New custom group.
8460         (binhex-decoder-program, binhex-decoder-switches)
8461         (binhex-use-external): Move to the binhex custom group.
8463         * mail/uudecode.el: Move here from gnus/.
8464         (uudecode): New custom group.
8465         (uudecode-decoder-program, uudecode-decoder-switches)
8466         (uudecode-use-external): Move to the uudecode custom group.
8468         * net/netrc.el (top-level): Don't load `encrypt' features.
8469         (netrc-parse): Don't use encrypt.
8470         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8472         * progmodes/python.el (top-level): Don't require cl when compiling.
8474 2007-12-02  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
8476         * textmodes/flyspell.el (flyspell-large-region): Explicitly set
8477         encoding for aspell process and for communication with it.
8478         Only add "-d" option if not already present.
8479         Use ispell-current-dictionary and ispell-current-personal-dictionary.
8480         General reorganization.
8482         * textmodes/ispell.el (ispell-aspell-find-dictionary): Do not set
8483         encoding here.
8484         (ispell-start-process): Explicitly set encoding here if using aspell.
8486 2007-12-02  Dan Nicolaescu  <dann@ics.uci.edu>
8488         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Also pass a diff
8489         function to log-edit.
8491 2007-12-02  Michael Albinus  <michael.albinus@gmx.de>
8493         * net/dbus.el: New file.
8495 2007-12-02  Jay Belanger  <jay.p.belanger@gmail.com>
8497         * calc/calc.el (calc-lang-slash-idiv, calc-lang-allow-underscores)
8498         (calc-lang-c-type-hex, calc-lang-brackets-are-subscripts)
8499         (calc-lang-parens-are-subscripts): New variables.
8500         (math-expr-special-function-mapping): Remove variable.
8501         (math-eqn-ignore-words, math-tex-ignore-words)
8502         (math-latex-ignore-words): Move to calc-lang.el.
8504         * calc/calc-lang.el (math-compose-vector, math-compose-var)
8505         (math-tex-expr-is-flat): Declare as functions.
8506         (calc-lang-slash-idiv, calc-lang-allow-underscores)
8507         (math-comp-left-bracket, math-comp-right-bracket)
8508         (math-comp-comma, math-comp-vector-prec): Declare as variables.
8509         (math-var-formatter, math-matrix-formatter)
8510         (math-lang-adjust-words, math-lang-read-symbol, math-land-read)
8511         (math-punc-table, math-compose-subscr, math-dots)
8512         (math-func-formatter): New property names to store language
8513         specific information.
8514         (math-compose-tex-var, math-compose-tex-intv)
8515         (math-compose-maple-intv, math-compose-eqn-intv)
8516         (math-compose-tex-sum, math-compose-tex-func)
8517         (math-compose-tex-intv): New functions.
8518         (math-eqn-ignore-words, math-tex-ignore-words)
8519         (math-latex-ignore-words): Move from calc.el.
8520         (math-special-function-table): Add entries for tex.
8521         (calc-lang-slash-idiv, calc-lang-allows-underscores):
8522         New variables.
8523         (math-compose-latex-frac): Rename from `math-latex-print-frac'.
8524         (math-compose-tex-matrix, math-compose-eqn-matrix)
8525         (math-eqn-special-functions): Move from calccomp.el.
8527         * calc/calccomp.el (math-compose-var): New function.
8528         (math-compose-expr): Allow more special functions to be used.
8529         Change test for formatting fractions.  Use variables and property
8530         names to help with language specific formatting.
8531         (math-compose-tex-matrix, math-compose-eqn-matrix)
8532         (math-eqn-special-functions): Move to calc-lang.el.
8533         (math-compose-rows): Use property names to help with language
8534         specific formatting.
8536         * calc/calc-aent.el (math-read-factor): Turn multiple subscripts
8537         into nested subscripts.
8538         (math-read-token): Use variables and property names to help with
8539         language specific parsing.
8540         (math-read-expression-level): Use variables to help with language
8541         specific parsing.
8543 2007-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8545         * arc-mode.el (archive-find-type): Add recognition of rar-exe format.
8546         (archive-rar-summarize): Allow the file name to be passed as argument.
8547         Remove unused vars `header' and `footer'.
8548         (archive-rar-exe-summarize, archive-rar-exe-extract): New functions.
8550 2007-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
8552         * log-edit.el (log-edit-show-diff): New function.
8553         (log-edit-mode-map, log-edit-menu): Bind it.
8554         (log-edit-diff-function): New variable.
8555         (log-edit): Change the 3rd param to be an alist and accept a
8556         function that computes a diff for the files involved.
8558         * vc.el (vc-log-edit): Add a diff function parameter to log-edit.
8560 2007-12-01  Martin Rudalics  <rudalics@gmx.at>
8562         * play/blackbox.el (bb-up, bb-down): Revert 2007-10-21 change and
8563         wrap next-/previous-line in with-no-warnings.
8565 2007-12-01  Glenn Morris  <rgm@gnu.org>
8567         * format-spec.el, hex-util.el, sha1.el: Move here from gnus/.
8569         * net/dig.el: Move here from gnus/.
8570         (dig-mode): Replace gnus-run-mode-hooks with equivalent expansion.
8572         * net/dns.el: Move here from gnus/.
8573         (top-level): Don't require mm-util, or cl when compiling.
8574         (dns-write-name, dns-read, dns-read-type, query-dns):
8575         Replace mm-with-unibyte-buffer with its expansion.
8576         (query-dns): Replace decf and ignore-errors with non-cl equivalents.
8578         * progmodes/gdb-ui.el (gud-remove, gud-break):
8579         * progmodes/gud.el (gdb-create-define-alist)
8580         (gdb-restore-windows, gdb-reset, global-hl-line-highlight)
8581         (hl-line-highlight, gdb-display-source-buffer)
8582         (gdb-display-buffer, c-langelem-sym, c-langelem-pos)
8583         (syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
8585 2007-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
8587         * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
8588         Move args on defun line.
8590         * textmodes/org.el (org-calendar-holiday):
8591         Use calendar-check-holidays instead of the obsolete
8592         check-calendar-holidays.
8593         (add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
8594         (bbdb-company, bbdb-current-record, bbdb-name)
8595         (bbdb-record-getprop, bbdb-record-name)
8596         (bibtex-beginning-of-entry, bibtex-generate-autokey)
8597         (bibtex-parse-entry, bibtex-url, cdlatex-tab)
8598         (dired-get-filename, gnus-article-show-summary, mh-display-msg)
8599         (mh-find-path, mh-get-header-field, mh-get-msg-num)
8600         (mh-header-display, mh-index-previous-folder)
8601         (mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
8602         (mh-show-buffer-message-number, mh-show-header-display)
8603         (mh-show-msg, mh-show-show, mh-visit-folder)
8604         (org-export-latex-cleaned-string, remember)
8605         (remember-buffer-desc, rmail-narrow-to-non-pruned-header)
8606         (rmail-what-message, elmo-folder-exists-p)
8607         (elmo-message-entity-field, elmo-message-field)
8608         (vm-beginning-of-message, vm-follow-summary-cursor)
8609         (vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
8610         (vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
8611         (vm-summarize, wl-folder-get-elmo-folder)
8612         (wl-summary-goto-folder-subr)
8613         (wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
8614         (wl-summary-line-subject, wl-summary-message-number)
8615         (wl-summary-redisplay): Declare as functions.
8617 2007-11-30  Martin Rudalics  <rudalics@gmx.at>
8619         * longlines.el (longlines-show-hard-newlines): Remove handling of
8620         buffer-undo-list and buffer-modified status.
8621         (longlines-show-region, longlines-unshow-hard-newlines):
8622         Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and
8623         inhibit-modification-hooks here to avoid that a buffer appears
8624         modified when toggling visibility of hard newlines.
8626 2007-11-30  Glenn Morris  <rgm@gnu.org>
8628         * nxml/rng-maint.el (rng-do-some-validation): Fix declaration.
8630         * progmodes/idlw-complete-structtag.el
8631         (idlwave-sintern-structtag):
8632         * progmodes/idlw-help.el (idlwave-sintern-sysvar)
8633         (idlwave-sintern-sysvartag):
8634         * progmodes/idlwave.el (idlwave-sintern-class-tag)
8635         (idlwave-sintern-sysvar, idlwave-sintern-sysvartag): Declare as
8636         functions.
8638 2007-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
8640         * textmodes/reftex-index.el (texmathp):
8641         * textmodes/reftex-auc.el (TeX-argument-insert)
8642         (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
8643         (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
8644         (LaTeX-label-list):
8645         * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
8646         (rng-clear-conditional-region, rng-do-some-validation): Declare as
8647         functions.
8648         (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
8650 2007-11-30  Glenn Morris  <rgm@gnu.org>
8652         * emacs-lisp/byte-run.el (declare-function): Add optional fourth
8653         argument and document it.
8655         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
8656         Third argument to declare-function must be a list to specify arglist.
8658         * emacs-lisp/check-declare.el (check-declare-scan): Doc fix.
8659         Handle declare-function third argument `t' and fourth argument.
8660         (check-declare-verify): Doc fix.  Handle `fileonly' case.
8661         Use progn rather than prog1.
8663         * desktop.el (uniquify-item-base):
8664         * term/mac-win.el (url-type): Declare as functions.
8666         * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones)
8667         (bbdb-address-city, bbdb-address-state, bbdb-address-zip)
8668         (bbdb-address-location, bbdb-record-addresses): Pass non-nil
8669         fourth arg to declare-function.
8671         * play/dunnet.el: Don't require cl when compiling.
8672         (byte-compile-warnings): Set via file local variables.
8673         (dun-parse): Let-bind `beg' and `line'.
8675 2007-11-29  Alexandre Julliard  <julliard@winehq.org>
8677         * vc-git.el (vc-git-dir-state): Fix the git command arguments.
8679 2007-11-29  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
8681         * calendar/time-date.el (encode-time-value): Doc fix.
8683 2007-11-29  Glenn Morris  <rgm@gnu.org>
8685         * calendar/time-date.el (with-decoded-time-value): Doc fix.
8687         * textmodes/css-mode.el (prog-mode): Remove.
8688         (css-mode): Derive from fundamental-mode rather than prog-mode.
8690         * emacs-lisp/byte-run.el (declare-function): Doc fix.
8692         * emacs-lisp/check-declare.el (check-declare-locate)
8693         (check-declare-verify): Handle `external' files.
8694         (check-declare-errmsg): New function.
8695         (check-declare-verify, check-declare-file, check-declare-directory):
8696         Use check-declare-errmsg to report the number of problems.
8698         * ffap.el (w3-view-this-url)
8699         * mail/mspools.el (vm-visit-folder)
8700         * net/browse-url.el (w3-fetch-other-window, w3-fetch)
8701         * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-phone-string)
8702         (bbdb-record-phones, bbdb-address-city, bbdb-address-state)
8703         (bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
8704         (bbdb-records)
8705         * net/eudc-export.el (bbdb-parse-phone-number, bbdb-string-trim)
8706         * net/imap.el (sasl-find-mechanism, sasl-mechanism-name)
8707         (sasl-make-client, sasl-next-step, sasl-step-data)
8708         (sasl-step-set-data)
8709         * net/newsticker.el (w3m-toggle-inline-image, htmlr-reset)
8710         (htmlr-step): Declare as functions.
8712         * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses):
8713         Use bbdb-address-zip rather than bbdb-address-zip-string.
8715 2007-11-28  Richard Stallman  <rms@gnu.org>
8717         * md4.el, net/hmac-def.el, net/hmac-md5.el, net/ntlm.el:
8718         Move here from gnus/.
8720 2007-11-28  Martin Rudalics  <rudalics@gmx.at>
8722         * newcomment.el (comment-region-internal): Fix newline insertion
8723         in `block' case.
8725 2007-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8727         * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
8729 2007-11-28  Glenn Morris  <rgm@gnu.org>
8731         * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
8732         delete .elc files.
8734         * nxml/char-name/unicode: Move to etc/nxml/.
8735         * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
8737         * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
8738         Declare as a function.
8740         * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
8741         * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
8742         * nxml/xsd-regexp.el (xsdre-gen-categories): Change mapcar -> mapc.
8744         * nxml/nxml-outln.el (nxml-token-start-tag-p)
8745         (nxml-token-end-tag-p): Move definitions before use.
8747         * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
8749         * nxml/nxml-uchnm.el (top-level)
8750         (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
8751         (nxml-enabled-unicode-blocks): Add custom group.
8753         * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
8754         Use string-to-number rather than string-to-int.
8756         * dired-x.el (dired-omit-old-add-entry): Declare as function.
8757         Move definition before use.
8758         (dired-old-find-buffer-nocreate): Declare as function.
8760         * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
8761         (check-declare-verify): Handle fset.
8763         * emulation/edt.el (edt-user-emulation-setup):
8764         Test edt-setup-user-bindings is bound before calling.
8766         * emulation/tpu-edt.el: Don't require cl when compiling.
8767         (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
8768         (tpu-edt-off): Use condition-case rather than ignore-errors.
8769         Use with-no-warnings.
8771         * eshell/esh-util.el (top-level): Use require rather than load for
8772         ange-ftp.
8774         * mail/supercite.el (sc-version): Redefine as an alias for
8775         emacs-version.
8776         (sc-help-address): Remove.
8777         (sc-version): Use emacs-version rather than sc-version.
8778         (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
8780         * net/socks.el (socks-original-open-network-stream): Declare as
8781         function.  Move definition before use.
8783 2007-11-28  Jay Belanger  <jay.p.belanger@gmail.com>
8785         * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
8786         (math-make-frac): Declare as functions.
8788 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
8790         * progmodes/cperl-mode.el (compilation-error-regexp-alist):
8791         Pacify byte compiler.
8792         (cperl-mode): Use with-no-warnings for setting vc-header-alist.
8794         * progmodes/idlwave.el (idlwave-shell-get-path-info)
8795         (idlwave-shell-temp-file, idlwave-shell-is-running)
8796         (widget-value, comint-dynamic-complete-filename, Info-goto-node):
8797         * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
8798         (idlwave-all-method-classes, idlwave-all-method-keyword-classes)
8799         (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
8800         (idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
8801         (idlwave-completing-read, idlwave-current-routine)
8802         (idlwave-downcase-safe, idlwave-entry-find-keyword)
8803         (idlwave-expand-keyword, idlwave-find-class-definition)
8804         (idlwave-find-inherited-class, idlwave-find-struct-tag)
8805         (idlwave-get-buffer-visiting, idlwave-in-quote)
8806         (idlwave-make-full-name, idlwave-members-only)
8807         (idlwave-popup-select, idlwave-routine-source-file)
8808         (idlwave-routines, idlwave-sintern-class)
8809         (idlwave-sintern-keyword, idlwave-sintern-method)
8810         (idlwave-sintern-routine-or-method)
8811         (idlwave-substitute-link-target, idlwave-sys-dir)
8812         (idlwave-this-word, idlwave-what-module-find-class)
8813         (idlwave-where):
8814         * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
8815         * mail/uce.el (rmail-msg-is-pruned)
8816         (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
8817         (rmail-toggle-header):
8818         * mail/sendmail.el (dired-view-file, dired-get-filename):
8819         * mail/rmailkwd.el (rmail-maybe-set-message-counters)
8820         (rmail-display-labels, rmail-msgbeg)
8821         (rmail-set-message-deleted-p, rmail-message-labels-p)
8822         (rmail-show-message, mail-comma-list-regexp)
8823         (mail-parse-comma-list):
8824         * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
8825         (rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
8826         (rfc822-addresses, mail-abbrev-make-syntax-table)
8827         (mail-sendmail-delimit-header, mail-header-end):
8828         * mail/hashcash.el (message-narrow-to-headers-or-head)
8829         (message-fetch-field, message-goto-eoh)
8830         (message-narrow-to-headers):
8831         * vc.el (view-mode-exit): Declare as functions.
8833         * mail/vms-pmail.el:
8834         * vmsproc.el:
8835         * vms-patch.el: Don't byte compile these files, they don't work.
8837 2007-11-27  Glenn Morris  <rgm@gnu.org>
8839         * calc/calc-ext.el (math-read-big-rec):
8840         * calc/calc-nlfit.el (math-map-binop):
8841         * calc/calc.el (math-normalize-nonstandard): Fix declarations.
8843         * eshell/eshell.el (eshell-report-bug): Add version number of
8844         obsolescence.
8846         * emulation/viper.el, emulation/viper-util.el,
8847         emulation/viper-macs.el, emulation/viper-keym.el,
8848         emulation/viper-ex.el, emulation/viper-cmd.el:
8849         Load viper-*.el files silently.
8851         * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
8852         ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
8853         Load ediff-*.el files silently.
8855         * ediff.el: Load dired silently.  Don't load info, pcl-cvs when
8856         compiling.
8857         (Info-goto-node): Declare as a function.
8859         * ediff-init.el: Don't load ange-ftp when compiling.
8860         * ediff-util.el: Don't load reporter when compiling.
8862         * ediff-wind.el (ediff-display-pixel-width)
8863         (ediff-display-pixel-height):
8864         * generic-x.el (ini-generic-mode):
8865         * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
8866         (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
8867         (ps-mule-initialize, ps-mule-begin-job):
8868         * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
8869         (mark-calendar-days-named):
8870         * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
8871         (add-to-diary-list, diary-name-pattern)
8872         (mark-calendar-days-named):
8873         * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
8874         (mark-calendar-days-named):
8875         * calendar/cal-x.el (make-fancy-diary-buffer):
8876         * calendar/holidays.el (calendar-absolute-from-julian):
8877         * calendar/todo-mode.el (calendar-current-date):
8878         * calendar/cal-menu.el (calendar-increment-month)
8879         (calendar-month-name, extract-calendar-year)
8880         (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
8881         (calendar-current-date, calendar-cursor-holidays)
8882         (calendar-date-string, insert-diary-entry, calendar-set-mark)
8883         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
8884         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
8885         (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
8886         (cal-tex-cursor-filofax-week, cal-tex-cursor-month)
8887         (cal-tex-cursor-month-landscape, cal-tex-cursor-year)
8888         (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
8889         (calendar-day-of-year-string, calendar-iso-date-string)
8890         (calendar-julian-date-string, calendar-astro-date-string)
8891         (calendar-absolute-from-gregorian, calendar-hebrew-date-string)
8892         (calendar-persian-date-string, calendar-bahai-date-string)
8893         (calendar-islamic-date-string, calendar-chinese-date-string)
8894         (calendar-coptic-date-string, calendar-ethiopic-date-string)
8895         (calendar-french-date-string, calendar-mayan-date-string)
8896         (calendar-print-chinese-date, calendar-goto-date):
8897         Declare as functions.
8899         * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
8900         (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
8902         * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
8903         aliases for report-emacs-bug.
8904         (gnus-summary-select-article, gnus-configure-windows): Declare as
8905         functions.
8907         * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
8908         compiler.
8910         * pgg.el (pgg-clear-string): Declare as a function.
8911         (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
8912         (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
8914         * emacs-lisp/check-declare.el (check-declare-locate):
8915         Handle compressed files.
8916         (check-declare-verify): Handle define-generic-mode,
8917         define-global(ized)-minor-mode, define-obsolete-function-alias.
8919 2007-11-27  Jay Belanger  <jay.p.belanger@gmail.com>
8921         * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
8922         algebraic modes.
8924         * calc/calc-aent.el (calc-refresh-evaltos, calc-execute-kbd-macro)
8925         (math-is-true, calc-explain-why, calc-alg-edit)
8926         (math-composite-inequalities, math-flatten-lands)
8927         (math-multi-subst, calcFunc-vmatches, math-simplify)
8928         (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
8929         (math-read-string, math-read-brackets, math-read-angle-brackets):
8930         Declare as functions.
8932         * calc/calcalg3.el (calc-fit-s-shaped-logistic-curve)
8933         (calc-fit-bell-shaped-logistic-curve)
8934         (calc-fit-hubbert-linear-curve, calc-graph-add-curve)
8935         (calc-graph-lookup, calc-graph-set-styles, math-min-list)
8936         (math-max-list): Declare as functions.
8937         (math-map-binop): New function.
8938         (calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
8940         * calc/calc.el (calc-set-language, calc-edit-finish)
8941         (calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
8942         (calc-do-keypad, calcFunc-unixtime, math-parse-date)
8943         (math-lessp, calc-embedded-finish-command)
8944         (calc-embedded-select-buffer, calc-embedded-mode-line-change)
8945         (calc-push-list-in-macro, calc-replace-selections)
8946         (calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
8947         (calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
8948         (calc-embedded-stack-change, calc-refresh-evaltos)
8949         (calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
8950         (calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
8951         (calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
8952         (calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
8953         (math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
8954         (math-dimension-error, calc-incomplete-error, math-float-fancy)
8955         (math-neg-fancy, math-zerop, calc-add-fractions)
8956         (math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
8957         (calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
8958         (math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
8959         (calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
8960         (math-compose-expr, math-comp-width, math-composition-to-string)
8961         (math-stack-value-offset-fancy, math-format-flat-expr-fancy)
8962         (math-adjust-fraction, math-format-binary, math-format-radix)
8963         (math-group-float, math-mod, math-format-number-fancy)
8964         (math-format-bignum-fancy, math-read-number-fancy)
8965         (calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
8966         (calc-do-embedded-activate, math-do-defmath)
8967         (calc-load-everything): Declare as functions.
8969         * calc/calc-ext.el (math-clip, math-round, math-simplify)
8970         (math-simplify-extended, math-simplify-units, calc-set-language)
8971         (calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
8972         (calc-embedded-var-change, math-mul-float, math-arctan-raw)
8973         (math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
8974         (math-normalize-hms, math-normalize-mod, math-make-sdev)
8975         (math-make-intv, math-normalize-logical-op, math-possible-signs)
8976         (math-infinite-dir, math-calcFunc-to-var)
8977         (calc-embedded-evaluate-expr, math-known-nonzerop)
8978         (math-read-expr-level, math-read-big-rec, math-read-big-balance)
8979         (math-format-date, math-vector-is-string, math-vector-to-string)
8980         (math-format-radix-float, math-compose-expr, math-abs)
8981         (math-format-bignum-binary, math-format-bignum-octal)
8982         (math-format-bignum-hex, math-format-bignum-radix)
8983         (math-compute-max-digits): Declare as functions.
8984         (math-provably-realp): Fix typo.
8986         * calc/calc-forms.el (calendar-current-time-zone)
8987         (calendar-absolute-from-gregorian, dst-in-effect): Declare as
8988         functions.
8990         * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
8992         * calc/calc-lang.el (math-read-factor, math-read-expr-level):
8993         Declare as functions.
8995         * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)
8996         (math-posp, math-compare, math-bignum, math-compare-bignum):
8997         Declare as functions.
8999         * calc/calc-misc.el (calc-do-keypad, calc-inv-hyp-prefix-help)
9000         (calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
9001         (calc-explain-why, calc-clear-command-flag)
9002         (calc-roll-down-with-selections, calc-roll-up-with-selections)
9003         (calc-last-args, calc-is-inverse, calc-do-prefix-help)
9004         (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
9005         (math-trunc-special, math-trunc-fancy, math-floor-special)
9006         (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
9007         (math-known-matrixp, math-mod-fancy, math-pow-of-zero)
9008         (math-pow-zero, math-pow-fancy): Declare as functions.
9010         * calc/calc-mode.el (calc-embedded-save-original-modes):
9011         Declare as a function.
9013         * calc/calc-nlfit.el (calc-get-fit-variables, math-map-binop):
9014         Declare as functions.
9015         (math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
9016         (math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
9017         Replace `mapcar*' by `math-map-binop'.
9018         (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
9020         * calc/calc-prog.el (edmacro-format-keys, edmacro-parse-keys)
9021         (math-read-expr-level): Declare as functions.
9023         * calc/calc-vec.el (math-read-expr-level): Declare as a function.
9025 2007-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9027         * emacs-lisp/lisp.el (end-of-defun): Restructure so that
9028         end-of-defun-function is called consistently, even for negative
9029         arguments.
9030         (end-of-defun-function): Default to forward-sexp.
9032 2007-11-26  Juanma Barranquero  <lekktu@gmail.com>
9034         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
9036 2007-11-26  Glenn Morris  <rgm@gnu.org>
9038         * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
9039         than :suffix.
9041         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
9043 2007-11-26  Simon Josefsson  <simon@josefsson.org>
9045         * net/imap.el: Move from ../gnus.
9047 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9049         * doc-view.el (doc-view-mode-p): New function.
9051 2007-11-25  Dan Nicolaescu  <dann@ics.uci.edu>
9053         * mail/mspools.el (rmail-get-new-mail):
9054         * mail/reporter.el (mail-position-on-field, mail-text):
9055         * mail/rmail.el (mail-position-on-field, mail-text-start)
9056         (rmail-update-summary):
9057         * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
9058         * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
9059         * mail/rmailout.el (rmail-update-summary):
9060         * mail/rmailsort.el (rmail-update-summary):
9061         * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
9062         (dired-view-file):
9063         * mail/uce.el (mail-strip-quoted-names):
9064         * mail/undigest.el (rmail-update-summary):
9065         * mail/unrmail.el (mail-strip-quoted-names):
9066         * ediff.el (diff-latest-backup-file): Declare as functions.
9068         * obsolete/mlsupport.el (ml-previous-page): Fix typo.
9069         (kill-to-end-of-line):
9070         * obsolete/rnews.el (news-set-minor-modes):
9071         Remove non working functions.
9073 2007-11-25  Glenn Morris  <rgm@gnu.org>
9075         * eshell/esh-maint.el (top-level): Use require with NOERROR for
9076         pcomplete.  Don't mess with load-path.
9078         * eshell/eshell.el (eshell-report-bug-address): Remove.
9079         (eshell-report-bug): Redefine as an alias for report-emacs-bug.
9081 2007-11-24  Glenn Morris  <rgm@gnu.org>
9083         * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
9084         (appt-disp-window): Don't require electric.
9085         Simplify minibuffer-avoidance code.
9086         (appt-select-lowest-window): Avoid minibuffer.
9088         * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
9089         (esh-mode): Require it.
9090         (esh-util): Use require rather than featurep and load.
9091         (eshell): No need to test if eshell-mode is bound; remove obsolete
9092         reference to eshell-auto.
9093         (eshell-command, eshell-command-result): Don't require esh-mode
9094         now that the file does.
9095         (top-level): Move provide statement to the end of the file.
9096         Re-order and update commentary.
9098 2007-11-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
9100         * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
9101         (vc-annotate-toggle-annotation-visibility): New command.
9102         (vc-annotate-mode-map): Bind "V" to it.
9103         (vc-annotate-mode-menu): Add entry for it.
9104         (vc-annotate-get-time-set-line-props): New func.
9105         (vc-annotate-display-autoscale)
9106         (vc-annotate-display-difference): Use it.
9108         * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
9109         Also, match one space at end of annotation text, after last paren.
9111 2007-11-24  Michael Albinus  <michael.albinus@gmx.de>
9113         * ido.el (ido-file-name-all-completions-1): Check for fboundp of
9114         `tramp-completion-mode-p' as it is in Tramp 2.1.  Let-bind
9115         `tramp-completion-mode'.
9117 2007-11-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
9119         * vc-git.el (vc-git-show-log-entry): New func.
9121         * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
9122         (vc-git-state): Use vc-git--call.
9123         (vc-git-registered, vc-git-working-revision)
9124         (vc-git-previous-revision, vc-git-next-revision)
9125         (vc-git--run-command-string, vc-git-symbolic-commit):
9126         Use vc-git--out-ok.
9128 2007-11-24  Glenn Morris  <rgm@gnu.org>
9130         * emacs-lisp/byte-run.el (declare-function): Doc fix.
9132 2007-11-24  Kenichi Handa  <handa@m17n.org>
9134         * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
9136 2007-11-23  David Kastrup  <dak@gnu.org>
9138         * server.el (server-process-filter): Use `command-line-args-left'.
9140 2007-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9142         * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
9144 2007-11-23  Dan Nicolaescu  <dann@ics.uci.edu>
9146         * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
9147         buffer if the parent buffer is in vc-dired-mode.
9149 2007-11-23  Mark A. Hershberger  <mah@everybody.org>
9151         * nxml: Initial merge of nxml.  Kept nxml/char-name subdir for now.
9153 2007-11-23  Juri Linkov  <juri@jurta.org>
9155         * dired.el (dired-read-dir-and-switches): For C-x d, set the
9156         value for M-n to the visited file name of the current buffer.
9157         Use minibuffer-with-setup-hook to set minibuffer-default to
9158         buffer-file-name inside read-file-name.
9160         * man.el (Man-getpage-in-background): Don't disregard user option
9161         `Man-width' on non-window systems.  Remove test for `window-system'
9162         around setting envvar "COLUMNS" depending on the value of `Man-width'.
9164         * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
9165         "emacs-grep".  Set envvar "GREP_OPTIONS" to "--color=auto" instead
9166         of "--color=always".
9168 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9170         * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
9171         beginning-of-defun-function.
9173 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9175         * mail/hashcash.el: Move from ../gnus.  Add hashcash payments to email.
9177 2007-11-22  Glenn Morris  <rgm@gnu.org>
9179         * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
9181         * emacs-lisp/check-declare.el (check-declare-locate): New function.
9182         (check-declare-scan): Use check-declare-locate.
9183         (check-declare-verify): No longer adjust fnfile, now
9184         check-declare-locate does it.
9186         * emacs-lisp/byte-run.el (declare-function): Doc fix.
9188 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9190         * subr.el (posn-col-row): Make the `default-value' use explicit.
9192         * window.el (balance-windows): Remove unused var `counter'.
9193         (bw-balance-sub): Remove unused var `lastchild'.
9194         (split-window-vertically): Remove unused var `switch'.
9195         (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
9197         * emacs-lisp/bytecomp.el
9198         (byte-compile-file-form-custom-declare-variable): Simplify.
9200 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9202         * cus-edit.el (custom-mode): Define with `define-derived-mode'.
9203         Set `show-trailing-whitespace' to nil.
9205         * dired.el (make-symbolic-link):
9206         * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
9207         (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
9208         * dired-x.el (make-symbolic-link):
9209         * frame.el (x-initialize-window-system):
9210         * menu-bar.el (x-menu-bar-open):
9211         * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
9212         (x-store-cut-buffer-internal):
9213         * wdired.el (make-symbolic-link):
9214         * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
9215         (x-send-client-message):
9216         * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
9218 2007-11-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9220         * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
9222 2007-11-22  Glenn Morris  <rgm@gnu.org>
9224         * dos-fns.el (int86):
9225         * term/mac-win.el (mac-font-panel-mode): Fix declarations.
9227         * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
9229         * calendar/holidays.el (holiday-list): Add autoload cookie.
9231         * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
9232         files relative to src/ directory.
9233         (check-declare-verify): Handle .c files.  Warn if could not find
9234         an arglist to check.
9236         * emacs-lisp/byte-run.el (declare-function): Doc fix.
9238 2007-11-22  Dan Nicolaescu  <dann@ics.uci.edu>
9240         * replace.el (occur-mode-map): Add a major mode menu with entries
9241         for all occur operations.
9243         * international/titdic-cnv.el (dos-8+3-filename):
9244         * obsolete/fast-lock.el (msdos-long-file-names):
9245         * frame.el (msdos-mouse-p):
9246         * files.el (msdos-long-file-names, w32-long-file-name):
9247         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
9248         (mac-resume-apple-event, mac-font-panel-mode)
9249         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
9250         (mac-clear-font-name-table):
9251         * term/pc-win.el (msdos-remember-default-colors)
9252         (w16-set-clipboard-data, w16-get-clipboard-data):
9253         * term/w32-win.el (w32-send-sys-command, w32-select-font)
9254         (set-message-beep):
9255         * net/browse-url.el (w32-shell-execute):
9256         * w32-fns.el (set-message-beep, w32-get-clipboard-data)
9257         (w32-get-locale-info, w32-get-valid-locale-ids)
9258         (w32-set-clipboard-data):
9259         * dos-fns.el (int86, msdos-long-file-names):
9260         * dos-w32.el (default-printer-name): Declare as functions.
9262 2007-11-21  Jason Rumney  <jasonr@gnu.org>
9264         * emacs-lisp/byte-run.el (declare-function): Return nil.
9266 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9268         * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
9270 2007-11-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9272         * ps-print.el (ps-lpr-switches): Docstring fix.
9273         (ps-string-list): New fun.
9274         (ps-do-despool): Code fix.
9276 2007-11-21  Juanma Barranquero  <lekktu@gmail.com>
9278         * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
9280 2007-11-21  Glenn Morris  <rgm@gnu.org>
9282         * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
9283         for now.  Handle define-minor-mode, and defalias (with no argument
9284         checking).
9286 2007-11-21  Dan Nicolaescu  <dann@ics.uci.edu>
9288         * frame.el (msdos-mouse-p):
9289         * files.el (msdos-long-file-names, w32-long-file-name):
9290         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
9291         (mac-resume-apple-event, mac-font-panel-mode)
9292         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
9293         (mac-clear-font-name-table):
9294         * term/pc-win.el (msdos-remember-default-colors)
9295         (w16-set-clipboard-data, w16-get-clipboard-data):
9296         * term/w32-win.el (w32-send-sys-command, w32-select-font)
9297         (set-message-beep):
9298         * net/browse-url.el (w32-shell-execute):
9299         * dos-fns.el (int86, msdos-long-file-names):
9300         * dos-w32.el (default-printer-name): Undo previous change.
9302 2007-11-21  Eli Zaretskii  <eliz@gnu.org>
9304         * international/mule-cmds.el (set-locale-environment):
9305         Set default-file-name-coding-system _after_ keyboard and terminal
9306         coding systems.  This fixes last change.
9308         * mail/rmail.el (rmail-current-subject-regexp): Allow more than
9309         one space after "Subject:".
9311 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9313         * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
9314         in order to determine if there's a conflict.
9316 2007-11-21  Richard Stallman  <rms@gnu.org>
9318         * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
9320         * reposition.el (reposition-window):
9321         Binding C-M-l moved to bindings.el.
9323         * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
9325         * add-log.el (add-change-log-entry-other-window):
9326         Key binding C-x 4 a moved to bindings.el.
9328         * bindings.el (minibuffer-local-map): Bind C-tab here; moved
9329         from filecache.el.
9331         * filecache.el: Minibuffer map bindings moved to bindings.el.
9333 2007-11-21  Jason Rumney  <jasonr@gnu.org>
9335         * international/mule-cmds.el (set-locale-environment):
9336         Set default-file-name-coding-system from system defaults on Windows.
9338 2007-11-21  Jason Rumney  <jasonr@gnu.org>
9340         * term/w32console.el: New term init file for w32 console.
9342         * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
9343         (x-setup-function-keys): Likewise, replacing top-level key definitions.
9344         (w32-tty-standard-colors): Move to term/w32console.el.
9346         * term/w32-win.el (x-setup-function-keys): Remove.
9348         * term/tty-colors.el (tty-register-default-colors): Remove special
9349         case for w32.
9351 2007-11-21  Dan Nicolaescu  <dann@ics.uci.edu>
9353         * frame.el (msdos-mouse-p):
9354         * generic-x.el (w32-shell-name):
9355         * files.el (msdos-long-file-names, w32-long-file-name)
9356         (dired-get-filename, dired-unmark, dired-do-flagged-delete)
9357         (dos-8+3-filename, vms-read-directory, view-mode-disable):
9358         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
9359         (mac-resume-apple-event, mac-font-panel-mode)
9360         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
9361         (mac-clear-font-name-table):
9362         * term/pc-win.el (msdos-remember-default-colors)
9363         (w16-set-clipboard-data, w16-get-clipboard-data):
9364         * term/w32-win.el (w32-send-sys-command, w32-select-font)
9365         (set-message-beep):
9366         * w32-fns.el (set-message-beep, w32-get-clipboard-data)
9367         (w32-get-locale-info, w32-get-valid-locale-ids)
9368         (w32-set-clipboard-data):
9369         * help-fns.el (ad-get-advice-info):
9370         * font-lock.el (fast-lock-after-fontify-buffer)
9371         (fast-lock-after-unfontify-buffer, fast-lock-mode)
9372         (lazy-lock-after-fontify-buffer)
9373         (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
9374         * net/browse-url.el (w32-shell-execute):
9375         * dos-fns.el (int86, msdos-long-file-names):
9376         * dos-w32.el (default-printer-name): Declare as functions.
9378 2007-11-21  Juanma Barranquero  <lekktu@gmail.com>
9380         * textmodes/paragraphs.el (forward-sentence): Doc fix.
9381         Reported by Drew Adams <drew.adams@oracle.com>.
9383 2007-11-20  Jason Rumney  <jasonr@gnu.org>
9385         * term/w32-win.el (x-setup-function-keys): Protect against
9386         multiple calls on the same terminal.
9388 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
9390         * term/mac-win.el (x-setup-function-keys): Only setup
9391         local-function-key-map if it has not been setup already for the
9392         current frame.  Move the suspend-emacs processing here.
9394 2007-11-20  Juanma Barranquero  <lekktu@gmail.com>
9396         * progmodes/grep.el (xargs-program): New variable.
9397         (grep-compute-defaults): Use it.
9398         (grep-default-command): Doc fix.
9399         (grep, lgrep, rgrep): Reflow docstrings.
9401 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
9403         * vc.el (vc-find-revision): Set the parent buffer.
9404         Use when instead of if.
9406         * progmodes/python.el (info-lookup-maybe-add-help):
9407         * progmodes/ps-mode.el (doc-view-minor-mode):
9408         * mail/emacsbug.el (Info-menu, Info-goto-node):
9409         * emulation/viper-keym.el (viper-ex)
9410         (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
9411         * emulation/viper-cmd.el (widget-type, widget-button-press)
9412         (viper-set-hooks):
9413         * emacs-lisp/tcover-unsafep.el (unsafep-function):
9414         * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
9415         (ses-load, ses-vector-delete, ses-create-header-string)
9416         (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
9417         * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
9419 2007-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9421         * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
9423 2007-11-20  Glenn Morris  <rgm@gnu.org>
9425         * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
9426         for end of function-name.  Handle define-derived-mode.
9428 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
9430         * progmodes/idlw-help.el: Require browse-url unconditionally, it
9431         is available by default.
9432         (idlwave-help-browse-url-available): Change default to t.
9434         * emulation/edt.el (defgroup, defcustom): Remove definition.
9435         (eval-when-compile): Remove.
9436         (c-mark-function):
9437         * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
9438         * textmodes/fill.el (comment-search-forward)
9439         (comment-string-strip):
9440         * progmodes/prolog.el (comint-mode, comint-send-string)
9441         (comint-send-region, comint-send-eof):
9442         * progmodes/dcl-mode.el (imenu-default-create-index-function):
9443         * emulation/viper-util.el (viper-forward-Word):
9444         * emulation/vi.el (c-mark-function):
9445         * emulation/edt-vt100.el (vt100-wide-mode):
9446         * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
9448 2007-11-19  Michael Albinus  <michael.albinus@gmx.de>
9450         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
9451         Still some tuning in case of an echoing shell.
9452         (tramp-send-command): Connection property "remote-echo" is not
9453         persistent; cache key is the process therefore.
9455 2007-11-19  Juanma Barranquero  <lekktu@gmail.com>
9457         * replace.el (map-query-replace-regexp): Doc fix (revert part of
9458         2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
9460 2007-11-19  Dan Nicolaescu  <dann@ics.uci.edu>
9462         * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
9463         * play/yow.el (doctor-ret-or-read):
9464         * vc-hooks.el (vc-dired-resynch-file):
9465         * vc-hg.el (log-view-get-marked):
9466         * smerge-mode.el (ediff-cleanup-mess):
9467         * pcvs.el (vc-editable-p, vc-checkout):
9468         * pcomplete.el (comint-bol):
9469         * informat.el (texinfo-format-refill):
9470         * ido.el (tramp-tramp-file-p):
9471         * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
9472         (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
9473         * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
9474         functions.
9476         * textmodes/ispell.el (ispell-int-char): Make it a defalias
9477         instead of fset.
9478         (ispell-message): Use with-no-warnings for sc-cite-regexp call.
9480         * ido.el (ido-file-internal): Move with-no-warnings to include the
9481         ffap-string-at-point call.
9483         * pcomplete.el (pcomplete-executables): Move defsubst before first use.
9485         * vc-hg.el (vc-hg-revision-table): Fix last change.
9487 2007-11-19  Martin Rudalics  <rudalics@gmx.at>
9489         * menu-bar.el (top-level): Deactivate clipboard-kill-region and
9490         clipboard-yank when the buffer is read-only.
9492         * cus-edit.el (custom-field-keymap): Move to other Custom mode
9493         keymaps such that it's before the definition of Custom-mode-menu.
9494         (Custom-mode-menu): Show it for custom-field-keymap too.
9496 2007-11-19  Nick Roberts  <nickrob@snap.net.nz>
9498         * progmodes/gdb-ui.el: Update commentary.
9500 2007-11-18  Dan Nicolaescu  <dann@ics.uci.edu>
9502         * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
9504 2007-11-19  Glenn Morris  <rgm@gnu.org>
9506         * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
9507         does not exist, try adding `.el' extension.  Also search for defsubsts.
9509         * cus-edit.el (recentf-expand-file-name):
9510         * dired.el (dired-relist-entry):
9511         * subr.el (w32-shell-dos-semantics):
9512         * emacs-lisp/bytecomp.el (compilation-forget-errors):
9513         Declare as functions.
9515 2007-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9517         * abbrev.el (kill-all-abbrevs, insert-abbrevs)
9518         (prepare-abbrev-list-buffer): Use dolist.
9519         (clear-abbrev-table): Preserve properties.
9521 2007-11-18  Shigeru Fukaya  <shigeru.fukaya@gmail.com>  (tiny change)
9523         * textmodes/texinfmt.el (texinfo-format-printindex):
9524         Collect combined indexes using texinfo-short-index-format-cmds-alist.
9525         Reported on <bug-texinfo@gnu.org>.
9527 2007-11-18  Michael Albinus  <michael.albinus@gmx.de>
9529         * net/tramp.el (tramp-completion-reread-directory-timeout):
9530         New defcustom.
9531         (tramp-handle-file-name-all-completions): Flush directory contents
9532         from cache regularly.
9533         (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
9534         (tramp-open-connection-setup-interactive-shell):
9535         Call `tramp-cleanup-connection' via funcall.
9537         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
9538         created when copying.
9540 2007-11-17  Dan Nicolaescu  <dann@ics.uci.edu>
9542         * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
9543         * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
9544         * eshell/esh-ext.el (eshell-external-command):
9545         * eshell/esh-cmd.el (require):
9546         * eshell/em-unix.el (eshell-plain-locate-behavior):
9547         * eshell/em-cmpl.el (eshell-cmpl-initialize):
9548         Replace eshell-under-xemacs-p with (featurep 'xemacs).
9549         * eshell/esh-mode.el (characterp, char-int): Remove unused
9550         conditional defaliases.
9552         * pcomplete.el (pcomplete-event-matches-key-specifier-p):
9553         Rename from event-matches-key-specifier-p, define unconditionally.
9554         (event-basic-type): Remove unused defalias.
9555         (pcomplete-show-completions):
9556         Use pcomplete-event-matches-key-specifier-p.
9558 2007-11-17  Eli Zaretskii  <eliz@gnu.org>
9560         * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
9561         when saving esh-groups.el.
9563 2007-11-17  Martin Rudalics  <rudalics@gmx.at>
9565         * wid-edit.el (widget-default-complete):
9566         * progmodes/flymake.el (flymake-goto-file-and-line):
9567         Fix typo in (doc-)string.
9569 2007-11-17  Glenn Morris  <rgm@gnu.org>
9571         * emacs-lisp/byte-run.el (declare-function): New macro.
9572         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
9573         New function, byte-hunk-handler for declare-function.
9574         (byte-compile-callargs-warn): Handle declared functions.
9576         * emacs-lisp/check-declare.el: New file.
9577         * Makefile.in (check-declare): New target.
9579         * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
9581         * subr.el (process-lines): Move here from ../admin/admin.el.
9582         * emacs-lisp/authors.el (authors-process-lines): Remove.
9583         (authors): Use process-lines rather than authors-process-lines.
9585         * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
9586         Remove these files.
9588 2007-11-17  Juanma Barranquero  <lekktu@gmail.com>
9590         * emacs-lisp/backquote.el (backquote):
9591         Improve argument/docstring consistency.
9593         * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
9594         (ring-length, ring-empty-p): Use c[ad]dr.
9595         (ring-plus1): Use `1+'.
9596         (ring-minus1): Use `zerop'.
9597         (ring-remove): Use c[ad]dr.  Use `when'.
9598         (ring-copy): Use c[ad]dr.  Use `let', not `let*'.
9599         (ring-ref): Use `let', not `let*'.
9600         (ring-insert-at-beginning): Use c[ad]dr.  Doc fix.
9601         (ring-insert+extend): Use c[ad]dr.  Fix typo in docstring.
9602         (ring-member): Simplify.  Doc fix.
9603         (ring-convert-sequence-to-ring): Simplify.
9605 2007-11-17  Juri Linkov  <juri@jurta.org>
9607         * dired-aux.el (dired-create-directory): Allow creating
9608         a directory of an arbitrary depth.  Add a loop to find the topmost
9609         nonexistent parent dir `new', and call `dired-add-file' on it.
9610         Set the `PARENTS' arg of `make-directory' to t.
9612 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
9614         * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
9615         (math-build-parse-table): Get parse information from math-parse-table.
9617 2007-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9619         * window.el (recenter-last-op): New var.
9620         (recenter-top-bottom): New command.
9621         (global-map): Bind it to C-l.
9623         * abbrev.el (abbrev--write): Fix error in transcription from C.
9625         * emulation/pc-select.el (pc-select-shifted-mark): Remove.
9626         (pc-select-ensure-mark): Set mark-active to a special value instead.
9627         Rename from ensure-mark.  Update call callers.
9628         (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
9629         Rewrite.  Update all callers.
9630         (pc-selection-mode): Remove redundant var declaration.
9632 2007-11-16  Tassilo Horn  <tassilo@member.fsf.org>
9634         * doc-view.el (doc-view-search-backward, doc-view-search):
9635         Fix assignment to free variable bug.
9637 2007-11-16  Martin Pohlack  <mp26@os.inf.tu-dresden.de>  (tiny change)
9639         * emulation/pc-select.el (pc-select-shifted-mark): New var.
9640         (ensure-mark): Set it.
9641         (maybe-deactivate-mark): New fun.
9642         Use it everywhere instead of (setq mark-active nil).
9644 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9646         * textmodes/reftex-dcr.el (reftex-start-itimer-once):
9647         Add check for XEmacs.
9649         * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
9651         * doc-view.el (doc-view-resolution): Add missing :group.
9653 2007-11-16  Juanma Barranquero  <lekktu@gmail.com>
9655         * subr.el (make-variable-frame-local):
9656         Fix typo in obsolescence declaration.
9658 2007-11-16  Werner Lemberg  <wl@gnu.org>
9660         * files.el (set-auto-mode-1): Check second line for -*- if file
9661         starts with '\" (which is used by man pages to identify needed
9662         troff preprocessors).
9664 2007-11-16  Glenn Morris  <rgm@gnu.org>
9666         * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
9668 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
9670         * calc/calc-lang.el (math-oper-table): Fix typo.
9671         Reduce precedence of "/" for TeX.
9673         * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
9675 2007-11-16  Juri Linkov  <juri@jurta.org>
9677         * dired-aux.el (dired-read-shell-command-default): New function.
9678         (dired-read-shell-command): Use its return value for DEFAULT arg.
9680         * replace.el (keep-lines-read-args, occur-read-primary-args):
9681         Use a list of default values for DEFAULT arg of read-from-minibuffer.
9683         * man.el (Man-heading-regexp): Add 0-9.
9684         (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
9686 2007-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9688         * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
9689         (doc-view-resolution): New custom var.
9690         (doc-view-pdf/ps->png): Use it.
9691         (doc-view-shrink-factor): New var.
9692         (doc-view-enlarge, doc-view-shrink): New commands.
9693         (doc-view-mode-map): Use them.
9695 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9697         * ediff-wind.el (ediff-window-setup-function):
9698         * simple.el (normal-erase-is-backspace):
9699         * eshell/em-unix.el (eshell/info):
9700         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
9701         Fix typos in docstrings.
9703         * emulation/cua-base.el (cua--keymaps-initialized):
9704         Rename from `cua--keymaps-initalized'.  Callers changed.
9705         (cua-highlight-region-shift-only): Doc fix.
9706         (cua-paste-pop): Fix typo in docstring.
9708 2007-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9710         * emulation/cua-base.el (cua--pre-command-handler-1):
9711         Use input-decode-map instead of function-key-map.
9712         Use event-modifiers now that it works reliably.
9714         * vc.el (vc-diff-internal): Pop-to-buffer later.
9716         * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
9718         * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
9719         did not touch them.
9721 2007-11-15  Jay Belanger  <jay.p.belanger@gmail.com>
9723         * calc/calc-menu.el: New file.
9724         * calc/calc.el (calc-mode): Require calc-menu.
9726 2007-11-14  Juanma Barranquero  <lekktu@gmail.com>
9728         * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
9730 2007-11-14  Nick Roberts  <nickrob@snap.net.nz>
9732         * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
9733         (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
9734         (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
9735         (gdb-goto-breakpoint): Generalise for breakpoints with multiple
9736         locations.
9737         (gdb-info-breakpoints-custom, gdb-assembler-custom)
9738         (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
9739         (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
9741 2007-11-13  Noah Friedman  <friedman@splode.com>
9743         * calc/calc.el: Add `backward-delete-char-untabify' to the list of
9744         bindings to remap when `calc-scan-for-dels' is non-nil.
9746 2007-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9748         * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
9749         constant forms.
9750         (byte-compile-nilconstp): New function.
9751         (byte-optimize-cond): Kill subsequent branches when a branch is
9752         know to be taken or not taken.
9753         (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
9755 2007-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
9757         * vc.el (vc-register): Allow registering a file passed as a
9758         parameter instead of just the current buffer.
9760 2007-11-12  Michael Albinus  <michael.albinus@gmx.de>
9762         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
9763         Check whether the output of "uname -sr" has been changed.
9765 2007-11-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9767         * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
9768         patterns from compilation-perl.el and compilation-weblint.el files.
9770 2007-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
9772         * progmodes/compilation-perl.el:
9773         * progmodes/compilation-weblint.el: Disable autoloads, they cause
9774         a bootstrap failure.
9776         * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
9777         instead of doing "cvs diff" in order to avoid accessing the repository.
9779 2007-11-12  Kevin Ryde  <user42@zip.com.au>
9781         * progmodes/compilation-perl.el:
9782         * progmodes/compilation-weblint.el: New files.
9784 2007-11-11  Juanma Barranquero  <lekktu@gmail.com>
9786         * international/iso-cvt.el (iso-translate-conventions): Doc fix.
9787         (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
9788         (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
9789         (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
9790         (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
9791         Rewrite in active voice.
9793 2007-11-11  Tassilo Horn  <tassilo@member.fsf.org>
9795         * doc-view.el: Add comments about isearch support.
9797 2007-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
9799         * vc.el (vc-start-entry): Fix setting the in the case the function
9800         is called from vc-dired.  Use when instead of if where appropriate.
9802 2007-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9804         * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
9805         to be a list.
9806         (ps-begin-job): Error if ps-lpr-switches is not a list.
9808 2007-11-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9810         * faces.el (face-normalize-spec): Remove function.
9811         (frame-set-background-mode): Undo last change.
9813 2007-11-10  Jason Rumney  <jasonr@gnu.org>
9815         * w32-fns.el: Sync charset names with setup-default-fontset.
9816         Append "-1" where second part missing.
9818 2007-11-10  Juri Linkov  <juri@jurta.org>
9820         * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
9821         Fix docstring.  Reported by Leo <sdl.web@gmail.com>.
9823         * custom.el (custom-note-var-changed): Remove the `interactive'
9824         spec from this new non-interactive function.
9826 2007-11-10  Tassilo Horn  <tassilo@member.fsf.org>
9828         * doc-view.el (doc-view-mode-map, doc-view-menu)
9829         (doc-view-pdf->txt-sentinel): Adapt to new search UI.
9830         (doc-view-search-backward): New function.
9831         (doc-view-search): Query new regexp if prefix arg is given, else
9832         jump to next/previous match.
9833         (doc-view-mode): Handle compressed files.
9834         (jka-compr): Required for compressed files.
9836 2007-11-10  Paul Pogonyshev  <pogonyshev@gmx.net>
9838         * replace.el (query-replace-show-replacement): New defcustom.
9839         (perform-replace): Use `match-substitute-replacement' if
9840         `query-replace-show-replacement' is non-nil.
9842 2007-11-10  David Kastrup  <dak@gnu.org>
9844         * subr.el (match-substitute-replacement): New function.
9846 2007-11-10  Carsten Dominik  <dominik@science.uva.nl>
9848         * files.el (auto-mode-alist): Select org-mode for files with the
9849         extension ".org".
9851 2007-11-10  Martin Rudalics  <rudalics@gmx.at>
9853         * help.el (help-window, help-window-point-marker): New variables.
9854         (help-window-select): New option.
9855         (with-help-window): New macro for displaying help windows.
9856         (help-window-display-message, help-window-setup-finish)
9857         (help-window-setup): New functions used for setting up help windows.
9858         (print-help-return-message): Reset help-window to nil.
9859         (view-lossage): Use with-help-window instead of
9860         with-output-to-temp-buffer and move help-window-point-marker after
9861         inserted text.
9862         (describe-bindings, describe-key, describe-mode): Use
9863         with-help-window instead of with-output-to-temp-buffer.
9865         * help-mode.el (help-mode): Set view-exit-action to bury the
9866         buffer instead of fiddling with windows.  Simplify code.
9867         (help-mode-finish): When help-window eqs t set it to the selected
9868         window and have with-help-window set up view-return-to-alist.
9869         (help-buffer): Add autoload cookie.
9871         * view.el (view-remove-frame-by-deleting): Change default value to t.
9872         Add autoload cookie.
9873         (view-exit-action, view-file, view-file-other-window)
9874         (view-file-other-frame, view-buffer, view-buffer-other-window)
9875         (view-buffer-other-frame): Rewrite doc strings.
9876         (view-return-to-alist-update): New function to remove stale entries
9877         from view-return-to-alist.
9878         (view-mode-enter): Rewrite doc string and simplify code.
9879         (view-mode-exit): Handle new case 'keep-frame.  Don't reset
9880         view-exit-action to nil.  Simplify code and rewrite doc string.
9882         * apropos.el (apropos-describe-plist):
9883         * descr-text.el (describe-char):
9884         * disp-table.el (describe-display-table):
9885         * faces.el (list-faces-display, describe-face):
9886         * facemenu.el (list-colors-display):
9887         * help-fns.el (describe-function, describe-variable)
9888         (describe-syntax, describe-categories):
9889         Use with-help-window instead of with-output-to-temp-buffer.
9891 2007-11-10  Dan Nicolaescu  <dann@ics.uci.edu>
9893         * emacs-lisp/byte-opt.el (byte-optimize-featurep):
9894         Optimize (featurep 'emacs) to t.
9896         * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
9897         New function.
9898         (byte-compile-maybe-guarded): Use it to also look for bound
9899         symbols inside `and' forms.  Comment out non-working code that was
9900         trying to avoid warnings for XEmacs code.
9902         * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
9904         * vc-svn.el (vc-svn-print-log, vc-svn-diff):
9905         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
9906         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
9907         (vc-cvs-annotate-command):
9908         * vc-arch.el (vc-arch-diff): Remove test to check if start-process
9909         is bound, it always is.
9911 2007-11-10  Jason Rumney  <jasonr@gnu.org>
9913         * term/w32-win.el (w32-initialize-window-system): Move SJIS font
9914         setup here from global scope.
9916 2007-11-10  Juanma Barranquero  <lekktu@gmail.com>
9918         * ido.el (ido-save-history): Save the history file in UTF-8, not
9919         the current filename coding system.
9921 2007-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9923         * simple.el (interprogram-cut-function, interprogram-paste-function):
9924         Don't make them frame-local any more.
9926         * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
9927         Don't set interprogram-(cut|paste)-function on each frame.
9929         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
9930         Make them work in tty frames.
9931         (interprogram-cut-function, interprogram-paste-function):
9932         Set them globally.
9934 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
9936         * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
9937         (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
9938         (iso-iso2duden-trans-tab): Add docstring.
9940 2007-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9942         * abbrev.el (define-abbrev-table): Record the variable definition.
9944         * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
9945         New function.
9947 2007-11-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9949         * ps-print.el: Clean the code for checking suitable Emacs version.
9950         (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
9951         (ps-print-version): New version 6.8.1.
9953 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
9955         * files.el (enable-local-variables): Doc fix.
9957 2007-11-09  Nick Roberts  <nickrob@snap.net.nz>
9959         * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
9961 2007-11-09  Sven Joachim  <svenjoac@gmx.de>
9963         * dired-aux.el (dired-copy-file-recursive):
9964         Preserve directory permissions.
9966 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
9968         * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
9969         (whitespace-unload-function): New-style unload function.  When run,
9970         unintern `whitespace-unload-hook' and call `unload-feature' recursively
9971         to stop the old hook from messing with the unloading.
9973 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
9975         * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
9976         (elp-unset-master, elp-results): Fix typos.
9977         (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
9978         Doc fixes.
9980         * msb.el (msb--many-menus): Remove variable.
9981         (msb-max-menu-items, msb--add-to-menu): Doc fixes.
9982         (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
9983         (msb--toggle-menu-type): Fix typos in docstrings.
9985         * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
9986         (shadow-insert-var): Doc fixes.
9987         (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
9988         Reflow docstrings.
9989         (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
9991 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
9993         * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
9994         (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
9995         Fix typos in autoload docstrings.
9997 2007-11-09  Richard Stallman  <rms@gnu.org>
9999         * savehist.el (savehist-save): Obey savehist-ignored-variables.
10001 2007-11-09  Nick Roberts  <nickrob@snap.net.nz>
10003         * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
10004         (gdb-var-update-handler-1): Use it.
10006 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
10008         * loadhist.el (unload-feature): Remove erroneous check for the
10009         FEATURE-unload-function variable; check the existence of the
10010         function (that's what the docstring says, and it makes more sense).
10012         * follow.el (follow-unload-function): Add docstring.
10013         (follow-unload-function): Remove variable.
10015         * server.el (server-unload-function): Remove variable.
10016         (server-unload-function): Unbind `server-edit' from `C-x #'.
10018         * ses.el (ses-unload-function): New function.
10020 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
10022         * emacs-lisp/unsafep.el (unsafep, unsafep-function)
10023         (unsafep-progn, unsafep-let): Fix typos in docstrings.
10025         * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
10026         before use to avoid a warning in packages that require uniquify.
10027         (uniquify-unload-function): New function and var.
10029 2007-11-09  Dan Nicolaescu  <dann@ics.uci.edu>
10031         * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
10032         (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
10033         (ediff-current-diff-A, ediff-current-diff-B)
10034         (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
10035         (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
10036         (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
10037         (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
10038         (ediff-odd-diff-Ancestor, ediff-reset-mouse):
10039         * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
10040         (ediff-setup-windows-plain-merge)
10041         (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
10042         (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
10043         * ediff-util.el (ediff-setup-keymap, )
10044         (ediff-toggle-wide-display, ediff-toggle-multiframe)
10045         (ediff-toggle-use-toolbar, ediff-really-quit)
10046         (ediff-good-frame-under-mouse)
10047         (ediff-highlight-diff-in-one-buffer)
10048         (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
10049         (ediff-make-bullet-proof-overlay):
10050         * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
10051         (ediff-set-meta-overlay):
10052         * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
10053         * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
10054         ediff-emacs-p with their former definitions.
10056         * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
10057         (viper-has-face-support-p, viper-inactivate-input-method)
10058         (viper-activate-input-method)
10059         (viper-use-replace-region-delimiters, viper-restore-cursor-type):
10060         * emulation/viper-mous.el (viper-multiclick-timeout)
10061         (viper-surrounding-word, viper-mouse-click-insert-word)
10062         (viper-mouse-click-search-word, viper-parse-mouse-key):
10063         * emulation/viper-macs.el (viper-char-array-to-macro):
10064         * emulation/viper.el (viper-go-away, viper-set-hooks)
10065         (viper-non-hook-settings):
10066         * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
10067         (viper-get-saved-cursor-color-in-insert-mode)
10068         (viper-get-saved-cursor-color-in-emacs-mode)
10069         (viper-check-version, viper-get-visible-buffer-window)
10070         (viper-file-checked-in-p, viper-set-replace-overlay)
10071         (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
10072         (viper-check-minibuffer-overlay, viper-read-key-sequence)
10073         (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
10074         with their former definitions.
10075         (viper-eventify-list-xemacs): Only do work for XEmacs.
10076         (viper-set-unread-command-events): Only do work for Emacs.
10077         (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
10078         (viper-move-overlay, viper-overlay-start, viper-overlay-end)
10079         (viper-overlay-get, viper-overlay-put, viper-read-event)
10080         (viper-characterp, viper-int-to-char, viper-get-face)
10081         (viper-color-defined-p, viper-iconify): New defaliases replacing
10082         the old fsets.
10084         * progmodes/fortran.el (comment-region-function)
10085         (uncomment-region-function): Pacify byte compiler.
10087         * vc.el (vc-diff-internal): Remove code for an old version of gnus.
10089 2007-11-08  Michael Albinus  <michael.albinus@gmx.de>
10091         * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
10092         `process-environment'.
10094 2007-11-08  David Hansen  <david.hansen@gmx.net>  (tiny change)
10096         * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
10097         match dir like "a...b".
10099 2007-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10101         * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
10103 2007-11-07  Michael Albinus  <michael.albinus@gmx.de>
10105         * net/tramp.el (tramp-handle-substitute-in-file-name):
10106         Don't expand the remote connection identification.
10107         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10108         Set also $PS2 and $PS3 when setting $PS1.  Check for shell echoing
10109         before calling stty.
10111         * net/tramp-cache.el (tramp-cache-print)
10112         (tramp-dump-connection-properties): Fix docstring.
10113         (tramp-list-connections): Rename from `tramp-cache-list-connections'.
10115         * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
10117         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
10118         remote connection identification when setting connection property.
10120         * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
10121         "//" substitutes only in the local filename part.
10123 2007-11-07  David Hansen  <david.hansen@gmx.net>
10125         * eshell/em-glob.el (eshell-extended-glob): Sort matches.
10127 2007-11-07  Glenn Morris  <rgm@gnu.org>
10129         * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
10130         Remove superfluous concats.  Move final set-buffer to
10131         non-emacs-specific code.
10133 2007-11-07  Rob Riepel  <riepel@networking.stanford.edu>
10135         * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
10137 2007-11-07  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
10139         * eshell/esh-mode.el (eshell-output-filter):
10140         * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
10141         Use `with-current-buffer'.
10143 2007-11-07  Andreas Schwab  <schwab@suse.de>
10145         * server.el (server-start): Only register cleanup after server was
10146         started.
10148 2007-11-06  Michael Albinus  <michael.albinus@gmx.de>
10150         * net/tramp.el (top): Don't autoload `tramp-cache-print'.
10152         * net/tramp-cache.el (tramp-cache-print): Move down.
10153         (tramp-cache-list-connections): New defun.
10155         * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
10157 2007-11-06  Juanma Barranquero  <lekktu@gmail.com>
10159         * ido.el (ido-save-history): Write the history file in the current
10160         filename coding system, and add `coding' file-local variable.
10162 2007-11-06  Carsten Dominik  <dominik@science.uva.nl>
10164         * textmodes/org.el (org-table-formula-substitute-names):
10165         Remove forgotten temporary debugging code.
10167 2007-11-05  Michael Albinus  <michael.albinus@gmx.de>
10169         * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
10170         the prompt.
10172 2007-10-05  Chris Moore  <christopher.ian.moore@gmail.com>
10174         * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
10176 2007-11-05  Simon Josefsson  <simon@josefsson.org>
10178         * net/tls.el (tls-end-of-info): Doc fix.
10180 2007-11-05  Kenichi Handa  <handa@ni.aist.go.jp>
10182         * international/utf-7.el (utf-7-imap): New coding system.
10183         (utf-7-imap-post-read-conversion): New function.
10184         (utf-7-imap-pre-write-conversion): New function.
10186 2007-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10188         * abbrev.el (abbrev--write): Fix up typo.
10190 2007-11-04  Juanma Barranquero  <lekktu@gmail.com>
10192         * abbrev.el (define-abbrev-table): Doc fix.
10194 2007-11-04  Thien-Thi Nguyen  <ttn@gnuvola.org>
10196         * info.el (Info-revert-buffer-function): New func.
10197         (Info-mode): Arrange to use it for reverting.
10198         (Info-copy-current-node-name): Add space between filename and nodename.
10200 2007-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10202         * abbrev.el (expand-abbrev): Move point back to expansion's end.
10204 2007-11-04  Glenn Morris  <rgm@gnu.org>
10206         * net/tls.el: Don't require rx when compiling.
10207         (tls-end-of-info): Rewrite without using rx.
10208         (open-tls-stream): Use with-current-buffer.
10210 2007-11-04  Riccardo Murri  <riccardo.murri@gmail.com>
10212         * net/tls.el: Require rx when compiling.
10213         (tls-end-of-info): New variable.
10214         (open-tls-stream): Keep reading input until `tls-end-of-info' is
10215         matched.
10217 2007-11-03  Sean O'Rourke  <seano@cs.ucla.edu>
10219         * register.el (append-to-register, prepend-to-register):
10220         Don't signal error on empty register; use the text, instead.
10222 2007-11-03  Michael Olson  <mwolson@gnu.org>
10224         * textmodes/remember.el (remember-buffer):
10225         Use define-obsolete-function-alias rather than defalias.
10227 2007-11-03  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
10229         * simple.el (bad-packages-alist): Anchor semantic regexp.
10231 2007-11-03  Glenn Morris  <rgm@gnu.org>
10233         * newcomment.el (comment-dwim): Call comment-insert-comment-function,
10234         if defined, for blank lines.  Doc fix.
10236         * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
10237         (fortran-mode): Set values for comment-region-function,
10238         uncomment-region-function and comment-insert-comment-function.
10239         (fortran-uncomment-region): New function.
10241         * textmodes/nroff-mode.el (nroff-mode):
10242         Set comment-insert-comment-function rather than indent-line-function.
10243         (nroff-indent-line-function): Remove.
10244         (nroff-insert-comment-function): New function.
10246 2007-11-02  Michael Kifer  <kifer@cs.stonybrook.edu>
10248         * ediff-vers.el (ediff-vc-working-revision): Add a quote.
10250 2007-11-02  Michael Kifer  <kifer@cs.stonybrook.edu>
10252         * emulation/viper-ex.el (viper-ex): Do not ignore the region.
10254         * emulation/viper-cmd.el (viper-prev-destructive-command)
10255         (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
10256         copy-sequence.
10258         * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
10259         Got rid of ediff-copy-list.
10261         * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
10262         use face-name.
10263         (ediff-test-utility, ediff-diff-mandatory-option)
10264         (ediff-reset-diff-options): Remove to simplify the mandatory option
10265         handling on Windows.
10266         (ediff-set-diff-options): Add.
10267         (ediff-diff-options): Set "--binary" option as default in some cases.
10269         * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
10270         (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
10271         ediff-vc-working-revision.  Require vc-hooks.
10273 2007-11-02  Drake Wilson  <drake@begriffli.ch>  (tiny change)
10275         * files.el (hack-local-variables): Fix membership tests to avoid
10276         treating all variables as safe if `enable-local-variables' is
10277         set to :safe (CVE-2007-5795).
10279 2007-11-02  Glenn Morris  <rgm@gnu.org>
10281         * newcomment.el (comment-indent): Let comment-insert-comment-function,
10282         if defined, do all the work of inserting a new comment.
10284         * progmodes/etags.el (tags-table-mode): Disable undo.
10286         * simple.el (bad-packages-alist): Revert previous change.
10288 2007-11-02  Dan Nicolaescu  <dann@ics.uci.edu>
10290         * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
10292         * obsolete/lselect.el: Do not warn about unknown functions.
10294 2007-11-02  Michael Olson  <mwolson@gnu.org>
10296         * textmodes/remember.el (remember-buffer): Make this an alias of
10297         remember-finalize, because Org uses it.
10299 2007-11-01  Michael Olson  <mwolson@gnu.org>
10301         * textmodes/remember.el: Improve documentation in heading.
10302         (remember-before-remember-hook): Turn into a customizable option.
10303         (remember): Document INITIAL argument.
10304         (remember-region): Remove autoload cookie.  Improve docstring to
10305         mention that it is called from the *Remember* buffer, and does not
10306         have any functional overlap with the `remember' function.
10307         (remember-finalize): Remove autoload cookie.  Rename from
10308         remember-buffer to emphasize that this does not have any
10309         functional overlap with the `remember' function.
10310         (remember-destroy): Remove autoload cookie.
10311         (remember-mode-map): Define and initialize in one step.
10312         (remember-mode): Improve docstring.
10313         (remember-annotation-functions): Default to just '(buffer-file-name),
10314         and don't try to take the default value from Planner.
10316 2007-11-01  Glenn Morris  <rgm@gnu.org>
10318         * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
10320         * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
10322         * emacs-lisp/authors.el (authors-scan-change-log)
10323         (authors-scan-el): Don't enable local eval; enable only safe local
10324         variables, without querying.
10326         * mail/footnote.el (footnote-numeric-regexp)
10327         (footnote-english-upper-regexp, footnote-english-lower-regexp)
10328         (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
10329         Match multi-character footnotes.
10331         * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
10332         (nroff-indent-line-function): New function.
10333         (nroff-count-text-lines): Use nroff-forward-text-line rather than
10334         obsolete alias.
10336 2007-11-01  Ryan Yeske  <rcyeske@gmail.com>
10338         * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
10339         (rcirc-elapsed-lines): New argument PROCESS.  Update callers.
10340         (rcirc-print): Only update the line count when not marking the
10341         line as omittable.
10342         (rcirc-log-write): Specify coding system when writing logfile.
10343         (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
10345 2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
10347         * printing.el (printing): Fix :version, printing.el was included
10348         for in emacs-22.1.
10349         (pr-path-style, pr-path-alist, pr-txt-name)
10350         (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
10351         (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
10352         (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
10353         (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
10354         (pr-auto-mode, pr-mode-alist, pr-ps-utility)
10355         (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
10356         (pr-setting-database, pr-visible-entry-list)
10357         (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
10358         (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
10360         * ediff-util.el (ediff-nuke-selective-display): Move definition to
10361         top level, make it dependent on the emacs flavor.
10363         * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
10364         Test for XEmacs not for itimer.
10366         * term/sun-mouse.el:
10367         * obsolete/sun-fns.el:
10368         * obsolete/sun-curs.el: Remove files.
10370         * term/sun.el (select-previous-complex-command): Remove obsolete code.
10372 2007-10-31  Tassilo Horn  <tassilo@member.fsf.org>
10374         * doc-view.el (doc-view-cache-directory): Fix bug where an integer
10375         was given to concat.
10377 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10379         * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
10380         used normally for goto-line.  Change `g' to revert the buffer.
10381         Add redundant `r' binding for buffer-revert.
10383         * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
10384         (mail-abbrevs-setup): Use abbrev-expand-functions.
10385         (build-mail-abbrevs): Use with-temp-buffer.
10386         (define-mail-abbrev): Simplify.
10387         (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
10388         Change it for use on abbrev-expand-functions.
10389         (mail-abbrev-complete-alias): Use with-syntax-table.
10391 2007-10-31  Michael Albinus  <michael.albinus@gmx.de>
10393         * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
10394         directly.  Fix bug in deleting temp file.
10396 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10398         * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
10399         Merge defvar and define-abbrev-table.
10400         (def-python-skeleton): Use :case-fixed and :enable-function.
10401         (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
10402         Remove.
10403         (python-mode): Don't modify pre-abbrev-expand-hook.
10405 2007-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
10407         * ediff-util.el (ediff-file-checked-out-p)
10408         (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
10410 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10412         * abbrev.el (abbrev-symbol): Correct let->let*.
10413         (abbrev--before-point): Only use abbrev-start-location if before point.
10415 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
10417         * strokes.el (strokes-alphabetic-lessp): Simplify.  Doc fix.
10418         (strokes-unload-hook): Remove function and variable.
10419         (strokes-unload-function): New-style unload function, adapted
10420         from `strokes-unload-hook'.
10422         * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
10423         (cl-unload-hook): Remove variable.
10424         (cl-unload-function): New-style unload function, adapted
10425         from `cl-cannot-unload'.
10427         * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
10428         (elp-unload-function): New-style unload function, adapted
10429         from `elp-unload-hook'.
10431 2007-10-31  Sean O'Rourke  <sorourke@cs.ucsd.edu>
10433         * emacs-lisp/find-func.el (find-library): Use library at
10434         point as default interactive argument.
10436 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
10438         * shadowfile.el (shadow-join): Remove.
10439         (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
10440         (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
10441         (shadowfile-unload-hook): Remove function and variable.
10442         (shadowfile-unload-function): New-style unload function, adapted
10443         from `shadowfile-unload-hook'.
10445 2007-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
10447         * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
10448         only if it is bound.
10450         * textmodes/reftex.el: Move autoloads for before all uses.
10451         (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
10452         (reftex-delete-overlay): Move to the top level with the condition
10453         in the body.
10455         * progmodes/simula.el: Use when instead of if.
10457         * iimage.el (iimage-locate-file): Define unconditionally.
10459         * mail/mailabbrev.el (mail-abbrev-next-line):
10460         * emulation/vip.el (vip-enlarge-region, vip-line)
10461         (vip-next-line-at-bol, vip-previous-line)
10462         (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
10463         Wrap with-no-warnings around uses of next-line and previous-line.
10465         * ediff.el (run-ediff-from-cvs-buffer):
10466         * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
10467         Remove function not used by pcl-cvs anymore.
10468         (noninteractive, generic-sc-get-latest-rev)
10469         (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
10470         Delete support for long obsolete generic-sc.el.
10472 2007-10-31  Glenn Morris  <rgm@gnu.org>
10474         * cvs-status.el: No longer require pcvs when compiling.
10476         * doc-view.el (doc-view-conversion-refresh-interval)
10477         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
10478         (doc-view-reset-slice): Doc fixes.
10479         (doc-view-menu): Remove deleted function doc-view-edit-doc.
10481 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
10483         * help-at-pt.el (help-at-pt-unload-hook): Remove.
10484         Timers are automatically canceled by `unload-feature'.
10486         * delsel.el (delsel-unload-hook): Remove function and variable.
10487         (delsel-unload-function): New-style unload function, adapted
10488         from `delsel-unload-hook'.
10490         * msb.el (msb-unload-hook): Remove function and variable.
10491         (msb-unload-function): New-style unload function, adapted from
10492         `msb-unload-hook'.
10494 2007-10-30  Juanma Barranquero  <lekktu@gmail.com>
10496         * desktop.el (uniquify-managed): Pacify byte compiler.
10497         (desktop-buffer-info): If the buffer name is managed by uniquify,
10498         save the base name, not the uniquified one.
10499         (desktop-create-buffer): Allow `rename-buffer' to generate a new
10500         name in case of conflict.
10502 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10504         * doc-view.el: Use expand-file-name rather than concat.
10505         (doc-view-cache-directory): Add the UID so multiple users won't clash.
10506         (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
10507         (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
10508         (doc-view-toggle-display): Use an overlay over the whole buffer so as
10509         not to have to touch the buffer's content.
10510         (doc-view-initiate-display): New function, extracted from doc-view-mode.
10511         (doc-view-mode): Use it.  Don't mark as a special mode.
10512         Put the page numbers in the modeline.
10513         Set up the overlay.  Hide the cursor.  Run the mode hook.
10514         Use after-revert-hook rather than revert-buffer-function.
10515         (doc-view-search-internal): Fix typo.
10516         (doc-view-convert-current-doc, doc-view-insert-image): Delay the
10517         image-cache flush.
10518         (doc-view-reconvert-doc): Don't reset the whole mode.
10519         (doc-view-make-safe-dir): New function.
10520         (doc-view-current-cache-dir): Use it.
10522 2007-10-30  Jason Rumney  <jasonr@gnu.org>
10524         * time.el (display-time-world-list): Test for zoneinfo support.
10526 2007-10-30  Michael Albinus  <michael.albinus@gmx.de>
10528         * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
10530         * net/tramp-cache.el (tramp-flush-file-function): Check also
10531         `default-directory' if `buffer-file-name' does not return a
10532         string.  Added to `eshell-pre-command-hook'.
10534 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10536         * doc-view.el (doc-view-current-doc): Remove.
10537         Replace all uses by buffer-file-name.
10538         (doc-view-menu): New menu.
10539         (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
10540         unused var `doc'.
10541         (doc-view-sort): Simplify.
10542         (doc-view-buffer-message): Don't change buffer-modified-p.
10543         (doc-view-mode): Change it here instead.
10544         Tighten scoping of prev-major-mode.  Don't re-insert the file's content.
10545         Don't modify the global value of revert-buffer-function.
10547         * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
10548         (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
10549         (image-toggle-display): Take overlays into account and don't assume
10550         point-min==1.
10552 2007-10-30  Thien-Thi Nguyen  <ttn@gnuvola.org>
10554         * vc.el (vc-annotate): Fix omission bug:
10555         Specify value for vc-sentinel-movepoint.
10557 2007-10-30  Michael Olson  <mwolson@gnu.org>
10559         * textmodes/remember.el (remember-mode-hook)
10560         (remember-handler-functions, remember-annotation-functions):
10561         Add additional items as options, including some Org functions.
10563 2007-10-30  Tassilo Horn  <tassilo@member.fsf.org>
10565         * doc-view.el: Remove cl-dependency.
10566         (doc-view-buffer-message): Mention new binding K.
10567         (doc-view-convert-current-doc): Use function d-v-current-cache-dir
10568         instead of variable.
10569         (doc-view-current-cache-dir): Better cache dir naming.
10570         (doc-view-current-display): Remove variable.
10571         (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
10572         (doc-view-kill-proc): Set converter process to nil.
10573         (doc-view-minor-mode): New minor mode.
10574         (doc-view-minor-mode-map): New keymap.
10575         (doc-view-mode): Remove text/image switching code.  Use plain defun.
10576         (doc-view-mode-map): New binding K kills converter process.
10577         Remove C-c C-e binding.
10578         (doc-view-mode-text-map): Remove keymap.
10579         (doc-view-pdf/ps->png): Timer calls d-v-display instead of
10580         d-v-display-maybe.
10581         (doc-view-previous-major-mode): New variable.
10582         (doc-view-ps->pdf): Resort args to make ps2pdf happy.
10583         (doc-view-remove-if): New function.
10584         (doc-view-search-next-match, doc-view-search-previous-match): Use it.
10585         (doc-view-toggle-display): Toggle modes instead of display styles.
10586         (doc-view-reconvert-doc): Adapt to new way of doing things.
10588         * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
10590 2007-10-30  Glenn Morris  <rgm@gnu.org>
10592         * dirtrack.el (dirtrack-mode): Doc fix.
10594         * shell.el (shell-dirtrack-verbose, shell-mode)
10595         (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
10597         * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
10598         (byte-compile-enable-warning): Doc fix.
10600         * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
10601         suppress byte-opt warning.
10603 2007-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
10605         * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
10606         (edt-gnu-emacs19-p): Remove.
10607         (edt-emacs-variant, edt-window-system): Use feature 'emacs.
10608         (edt-xserver, edt-page-backward, edt-beginning-of-line)
10609         (edt-end-of-line-forward, edt-end-of-line-backward)
10610         (edt-one-word-forward, edt-one-word-backward, edt-character)
10611         (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
10612         (edt-find-forward, edt-find-backward, edt-find-next-forward)
10613         (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
10614         (edt-define-key, edt-bottom-check, edt-sentence-forward)
10615         (edt-sentence-backward, edt-paragraph-forward)
10616         (edt-paragraph-backward, edt-restore-key, edt-window-top)
10617         (edt-window-bottom, edt-scroll-window-forward-line)
10618         (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
10619         (edt-line-to-top-of-window, edt-paragraph-backward)
10620         (edt-restore-key, edt-window-top, edt-window-bottom)
10621         (edt-scroll-window-forward-line)
10622         (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
10623         (edt-line-to-middle-of-window, edt-goto-percentage)
10624         (edt-display-the-time, edt-remember, edt-split-window)
10625         (edt-emulation-on, edt-emulation-off)
10626         (edt-default-emulation-setup, edt-user-emulation-setup)
10627         (edt-select-default-global-map, edt-select-user-global-map):
10628         Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
10629         tests.
10631         * textmodes/reftex-index.el (reftex-index-selection-or-word):
10632         Use feature test instead of boundp test so it can be resolved at
10633         compile time.
10635         * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
10637 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10639         * abbrev.el: Rename `count' and `system-flag' to :count and :system.
10640         Update all users.
10641         (abbrev-get, abbrev-put): Simplify.
10642         (define-abbrev): Don't store the `force' value in the :system property.
10643         (abbrev--before-point): Obey the :enable-function of the abbrev as well.
10645 2007-10-30  Michael Olson  <mwolson@gnu.org>
10647         * desktop.el (desktop-minor-mode-table): Add line for ERC.
10649         * textmodes/remember.el: New file that implements a mode for
10650         quickly jotting down things to remember.
10652         * textmodes/remember-diary.el: A backend for remember.el that
10653         implements saving notes to a Diary file.
10655 2007-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
10657         * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
10658         Relocate in file.
10659         (allout-doublecheck-at-and-shallower): Increase to include
10660         slightly greater depths, since yank interaction is now ok.
10661         Also, elaborate the docstring to explain the situation.
10662         (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
10663         instead of concat, so we accommodate key sequences expressed as
10664         vectors as well as strings and lists.
10665         (allout-flag-region, allout-hide-by-annotation): Make the
10666         hidden-text overlays 'front-advance.
10667         (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
10668         (allout-aberrant-container-p, allout-on-current-heading-p)
10669         (allout-e-o-prefix-p, allout-next-heading)
10670         (allout-previous-heading, allout-goto-prefix)
10671         (allout-end-of-prefix, allout-next-sibling-leap)
10672         (allout-next-visible-heading, allout-auto-fill)
10673         (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
10674         (allout-yank-processing, allout-resolve-xref)
10675         (allout-current-topic-collapsed-p, allout-hide-region-body)
10676         (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
10677         (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
10678         (count-trailing-whitespace-region): Preserve match data, so allout
10679         outline navigation doesn't disrupt other Emacs operations.
10680         (allout-beginning-of-line): Retreat to the beginning of the hidden
10681         text, so fields are respected (for submodes that care).
10682         (allout-end-of-line): Preserve mark activation status when jumping.
10683         (allout-open-topic): Account for opening after a child that
10684         contains a hidden trailing newline.  Preserve match data.
10685         Run allout-structure-added-hook
10686         (allout-encrypt-decrypted): Preserve match data.
10687         (allout-toggle-current-subtree-exposure): Add new interactive
10688         function for toggle subtree exposure - suggested by tassilo.
10689         (move-beginning-of-line, move-end-of-line): Don't use
10690         line-move-invisible-p, it's obsolete - substitute the code, instead.
10692 2007-10-29  Dan Nicolaescu  <dann@ics.uci.edu>
10694         * textmodes/flyspell.el (message-signature-separator):
10695         * longlines.el (message-indent-citation-function): Pacify byte
10696         compiler.
10698         * emacs-lisp/cl-loaddefs.el:
10699         * ldefs-boot.el: Regenerate.
10701         * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
10702         (.el.elc, compile, compile-always, compile-calc)
10703         ($(lisp)/progmodes/cc-mode.elc): Use it.
10705         * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
10706         Only do work for XEmacs.
10707         (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
10708         (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
10709         on XEmacs.
10710         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
10711         (ps-x-color-name, ps-x-color-specifier-p)
10712         (ps-x-copy-coding-system, ps-x-device-class)
10713         (ps-x-extent-end-position, ps-x-extent-face)
10714         (ps-x-extent-priority, ps-x-extent-start-position)
10715         (ps-x-face-font-instance, ps-x-find-coding-system)
10716         (ps-x-font-instance-properties, ps-x-make-color-instance)
10717         (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
10718         (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
10719         (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
10720         (ps-generate-postscript-with-faces): Delete defaliases.
10721         (ps-face-foreground-name, ps-face-background-name)
10722         (ps-color-values, ps-face-bold-p, ps-face-italic-p):
10723         Move definitions to top level, make the body conditional on the Emacs
10724         flavor.  Replace uses of deleted aliases and renamed functions.
10725         (ps-generate-postscript-with-faces, ps-color-device): Replace uses
10726         of deleted aliases and renamed functions.
10728         * calc/calc.el (calc-emacs-type-lucid): Remove.
10729         (calc-digit-map, calcDigit-start, calc-read-key)
10730         (calc-clear-unread-commands):
10731         * calc/calc-ext.el (calc-user-key-map): Replace uses of
10732         calc-emacs-type-lucid with (featurep 'xemacs)
10734         * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
10735         (featurep 'xemacs).
10736         (tpu-lucid-emacs19-p): Remove.
10737         (tpu-map-key): Make it a function instead of using fset.  Inline
10738         tpu-emacs-map-key and tpu-lucid-map-key.  Use featurep 'xemacs.
10739         (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
10741         * ielm.el: Use featurep 'xemacs.
10743         * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
10744         (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
10745         (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
10746         (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
10747         cperl-xemacs-p with (featurep 'xemacs).
10748         (font-lock-cache-position): Pacify byte compiler.
10750 2007-10-29  Drew Adams  <drew.adams@oracle.com>
10752         * faces.el (read-color): New function.
10753         (face-at-point, foreground-color-at-point)
10754         (background-color-at-point): New functions.
10756 2007-10-28  Richard Stallman  <rms@gnu.org>
10758         * net/browse-url.el (browse-url-text-xterm): Rename from
10759         browse-url-lynx-xterm and made generic.
10760         (browse-url-text-emacs): Likewise.
10761         (browse-url-text-browser): New variable.
10762         (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
10763         (browse-url-text-input-field, browse-url-text-input-attempts)
10764         (browse-url-kde-program): Likewise.
10766 2007-10-29  Glenn Morris  <rgm@gnu.org>
10768         * textmodes/org-publish.el (org-publish-get-plist-from-filename):
10769         Use mapc rather than mapcar (reinstall change deleted without log
10770         entry 2007-10-22).
10772 2007-10-29  Martin Rudalics  <rudalics@gmx.at>
10774         * wdired.el (wdired-next-line, wdired-previous-line):
10775         Use next-line and previous-line wrapped in with-no-warnings.
10777 2007-10-29  Ryan Yeske  <rcyeske@gmail.com>
10779         * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
10780         (rcirc-recent-quit-alist): New function.
10781         (rcirc): Print a better message when there is only one connected server.
10782         (rcirc-complete-nick): Do not update the nick table here.
10783         (rcirc-mode-map): Add M-o.
10784         (rcirc-current-line): Add variable.
10785         (rcirc-mode): Setup variables for line based omit.
10786         (rcirc-edit-multiline): Strip text properties.
10787         (rcirc-omit-responses): Add NICK.
10788         (rcirc-omit-threshold): Add variable.
10789         (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
10790         Add functions.
10791         (rcirc-print): Keep track of current line.  Do not fill text if
10792         `rcirc-fill-flag' is null.  Only omit text if the last activity
10793         from the sender is more than `rcirc-omit-threshold' lines ago.
10794         (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
10795         numbers instead of time.
10796         (rcirc-channel-nicks): Sort by line numbers instead of time.
10797         (rcirc-omit-mode): Add `...' when omitting text and recenter.
10798         (rcirc-handler-JOIN): Restore the joiners linestamp.
10799         (rcirc-maybe-remember-nick-quit): Add function.
10800         (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
10802 2007-10-29  Juanma Barranquero  <lekktu@gmail.com>
10804         * loadhist.el (unload-feature-special-hooks):
10805         Add `delete-frame-functions' and `suspend-tty-functions'.
10807         * server.el (server-unload-function): Rename from `server-unload-hook'
10808         and adapt to new `unload-feature' functionality.  Remove hook from
10809         `kill-buffer-hook' buffer-locally.
10810         (server-unload-hook): Remove.
10811         (server-unload-function): New var; replaces `server-unload-hook'.
10813 2007-10-29  Glenn Morris  <rgm@gnu.org>
10815         * dirtrack.el (dirtrack-debug): Doc fix.
10816         (dirtrack-mode, dirtrack-debug-mode): New names for
10817         dirtrack-toggle and dirtrack-debug-toggle.  Use define-minor-mode.
10818         (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
10819         Make obsolete.
10820         (dirtrack-debug-message): Only print message if
10821         dirtrack-debug-mode is non-nil.  Use with-current-buffer.
10822         (dirtrack): Doc fix.  Use dirtrack-mode rather than dirtrackp.
10823         Remove dirtrack-debug checks now that dirtrack-debug-message does this.
10825 2007-10-28  Glenn Morris  <rgm@gnu.org>
10827         * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
10828         (byte-compile-warnings-safe-p): Handle `not'.
10829         (byte-compile-warning-enabled-p, byte-compile-disable-warning)
10830         (byte-compile-enable-warning): New functions.
10831         (byte-compile-eval-before-compile)
10832         (byte-compile-file-form-require): Use byte-compile-disable-warning.
10833         (byte-compile-close-variables): Locally bind byte-compile-warnings,
10834         but do not modify it.
10835         (byte-compile-eval, byte-compile-obsolete)
10836         (byte-compile-warn-about-unresolved-functions)
10837         (byte-compile-file-form-defvar)
10838         (byte-compile-file-form-custom-declare-variable)
10839         (byte-compile-file-form-require)
10840         (byte-compile-file-form-defmumble, byte-compile-lambda)
10841         (byte-compile-form, byte-compile-normal-call)
10842         (byte-compile-variable-ref, byte-compile-defvar)
10843         (byte-compile-make-variable-buffer-local):
10844         Use byte-compile-warning-enabled-p.
10845         * emacs-lisp/advice.el (ad-compile-function):
10846         Use byte-compile-disable-warning.
10847         * emacs-lisp/cl.el: Move local variables to end of file, and set
10848         byte-compile-warnings to `(not cl-functions)'.
10849         * emacs-lisp/cl-compat.el: Add a local variables section, and set
10850         byte-compile-warnings to `(not cl-functions)'.
10851         * emacs-lisp/cl-macs.el: Unify local variable section, and set
10852         byte-compile-warnings to `(not cl-functions)'.
10853         (cl-do-proclaim): Use byte-compile-disable-warning and
10854         byte-compile-enable-warning.
10855         * emacs-lisp/cl-seq.el: Unify local variable section, and set
10856         byte-compile-warnings to `(not cl-functions)'.
10857         * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
10858         Use byte-compile-disable-warning.
10860 2007-10-28  Dan Nicolaescu  <dann@ics.uci.edu>
10862         * cus-edit.el (custom-browse-insert-prefix):
10863         * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
10865 2007-10-28  Juanma Barranquero  <lekktu@gmail.com>
10867         * server.el (server-process-filter): Fix typo in docstring.
10868         (server-log): Reflow docstrings.
10869         (server-delete-client, server-kill-emacs-query-function): Doc fixes.
10870         (server-goto-line-column): Use `when'.
10872 2007-10-28  Juri Linkov  <juri@jurta.org>
10874         * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
10875         when mouse is clicked on the isearch message.
10876         (isearch-resume): Call `isearch-update' at the end.
10877         Rename argument `search' to `string' to conform to the
10878         isearch terminology.
10880 2007-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10882         Rewrite abbrev.c in Elisp.
10883         * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
10884         (abbrev-table-get, abbrev-table-put, abbrev-get)
10885         (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
10886         (define-abbrev, abbrev--check-chars, define-global-abbrev)
10887         (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
10888         (abbrev-expansion, abbrev--before-point, expand-abbrev)
10889         (unexpand-abbrev, abbrev--write, abbrev--describe)
10890         (insert-abbrev-table-description, define-abbrev-table):
10891         New funs, largely transcribed from abbrev.c.
10892         (abbrev-with-wrapper-hook): New macro.
10893         (abbrev-table-name-list, global-abbrev-table)
10894         (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
10895         (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
10896         (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
10897         (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
10898         New vars, largely transcribed from abbrev.c.
10899         * cus-edit.el (abbrev-mode): Remove.  Move to abbrev.el.
10900         * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
10901         * loadup.el: Load "abbrev.el" before "lisp-mode.el".
10903 2007-10-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10905         * ps-print.el: Now detect if text foreground and background colors are
10906         equal and replace the foreground color by another color, so the text
10907         becomes visible.  Doc fix.
10908         (ps-print-version): New version 6.8.
10909         (ps-default-fg, ps-default-bg): Docstring fix.
10910         (ps-postscript-code-directory): Fix default value code.
10911         (ps-fg-list, ps-fg-validate-p): New options.
10912         (ps-foreground-list): New var.
10913         (ps-setup, ps-begin-job, ps-plot-region): Fix code.
10915 2007-10-27  Glenn Morris  <rgm@gnu.org>
10917         * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
10918         (shell-dirtrack-toggle): Mark as obsolete.
10919         (dirtrack-toggle, dirtrack-mode): No longer alias to
10920         shell-dirtrack-mode.
10922 2007-10-27  Jay Belanger  <jay.p.belanger@gmail.com>
10924         * calc/calc.el (math-standard-opers): Lower the precedence
10925         of negation.
10926         * calc/calc-lang.el (math-oper-table): Lower precedence of
10927         negation for C, TeX, and eqn.
10929 2007-10-27  Dan Nicolaescu  <dann@ics.uci.edu>
10931         * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
10933 2007-10-27  Juanma Barranquero  <lekktu@gmail.com>
10935         * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
10936         (desktop-not-loaded-hook): Fix :version tags.
10938 2007-10-27  Michael Albinus  <michael.albinus@gmx.de>
10940         * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
10941         (tramp-get-remote-tmpdir): New defun.
10942         (tramp-make-tramp-temp-file): Use it.
10943         (tramp-local-call-process): New defun.  Replace all calls of
10944         `call-process' by this when appropriate.
10945         (tramp-handle-write-region): Replace calls of `file-attributes' by
10946         `tramp-compat-file-attributes'.
10947         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10948         Make the first command a `tramp-send-command' call, with let-bind
10949         of `tramp-end-of-output'.
10950         (tramp-version, tramp-bug, tramp-reporter-dump-variable)
10951         (tramp-load-report-modules, tramp-append-tramp-buffers):
10952         Move to tramp-cmds.el.
10954         * net/tramp-fish.el (tramp-fish-handle-copy-file)
10955         (tramp-fish-do-copy-or-rename-file)
10956         (tramp-fish-do-copy-or-rename-file-directly):
10957         * net/tramp-smb.el (tramp-smb-handle-copy-file):
10958         Add parameter PRESERVE-UID-GID.
10960 2007-10-27  Eli Zaretskii  <eliz@gnu.org>
10962         * time.el (zoneinfo-style-world-list, legacy-style-world-list):
10963         New defcustoms.
10964         (display-time-world-list): Use them as appropriate for the current
10965         value of `system-type'.
10967 2007-10-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10969         * printing.el: Pacify byte compiler, that is, no compiler warnings.
10970         Move (again) some variable definitions before use, define some fun
10971         aliases, no code change.
10972         (pr-version): New version 6.9.2.
10973         (pr-path-style, pr-auto-region, pr-menu-char-height)
10974         (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
10975         (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
10976         via (defvar VAR).
10977         (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
10978         (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
10979         (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
10980         (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
10981         (pr-f-set-keymap-parents, pr-keep-region-active): Fun aliases.
10982         (pr-menu-print-item, pr-ps-printer-menu-modified)
10983         (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
10984         (pr-even-or-odd-alist): Vars definition moved.
10986 2007-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
10988         * emulation/pc-select.el (next-line-mark, next-line-nomark)
10989         (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
10990         around uses of previous-line and next-line.
10992         * diff.el (diff-old-file, diff-new-file, diff-extra-args):
10993         New defvars.
10995         * textmodes/css-mode.el (comment-continue):
10996         * net/browse-url.el (url-handler-regexp):
10997         * progmodes/idlw-help.el (idlwave-system-routines):
10998         Pacify byte-compiler.
11000         * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
11001         line-move-invisible-p with its former definition: invisible-p.
11002         line-move-invisible-p was removed on 2007-08-29.
11004 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
11006         * files.el (kill-emacs-query-functions): Doc fix;
11007         `save-buffers-kill-emacs' is no longer bound to a key.
11009 2007-10-26  Richard Stallman  <rms@gnu.org>
11011         * isearch-multi.el (isearch-buffers-multi): New option.
11012         (isearch-buffers-search-fun): Test it.
11014         * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
11015         Put ps-run-clear on C-c C-l.
11017         * newcomment.el (comment-styles): New style indent-or-triple.
11018         (comment-style): Make that the default.
11019         (comment-add defvar): Doc fix.
11020         (comment-add): Delete arg EXTRA.
11021         (comment-region-default): Open code call to comment-add.
11022         Handle indent-or-triple style which uses `multi-char' for INDENT.
11024 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
11026         * eshell/em-unix.el (nil-blank-string): Doc fix.
11028 2007-10-26  John Wiegley  <johnw@newartisans.com>
11030         * eshell/em-unix.el (eshell/diff): Before calling the `diff'
11031         function, ensure that the third argument is turned into a nil if
11032         the string is otherwise completely empty (either no characters, or
11033         all tabs/spaces).  This fixes a bug from a user who found himself
11034         unable to customize `diff-switches' and still use Eshell's diff
11035         command.
11037 2007-10-26  Glenn Morris  <rgm@gnu.org>
11039         * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
11040         safe-local-variable property.
11042 2007-10-26  Gwern Branwen  <gwern0@gmail.com>  (tiny change)
11044         * net/browse-url.el (browse-url-browser-function): Delete grail.
11045         (browse-url-grail): Function and variable deleted.
11046         (browse-url-browser-function): Delete IXI Mosaic.
11047         (browse-url-default-browser): Don't try IXI Mosaic.
11048         (browse-url-iximosaic): Function deleted.
11049         (browse-url-browser-function): Delete MMM.
11050         (browse-url-default-browser): Don't try MMM.
11051         (browse-url-mmm): Function deleted.
11053 2007-10-26  Drew Adams  <drew.adams@oracle.com>
11055         * custom.el (custom-note-var-changed): New function.
11057 2007-10-25  Dan Nicolaescu  <dann@ics.uci.edu>
11059         * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
11060         use with the definition.  Remove.
11062         * add-log.el (change-log-start-entry-re): New defconst.
11063         (change-log-sortable-date-at): Use it.
11064         (change-log-beginning-of-defun, change-log-end-of-defun):
11065         New functions.
11066         (change-log-mode): Use them for beginning-of-defun-function and
11067         end-of-defun-function.
11069 2007-10-25  Jonathan Yavner  <jyavner@member.fsf.org>
11071         * ses.el: Make `ses--symbolic-formulas' a safe local variable.
11072         (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
11073         (ses-recalculate-cell): Deal with point being just beyond end of
11074         data area (why does this happen?)
11075         (ses-set-curcell): Ditto.
11076         (ses-column-letter): Handle columns beyond 702.  Code written by
11077         Gareth Rees.
11079 2007-10-25  Carsten Dominik  <dominik@science.uva.nl>
11081         * textmodes/org.el (org-agenda-get-restriction-and-command):
11082         Use `mapc' instead of `mapcar'.
11083         (org-agenda-list): Numeric prefix argument can specify the number
11084         of days.
11085         (remember-register, remember-buffer): Prevent byte compiler from
11086         complaining.
11087         (org-todo): Save and restore match data.
11088         (org-no-warnings): New macro.
11089         (org-columns-eval): Use `org-no-warnings'.
11091 2007-10-25  Chris Moore  <christopher.ian.moore@gmail.com>
11093         * comint.el (comint-password-prompt-regexp):
11094         Handle `[sudo] password'-style prompt.
11096 2007-10-25  Glenn Morris  <rgm@gnu.org>
11098         * custom.el (custom-declare-variable): Add :risky and :safe keywords.
11099         (defcustom): Doc fix.
11101         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
11102         Add `non_intrinsic'.
11103         (f90-constants-re): Add ieee modules.
11104         (f90-typedef-matcher, f90-typedec-matcher)
11105         (f90-imenu-type-matcher): New functions.
11106         (f90-font-lock-keywords-1): Give module procedures function-name face.
11107         Use `f90-typedef-matcher' for derived types.  Fix `abstract interface'.
11108         Add `use, intrinsic'.
11109         (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
11110         Move start of `enum' blocks to separate entry.
11111         (f90-start-block-re): Fix `type', `abstract interface'.
11112         (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
11113         derived types.
11114         (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
11115         `elemental', change `enumerator'.
11116         (f90-no-block-limit): Fix `abstract interface'.
11118         * progmodes/f90.el (f90-indented-comment-re)
11119         (f90-directive-comment-re, f90-break-delimiters):
11120         * progmodes/fortran.el (fortran-comment-line-start-skip)
11121         (fortran-directive-re):
11122         * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
11123         as safe if they are strings.
11125 2007-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11127         * startup.el (window-system): Remove.  Don't make it frame-local.
11129 2007-10-24  Richard Stallman  <rms@gnu.org>
11131         * savehist.el (savehist-save): Omit unreadable elements.
11133         * loadhist.el (unload-function-defs-list): Rename from
11134         unload-function-features-list.
11135         (unload-feature-special-hooks, unload-feature): Doc fixes.
11137         * indent.el (indent-to-left-margin): If point's in the indentation,
11138         move to the end of the indentation.
11140         * cus-edit.el (customize-changed-options): Make arg optional.
11142 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
11144         * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
11146 2007-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
11148         * textmodes/org-publish.el (org-publish-attachment): Re-install
11149         accidentally deleted change.
11151 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11153         * term/iris-ansi.el (iris-function-map): Move init into declaration.
11155 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
11157         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
11158         (Buffer-menu-mode-map): Initialize in the declaration.
11159         (Buffer-menu-mode): Define with `define-derived-mode'.
11161 2007-10-24  Carsten Dominik  <dominik@science.uva.nl>
11163         * textmodes/org.el (org-version): Change to 5.13e.
11164         (org-agenda-file-regexp): Fix typo in docstring.
11165         (org-add-planning-info): Fix bug in parenthesis settings.
11166         (org-scan-tags): Catch the case of indirect buffers with no filename.
11167         (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
11168         Re-install switch to mapc, had been removed by accident.
11169         (org-columns-map): New binding `C-c C-o'.
11170         (org-columns-menu): Change menu text and added new entry.
11171         (org-columns-eval): Document the use of `next-line'.
11172         (org-columns-open-link): New function.
11173         (org-columns-follow-link): Remove function.
11174         (org-open-link-from-string): New function.
11175         (org-read-date-get-relative): Fix typo in docstring.
11176         (org-read-date-get-relative): Leading +/- is not optional.
11177         (org-agenda-get-restriction-and-command): Always resize window on
11178         first loop cycle.
11179         (org-agenda-open-link): Make sure the link abbreviations are
11180         present in the agenda buffer.
11181         (org-agenda-copy-local-variable): New function.
11183 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11185         * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
11187 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11189         * simple.el (reindent-then-newline-and-indent): Use a `move after
11190         insert' kind of marker in the save-excursion.
11192 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11194         * textmodes/css-mode.el: Require CL.
11195         (comment-continue): Declare.
11197         * subr.el (make-variable-frame-localizable): Remove.
11198         (make-variable-frame-local): Mark obsolete.
11200 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11202         * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
11203         of the subdirs is unreadable.
11205 2007-10-23  Michael Albinus  <michael.albinus@gmx.de>
11207         * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
11208         when we are local.
11210 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11212         * progmodes/python.el (python-current-defun): Remove left-over
11213         assignment to `start'.
11215 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
11217         * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
11218         than `mapcar'; return value is not used.
11220 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
11222         * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
11223         (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
11225 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
11227         * ibuf-ext.el (ibuffer-switch-to-saved-filters)
11228         (ibuffer-switch-to-saved-filter-groups): Doc fixes.
11230 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
11232         * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
11234 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11236         * emacs-lisp/advice.el (ad-make-advised-docstring):
11237         Add ad-advice-info text property to doc string.
11239 2007-10-23  Glenn Morris  <rgm@gnu.org>
11241         * progmodes/f90.el (f90-do-indent, f90-if-indent)
11242         (f90-type-indent, f90-program-indent, f90-associate-indent)
11243         (f90-continuation-indent, f90-comment-region)
11244         (f90-beginning-ampersand, f90-smart-end)
11245         (f90-break-before-delimiters, f90-auto-keyword-case)
11246         (f90-leave-line-no, f90-mode-hook):
11247         Give an appropriate safe-local-variable property.
11249         * progmodes/fortran.el (fortran-tab-mode-default)
11250         (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
11251         (fortran-structure-indent, fortran-continuation-indent)
11252         (fortran-comment-indent, fortran-comment-line-extra-indent)
11253         (fortran-comment-line-start)
11254         (fortran-minimum-statement-indent-fixed)
11255         (fortran-minimum-statement-indent-tab)
11256         (fortran-comment-indent-char, fortran-line-number-indent)
11257         (fortran-check-all-num-for-matching-do)
11258         (fortran-blink-matching-if, fortran-continuation-string)
11259         (fortran-comment-region, fortran-electric-line-number)
11260         (fortran-column-ruler-fixed, fortran-column-ruler-tab)
11261         (fortran-analyze-depth, fortran-break-before-delimiters):
11262         Give an appropriate safe-local-variable property.
11264 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
11266         * printing.el: Move variable definitions before use.
11267         (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
11269 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11271         * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
11272         (tpu-edt-off): Use it.
11273         (tpu-edt-on): Set it.  Make sure the tpu-global-map is not already on
11274         the global-map before adding it to global-map.
11276         * menu-bar.el (global-buffers-menu-map): New var.
11277         (global-map, menu-bar-update-buffers): Use it.
11278         * msb.el (msb-menu-bar-update-buffers): Use it.
11279         (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
11280         (msb--most-recently-used-menu, msb--create-buffer-menu-2):
11281         Use with-current-buffer.
11283 2007-10-22  Juri Linkov  <juri@jurta.org>
11285         * isearch-multi.el: New file.
11287         * isearch.el (isearch-search-string): After finding the next
11288         occurrence switch to buffer isearch-buffers-current-buffer when
11289         isearch-buffers-next-buffer-function is non-nil and
11290         isearch-buffers-current-buffer is live.
11292         * add-log.el (change-log-mode): Make and set buffer-local variable
11293         isearch-buffers-next-buffer-function to change-log-next-buffer.
11294         Call isearch-buffers-minor-mode.
11295         (change-log-next-buffer): New function.
11297 2007-10-22  Bastien Guerry  <Bastien.Guerry@ens.fr>
11299         * textmodes/org-export-latex.el (org-export-latex-protect-string):
11300         Renaming of `org-latex-protect'.
11301         (org-export-latex-emphasis-alist): By default, don't protect
11302         any emphasis formatter from further conversion.
11303         (org-export-latex-tables): Honor column grouping for tables.
11304         (org-export-latex-title-command): New option.
11305         (org-export-latex-treat-backslash-char): Use \textbackslash{} to
11306         export backslash character.
11308 2007-10-22  Carsten Dominik  <dominik@science.uva.nl>
11310         * textmodes/org.el (org-read-date-get-relative): New function.
11311         (org-agenda-file-regexp): New variable.
11312         (org-agenda-files): Allow directories in the variable.
11313         (org-agenda-get-restriction-and-command): New function.
11314         (org-agenda): Use `org-agenda-get-restriction-and-command'.
11315         (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
11316         (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
11317         New functions.
11318         (org-entry-add-to-multivalued-property)
11319         (org-entry-remove-from-multivalued-property)
11320         (org-entry-member-in-multivalued-property): New functions.
11321         (org-remember-apply-template): Catch C-g and make sure window
11322         configuration is restored.
11323         (org-agenda-open-link): Make it work with several links in the line.
11324         (org-drawers, org-set-regexps-and-options)
11325         (org-get-current-options): Add support for a DRAWERS in-buffer option.
11326         (org-agenda-window-frame-fractions): New option.
11327         (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
11328         (org-columns-cleanup-item, org-find-entry-with-id)
11329         (org-insert-columns-dblock, org-listtable-to-string)
11330         (org-dblock-write:columnview, org-columns-capture-view)
11331         (org-edit-headline): New functions.
11332         (org-agenda-to-appt): Require calendar.
11333         (org-entry-get-with-inheritance): Widen for search.
11334         (org-columns-display-here): Don't mark buffer as modified when
11335         adding space characters to accomodate column overlays.
11336         (org-export-as-html): Better formatting of tags in the toc.
11337         (org-columns-display-here): Make the ITEM column as compact as possible.
11338         (org-remember-templates): Customization interface improved.
11339         (org-export-with-property-drawer): Variable removed.
11340         (org-export-with-drawers): New option.
11341         (org-complex-heading-regexp): New variable.
11342         (org-sort-entries): Rewrite using `sort-subr'.
11343         (org-set-property): More appropriate completion during interactive use.
11344         (org-sort-entries): Allow sorting by property.
11345         (org-additional-option-like-keywords): Add more values.
11346         (org-sort-entries-or-items): Rename from `org-sort-entries'.
11348 2007-10-22  Carsten Dominik  <dominik@science.uva.nl>
11350         * textmodes/org.el (org-get-date-from-calendar): New function.
11351         (org-at-timestamp-p, org-timestamp-change)
11352         (org-remember-templates): First element of each entry is now a
11353         name for the template.
11354         (org-store-log-note): Check for `org-note-abort'.
11355         (org-kill-note-or-show-branches): New command.
11356         (org-fontify-priorities): New option.
11357         (org-fontify-priorities): New function.
11358         (org-cut-subtree, org-copy-subtree): New argument N to
11359         act on N sequential subtrees.
11360         (org-paste-subtree): Fix the level at which a tree is pasted.
11361         (org-fit-agenda-window): Limitations on window size removed.
11362         (org-agenda-find-same-or-today-or-agenda): Rename from
11363         `org-agenda-find-today-or-agenda'.
11364         (org-scheduled-past-days): New option.
11365         (org-agenda-scheduled-leaders)
11366         (org-agenda-deadline-leaders): New options.
11367         (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
11368         (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
11369         (org-export-with-tags, org-export-plist-vars)
11370         (org-infile-export-plist): New "tags" option.
11371         (org-use-property-inheritance): New option.
11372         (org-cached-entry-get): Use `org-use-property-inheritance'.
11373         (org-remember-apply-template): Fix typo.
11375 2007-10-22  Michael Albinus  <michael.albinus@gmx.de>
11377         * net/tramp.el (tramp-find-shell)
11378         (tramp-open-connection-setup-interactive-shell): Improve sending
11379         initial commands.
11380         (tramp-action-terminal): Send debug message.
11381         (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
11382         (tramp-barf-if-no-shell-prompt): Insert code of
11383         `tramp-wait-for-shell-prompt'.
11385 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11387         * term/AT386.el (terminal-init-AT386): Use input-decode-map.
11389         * term/vt200.el (terminal-init-vt200):
11390         * term/vt201.el (terminal-init-vt201):
11391         * term/vt220.el (terminal-init-vt220):
11392         * term/vt240.el (terminal-init-vt240):
11393         * term/vt300.el (terminal-init-vt300):
11394         * term/vt320.el (terminal-init-vt320):
11395         * term/vt400.el (terminal-init-vt400):
11396         * term/vt420.el (terminal-init-vt420): Use input-decode-map.
11398         * term/wyse50.el (wyse50-terminal-map): New var.
11399         (terminal-init-wyse50): Use it and input-decode-map.
11400         (enable-arrow-keys): Emasculate.
11402         * term/tvi970.el (tvi970-terminal-map): New var.
11403         (terminal-init-tvi970): Use it and input-decode-map.
11404         (tvi970-keypad-numeric): Remove.
11405         (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
11407         * term/sun.el (sun-raw-prefix): Fill as part of declaration.
11408         (terminal-init-sun): Use it and input-decode-map.
11410         * term/news.el (terminal-init-news):
11411         * term/lk201.el (terminal-init-lk201):
11412         * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
11414 2007-10-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
11416         * complete.el (PC-expand-many-files): Remove.
11417         (PC-do-completion): Call file-expand-wildcards instead of
11418         PC-expand-many-files.
11420         * net/tramp.el (tramp-handle-expand-many-files): Remove.
11421         (PC-expand-many-files): Remove advice.
11423 2007-10-22  Glenn Morris  <rgm@gnu.org>
11425         * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
11426         Add some support for Fortran 2003 syntax:
11427         (f90-type-indent): Now also applies to `enum'.
11428         (f90-associate-indent): New user option.
11429         (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
11430         Add some F2003 keywords.
11431         (f90-constants-re): New constant.
11432         (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
11433         Interface'.
11434         (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
11435         `class'.  Arguments for `type'/`class' may have spaces.  Add a new
11436         element for functions with specified types.  Add `end enum' and
11437         `select type'.  Add `implicit enumerator' and `procedure'.
11438         Add `class default' and `type is', `class is'.  Fix `go to' regexp.
11439         (f90-font-lock-keywords-3): Add `asynchronous' attribute.
11440         (f90-font-lock-keywords-4): Add `f90-constants-re'.
11441         (f90-blocks-re): Add `enum' and `associate'.
11442         (f90-else-like-re): Add `class is', `type is', and `class default'.
11443         (f90-end-type-re): Add `enum'.
11444         (f90-end-associate-re, f90-typeis-re): New constants.
11445         (f90-end-block-re): Add `enum' and `associate'.  Change from
11446         optional whitespace to end-of-word, to avoid `enumerator'.
11447         (f90-start-block-re): Add `select type', `abstract interface', and
11448         `enum'.  Avoid `type is', and `type (sometype)'.
11449         (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
11450         (f90-mode): Doc fix.
11451         (f90-looking-at-select-case): Doc fix.  Add `select type'.
11452         (f90-looking-at-associate): New function.
11453         (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
11454         Add `enum' and `abstract interface'.
11455         (f90-no-block-limit): Add `select type' and `abstract interface'.
11456         (f90-get-correct-indent, f90-calculate-indent)
11457         (f90-end-of-block, f90-beginning-of-block, f90-next-block)
11458         (f90-indent-region, f90-match-end): Handle `associate' blocks.
11460 2007-10-22  Martin Rudalics  <rudalics@gmx.at>
11462         * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
11463         Use window-full-width-p.
11465 2007-10-22  Dan Nicolaescu  <dann@ics.uci.edu>
11467         * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
11469         * tooltip.el: Use featurep 'xemacs.
11471         * printing.el: Move variable definitions before use, no code change.
11473 2007-10-22  Juri Linkov  <juri@jurta.org>
11475         * simple.el (goto-history-element): Allow minibuffer-default to be
11476         a list of default values accessible by typing M-n in the minibuffer.
11478         * dired-x.el (dired-guess-shell-command): Put all guesses to the
11479         minibuffer default value list instead of pushing them temporarily
11480         to the history list.
11482 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
11484         * hexl.el (hexl-menu): New major mode menu.
11486 2007-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11488         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
11490 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
11492         * w32-fns.el (w32-quote-process-args):
11493         * dos-w32.el (print-region-function, lpr-headers-switches)
11494         (ps-print-region-function): Pacify byte-compiler.
11496         * emulation/edt-mapper.el (function-key-map):
11497         (edt-map-key): Make it a function instead of using fset.
11498         Inline edt-gnu-map-key and edt-lucid-map-key.  Use featurep 'xemacs.
11499         (edt-gnu-map-key, edt-lucid-map-key): Remove.
11500         (edt-x-emacs-p): Remove.
11501         (edt-emacs-variant, edt-window-system, edt-xserver):
11502         Use featurep 'xemacs.
11504         * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
11505         Replace eudc-xemacs-p with its definition.
11506         (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
11507         (eudc-emacs-mule-p): Remove.
11508         (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
11509         eudc-xemacs-p with feature tests.
11511         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
11512         (eudc-bob-url-keymap, eudc-bob-sound-keymap)
11513         (eudc-bob-generic-keymap, eudc-bob-popup-menu)
11514         (eudc-bob-toggle-inline-display):
11515         * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
11516         Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
11518         * net/eudcb-ph.el (eudc-ph-open-session):
11519         Replace eudc-xemacs-mule-p with its former definition.
11521         * progmodes/octave-mod.el (octave-xemacs-p): Remove.
11522         (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
11524         * progmodes/vera-mode.el (vera-xemacs): Remove.
11525         (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
11527         * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
11528         (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
11529         (vhdl-speedbar-initialize, vhdl-ps-print-init)
11530         (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
11531         (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
11532         with (featurep 'xemacs).
11534         * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
11535         (save-buffer-state-x):
11536         * obsolete/fast-lock.el (fast-lock-verbose):
11537         * emulation/viper-init.el (viper-xemacs-p)
11538         (viper-cond-compile-for-xemacs-or-emacs):
11539         * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
11540         * ps-print.el (case-fold-search):
11541         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
11542         * calculator.el (calculator-help): Use featurep 'xemacs.
11544         * progmodes/prolog.el: Undo previous change.
11545         (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
11547         * progmodes/dcl-mode.el:
11548         * play/yow.el:
11549         * calendar/todo-mode.el:
11550         * calendar/cal-hebrew.el:
11551         * vc-hg.el: Undo previous change.
11553         * vms-patch.el: Likewise.
11554         (print-region-function): Pacify byte-compiler.
11556 2007-10-21  Michael Albinus  <michael.albinus@gmx.de>
11558         * files.el (backup-buffer-copy): Call `copy-file' with non-nil
11559         preserve-uid-gid.
11561         * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
11562         compatibility.  It is not used, though.
11564         * net/tramp.el (top): Put load of all tramp-* files into a dolist.
11565         Require tramp-cmds.el.
11566         (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
11567         (tramp-handle-file-name-all-completions): Expand DIRECTORY.
11568         (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
11569         (tramp-do-copy-or-rename-file-out-of-band)
11570         (tramp-maybe-open-connection): Use `make-temp-name'.  This is
11571         possible, because we don't need to create the temporary file, but
11572         we need a prefix for ssh, which has its own temporary file handling.
11573         (tramp-handle-delete-directory): Add "-f" to rmdir.
11574         (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
11575         (tramp-handle-insert-file-contents): Don't raise a tramp-error but
11576         a signal, in order to give the callee a chance to suppress.
11577         (tramp-handle-write-region): Set owner also in case of short
11578         track.  Don't use compatibility calls for `write-region' anymore.
11579         (tramp-clear-passwd): Add parameter VEC.  Adapt all callees.
11580         (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
11582         * net/tramp-cmds.el: New file.
11584         * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
11585         `tramp-clear-passwd'.
11587         * net/trampver.el: Update release number.
11589 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
11591         * progmodes/gud.el (gud-target-name): Move definition before use.
11593         * progmodes/dcl-mode.el: Require imenu at compile time.
11595         * progmodes/cc-engine.el (c-maybe-stale-found-type):
11596         Pacify byte-compiler.
11598         * obsolete/fast-lock.el: Use featurep test instead of string-match.
11600         * eshell/esh-mode.el (eshell-handle-ansi-color):
11601         Require ansi-color at compile time too.
11603         * eshell/em-unix.el (eshell/info): Require info at compile time too.
11605         * w32-fns.el: Require w32-vars.
11607         * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
11608         time too.
11610 2007-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11612         * double.el ([ignore]): Use `ignore'.
11613         (double-setup): Inline into double-mode.
11614         (double-mode): Use define-minor-mode.
11616 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
11618         * textmodes/reftex.el: Move require easymenu before first use.
11619         (reftex-info): Require info at compile too.
11621         * textmodes/org-publish.el (org-publish-org-to-html)
11622         (org-publish-org-to): Require org at compile time too.
11623         (org-publish-attachment): Require at compile time too.
11625         * term/tty-colors.el (w32-tty-standard-colors):
11626         Pacify byte-compiler.
11628         * term/pc-win.el (frame-creation-function-alist): Add to this
11629         instead of setting frame-creation-function.
11631         * play/blackbox.el (bb-up, bb-down): Use forward-line.
11633         * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
11635         * calendar/todo-mode.el: Require calendar at compile time.
11637         * calendar/cal-hebrew.el: Require holidays at compile time.
11639         * w32-vars.el: Provide w32-vars.
11641         * term/w32-win.el: Require w32-vars.
11642         (w32-color-map): Pacify byte-compiler.
11644         * loadup.el: Load w32-vars before term/w32-win.
11646 2007-10-20  Juri Linkov  <juri@jurta.org>
11648         * textmodes/fill.el (fill-paragraph): When the region is active,
11649         don't try other `or' branches regardless of the value returned by
11650         fill-region; just return t.
11652 2007-10-20  Eric S. Raymond  <esr@snark.thyrsus.com>
11654         * vc.el (vc-do-command): Condition out a misleading message when
11655         running asynchronously.
11656         (vc-deduce-fileset): New argument enables using an unregistered
11657         visited file as a singleton fileset if nothing else is available.
11658         (vc-next-action): Restore file-registering behavior.
11660 2007-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
11662         * calc/README: Add recent news.
11664 2007-10-20  Dan Nicolaescu  <dann@ics.uci.edu>
11666         * term/x-win.el (x-gtk-stock-map, icon-map-list)
11667         (x-gtk-map-stock): Delete duplicated definitions from merge.
11669         * progmodes/compile.el (compilation-skip-to-next-location)
11670         (compilation-skip-threshold, compilation-skip-visited):
11671         Move definitions earlier.
11673         * play/decipher.el (decipher-keypress):
11674         * play/zone.el (zone-fall-through-ws):
11675         * play/landmark.el (lm-move-down, lm-move-up):
11676         * play/handwrite.el (handwrite):
11677         * mail/mspools.el (mspools-visit-spool):
11678         * wdired.el (wdired-next-line, wdired-previous-line):
11679         * tar-mode.el (tar-subfile-save-buffer):
11680         * scroll-lock.el (scroll-lock-next-line)
11681         (scroll-lock-previous-line):
11682         * image-dired.el (image-dired-next-line)
11683         (image-dired-previous-line):
11684         * ediff-help.el (ediff-help-message-line-length):
11685         Use forward-line.
11687         * smerge-mode.el (smerge-auto-refine):
11688         * diff-mode.el (diff-auto-refine): Add :group.
11690         * play/yow.el: Require doctor at compile time.
11692         * vmsproc.el: Provide vmsproc.
11693         (command-send-input): Use forward-line.
11695         * vms-patch.el: Require ps-print and vmsproc at compile time.
11697         * vc-mtn.el (log-view-message-re, log-view-file-re)
11698         (log-view-font-lock-keywords): Pacify byte-compiler.
11700         * vc-hg.el: Require log-view at compile time.
11702 2007-10-20  Eric S. Raymond  <esr@snark.thyrsus.com>
11704         * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
11706 2007-10-20  Glenn Morris  <rgm@gnu.org>
11708         * progmodes/f90.el (f90-font-lock-keywords-2)
11709         (f90-looking-at-type-like): Fix regexp typos.
11711 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
11713         * bs.el (bs--track-window-changes): Don't refresh the whole list.
11714         (bs-mode): Set mode-class property to special.
11716 2007-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11718         * diff-mode.el (diff-auto-refine): New var.
11719         (diff-hunk): Use it.
11720         (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
11721         (diff-refine-change): Rename from diff-fine-change.  Change it.
11722         (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
11723         (diff-refine-hunk): Rename from diff-fine-highlight.
11725 2007-10-20  John Paul Wallington  <jpw@pobox.com>
11727         * help-fns.el (describe-variable-custom-version-info): New function
11728         to return variable's version or package version note.
11729         (describe-variable): Use it, display result.
11731 2007-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11733         * smerge-mode.el (smerge-auto-refine): New var.
11734         (smerge-next, smerge-prev): Use it.
11735         (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
11737         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
11738         Add `body' arg.  Cleanup the check-narrow-maybe/re-narrow-maybe mess.
11740         * vc-bzr.el (vc-bzr-diff-tree):
11741         * vc-git.el (vc-git-diff-tree):
11742         * vc-hg.el (vc-hg-diff-tree):
11743         * vc-mcvs.el (vc-mcvs-diff-tree):
11744         * vc-mtn.el (vc-mtn-diff-tree):
11745         * vc-svn.el (vc-svn-diff-tree): Remove.
11747         * vc-mtn.el (vc-mtn-revision-completion-table):
11748         * vc-cvs.el (vc-cvs-revision-completion-table):
11749         * vc-arch.el (vc-arch-revision-completion-table):
11750         * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
11751         * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
11752         Make it work when the arg is a list of files.
11754 2007-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11756         * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
11757         Also `revision-completion-table' now takes a list of files.
11758         (vc-deduce-fileset): Remove unused var `regexp'.
11759         Only obey allow-directory-wildcard in dired buffers.
11760         (vc-default-diff-tree): Remove.
11761         (vc-diff-added-files): New var.
11762         (vc-diff-internal): Use it.  Remove arg `backend'.  Update callers.
11763         (vc-version-diff): Revert from `vc-history-diff' to the original name.
11764         Remove the `backend' arg.
11765         (vc-contains-version-controlled-file): Remove.
11766         (vc-diff): Bring it closer to the version in Emacs-22.
11767         (vc-revert): Fix typo in let-binding.
11768         (vc-default-unregister): Remove.
11769         (vc-dired-buffers-for-dir): Remove N^2 behavior.
11771 2007-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
11773         * textmodes/two-column.el (2C-split, 2C-merge):
11774         * textmodes/bib-mode.el (bib-find-key, mark-bib):
11775         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
11776         * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
11777         * progmodes/ada-xref.el (ada-get-all-references):
11778         * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
11779         * emulation/vi.el (vi-previous-line-first-nonwhite)
11780         (vi-effective-range, vi-put-before):
11781         * emulation/edt.el (edt-next-line, edt-previous-line)
11782         (edt-paragraph-forward): Use forward-line.
11784         * progmodes/etags.el (tags-apropos): Require apropos at compile
11785         time too.
11787         * progmodes/prolog.el: Require comint when compiling.
11788         (inferior-prolog-flavor): Move defvar before use.
11790 2007-10-19  Richard Stallman  <rms@gnu.org>
11792         * font-core.el (turn-on-font-lock-if-desired):
11793         Rename from `turn-on-font-lock-if-enabled'.
11794         Fully obey `font-lock-global-modes'.
11796 2007-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11798         * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
11799         which will not affect the behavior of things like forward-word.
11800         (diff-fine-highlight): Preserve point.
11802         * doc-view.el (doc-view-mode-map): Use remapping.
11803         Don't rebind C-v, M-v to their default value.
11804         Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
11806         * smerge-mode.el: Add word-granularity refinement.
11807         (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
11808         (smerge-refine-weight-hack): New vars.
11809         (smerge-refine-forward): New fun.
11810         (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
11811         (smerge-refine-subst): Use them as well.  Preserve point.
11813 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
11815         * follow.el (follow-unload-function): New function.
11817         * loadhist.el (unload-function-features-list):
11818         Rename from `unload-hook-features-list'.
11819         (unload-hook-features-list): Add as obsolete alias.
11820         (unload-feature): Use `unload-function-features-list'
11821         and new FEATURE-unload-function.
11823 2007-10-19  Glenn Morris  <rgm@gnu.org>
11825         * bindings.el (mouse-minor-mode-menu)
11826         (minor-mode-menu-from-indicator): Move to mouse.el.
11827         * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
11828         Move here from bindings.el.
11830 2007-10-19  Richard Stallman  <rms@gnu.org>
11832         * help-fns.el (describe-function-1): Don't use the advice origname
11833         if it has no function definition.
11835 2007-10-18  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
11837         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
11838         Use `save-restriction' rather than `widen'.
11840 2007-10-18  Richard Stallman  <rms@gnu.org>
11842         * time.el (display-time-world-time-format): Display day # not month #.
11844 2007-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
11846         * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
11848         * doc-view.el: Remove version keyword.
11849         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
11850         (doc-view-ps2pdf-program): Use executable-find.  Simplify custom type.
11851         (doc-view-ghostscript-options): Improve custom type.
11852         (doc-view-cache-directory, doc-view-conversion-buffer)
11853         (doc-view-conversion-refresh-interval): Simplify custom type.
11855 2007-10-18  Tassilo Horn  <tassilo@member.fsf.org>
11857         * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
11858         (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
11859         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
11860         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
11861         Remove superfluous messages.
11862         (doc-view-mode-map): Use the image-mode scrolling commands.
11863         Don't rebind C-x k.
11865 2007-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
11867         * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
11868         Add comment about "-dSAFER".
11870 2007-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11872         * term/xterm.el: Don't require xt-mouse.
11873         (terminal-init-xterm): Run terminal-init-xterm-hook rather than
11874         calling turn-on-xterm-mouse-tracking-on-terminal directly.
11876         * xt-mouse.el: Don't change the global function-key-map anny more.
11877         (xterm-mouse-mode): Use terminal-init-xterm-hook.
11878         Don't use after-make-frame-functions now that term/xterm.el calls
11879         us directly.
11880         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
11881         Use turn-*-xterm-mouse-tracking-on-terminal.  Only once per terminal.
11882         (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
11883         Setup input-decode-map and remember that xterm-mouse-mode was
11884         enabled in this terminal.
11885         (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
11886         terminals where it has been enabled.
11888         * faces.el (tty-create-frame-with-faces): Make sure not only
11889         tty-run-terminal-initialization but also set-locale-environment
11890         are run only once per terminal.
11891         (tty-run-terminal-initialization): Don't check if the terminal was
11892         already initted.
11894         * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
11895         not to remove keymaps that just happen to inherit from one of ours.
11896         When setting up our keymap, make sure it won't be accidentally
11897         modified by someone else.
11899 2007-10-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
11901         * textmodes/artist.el (artist-previous-line, artist-next-line):
11902         * dired.el (dired-next-line, dired-previous-line):
11903         * progmodes/delphi.el (delphi-newline):
11904         * textmodes/org.el (org-columns-eval):
11905         Use forward-line.
11907         * emerge.el (emerge-setup): Use insert-buffer-substring.
11908         (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
11910 2007-10-18  Juanma Barranquero  <lekktu@gmail.com>
11912         * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
11913         (adaptive-fill-function): Doc fix.  Remove * from docstring.
11915 2007-10-18  Tom Horsley  <tom.horsley@att.net>
11917         * simple.el (interprogram-paste-function): Doc fix.
11918         (current-kill): Accept list of strings as well
11919         as single string from `interprogram-paste-function'.
11921 2007-10-18  Glenn Morris  <rgm@gnu.org>
11923         * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
11925 2007-10-18  Drew Adams  <drew.adams@oracle.com>
11927         * bindings.el (mode-line-minor-mode-keymap):
11928         Add mouse-minor-mode-menu on mouse-1.
11929         (mode-line-modes): Add mouse-1 to help-echo text.
11930         (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
11931         New functions.
11932         (mode-line-minor-mode-help): Doc fix.
11934 2007-10-17  Juri Linkov  <juri@jurta.org>
11936         * textmodes/fill.el (fill-paragraph-or-region): Remove function
11937         at the request of RMS.
11938         (fill-paragraph): Change `arg' to optional `justify'.  Add interactive
11939         arg `region'.  Fix docstring.  At the first `or' branch add call to
11940         `fill-region' if it the region is active in transient-mark-mode.
11942         * bindings.el (esc-map): Bind M-q to fill-paragraph
11943         instead of fill-paragraph-or-region.
11945         * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
11946         with fill-paragraph.
11948         * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
11949         Fix docstring.
11951         * indent.el (indent-for-tab-command): Change interactive spec from
11952         "P" to "p".  Add check for interactive arg before indenting the
11953         active region.
11955         * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
11956         Regroup.
11958 2007-10-17  Juanma Barranquero  <lekktu@gmail.com>
11960         * emacs-lisp/find-func.el: Don't require loadhist.
11962         * loadhist.el (feature-symbols, file-provides, file-requires)
11963         (file-set-intersect, file-dependents): Simplify.
11964         (unload-feature-special-hooks): Update list of special hooks.
11966 2007-10-17  Tassilo Horn  <tassilo@member.fsf.org>
11968         * bindings.el (completion-ignored-extensions): Remove pdf and dvi
11969         extensions since they can be viewed with doc-view.
11971         * files.el (auto-mode-alist): Make doc-view-mode the default mode
11972         for pdf, ps and dvi files.
11974         * doc-view.el: Make doc-view-mode the standard mode for viewing
11975         pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
11976         text and image display.  Add binding C-c C-e to switch to an
11977         editing mode.
11978         (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
11979         avoid security problems when rendering files from untrusted sources.
11981 2007-10-17  Aaron Hawley  <aaronh@garden.org>
11983         * tutorial.el (tutorial--save-tutorial): Display message when tutorial
11984         position is not saved.
11986 2007-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
11988         * doc-view.el: Mention xpdf.  Fix spelling of Ghostscript.
11989         (doc-view-ghostscript-options): Fix typo in doc string.
11991 2007-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11993         * progmodes/compile.el (compilation-next-error-function): Fix timestamp
11994         handling, so compilation-fake-loc works again.
11996         * server.el (server-select-display): Nop if we do not support m-f-o-d.
11997         (server-process-filter): Revert last change.
11999         * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
12000         behavior unrelated to filesets.
12002 2007-10-17  Chong Yidong  <cyd@stupidchicken.com>
12004         * longlines.el (longlines-wrap-follows-window-size): Integer value
12005         specifies wrapping margin.
12006         (longlines-mode, longlines-window-change-function):
12007         Set window-specific wrapping margin based on the above.
12009 2007-10-17  John Wiegley  <johnw@newartisans.com>
12011         * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
12013 2007-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
12015         * server.el (server-process-filter): Only set display if X11 is
12016         supported.
12018 2007-10-17  Glenn Morris  <rgm@gnu.org>
12020         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
12021         Tweak regexp to avoid stack overflow.
12023 2007-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12025         * simple.el (reindent-then-newline-and-indent): Don't assume that
12026         indent-according-to-mode preserves point.
12028 2007-10-16  Juanma Barranquero  <lekktu@gmail.com>
12030         * bs.el (bs--make-header-match-string, bs-show-in-buffer)
12031         (bs--nth-wrapper): Simplify.
12032         (bs-select, bs--insert-one-entry): Simplify.  Use `when'.
12033         (bs-buffer-list): Simplify.  Use `when'.  Use `string-match-p'.
12034         (bs-sort-buffer-interns-are-last): Use `string-match-p'.
12035         (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
12036         (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
12037         (bs-configurations, bs-default-configuration)
12038         (bs-alternative-configuration, bs-cycle-configuration-name)
12039         (bs-string-show-always, bs-string-show-never, bs-string-current)
12040         (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
12041         (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
12042         (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
12043         (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
12044         (bs--window-config-coming-from): Revert 2006-11-09 change.
12045         (bs--restore-window-config): Keep the selected frame.
12046         (bs--track-window-changes, bs--remove-hooks): New functions.
12047         (bs-mode): Use `define-derived-mode'.  Set hook to track window changes.
12048         (bs--create-header): Remove.
12049         (bs--create-header-line): New function, based on `bs--create-header'.
12050         (bs--show-header): Use `bs--create-header-line'.
12051         (bs--show-with-configuration): Revert 2006-11-09 change.
12052         Don't reuse window unless it is visible on the selected frame.
12053         Restore window configuration (possibly in a different frame)
12054         before creating any window.
12056 2007-10-16  Glenn Morris  <rgm@gnu.org>
12058         * simple.el (blink-matching-open): Don't report false errors with
12059         the `$' syntax class.
12061 2007-10-16  Richard Stallman  <rms@gnu.org>
12063         * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
12064         (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
12065         (ad-is-advised, ad-get-advice-info-field)
12066         (ad-set-advice-info-field): Use ad-get-advice-info-macro.
12068 2007-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12070         * vc-hooks.el (vc-workfile-version): Compatibility alias.
12071         (vc-default-working-revision): Compatibility for backends.
12073 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
12075         * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
12076         (filesets-ormap, filesets-sort-case-sensitive-flag)
12077         (filesets-remake-shortcut, filesets-ingroup-collect-files):
12078         Fix typos in docstrings.
12079         (filesets-conditional-sort, filesets-find-or-display-file)
12080         (filesets-data-get-name, filesets-data-get-data)
12081         (filesets-data-set, filesets-cmd-query-replace-getargs)
12082         (filesets-ingroup-collect): Doc fixes.
12084 2007-10-15  Sam Steingold  <sds@gnu.org>
12086         * mail/sendmail.el (sendmail-error-reporting-interactive)
12087         (sendmail-error-reporting-non-interactive): New variables for
12088         sendmail error reporting options to simplify support for imperfect
12089         sendmail emulators.
12090         (sendmail-send-it): Use them instead of list literals.
12092 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
12094         * help-fns.el: Revert previous change; it creates a
12095         dependency loop between advice.el and help-fns.el.
12097 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
12099         * help-fns.el: Require advice when compiling.
12101 2007-10-14  Drew Adams  <drew.adams@oracle.com>
12103         * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
12104         (ring-insert+extend, ring-remove+insert+extend, ring-member)
12105         (ring-next, ring-previous): New functions.
12107 2007-10-14  Richard Stallman  <rms@gnu.org>
12109         * emacs-lisp/advice.el (documentation): Advice deleted.
12110         Doc for advised functions is now handled at C level.
12111         (ad-stop-advice, ad-start-advice): Don't enable or disable
12112         advice for `documentation'.
12113         (ad-advised-definition-docstring-regexp): Var deleted.
12114         (ad-make-advised-definition-docstring): Store orig name
12115         as text property of string.
12116         (ad-advised-definition-p): Check for text property of docstring.
12118         * help-fns.el (describe-function-1): Find source of advised functions.
12120 2007-10-14  Juri Linkov  <juri@jurta.org>
12122         * faces.el (describe-face): Allow handling a string as the face name.
12124         * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
12125         active region in transient-mark-mode.
12126         (ispell-region): Change messages displayed at the start and end of
12127         the spell-checking to be the same.
12129         * startup.el (fancy-startup-tail): Say exactly what does the button
12130         dismiss ("Dismiss this startup screen").  Use text "Never show
12131         it again" for the checkbox after this button.
12132         (fancy-startup-screen, fancy-about-screen): Put point before the
12133         first link, so the user can quickly select links with the keyboard.
12134         (normal-mouse-startup-screen): Add more useful text describing how
12135         to follow a link.
12137 2007-10-14  Glenn Morris  <rgm@gnu.org>
12139         * progmodes/etags.el (select-tags-table): Disable undo in the
12140         `*Tags Table List*' buffer.
12142 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
12144         * dired.el (dired-warn-writable): New face.
12145         (dired-warn-writable-face): New variable.
12146         (dired-font-lock-keywords): Use dired-warn-writable-face, instead
12147         of dired-warning-face, for group- and world-writable files.
12149 2007-10-13  Richard Stallman  <rms@gnu.org>
12151         * files.el (directory-abbrev-alist): Doc fix.
12153 2007-10-13  Jari Aalto  <jari.aalto@cante.net>
12155         * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
12157 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
12159         * frame.el (set-frame-configuration): Assign name parameter only
12160         if it has been set explicitly before.
12162 2007-10-11  Tom Tromey  <tromey@redhat.com>
12164         * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
12165         frame is visible.
12167 2007-10-10  Richard Stallman  <rms@gnu.org>
12169         * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
12170         in *Backtrace*.
12172         * faces.el (face-font-selection-order): Doc fix.
12174         * loadhist.el (unload-feature): Doc fix.
12176 2007-10-13  Glenn Morris  <rgm@gnu.org>
12178         * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
12179         (octave-re-search-forward-kw, octave-re-search-backward-kw):
12180         Add doc string, and an explicit COUNT argument.
12181         (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
12182         `inc' to search functions.
12184         * faces.el (face-spec-set): When FRAME is nil, set the default for
12185         new frames (restores pre-2007-09-17 behavior).  Doc fix.
12187 2007-10-13  John W. Eaton  <jwe@octave.org>
12189         * progmodes/octave-mod.el (octave-looking-at-kw)
12190         (octave-re-search-forward-kw, octave-re-search-backward-kw):
12191         New functions.
12192         (octave-in-defun-p, calculate-octave-indent)
12193         (octave-blink-matching-block-open, octave-beginning-of-defun)
12194         (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
12195         to search for regexps that contain case-sensitive keywords.
12196         (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
12197         (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
12199 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
12201         * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
12202         Do not use a single clause cond.
12204         * cus-start.el (all): Use test that does not match the X11 version
12205         for mac.
12207 2007-10-13  Markus Gritsch  <m.gritsch@gmail.com>  (tiny change)
12209         * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
12210         BROWSE buffer.
12212 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
12214         * cus-start.el (all): Undo previous change.
12216 2007-10-13  Glenn Morris  <rgm@gnu.org>
12218         * woman.el (woman0-rename): Fix paren typo.
12220         * mail/feedmail.el (feedmail-run-the-queue)
12221         (feedmail-look-at-queue-directory):
12222         * mail/reporter.el (reporter-dump-state):
12223         * net/eudc-hotlist.el (eudc-edit-hotlist):
12224         * net/eudc.el (eudc-display-records)
12225         (eudc-filter-duplicate-attributes)
12226         (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
12227         * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
12228         (eudc-bbdb-query-internal):
12229         * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
12230         * net/socks.el (socks-build-auth-list):
12231         * progmodes/cc-cmds.el (top level):
12232         * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
12233         * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
12234         (cperl-write-tags, cperl-tags-treeify):
12235         * progmodes/ebnf-yac.el (ebnf-yac-token-table):
12236         * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
12237         * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
12238         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
12239         (idlwave-toolbar-remove-everywhere):
12240         * progmodes/idlwave.el (idlwave-indent-line)
12241         (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
12242         (idlwave-write-paths, idlwave-all-method-classes)
12243         (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
12244         (idlwave-fix-keywords, idlwave-display-calling-sequence)
12245         (idlwave-complete-in-buffer):
12246         * textmodes/org.el (org-export-as-html, org-export-as-ascii)
12247         (org-fast-tag-selection):
12248         * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
12249         than mapcar.
12251 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
12253         * diff-mode.el (diff-fine-change): Add :group.
12255 2007-10-12  Dan Nicolaescu  <dann@ics.uci.edu>
12257         * cus-start.el (all): Use the same test as the 22.2 branch.
12259 2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12261         * diff-mode.el (diff-current-defun): Force recomputation of
12262         change-log-default-name.
12264 2007-10-12  Chong Yidong  <cyd@stupidchicken.com>
12266         * startup.el (fancy-startup-screen): Remove an unnecessary newline
12267         and some leftover logic regarding dedicated frames.  If showing
12268         concise startup screen, fit window to buffer.
12269         (command-line-1): If we will be using the splash screen, use
12270         find-file instead of find-file-other-window to find additional files.
12271         Comment out unused code for coping with the old sit-for behavior.
12273 2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12275         * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
12276         `meta' modifier consistently, rather than using sometimes meta
12277         sometimes alt.
12279 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
12281         * window.el (handle-select-window): Revert part of 2007-10-08
12282         change setting the input focus.
12284 2007-10-12  Glenn Morris  <rgm@gnu.org>
12286         * startup.el (command-line): Do not read abbrev file in batch mode.
12288         * emacs-lisp/byte-opt.el (top level):
12289         * mail/rmail.el (rmail-list-to-menu):
12290         * obsolete/hilit19.el (hilit-mode):
12291         * progmodes/cc-mode.el (c-postprocess-file-styles)
12292         (c-submit-bug-report):
12293         * textmodes/org-publish.el (org-publish-get-plist-from-filename):
12294         * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
12295         (reftex-access-parse-file):
12296         * textmodes/reftex-cite.el (reftex-do-citation)
12297         (reftex-insert-bib-matches):
12298         * textmodes/reftex-ref.el (reftex-offer-label-menu):
12299         * textmodes/reftex-sel.el (reftex-select-unmark):
12300         * textmodes/reftex-toc.el (reftex-toc-do-promote):
12301         * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
12303         * cus-edit.el (custom-variable-menu, custom-face-menu)
12304         (custom-group-menu): Check init-file-user rather than
12305         user-init-file, in case cus-edit is loaded by site-run-file.
12307 2007-10-11  Dan Nicolaescu  <dann@ics.uci.edu>
12309         * vc.el (vc-deduce-fileset): Delete unused code.
12310         (vc-next-action): Fix typos.
12312 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
12314         * bs.el (bs--mark-unmark): New function.
12315         (bs-mark-current, bs-unmark-current): Use it.
12317 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
12319         * vc.el (vc-diff):
12320         (vc-diff-internal): Merge a patch by Juanma Barranquero.  Also,
12321         temporarily disable the check for his edge case of
12322         vc-diff (stopping it from grinding when called from $HOME), as
12323         it's calling some brittle code in vc-hooks.el.
12324         (with-vc-properties): Fix evaluation time of a macro argument.
12325         * ediff-vers.el (ediff-vc-internal):
12326         * vc-hooks.el:
12327         * loaddefs.el: Follow up on VC terminology change.
12329 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
12331         * follow.el (follow-stop-intercept-process-output):
12332         Use `follow-call-process-filter' rather than `process-filter'.
12333         Simplify.
12335 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
12337         * vc-hooks.el (vc-registered): Robustify this function a bit
12338         against filenames with no directory component.
12340 2007-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12342         * international/characters.el: Undo unwanted and unexplained change.
12344 2007-10-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12346         * ps-print.el: Fix the usage of :foreground and :background face
12347         attributes.  Reported by Nikolaj Schumacher <n_schumacher@web.de>.
12348         (ps-print-version): New version 6.7.6.
12349         (ps-face-attributes, ps-face-attribute-list, ps-face-background):
12350         Fix code.
12351         (ps-face-foreground-color-p, ps-face-background-color-p)
12352         (ps-face-color-p): New inline funs.
12354 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
12356         * textmodes/org.el (org-additional-option-like-keywords): New constant.
12357         (org-complete): Use `org-additional-option-like-keywords'.
12358         (org-parse-local-options): New function.
12360 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
12362         * textmodes/org.el (org-in-clocktable-p): New function.
12363         (org-clock-report): Only update the table at point, or insert a new one.
12364         (org-clock-goto): New function.
12365         (org-open-file): Use `start-process-shell-command' instead of
12366         `shell-command' with an ampersand.
12367         (org-deadline, org-schedule): New argument REMOVE to remove the
12368         date from the entry.
12369         (org-agenda-schedule, org-agenda-deadline): Pass the prefix
12370         argument to `org-schedule' and `org-deadline'.
12371         (org-trim): Use the correct expressions for beginning and end of
12372         the string.
12373         (org-get-cleaned-entry): Trim the string before returning it.
12374         (org-clock-find-position): New function.
12375         (org-clock-into-drawer): New option.
12376         (org-agenda-tags-column): Rename from
12377         `org-agenda-align-tags-to-column'.
12378         (org-agenda-align-tags): Allow negative values for
12379         `org-agenda-tags-column'.
12380         (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
12381         (org-agenda-to-appt): New optional argument FILTER.
12382         (org-completion-fallback-command): New variable.
12383         (org-complete): Use `org-completion-fallback-command'.
12384         (org-find-base-buffer-visiting): Catch the case that there is no
12385         buffer visiting the file.
12386         (org-property-or-variable-value): New function.
12387         (org-todo): Use `org-property-or-variable-value'
12388         (org-agenda-compact-blocks): New option.
12389         (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
12390         (org-agenda-schedule, org-agenda-deadline):
12391         Call `org-agenda-show-new-time'.
12392         (org-agenda-show-new-time): New argument PREFIX.
12393         (org-colgroup-info-to-vline-list): Fix but that cause a
12394         shift in the vertical lines.
12395         (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
12396         (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
12397         (org-indent-item): No arg in call to `org-fix-bullet-type'.
12398         (org-fix-bullet-type): Remove argument.
12399         (org-read-date): Check for am/pm twice, to catch the end time.
12400         (org-goto-map): Use `suppress-keymap'.
12401         (org-remember-apply-template): Respect the dynamically scoped
12402         selection character.
12404 2007-10-10  Bastien Guerry  <Bastien.Guerry@ens.fr>
12406         * textmodes/org-export-latex.el (org-export-latex-protect-string):
12407         Renaming of `org-latex-protect'.
12408         (org-export-latex-emphasis-alist): By default, don't protect
12409         any emphasis formatter from further conversion.
12410         (org-export-latex-tables): Honor column grouping for tables.
12411         (org-export-latex-title-command): New option.
12412         (org-export-latex-treat-backslash-char): Use \textbackslash{} to
12413         export backslash character.
12415 2007-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12417         * frame.el (frame-inherited-parameters): Remove unused `environment'
12418         parameter, and let server.el add `client' when needed.
12420         * server.el (server-create-tty-frame)
12421         (server-create-window-system-frame): Set frame-inherited-parameters.
12423         * frame.el (frame-inherited-parameters): New var.
12424         (make-frame): Use it.
12426         * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
12428         * env.el (let-environment): Remove.  Unused.
12429         (read-envvar-name): Simplify.
12430         (setenv): Remove unused arg `frame'.
12432         * help-fns.el (describe-variable): Add missing "  " for multiline
12433         obsolescence info and missing EOL after global value.
12435 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
12437         * add-log.el:
12438         * ediff-vers.el:
12439         * log-view.el:
12440         * pcvs.el:
12441         * vc-arch.el:
12442         * vc-bzr.el:
12443         * vc-cvs.el:
12444         * vc.el:
12445         * vc-git.el:
12446         * vc-hg.el:
12447         * vc-hooks.el:
12448         * vc-mcvs.el:
12449         * vc-mtn.el:
12450         * vc-rcs.el:
12451         * vc-sccs.el:
12452         * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
12453         {find,init,next,previous,annotate-*,log}-version ->
12454         {find,init,next,previous,annotate-*,log}-revision,
12455         annotate-focus-version -> annotate-working-revision, The term
12456         'focus' is gone.  The term 'revision' is now used consistently
12457         everywhere that reference to a revision ID is intended, replacing
12458         older use of 'version'.
12460 2007-10-10  Juanma Barranquero  <lekktu@gmail.com>
12462         * follow.el: Change all instances of "Follow Mode" to "Follow
12463         mode" in docstrings and messages.
12464         (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
12466 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
12468         * vc.el (vc-next-action): Rewrite completely; this principal
12469         entry point now operates on a current fileset selected either
12470         explicitly via VC-Dired or implicitly by visiting a file buffer,
12471         rather than always operating on the file of the current buffer as
12472         in older versions.  Rewrite the rest of the mode to match.
12473         (with-vc-properties): Rewrite to operate on a file list.
12474         (with-vc-file): vc-checkin takes a file list argument now.
12475         (vc-post-command-functions): This hook now receives a file list.
12476         (vc-do-command): Take a either a file or a file list as argument.
12477         (vc-deduce-fileset): New function for deducing a file list to
12478         operate on.
12479         (vc-next-action-on-file, vc-next-action-dired): Remove.
12480         Merge into vc-next-action.
12481         (vc-register): Adapt to the fact that vc-start-entry now takes a
12482         file list.
12483         (vc-register-with): New function.
12484         (vc-start-entry): Take a file list argument rather than a
12485         file argument.
12486         (vc-checkout): Cope with vc-start-entry taking a file list.
12487         (vc-steal-lock): Cope with with-vc-properties taking a
12488         file list.
12489         (vc-checkin): Take a file list argument rather than a file argument.
12490         (vc-finish-logentry): Use the filelist passed by vc-start-entry.
12491         (vc-diff-internal): Rewrite for filesets.
12492         (vc-diff-sentinel): New function, tests whether changes were
12493         written into a diff buffer.
12494         (vc-diff): Rewrite for filesets.
12495         (vc-version-diff): Rewrite for filesets.
12496         (vc-print-log): Take a fileset argument.
12497         (vc-revert): Revert the entire selected fileset, not just the
12498         current buffer.
12499         (vc-rollback): Roll back the entire selected fileset, if
12500         possible.  No longer accepts a prefix argument.
12501         (vc-update): Merge new changes for the entire selected
12502         fileset, not just the current buffer.
12503         (vc-revert-file): Cope with with-vc-properties taking a file list.
12504         (vc-default-dired-state-info): Add + status suffix if the file is
12505         modified.
12506         (vc-annotate-warp-version): Use the new diff machinery.
12507         (vc-log-edit): Take a file list argument rather than a file argument.
12509 2007-10-10  Michael Albinus  <michael.albinus@gmx.de>
12511         Sync with Tramp 2.1.11.
12513         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
12514         Pacify byte compiler.
12516         * net/trampver.el: Update release number.
12518 2007-10-09  Richard Stallman  <rms@gnu.org>
12520         * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
12522 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
12524         * follow.el: Require easymenu.
12525         (follow-mode-hook, follow-mode): Doc fixes.
12526         (follow-mode-off-hook): Mark as obsolete.
12528 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
12530         * window.el (mouse-autoselect-window-cancel): Don't cancel for
12531         select-window or select-frame events.
12532         (handle-select-window): When autoselecting window set input
12533         focus.  Restructure.
12535         * frame.el (focus-follows-mouse): Move to frame.c.
12536         * cus-start.el (all): Add focus-follows-mouse.
12538 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
12540         * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
12541         activate font-locking in the *buffer-selection* buffer.
12542         (bs-show-sorted): Doc fix.
12544         * bs.el (bs--get-marked-string, bs--get-modified-string)
12545         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
12546         (bs--get-mode-name, bs-mode): Fix typos in docstrings.
12547         (bs--format-aux): Doc fix.
12549 2007-10-08  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
12551         * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
12553 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
12555         * progmodes/gud.el (gud-gud-gdb-command-name): New option.
12556         (gud-gdb): New function for old M-x gdb (text command mode).
12557         (gud-gdb-command-name, gdb): Move to...
12559         * progmodes/gdb-ui.el: ...here and adapt doc string.
12560         (gud-gdba-command-name, gdba): Delete.
12562 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
12564         * bs.el: Don't defvar `font-lock-verbose'.
12565         (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
12566         (bs--get-file-name): Fix typos in docstrings.
12567         (bs--show-header): Use `dolist' instead of `mapcar'.
12568         (bs-mode): Set `show-trailing-whitespace' to nil.
12569         (bs-buffer-sort-function, bs-mouse-select-other-frame)
12570         (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
12571         Doc fixes.
12573 2007-10-08  Adam Hupp  <adam@hupp.org>  (tiny change)
12575         * progmodes/gud.el (pdb): Specify file for gud-break.
12577 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
12579         * progmodes/gud.el (gdb): Make graphical mode the default and
12580         switch to text command mode if appropriate, i.e., reverse previous
12581         arrangement.
12582         (gud-gdb-marker-filter): Adapt for above change.
12584         * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
12585         gud-minor-mode and gud-marker-filter.
12586         (gdb-fullname-regexp): New variable.
12587         (gud-gdba-marker-filter): Use it to switch to text command
12588         mode if appropriate.
12590 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
12592         * progmodes/gud.el (gud-display-line): Find source buffer even when
12593         GUD buffer has its own frame.
12595 2007-10-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12597         * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
12599 2007-10-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12601         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
12603 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
12605         * allout.el (allout-before-change-handler): Replace got-char by
12606         goto-char.
12608 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12610         * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
12611         Used to try and automatically enabled smerge-mode in the presence of
12612         conflicts and to call `svn resolved' when the conflicts are gone.
12613         (vc-svn-parse-status): Remember the svn-specific status.
12615 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
12617         * menu-bar.el (menu-bar-search-documentation-menu): Rename from
12618         menu-bar-apropos-menu.  All users changed.
12619         (menu-bar-help-menu): Change menu symbols to better match the text
12620         displayed by the menu.
12622 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
12624         * files.el (file-name-sans-versions): Use [:alnum:] and also allow
12625         #, @, : and ^.
12627 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
12629         * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
12631         * log-view.el (log-view-mode-map): Likewise.
12633         * diff-mode.el (diff-mode-shared-map): Likewise.
12635 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
12637         * files.el (file-name-sans-versions): Also allow `A-Z'.
12639         * vc.el: Mention all supported VC backends.
12641 2007-10-08  Richard Stallman  <rms@gnu.org>
12643         * wid-edit.el (widget-specify-button): Don't merge mouse-face with
12644         neighbouring buttons.
12646 2007-10-08  Andreas Schwab  <schwab@suse.de>
12648         * files.el (file-name-sans-versions): Also allow `_'.
12650 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
12652         * files.el (file-name-sans-versions): Allow - and a-z in version names.
12654         * log-view.el (log-view-mode-map, log-view-mode-menu):
12655         Bind log-view-annotate-version.
12656         (log-view-beginning-of-defun, log-view-end-of-defun)
12657         (log-view-annotate-version): New functions.
12658         (log-view-mode): Use log-view-beginning-of-defun and
12659         log-view-end-of-defun.
12661 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12663         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
12665 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12667         * wid-edit.el (widget-image-insert): Don't merge mouse-face with
12668         neighbouring buttons.
12670         * progmodes/compile.el (compilation-error-regexp-alist-alist):
12671         Recognize gcc's use of "note" for informational messages.
12673 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12675         * textmodes/css-mode.el (css-electric-keys): electrick->electric.
12676         (css-mode): Update correspondingly.
12678 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
12680         * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
12681         Signed-off-by, Acked-by and Merge.
12683 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12685         * ediff-init.el (ediff-verbose-p): This var is not a constant.
12687 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12689         * vc-mtn.el: New file.
12691         * vc-hooks.el (vc-handled-backends): Add Mtn.
12693 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
12695         * files.el (find-file, find-file-other-window)
12696         (find-file-other-frame, find-file-existing, find-file-read-only)
12697         (find-file-read-only-other-window)
12698         (find-file-read-only-other-frame)
12699         (find-alternate-file-other-window, find-alternate-file): Doc fixes.
12701 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
12703         * progmodes/gud.el (gdb-ready): New variable.
12704         (gdb): Set it to nil.  Set gud-running to nil here...
12705         (gud-common-init): ...instead of here.
12707         * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
12708         Use gdb-ready.  Discard input until GDB is ready to accept it.
12710 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
12712         * dired.el (dired-warning): Inherit from font-lock-warning-face to
12713         make it show up with eight colors.
12715 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12717         * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
12718         diffs are concatenated with no intervening line.
12720 2007-10-08  Dave Love  <fx@gnu.org>
12722         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
12723         (python-font-lock-keywords): Update to the 2.5 version of the language.
12724         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
12725         (python-backspace): Only behave funny in code.
12726         (python-compilation-regexp-alist): Add PDB stack trace regexp.
12727         (inferior-python-mode): Add PDB prompt regexp.
12728         (python-fill-paragraph): Refine the fenced-string regexp.
12729         (python-find-imports): Handle imports spanning several lines.
12730         (python-mode): Add `class' to hideshow support.
12732 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12734         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
12735         Use add-log-buffer-file-name-function rather than binding
12736         buffer-file-name, so we don't end up calling change-log-mode in *cvs*
12737         when `fi' is the ChangeLog file itself.
12739         * outline.el (outline-flag-region): Use front-advance.
12741 2007-10-08  Ilya Zakharevich  <ilyaz@cpan.org>
12743         * progmodes/cperl-mode.el: Merge upstream 5.23.
12744         (cperl-where-am-i): Remove function.
12745         (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
12746         (cperl-sniff-for-indent): De-invert [string] and [comment].
12747         When looking for label, skip s:m:y:tr.
12748         (cperl-indent-line): Likewise.
12749         (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
12750         (cperl-windowed-init): Wrong `ps-print' handling.
12751         Both thanks to Chong Yidong.
12752         (cperl-look-at-leading-count): Could fail with unfinished RExen.
12753         (cperl-find-pods-heres): If the second part of s()[] is missing,
12754         don't try to highlight delimiters...
12756 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12758         * progmodes/compile.el (compilation-get-file-structure): Complete last
12759         change by also using spec-directory in the puthash.
12761 2007-10-08  Riccardo Murri  <riccardo.murri@gmail.com>
12763         * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
12764         (vc-bzr-status): Fix shadowing of variable 'status'.
12765         (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
12766         Use `expand-file-name' instead of `concat'.
12767         (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
12768         Update annotation line regexp.  Fixes launchpad.net [Bug 137435].
12770 2007-10-08  Jason Rumney  <jasonr@gnu.org>
12772         * frame.el (focus-follows-mouse): Doc-fix.  Change default on w32.
12774 2007-10-08  Richard Stallman  <rms@gnu.org>
12776         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
12777         Add `safe-local-variable' property.
12778         (lisp-body-indent): Likewise.
12780 2007-10-08  Richard Stallman  <rms@gnu.org>
12782         * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
12783         Add doc string.
12785 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
12787         * files.el (backup-buffer-copy): Try to overwrite old backup first.
12789 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
12791         * repeat.el (repeat): Use last-repeatable-command instead of
12792         real-last-command.  Run pre- and post-command hooks for
12793         self-insertion.  Update doc-string.
12795 2007-10-08  Alexandre Julliard  <julliard@winehq.org>
12797         * vc-git.el (vc-git-state): Call git-add --refresh to update the
12798         state of the file.
12799         (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
12800         (vc-git-create-repo): Fix invalid command.
12802 2007-10-08  Richard Stallman  <rms@gnu.org>
12804         * textmodes/flyspell.el (flyspell-mode):
12805         Catch errors in flyspell-mode-on.
12807 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
12809         * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
12811 2007-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12813         * international/encoded-kb.el (encoded-kbd-setup-display):
12814         Use input-decode-map rather than local-key-translation-map.
12816         * term/rxvt.el (rxvt-alternatives-map): New map.
12817         (terminal-init-rxvt): Use it.
12818         Bind rxvt-function-map in input-decode-map.
12820         * term/xterm.el (xterm-alternatives-map): New map.
12821         (terminal-init-xterm): Use it.
12822         Bind xterm-function-map in input-decode-map.
12824         * term/x-win.el (x-alternatives-map): New var.
12825         (x-setup-function-keys): Use it.
12827         * help-fns.el (describe-variable): Slightly change the layout of
12828         meta-info to separate it better from the docstring.
12829         Standardize insertion of extra empty lines in various circumstances.
12831         * diff-mode.el (diff-hunk-style): New fun.
12832         (diff-end-of-hunk): Use it.
12833         (diff-context->unified): Use the new `apply' undo element,
12834         if applicable, so as to save undo-log space.
12835         (diff-fine-change): New face.
12836         (diff-fine-highlight-preproc): New function.
12837         (diff-fine-highlight): New command.
12838         (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
12840         * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
12841         (smerge-refine-highlight-change): Add `props' argument.
12842         (smerge-refine-subst): New function holding most of smerge-refine.
12843         (smerge-refine): Use it.
12845 2007-10-08  Eric S. Raymond  <esr@snark.thyrsus.com>
12847         * vc.el (vc-default-wash-log): Remove unused code, the
12848         log washers all live in the backends now.
12849         (vc-default-comment-history): Correct for the fact
12850         that wash-log is argumentless in the new API.
12852 2007-10-08  Michael Albinus  <michael.albinus@gmx.de>
12854         * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
12855         (tramp-maybe-send-script): Apply `member' but `memq'.
12856         (tramp-advice-file-expand-wildcards): Simplify implementation.
12858 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
12860         * follow.el (follow-mode): Don't run hooks twice.  Use `when'.
12862         * mb-depth.el (minibuf-depth-indicator-function): New variable.
12863         (minibuf-depth-setup-minibuffer): Use it.
12865 2007-10-07  Glenn Morris  <rgm@gnu.org>
12867         * simple.el (bad-packages-alist): Clarify Semantic and CEDET
12868         version numbers.
12870 2007-10-06  Juri Linkov  <juri@jurta.org>
12872         * textmodes/fill.el (fill-paragraph-or-region): New function.
12874         * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
12875         instead of fill-paragraph.
12877         * tutorial.el (tutorial--default-keys): Replace fill-paragraph
12878         with fill-paragraph-or-region.  Suspend command is now the same
12879         `suspend-frame' on window systems and on tty.
12881         * image.el (image-type): Check if image-types is bound to not fail
12882         on tty.
12884         * delsel.el (delete-selection-pre-hook):
12885         * emulation/cua-base.el (cua-paste): Check if mouse-region-match
12886         is fbound to not fail on mouseless tty.
12888 2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
12890         * net/tramp.el (top): Move loading of tramp-util.el and
12891         tramp-vc.el to tramp-compat.el.
12892         (tramp-make-tramp-temp-file): Complete rewrite.  Create remote
12893         temporary file if possible, in order to avoid a security hole.
12894         (tramp-do-copy-or-rename-file-out-of-band)
12895         (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
12896         with DONT-CREATE, because the connection is not setup yet.
12897         (tramp-handle-process-file): Rewrite temporary file handling.
12898         (tramp-completion-mode): New defvar.
12899         (tramp-completion-mode-p): Use it.
12901         * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
12903         * net/tramp-fish.el (tramp-fish-handle-process-file):
12904         Rewrite temporary file handling.
12906 2007-10-06  Eric S. Raymond  <esr@snark.thyrsus.com>
12908         * vc.el: Workfile version -> focus version change.  Port various
12909         comments from new VC to reduce the noise in the diff.
12910         Patch in the new vc-create-repo function to go with the
12911         header comment about it already present.
12912         There are no changes to existing logic in this patch.
12913         (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
12915 2007-10-06  Aaron Hawley  <aaronh@garden.org>
12917         * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
12919 2007-10-05  Chris Moore  <dooglus@gmail.com>
12921         * server.el (server-kill-new-buffers): Doc fix.
12923 2007-10-05  John W. Eaton  <jwe@octave.org>
12925         * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
12926         (octave-begin-keywords): Add "do".
12927         (octave-end-keywords): Remove "end".
12928         (octave-reserved-words): Add "end".  Remove "all_va_args",
12929         "gplot", and 'gsplot".
12930         (octave-text-functions): Remove "gset", "gshow", "set", and "show".
12931         (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
12932         "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
12933         "default_return_value", "define_all_return_values",
12934         "do_fortran_indexing", "empty_list_elements_ok",
12935         "gnuplot_has_multiplot", "implicit_str_to_num_ok",
12936         "ok_to_lose_imaginary_part", "prefer_column_vectors",
12937         "prefer_zero_one_indexing", "propagate_empty_matrices",
12938         "resize_on_range_error", "treat_neg_dim_as_zero",
12939         "warn_assign_as_truth_value", "warn_comma_in_global_decl",
12940         "warn_divide_by_zero", "warn_function_name_clash",
12941         "warn_missing_semicolon", "whitespace_in_literal_matrix".
12942         Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
12943         "crash_dumps_octave_core", "sighup_dumps_octave_core",
12944         "sigterm_dumps_octave_core".
12945         (octave-block-match-alist): Remove "end" from block-end keywords.
12946         (octave-mode): Update ftp site address.
12948 2007-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
12950         * vc.el: Reorder functions, no code changes.
12952 2007-10-04  Michael Albinus  <michael.albinus@gmx.de>
12954         * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
12955         (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
12956         the cond clauses where needed.
12957         (tramp-handle-write-region): Rearrange code for proper handling of
12958         tmpfile.
12960         * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
12962         * net/tramp.el:
12963         * net/tramp-fish.el:
12964         * net/tramp-ftp.el:
12965         * net/tramp-smb.el: Rename `tramp-make-temp-file' to
12966         `tramp-compat-make-temp-file'.
12968 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
12970         * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
12972 2007-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12974         * emacs-lisp/copyright.el (copyright-update): Don't update if the file
12975         already uses a more recent copyright version than the "current" one.
12977 2007-10-03  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
12979         * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
12980         (doc-view-insert-image): Minor aesthetical docstring changes.
12982 2007-10-03  Tassilo Horn  <tassilo@member.fsf.org>
12984         * doc-view.el (doc-view): Don't ignore pdf and dvi files when
12985         completing filename.
12986         (doc-view-search-internal): Docstring change.
12988 2007-10-03  Michael Albinus  <michael.albinus@gmx.de>
12990         * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
12991         (tramp-file-name-handler-alist):
12992         Add `tramp-handle-insert-file-contents-literally'.  Needed for XEmacs.
12993         (tramp-make-temp-file): Use `make-temp-name'.  `make-temp-file',
12994         used before, creates the file already, which is not desired.
12995         (tramp-do-copy-or-rename-file-directly): Simplify handling of
12996         temporary file.
12997         (tramp-handle-insert-file-contents): Assign the result in the
12998         short track case.
12999         (tramp-handle-insert-file-contents-literally): New defun.
13000         (tramp-completion-mode-p): Revert change from 2007-09-24.
13001         Checking for `return' etc as last character is not sufficient, for
13002         example in dired-mode when entering <g> (revert-buffer) or
13003         <s> (dired-sort).
13005         * net/tramp-compat.el (top): Add also compatibility code for loading
13006         appropriate timer package.
13007         (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
13008         order to avoid autoloading problems.
13010         * net/tramp-fish.el:
13011         * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
13013         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
13014         where the second parameter of `copy-file' or `rename-file' is a
13015         remote file but not via ftp.
13017 2007-10-02  Richard Stallman  <rms@gnu.org>
13019         * frame.el (cursor-in-non-selected-windows): Doc fix.
13021 2007-10-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
13023         * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
13024         Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
13026 2007-10-01  Jay Belanger  <jay.p.belanger@gmail.com>
13028         * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
13029         when `expt' doesn't give range errors.
13031 2007-10-01  Markus Triska  <markus.triska@gmx.at>
13033         * calc/calc-math.el (math-smallest-emacs-expt):
13034         Make the computation more robust.
13036 2007-09-30  David Kastrup  <dak@gnu.org>
13038         * startup.el (argv): Alias for `command-line-args-left' to use as
13039         `(pop argv)' inside of --eval command sequences.  Allows for
13040         passing shell commands into Emacs verbatim without need for Lisp
13041         quoting.
13043         * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
13044         check only for changed size.
13045         (auto-revert-tail-handler): Get size from caller.  If the file has
13046         shrunk, tail the whole file again (the file presumably has been
13047         rewritten).
13049         * woman.el (woman-topic-all-completions, woman-mini-help):
13050         Fix fallout from 2007-09-07 introduction of `dolist' when the list
13051         actually was being manipulated in the loop.
13052         (woman-Cyg-to-Win, woman-pre-process-region)
13053         (woman-horizontal-escapes, woman-if-body, woman-unescape)
13054         (woman-strings, woman-special-characters, woman1-hc)
13055         (woman-change-fonts, woman-find-next-control-line):
13056         Use `match-beginning' rather than `match-string' when the result is
13057         just used as a flag.
13059 2007-09-30  Michael Albinus  <michael.albinus@gmx.de>
13061         * net/tramp-compat.el: New file.
13063         * net/tramp.el:
13064         * net/tramp-fish.el:
13065         * net/tramp-smb.el:
13066         * net/tramp-uu.el:
13067         * net/trampver.el: Move compatibility code to tramp-compat.el.
13068         Apply `mapc' instead of `mapcar' when the code needs side effects
13069         only.  Move utf-8 coding cookie to the second line.
13071 2007-09-30  Reiner Steib  <Reiner.Steib@gmx.de>
13073         * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
13074         Improve custom type.
13075         (icon-map-list): Make it customizable.  Document how to disable
13076         stock icons.
13078 2007-09-30  Richard Stallman  <rms@gnu.org>
13080         * play/zone.el (zone-hiding-modeline): Use mode-line-format.
13082 2007-09-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13084         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
13086 2007-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13088         * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode.  Rewrite.
13089         (t-mouse-mode): New compatibility alias.
13091 2007-09-28  Dan Nicolaescu  <dann@ics.uci.edu>
13093         * server.el (server-delete-client): Only delete the terminal if it
13094         is non-nil.
13096 2007-09-28  Michael Albinus  <michael.albinus@gmx.de>
13098         * net/tramp.el (with-file-property, with-connection-property):
13099         Highlight as keyword.
13100         (tramp-rfn-eshadow-setup-minibuffer)
13101         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
13102         (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
13103         (tramp-do-copy-or-rename-file-directly)
13104         (tramp-do-copy-or-rename-file-out-of-band)
13105         (tramp-handle-shell-command, tramp-get-debug-buffer)
13106         (tramp-send-command-and-read, tramp-equal-remote)
13107         (tramp-get-local-gid): Pacify byte-compiler.
13108         (tramp-handle-file-name-directory): Result shall not be expanded.
13109         (tramp-find-foreign-file-name-handler): Rewrite.
13110         (tramp-dissect-file-name): Add optional parameter NODEFAULT.
13112         * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
13114         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
13115         Apply `tramp-completion-mode-p'.
13116         (tramp-fish-handle-set-file-times)
13117         (tramp-fish-handle-executable-find)
13118         (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
13119         (tramp-fish-retrieve-data): Pacify byte-compiler.
13121         * net/tramp-gw.el (tramp-gw-basic-authentication):
13122         Call `tramp-read-passwd' with first parameter `nil'.
13124 2007-09-28  Glenn Morris  <rgm@gnu.org>
13126         * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
13127         than mapcar.
13129         * textmodes/tex-mode.el (tex-suscript-height-ratio)
13130         (tex-suscript-height-minimum): New customizable variables.
13131         (tex-suscript-height): New function.
13132         (superscript, subscript): Set height using tex-suscript-height
13133         rather than fixing at 0.8.
13134         (tex-fontify-script, tex-font-script-display): Add :version tag.
13136 2007-09-27  Juanma Barranquero  <lekktu@gmail.com>
13138         * progmodes/python.el (python-eldoc-function): Doc fix.
13140 2007-09-27  Glenn Morris  <rgm@gnu.org>
13142         * image.el (image-type-auto-detected-p): Doc fix.  Don't detect an
13143         image if it is not in image-type-auto-detectable, or is there with
13144         a nil value.
13146 2007-09-27  Michael Albinus  <michael.albinus@gmx.de>
13148         * net/tramp.el (tramp-maybe-open-connection): Make test for alive
13149         connection more robust.
13151 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
13153         * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
13154         Deal with the case that special &keywords are at the beginning or
13155         end of the argument list.  Also add some (incomplete) support for
13156         non-standard arglists.
13158 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
13160         * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
13161         (eldoc-message-commands, eldoc-current-idle-delay)
13162         (eldoc-function-argstring-format): Fix typos in docstrings.
13164 2007-09-26  Jay Belanger  <jay.p.belanger@gmail.com>
13166         * calc/calc-units.el (calc-convert-units)
13167         (calc-convert-temperature): Remove unnecessary colons.
13169 2007-09-26  Bastien Guerry  <bzg@altern.org>
13171         * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
13172         New function.
13173         (org-export-latex-remove-from-headlines): Name changed because of typo.
13174         (org-export-latex-quotation-marks-convention): Option removed.
13175         (org-export-latex-make-preamble): Handle the DATE option.
13176         (org-export-latex-cleaned-string): Now the only cleaning function,
13177         synched up with org.el.
13178         (org-export-latex-lists, org-export-latex-parse-list)
13179         (org-export-list-to-latex): New functions.
13181 2007-09-26  Carsten Dominik  <dominik@science.uva.nl>
13183         * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
13184         (org-outline-regexp): New constant.
13185         (org-remember-handler): Throw error when the target file is not in
13186         org-mode.
13187         (org-cleaned-string-for-export): No longer call
13188         `org-export-latex-cleaned-string' with an argument.
13189         (org-get-tags): Returns now a list, not a string.
13190         (org-get-tags-string): New function.
13191         (org-archive-subtree): No need to split return of `org-get-tags'.
13192         (org-set-tags, org-entry-properties): Call `org-get-tags-string'
13193         instead of `org-get-tags'.
13194         (org-agenda-format-date): Rename from `org-agenda-date-format'.
13195         (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
13196         (org-compatible-face): New argument INHERITS.  Inherit from this
13197         face if possible.
13198         (org-level-1, org-level-2, org-level-3, org-level-4)
13199         (org-level-5, org-level-6, org-level-7, org-level-8)
13200         (org-special-keyword, org-drawer, org-column, org-warning)
13201         (org-archived, org-todo, org-done, org-headline-done, org-table)
13202         (org-formula, org-code, org-agenda-structure)
13203         (org-scheduled-today, org-scheduled-previously)
13204         (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
13205         in the new way.
13206         (org-get-heading): New argument NO-TAGS.
13207         (org-fast-tag-selection-include-todo): Made defvar instead of
13208         defcustom, feature is not deprecated.
13209         (org-remember-store-without-prompt): New default value t.
13210         (org-todo-log-states): New variable.
13211         (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
13212         Compute the log states.
13213         (org-goto-map): More commands copied from global map.  Also bind
13214         `org-occur'.
13215         (org-goto): Made into a general lookup command.
13216         (org-get-location): Complete rewrite.
13217         (org-goto-exit-command): New variable.
13218         (org-goto-selected-point): New variable.
13219         (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
13220         Set the new variables.
13221         (org-paste-subtree): Whitespace insertion strategy revised.
13222         (org-remember-apply-template): Protect v-A from the possibility
13223         that v-a might be nil.
13224         (org-remember-handler): Insertion rules revised.
13225         (org-todo): Respect org-todo-log-states.
13226         (org-up-heading-safe): New function.
13227         (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
13229 2007-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
13231         * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
13232         region if in transient-mark-mode.
13234 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
13236         * calc/calc-ext.el (calc-init-extensions, calc-reset):
13237         * calc/calc-help.el (calc-full-help):
13238         * calc/calc-misc.el (another-calc):
13239         * calc/calc-store.el (calc-var-name-map):
13240         * calc/calc-stuff.el (calc-flush-caches):
13241         * calc/calc-units.el (math-build-units-table):
13242         * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
13243         (calc-quit):
13244         * calendar/icalendar.el (icalendar--format-ical-event)
13245         (icalendar--convert-ical-to-diary):
13246         * emacs-lisp/authors.el (authors):
13247         * emacs-lisp/cust-print.el (custom-print-install)
13248         (custom-print-uninstall):
13249         * emacs-lisp/disass.el (disassemble-1):
13250         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
13251         * emacs-lisp/edebug.el (byte-compile-resolve-functions):
13252         * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
13253         (elint-check-let-form, elint-check-condition-case-form)
13254         (elint-initialize):
13255         * emacs-lisp/elp.el (elp-results):
13256         * emacs-lisp/generic.el (generic-mode-internal):
13257         * emacs-lisp/re-builder.el (reb-delete-overlays):
13258         * emacs-lisp/regi.el (regi-interpret):
13259         * emacs-lisp/sregex.el (sregex--char-aux):
13260         * emulation/cua-rect.el (cua--deactivate-rectangle)
13261         (cua--highlight-rectangle, cua--rectangle-post-command):
13262         * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
13263         * emulation/viper-macs.el (viper-describe-kbd-macros)
13264         (viper-describe-one-macro):
13265         * emulation/viper-util.el (viper-setup-master-buffer):
13266         * emulation/viper.el (set-viper-state-in-major-mode):
13267         * international/mule-diag.el (describe-current-coding-system):
13268         * language/ethio-util.el (ethio-fidel-to-sera-buffer):
13269         * mail/emacsbug.el (report-emacs-bug):
13270         * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
13271         * obsolete/hilit19.el (hilit-unhighlight-region)
13272         (hilit-set-mode-patterns):
13273         * play/solitaire.el (solitaire-check, solitaire-solve):
13274         * play/zone.el (zone-pgm-rotate):
13275         * progmodes/ada-mode.el (ada-save-exceptions-to-file):
13276         * progmodes/ada-prj.el (ada-prj-display-page):
13277         * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
13278         (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
13279         * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
13280         (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
13281         * progmodes/sh-script.el (sh-make-vars-local)
13282         (sh-reset-indent-vars-to-global-values):
13283         * progmodes/sql.el (top):
13284         * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
13285         * progmodes/xscheme.el (top):
13286         * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
13287         (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
13288         (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
13289         (artist-vaporize-lines, artist-ellipse-compute-fill-info)
13290         (artist-submit-bug-report):
13291         * textmodes/flyspell.el (flyspell-delay-commands)
13292         (flyspell-deplacement-commands):
13293         * textmodes/table.el (table--generate-source-epilogue, table-insert)
13294         (table--generate-source-cells-in-a-row, table--make-cell-map)
13295         (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
13297 2007-09-25  Juanma Barranquero  <lekktu@gmail.com>
13299         * allout.el (produce-allout-mode-map, allout-process-exposed):
13300         * ansi-color.el (ansi-color-make-color-map):
13301         * autoinsert.el (auto-insert):
13302         * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
13303         * dired-aux.el (dired-create-files):
13304         * dired.el (dired-restore-desktop-buffer):
13305         * ediff-diff.el (ediff-setup-fine-diff-regions):
13306         * ediff-mult.el (ediff-intersect-directories)
13307         (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
13308         (ediff-redraw-registry-buffer):
13309         * ediff-ptch.el (ediff-fixup-patch-map):
13310         * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
13311         (ediff-really-quit, ediff-clear-diff-vector):
13312         * emerge.el (emerge-really-quit):
13313         * ffap.el (ffap-replace-file-component):
13314         * filecache.el (file-cache-add-directory)
13315         (file-cache-add-directory-recursively)
13316         (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
13317         (file-cache-delete-directory, file-cache-files-matching-internal)
13318         (file-cache-display):
13319         * files.el (cd):
13320         * find-lisp.el (find-lisp-insert-directory):
13321         * finder.el (finder-compile-keywords):
13322         * help.el (view-emacs-news):
13323         * hi-lock.el (hi-lock-write-interactive-patterns):
13324         * ido.el (ido-to-end, ido-set-matches-1):
13325         * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
13326         (image-dired-mark-tagged-files):
13327         * jka-cmpr-hook.el (jka-compr-get-compression-info):
13328         * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
13329         * ps-print.el (ps-background, ps-begin-file)
13330         (ps-build-reference-face-lists):
13331         * simple.el (clone-buffer):
13332         * startup.el (command-line):
13333         * tempo.el (tempo-insert-template, tempo-is-user-element)
13334         (tempo-forward-mark, tempo-backward-mark):
13335         * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
13337 2007-09-25  Glenn Morris  <rgm@gnu.org>
13339         * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
13341         * view.el (view-search-no-match-lines): Add a doc string.
13342         Rewrite to simplify and work better.
13344 2007-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
13346         * progmodes/cc-mode.el (c-mode-base-map):
13347         Use c-indent-line-or-region instead of c-indent-line.
13349         * indent.el (indent-for-tab-command): First check if the region is
13350         active.
13352 2007-09-24  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
13354         * whitespace.el (whitespace-tickle-timer): Don't install the timer if
13355         whitespace-rescan-timer-time is 0.
13357 2007-09-24  Karl Berry  <karl@gnu.org>
13359         * international/mule.el (coding-system-base): Fix doc string grammar.
13361 2007-09-24  Michael Albinus  <michael.albinus@gmx.de>
13363         * net/tramp.el (tramp-completion-mode-p): Rename from
13364         `tramp-completion-mode'.  Revert logic, check `return', `newline'
13365         and such alike.  Packages like Icicles tend to use other completion
13366         characters but `tab' and `space' only.
13368 2007-09-24  Adam Hupp  <adam@hupp.org>
13370         * progmodes/python.el (run-python): Import emacs module without
13371         waiting; prevents lockup on error.
13373 2007-09-23  Richard Stallman  <rms@gnu.org>
13375         * mail/sendmail.el (mail-bury): Delete the frame
13376         if this frame looks like it was made for this message.
13378         * completion.el (completion-separator-self-insert-command)
13379         (completion-separator-self-insert-autofilling):
13380         If `self-insert-command' has been remapped, use the substitute.
13382         * simple.el (copy-region-as-kill): Doc fix.
13384         * textmodes/org.el (org-confirm-shell-link-function)
13385         (org-confirm-elisp-link-function): Doc fixes.
13387 2007-09-23  Glenn Morris  <rgm@gnu.org>
13389         * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
13391 2007-09-23  Dan Nicolaescu  <dann@ics.uci.edu>
13393         * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
13395         * term/tvi970.el (terminal-init-tvi970): Likewise.
13397         * term/sun-mouse.el (print-mouse-format): Likewise.
13399         * term/sun.el (scroll-down-in-place, scroll-up-in-place):
13400         Use forward-line instead of previous-line and next-line.
13402 2007-09-22  Juri Linkov  <juri@jurta.org>
13404         * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
13406         * tutorial.el (tutorial--default-keys): Update standard bindings:
13407         rename `iconify-or-deiconify-frame' to `suspend-frame',
13408         and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
13410 2007-09-22  Juri Linkov  <juri@jurta.org>
13412         * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
13413         Add help-echo to external links and to links without description.
13414         (fancy-splash-insert): Use help-echo from the 3rd element of the
13415         link specification list, or "Follow this link" if it's nil.  Doc fix.
13417 2007-09-22  Juri Linkov  <juri@jurta.org>
13419         * startup.el (command-line): Rename `inhibit-startup-message' to
13420         `inhibit-startup-screen'.
13421         (fancy-about-text): Use shorter label for "Ordering Manuals".
13422         (fancy-startup-tail): Add optional arg `concise'.  When `concise'
13423         is nil, display a line with "To start..." and 3 links to useful
13424         tasks.  Display the "Dismiss" button and "Don't show this message
13425         again" only when concise is non-nil.
13426         (fancy-startup-screen): Call `fancy-startup-tail' with optional
13427         arg `concise'.  If CONCISE is non-nil, display a concise version
13428         of the splash screen in another window.  Otherwise, switch to the
13429         startup buffer in the same window.
13430         (startup-echo-area-message): Change displayed binding from
13431         C-h C-p (describe-project) to C-h C-a (about-emacs), and change
13432         text "about the GNU system and GNU/Linux" to "about GNU Emacs and
13433         the GNU system".
13434         (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
13435         to "*GNU Emacs*".
13436         (display-about-screen): Don't check the existence of the buffer
13437         "*About GNU Emacs*".
13438         (display-splash-screen): Make alias to `display-startup-screen'.
13439         (command-line-1): Rename `inhibit-startup-message' to
13440         `inhibit-startup-screen'.  Inhibit startup screen when Emacs is
13441         started with command line options "-f", "-funcall", "-e", "-eval",
13442         "-execute", "-insert", "-find-file", "-file", "-visit".
13443         Inhibit startup screen when Emacs is started with a file name only
13444         on tty (i.e. don't inhibit it when started with a file name like
13445         "emacs FILE..." on a window system).
13446         (command-line-1): Simplify logic of displaying the startup screen:
13447         if file-count > 0, then display the concise version in another
13448         window, otherwise display full version in the same window.
13450         * help.el (help-map): Bind C-h C-a to about-emacs.
13451         (help-for-help-internal): Add C-a description to C-h help text.
13453 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
13455         * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
13456         (checkdoc-permit-comma-termination-flag): Autoload the
13457         safe-local-variable setting.
13459         * bookmark.el (bookmark-xemacsp): Remove.
13460         (bookmark-make): Don't use bookmark-xemacsp,
13461         use (featurep 'xemacs) instead.
13463         * speedbar.el (speedbar-frame-mode)
13464         (speedbar-frame-reposition-smartly)
13465         (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
13466         (speedbar-check-vc): Remove use of non-existent variable
13467         dframe-xemacsp, use (featurep 'xemacs) instead.
13469         * indent.el (indent-for-tab-command): Indent the region if
13470         transient-mark-mode and the region is active.
13472 2007-09-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
13474         * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
13475         add inferior-octave-directory-tracker to the buffer-local value
13476         of comint-input-filter-functions.
13478 2007-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
13480         * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
13482 2007-09-21  Juanma Barranquero  <lekktu@gmail.com>
13484         * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
13485         on w32 frames.
13487 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13489         * startup.el (normal-top-level): Remove DISPLAY from
13490         process-environment to let it be computed dynamically in callproc.c.
13492         * frame.el (frame-initialize, make-frame):
13493         * faces.el (tty-set-up-initial-frame-faces):
13494         * env.el (setenv): Don't set display-environment-variable.
13496         * server.el (server-getenv-from): Remove.  Use getenv-internal instead.
13497         (server-create-tty-frame): Don't set unused `tty' property.
13498         Set `display' instead of display-environment-variable.
13499         (server-create-window-system-frame): No display-environment-variable.
13501 2007-09-21  Michael Albinus  <michael.albinus@gmx.de>
13503         * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
13504         (rfn-eshadow-update-overlay-hook): New defvars.
13505         (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
13506         Run the hooks.
13508         * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
13509         (tramp-rfn-eshadow-setup-minibuffer)
13510         (tramp-rfn-eshadow-update-overlay): New defuns.  Hook into
13511         rfn-eshadow.el.
13513         * net/tramp-smb.el (tramp-smb-errors): Add error message for call
13514         timeout.
13516 2007-09-21  Glenn Morris  <rgm@gnu.org>
13518         * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
13519         * term/sun-mouse.el (suspend-emacstool): Remove.
13520         * term/sun.el: Remove emacstool-related code.
13522         * emacs-lisp/bytecomp.el (byte-compile-warnings)
13523         (byte-compile-warnings-safe-p): Add `mapcar'.
13524         (byte-compile-warning-types): Add mapcar and make-local.
13525         (byte-compile-normal-call): Add option to suppress mapcar warning.
13526         (top-level): Use mapc rather than mapcar in eval-when-compile.
13528         * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
13529         (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
13530         (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
13531         Handle escaped parens.
13532         (latex-forward-sexp): Doc fix.
13534         * eshell/esh-mode.el (eshell-output-filter-functions):
13535         Add eshell-postoutput-scroll-to-bottom.
13537         * loadup.el: Remove termdev.
13539         * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
13540         * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
13542 2007-09-21  Markus Triska  <markus.triska@gmx.at>
13544         * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
13545         `mapcar' is called for effect.
13547 2007-09-21  Kevin Ryde  <user42@zip.com.au>
13549         * international/mule.el (sgml-html-meta-auto-coding-function):
13550         Bind `case-fold-search' to t.
13552 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13554         * termdev.el: Remove.
13556         * frame.el (get-device-terminal): New function.  Moved from termdev.el.
13557         (frames-on-display-list): Use it.
13559         * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
13561         * termdev.el (terminal-id): Ask terminal-live-p before giving up.
13563 2007-09-20  Richard Stallman  <rms@gnu.org>
13565         * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
13567 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13569         * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
13571 2007-09-20  Glenn Morris  <rgm@gnu.org>
13573         * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
13574         motion functions, rather than hard-coding "\n\n".
13575         (tex-validate-region): Check for eobp, to speed up.
13576         (tex-next-unmatched-end): Doc fix.
13578 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13580         * files.el (auto-mode-alist): Use archive-mode for .rar files.
13582         * international/mule.el (auto-coding-alist): Rar archives are binary.
13584         * arc-mode.el: Add basic support for Rar.
13585         (archive-find-type): Recognize Rar's signature.
13586         (archive-desummarize): New fun.
13587         (archive-summarize): Use it to restore the buffer's data in case
13588         someone wants to switch to some other major mode.
13589         (archive-resummarize): Use it as well.
13590         (archive-rar-summarize, archive-rar-extract): New functions.
13592         * filesets.el: Remove spurious * in docstrings.
13593         (filesets-running-xemacs): Remove.  Use (featurep 'xemacs) instead.
13594         (filesets-conditional-sort): Remove unused arg `simply-do-it'.
13595         (filesets-ingroup-collect): Remove unused arg `depth'.
13596         (filesets-update): Remove unused arg `version'.
13598         * finder.el (finder-compile-keywords): Fix up comment style.
13599         (finder-mouse-face-on-line): previous-line -> forward-line.
13601         * recentf.el: Remove spurious * in docstrings.
13602         (recentf-save-list): Fix up comment style.
13604         * progmodes/octave-mod.el: Remove spurious * in docstrings.
13605         (octave-mode-map): Move init into declaration and remove \t binding.
13606         (octave-mode-startup-message): Remove unused var.
13607         (octave-scan-blocks): Remove unused arg `from'.
13608         (octave-forward-block, octave-down-block, octave-up-block):
13609         Update callers.
13611         * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
13612         (meta-mode-map): Likewise and remove \t binding.
13614         * net/snmp-mode.el: Remove spurious * in docstrings.
13615         (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
13616         (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
13617         (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
13618         that completion accepts lists of strings.
13619         (snmp-mode-syntax-table): Move initialization into declaration.
13620         (snmp-mode-map): Likewise and remove \t binding.
13621         (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
13622         (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
13623         (snmp-indent-command): Remove.
13625         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
13626         binding, so tab-always-indent works right.
13628 2007-09-19  Johannes Weiner  <hannes@saeurebad.de>
13630         * net/browse-url.el (browse-url-elinks-new-window): New function.
13631         (browse-url-elinks): Use browse-url-elinks-new-window.
13632         Accept optional second argument `new-window'.  Fix typo in doc-string.
13633         (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
13634         Improve error message.
13636 2007-09-19  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
13638         * net/browse-url.el (browse-url-url-encode-chars): Use the right
13639         parameter name in the function body.
13640         Reported by Johannes Weiner.
13642 2007-09-19  Glenn Morris  <rgm@gnu.org>
13644         * net/socks.el (socks-open-network-stream): Signal an explicit
13645         error if the port associated with a service string can't be found.
13647         * textmodes/tex-mode.el (tex-terminate-paragraph):
13648         Use backward-paragraph.
13650 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13652         * server.el (server-running-p): New function.
13654 2007-09-18  Jason Rumney  <jasonr@gnu.org>
13656         * term/w32-win.el (w32-focus-frame): Make obsolete alias for
13657         x-focus-frame.
13659         * frame.el (select-frame-set-input-focus, select-frame-by-name):
13660         Use x-focus-frame for w32.
13662 2007-09-17  David Kastrup  <dak@gnu.org>
13664         * textmodes/tex-mode.el (tex-verbatim-environments):
13665         Eliminate CL dependency.
13667 2007-09-17  Richard Stallman  <rms@gnu.org>
13669         * newcomment.el (comment-add): New arg EXTRA.
13670         (comment-region-default): Pass EXTRA if not indenting lines.
13672 2007-09-17  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
13674         * net/browse-url.el (browse-url-url-encode-chars): New function.
13675         URL-encode some chars in a string.
13676         (browse-url-encode-url): Rewrite using the previous function.
13677         (browse-url-file-url): Use `browse-url-url-encode-chars'.
13678         (browse-url-elinks-sentinel): Fix typo.
13679         (browse-url-new-window-flag): Doc change.
13681 2007-09-17  Glenn Morris  <rgm@gnu.org>
13683         * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
13684         filename from `--file-line-error', if it is available.
13686 2007-09-17  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
13688         * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
13689         TeX `--file-line-error' format.
13691 2007-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
13693         * xt-mouse.el: Delete add-hook calls that were moved to
13694         xterm-mouse-mode.
13695         (xterm-mouse-mode): Disable resume-tty-functions, explain why it
13696         does not work.
13698 2007-09-17  Richard Stallman  <rms@gnu.org>
13700         * cus-face.el (custom-theme-set-faces): Undo previous change.
13702         * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
13704 2007-09-17  Glenn Morris  <rgm@gnu.org>
13706         * textmodes/tex-mode.el (tex-region): Simplify previous change,
13707         handling the case where the region is not in `tex-main-file'.
13708         (tex-region-1): Delete.
13709         (tex-region-header): New function, doing the header part of the
13710         old tex-region-1.
13712 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13714         * simple.el (newline): Simplify use of prefix-numeric-value.
13715         (line-move-partial): Remove unused var `ppos'.
13716         (line-move-1): Replace 9999 with most-positive-fixnum.
13717         (move-end-of-line): Use more efficient single-property search.
13718         (move-beginning-of-line): Remove unused var `start'.
13719         (blink-matching-open): Restructure in a more functional style.
13721 2007-09-16  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
13723         * calendar/holidays.el (list-holidays): Remove the cyclic alias.
13725 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13727         * server.el (server-clients): Only keep procs, no properties any more.
13728         (server-client): Remove.
13729         (server-client-get, server-client-set): Remove, replace all callers by
13730         process-get and process-put resp.
13731         (server-clients-with, server-add-client, server-delete-client)
13732         (server-create-tty-frame, server-create-window-system-frame)
13733         (server-process-filter, server-execute, server-visit-files)
13734         (server-buffer-done, server-kill-buffer-query-function)
13735         (server-kill-emacs-query-function, server-switch-buffer)
13736         (server-save-buffers-kill-terminal): Update accordingly.
13738         * server.el (server-with-environment): Simplify.
13739         (server-select-display, server-unselect-display): Re-add functions that
13740         seem to have been lost in the multi-tty merge.
13741         (server-eval-and-print, server-create-tty-frame)
13742         (server-create-window-system-frame, server-goto-toplevel)
13743         (server-execute, server-return-error): New functions extracted from
13744         server-process-filter.
13745         (server-execute-continuation): New functions.
13746         (server-process-filter): Restructure so that all arguments are analysed
13747         first and then acted upon in a subsequent stage.  This way
13748         server-goto-toplevel can be executed later, when we know if
13749         it's necessary.
13750         Remove the "-version" and "-version-good" support.
13752 2007-09-16  Drew Adams  <drew.adams@oracle.com>
13754         * cus-edit.el (custom-face-edit-activate): Doc fix.
13756 2007-09-16  Glenn Morris  <rgm@gnu.org>
13758         * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
13759         Following cal-bahai renaming, update all instances of
13760         list-bahai-diary-entries to diary-bahai-list-entries,
13761         mark-bahai-diary-entries to diary-bahai-mark-entries,
13762         calendar-goto-bahai-date to calendar-bahai-goto-date,
13763         insert-bahai-diary-entry to diary-bahai-insert-entry,
13764         insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
13765         insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
13766         calendar-print-bahai-date to calendar-bahai-print-date.
13768         * textmodes/tex-mode.el (tex-region): Handle the case where the
13769         region is not in `tex-main-file'.  Move the old code that applies
13770         to both cases...
13771         (tex-region-1): ...to this new function.
13773 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13775         * vc.el (vc-process-sentinel): New function.
13776         (vc-exec-after): Use it instead of using ugly hackish analysis and
13777         construction of Elisp code.
13778         (vc-sentinel-movepoint): New dynamically scoped var.
13779         (vc-print-log, vc-annotate): Set it to move the user's point.
13781         * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
13782         inhibit-modification-hooks.
13784         * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
13785         (calendar-bahai-print-date, calendar-bahai-goto-date)
13786         (diary-bahai-list-entries, diary-bahai-insert-entry):
13787         New names to clean up the namespace a bit more.
13788         (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
13790 2007-09-15  Glenn Morris  <rgm@gnu.org>
13792         * calendar/holidays.el (holiday-list): Rename it back to
13793         `list-holidays', but leave `holiday-list' as an alias.
13795         * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
13796         custom group.
13798         * textmodes/css-mode.el (css): New custom group.
13799         (css-electrick-keys, css-selector, css-property)
13800         (css-indent-offset): Specify custom group.
13802 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13804         * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
13805         (cvs-execute-single-file): Use process-file.
13806         (cvs-run-process): Use start-file-process.
13808 2007-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
13810         * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
13811         level.  Remove the hooks when turning off the mode.
13813         * term/xterm.el: Require xt-mouse at compile time.
13814         (terminal-init-xterm): Turn on xterm mouse tracking for this
13815         terminal if xterm-mouse-mode is enabled.
13817 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
13819         * term/xterm.el (xterm-function-map): Replace bindings that were
13820         deleted by the merge.
13822 2007-09-14  Ulf Jasper  <ulf.jasper@web.de>
13824         * play/bubbles.el (bubbles-version): Bump value to "0.5".
13825         (bubbles-mode-map): Move define-key statements here.
13826         (bubbles-game-theme-menu): Ditto.
13827         (bubbles-graphics-theme-menu): Ditto.
13828         (bubbles-menu): Ditto.
13829         (bubbles-mode): Initialize buffer-undo-list, redisplay.
13830         (bubbles--initialize): Reset buffer-undo-list, redisplay.
13831         (bubbles-plop): Set buffer-undo-list, redisplay.
13832         (bubbles-undo): Reset buffer-undo-list, redisplay.
13833         (bubbles--show-images): Take care of missing text properties.
13835 2007-09-14  Glenn Morris  <rgm@gnu.org>
13837         * startup.el (fancy-startup-text, fancy-about-text): Fix face
13838         quoting.
13840         * calendar/cal-hebrew.el, calendar/cal-menu.el
13841         * calendar/calendar.el, calendar/diary-lib.el
13842         * calendar/holidays.el: Rename all instances of
13843         list-calendar-holidays callers to calendar-list-holidays,
13844         list-holidays to holiday-list, check-calendar-holidays to
13845         calendar-check-holidays, mark-calendar-holidays to
13846         calendar-mark-holidays, and filter-visible-calendar-holidays to
13847         holiday-filter-visible-calendar.
13849 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
13851         * term/xterm.el (xterm-function-map): Add C-M- bindings.
13853 2007-09-13  Sascha Wilde  <wilde@sha-bang.de>  (tiny change)
13855         * play/bubbles.el (bubbles--initialize-images): Fix bug:
13856         Use transparent background for empty cells in graphics mode.
13858 2007-09-13  Jari Aalto  <jari.aalto@cante.net>
13860         * man.el (Man-default-man-entry): At end of line, continue looking
13861         to the next line for possible end of hyphenated command.
13863 2007-09-13  Chris Moore  <dooglus@gmail.com>
13865         * shell.el (shell-resync-dirs): Don't move the cursor relative to
13866         the command being edited.
13868 2007-09-12  Jim Meyering  <jim@meyering.net>  (tiny change)
13870         * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
13872 2007-09-12  Dan Nicolaescu  <dann@ics.uci.edu>
13874         * term/xterm.el (xterm-function-map): Add bindings for M-S- and
13875         C-M-S- keys.
13877         * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
13879 2007-09-12  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
13881         * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
13882         New argument `filename-p' to use one set of confusing chars or another.
13883         (browse-url-file-url): Use the argument.
13884         Suggested by Johannes Weiner.
13886 2007-09-12  Romain Francoise  <romain@orebokech.com>
13888         * cus-start.el (all): Revert 2007-09-08 change.
13890 2007-09-12  Aaron Hawley  <aaronh@garden.org>
13892         * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
13893         extract .Z files, since it is more common than uncompress.
13895 2007-09-12  Glenn Morris  <rgm@gnu.org>
13897         * textmodes/org-publish.el (org-publish-org-to-html): Remove
13898         duplicate function definition.
13900 2007-09-10  Chris Moore  <dooglus@gmail.com>
13902         * diff-mode.el (diff-sanity-check-hunk):
13903         Also accept single-line hunks.
13905 2007-09-10  Chong Yidong  <cyd@stupidchicken.com>
13907         * startup.el (startup-screen-inhibit-startup-screen)
13908         (pure-space-overflow-message): New vars.
13909         (fancy-splash-insert): Allow functions for face and link specs.
13910         (fancy-splash-head): Remove unused arg.  Move splash text...
13911         (fancy-startup-text, fancy-about-text): ...here.
13912         (fancy-startup-tail): Rename from fancy-splash-tail.
13913         (fancy-startup-screen, fancy-about-screen): Split off from
13914         fancy-splash-screens.
13915         (display-startup-screen): New function.
13916         (display-about-screen): Rename from display-splash-screen.
13917         (command-line-1): Use concise startup screen if necessary.
13919 2007-09-10  Thien-Thi Nguyen  <ttn@gnuvola.org>
13921         * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
13922         Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
13924 2007-09-10  Dave Love  <fx@gnu.org>
13926         * outline.el (outline-4, outline-5, outline-7):
13927         Move font-lock-builtin-face down from 4 to 7 to better keep the
13928         progression of color brightness, and to better match Org-mode's faces.
13930 2007-09-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
13932         * progmodes/meta-mode.el (meta-font-lock-keywords)
13933         (font-lock-match-meta-declaration-item-and-skip-to-next)
13934         (meta-comment-indent, meta-indent-previous-line)
13935         (meta-indent-unfinished-line, meta-beginning-of-defun)
13936         (meta-end-of-defun, meta-common-initialization): Handle \f.
13937         (meta-indent-unfinished-line): Do not handle a `%' in a string as
13938         a comment-start.
13940         * files.el (file-modes-char-to-who, file-modes-char-to-right)
13941         (file-modes-rights-to-number): Auxiliary functions for symbolic to
13942         numeric notation of file modes.
13943         (file-modes-symbolic-to-number): New.  Convert symbolic modes to its
13944         numeric value.
13945         (read-file-modes): New.  Read either an octal value of a file mode or a
13946         symbolic value, and return its numeric value.
13948         * dired-aux.el (dired-do-chmod): Change to use the built-in
13949         `set-file-modes' and the previous symbolic mode parsing functions.
13951 2007-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13953         * textmodes/texinfo.el: Remove spurious * in docstrings.
13954         (texinfo-mode-syntax-table, texinfo-mode-map):
13955         Initialize in the declaration.
13957         * tmm.el: Remove spurious * in docstrings.
13958         (tmm-prompt): Use with-current-buffer.
13960         * vcursor.el: Remove spurious * in docstrings.
13961         (vcursor-map): Initialize in the declaration.
13962         (vcursor-use-vcursor-map): Use define-minor-mode.
13963         (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
13965         * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
13966         Initialize in the declaration.
13967         (widget-minor-mode): Use define-minor-mode.
13969         * woman.el (woman-mode-map, woman-syntax-table):
13970         Initialize in the declaration.
13972 2007-09-09  Tassilo Horn  <tassilo@member.fsf.org>
13974         * doc-view.el: New file.
13976 2007-09-09  Juri Linkov  <juri@jurta.org>
13978         * Makefile.in (update-authors): Add etc/ to AUTHORS.
13980         * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
13982         * startup.el (initial-buffer-choice): Rename choice "Splash screen"
13983         to "Startup screen".  Fix docstring.
13984         (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
13985         (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
13986         (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
13987         (initial-scratch-message): Fix docstring.
13988         (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
13989         Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
13990         Add link to "Customize Startup" and set interval between links to
13991         5 spaces.
13992         (fancy-about-text): Add links "Authors" and "Contributing".
13993         (fancy-splash-head): Add text "Welcome to " on the startup screen,
13994         and "This is " on the about screen.  Add link to
13995         "http://www.gnu.org/software/emacs/" for "GNU Emacs".
13996         For the about screen move emacs version to the header from
13997         `fancy-splash-tail' (as it's done already for normal about screen).
13998         (fancy-splash-tail): Insert emacs version only for startup screen.
13999         (normal-splash-screen): Remove duplicate empty lines.
14000         (normal-about-screen): Add links "Authors" and "Contributing".
14002         * menu-bar.el (menu-bar-help-menu):
14003         Move "About Emacs" and "About GNU" to the end of the Help menu.
14004         Move "Emacs Psychotherapist" after "Send Bug Report...".
14005         Move "External Packages" after "Find Emacs Packages".
14007 2007-09-09  Michael Albinus  <michael.albinus@gmx.de>
14009         * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
14010         they are useless with the byte compiler.
14011         (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
14012         (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
14013         (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
14014         (tramp-file-name-real-host, tramp-file-name-port)
14015         (tramp-find-method, tramp-find-user, tramp-find-host): Make them
14016         defuns.
14018         * net/tramp-cache.el (top): Improve error message when
14019         `tramp-persistency-file-name' is corrupted.
14021 2007-09-09  Carsten Dominik  <dominik@science.uva.nl>
14023         * textmodes/org.el (org-re): Also replace the :alpha: class.
14024         (org-todo-tag-alist): Variable removed.
14025         (org-todo-key-alist, org-todo-key-trigger): New variables.
14026         (org-use-fast-todo-selection): New option.
14027         (org-log-done): Docstring fixed.
14028         (org-deadline-warning-days): New default value 14.
14029         (org-edit-timestamp-down-means-later): New option.
14030         (org-tag-alist): Docstring fixed.
14031         (org-fast-tag-selection-include-todo): New option.
14032         (org-export-language-setup): New languages added.
14033         (org-set-regexps-and-options): Compute the new variables.
14034         (org-paste-subtree): Cleaning up.
14035         (org-remember-apply-template): New escape %A.
14036         (org-todo): Call fast TODO selection.
14037         (org-fast-todo-selection): New function.
14038         (org-add-log-note): Allow prefix for abort exit.
14039         (org-at-property-p, org-entry-properties)
14040         (org-columns-get-autowidth-alist): Use :alpha: class.
14041         (org-get-wdays): New function.
14042         (org-agenda-remove-date): New variable.
14043         (org-agenda-get-deadlines): Use `org-get-wdays'.
14044         (org-agenda-get-deadlines): Reverse ee before returning.
14045         (org-format-agenda-item): New argument REMOVE-RE.
14046         (org-agenda-convert-date): Baha'i calendar added.
14047         (org-infile-export-plist): Also find DATE line.
14048         (org-get-min-level): New function.
14049         (org-export-as-html, org-export-as-ascii): Use the date format.
14050         (org-shiftup, org-shiftdown): Use.
14051         `org-edit-timestamp-down-means-later'.
14052         (org-assign-fast-keys): New function.
14054 2007-09-08  Fredrik Axelsson  <f.axelsson@gmail.com>
14056         * cus-start.el (all): Add prefer-window-split-horizontally from
14057         window.c.
14059 2007-09-08  Eli Zaretskii  <eliz@gnu.org>
14061         * net/browse-url.el (browse-url-galeon): Fix last change.
14062         (top-level): Require cl when compiling.
14064 2007-09-08  Carsten Dominik  <dominik@science.uva.nl>
14066         * textmodes/org-export-latex.el: arch-tag restored.
14068         * textmodes/org-publish.el: arch-tag restored.
14070 2007-09-08  Masatake YAMATO  <jet@gyve.org>
14072         * progmodes/which-func.el (which-func-modes): Add diff-mode.
14074         * progmodes/cc-langs.el: Support new keywords added to
14075         objective-c frontend of gcc.
14076         (c-simple-stmt-kwds): Add @throw.
14077         (c-block-stmt-2-kwds): Add @synchronized.
14078         (c-block-stmt-1-kwds): Add @finally and @try.
14080 2007-09-07  Carsten Dominik  <dominik@science.uva.nl>
14082         * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
14083         (org-agenda-after-show-hook): New variable.
14084         (org-columns-compile-format)
14085         (org-columns-get-autowidth-alist, org-buffer-property-keys)
14086         (org-entry-properties, org-at-property-p): Allow [:alnum:] in
14087         property names.
14088         (org-get-wdays): New function.
14090 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14092         * simple.el (normal-erase-is-backspace-setup-frame): Massage.
14094         * term/xterm.el (xterm-function-map): Initialize in the declaration.
14096         * vc-arch.el (vc-arch-checkin): Fix typo.
14098 2007-09-07  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
14100         * cus-face.el (custom-theme-set-faces): Set face attributes
14101         locally for each frame.
14103 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14105         * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
14106         via font-lock-defaults.
14108         * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
14109         derived-mode-p.
14111 2007-09-07  Thien-Thi Nguyen  <ttn@gnuvola.org>
14113         * progmodes/autoconf.el (autoconf-definition-regexp):
14114         Handle optional square brackets around definition name.
14116 2007-09-07  Johannes Weiner  <hannes@saeurebad.de>
14118         * net/browse-url.el (browse-url-browser-function): Add elinks.
14119         (browse-url-elinks-wrapper): New option.
14120         (browse-url-encode-url, browse-url-elinks)
14121         (browse-url-elinks-sentinel): New functions.
14122         (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
14123         (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
14124         Use new function browse-url-encode-url.
14126 2007-09-07  Glenn Morris  <rgm@gnu.org>
14128         * version.el (emacs-version): Revert 2007-08-29 change: no need to
14129         say if multi-tty is present.
14131 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14133         * cus-start.el (split-window-preferred-function): Add custom info.
14135         * calendar/holidays.el (holiday-list, calendar-check-holidays)
14136         (calendar-mark-holidays, calendar-list-holidays)
14137         (holiday-filter-visible-calendar): New names to clean up namespace.
14138         (filter-visible-calendar-holidays, list-calendar-holidays)
14139         (mark-calendar-holidays, check-calendar-holidays, list-holidays):
14140         Add compatibility aliases.
14141         (calendar-check-holidays, calendar-mark-holidays)
14142         (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
14143         (holiday-sexp): Replace append with list.
14144         (holiday-filter-visible-calendar): Replace append with push.
14146         * woman.el: Remove spurious * in docstrings.
14147         (woman-mini-help, woman-non-underline-faces, woman0-rename)
14148         (woman-topic-all-completions-merge, woman-file-name-all-completions)
14149         (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
14150         (woman-write-directory-cache, woman-display-extended-fonts)
14151         (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
14152         (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
14153         (woman-mode): Use inhibit-read-only.
14154         (woman-negative-vertical-space): Use dotimes.
14155         (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
14157 2007-09-06  Romain Francoise  <romain@orebokech.com>
14159         * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
14160         (vc-bzr-workfile-version): Use it.
14162 2007-09-06  Sean O'Rourke  <sorourke@cs.ucsd.edu>
14164         * complete.el (PC-do-completion): Don't try to treat
14165         empty string as an abbreviation.
14167 2007-09-06  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
14169         * help-fns.el (describe-variable): Keep doc's text properties.
14171 2007-09-06  Dan Nicolaescu  <dann@ics.uci.edu>
14173         * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
14174         instead of a file.
14176 2007-09-06  Glenn Morris  <rgm@gnu.org>
14178         * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
14179         (checkdoc-minor-mode): Allow user to specify lighter via
14180         checkdoc-minor-mode-string.
14182 2007-09-05  Richard Stallman  <rms@gnu.org>
14184         * startup.el (fancy-startup-text): Rename from fancy-splash-text.
14185         Several items removed, simplified, or put on one line.
14186         (fancy-about-text): Add substantial contents, part of startup text.
14187         (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
14188         (normal-splash-screen): Call normal-mouse-startup-screen,
14189         normal-no-mouse-startup-screen, or normal-about-screen.
14190         (normal-mouse-startup-screen): New fn, broken out, shortened.
14191         (normal-no-mouse-startup-screen): New fn, broken out.
14192         (normal-about-screen): New function, contents all new.
14194 2007-09-05  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
14196         * emacs-lisp/rx.el (rx): Fix typo in docstring.
14198 2007-09-05  Glenn Morris  <rgm@gnu.org>
14200         * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
14201         is bound.
14203 2007-09-05  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
14205         * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
14206         in doc string.
14208 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
14210         * server.el (server-start, server-unload-hook): Undo previous change.
14212         * xt-mouse.el: Undo previous change.
14214 2007-09-04  Juri Linkov  <juri@jurta.org>
14216         * startup.el (fancy-about-text): New variable.
14217         (fancy-splash-delay, fancy-splash-max-time): Remove user options.
14218         (fancy-current-text, fancy-splash-stop-time)
14219         (fancy-splash-outer-buffer): Remove variables.
14220         (fancy-splash-head, fancy-splash-tail): Add new optional argument
14221         `startup' and use it to conditionally display different texts for
14222         Startup and About screens.  Don't display Help commands on the About
14223         screen.
14224         (fancy-splash-screens-1): Remove function and move its content to
14225         `fancy-splash-screens' to the part that dislpays the About screen.
14226         (exit-splash-screen): Don't treat specially exiting from
14227         alternating screens.
14228         (fancy-splash-screens): Rename argument `static' to `startup'.
14229         Fix docstring.  Remove code for displaying alternating screens.
14230         Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
14231         Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
14232         for `inhibit-read-only'.
14233         (normal-splash-screen): Rename argument `static' to `startup'.
14234         Fix docstring.  Use argument `startup' to conditionally display
14235         different texts for Startup and About screens.  Don't display Help
14236         commands on the About screen.  Remove `unwind-protect' `sit-for'
14237         delay and `kill-buffer' after it.
14238         (display-startup-echo-area-message): Remove call to
14239         `use-fancy-splash-screens-p' because image.el is preloaded and
14240         doesn't display "Loading image... done".
14241         (display-splash-screen): Rename argument `static' to `startup'.
14242         Fix docstring.
14244 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
14246         * server.el (server-start, server-unload-hook):
14247         suspend-tty-functions has been renamed to suspend-tty-hook.
14249         * xt-mouse.el: Likewise.  resume-tty-functions has been renamed to
14250         resume-tty-hook.
14252 2007-09-03  Emanuele Giaquinta  <e.giaquinta@glauco.it>  (tiny change)
14254         * loadup.el: Fix merge problem, only load "button" once.
14256 2007-09-03  Glenn Morris  <rgm@gnu.org>
14258         * vc-svn.el (vc-svn-print-log): If there is only one file, use
14259         "Working file:" as the prefix, for the sake of
14260         log-view-current-file.
14262 2007-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
14264         * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
14265         (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
14266         if the selected frames is in
14267         xterm-modify-other-keys-terminal-list.
14268         (xterm-turn-off-modify-other-keys): Add an optional frame
14269         parameter.  Only turn off modify-other-keys if FRAME is in
14270         xterm-modify-other-keys-terminal-list.
14271         (xterm-remove-modify-other-keys): New function.
14272         (terminal-init-xterm): Use it.  Deal with delete-frame hook.
14273         Add the selected frame to xterm-modify-other-keys-terminal-list.
14275 2007-09-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14277         * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
14278         (icon-map-list): New variable.
14279         (x-gtk-map-stock): Use icon-map-list.
14281 2007-09-02  Romain Francoise  <romain@orebokech.com>
14283         * log-view.el (log-view-current-file): Balance parens.
14285 2007-09-02  Glenn Morris  <rgm@gnu.org>
14287         * comint.el (comint-mode): Don't set scroll-conservatively.
14289         * eshell/em-unix.el (eshell/time): Stringify and flatten the
14290         non-command arguments.
14292         * log-view.el (log-view-current-file): Give a more explicit error
14293         if log-view-file-re fails to find a match.
14295 2007-09-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
14297         * emacs-lisp/bytecomp.el (byte-recompile-directory):
14298         Fix bug: Don't expand top-level file name more than once.
14299         Reported by Dmitry Antipov <dmantipov@yandex.ru>.
14301 2007-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14303         * server.el (server-process-filter): Don't display the splash screen.
14304         It's annoying enough on the initial screen and becomes positively
14305         obnoxious here.
14307 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
14309         * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
14310         Change naming to use "avl-tree--" for internal functions.
14312 2007-08-31  Dan Nicolaescu  <dann@ics.uci.edu>
14314         * term/x-win.el (x-menu-bar-open): Delete duplicated function from
14315         the merge.
14316         (global-set-key): Delete f10 mapping, now done in menu-bar.el.
14317         (provide): Move to the end of file.
14319         * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
14321 2007-08-31  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
14323         * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
14324         New variable.  List of exceptions for the duplicated word rule.
14325         (flyspell-mark-duplications-flag): Mention it.
14326         (flyspell-word): Treat it.
14328         * files.el (create-file-buffer): If the filename sans directory starts
14329         with spaces, remove them.
14331 2007-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14333         * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
14334         (x-gtk-map-stock): Use two directory elements when matching
14335         file name.
14337 2007-08-31  James Wright  <james@chumsley.org>
14339         * eshell/em-unix.el (eshell/info): New function.
14341 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
14343         * frame.el (frame-initialize, make-frame):
14344         * server.el (server-process-filter):
14345         * faces.el (tty-set-up-initial-frame-faces): Don't set
14346         term-environment-variable since it's not used any more.
14348         * env.el (setenv): Don't treat $TERM specially.
14350         * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
14351         stated otherwise, subprocesses do not send back escape sequences
14352         corresponding to the terminal from which Emacs was started.
14354 2007-08-31  Thien-Thi Nguyen  <ttn@gnuvola.org>
14356         * calculator.el: Require cl for compilation.
14358 2007-08-30  Daniel Pfeiffer  <occitan@esperanto.org>
14360         * outline.el (outline-font-lock-levels): Comment out unused var.
14361         (outline-font-lock-face): Wrap around face list to handle any
14362         nesting depth gracefully.
14364 2007-08-30  Michael Albinus  <michael.albinus@gmx.de>
14366         * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
14367         `set-file-times'.
14369 2007-08-30  Carsten Dominik  <dominik@science.uva.nl>
14371         * textmodes/org.el (org-export-visible): Fix drawers before export.
14372         (org-do-sort): Allow sorting by priority.
14373         (org-agenda-files): Ignore non-existing files.
14374         (org-agenda-skip-unavailable-files): New variable.
14375         (org-ellipsis): All a face as value.
14376         (org-mode): Interprete the face value of `org-ellipsis'.
14377         (org-archive-save-context-info): New option.
14378         (org-archive-subtree): Store context info in archived entry.
14379         (org-fast-tag-selection-can-set-todo-state): New variable.
14380         (org-fast-tag-selection): Allow setting TODO states through this
14381         interface.
14382         (org-cycle): Docstring updated.
14383         (org-todo-keyword-faces): New option.
14384         (org-get-todo-face): New function.
14385         (org-set-font-lock-defaults, org-agenda-highlight-todo):
14386         Use `org-get-todo-face'.
14387         (org-switch-to-buffer-other-window): New function.
14388         (org-table-edit-field, org-table-show-reference)
14389         (org-table-edit-formulas, org-add-log-note)
14390         (org-fast-tag-selection, org-agenda, org-prepare-agenda)
14391         (org-timeline): Use `org-switch-to-buffer-other-window' instead of
14392         `switch-to-buffer-other-window' to make sure that the temporary
14393         windows show up on the current frame.
14394         (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
14395         (org-get-entries-from-diary, org-replace-region-by-html):
14396         Don't allow pop-up frames.
14397         (org-agenda-get-deadlines, org-agenda-get-scheduled):
14398         Fix problems with time-of-day.
14399         (org-export-get-title-from-subtree): New function.
14400         (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
14401         with listing items that are DONE.
14402         (org-change-tag-in-region): New command.
14403         (org-agenda-skip-scheduled-if-done)
14404         (org-agenda-skip-deadline-if-done): Docstring clarified.
14405         (org-mode): Hide drawers on startup.
14406         (org-get-todo-face): New function.
14407         (org-todo-keyword-faces): New option.
14408         (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
14409         (org-remove-keyword-keys): New function.
14411 2007-08-30  Jari Aalto  <jari.aalto@cante.net>  (tiny change)
14413         * progmodes/grep.el (grep-find-ignored-directories):
14414         Add monotone _MTN bookkeeping directory in workspaces.
14415         Add RCS control directory.  List items in alphabetical order.
14417         * progmodes/grep.el (grep-files-aliases): Add cc alias.
14418         Sort items in alphabetical order.  Fix parens.
14420 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
14422         * vc-hg.el (vc-hg-extra-menu-map): New variable.
14423         (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
14424         (vc-hg-pull): New functions.
14425         (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
14427         * term/mac-win.el: Don't require url, only autoloaded url
14428         functions are used in this file.
14430 2007-08-29  Andreas Schwab  <schwab@suse.de>
14432         * shell.el (shell): Return correct value from interactive spec.
14434 2007-08-29  Glenn Morris  <rgm@gnu.org>
14436         * version.el (emacs-version): Increase to 23.0.50.
14438 2007-08-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14440         * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
14442 2007-08-29  Juri Linkov  <juri@jurta.org>
14444         * loadup.el: Add "button" loading after "faces" and move "startup"
14445         to load after "button".
14447 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
14449         * loadup.el: Load term/mac-win on a Mac using Carbon.
14451         * term/mac-win.el: Provide mac-win.
14452         (mac-initialized): New variable.
14453         (mac-initialize-window-system): New function.  Move global setup here.
14454         (handle-args-function-alist, frame-creation-function-alist):
14455         (window-system-initialization-alist): Add mac entries.
14456         (x-setup-function-keys): New function containing all the
14457         top level function key definitions.
14459         * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
14461         * env.el (read-envvar-name): Don't consider the environment frame param.
14463         * env.el (setenv):
14464         * frame.el (frame-initialize, make-frame):
14465         * faces.el (tty-set-up-initial-frame-faces):
14466         * server.el (server-process-filter): Set
14467         display-environment-variable and term-environment-variable.
14469         * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
14471 2007-08-29  Jason Rumney  <jasonr@gnu.org>
14473         * loadup.el: Only load term/x-win when X is compiled in.
14474         Load term/w32-win and dependencies on windows-nt.
14476         * term/w32-win.el: Reorder to match x-win.el more closely.
14477         Provide w32-win.  Don't throw error when global window-system not w32.
14478         (internal-face-interactive): Remove obsolete function.
14479         (x-setup-function-keys): Use local-function-key-map.
14480         (w32-initialized): New variable.
14481         (w32-initialize-window-system): Set it.
14482         Move more global setup here.
14483         (x-setup-function-keys): New function.
14484         (w32-initialize-window-system): Move non function key global setup here.
14485         (x-cut-buffer-max): Remove.
14486         (w32-initialize-window-system): New function.
14487         (handle-args-function-alist, frame-creation-function-alist):
14488         (window-system-initialization-alist): Add w32 entries.
14490 2007-08-29  David Kastrup  <dak@gnu.org>
14492         * env.el (getenv): Pass frame to getenv-internal.
14494 2007-08-29  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
14496         * version.el (emacs-version): Show if multi-tty is present.
14498         * loadup.el: Delay loading env; mule-conf gets confused by cl
14499         during bootstrap.  Also load termdev and term/x-win.
14501         * bindings.el (mode-line-client): New variable.
14502         (help-echo): Add it to the default mode-line format.
14504         * cus-start.el: Remove bogus window-system reference from GTK test.
14506         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
14507         (ebrowse-electric-position-mode-map):
14508         * ebuff-menu.el (electric-buffer-menu-mode-map):
14509         * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
14510         not `suspend-emacs'.
14512         * ediff-wind.el (ediff-setup-windows-automatic): New function.
14513         (ediff-window-setup-function): Use it as default.
14515         * files.el (save-buffers-kill-terminal): New function.
14516         (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
14518         * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
14519         and `with-selected-frame'.
14521         * help-fns.el (describe-variable): Describe frame-local variables
14522         correctly.
14524         * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
14525         display support.
14526         (normal-erase-is-backspace-setup-frame): New function.
14528         * subr.el (with-selected-frame): New function.
14529         (read-quoted-char): Use terminal-local binding of
14530         local-function-key-map instead of function-key-map.
14532         * talk.el (talk): New function.
14533         (talk-handle-delete-frame): New function.
14534         (talk-add-display): Open a new frame only if FRAME was not a frame.
14536         * termdev.el: New file.
14538         * menu-bar.el (menu-bar-open): New function.  Bind it to f10.
14539         * term/x-win.el: Don't bind f10.
14540         * tmm.el: Remove autoload binding for f10.
14542         * international/encoded-kb.el (encoded-kbd-setup-display): Use
14543         `set-input-meta-mode'.  Fix broken condition before set-input-mode.
14544         Store the saved input method as a terminal parameter.  Add keymap
14545         parameter.  Use it instead of changing key-translation-map directly.
14546         (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
14547         Remove.
14548         (encoded-kbd-setup-display): New function.
14550         * international/mule-cmds.el (set-locale-environment): Fix getenv
14551         call.  Use save-buffers-kill-terminal.  Ignore window-system; always
14552         set the keyboard coding system.  Add DISPLAY parameter.
14553         (set-display-table-and-terminal-coding-system): Add DISPLAY
14554         parameter.  Pass it to set-terminal-coding-system.
14556         * international/mule.el (keyboard-coding-system): Test for
14557         encoded-kbd-setup-display, not encoded-kbd-mode.
14558         (set-terminal-coding-system, set-keyboard-coding-system): Add
14559         DISPLAY parameter.
14560         (set-keyboard-coding-system): Use encoded-kbd-setup-display.
14562         * term/README: Update.
14564         * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
14566         * term/x-win.el (x-setup-function-keys): New function.  Move
14567         function-key-map tweaks here.  Protect against multiple calls on
14568         the same terminal.  Use terminal-local binding of
14569         local-function-key-map instead of function-key-map.
14570         (x-initialize-window-system): Make a copy of pure list.  Pass a
14571         frame getenv.
14573         * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
14574         * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
14575         * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
14576         * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
14577         * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
14578         local-function-key-map instead of function-key-map.
14580         * term/rxvt.el, term/xterm.el: Speed up load time by protecting
14581         `substitute-key-definition' and `define-key' calls against
14582         multiple execution.  Use terminal-local binding of
14583         local-function-key-map instead of function-key-map.  Pass a frame
14584         to getenv.
14586         * edmacro.el (edmacro-format-keys):
14587         * emulation/cua-base.el (cua--pre-command-handler):
14588         * isearch.el (isearch-other-meta-char):
14589         * xt-mouse.el: Use terminal-local binding of
14590         local-function-key-map instead of function-key-map.
14592         * fringe.el (set-fringe-mode): Simplify and fix using
14593         `modify-all-frames-parameters'.
14594         * scroll-bar.el (set-scroll-bar-mode): Ditto.
14595         * tool-bar.el (tool-bar-mode): Ditto.  Remove 'tool-bar-map length
14596         check before calling `tool-bar-setup'.
14597         (tool-bar-setup): New variable.
14598         (tool-bar-setup): Use it to guard against multiple calls.  Add
14599         optional frame parameter, and select that frame before adding items.
14600         (toggle-tool-bar-mode-from-frame): New function.
14602         * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
14603         (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
14604         toggle-tool-bar-mode-from-frame to change "Menu-bar" and
14605         "Tool-bar" toggles to reflect the state of the current frame.
14606         (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
14608         * env.el: Require cl for byte compilation (for `block' and `return').
14609         (environment, setenv-internal): New functions.
14610         (let-environment): New macro.
14611         (setenv, getenv): Add optional terminal parameter.  Update docs.
14612         (setenv): Use setenv-internal.  Always set process-environment.
14613         Handle `local-environment-variables'.
14614         (read-envvar-name, setenv, getenv): Use frame parameters
14615         to store the local environment, not terminal parameters.  Include
14616         `process-environment' as well.
14618         * faces.el (tty-run-terminal-initialization): New function.
14619         (tty-create-frame-with-faces): Use it.  Set up faces and
14620         background mode only after the terminal has been initialized.
14621         Call terminal-init-*.  Don't load the initialization file more
14622         than once.  Call set-locale-environment.
14623         (frame-set-background-mode): Handle the 'background-mode terminal
14624         parameter.
14625         (tty-find-type): New function.
14626         (x-create-frame-with-faces): Remove bogus check for
14627         first frame.  Call `tool-bar-setup'.  Don't make frame visible
14628         until we are done setting up all its parameters.  Call
14629         x-setup-function-keys.
14631         * frame.el (make-frame): Always inherit 'environment and 'client
14632         parameters.  Set up the 'environment frame parameter, when needed.
14633         Also inherit 'client parameter.  Don't override explicitly
14634         specified values with inherited ones.  Add 'terminal frame
14635         parameter.  Append window-system-default-frame-alist to parameters
14636         before calling frame-creation-function.
14637         (frame-initialize): Copy the environment from the initial frame.
14638         (window-system-default-frame-alist): Enhance doc string.
14639         (frame-notice-user-settings): Don't put 'tool-bar-lines in
14640         `default-frame-alist' when initial frame is on a tty.
14641         (modify-all-frames-parameters): Simplify using `assq-delete-all'.
14642         Remove specified parameters from `window-system-default-frame-alist'.
14643         (make-frame-on-tty, framep-on-display, suspend-frame):
14644         Extend doc string, update parameter names.
14645         (frames-on-display-list): Use terminal-id to get the display id.
14646         (frame-notice-user-settings): Extend to apply
14647         settings in `window-system-default-frame-alist' as well.
14648         (terminal-id, terminal-parameters, terminal-parameter)
14649         (set-terminal-parameter, terminal-handle-delete-frame): New functions.
14650         (delete-frame-functions): Add to `delete-frame-functions' hook.
14651         (blink-cursor-mode): Adapt blink-cursor-mode default
14652         value from startup.el.
14653         (make-frame-on-display): Protect condition on x-initialized when
14654         x-win.el is not loaded.  Update doc.
14655         (suspend-frame): Use display-controlling-tty-p to decide between
14656         suspend-emacs and suspend-tty.
14657         (frames-on-display-list): Update for display ids.
14658         (framep-on-display): Ditto.
14659         (suspend-frame): Use display-name, not frame-tty-name.
14660         (selected-terminal): New function.
14662         * server.el: Use `device' instead of `display' or `display-id' in
14663         variable and client parameter names.
14664         (server-select-display): Remove (unused).
14665         (server-tty-live-p, server-handle-delete-tty): Remove.
14666         (server-unquote-arg, server-quote-arg, server-buffer-clients):
14667         Update docs.
14668         (server-getenv-from, server-with-environment, server-send-string)
14669         (server-save-buffers-kill-terminal): New functions.
14670         (server-delete-client): Handle quits in kill-buffer.  Don't kill
14671         modified buffers.  Add extra logging.  Delete frames after
14672         deleting the tty.  Clear 'client parameter before deleting a frame.
14673         Use delete-display, not delete-tty.
14674         (server-visit-files): Don't set `server-existing-buffer' if the
14675         buffer already has other clients.  Return list of buffers
14676         created.  Update doc.  Don't set client-record when nowait.
14677         (server-handle-delete-frame): Delete the client if this was its
14678         last frame.  Check that the frame is alive.  Remove bogus comment.
14679         Add note on possible race condition.  Delete tty clients, if needed.
14680         (server-handle-suspend-tty): Use server-send-string.  Kill the
14681         client in case of errors from process-send-string.  Use the display
14682         parameter.
14683         (server-unload-hook): Remove obsolete delete-tty hook.
14684         (server-start): Ask before restarting if the old server still has
14685         clients.  Add feedback messages.  Remove obsolete delete-tty hook.
14686         (server-process-filter): Use server-send-string.  Accept `-dir'
14687         command.  Switch to *scratch* immediately after creating the frame,
14688         before evaluating any -evals.  Protect `display-splash-screen'
14689         call in a condition-case.  Explain why.  Call
14690         `display-startup-echo-area-message' before
14691         `display-splash-screen'.  Don't display the splash screen when no
14692         frame was created.  Show the Emacs splash screen and startup echo
14693         area message.  Display the *scratch* buffer by default.  Store the
14694         local environment in a frame (not terminal) parameter.  Do not try
14695         to decode environment strings.  Fix reference to the 'display
14696         frame parameter.  Change syntax of environment variables.  Put
14697         environment into terminal parameters, not client parameters.  Use
14698         a dummy client with --no-wait's X frames.  In `-position LINE'
14699         handler, don't ruin the request string until the line number is
14700         extracted.  Log opened files.  Handle -current-frame command.
14701         Don't create frames when it is given.  Don't bind X frames to the
14702         client when we are in -no-wait mode.  Set locale environment
14703         variables from client while creating tty frames.  Disable call to
14704         configure-display-for-locale.  When processing -position command,
14705         don't change the request string until the parameters are
14706         extracted.  Don't try to create an X frame when Emacs does not
14707         support it.  Improve logging.  Temporarily set ncurses-related
14708         environment variables to those of the client while creating a new
14709         tty frame.  Select buffers opened by nowait clients, don't leave
14710         them buried under others.  Set the display parameter, and use it
14711         when appropriate.
14713         * startup.el (display-startup-echo-area-message): Handle
14714         `inhibit-startup-echo-area-message' here.
14715         (command-line-1): Moved from here.
14716         (fancy-splash-screens): Use `overriding-local-map' instead of
14717         `overriding-terminal-local-map' for now; the latter doesn't work
14718         right, it looses keypresses to another terminal.  Use
14719         `overriding-terminal-local-map' to set up keymap.  Install a
14720         `delete-frame-functions' hook to catch `delete-frame' events.
14721         Ignore `select-window' events to cope better with
14722         `focus-follows-mouse'.  Don't switch back to the original buffer
14723         if the splash frame has been killed.  Restore previous buffer, even
14724         if it's *scratch*.
14725         (normal-splash-screen): Don't let-bind `mode-line-format'; it
14726         changes the global binding - setq it instead.  Use
14727         `save-buffers-kill-terminal'.
14728         (display-splash-screen): Don't do anything if the splash screen is
14729         already displayed elsewhere.
14730         (fancy-splash-exit, fancy-splash-delete-frame): New functions.
14731         (command-line): Replace duplicated code with a call to
14732         tty-run-terminal-initialization.  Don't load the terminal
14733         initialization file more than once.  Remove call to nonexistent
14734         function `set-locale-translation-file-name'.
14736         * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
14737         parameters.
14738         (xterm-mouse-position-function, xterm-mouse-event): Update.
14739         (xterm-mouse-mode): Don't depend on current value of window-system.
14740         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
14741         Update for multi-tty.
14742         (turn-on-xterm-mouse-tracking-on-terminal)
14743         (turn-off-xterm-mouse-tracking-on-terminal)
14744         (xterm-mouse-handle-delete-frame): New functions.
14745         (delete-frame-functions, after-make-frame-functions)
14746         (suspend-tty-functions, resume-tty-functions): Install extra hooks
14747         for multi-tty.
14749 2007-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14751         * simple.el (invisible-p): Remove: implemented in C now.
14752         (line-move-invisible-p): Remove obsolete alias.
14754 2007-08-28  Juri Linkov  <juri@jurta.org>
14756         * image-mode.el (image-type): New variable.
14757         (image-mode): Set default major mode name to "Image[text]".
14758         (image-minor-mode): Change LIGHTER to display image-type in the
14759         mode line.
14760         (image-minor-mode): Set default image-type to "text".
14761         (image-toggle-display): After switching to text mode, set
14762         image-type to "text" and major mode name to "Image[text]".
14763         After switching to image mode, set image-type to actual image
14764         type, and add image type to major mode name.  Let-bind the same
14765         variable names as arguments of `image-type' and `create-image'.
14766         Bind `type' to the result of `image-type' and use it as arg
14767         of `create-image' to not determine the image type twice.
14769 2007-08-28  Michael Albinus  <michael.albinus@gmx.de>
14771         * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
14772         (tramp-set-file-uid-gid, tramp-get-local-uid)
14773         (tramp-get-local-gid): New defuns.
14774         (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
14775         (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
14776         Improve fast track.
14777         (tramp-do-copy-or-rename-file-directly): Sync parameter list with
14778         the other tramp-do-copy-or-rename-file-* functions.  Major rewrite.
14779         (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
14780         (tramp-handle-write-region): Improve fast track.
14781         (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
14782         (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
14783         be nil.
14785 2007-08-28  Ivan Kanis  <apple@kanis.eu>
14787         * time.el: New feature to display several time zones in a buffer.
14788         (display-time-world-mode, display-time-world-display)
14789         (display-time-world, display-time-world-timer): New functions.
14790         (display-time-world-list, display-time-world-time-format)
14791         (display-time-world-buffer-name, display-time-world-timer-enable)
14792         (display-time-world-timer-second, display-time-world-mode-map):
14793         New variables.
14795 2007-08-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14797         * term/x-win.el (x-gtk-stock-map): New variable.
14798         (x-gtk-map-stock): New function.
14800         * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
14801         prev/next-node.
14803 2007-08-28  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
14805         * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
14807 2007-08-28  Glenn Morris  <rgm@gnu.org>
14809         * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
14811 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
14813         * progmodes/modula2.el (m2-definition, m2-module):
14814         Don't use previous-line.  Reported by T. V. Raman.
14816 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14818         * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
14819         argument to tool-bar-mode call.
14821 2007-08-27  Glenn Morris  <rgm@gnu.org>
14823         * diff-mode.el (diff-find-file-name): Only accept regular files,
14824         to rule out /dev/null, directories, etc.
14826         * vc-svn.el (vc-svn-diff): If the repository version of all the
14827         files is the same as the specified OLDVERS, do a local diff.
14829 2007-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14831         * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
14832         of buffers in uniquify-managed.
14834         * simple.el (invisible-p): Rename from text-invisible-p.
14835         Update callers.
14837         * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
14838         (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
14839         (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
14840         (cperl-etags-goto-tag-location): Use new style backquotes.
14842         * net/browse-url.el: Remove spurious * in custom docstrings.
14843         (browse-url-filename-alist): Use new-style backquote.
14845         * emacs-lisp/backquote.el (backquote-unquote-symbol)
14846         (backquote-splice-symbol): Clarify they're not new-style unquotes.
14848         * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
14849         (\,@): Backslash the , and ,@ which are not new-style unquotes.
14851         * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
14853         * net/socks.el (socks-username/password-auth-filter):
14854         Remove unused vars `state' and `desired-len'.
14855         (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
14856         (socks-wait-for-state-change): Use new-style backquotes.
14858         * pcvs.el (cvs-mode-status): Fix long-standing typo.
14860         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
14861         backquotes after each `read' rather than once per buffer.
14863         * dframe.el: Remove spurious * in custom docstrings.
14864         (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
14865         (dframe-xemacs20p): Remove, inline at the sole use point.
14866         (defface): Don't defvar the face, don't use old-style backquote.
14867         (defcustom): Don't use old-style backquote.
14868         (dframe-frame-parameter, dframe-mouse-event-p):
14869         Make it obvious that it's always defined.
14870         (dframe-popup-kludge): New function to replace
14871         dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
14872         (dframe-frame-mode, dframe-set-timer-internal)
14873         (dframe-mouse-set-point): Remove use of with-no-warnings from
14874         XEmacs-specific code.
14875         (dframe-set-timer-internal): Fix very old bug with
14876         post-command-idle-hook.
14878         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
14880         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
14881         warning if the file uses old style backquotes.
14883         * emacs-lisp/bytecomp.el (byte-compile-log-file)
14884         (byte-recompile-directory, byte-compile-file)
14885         (byte-compile-from-buffer): Use with-current-buffer.
14887         * simple.el (text-invisible-p): Rename from line-move-invisible-p.
14888         (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
14889         (line-move-1, line-move-finish, line-move-to-column)
14890         (move-end-of-line, move-beginning-of-line): Use new name.
14892         * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
14894         * progmodes/ada-mode.el: Fix up comment style in header.
14895         (ada-check-emacs-version): Remove.
14896         (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
14897         (ada-region-selected): Use (featurep 'xemacs) rather than contortions
14898         to try and quieten the byte-compiler.
14899         (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
14901         * vc.el (vc-annotate-warp-version): Don't use previous-line.
14903 2007-08-27  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
14905         * net/browse-url.el (browse-url-emacs): New function.
14907 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
14909         * emacs-lisp/avl-tree.el: New file.
14911 2007-08-26  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
14913         * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
14914         was used.
14916 2007-08-26  Sean O'Rourke  <seano@cs.ucsd.edu>
14918         * complete.el (PC-do-completion): Make RET accept a non-unique but
14919         complete expansion again.
14921 2007-08-26  Thien-Thi Nguyen  <ttn@gnuvola.org>
14923         * eshell/esh-opt.el (eshell-eval-using-options):
14924         Add debug declaration.
14926 2007-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
14928         * log-view.el (log-view-toggle-mark-entry): Add docstring.
14929         (log-view-get-marked): Likewise.
14931         * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
14932         (vc-delete-automatic-version-backups): Likewise.
14934         * vc.el (vc-dired-buffers-for-dir): Likewise.
14936 2007-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
14938         * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
14939         safe-local-variable setting.
14940         * progmodes/perl-mode.el (perl-indent-level): Likewise.
14942         * log-view.el (log-view-marked-list): Delete variable.
14943         (log-view-mode): Don't use it.
14944         (log-view-toggle-mark-entry): Likewise, simplify.
14945         (log-view-current-tag): Don't return properties.
14946         (log-view-get-marked): New function.
14948 2007-08-25  Alexandre Julliard  <julliard@winehq.org>
14950         * vc-git.el (vc-git-mode-line-string): New function.
14952 2007-08-25  Alan Mackenzie  <acm@muc.de>
14954         * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
14955         new language variable.
14957         * progmodes/cc-engine.el (c-brace-anchor-point): new function.
14958         (c-add-stmt-syntax): Give accurate anchor points for "namespace",
14959         "extern" etc., rather than BOI.  Fix addition of spurious
14960         syntactic-symbol 'defun-block-intro, replacing it with
14961         'innamespace, etc.
14963 2007-08-25  Juri Linkov  <juri@jurta.org>
14965         * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
14967         * image-mode.el: Add autoloads to put associations in auto-mode-alist:
14968         associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
14969         "\\.svgz?\\'" with xml-mode and image-mode-maybe.
14971         * image.el (image-type-header-regexps): Use more complex regexp for svg.
14972         (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
14973         (image-type-auto-detectable): Add (svg . maybe).
14975         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
14976         to treat it like .tgz.
14978         * calendar/cal-bahai.el: Add file coding cookie.
14980 2007-08-25  Reiner Steib  <Reiner.Steib@gmx.de>
14982         * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
14983         Don't behave differently when executed via M-x.  Add doc string.
14985         * sort.el (sort-fold-case, sort-numeric-base): Mark as
14986         safe-local-variable.
14988 2007-08-25  Jay Belanger  <jay.p.belanger@gmail.com>
14990         * calc/calc-forms.el (var-TimeZone): Make nil explicitly
14991         the default value.
14992         (math-calendar-tzinfo): New variable.
14993         (math-get-calendar-tzinfo): New function.
14994         (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
14995         to get information when zone is nil.
14997 2007-08-24  Dan Nicolaescu  <dann@ics.uci.edu>
14999         * log-view.el (log-view-toggle-mark-entry): New function.
15000         (log-view-mode-map): Bind it.
15001         (log-view-marked-list): New variable.
15002         (log-view-mode): Make it local.
15004 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
15006         * play/zone.el (zone-pgm-rat-race): New func.
15007         (zone-programs): Add `zone-pgm-rat-race'.
15009 2007-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15011         * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
15012         a list.
15014 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
15016         * progmodes/hideshow.el (hs-match-data): Delete alias.
15017         (hs-hide-block-at-point, hs-find-block-beginning)
15018         (hs-show-block): Use `match-data' directly.
15020 2007-08-24  Martin Rudalics  <rudalics@gmx.at>
15022         * format.el (format-alist): Fix typo in doc-string.
15024 2007-08-24  Michael Albinus  <michael.albinus@gmx.de>
15026         * net/tramp.el (tramp-local-host-p): New defun.
15027         (tramp-handle-file-local-copy, tramp-handle-write-region):
15028         Implement fast track when being on the local host.
15029         (tramp-file-name-handler): Don't set "started" property.  It shall
15030         be reserved for the "ftp" method.
15031         (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
15033         * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
15034         (tramp-ftp-file-name-handler): Set "started" property.
15036 2007-08-24  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
15038         * files.el (backup-buffer-copy): Don't wrap delete in
15039         condition-case, only try to delete if file exists.
15041 2007-08-24  Glenn Morris  <rgm@gnu.org>
15043         * files.el (backup-buffer-copy): Revert 2007-08-22 change.
15045         * startup.el (tutorial-directory): Set with eval-at-startup so it
15046         gets the right value in an installed Emacs.
15048 2007-08-24  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
15050         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
15051         (eldoc-highlight-function-argument): Use it.
15053 2007-08-23  Masatake YAMATO  <jet@gyve.org>
15055         * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
15056         name of parameters in document body.
15058 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15060         * emacs-lisp/bytecomp.el (byte-compile-output-docform)
15061         (byte-compile-output-as-comment): Use with-current-buffer rather than
15062         a weird set-buffer&prog1 combination.
15064         * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
15065         test so as to optimise cases where the `progn's result is constant.
15067 2007-08-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
15069         * locate.el (locate-get-file-positions):
15070         Use line-beginning-position and line-end-position.
15072 2007-08-23  John Wiegley  <johnw@newartisans.com>
15074         * calendar/cal-bahai.el: Added in the diacriticals that were
15075         missing for many of the month names.
15077 2007-08-22  Jason Rumney  <jasonr@gnu.org>
15079         * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
15081 2007-08-22  Chong Yidong  <cyd@stupidchicken.com>
15083         * image-mode.el (image-minor-mode): Use image-mode-text-map.
15085 2007-08-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
15087         * dabbrev.el (dabbrev--progress-reporter): New variable.
15088         (dabbrev--scanning-message): Delete func.
15089         (dabbrev--find-expansion): Use a progress reporter
15090         instead of dabbrev--scanning-message.
15092 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
15094         * comint.el (comint-exec-1): Raise an error if
15095         `start-file-process' does not return a process object.
15097         * shell.el (shell): Prompt for `default-directory' if it is a
15098         remote file name, and if called with a prefix arg.
15100 2007-08-22  Sam Steingold  <sds@gnu.org>
15102         * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
15104 2007-08-22  Carsten Dominik  <dominik@science.uva.nl>
15106         * textmodes/org-export-latex.el: New file.
15108         * textmodes/org-publish.el (org-publish-org-to-latex): New function.
15110         * textmodes/org.el (org-agenda-skip): Allow a form for
15111         `org-agenda-skip-function'.
15112         (org-agenda-redo): Re-use local settings.
15113         (org-agenda): Store local settings.
15114         (org-agenda-deadline-faces): New option.
15115         (org-agenda-deadline-face): New function.
15116         (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
15117         entries on their due date.
15118         (org-agenda-get-timestamps): No longer handle the due dates of
15119         schedules and deadline items.
15120         (org-insert-link-global, org-open-at-point-global): New commands.
15121         (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
15122         :for-ascii parameter.
15123         (org-skip-comments): Function removed.
15124         (org-cleaned-string-for-export): Handle special table lines.
15125         (org-global-properties): New option.
15126         (org-entry-get-with-inheritance): Check global properties.
15127         (org-local-properties): New variable.
15128         (org-set-regexps-and-options): Find the #+PROPERTY line.
15129         (org-link-types): Change type into variable (was constant).
15130         (org-make-link-regexps): New function.
15131         (org-link-re-with-space, org-link-re-with-space2)
15132         (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
15133         (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
15134         these regular expressions happens now in the function
15135         `org-make-link-regexps'.
15136         (org-store-link): Call the functions in
15137         `org-store-link-functions'.
15138         (org-add-link-type): New function.
15139         (org-store-link-functions): New variable.
15140         (org-activate-tags): Force matches to be in headlines.
15141         (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
15142         (org-columns-display-here): Make sure this works in a narrowed
15143         buffer by checking for point-min.
15144         (org-columns-display-here): Make the rest of the line intangible,
15145         so that point never can be there.
15146         (org-cleaned-string-for-export): Use `with-current-buffer'.
15147         (org-replace-region-by-html): Use `with-current-buffer'.
15148         (org-unfontify-region, org-do-occur, org-columns-display-here)
15149         (org-columns-remove-overlays, org-columns-quit)
15150         (org-columns-edit-value, org-columns-next-allowed-value)
15151         (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
15152         (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
15153         (org-agenda-todo, org-agenda-change-all-lines)
15154         (org-agenda-align-tags, org-agenda-priority)
15155         (org-agenda-set-tags, org-agenda-toggle-archive-tag)
15156         (org-agenda-show-new-time, org-cleaned-string-for-export)
15157         (org-export-grab-title-from-buffer)
15158         (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
15159         instead of `buffer-read-only'.
15160         (org-export-as-html): Set `coding-system-for-write'.
15161         (org-remember-store-without-prompt): New option.
15162         (org-archive-subtree): Fixed bug with modifying TODO keyword.
15163         (org-beginning-of-line): Also treat C-a special in items.
15164         (org-table-convert-refs-to-rc): Fixed problem with column
15165         reference after "..".
15166         (org-columns-compute): Don't mark buffer modified because of text
15167         properties.
15168         (org-batch-store-agenda-views): Use the variable
15169         `default-directory', not the function.
15170         (org-clock-out-if-current): Respect `org-clock-out-when-done'.
15171         (org-clock-out-when-done): New option.
15172         (org-html-entities): Added HTML entities for smileys.
15174 2007-08-22  Glenn Morris  <rgm@gnu.org>
15176         * image.el (create-image): Doc fix.
15178         * startup.el (tutorial-directory): New constant.
15179         (fancy-splash-text): Tutorials now in tutorial-directory.
15180         * tutorial.el (help-with-tutorial): Tutorials now in
15181         tutorial-directory.
15183 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
15185         * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
15186         otherwise.
15187         (tramp-get-remote-path): New defun.  Replace occurrences of
15188         `tramp-default-remote-path' by this function.
15189         (tramp-set-remote-path): Move most of the code to
15190         `tramp-get-remote-path'.
15191         (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
15192         existing directories, this is done already in
15193         `tramp-get-remote-path'.
15195 2007-08-22  Paul Pogonyshev  <pogonyshev@gmx.net>
15197         * image-file.el (image-file-name-extensions): Add "svg".
15198         * image.el (image-type-header-regexps): Add svg entry.
15200 2007-08-22  Glenn Morris  <rgm@gnu.org>
15202         * files.el (backup-buffer-copy): Check backup directory is
15203         writable, to avoid infloop deleting old backup.
15205         * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
15206         movemail related variables.
15207         (rmail-insert-inbox-text): Use only rmail-movemail-program, which
15208         will now be set before this is called.
15210 2007-08-21  Juri Linkov  <juri@jurta.org>
15212         * delsel.el (delete-selection-pre-hook):
15213         * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
15214         instead of checking last-command.
15216 2007-08-21  Juri Linkov  <juri@jurta.org>
15218         * loadup.el: Preload "button".
15220 2007-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15222         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15223         Add previous-line and next-line.
15225         * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
15226         (vc-arch-find-file-not-found-hook): Remove, it's now the default.
15228         * vc-hooks.el (vc-menu-entry): New var.
15229         (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
15230         (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
15231         (vc-menu-map): Declare and initialize in one step.
15232         (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
15234         * menu-bar.el (vc-menu-map): Don't setup any more.
15235         Instead, just create the proper spot in the menu.
15237 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15239         * smerge-mode.el (smerge-resolve): New arg `safe'.
15240         (smerge-resolve-all, smerge-batch-resolve): New function.
15241         (smerge-refine): Make sure `diff' returns the expected result.
15242         (smerge-parsep-re): New const.
15243         (smerge-mode): Use it to adjust paragraph-separate.
15245         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
15246         Correctly match / regexp matchers as first char on a line when
15247         fontifying only that line.
15249         * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
15251 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15253         * vc-bzr.el: Don't fiddle with vc-handled-backend.
15254         (vc-bzr-registered): Don't redundantly protect against
15255         file-error.  Actually use the format-specific code.
15256         (vc-bzr-buffer-nonblank-p): Remove.
15257         (vc-bzr-status): Change `kindchange' -> `kindchanged'.
15259 2007-08-20  Juri Linkov  <juri@jurta.org>
15261         * startup.el (fancy-splash-text): Change multiple tabs into one
15262         tab.  Remove "Useful File menu items" section (with "Exit Emacs"
15263         and "Recover Crashed Session").
15264         (fancy-splash-screens): Set tab-width to 22.
15265         (normal-splash-screen): Replace literal tabs with \t and
15266         fix whitespace.  Remove "Useful File menu items" section (with
15267         "Exit Emacs" and "Recover Crashed Session").
15269 2007-08-20  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
15271         * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
15272         extracted from `eval-last-sexp-1'.
15273         (eval-last-sexp-1): Call `preceding-sexp'.
15275 2007-08-20  Thien-Thi Nguyen  <ttn@gnuvola.org>
15277         * vc-rcs.el (vc-rcs-annotate-command):
15278         Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
15279         Add back :vc-annotate-prefix propertization.
15281 2007-08-20  Andreas Schwab  <schwab@suse.de>
15283         * mail/rmail.el (rmail-autodetect): Doc fix.
15285 2007-08-19  Juri Linkov  <juri@jurta.org>
15287         * startup.el (normal-splash-screen): Add more links.
15289 2007-08-19  Juri Linkov  <juri@jurta.org>
15291         * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
15292         because it's common to both types of splash screen: fancy and normal.
15293         Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
15294         (exit-splash-screen): Rename from `fancy-splash-quit'.
15295         Use `quit-window' instead of `kill-buffer'.
15296         (fancy-splash-head): Use make-button to insert GNU image link.
15297         (fancy-splash-screens, normal-splash-screen): Rename " About GNU
15298         Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
15299         (normal-splash-screen): Put "Browse manuals" on the same line with
15300         "Emacs manual".  Remove descriptions from "Useful tasks" and put
15301         all links in two columns on two lines.
15303 2007-08-19  Michael Kifer  <kifer@cs.stonybrook.edu>
15305         * emulation/viper.el (viper-remove-hooks): Remove some additional
15306         viper hooks when the user calls viper-go-away.
15307         (viper-go-away): Restore the default of default-major-mode.
15308         Save the value of default-major-mode before vaperization.
15310         * emulation/viper-cmd.el: Replace error "" with "Viper bell".
15312         * emulation/viper-ex.el: Replace error "" with "Viper bell".
15314         * ediff-util.el (ediff-make-temp-file): Use the coding system of the
15315         buffer for which file is created.
15317 2007-08-19  Glenn Morris  <rgm@gnu.org>
15319         * Makefile.in (custom-deps, finder-data, autoloads, recompile)
15320         (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
15321         than $(EMACS), so that EMACSLOADPATH is set.  Prevents any system
15322         shadow files messing up the compilation.
15324 2007-08-18  Glenn Morris  <rgm@gnu.org>
15326         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
15327         string.  Also apply eldoc-argument-case in the help-split-fundoc
15328         case.  Adapt for changed behavior of eldoc-function-argstring,
15329         eldoc-function-argstring-format, and
15330         eldoc-highlight-function-argument.
15331         (eldoc-highlight-function-argument): Handle nil INDEX argument,
15332         just call eldoc-docstring-format-sym-doc in that case.
15333         (eldoc-function-argstring): Change the behavior.  Now it converts
15334         an argument list to a string.
15335         (eldoc-function-argstring-format): Change the behavior.  Now it
15336         applies `eldoc-argument-case' to a string.
15338         * progmodes/scheme.el (scheme-mode-variables): Set
15339         font-lock-comment-start-skip.
15341 2007-08-18  Martin Rudalics  <rudalics@gmx.at>
15343         * progmodes/ada-mode.el (ada-create-syntax-table): Move
15344         set-syntax-table from here to ...
15345         (ada-mode): ... here.  Do not change global value of
15346         comment-multi-line.  Call new function
15347         ada-initialize-syntax-table-properties and add new function
15348         ada-handle-syntax-table-properties to font-lock-mode-hook.
15349         (ada-deactivate-properties, ada-initialize-properties): Replace
15350         by new functions ...
15351         (ada-handle-syntax-table-properties)
15352         (ada-initialize-syntax-table-properties)
15353         (ada-set-syntax-table-properties): ... to set up syntax-table
15354         properties uniformly, independently from whether font-lock-mode
15355         is enabled or not.  Handle read-only buffers and do not change
15356         undo-list when setting syntax-table properties.
15357         (ada-after-change-function): Use ada-set-syntax-table-properties.
15359 2007-08-18  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
15361         * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
15362         (meta-indent-current-nesting): Use a computation of the nesting
15363         instead.
15364         (meta-indent-current-indentation): Indentation is given according
15365         to nesting and if the previous line was finished or not.
15366         (meta-indent-unfinished-line): Tell if the current line ends with
15367         a finished expression.
15368         (meta-indent-looking-at-code): Like `looking-at', but checks if
15369         the point is in a string before.
15370         (meta-indent-level-count): Use it.  Don't count parenthesis as it's
15371         done in the nesting function.
15372         (meta-indent-in-string-p): Tell if the current point is in a
15373         string.
15374         (meta-indent-calculate): Treat b-o-b as a special case.  Use the
15375         previous functions.
15377 2007-08-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
15379         * emacs-lisp/copyright.el (copyright-limit): New defsubst.
15380         (copyright-update-year, copyright-update)
15381         (copyright-fix-years): Use it.
15383 2007-08-17  Kimit Yada  <kimitto@gmail.com>  (tiny change)
15385         * emacs-lisp/copyright.el (copyright-update-year):
15386         Fix bug: Handle nil copyright-limit.
15388 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
15390         * calc/calc-units.el (math-standard-units): Give exact
15391         conversion for tsp.
15393         * calc/calc.el (math-bignum-digit-length): Compute the
15394         appropriate value.
15396         * calc/calc-bin.el (math-bignum-logb-digit-size)
15397         (math-bignum-digit-power-of-two):
15398         * calc/calc-comb.el (math-small-factorial-table):
15399         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
15400         (math-approx-gamma-const):
15401         * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
15402         (math-besY1, math-bernoulli-b-cache):
15403         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
15404         Remove `eval-when-compile's.
15406 2007-08-17  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
15408         * progmodes/cperl-mode.el (cperl-look-at-leading-count)
15409         (cperl-find-pods-heres): Fix an error when typing expressions like
15410         `s{a}{b}'.
15412 2007-08-17  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
15414         * mail/emacsbug.el (report-emacs-bug): Remove the last number of
15415         `emacs-version', use the topic prefix ``version; ''.  Make MS-DOS
15416         a special case (there's no build number).
15418 2007-08-17  T. V. Raman  <raman@users.sf.net>  (tiny change)
15420         * completion.el (symbol-under-point, symbol-before-point)
15421         (symbol-before-point-for-complete): Use buffer-substring-no-properties.
15423 2007-08-17  Glenn Morris  <rgm@gnu.org>
15425         * progmodes/compile.el (compilation-get-file-structure): Make use
15426         of the directory part when checking for an existing entry, to
15427         handle files with same basename in different directories.
15429 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
15431         * calc/calc.el (calc-language-alist): Add texinfo-mode.
15433 2007-08-16  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15435         * ps-print.el (ps-header-font-size, ps-header-title-font-size)
15436         (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
15437         (ps-paragraph-spacing): Docstring fix.
15439 2007-08-16  Glenn Morris  <rgm@gnu.org>
15441         * ps-print.el (ps-font-size): Doc fix.
15443 2007-08-16  Richard Stallman  <rms@gnu.org>
15445         * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
15447 2007-08-15  Juri Linkov  <juri@jurta.org>
15449         * startup.el (initialization): Change parent group from `internal'
15450         to `environment'.
15451         (initial-buffer-choice): New variable.
15452         (command-line): Revert 2007-07-02 change that sets
15453         buffer-offer-save in *scratch* and enables auto-save in it.
15454         (fancy-splash-text): Add links to existing items.  Add new items
15455         with links for useful tasks.  Move information about Control-g to
15456         fancy-splash-head.  Move "Emacs Guided Tour" to the end.
15457         (fancy-splash-keymap): New variable.
15458         (fancy-splash-last-input-event): Remove variable.
15459         (fancy-splash-insert): Add processing of `:link' element.
15460         (fancy-splash-head): Replace "Type Control-l to begin editing"
15461         with "Type `q' to exit".
15462         (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
15463         (fancy-splash-default-action, fancy-splash-special-event-action):
15464         Remove functions.
15465         (fancy-splash-quit): New function.
15466         (fancy-splash-screens): Rename input arg from `hide-on-input' to
15467         `static' and reverse the condition of its usage.  Don't preserve
15468         original values of `minor-mode-map-alist',
15469         `emulation-mode-map-alists', `special-event-map'.
15470         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
15471         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
15472         Remove processing of special events.  Use local key map
15473         `fancy-splash-keymap'.  Set buffer to read-only.
15474         (normal-splash-screen): Rename input arg from `hide-on-input' to
15475         `static' and reverse the condition of its usage.
15476         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
15477         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
15478         Add links to existing items.  Add new items with links for useful
15479         tasks.  Use local key map `fancy-splash-keymap'.
15480         (display-splash-screen): Rename input arg from `hide-on-input' to
15481         `static'.
15482         (about-emacs): Add alias to display-splash-screen.
15483         (command-line-1): Use `initial-buffer-choice'.
15485         * menu-bar.el (menu-bar-help-menu):
15486         * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
15487         item to about-emacs instead of display-splash-screen.
15489 2007-08-15  Jay Belanger  <jay.p.belanger@gmail.com>
15491         * calc/calc-units.el (math-standard-units): Update values.
15492         Put in exact, rational values when possible.
15493         (math-unit-prefixes): Replace floats with powers of ten.
15494         (math-standard-units-systems): Replace floats with integers.
15495         (math-make-unit-string): Remove extra spaces in output.
15497 2007-08-15  Glenn Morris  <rgm@gnu.org>
15499         * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
15500         sloppier, for the sake of GNU Mailman.
15501         (rmail-digest-rfc1153): Initialize `result' correctly.
15503 2007-08-15  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
15505         * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
15506         in the mail title.  Suggested by Reiner Steib.
15508 2007-08-14  Chris Hecker  <checker@d6.com>  (tiny change)
15510         * calc/calc-aent.el (calc-do-quick-calc): Add binary
15511         representation of integers to the list of outputs.
15513 2007-08-14  Glenn Morris  <rgm@gnu.org>
15515         * simple.el (bad-packages-alist): New constant.
15516         (bad-package-check): New function.  Together, these two add elements
15517         to `after-load-alist' to check for problematic external packages.
15518         * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
15520 2007-08-14  Jay Belanger  <jay.p.belanger@gmail.com>
15522         * calc/calc-units.el (math-get-standard-units)
15523         (math-get-units, math-make-unit-string)
15524         (math-get-default-units, math-put-default-units): New functions.
15525         (math-default-units-table): New variable.
15526         (calc-convert-units, calc-convert-temperature): Add machinery
15527         to supply default values.
15529 2007-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15531         * emulation/tpu-edt.el: Add tpu-extras's autoloads.
15532         (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
15533         (tpu-gold-map): Bind F to tpu-cursor-free-mode.
15534         (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
15536         * emulation/tpu-extras.el: Remove spurious * in docstrings.
15537         Put its autoloads into tpu-edt.el rather than loaddefs.el.
15538         (tpu-cursor-free-mode): Rename from tpu-cursor-free.
15539         Make into a proper minor-mode.
15540         (tpu-backward-char, tpu-next-line, tpu-previous-line)
15541         (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
15542         (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
15543         (tpu-set-cursor-free, tpu-set-cursor-bound):
15544         Delegate to tpu-cursor-free-mode.
15545         (tpu-next-line, tpu-previous-line, tpu-forward-line)
15546         (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
15547         Use line-move or forward-line instead of next-line-internal.
15549 2007-08-13  Nick Roberts  <nickrob@snap.net.nz>
15551         * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
15553 2007-08-12  Richard Stallman  <rms@gnu.org>
15555         * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
15556         (cvs-execute-single-file): Use new name split-string-and-unquote.
15557         (cvs-header-msg): Use new name combine-and-quote-strings.
15559         * emulation/vi.el (vi-next-line): Ignore return value of line-move.
15561         * progmodes/gud.el (gud-common-init): Use new name
15562         split-string-and-unquote.
15564         * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
15565         in javac regexp.
15567         * pcvs-util.el (cvs-qtypedesc-strings): Use new names
15568         combine-and-quote-strings and split-string-and-unquote.
15570         * subr.el (combine-and-quote-strings): Rename from strings->string.
15571         (split-string-and-unquote): Rename from string->strings.
15573 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15575         * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
15576         to buffer-local settings.
15578         * emacs-lisp/backquote.el (backquote-delay-process): New function.
15579         (backquote-process): Add internal arg `level'.  Use the two to
15580         correctly handle nested backquotes.
15582 2007-08-09  Riccardo Murri  <riccardo.murri@gmail.com>
15584         * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
15585         (vc-bzr-state-words): Add "kind changed" state word.
15586         (vc-bzr-status): New function.  Return Bzr idea of file status,
15587         which is different from VC's.
15588         (vc-bzr-state): Use vc-bzr-status.
15589         (vc-workfile-unchanged-p): Use vc-bzr-status.
15590         (vc-bzr-revert): Use synchronous process; expect exitcode 0.
15591         (vc-dired-state): Process "kind changed" state word.
15593 2007-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15595         * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
15597         * vc-rcs.el (vc-rcs-find-file-not-found-hook):
15598         Move from vc-default-find-file-not-found-hook.
15600 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15602         * man.el: Remove spurious * in docstrings.
15603         Merge defvars and toplevel setq-defaults.
15604         (Man-highlight-references0): Limit=nil rather than point-max.
15605         (Man-mode-map): Move initialization into the declaration.
15606         (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
15607         (Man-view-header-file): Use expand-file-name rather than concat.
15608         (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
15610         * man.el (Man-next-section): Make sure we do not move backward.
15612 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15614         * files.el (auto-mode-alist): Use the purecopied text (duh!).
15616 2007-08-08  Glenn Morris  <rgm@gnu.org>
15618         * Replace `iff' in doc-strings and comments.
15620 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
15622         * dired.el (dired-pop-to-buffer):
15623         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
15624         * calendar/calendar.el (generate-calendar-window):
15625         * progmodes/compile.el (compilation-set-window-height):
15626         * textmodes/two-column.el (2C-two-columns, 2C-merge):
15627         Use window-full-width-p instead of comparing frame-width and
15628         window-width.
15630         * progmodes/compile.el (compilation-find-buffer): Remove extra
15631         argument in call to compilation-buffer-internal-p.
15633 2007-08-07  Tom Tromey  <tromey@redhat.com>
15635         * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
15636         Add safe-local-variable property.
15638 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
15640         * image-mode.el (image-toggle-display): Use image-refresh.
15642 2007-08-07  Riccardo Murri  <riccardo.murri@gmail.com>
15644         * vc-bzr.el: Remove comments about vc-bzr.el being a modified
15645         unofficial version.
15646         (vc-bzr-command): Remove redundant setting of process-connection-type.
15647         (vc-bzr-admin-checkout-format-file): Add autoload.
15648         (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
15649         (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
15650         (vc-bzr-registered): Compare dirstate format tag with known good
15651         value, abort parsing if match fails.  Warn user in docstring.
15652         (vc-bzr-workfile-version): Case for different Bzr branch formats.
15653         See bzrlib/branch.py in Bzr sources.
15654         (vc-bzr-diff): First argument FILES may be a string rather than a list.
15655         (vc-bzr-shell-command): Remove in favor of
15656         vc-bzr-command-discarding-stderr.
15657         (vc-bzr-command-discarding-stderr): New function.
15659 2007-08-06  Riccardo Murri  <riccardo.murri@gmail.com>
15661         * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
15662         program, and return nil.
15663         (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
15664         (vc-bzr-state): Look for path names relative to the repository
15665         root after status keyword.
15666         (vc-bzr-file-name-relative): New function.
15667         (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
15668         depend on it.
15669         (vc-bzr-admin-dirname, ...-checkout-format-file)
15670         (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
15671         files that we now parse directly for speed.
15672         (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
15673         (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
15674         (vc-bzr-state): "bzr status" successful only if exitcode is 0.
15675         (vc-bzr-root): Use `vc-bzr-shell-command'.  Stderr may contain
15676         Bzr warnings, so we must discard it.
15677         (vc-bzr-workfile-version): Speedup counting lines from
15678         `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
15679         if that file doesn't exist.
15680         (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
15681         `vc-bzr-root-dir' for speed.  Add `vc-bzr-admin-dirname' (not ".bzr"!)
15682         to `vc-directory-exclusion-list'.
15683         (vc-bzr-shell-command): New function.
15685 2007-08-06  Tom Tromey  <tromey@redhat.com>
15687         * diff-mode.el (diff-unified->context, diff-reverse-direction)
15688         (diff-fixup-modifs): Typo in docstring.
15690 2007-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15692         * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
15693         count-screen-lines.
15694         (tpu-edt-off): Disable relevant pieces of advice.
15696         * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
15697         tpu-write-file-hook.  Activate it with add-hook on buffer-save-hook.
15698         (newline, newline-and-indent, do-auto-fill): Use advice instead of
15699         redefining the function.
15700         (tpu-set-scroll-margins): Activate the pieces of advice.
15702 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
15704         * help.el (resize-temp-buffer-window): Use window-full-width-p
15705         instead of comparing frame-width and window-width.
15707 2007-08-13  Stephen Leake  <stephen_leake@stephe-leake.org>
15709         * pcvs-parse.el (cvs-parse-table): Handle additional instance of
15710         optional quotes around files in NEED-UPDATE . REMOVED case.
15712         * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
15713         (ada-treat-cmd-string): Improve error message.
15714         (ada-do-file-completion): Call `ada-require-project-file', so
15715         project variables are set properly.
15716         (ada-prj-find-prj-file): Delete Emacs 20.2 support.
15717         (ada-gnatfind-buffer-name): New constant.
15718         (ada-find-any-references): Use new constant.  Set buffer name
15719         properly in compilation-start.  Toggle read-only properly.
15720         (ada-find-in-src-path): Fix spelling error in docstring.
15722         * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
15723         by zero error.
15725 2007-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15727         * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
15729 2007-08-12  Richard Stallman  <rms@gnu.org>
15731         * progmodes/sh-script.el (sh): Delete group `unix'.
15733         * progmodes/gud.el (gud): Change to group `processes'.
15735 2007-08-11  Glenn Morris  <rgm@gnu.org>
15737         * progmodes/compile.el (compilation-buffer-name): Don't check
15738         compilation-arguments.  It is superfluous, and the variable isn't
15739         even set when this function is called.
15741 2007-08-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15743         * term/mac-win.el (mac-ae-reopen-application): New function.
15744         (mac-apple-event-map): Bind "reopen application" Apple event to it.
15746 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15748         * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
15749         take tex-font-script-display into account.
15750         (tex-font-script-display, tex-font-lock-suscript): Change from a cons
15751         cell to a list of 2 elements to simplify the unfontify code.
15753 2007-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15755         * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
15756         (ps-begin-job): Use ps-default-fg and ps-default-bg only when
15757         ps-print-color-p is neither nil nor black-white.  Reported by Christian
15758         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
15760 2007-08-08  Andreas Schwab  <schwab@suse.de>
15762         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
15763         self-insert-command, not self-insert.
15765 2007-08-08  Glenn Morris  <rgm@gnu.org>
15767         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
15768         argument optional, for backwards compatibility, and only highlight
15769         args when present.  Fix symbol name typo (doc/args).
15771         * help-mode.el (help-make-xrefs): Search for symbol constituents,
15772         rather than just `-'.
15774 2007-08-07  Jay Belanger  <jay.p.belanger@gmail.com>
15776         * calc/calc-units.el (calc-convert-temperature):
15777         Use `/' to create fractions.
15779 2007-08-07  Michael Albinus  <michael.albinus@gmx.de>
15781         * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
15782         global matching.
15783         (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
15784         ERROR-BUFFER more robust.  Display output.
15785         (tramp-file-name-handler): Add a connection property when we found
15786         a foreign file name handler.  This allows backends like ftp to
15787         profit also from usr/host name completion based on connection
15788         cache.
15789         (tramp-send-command-and-read): Search for trash after the regexp
15790         until eol only.  In XEmacs, there is a problem with \n.
15792         * net/tramp-cache.el (top): Read persistent connection history
15793         when cache is empty.
15795 2007-08-07  Nic Ferrier  <nferrier@tapsellferrier.co.uk>  (tiny change)
15797         * net/tramp.el (tramp-handle-process-file): Fix bug inserting
15798         resulting output.
15800 2007-08-07  Sam Steingold  <sds@gnu.org>
15802         * progmodes/compile.el (compilation-start): Pass nil as startfile
15803         to comint-exec.
15805 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
15807         * longlines.el (longlines-decoded): New variable.
15808         (longlines-mode): Avoid encoding or decoding the buffer twice.
15810 2007-08-07  Martin Rudalics  <rudalics@gmx.at>
15812         * format.el (format-insert-file): Make sure that at most one undo
15813         entry is recorded for the insertion.  Inhibit point-motion and
15814         modification hooks around call to insert-file-contents.
15816 2007-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15818         * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
15819         Select the buffer's window before moving point.
15821 2007-08-07  Richard Stallman  <rms@gnu.org>
15823         * term.el (term): Remove parent group `unix'.
15825         * simple.el (default-indent-new-line): New function.
15826         It calls comment-line-break-function if there are comments.
15827         (do-auto-fill): Use that.
15829 2007-08-07  Sean O'Rourke  <sorourke@cs.ucsd.edu>
15831         * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
15832         (PC-do-completion): Add "acronym completion" for symbols and
15833         filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
15835 2007-08-06  Sam Steingold  <sds@gnu.org>
15837         * mouse.el (mouse-buffer-menu): Pass mode-name through
15838         format-mode-line because it may be a list,
15839         e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
15841 2007-08-06  Vinicius Jose Latorre  <viniciusig@ig.com.br>
15843         * printing.el (pr-update-menus): Docstring fix.
15845 2007-08-06  Jason Rumney  <jasonr@gnu.org>
15847         * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
15849         * vc-hooks.el (vc-call): Add doc string.
15851 2007-08-06  Michael Albinus  <michael.albinus@gmx.de>
15853         * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
15854         process-filter.
15856 2007-08-06  Kenichi Handa  <handa@m17n.org>
15858         * international/quail.el: Wrap (require 'help-mode) by
15859         eval-when-compile.
15860         (quail-help-init): New function.
15861         (quail-help): Call quail-help-init.
15862         (quail-store-decode-map-key): Change it to a function.
15864 2007-08-05  Jason Rumney  <jasonr@gnu.org>
15866         * vc.el (vc-rollback): Add norevert argument back.
15867         (vc-revert-buffer): Add back as obsolete alias.
15869 2007-08-05  Peter Povinec  <ppovinec@yahoo.com>  (tiny change)
15871         * term.el: Honor term-default-fg-color and term-default-bg-color
15872         settings when modifying term-current-face.
15873         (term-default-fg-color, term-default-bg-color): Initialize from
15874         default term-current-face.
15875         (term-mode, term-reset-terminal): Set term-current-face with
15876         term-default-fg-color and term-default-bg-color.
15877         (term-handle-colors-array): term-current-face has term-default-fg-color
15878         and term-default-bg-color after reset escape sequence.
15879         (term-handle-colors-array): Set term-current-color with
15880         term-default-fg/bg-color instead of ansi-term-color-vector when the
15881         index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
15883 2007-08-05  Jay Belanger  <jay.p.belanger@gmail.com>
15885         * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
15886         (math-nlfit-givens): Let bind free variables.
15888 2007-08-05  Vinicius Jose Latorre  <viniciusig@ig.com.br>
15890         * printing.el: Require lpr and ps-print when loading printing package.
15891         Reported by Glenn Morris <rgm@gnu.org>.
15893 2007-08-05  Michael Albinus  <michael.albinus@gmx.de>
15895         * files.el (set-auto-mode): Handle also remote files wrt
15896         `auto-mode-alist'.
15898 2007-08-04  Jay Belanger  <jay.p.belanger@gmail.com>
15900         * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
15901         curves and plotting.
15903         * calc/calc-nlfit.el: New file.
15905 2007-08-04  Glenn Morris  <rgm@gnu.org>
15907         * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
15908         zero, not nil, when the library is first loaded.  Check for a file
15909         that has been modified on disk.
15911         * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
15912         Remove duplicate defvar preventing initialization.
15913         (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
15915 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15917         * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
15918         (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
15919         may match up to 4 lines.
15920         (diff-beginning-of-file-and-junk): Rewrite.
15922 2007-08-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15924         * printing.el: Evaluate require only during compilation.
15925         (pr-version): New version 6.9.1.
15926         (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
15927         (pr-global-menubar): Fix code.
15929 2007-08-03  Dan Nicolaescu  <dann@ics.uci.edu>
15931         * term.el (term-erase-in-display): Fix case when point is not at
15932         the beginning of the line.
15934 2007-08-03  Jay Belanger  <jay.p.belanger@gmail.com>
15936         * calc/calc-ext.el (math-get-value, math-get-sdev)
15937         (math-contains-sdev): New functions.
15939         * calc/calc-graph.el (calc-graph-format-data)
15940         (calc-graph-add-curve): Check for error forms.
15941         (calc-graph-set-styles): Add option for error forms.
15943 2007-08-03  Miles Bader  <miles@gnu.org>
15945         * vc-hooks.el (vc-handled-backends): Change capitalization of VC
15946         backend names for new backends to `Git', `Hg', and `Bzr'.
15947         * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
15948         not `HG'.
15949         * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
15950         name, not `GIT'.
15951         * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
15952         (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
15954 2007-08-03  Richard Stallman  <rms@gnu.org>
15956         * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
15957         to update deleted flag.
15959         * cus-edit.el (customize-apropos, customize-apropos-options)
15960         (customize-apropos-faces, customize-apropos-groups): Improve prompt.
15962         * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
15964         * startup.el (fancy-splash-head, startup-echo-area-message):
15965         Change message text.
15967         * emulation/tpu-edt.el (next-line-internal): Setting deleted.
15968         All callers use line-move.
15970         * progmodes/compile.el (compilation-find-buffer): Return current
15971         buffer immediately if suitable.
15972         (compile, compilation-buffer-name, compilation-start): Doc fixes.
15974 2007-08-03  Daiki Ueno  <ueno@unixuser.org>
15976         * faces.el (face-normalize-spec): New function.
15977         (frame-set-background-mode): Normalize face-spec before calling
15978         face-spec-match-p.
15980 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15982         * server.el (server-window): Add switch-to-buffer-other-frame option.
15984 2007-08-03  Glenn Morris  <rgm@gnu.org>
15986         * cus-edit.el (customize-apropos): Make the error message indicate
15987         what kind of thing the user was trying to customize.
15989         * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
15991         * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
15992         Fix off-by-one error in previous change.
15994 2007-08-03  Drew Adams  <drew.adams@oracle.com>
15996         * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
15997         Make buffer writable.
15999 2007-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
16001         * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
16002         (math-cos-raw-2, math-arctan-raw, math-ln-raw):
16003         Use native Emacs functions, when appropriate.
16005 2007-08-01  Dan Nicolaescu  <dann@ics.uci.edu>
16006             Stefan Monnier  <monnier@iro.umontreal.ca>
16008         * vc.el: Document new VC operation `extra-menu'.
16010         * vc-hooks.el (vc-default-extra-menu): New function.
16012         * menu-bar.el (menu-bar-vc-filter): New function.
16013         (menu-bar-tools-menu): Use it as a filter.
16015 2007-08-01  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
16017         * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
16019 2007-08-01  Glenn Morris  <rgm@gnu.org>
16021         * progmodes/fortran.el: Remove leading `*' from all defcustom doc
16022         strings.
16023         (fortran-tab-mode-default): Remove needless autoload.
16024         (fortran-tab-mode-string): Add help-echo and mouse properties, and
16025         mark as risky.
16026         (fortran-line-length): New buffer-local variable, safe if integer.
16027         (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
16028         Change from variables to constants.
16029         (fortran-font-lock-syntactic-keywords): Delete as a variable,
16030         replace with a new function definition.
16031         (fortran-mode): Use fortran-line-length, and
16032         fortran-font-lock-syntactic-keywords as a function.  Add a
16033         hack-local-variables-hook function.
16034         (fortran-line-length, fortran-hack-local-variables): New functions.
16035         (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
16036         Use fortran-line-length rather than 72.
16037         (fortran-window-create-momentarily): Doc fix.
16039 2007-07-31  Drew Adams  <drew.adams@oracle.com>  (tiny change)
16041         * cus-edit.el (custom-group-value-create, custom-goto-parent):
16042         Fix parent groups link.
16044 2007-07-31  Paul Pogonyshev  <pogonyshev@gmx.net>
16046         * progmodes/python.el (python-current-defun): Adjust to never fall
16047         into infinite loop.
16049 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
16051         * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
16053 2007-07-29  Kimit Yada  <kimitto@gmail.com>  (tiny change)
16055         * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
16056         (copyright-fix-years, copyright): Correctly handle the case where
16057         copyright-limit is nil.
16059 2007-07-28  Konstantin Novitsky  <knovitsk@Bear.com>  (tiny change)
16061         * progmodes/python.el (run-python): Fix path separator under w32.
16063 2007-07-30  Richard Stallman  <rms@gnu.org>
16065         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
16066         Treat non-break space as whitespace in Lisp.
16068 2007-07-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16070         * vc.el (vc-dired-hook): Use inhibit-read-only.
16072         * progmodes/compile.el (compilation-forget-errors):
16073         Reset compilation-auto-jump-to-next.
16075 2007-07-30  Michael Olson  <mwolson@gnu.org>
16077         * cus-edit.el (custom-group-save): Fix void function definition
16078         error.  Thanks to Zhang Wei for the report.
16080         * ps-print.el: Check in trivial changes to the autoloads section
16081         caused by the build process.  These autoloads really ought to be
16082         placed in a separate file, methinks.
16084 2007-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16086         * calendar/calendar.el (calendar-mode): Make sure
16087         displayed-(month|year) are set.
16088         (calendar-basic-setup): Display buffer before adjusting window sizes.
16089         (generate-calendar-window): Use inhibit-read-only.  Simplify.
16090         Generate buffer and set displayed-month and displayed-year before
16091         calling update-calendar-mode-line.
16093 2007-07-29  Michael Albinus  <michael.albinus@gmx.de>
16095         * net/tramp.el:
16096         * net/tramp-uu.el:
16097         * net/trampver.el: Use utf-8 encoding with coding cookie.
16099         * net/tramp-cache.el:
16100         * net/tramp-fish.el:
16101         * net/tramp-ftp.el:
16102         * net/tramp-gw.el:
16103         * net/tramp-smb.el: Remove coding cookie.
16105         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
16106         Flush buffer file-name's file property.
16107         (tramp-handle-file-remote-p): The first parameter is FILENAME.
16109         * net/trampver.el: Update release number.
16111 2007-07-29  Juri Linkov  <juri@jurta.org>
16113         * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
16114         Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
16115         when major-mode is not dired-mode.
16116         (dired-toggle-read-only): New function.
16117         (dired-recursive-deletes): Remove obsolete comments about old
16118         default value.
16119         (dired-do-flagged-delete, dired-do-delete): Refill docstring.
16121         * wdired.el (wdired-exit): New function.
16122         (wdired-mode-map): Bind C-x C-q to wdired-exit.
16124 2007-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16126         * cus-edit.el (customize-read-group): New fun.
16127         (customize-group-other-window, customize-face-other-window):
16128         Prompt before delegating to customize-(group|face).
16129         Bind pop-up-windows rather than use the other-window argument.
16130         (customize-group, customize-face): Prompt from the interactive spec.
16131         Remove args `prompt-for-group' and `other-window'.
16133         * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
16134         (ad-body-forms, ad-advised-interactive-form): Revert this part of
16135         last change.
16137 2007-07-28  Masatake YAMATO  <jet@gyve.org>
16139         * vc.el (vc-dired-mode): Add a menu for VC related operation.
16140         Use backend name as the menu label.  Suggested by David Kastrup.
16142 2007-07-28  Alan Mackenzie  <acm@muc.de>
16144         Fix problem with modes derived from CC Mode:
16145         * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
16146         macro to cc-langs.
16147         (c-init-language-vars-for): Remove call to above macro.
16148         * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
16149         been moved to here.
16150         (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
16152 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
16154         * net/trampver.el: Fix the `coding' cookie.
16156 2007-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
16158         * vc-git.el (vc-git-print-log): Support both the old single file
16159         interface and the new one.
16161 2007-07-28  Nick Roberts  <nickrob@snap.net.nz>
16163         * bindings.el (mode-line-remote): Use updated %@ construct.
16165 2007-07-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16167         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
16168         (calendar-bahai-epoch, calendar-bahai-leap-year-p)
16169         (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
16170         (diary-list-bahai-entries, diary-bahai-mark-entries)
16171         (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
16172         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
16173         New names to clean up namespace.
16174         (list-bahai-diary-entries, mark-bahai-diary-entries)
16175         (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
16176         (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
16177         Add compatibility aliases.
16179         * calendar/appt.el: Don't wrap defvar within eval-when-compile.
16181         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
16182         (calendar-scroll-left-three-months)
16183         (calendar-scroll-right-three-months): Clean up namespace.
16184         (scroll-calendar-left, scroll-calendar-right)
16185         (scroll-calendar-left-three-months)
16186         (scroll-calendar-right-three-months): Add compatibility aliases.
16188         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
16189         Behave like mouse-scroll-calendar-* when used from the mouse.
16191         * calendar/cal-menu.el (cal-menu-scroll-menu)
16192         (cal-menu-global-mouse-menu):
16193         * calendar/calendar.el (calendar-mode-map):
16194         Use new calendar-scroll-* names.
16195         (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
16196         Remove.  Use calendar-scroll-* directly instead.
16198 2007-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16200         * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
16201         (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
16202         (ad-make-advised-definition, ad-cache-id-verification-code):
16203         Use commandp and interactive-form instead.
16205 2007-07-26  Dan Nicolaescu  <dann@ics.uci.edu>
16207         * vc-git.el: Relicense to GPLv3 or later.
16208         (vc-directory-exclusion-list, vc-handled-backends): Remove.
16210         * vc-hooks.el (vc-handled-backends): Add GIT.
16212         * vc.el (vc-directory-exclusion-list): Add .git.
16214 2007-07-26  Alexandre Julliard  <julliard@winehq.org>
16216         * vc-git.el (vc-git-revision-table)
16217         (vc-git-revision-completion-table): New functions.
16219 2007-07-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16221         * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
16222         * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
16223         * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
16224         * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
16225         * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
16226         * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
16227         New command actions for EPS header and EPS footer.
16229         * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
16230         footer.  Fix some problems with one-or-more, zero-or-more and
16231         alternative constructions generation.  Some log messages
16232         implementation.  Doc fix.
16233         (ebnf-version): New version 4.4.
16234         (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
16235         (ebnf-eps-footer, ebnf-log): New options.
16236         (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
16237         (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
16238         (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
16239         (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
16240         (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
16241         (ebnf-style-custom-list, ebnf-style-database): Put new values.
16242         (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
16243         (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
16244         (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
16245         (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
16246         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
16247         (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
16248         (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
16249         (ebnf-non-terminal-dimension, ebnf-special-dimension)
16250         (ebnf-terminal-dimension1, ebnf-repeat-dimension)
16251         (ebnf-except-dimension, ebnf-alternative-dimension)
16252         (ebnf-optional-dimension, ebnf-one-or-more-dimension)
16253         (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
16254         message fun.
16255         (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
16256         (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
16257         (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
16258         (ebnf-terminal-dimension1, ebnf-alternative-dimension)
16259         (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
16260         (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
16261         (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
16262         compatibility with Emacs 20 & 21.
16263         (ebnf-eps-header-comment, ebnf-eps-footer-comment)
16264         (ebnf-eps-file-alist, ebnf-basic-width-extra)
16265         (ebnf-basic-empty-height): New vars.
16266         (ebnf-prologue): Fix PostScript code.
16267         (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
16268         (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
16269         (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
16270         (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
16272 2007-07-25  Glenn Morris  <rgm@gnu.org>
16274         * Relicense all FSF files to GPLv3 or later.
16276         * COPYING: Switch to GPLv3.
16278 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16280         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
16281         Replace it with another one which disables undo before calling
16282         erase-buffer and then turns it back on if needed.
16284 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
16286         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
16288 2007-07-24  Glenn Morris  <rgm@gnu.org>
16290         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
16291         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
16292         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
16293         (cal-tex-cursor-week, cal-tex-cursor-week2)
16294         (cal-tex-cursor-week-iso, cal-tex-week-hours)
16295         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
16296         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
16297         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
16299 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16301         * calendar/calendar.el (calendar-mode-map): Move initialization
16302         into declaration.  Add menu bindings (used to be done in cal-menu).
16303         (calendar-mode): Don't add an activate-menubar-hook.
16305         * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
16306         modify calendar-mode-map), use easy-menu, and make sure that C-h k
16307         can be used on the menu entries.
16308         (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
16309         (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
16310         (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
16311         (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
16312         (calendar-flatten, cal-menu-update): Remove.
16313         (calendar-mouse-insert-hebrew-diary-entry)
16314         (calendar-mouse-insert-islamic-diary-entry)
16315         (calendar-mouse-insert-bahai-diary-entry):
16316         Remove (fold into cal-menu-diary-menu).
16317         (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
16318         (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
16319         (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
16320         (calendar-mouse-view-diary-entries): Minor simplifications.
16321         (calendar-event-to-date): Use with-current-buffer.
16323 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
16325         * add-log.el (change-log-redate): Remove (not needed anymore and
16326         doesn't appear to work).
16328 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16330         * frame.el: Use mapc and dolist instead of mapcar where possible.
16331         (close-display-connection): New command.
16333 2007-07-25  Alexandre Julliard  <julliard@winehq.org>
16335         * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
16336         (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
16338 2007-07-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16340         * ps-print.el (ps-multibyte-buffer): Docstring fix.
16342         * ps-mule.el: Doc fix.
16343         (ps-multibyte-buffer, ps-mule-font-info-database-default)
16344         (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
16346 2007-07-25  Glenn Morris  <rgm@gnu.org>
16348         * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
16349         (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
16350         (cal-tex-daily-end, cal-tex-hook)
16351         (cal-tex-cal-one-month, cal-tex-cal-multi-month)
16352         (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
16353         (cal-tex-cursor-week-iso, cal-tex-week-hours)
16354         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
16355         (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
16356         (cal-tex-day-prefix, cal-tex-day-name-format)
16357         (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
16358         (cal-tex-caldate, cal-tex-LaTeX-hourbox)
16359         (cal-tex-LaTeX-subst-list): Change from variables to constants.
16360         (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
16361         (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
16362         etc, rather than \bf.
16363         (cal-tex-mini-calendar): Fix typos in previous change.
16364         (cal-tex-latexify-list): Remove inner let binding.
16365         (cal-tex-end-document, cal-tex-banner): Use multi-line
16366         cal-tex-comment.
16367         (cal-tex-comment): Handle embedded newlines.
16368         (cal-tex-LaTeXify-string): Use substring-no-properties.
16370 2007-07-25  Joakim Verona  <joakim@verona.se>  (tiny change)
16372         * progmodes/compile.el (compilation-error-regexp-alist-alist):
16373         Add support for the Maden build tool.
16375 2007-07-25  William Xu  <william.xwl@gmail.com>  (tiny change)
16377         * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
16379 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16381         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
16383 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
16385         * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
16386         C-x C-q.
16388         * vc-git.el (vc-git-print-log): Fix previous change.
16390 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16392         * window.el (save-selected-window): Minor optimization.
16393         (bw-adjust-window): If operation failed, try with a smaller delta.
16394         (window-fixed-size-p): New function.
16395         (window-area-factor): New var.
16396         (balance-windows-area): New command.
16398         * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
16399         (ps-mule-encode-ethiopic): Make it clear that it's always defined.
16400         (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
16401         (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
16402         (ps-mule-begin-job): Use dolist.
16404 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
16406         * subr.el (start-file-process-shell-command)
16407         (process-file-shell-command): New defuns.
16409         * progmodes/compile.el (compilation-start):
16410         Apply `start-file-process-shell-command'.
16412 2007-07-24  Alexandre Julliard  <julliard@winehq.org>
16414         * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
16416 2007-07-24  Alan Mackenzie  <acm@muc.de>
16418         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
16419         Initialise byte-compile-unresolved-functions before rather than
16420         after a compilation.
16421         (byte-compile-unresolved-functions): Amplify doc string.
16423 2007-07-24  Glenn Morris  <rgm@gnu.org>
16425         * startup.el (normal-splash-screen): Use `emacs-copyright'.
16427         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
16428         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
16429         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
16430         (cal-tex-cursor-week, cal-tex-cursor-week2)
16431         (cal-tex-cursor-week-iso, cal-tex-week-hours)
16432         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
16433         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
16434         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
16436         * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
16437         (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
16438         (cal-tex-day-name-format, cal-tex-cal-one-month)
16439         (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
16440         (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
16441         (cal-tex-mini-calendar, cal-tex-em): Doc fix.
16442         (cal-tex-list-holidays, cal-tex-cursor-year)
16443         (cal-tex-cursor-year-landscape, cal-tex-year)
16444         (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
16445         (cal-tex-cursor-month, cal-tex-insert-days)
16446         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
16447         (cal-tex-first-blank-p, cal-tex-cursor-week)
16448         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
16449         (cal-tex-week-hours, cal-tex-cursor-week-monday)
16450         (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
16451         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
16452         (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
16453         (cal-tex-latexify-list, cal-tex-previous-month)
16454         (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
16455         modernization, including using dotimes rather than
16456         calendar-for-loop.
16457         (cal-tex-LaTeX-subst-list): Remove `@'.
16458         (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
16459         Use \textit and \textbf rather than \em and \it.
16461         * calendar/cal-bahai.el (list-bahai-diary-entries)
16462         * calendar/cal-hebrew.el (list-hebrew-diary-entries)
16463         * calendar/cal-islam.el (list-islamic-diary-entries)
16464         * calendar/calendar.el (generate-calendar, generate-calendar-month)
16465         * calendar/diary-lib.el (diary-list-entries)
16466         (mark-calendar-date-pattern): Use `dotimes' rather than
16467         `calendar-for-loop'.
16469         * calendar/calendar.el (calendar-for-loop): Doc fix.
16471 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16473         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
16474         underlying file is uptodate.
16476 2007-07-23  Christopher J. Madsen  <cjm@cjmweb.net>
16478         * replace.el (perform-replace): Use isearch-no-upper-case-p.
16480 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16482         * vc-hooks.el (vc-mode-line-map): New const.
16483         (vc-mode-line): Use it.
16485 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
16487         * vc-git.el (vc-git-delete-file, vc-git-rename-file)
16488         (vc-git-unregister): New functions.
16489         (vc-git-find-version): Use the result of ls-files as a parameter
16490         for cat-file.
16492 2007-07-23  Michael Albinus  <michael.albinus@gmx.de>
16494         * net/tramp.el (tramp-perl-file-attributes)
16495         (tramp-perl-directory-files-and-attributes)
16496         (tramp-handle-file-attributes-with-stat)
16497         (tramp-handle-directory-files-and-attributes-with-stat)
16498         (tramp-convert-file-attributes): Handle huge file sizes.
16500 2007-07-23  Juri Linkov  <juri@jurta.org>
16502         * isearch.el (isearch-message-function): New variable.
16503         (isearch-update, isearch-search): Use it.
16505         * simple.el (goto-history-element): New function created from
16506         next-history-element.
16507         (next-history-element): Most code moved to goto-history-element.
16508         Call goto-history-element with (- minibuffer-history-position n).
16509         (previous-history-element): Call goto-history-element with (+
16510         minibuffer-history-position n).
16511         (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
16512         (minibuffer-history-isearch-message-overlay): New buffer-local variable.
16513         (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
16514         (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
16515         (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
16516         (minibuffer-history-isearch-pop-state): New functions.
16518 2007-07-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
16520         * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
16521         Also, if FILE is a list, return non-nil if any of its elements
16522         should stay local.  Update docstring.
16524 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16526         * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
16527         change by reverting a small part.
16529 2007-07-23  Richard Stallman  <rms@gnu.org>
16531         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
16533 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
16535         * vc-git.el (vc-git-checkin): Delete unused parameter and the code
16536         handling it.  Use vc-git-command.
16537         (vc-git-find-version, vc-git-diff-tree): New functions.
16538         (vc-git-revert): Use vc-git-command.
16539         (vc-git--run-command): Delete.
16541 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
16543         * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
16545 2007-07-20  Kenichi Handa  <handa@m17n.org>
16547         * international/utf-8.el (utf-8-post-read-conversion):
16548         Temporarily bind utf-8-compose-scripts to nil while running
16549         *-compose-region functions.
16551 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
16553         * vc-git.el: Update status.
16554         (vc-directory-exclusion-list): Use eval-after-load.
16556 2007-07-22  Nick Roberts  <nickrob@snap.net.nz>
16558         * bindings.el (mode-line-remote): New variable.
16559         (help-echo): Add to default values of mode-line-format.
16561         * files.el: Mark mode-line-remote as risky.
16563 2007-07-22  Juri Linkov  <juri@jurta.org>
16565         * isearch.el (isearch-edit-string): Save old point and
16566         isearch-other-end to old-point and old-other-end before reading
16567         the search string from minibuffer.  After exiting minibuffer set
16568         point to old-other-end if point and the search direction is the
16569         same as before reading the search string.
16570         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
16571         to isearch-other-end.  Instead of isearch-search-and-update call
16572         three functions isearch-search, isearch-push-state and isearch-update.
16574 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
16576         * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
16577         deal with multiple file arguments.
16578         (vc-git-print-log): Deal with multiple file arguments.
16580 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16582         * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
16583         diff-refine-hunk.  Adjust users.
16584         (diff-unified-hunk-p, diff-splittable-p): New functions.
16585         (diff-mode-menu): Use it to disable Split when it doesn't work.
16587 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
16589         * diff-mode.el (diff-mode-menu): New entries.
16591 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16593         * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
16594         if applicable, so as to save undo-log space.
16596         * diff-mode.el (diff-find-file-name): Add arg `batch'.
16598         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
16599         (diff-file-kill): Use it.
16600         (diff-beginning-of-hunk): Add arg `try-harder' using it.
16601         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
16602         Use it so they find the hunk even when we're in the file header.
16604 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
16606         * vc-git.el (vc-git-revision-granularity, vc-git-root)
16607         (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
16608         (vc-git-create-repo): New functions.
16609         (vc-git-registered): New autoloaded function definition.
16610         (vc-git-registered): Use vc-git-root.
16611         (vc-git-responsible-p): New defalias.
16612         (vc-git-annotate-extract-revision-at-line): Uncomment.
16613         (vc-git-print-log): Add the file name to the log.
16614         (vc-git-log-view-mode): New derived mode.
16615         (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
16617 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
16619         * progmodes/grep.el (grep-compute-defaults): Keep default values.
16621 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
16623         * textmodes/reftex.el (reftex-access-parse-file): Create parse
16624         file in a way that does not interfere with recentf mode.
16625         (reftex-access-parse-file): Do not risk destroying an existing
16626         buffer.
16628 2007-07-22  Alexandre Julliard  <julliard@winehq.org>
16630         * vc-git.el: New file.
16632 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16634         * textmodes/tex-mode.el (tex-font-script-display): Change default.
16636 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
16638         * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
16639         for branches and new files.
16641         * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
16642         local-map handling ...
16643         (vc-mode-line): ... here.  Improve handling of help-echo.
16645         * vc.el (mode-line-string): Document help-echo usage.
16647 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
16649         Sync with Tramp 2.1.10.
16651         * net/tramp.el (tramp-get-ls-command): Fix typo.
16653         * net/trampver.el: Update release number.
16655 2007-07-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16657         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
16659         * term/x-win.el (x-handle-no-bitmap-icon): New function.
16661 2007-07-22  Martin Rudalics  <rudalics@gmx.at>
16663         * add-log.el (change-log-fill-parenthesized-list): New function.
16664         (change-log-indent): Call change-log-fill-parenthesized-list.
16665         (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
16666         Have lines with leading asterisk start a paragraph.
16668 2007-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
16670         * calc/calc-math.el (math-emacs-precision)
16671         (math-largest-emacs-expt, math-smallest-emacs-expt):
16672         New variables.
16673         (math-use-emacs-fn): New function.
16674         (math-exp-raw): Evaluate with `math-use-emacs-fn', when
16675         appropriate.
16677 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
16679         * image-dired.el (image-dired-sane-db-file): New func.
16680         (image-dired-write-tags, image-dired-remove-tag)
16681         (image-dired-list-tags, image-dired-write-comments)
16682         (image-dired-get-comment, image-dired-mark-tagged-files)
16683         (image-dired-create-gallery-lists): Call new func.
16684         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
16686 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
16688         * vc-hg.el (vc-hg-dir-state): Fix loop.
16689         (vc-hg-print-log): Fix expected return value for vc-hg-command.
16690         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
16691         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
16692         (vc-hg-revert): Likewise.
16693         (vc-hg-revision-table, vc-hg-revision-completion-table): New
16694         functions.
16696 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16698         * add-log.el (change-log-resolve-conflict): Don't lose data if the
16699         merge fails.
16701 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
16703         * progmodes/compile.el (compilation-auto-jump-to-first-error):
16704         Add group and version.
16706 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16708         * add-log.el (add-log-file-name): Use file-relative-name.
16709         (add-change-log-entry): Delay reading
16710         add-log-(full-name|mailing-address) to after we've switched to the
16711         ChangeLog buffer so we get the right value.
16712         (add-change-log-entry, add-log-current-defun, change-log-merge):
16713         Use derived-mode-p rather than checking major-mode directly.
16715         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
16716         name for buffer-file-name if it refers to a directory.
16718         * vc-arch.el (vc-arch-diff): Fix last change.
16720         * progmodes/compile.el (compilation-start): Remember the original
16721         directory in a buffer-local compilation-directory.
16722         (compile): Set the global value of compilation-directory.
16723         (recompile): Use compilation-directory even in the compilation buffer.
16725 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
16727         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
16729 2007-07-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16731         * ps-print.el: Problem with foreground and background color when
16732         printing a buffer with and without faces.  Reported by Christian
16733         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
16734         (ps-print-version): New version 6.7.5.
16735         (ps-default-fg): Change default value to nil, so black color is used
16736         when a face does not specify a foreground color.
16737         (ps-default-bg): Change default value to nil, so white color is used
16738         for background color.
16739         (ps-begin-job): Fix code.
16741 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
16743         * makefile.w32-in (install-lisp-SH): Don't create subdirectories
16744         in $(INSTALL_DIR)/lisp/ if they already exist.
16746 2007-07-20  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
16748         * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
16749         in $(INSTALL_DIR)/lisp/ if they already exist.
16751 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16753         * progmodes/vera-mode.el (vera-re-search-forward)
16754         (vera-re-search-backward): Remove use of store-match-data.
16755         (vera-mode-map): Move initialization into declaration.
16757         * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
16758         (flymake-find-buildfile): Use locate-dominating-file.
16760         * vc.el (vc-delistify): Use mapconcat.
16761         (vc-do-command): Minor simplification.
16762         (vc-expand-dirs): Use push.
16764         * vc-mcvs.el (vc-mcvs-create-repo):
16765         * vc-cvs.el (vc-cvs-create-repo): Remove.
16767         * vc-hooks.el (vc-find-root): Fix case where `file' is the current
16768         directory and the root as well.
16770 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
16772         * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
16773         instead of a file.
16775         * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
16776         (vc-hg-registered): Replace if with when.
16777         (vc-hg-state): Deal with nonexistent files and handle removed files.
16778         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
16779         (vc-hg-checkout): Re-enable.
16780         (vc-hg-create-repo): Fix typos.
16781         (vc-hg-print-log): Fix for multiple files.
16782         (vc-hg-workfile-unchanged-p): New function.
16784         * vc.el: Fix typo.
16785         (vc-print-log): Fix call to print-log.
16786         (vc-default-comment-history): Likewise.
16787         (vc-directory-exclusion-list): Add .hg and .bzr.
16788         (vc-diff-internal): Pass a list instead of a file.
16790         * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
16792         * vc-bzr.el (vc-bzr-create-repo): New function.
16794 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16796         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
16797         `file' from which to start the search.
16799 2007-07-19  Eric S. Raymond  <esr@snark.thyrsus.com>
16801         * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
16802         having a single file argument to having a list of files as the
16803         first argument.
16805 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16807         * files.el (locate-dominating-file): New function.
16809 2007-07-18  Michael Albinus  <michael.albinus@gmx.de>
16811         * progmodes/grep.el (grep-host-defaults-alist): New defvar.
16812         (grep-compute-defaults): Use it.
16814 2007-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16816         * uniquify.el: Docstring fixes.
16818 2007-07-18  Eric S. Raymond  <esr@snark.thyrsus.com>
16820         * vc.el (revision-granularity, create-repo): Document new vc
16821         backend properties.
16822         (vc-rollback): Renamed from vc-cancel-version.  Update references.
16823         Pass a list instead of a file.
16824         (vc-revert): Renamed from vc-revert-buffer.  Update references.
16825         (vc-delistify, vc-expand-dirs): New functions.
16826         (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
16827         of files instead of a single file.
16828         (vc-position-context, vc-resync-window, vc-diff-internal)
16829         (vc-print-log): Pass a list instead of a file.
16831         * vc-hooks.el (vc-stay-local-p, vc-backend)
16832         (vc-backend-subdirectory-name): Work on a file list, not a single
16833         file.
16834         (vc-workfile-version): Update docstring.
16835         (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
16836         vc-revert instead of vc-revert-buffer.
16837         (vc-prefix-map): Likewise.  Bind vc-update.
16839         * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
16840         (vc-svn-wash-log): New functions.
16841         (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
16842         (vc-svn-command): Deal with a list of files, not a single file.
16844         * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
16845         (vc-rcs-wash-log): New functions.
16846         (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
16847         Deal with a list of files, not a single file.
16848         (vc-rcs-rollback): Likewise.  Rename from vc-rcs-cancel-version.
16850         * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
16851         functions.
16852         (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
16853         list of files, not a single file.
16855         * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
16856         New functions.
16857         (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
16858         (vc-mcvs-diff): Deal with a list of files, not a single file.
16860         * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
16861         functions.
16862         (vc-hg-print-log): Deal with a list of files, not a single file.
16863         (vc-hg-diff-tree): New function, replace defalias with the same
16864         name.
16865         (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
16866         FILES to denote that it is a file list, not a single file.
16868         * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
16869         (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
16870         a single file.
16871         (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
16872         that it is a file list, not a single file.
16873         (vc-cvs-diff): Likewise.  Simplify.
16875         * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
16876         Deal with a list of files, not a single file.
16878         * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
16879         (vc-bzr-print-log): Update FILE parameter name to denote that it
16880         is a file list, not a single file.
16881         (vc-bzr-diff): Likewise.  Use the car of files.
16883 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
16885         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
16886         (follow-delete-other-windows-and-split, follow-recenter)
16887         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
16888         (follow-redisplay, follow-estimate-first-window-start)
16889         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
16890         Fix typos in docstrings.
16892 2007-07-18  Martin Rudalics  <rudalics@gmx.at>
16894         * add-log.el (change-log-mode): Use fill-nobreak-predicate to
16895         avoid that filling introduces lines with a single asterisk.
16897         * kmacro.el (kmacro-end-macro): When ignoring empty macro
16898         avoid incorrect kmacro-ring-empty-p messages.
16899         Reported by Michael Schierl <schierlm@gmx.de>.
16901 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
16903         * vc.el: Add more info about the vc-registered function.
16905 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
16907         * files.el (file-remote-p): Introduce optional parameter
16908         IDENTIFICATION.
16910         * recentf.el (recentf-keep-default-predicate): Adapt call of
16911         `file-remote-p'.
16913         * progmodes/grep.el (grep-probe): Use `process-file'.
16914         (grep-compute-defaults): Handle variables host specific.
16916         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
16917         parameter IDENTIFICATION.
16919         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
16920         parameter IDENTIFICATION.
16921         (tramp-handle-set-file-times): New defun.  Replaces `tramp-touch'.
16922         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
16923         Add entry for `set-file-times'.
16924         (tramp-do-copy-or-rename-file-via-buffer)
16925         (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
16926         (tramp-handle-unhandled-file-name-directory): Rewrite.
16927         (tramp-convert-file-attributes): Add error handling when inode is
16928         extraordinary big.
16929         (tramp-get-inode): Change parameter from FILE to VEC.
16930         (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
16931         is nil.  This is according to the specification.  Goto (point-max)
16932         when ready.
16933         (tramp-handle-shell-command): Rewrite completely, using
16934         `process-file' and `start-file-process'.
16935         (tramp-methods, tramp-find-shell)
16936         (tramp-open-connection-setup-interactive-shell)
16937         (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
16938         var.  Reported by Steve Youngs <steve@sxemacs.org>.
16940         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
16941         entry for `set-file-times'.  Rename `start-process' into
16942         `start-file-process'.  Remove `call-process' entry.
16943         (tramp-fish-handle-set-file-times): New defun.
16944         (tramp-fish-handle-executable-find): Use `process-file'.
16945         (tramp-fish-handle-process-file): New defun.  Replaces
16946         `tramp-fish-handle-call-process'.
16947         (tramp-fish-do-copy-or-rename-file-directly): Use
16948         `set-file-times'.
16949         (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
16951         * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
16952         `tramp-get-inode' parameter.
16954 2007-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16956         * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
16957         (vc-bzr-post-command-function): Remove.  Version 0.8 is already old
16958         nowadays, and by the time Emacs-23 comes out, nobody will even remember
16959         it has ever existed.
16961 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
16963         * vc.el: Undo previous change.
16965 2007-07-16  Eli Zaretskii  <eliz@gnu.org>
16967         * makefile.w32-in (clean): Don't delete *~.
16969 2007-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16971         * textmodes/tex-mode.el (tex-verbatim-environments):
16972         Add safe-local-variable property.
16973         (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
16974         when starting font-lock rather than when loading tex-mode.el.
16976         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
16977         whole $( rather than just the $.  Rename from sh-quoted-subshell.
16978         (sh-font-lock-syntactic-keywords): Adjust call accordingly.
16980 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
16982         * bookmark.el (bookmark-maybe-sort-alist): Don't modify
16983         bookmark-alist.  Instead, if not sorting, simply return it.
16984         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
16985         for its return value, not for its side effect.
16987         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
16988         case of alignment under a constant symbol, find and consider
16989         the sexp actually at indentation to be the "last sexp".
16991 2007-07-16  Drew Adams  <drew.adams@oracle.com>
16993         * mouse.el (mouse-yank-secondary): Better error message if no
16994         secondary selection.
16996 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
16998         * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
17000         * term/xterm.el (xterm-turn-on-modify-other-keys)
17001         (xterm-turn-off-modify-other-keys): New functions.
17002         (terminal-init-xterm): Enable the modifyOtherKeys feature if the
17003         terminal supports it.
17005 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
17007         * bookmark.el (bookmark-show-all-annotations):
17008         Make sure each inserted annotation ends with newline.
17010 2007-07-15  Richard Stallman  <rms@gnu.org>
17012         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
17014         * tutorial.el (tutorial--find-changed-keys):
17015         Handle C-x specially like ESC.
17017 2007-07-15  Aaron Hawley  <aaronh@garden.org>
17019         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
17021 2007-07-15  Juri Linkov  <juri@jurta.org>
17023         * delsel.el (delete-selection-pre-hook):
17024         * emulation/cua-base.el (cua-paste): Before a yank command,
17025         check also whether last-command is one of mouse-save-then-kill,
17026         mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
17028 2007-07-15  Michael Albinus  <michael.albinus@gmx.de>
17030         * recentf.el (recentf-keep-default-predicate): New defun.
17031         (recentf-keep): Use it as initial value.
17033 2007-07-15  Karl Fogel  <kfogel@red-bean.com>
17035         * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
17036         thus restoring bookmark bindings to three slots under C-x r.  See
17037         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
17039 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
17041         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
17043 2007-07-15  Jason Rumney  <jasonr@gnu.org>
17045         * w32-fns.el (set-default-process-coding-system): Use dos line ends
17046         for input to cmdproxy on all versions of Windows.
17047         Use dos line ends for input to plink.
17049         * comint.el (comint-simple-send): Concat newline before sending.
17050         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
17052 2007-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17054         * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
17055         safe-local-variable setting.
17057 2007-07-14  David Kastrup  <dak@gnu.org>
17059         * emacs-lisp/advice.el (defadvice): Doc fix.
17061 2007-07-14  Juanma Barranquero  <lekktu@gmail.com>
17063         * subr.el (when, unless): Doc fix.
17065 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
17067         * replace.el (match): Use yellow1 instead of yellow.
17069         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
17070         red.
17072         * pcvs-info.el (cvs-unknown): Likewise.
17074 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
17076         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
17077         (install): Use them to copy all *.el files before *.elc.
17079 2007-07-13  Drew Adams  <drew.adams@oracle.com>
17081         * bookmark.el (bookmark-jump-other-window): New function.
17082         (bookmark-map): Bind it to "o".
17084         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
17085         and its thread contains discussion about this change.
17086         The original patch was slightly tweaked by Karl Fogel
17087         <kfogel@red-bean.com> before committing.
17089 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
17091         * bookmark.el: Shorten some comments to fit within 80 lines.
17093 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
17095         * bookmark.el: Don't define bookmark keys under the "C-xr" map;
17096         instead, make "C-xp" a prefix for bookmark-map.  Patch by Drew
17097         Adams <drew.adams@oracle.com>, mildly tweaked by me.  See
17098         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
17100 2007-07-13  Carsten Dominik  <dominik@science.uva.nl>
17102         * textmodes/org.el: Bug fixes.
17103         (org-end-of-line): Move to end of line if in headline without tags.
17105 2007-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17107         * vc-hooks.el: Remove spurious * in docstrings.
17108         (vc-handled-backends): Add BZR.
17110         * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
17112 2007-07-12  Davis Herring  <herring@lanl.gov>
17114         * desktop.el (desktop-buffer-info, desktop-save):
17115         Use `desktop-dirname' instead of `dirname'.
17117 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
17119         * progmodes/which-func.el (which-func-modes): Add `python-mode'.
17121         * progmodes/python.el (python-which-func-length-limit): New var.
17122         (python-which-func): New function.
17123         (python-current-defun): Add optional `length-limit' and try to fit
17124         computed function name to that length.
17125         (python-mode): Hook `python-which-func' up.
17127 2007-07-12  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
17129         * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
17131         * comint.el (comint-dynamic-complete-as-filename):
17132         Use read-file-name-completion-ignore-case.
17134 2007-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17136         * comint.el (comint-dynamic-list-filename-completions):
17137         Use read-file-name-completion-ignore-case.
17139         * vc-cvs.el: Require CL.
17140         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
17141         New functions to provide completion of revision names.
17143         * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
17144         (vc-cvs-annotate-first-line-re): New const.
17145         (vc-cvs-annotate-process-filter): New fun.
17146         (vc-cvs-annotate-command): Use them and run the command asynchronously.
17148 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
17150         * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
17151         (eldoc-print-current-symbol-info): Adjust for changed helper
17152         function signatures.
17153         (eldoc-get-fnsym-args-string): Add `args' argument.  Use new
17154         `eldoc-highlight-function-argument'.
17155         (eldoc-highlight-function-argument): New function.
17156         (eldoc-get-var-docstring): Format documentation with
17157         `font-lock-variable-name-face'.
17158         (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
17159         where suited.
17160         (eldoc-fnsym-in-current-sexp): Return a list with argument index.
17161         (eldoc-beginning-of-sexp): Return number of skipped sexps.
17163 2007-07-11  Michael Albinus  <michael.albinus@gmx.de>
17165         * progmodes/compile.el (compilation-start): `start-process' must
17166         still be redefined when calling `start-process-shell-command'.
17168         * progmodes/gud.el (gud-file-name): When `default-directory' is a
17169         remote file name, prepend its remote part to the filename.
17170         (gud-common-init): When `default-directory' is a remote file name,
17171         make the filename relative to it.
17172         Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
17174 2007-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
17176         * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
17177         mouse binding and a tooltip.
17179 2007-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17181         * menu-bar.el (vc-menu-map): New defalias.
17183 2007-07-10  Richard Stallman  <rms@gnu.org>
17185         * emacs-lisp/lisp-mode.el (eval-defun):
17186         Explain special handling of `defface'.
17188 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
17190         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
17192         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
17194 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17196         * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
17198         * vc-arch.el (vc-arch-complete): Remove.
17199         (vc-arch-revision-completion-table): Use complete-with-action.
17201         * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
17202         (complete-with-action): New function.
17203         (dynamic-completion-table): Use it.
17205 2007-07-10  Michael Albinus  <michael.albinus@gmx.de>
17207         * comint.el (make-comint, make-comint-in-buffer)
17208         (comint-exec-1): Replace `start-process' by `start-file-process'.
17210         * progmodes/compile.el (compilation-start): Revert redefining
17211         `start-process'.
17213 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17215         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
17216         with EOLs when generating MD5 checksums.
17218         * follow.el: Don't change the global map from the follow-mode-map
17219         defvar, but from the toplevel.  Use easy-menu to unify the Emacs and
17220         XEmacs code.
17221         (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
17222         since `follow-mode' should be used instead for that.
17224         * emacs-lisp/easymenu.el (easy-menu-binding): New function.
17225         (easy-menu-do-define): Use it.
17226         (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
17228         * progmodes/compile.el (compilation-auto-jump-to-first-error)
17229         (compilation-auto-jump-to-next): New vars.
17230         (compilation-auto-jump): New function.
17231         (compilation-error-properties): Use them to jump to first error.
17232         (compilation-start): Set the var if requested.
17234         * emacs-lisp/autoload.el (update-directory-autoloads): Remove
17235         duplicates without also removing entries from other directories.
17237 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
17239         * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
17240         Remember span as default.
17241         (org-columns-edit-value): Rename from `org-column-edit'.
17242         (org-columns-display-here-title): Rename from
17243         `org-overlay-columns-title'.
17244         (org-columns-remove-overlays): Rename from org-remove-column-overlays.
17245         (org-columns-get-autowidth-alist): Rename from
17246         `org-get-columns-autowidth-alist'.
17247         (org-columns-display-here): Rename from `org-overlay-columns'.
17248         (org-columns-new-overlay): Rename from `org-new-column-overlay'.
17249         (org-columns-quit): Rename from `org-column-quit'.
17250         (org-columns-show-value): Rename from `org-column-show-value'.
17251         (org-columns-content, org-columns-widen)
17252         (org-columns-next-allowed-value)
17253         (org-columns-edit-allowed, org-columns-store-format)
17254         (org-columns-uncompile-format, org-columns-redo)
17255         (org-columns-edit-attributes, org-delete-property)
17256         (org-set-property, org-columns-update)
17257         (org-columns-compute, org-columns-eval)
17258         (org-columns-not-in-agenda, org-columns-compute-all)
17259         (org-property-next-allowed-value)
17260         (org-columns-compile-format)
17261         (org-fill-paragraph-experimental)
17262         (org-string-to-number, org-property-action)
17263         (org-columns-move-left, org-columns-new)
17264         (org-column-number-to-string)
17265         (org-property-previous-allowed-value)
17266         (org-at-property-p, org-columns-delete)
17267         (org-columns-previous-allowed-value)
17268         (org-columns-move-right, org-columns-narrow)
17269         (org-property-get-allowed-values)
17270         (org-verify-version, org-column-string-to-number)
17271         (org-delete-property-globally): New functions.
17272         (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
17273         (org-columns-overlays): Rename from `org-column-overlays'.
17274         (org-columns-map): Rename from `org-column-map'.
17275         (org-columns-current-maxwidths): Rename from
17276         `org-current-columns-maxwidths'.
17277         (org-columns-begin-marker, org-columns-current-fmt-compiled)
17278         (org-previous-header-line-format)
17279         (org-columns-inhibit-recalculation)
17280         (org-columns-top-level-marker): New variables.
17281         (org-columns-default-format): Rename from `org-default-columns-format'.
17282         (org-property-re): New constant.
17284 2007-07-10  Guanpeng Xu  <herberteuler@hotmail.com>
17286         * subr.el (looking-at-p, string-match-p): New functions.
17288 2007-07-09  Reiner Steib  <Reiner.Steib@gmx.de>
17290         * textmodes/tex-mode.el (tex-fontify-script)
17291         (tex-font-script-display): New variables to make display of
17292         superscripts and subscripts customizable.
17293         (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
17295 2007-07-09  Richard Stallman  <rms@gnu.org>
17297         * isearch.el (isearch-edit-string): Call to isearch-push-state
17298         after the search.
17300 2007-07-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17302         * window.el (fit-window-to-buffer): Remove setting of window-min-height
17303         to 1 as enlarge-window uses the value to resize/shrink windows other
17304         than WINDOW if needed.
17306 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17308         * cus-start.el (file-coding-system-alist): Fix custom type.
17310 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
17312         * longlines.el (longlines-wrap-region): Avoid marking buffer as
17313         modified.
17314         (longlines-auto-wrap, longlines-window-change-function):
17315         Remove unnecessary calls to set-buffer-modified-p.
17317 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17319         * cus-start.el (file-coding-system-alist): Fix custom type.
17321 2007-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17323         * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
17324         (vc-cvs-checkout): Remove last arg now unused; simplify.
17326 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
17328         * files.el (file-remote-p): Introduce optional parameter CONNECTED.
17330         * net/tramp.el:
17331         * net/tramp-ftp.el:
17332         * net/tramp-smb.el:
17333         * net/tramp-uu.el:
17334         * net/trampver.el: Migrate to Tramp 2.1.
17336         * net/tramp-cache.el:
17337         * net/tramp-fish.el:
17338         * net/tramp-gw.el: New Tramp packages.
17340         * net/tramp-util.el:
17341         * net/tramp-vc.el: Removed.
17343         * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
17344         (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
17346         * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
17348         * progmodes/compile.el (compilation-start): Redefine
17349         `start-process' temporarily when `default-directory' is remote.
17350         Remove case of synchronous compilation, this won't happen ever.
17351         (compilation-setup): Make local variable `comint-file-name-prefix'
17352         for remote compilation.
17354 2007-07-08  Martin Rudalics  <rudalics@gmx.at>
17356         * novice.el (disabled-command-function): Fit window to buffer to
17357         make last line visible.
17358         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
17360         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
17361         when handling the terminating event.
17363 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
17365         * calc/calc.el (math-read-number-simple): Remove leading 0s.
17366         (math-bignum-digit-length): Change to optimal value.
17368         * calc/calc-bin.el (math-bignum-logb-digit-size)
17369         (math-bignum-digit-power-of-two): Evaluate when compiled.
17371         * calc/calc-comb.el (math-small-factorial-table)
17372         (math-init-random-base, math-prime-test): Remove unnecessary calls
17373         to `math-read-number-simple'.
17375         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
17376         (math-approx-gamma-const): Add docstrings.
17378         * calc/calc-forms.el (math-julian-date-beginning)
17379         (math-julian-date-beginning-int): New constants.
17380         (math-format-date-part, math-parse-standard-date, calcFunc-julian):
17381         Use the new constants.
17383         * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
17385         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
17386         Add docstrings.
17388 2007-07-07  Tom Tromey  <tromey@redhat.com>
17390         * vc.el (vc-annotate): Jump to line and output message only after the
17391         process is really all done.
17393 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
17395         * vc.el (vc-exec-after): Don't move point from the sentinel.
17396         Forcefully read all the remaining text in the pipe upon process exit.
17397         (vc-annotate-display-autoscale, vc-annotate-lines):
17398         Don't stop at the first unrecognized line.
17399         (vc-annotate-display-select): Run autoscale after the process is done
17400         since it depends on the whole result.
17402 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
17404         * term/w32-win.el (menu-bar-open): New function.
17405         Bind <f10> to it.
17407 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
17409         * simple.el (start-file-process): New defun.
17411 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
17413         * files.el (find-file-confirm-nonexistent-file): Rename from
17414         find-file-confirm-inexistent-file.  Update users.
17416         * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
17417         format of autoload block where the file's time-stamp is replaced by its
17418         MD5 checksum.
17419         (autoload-generate-file-autoloads): Use MD5 checksum instead of
17420         time-stamp for secondary autoloads files.
17421         (update-directory-autoloads): Remove duplicate entries.
17422         Use time-less-p for time-stamps, as done in autoload-find-destination.
17424 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
17426         * calc/calc.el (math-read-number): Replace number by variable.
17427         (math-read-number-simple): Properly parse small integers.
17429 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
17431         * vc.el: Fix doc for the checkout function.
17433 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
17435         * vc-hg.el (vc-hg-root): New function.
17436         (vc-hg-registered): Use it.
17437         (vc-hg-diff-tree): New defalias.
17438         (vc-hg-responsible-p): Likewise.
17439         (vc-hg-checkout): Comment out, not needed.
17440         (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
17441         (vc-hg-find-version, vc-hg-next-version): New functions.
17443 2007-07-06  Andreas Schwab  <schwab@suse.de>
17445         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
17446         dynamic bindings around the evaluation of the expression.
17447         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
17449 2007-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17451         * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
17452         Run before-revert-hook.  Suggested by Denis Bueno <denbuen@sandia.gov>.
17453         Use run-hooks rather than run-mode-hooks.
17455 2007-07-05  Jay Belanger  <jay.p.belanger@gmail.com>
17457         * calc/calc-comb.el (math-random-digit): Rename to
17458         `math-random-three-digit-number'.
17459         (math-random-digits): Don't depend on representation of integer.
17461         * calc/calc-bin.el (math-bignum-logb-digit-size)
17462         (math-bignum-digit-power-of-two): New constants.
17463         (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
17464         (math-not-bignum, math-clip-bignum): Use the constants
17465         `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
17466         instead of their values.
17467         (math-clip): Use math-small-integer-size instead of its value.
17469         * calc/calc.el (math-add-bignum): Replace number by constant.
17471 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
17473         * wid-edit.el (widget-documentation-string-value-create):
17474         Insert indentation spaces.
17476 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
17478         * emacs-lisp/byte-opt.el: Revert last change.
17480 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
17482         * vc-hooks.el (vc-handled-backends): Add HG.
17484         * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
17486 2007-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17488         * complete.el (PC-do-complete-and-exit): Add support for the new
17489         `confirm-only' confirmation mode.
17491 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
17493         * cus-edit.el (custom-commands): New variable.
17494         (custom-tool-bar-map): New variable.  Initialize using
17495         `custom-commands'.
17496         (custom-mode): Use `custom-tool-bar-map'.
17497         (custom-buffer-create-internal): Insert action buttons only if
17498         tool bar is not used.  Use `custom-commands'.
17499         (Custom-help, custom-command-apply): New function.
17500         (custom-command-apply, Custom-set, Custom-save)
17501         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
17502         Use `custom-command-apply' instead of duplicating code.
17503         (customize-group-other-window): Call `customize-group' instead of
17504         duplicating code.
17505         (customize-face-other-window): Call `customize-face' instead of
17506         duplicating code.
17507         (customize-group, customize-face): Add optional args for opening
17508         in another window.
17509         (custom-variable-tag): Don't inherit `variable-pitch' face.
17510         (custom-group-tag): Inherit `variable-pitch' face.
17511         (custom-variable-value-create): Set documentation indentation.
17512         (custom-group-value-create): Make group name a link, instead of
17513         using an extra "go to group" button.
17514         (custom-prompt-variable, custom-group-set, custom-group-save)
17515         (custom-group-reset-current, custom-group-reset-saved)
17516         (custom-group-reset-standard): Minor cleanup.
17518 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
17520         * Makefile.in (bootstrap-prepare): When copying from
17521         ldefs-boot.el, make sure loaddefs.el is writeable.
17523         (bootstrap-prepare): Make $(lisp)/ps-print.el
17524         and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
17526 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
17528         * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
17529         only caller, and delete.
17530         (vc-hg-state): Deal with exceptions and only parse the output on
17531         successful return.
17532         (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
17533         caller, and delete.
17534         (vc-hg-workfile-version): Deal with exceptions and only parse the
17535         output on successful return.
17536         (vc-hg-revert): New function.
17538 2007-07-04  Jay Belanger  <jay.p.belanger@gmail.com>
17540         * calculator.el (calculator-expt): Use more cases to determine
17541         the value.
17543 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
17545         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
17546         file names.
17548 2007-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
17550         * calculator.el (calculator-expt, calculator-integer-p):
17551         New functions.
17552         (calculator-fact): Check to see if the factorial will be too
17553         large before computing it.
17554         (calculator-initial-operators): Use `calculator-expt' to
17555         compute "^".
17556         (calculator-mode): Mention that results which are too large
17557         will return inf.
17558         * calc/calc-comb.el (math-small-factorial-table): Replace list
17559         by vector.
17561 2007-07-03  David Kastrup  <dak@gnu.org>
17563         * shell.el: On request of the authors, remove their addresses for
17564         the sake of bug reports, and add the developer list address as
17565         maintainer information.
17567 2007-07-03  Richard Stallman  <rms@gnu.org>
17569         * files.el (make-directory): Doc fix.
17570         (find-file-confirm-inexistent-file): Make it a defcustom.
17571         Make nil the default.
17573 2007-07-02  Richard Stallman  <rms@gnu.org>
17575         * startup.el (command-line): Set buffer-offer-save in *scratch*
17576         and enable auto-save in it.
17578 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
17580         * textmodes/org.el (orgstruct-mode-map): New variable.
17581         (orgstruct-mode): New minor mode.
17582         (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
17583         (orgstruct-make-binding, org-context-p, org-get-local-variables)
17584         (org-run-like-in-org-mode): New functions.
17585         (org-cycle-list-bullet): New command.
17586         (org-special-properties, org-property-start-re)
17587         (org-property-end-re): New constants.
17588         (org-with-point-at): New macro.
17589         (org-get-property-block, org-entry-properties, org-entry-get)
17590         (org-entry-delete, org-entry-get-with-inheritance)
17591         (org-entry-put, org-buffer-property-keys): New functions.
17592         (org-insert-property-drawer): New command.
17593         (org-entry-property-inherited-from): New variable.
17594         (org-column): New face.
17595         (org-column-overlays, org-current-columns-fmt)
17596         (org-current-columns-maxwidths, org-column-map): New variables.
17597         (org-column-menu): New menu.
17598         (org-new-column-overlay, org-overlay-columns)
17599         (org-overlay-columns-title, org-remove-column-overlays)
17600         (org-column-show-value, org-column-quit, org-column-edit):
17601         New functions.
17602         (org-columns, org-agenda-columns): New commands.
17603         (org-get-columns-autowidth-alist): New functions.
17604         (org-properties): New customize group.
17605         (org-default-columns-format): New option.
17606         (org-priority): Realign tags after changing priority.
17607         (org-preserve-lc): New macro.
17608         (org-update-checkbox-count): Catch case when there is no headline.
17609         (org-agenda-quit): Remove any column overlays.
17610         (org-beginning-of-item-list): Fixed bug when non-item line is
17611         indented too deep.
17612         (org-cached-props): New variable.
17613         (org-cached-entry-get): New function.
17614         (org-make-tags-matcher): Handle property matches.
17615         (org-table-recalculate): Swap evaluation order: Field formula
17616         first, then column formulas, but don't allow them to overwrite the
17617         field formulas.
17618         (org-table-eval-formula): New argument untouchable.
17619         (org-table-put-field-property): New function.
17621 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
17623         * help-mode.el (help-make-xrefs): Skip spaces too when
17624         skipping tabs.
17626         * ffap.el (dired-at-point-prompter): Improve prompt in
17627         list-directory case.
17629 2007-07-01  Richard Stallman  <rms@gnu.org>
17631         * files.el (find-file-visit-truename): Fix safe-local-variable value.
17633 2007-07-01  Richard Stallman  <rms@gnu.org>
17635         * cus-start.el (max-mini-window-height): Added.
17637 2007-07-01  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
17639         * complete.el (partial-completion-mode): Remove advice of
17640         read-file-name-internal.
17641         (PC-do-completion): Rebind minibuffer-completion-table.
17642         (PC-read-file-name-internal): New function doing what
17643         read-file-name-internal advice did.
17645 2007-07-01  Paul Pogonyshev  <pogonyshev@gmx.net>
17647         * emacs-lisp/byte-opt.el: Set `binding-is-magic'
17648         property on a few symbols.
17649         (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
17650         (byte-optimize-lapcode): Remove bindings that are not referenced
17651         and certainly will not effect through dynamic scoping.
17653 2007-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17655         * files.el (find-file-confirm-inexistent-file): New var.
17656         (find-file, find-file-other-window, find-file-other-frame)
17657         (find-file-read-only, find-file-read-only-other-window)
17658         (find-file-read-only-other-frame): Use it.
17660 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17662         * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
17664 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
17666         * generic-x.el (generic-define-mswindows-modes)
17667         (generic-define-unix-modes, apache-log-generic-mode)
17668         (bat-generic-mode-keymap, java-manifest-generic-mode)
17669         (show-tabs-generic-mode): Fix typos in docstrings.
17671 2007-06-29  Ryan Yeske  <rcyeske@gmail.com>
17673         * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
17674         (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
17675         (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
17676         (rcirc-print): Never ignore messages from ourself.
17678 2007-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17680         * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
17681         syntax as well.  Reported by Juri Linkov <juri@jurta.org>.
17683 2007-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17685         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
17686         replace-regexp-in-string.
17688 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17690         * emacs-lisp/cl.el: Set edebug and indentation before loading
17691         cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
17693 2007-06-28  Andreas Schwab  <schwab@suse.de>
17695         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
17696         $(lisp)/subdirs.el.
17698 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
17700         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
17701         the speedbar frame if nil; that deletes the current frame or
17702         causes an error if it is the only frame.
17703         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
17705 2007-06-28  Kevin Ryde  <user42@zip.com.au>
17707         * textmodes/nroff-mode.el: Groff \# comments.
17708         (nroff-mode-syntax-table): \# comment intro,
17709         plain # as punct per global table.
17710         (nroff-font-lock-keywords): Add # as a single char escape.
17711         (nroff-mode): In comment-start-skip, match \#.
17713 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17715         * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
17716         (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
17717         point-min == 1.
17719 2007-06-28  Nick Roberts  <nickrob@snap.net.nz>
17721         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
17722         Rename and move to...
17724         * subr.el (strings->string, string->strings): ...here.
17726         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
17727         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
17729         * progmodes/gud.el (gud-common-init): Call string->strings instead
17730         of split-string.
17732 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
17734         * dired-aux.el: Remove `dired-call-process'.
17735         (dired-check-process): Call `process-file'.
17737         * wdired.el (wdired-do-perm-changes): Call `process-file'.
17739         * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
17740         `ange-ftp-process-file'.
17742 2007-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17744         * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
17746         * emacs-lisp/cl-extra.el:
17747         * emacs-lisp/cl-seq.el:
17748         * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
17749         Add autoload cookies on all defs autoloaded manually in cl.el.
17751         * emacs-lisp/cl-loaddefs.el: New file.
17753         * textmodes/texinfmt.el (texinfo-raisesections-alist)
17754         (texinfo-lowersections-alist): Merge definition and declaration.
17755         (texinfo-start-of-header, texinfo-end-of-header): Remove.
17756         (texinfo-format-syntax-table): Merge init into declaration.
17757         (texinfo-format-parse-line-args, texinfo-format-parse-args)
17758         (texinfo-format-parse-defun-args, texinfo-format-node)
17759         (texinfo-push-stack, texinfo-multitable-widths)
17760         (texinfo-define-info-enclosure, texinfo-alias)
17761         (texinfo-format-defindex, batch-texinfo-format): Use push.
17762         (texinfo-footnote-number): Remove duplicate declaration.
17764         * ps-print.el: Update with auto-generated autoloads.
17766         * ps-mule.el: Set generated-autoload-file to "ps-print.el".
17768 2007-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17770         * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
17771         relative to current dir for file-local settings.
17772         (autoload-generate-file-autoloads): Add `outfile' arg.
17773         (update-directory-autoloads): Use it to directly call
17774         autoload-generate-file-autoloads instead of going through
17775         update-file-autoloads so we avoid redundant searches and so we can know
17776         the set of buffers changed so we can save them all.
17778         * emacs-lisp/autoload.el (autoload-find-destination): Return nil
17779         rather than throwing `up-to-date'.
17780         (autoload-generate-file-autoloads): Adjust correspondingly.
17781         (update-file-autoloads): Be careful to let-bind
17782         autoload-modified-buffers and adjust to new calling conventions.
17783         (autoload-modified-buffers): Make it a dynamically scoped var.
17784         (update-directory-autoloads): Use file-relative-name instead of
17785         autoload-trim-file-name.
17786         (autoload-insert-section-header): Don't use autoload-trim-file-name
17787         since the file is already relative now.
17788         (autoload-trim-file-name): Remove.
17790         * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
17791         (vc-arch-complete, vc-arch--version-completion-table)
17792         (vc-arch-revision-completion-table): New functions to provide
17793         completion of revision names.
17794         (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
17795         (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
17796         to let the user trim the revlib.
17798         * vc.el: Add new VC operation `revision-completion-table'.
17799         (vc-default-revision-completion-table): New function.
17800         (vc-version-diff, vc-version-other-window): Use it to provide
17801         completion of revision names if the backend provides it.
17803         * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
17805         * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
17806         of newer .svn/entries.
17808 2007-06-25  David Kastrup  <dak@gnu.org>
17810         * calc/calc-poly.el (math-padded-polynomial)
17811         (math-partial-fractions): Add some function comments.
17813 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
17815         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
17816         Make `outbuf' optional.
17817         (update-file-autoloads): Use it.
17819 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
17821         * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
17822         (autoload-find-destination): Keep it uptodate.
17823         (autoload-save-buffers): New fun.
17824         (update-file-autoloads): Use it.  Re-add the "up to date" message.
17826         * emacs-lisp/autoload.el: Refactor for upcoming changes.
17827         (autoload-find-destination): New function extracted from
17828         update-file-autoloads.
17829         (update-file-autoloads): Use it.
17830         (autoload-generate-file-autoloads): New function extracted from
17831         generate-file-autoloads.  Use file-relative-name.  Delay computation of
17832         output-start to the first cookie.  Remove done-any, replaced by
17833         output-start.
17834         (generate-file-autoloads): Use it.
17836 2007-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
17838         * calc/calc-comb.el (math-init-random-base, math-prime-test):
17839         Use math-read-number-simple to insert constants.
17840         (math-prime-test): Redo calculation of sum.
17842         * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
17844         * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
17845         math-scale-bignum-3.
17846         (math-isqrt-bignum): Use math-scale-bignum-digit-size and
17847         math-bignum-digit-size.
17848         (math-isqrt-small): Add another possible initial guess.
17850 2007-06-23  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17852         * textmodes/bibtex.el (bibtex-entry-format): New options
17853         `whitespace', `braces', and `string'.
17854         (bibtex-field-braces-alist, bibtex-field-strings-alist)
17855         (bibtex-field-braces-opt, bibtex-field-strings-opt)
17856         (bibtex-cite-matcher-alist): New variables.
17857         (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
17858         (bibtex-flash-head): Use blink-matching-delay.
17859         (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
17860         (bibtex-format-entry, bibtex-reformat): Handle new options of
17861         bibtex-entry-format.
17862         (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
17863         New functions.
17864         (bibtex-complete-internal): Do not display messages while
17865         minibuffer is used.  Do not leave around a completions buffer
17866         that is out of date.
17867         (bibtex-copy-summary-as-kill): New optional arg.
17868         (bibtex-font-lock-url): New optional arg no-button.
17869         (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
17870         (bibtex-url): Allow multiple URLs per entry.
17872 2007-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17874         * emacs-lisp/autoload.el (autoload-generated-file): New function.
17875         (update-file-autoloads, update-directory-autoloads): Use it.
17876         (autoload-file-load-name): New function.
17877         (generate-file-autoloads, update-file-autoloads): Use it.
17878         (autoload-find-file): Accept non-absolute argument.  Set default-dir.
17879         (generate-file-autoloads): If the autoloaded form is malformed,
17880         indicate the problem with a warning instead of aborting.
17882 2007-06-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
17884         * simple.el (next-error-recenter): Accept `(4)' as well;
17885         also, specify `integer' instead of `number'.
17887 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
17889         * ls-lisp.el (insert-directory): If an invalid regexp error is
17890         thrown, try using FILE as a literal file name, not a wildcard.
17892 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
17894         * ruler-mode.el (ruler-mode): Prevent clobbering the original
17895         `header-line-format' when reentering ruler mode.
17897 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
17899         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
17900         FILE exists as a file.
17902 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
17904         * calc/calc.el (math-bignum-digit-length)
17905         (math-bignum-digit-size, math-small-integer-size):
17906         New constants.
17907         (math-normalize, math-bignum-big, math-make-float)
17908         (math-div10-bignum, math-scale-left, math-scale-left-bignum)
17909         (math-scale-right, math-scale-right-bignum, math-scale-rounding)
17910         (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
17911         (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
17912         (math-quotient, math-div-bignum, math-div-bignum-digit)
17913         (math-div-bignum-part, math-format-bignum-decimal)
17914         (math-read-bignum): Use math-bignum-digit-length,
17915         math-bignum-digit-size and math-small-integer-size.
17917         * calc/calc-ext.el (math-fixnum-big): Use the variable
17918         math-bignum-digit-size.
17920 2007-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
17922         * log-view.el (log-view-mode-menu): New menu.
17924 2007-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17926         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
17927         differently.
17929         * vc-hg.el (vc-hg-registered): Add an autoloaded version.
17930         (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
17932 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
17934         * vc-hg.el (vc-hg-print-log): Insert the file name.
17935         (vc-hg-log-view-mode): Fontify the file name.
17937 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
17939         * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
17940         (calcFunc-julian): Fix incorrect number used in calculations.
17942 2007-06-22  Thien-Thi Nguyen  <ttn@gnuvola.org>
17944         * simple.el (next-error-recenter): New defcustom.
17945         (next-error, next-error-internal): Recenter if specified,
17946         immediately prior to running `next-error-hook'.
17948         * progmodes/hideshow.el (hs-show-block): Use line-end-position.
17949         (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
17951         * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
17953 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
17955         * calc/calc-comb.el (math-small-factorial-table): New variable.
17956         (calcFunc-fact): Use `math-small-factorial-table'.
17958         * calc/calc-ext.el (math-defcache): Allow forms to evaluate
17959         initial values.
17960         (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
17961         New variables to use in caches.
17963         * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
17964         (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
17966         * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
17967         (math-bernoulli-b-cache): Use math-read-number-simple to insert
17968         bignums.
17970         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
17971         New variables to use in caches.
17973 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
17975         * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
17977         * vc-hg.el (vc-hg-log-view-mode): New mode.
17979 2007-06-21  Jay Belanger  <jay.p.belanger@gmail.com>
17981         * calc/calc.el (math-read-number-simple): New function.
17983 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17985         * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
17986         (vera-font-lock-match-item): Fix doc string.
17987         (vera-in-comment-p): Remove unused function.
17988         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
17989         use `syntax-ppss'.
17990         (vera-forward-syntactic-ws): Fix argument order.
17991         (vera-prepare-search): Use `with-syntax-table'.
17992         (vera-indent-line): Fix doc string.
17993         (vera-electric-tab): Fix doc string.
17994         (vera-expand-abbrev): Define alias instead of using `fset'.
17995         (vera-comment-uncomment-region): Use `comment-start-skip'.
17997 2007-06-21  Carsten Dominik  <dominik@science.uva.nl>
17999         * textmodes/org.el (org-export-with-footnotes): New option.
18000         (org-export-as-html): Fix replacement bug for XEmacs.
18001         (org-agenda-default-appointment-duration): New option.
18003 2007-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
18005         * vc-hg.el: Add to do items.
18006         (vc-hg-diff): Add support for comparing different revisions.
18007         (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
18008         (vc-hg-annotate-extract-revision-at-line)
18009         (vc-hg-previous-version, vc-hg-checkin): New functions.
18010         (vc-hg-annotate-re): New constant.
18012 2007-06-20  Jay Belanger  <jay.p.belanger@gmail.com>
18014         * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
18016 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18018         * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
18019         buffer-local value of log-view-*-re if applicable.
18021         * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
18022         Use vc-bzr-command rather than the ill defined vc-bzr-command*.
18023         (vc-bzr-command*): Remove both (incompatible) versions.
18024         (vc-bzr-do-command*): Remove.
18025         (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
18026         Remove by folding into its only caller vc-bzr-command.
18027         (vc-bzr-command): Always set the environment, even when ineffective.
18028         (vc-bzr-version): Minor fix up.
18029         (vc-bzr-admin-dirname): New var.
18030         (vc-bzr-bzr-dir): Remove.
18031         (vc-bzr-root-dir): New fun.
18032         (vc-bzr-registered): Use it.  Add an autoloaded version.
18033         (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
18034         (vc-bzr-view-log-function): Remove.
18035         (vc-bzr-log-view-mode): New major mode to replace it.
18036         (vc-bzr-print-log): Only activate the old hack if needed.
18038         * vc.el (vc-default-log-view-mode): New function.
18039         (vc-print-log): Add new `log-view-mode' VC operation.
18041 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
18043         * ido.el (ido-find-file-in-dir): Don't signal an error for
18044         empty directories.
18046         * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
18048         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
18049         directory where the desktop file was found, as the docstring says.
18050         (desktop-kill): Use `read-directory-name'.
18052 2007-06-20  Alan Mackenzie  <acm@muc.de>
18054         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
18055         When removing lines, also remove the \n.  Correction of patch of
18056         2007-04-21.
18058 2007-06-20  Martin Rudalics  <rudalics@gmx.at>
18060         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
18061         event is not a cons cell.  Do not unread drag-mouse-1 events.
18062         Select right window in check whether space was stolen from
18063         window above.
18065         * help-mode.el (help-make-xrefs): Adjust position of new forward
18066         button.
18068 2007-06-20  Riccardo Murri  <riccardo.murri@gmail.com>
18070         * vc-bzr.el (vc-bzr-with-process-environment)
18071         (vc-bzr-std-process-invocation): New macros.
18072         (vc-bzr-command, vc-bzr-command*): Use them.
18073         (vc-bzr-with-c-locale): Remove.
18074         (vc-bzr-dir-state): Replace its use with vc-bzr-command.
18075         (vc-bzr-buffer-nonblank-p): New function.
18076         (vc-bzr-state-words): New const.
18077         (vc-bzr-state): Look for `bzr status' keywords in output.
18078         Display everything else as a warning message to the user.
18079         Fix status report with bzr >= 0.15.
18081 2007-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
18083         * vc-hg.el (vc-hg-global-switches): Simplify.
18084         (vc-hg-state): Handle more states.
18085         (vc-hg-diff): Fix doc-string.
18086         (vc-hg-register): New function.
18087         (vc-hg-checkout): Likewise.
18089 2007-06-20  Reto Zimmermann  <reto@gnu.org>
18091         * progmodes/vera-mode.el: New file.
18093 2007-06-19  Jay Belanger  <jay.p.belanger@gmail.com>
18095         * calc/calc.el (calc-multiplication-has-precendence):
18096         New variable.
18097         (math-standard-ops, math-standard-ops-p, math-expr-ops):
18098         New functions.
18099         (math-expr-opers): Define using math-standard-ops rather than
18100         math-standard-opers.
18101         * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
18102         equal the function math-standard-ops rather than the variable
18103         math-standard-opers.
18104         (calc-algebraic-entry): Let math-expr-opers equal
18105         math-standard-ops or math-expr-ops, as appropriate.
18106         (math-expr-read-level, math-read-factor): Let math-expr-opers
18107         equal math-expr-ops.
18108         * calc/calc-embed.el (calc-embedded-finish-edit):
18109         Let math-expr-opers equal the function math-standard-ops
18110         rather than the variable math-standard-opers.
18111         * calc/calc-ext.el (math-read-plain-expr)
18112         (math-format-flat-expr-fancy): Let math-expr-opers equal the
18113         function math-standard-ops rather than the variable
18114         math-standard-opers.
18115         * calc/calc-lang.el (calc-set-language, math-read-big-rec):
18116         Let math-expr-opers equal the function math-standard-ops rather
18117         than the variable math-standard-opers.
18118         * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
18119         equal the function math-standard-ops rather than the variable
18120         math-standard-opers.
18121         * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
18122         equal the function math-standard-ops rather than the variable
18123         math-standard-opers.
18124         * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
18125         math-expr-ops.
18127 2007-06-19  Ivan Kanis  <apple@kanis.eu>
18129         * vc-hg.el: New file.
18131 2007-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18133         * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
18134         with font-lock-multiline.
18136 2007-06-17  Glenn Morris  <rgm@gnu.org>
18138         * lpr.el (lpr-page-header-switches): Move %s to separate element
18139         for correct quoting.  Doc fix.
18141 2007-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18143         * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
18144         than setting sgml-xml-mode.
18145         (sgml-mode, html-mode): Set sgml-xml-mode.
18146         (sgml-skip-tag-backward): Tell if we skipped over matched tags.
18147         (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
18148         (sgml-electric-tag-pair-before-change-function)
18149         (sgml-electric-tag-pair-flush-overlays): New functions.
18150         (sgml-electric-tag-pair-mode): New minor mode.
18151         (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
18152         (sgml-calculate-indent): Use assoc-string.
18154 2007-06-16  Karl Fogel  <kfogel@red-bean.com>
18156         * thingatpt.el (thing-at-point-email-regexp): Don't require two
18157         chars before the "@" in an email address.  Andreas Roehler noticed
18158         this problem.
18160 2007-06-15  Karl Fogel  <kfogel@red-bean.com>
18162         * thingatpt.el: Add support for email addresses (`email').
18163         (thing-at-point, bounds-of-thing-at-point): Document `email' support.
18164         (thing-at-point-email-regexp): New variable.
18165         (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
18166         properties on this symbol, with lambda forms for values.
18168 2007-06-15  Masatake YAMATO  <jet@gyve.org>
18170         * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
18172         * vc.el (vc-dired-hook): Check the backend returned from
18173         `vc-responsible-backend' can really handle `subdir'.
18175 2007-06-15  Chong Yidong  <cyd@stupidchicken.com>
18177         * wid-edit.el (widget-add-documentation-string-button):
18178         Fix handling of documentation indent.
18180 2007-06-15  Miles Bader  <miles@fencepost.gnu.org>
18182         * mb-depth.el: New file.
18184 2007-06-15  Masatake YAMATO  <jet@gyve.org>
18186         * vc.el (vc-dired-mode): Show backend name as part of mode name.
18188 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
18190         * wid-edit.el (widget-default-create): Move ?h handling here...
18191         (widget-default-format-handler): ...from here.
18192         (widget-docstring, widget-add-documentation-string-button): New funs.
18193         (documentation-string): Add :visibility-widget property.
18194         (widget-documentation-string-value-create): Use it.
18196         * cus-edit.el (custom-split-regexp-maybe): Simplify.
18197         (custom-buffer-create-internal): Simplify message.
18198         (custom-variable-tag): Reduce height to normal.
18199         (custom-variable-value-create, custom-face-value-create)
18200         (custom-visibility): New widget.
18201         (custom-visibility): New face.
18202         (custom-group-value-create):
18203         Call widget-add-documentation-string-button, using `custom-visibility'.
18205 2007-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
18207         * emacs-lisp/bytecomp.el (byte-compile-current-group)
18208         (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
18209         change.  Apparently the "warning even if the group is implicit" is
18210         a feature rather than a bug.
18212 2007-06-14  Michael Kifer  <kifer@cs.stonybrook.edu>
18214         * emulation/viper.el (viper-describe-key-ad)
18215         (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
18216         Compile them conditionally.
18217         (viper-version): Belated version change.
18219 2007-06-14  Juanma Barranquero  <lekktu@gmail.com>
18221         * follow.el (follow-all-followers, follow-generic-filter):
18222         * pcomplete.el (pcomplete-restore-windows):
18223         * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
18224         (x-dnd-drop-data):
18225         * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
18226         * progmodes/python.el (python-complete-symbol):
18227         * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
18229 2007-06-13  Ryan Yeske  <rcyeske@gmail.com>
18231         * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
18232         around bright and dim regexps.  Make sure bright and dim matches
18233         use word anchors.  Send text through rcirc-markup functions.
18234         (rcirc-url-regexp): Add single quote character.
18235         (rcirc-connect): Write logs to disk on auto-save-hook.
18236         Make server a non-optional argument.
18237         (rcirc-log-alist): New variable.
18238         (rcirc-log-directory): Make customizable.
18239         (rcirc-log-flag): New customizable variable.
18240         (rcirc-log): New function.
18241         (rcirc-print): Use above function.
18242         (rcirc-log-write): New function.
18243         (rcirc-generate-new-buffer-name): Strip text properties.
18244         (rcirc-switch-to-buffer-function): Remove variable.
18245         (rcirc-last-non-irc-buffer): Remove variable.
18246         (rcirc-non-irc-buffer): Add function.
18247         (rcirc-next-active-buffer): Use above function.
18248         (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
18249         (rcirc-handler-ctcp-KEEPALIVE): Add handler.
18250         (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
18251         (rcirc-omit-mode): Add minor-mode.
18252         (rcirc-mode-map): Change C-c C-o binding.
18253         (rcirc-mode): Clear mode-line-process.  Use a custom
18254         fill-paragraph-function.  Set up buffer-invisibility-spec.
18255         (rcirc-response-formats): Remove timestamp code.
18256         (rcirc-omit-responses): Add variable.
18257         (rcirc-print): Don't put the overlay arrow on potentially omitted
18258         lines.  Log line to disk.  Record activity for private messages
18259         from /dim nicks.  Facify the fill-prefix with rcirc-timestamp face.
18260         (rcirc-jump-to-first-unread-line): Print message if there is no
18261         unread text.
18262         (rcirc-clear-unread): New function.
18263         (rcirc-markup-text-functions): Add variable.
18264         (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
18265         (rcirc-debug): Don't mess with window configuration.
18266         (rcirc-send-message): Send message before printing locally.
18267         Add SILENT argument, do not print message if non-nil.
18268         (rcirc-visible-buffers): New function and variable.
18269         (rcirc-window-configuration-change-1): Add function.
18270         (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
18271         server buffer.
18272         (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
18273         (rcirc-fill-paragraph): Add function.
18274         (rcirc-record-activity, rcirc-window-configuration-change-1):
18275         Only update the activity string if it has actually changed.
18276         (rcirc-update-activity-string): Remove padding characters from the
18277         mode-line string.
18278         (rcirc-disconnect-buffer): New function to be called when a
18279         channel is parted or the user quits.
18280         (rcirc-server-name): Warn when the server-name hasn't been set.
18281         (rcirc-window-configuration-change): Postpone work until
18282         post-command-hook.
18283         (rcirc-window-configuration-change-1): Update mode-line and
18284         overlay arrows here.
18285         (rcirc-authenticate): Fixc hanserv identification.
18286         (rcirc-default-server): Remove variable.
18287         (rcirc): Connect according to rcirc-connections.
18288         (rcirc-connections): Add variable.
18289         (rcirc-startup-channels-alist): Remove variable.
18290         (rcirc-startup-channels): Remove function.
18292 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18294         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
18296 2007-06-13  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
18298         * term/xterm.el (terminal-init-xterm): Escape parens in character
18299         constants.
18301 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18303         * progmodes/sh-script.el: Remove unneeded * from docstrings.
18304         Use [:alpha:] and [:alnum:] where applicable.
18305         (sh-quoted-subshell): Rewrite to correctly
18306         handle nested mixes of `...' and $(...).
18307         (sh-apply-quoted-subshell): Remove.
18308         (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
18310         * vc-arch.el (vc-arch-command): Remove bzr.  It's a different program.
18312 2007-06-13  Michael Kifer  <kifer@cs.stonybrook.edu>
18314         * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
18315         previous change.
18317 2007-06-12  Tom Tromey  <tromey@redhat.com>
18319         * subr.el (user-emacs-directory): New defconst.
18320         * cmuscheme.el (scheme-start-file):
18321         * shell.el (shell):
18322         * completion.el (save-completions-file-name):
18323         * custom.el (custom-theme-directory):
18324         * term/x-win.el (emacs-session-filename):
18325         * filesets.el (filesets-menu-cache-file):
18326         * thumbs.el (thumbs-thumbsdir):
18327         * server.el (server-auth-dir):
18328         * image-dired.el (image-dired-dir):
18329         (image-dired-db-file):
18330         (image-dired-temp-image-file):
18331         (image-dired-gallery-dir):
18332         (image-dired-temp-rotate-image-file):
18333         * play/gamegrid.el (gamegrid-user-score-file-directory):
18334         * savehist.el (savehist-file):
18335         * tutorial.el (tutorial--saved-dir):
18336         * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
18338 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
18340         * scroll-lock.el (scroll-lock-mode): Doc fix.
18342 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
18344         * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
18346         * ediff-init.el: Doc strings.
18348 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18350         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
18351         (byte-compile-file): Bind it.
18352         (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
18353         group argument is provided implicitly.
18354         (byte-compile-format-warn, byte-compile-from-buffer)
18355         (byte-compile-insert-header): Don't hardcode point-min==1.
18356         (byte-compile-file-form-require): Remove unused var old-load-list.
18357         (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
18359 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
18361         * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
18362         Display error messages.
18363         (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
18364         Get rid of cl.el dependencies.
18366         * emulation/viper-init.el (viper-suppress-input-method-change-message):
18367         New variable.
18368         (viper-activate-input-method-action)
18369         (viper-inactivate-input-method-action):
18370         Use viper-suppress-input-method-change-message.
18372         * emulation/viper-keym.el (viper-vi-basic-map): Disable the bindings
18373         for C-s, C-r.
18375         * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
18376         Use viper-replace-overlay-cursor-color instead of
18377         viper-replace-overlay-cursor-color.
18378         (viper-sit-for-short): Use sit-for with 3 arguments.
18380         * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
18381         (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
18382         to gud-mode.
18384         * ediff-mult.el (ediff-meta-buffer-brief-message)
18385         (ediff-meta-buffer-verbose-message): New variables.
18386         (ediff-meta-buffer-message): Variable deleted.
18387         (ediff-verbose-help-enabled): New variable.
18388         (ediff-toggle-verbose-help-meta-buffer): New function.
18389         (ediff-redraw-directory-group-buffer): Made aware of short/verbose
18390         message options.
18392         * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
18393         (ediff-fixup-patch-map): Improve heuristic.
18395 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18397         * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
18398         (log-view-font-lock-keywords): Simplify.
18399         (log-view-current-file, log-view-current-tag): Simplify.
18401 2007-06-12  Sam Steingold  <sds@gnu.org>
18403         * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
18405 2007-06-12  Juanma Barranquero  <lekktu@gmail.com>
18407         * desktop.el (desktop-load-locked-desktop): New option.
18408         (desktop-read): Use it.
18409         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
18410         Use `when'.
18412 2007-06-12  Davis Herring  <herring@lanl.gov>
18414         * desktop.el (desktop-save-mode-off): New function.
18415         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
18416         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
18417         (desktop-claim-lock, desktop-release-lock): New functions.
18418         (desktop-kill): Tell `desktop-save' that this is the last save.
18419         Release the lock afterwards.
18420         (desktop-buffer-info): New function.
18421         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
18422         says to.  Detect conflicts, and manage the lock.
18423         (desktop-read): Detect conflicts.  Manage the lock.
18425 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18427         * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
18429         * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
18430         (tpu-lucid-emacs-p): Remove.  Use (featurep 'xemacs) instead.
18431         (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
18432         (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
18433         keysyms rather than byte sequences.
18434         (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
18436 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18438         * font-lock.el (font-lock-add-keywords): In case font-lock was only
18439         half-activated, forcefully activate it completely.
18441 2007-06-11  Richard Stallman  <rms@gnu.org>
18443         * cus-edit.el (custom-variable-type): Doc fix.
18445 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18447         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
18448         (sh-font-lock-flush-syntax-ppss-cache): New functions.
18449         (sh-font-lock-syntactic-keywords): Use them to distinguish the
18450         different possible cases for \'.
18452         * complete.el (PC-bindings): Don't bind things already bound in the
18453         parent keymap.
18455         * textmodes/bibtex-style.el: New file.
18457 2007-06-11  Riccardo Murri  <riccardo.murri@gmail.com>
18459         * vc-bzr.el: New file.
18461 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18463         * vc-svn.el (vc-svn-program): New var.
18464         (vc-svn-command): Use it.
18466 2007-06-11  Juanma Barranquero  <lekktu@gmail.com>
18468         * server.el (server-switch-buffer): Remove redundant check.
18470 2007-06-10  Martin Rudalics  <rudalics@gmx.at>
18472         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
18473         Match against file-name-nondirectory.
18474         Fix text on user customization variables.
18475         Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
18477 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
18479         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
18481 2007-06-09  Davis Herring  <herring@lanl.gov>
18483         * desktop.el (desktop-minor-mode-table): Doc fix.
18485 2007-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18487         * textmodes/css-mode.el (css-navigation-syntax-table):
18488         Use set-char-table-range so it also works in the unicode branch.
18490 2007-06-08  Nick Roberts  <nickrob@snap.net.nz>
18492         * help-mode.el (help-xref-forward-stack)
18493         (help-xref-stack-forward-item, help-forward-label): New variables.
18494         (help-forward): New button type.
18495         (help-setup-xref): Initialise help-xref-forward-stack.
18496         (help-make-xrefs): Add forward button, if appropriate.
18497         (help-xref-go-back): Push item on forward stack.
18498         (help-xref-go-forward, help-go-forward): New functions.
18500 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
18502         * dired.el (dired-mode-map): Remove spurious separator.
18504 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
18506         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
18508         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
18509         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
18511 2007-06-07  Carsten Dominik  <dominik@science.uva.nl>
18513         * textmodes/org.el: Version number fixed.
18515 2007-06-07  Glenn Morris  <rgm@gnu.org>
18517         * version.el (emacs-copyright): New constant.
18518         * startup.el (fancy-splash-tail): Use emacs-copyright.
18519         * calc/calc-help.el (calc-full-help): Use emacs-copyright.
18521         * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
18522         `make-local'.
18523         (byte-compile-warnings-safe-p): Add `make-local'.
18524         (byte-compile-make-variable-buffer-local):
18525         Allow byte-compile-warnings to suppress this warning.
18527         * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
18528         format of "menu" description.
18529         (tutorial--find-changed-keys): Describe the specific menu a
18530         command is in.
18532         * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
18533         Rewrite compatibility functions to silence byte-compiler.
18535 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
18537         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
18538         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
18540 2007-06-07  Eric M. Ludlam  <eric@siege-engine.com>
18542         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
18544 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
18546         * progmodes/ebrowse.el (ebrowse-member-table):
18547         * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
18548         (org-batch-agenda-csv): Fix typos in docstrings.
18550 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
18552         * international/mule-cmds.el (toggle-enable-multibyte-characters)
18553         (sort-coding-systems, search-unencodable-char): Doc fixes.
18554         (coding-system-change-eol-conversion, set-default-coding-systems)
18555         (prefer-coding-system, find-multibyte-characters, princ-list)
18556         (leim-list-entry-regexp, set-input-method, locale-language-names)
18557         (input-method-exit-on-first-char, exit-language-environment-hook)
18558         (locale-charset-language-names): Fix typos in docstrings.
18560 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
18562         * pgg.el (pgg-sign-region, pgg-sign):
18563         * ses.el (ses-call-printer):
18564         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
18565         * textmodes/org.el (org-cycle): Fix typos in docstrings.
18567 2007-06-06  Carsten Dominik  <dominik@science.uva.nl>
18569         * textmodes/org.el (org-export-region-as-html)
18570         (org-replace-region-by-html, org-number-to-letters)
18571         (org-table-fedit-finish, org-normalize-color)
18572         (org-table-fedit-ref-right, org-date-to-gregorian)
18573         (org-table-fedit-move, org-table-convert-refs-to-rc)
18574         (org-calendar-holiday, org-table-fedit-toggle-ref-type)
18575         (org-write-agenda, org-colgroup-info-to-vline-list)
18576         (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
18577         (org-indent-line-function, org-export-as-html-to-buffer)
18578         (org-store-agenda-views, org-update-mode-line)
18579         (org-find-if, org-delete-all)
18580         (org-table-fedit-convert-buffer, org-emphasize)
18581         (org-uniquify, org-table-fedit-lisp-indent)
18582         (org-table-fedit-scroll, org-get-todo-sequence-head)
18583         (org-table-fedit-scroll-down, org-table-fedit-line-down)
18584         (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
18585         (org-table-fedit-toggle-coordinates, org-dvipng-color)
18586         (org-table-fedit-line-up, org-table-fedit-ref-down)
18587         (org-table-formula-from-user, org-mode-flyspell-verify)
18588         (org-cycle-show-empty-lines, org-ctrl-c-ret)
18589         (org-table-formula-to-user, org-diary-to-ical-string)
18590         (orgtbl-export, org-table-fedit-post-command)
18591         (org-closed-in-range, org-shiftcontrolright)
18592         (org-table-convert-refs-to-an, org-table-hline-and-move)
18593         (org-table-formula-less-p, org-format-table-ascii)
18594         (org-agenda-get-sexps, org-shift-refpart)
18595         (org-diary-sexp-entry, org-time-string-to-absolute)
18596         (org-table-show-reference, org-letters-to-number)
18597         (org-fix-agenda-info, org-table-fedit-ref-up)
18598         (org-table-fedit-shift-reference, org-table-fedit-abort)
18599         (org-closest-date, org-shiftcontrolleft)
18600         (org-at-heading-or-item-p, org-rematch-and-replace)
18601         (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
18602         New functions.
18603         (org-table-edit-scroll-down, org-finish-edit-formulas)
18604         (org-table-edit-next-field, org-abort-edit-formulas)
18605         (org-font-lock-level, org-export-find-first-heading-line)
18606         (org-table-edit-line-down, org-table-edit-backward-field)
18607         (org-edit-formula-lisp-indent, org-table-edit-move)
18608         (org-check-log-option, org-this-word)
18609         (org-table-edit-line-up, org-table-edit-formulas-post-command)
18610         (org-agenda-file-to-end, org-expand-file-name)
18611         (org-fake-empty-table-line, org-table-edit-scroll)
18612         (org-toggle-log-option, org-show-reference): Function removed.
18613         (org-inhibit-invisibility, org-table-formula-make-cmp-string):
18614         New defsubsts.
18615         (org-unmodified, org-batch-store-agenda-views)
18616         (org-batch-agenda-csv): New macro.
18617         (org-agenda-export): New customization group.
18618         (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
18619         (org-highest-priority, org-agenda-exporter-settings)
18620         (org-log-done-with-time, org-replace-disputed-keys)
18621         (org-format-latex-header, org-export-table-header-tags)
18622         (org-cycle-separator-lines, org-export-table-data-tags)
18623         (org-icalendar-include-sexps)
18624         (org-empty-line-terminates-plain-lists)
18625         (org-log-repeat, org-special-ctrl-a)
18626         (org-table-use-standard-references, org-disputed-keys)
18627         (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
18628         (org-agenda-export-html-style): New option.
18629         (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
18630         (org-CUA-compatible): Option removed.
18631         (org-agenda-structure, org-sexp-date): New face.
18632         (org-todo-keywords-for-agenda, org-not-done-keywords)
18633         (org-planning-or-clock-line-re, org-agenda-name)
18634         (org-table-colgroup-info, org-todo-sets)
18635         (constants-unit-system, org-clock-mode-line-entry)
18636         (org-mode-line-timer, org-table-current-begin-pos)
18637         (org-todo-keywords-1, org-mode-line-string)
18638         (org-table-clean-did-remove-column, org-table-fedit-map)
18639         (org-clock-heading, org-table-buffer-is-an)
18640         (org-agenda-info, org-done-keywords)
18641         (org-done-keywords-for-agenda, org-todo-heads)
18642         (org-todo-kwd-alist, org-clock-start-time): New variable.
18643         (org-todo-kwd-priority-p, org-edit-formulas-map)
18644         (org-repeat-re, org-todo-kwd-max-priority)
18645         (org-version, org-done-string)
18646         (org-table-clean-did-remove-column-1, org-disputed-keys):
18647         Remove variables.
18648         (org-table-translate-regexp, org-repeat-re, org-version): New consts.
18649         (org-ts-lengths): Constant removed.
18650         (org-follow-gnus-link): Don't ask how many articles to read.
18651         (org-export-find-first-export-line): Rename from
18652         `org-export-find-first-heading'.
18653         Use `org-export-skip-text-before-1st-heading'.
18654         (org-table-fedit-post-command): Rename from
18655         `org-table-edit-formulas-post-command'.
18656         (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
18657         (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
18658         (org-table-fedit-lisp-indent): Rename from
18659         `org-edit-formula-lisp-indent'.
18660         (org-table-show-reference): Rename from `org-show-reference'.
18661         (org-table-store-formulas): Use `org-table-formula-less-p'.
18662         (org-table-edit-formulas): Position cursor to current field equation.
18663         (org-update-checkbox-count, org-hide-archived-subtrees)
18664         (org-timestamp-up-day, org-timestamp-down-day)
18665         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
18666         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
18667         (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
18668         (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
18669         Let `org-on-heading-p' also check for invisible heading.
18670         (org-read-date): Match am/pm times.
18671         (org-eval-in-calendar): Fix default date in prompt.
18673 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
18675         * files.el (auto-mode-alist): Separate "ChangeLog.1" and
18676         "ChangeLog.a" entries, giving the latter lower priority.
18678 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
18680         * faces.el (face-id): If the argument is a face alias,
18681         return the ID of the target face.
18683 2007-06-05  Michael Albinus  <michael.albinus@gmx.de>
18685         * net/socks.el (top): Remove unnecessary copyright line.
18687 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
18689         * longlines.el (longlines-auto-wrap): Handle argument correctly.
18691 2007-06-04  Michael Albinus  <michael.albinus@gmx.de>
18693         * net/socks.el: New file, taken from w3 repository.
18694         (top): Update Copyright.  Don't load cl.el.
18695         (all): Replace `case' by `cond', `string-to-int' by
18696         `string-to-number', and `process-kill-without-query' by
18697         `set-process-query-on-exit-flag'.
18698         (socks-char-int): Remove defalias and all occurrences.
18700 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
18702         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
18703         Fix typos in docstrings.
18704         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
18705         (compilation-finish-function): Fix typo in obsolescence declaration.
18707 2007-06-03  Sam Steingold  <sds@gnu.org>
18709         * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
18710         handle unending automatic recompilation of changed files (`omake -P').
18711         (compilation-loop): VISITED is now 5th CDR.
18712         (compilation-next-error-function): Set TIMESTAMP.
18714 2007-06-03  Sam Steingold  <sds@gnu.org>
18716         * files.el (kill-buffer-ask): New function.
18717         (kill-some-buffers): Use it.
18718         (kill-matching-buffers): New user command.
18720 2007-06-01  David Kastrup  <dak@gnu.org>
18722         * dired.el (dired-recursive-deletes, dired-recursive-copies):
18723         Change default to `top'.
18725 2007-05-31  Richard Stallman  <rms@gnu.org>
18727         * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
18729 2007-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
18731         * textmodes/css-mode.el: New file.
18733 2007-05-30  Michael Olson  <mwolson@gnu.org>
18735         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
18736         died and we are trying to send a signal to it.  The program using
18737         tq.el should periodically check to see whether the process has
18738         died and react appropriately -- this is not the responsibility of
18739         tq.el, and is consistent with the rest of the tq.el source code.
18741 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
18743         * textmodes/table.el (table--point-entered-cell-function)
18744         (table--point-left-cell-function):
18745         Bind `inhibit-point-motion-hooks' to t.
18747 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
18749         * emacs-lisp/rx.el (rx): Doc fix.
18751 2007-05-28  Juanma Barranquero  <lekktu@gmail.com>
18753         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
18755 2007-05-28  Michael Albinus  <michael.albinus@gmx.de>
18757         Sync with Tramp 2.0.56.
18759         * net/tramp.el:
18760         * net/tramp-ftp.el:
18761         * net/tramp-smb.el:
18762         * net/tramp-util.el:
18763         * net/tramp-vc.el:
18764         Don't load cl.el, because that pollutes the namespace.  Replace cl
18765         macros by their implementations where necessary.  Requested by
18766         Richard Stallman <rms@gnu.org>.
18768         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
18769         doesn't exist.
18770         (with-parsed-tramp-file-name): Protect debug spec during compilation.
18771         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
18772         (tramp-file-name-p, tramp-file-name-multi-method)
18773         (tramp-file-name-method, tramp-file-name-user)
18774         (tramp-file-name-host, tramp-file-name-localname): New defuns,
18775         replacing defstruct `tramp-file-name'.
18776         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
18777         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
18778         Apply `vector' instead of `make-tramp-file-name'.
18779         (tramp-handle-make-auto-save-file-name):
18780         Apply `tramp-temporary-file-directory' for compatibility reasons.
18781         (tramp-completion-mode): Use `natnump' instead of `wholenump'
18782         because of XEmacs.
18783         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
18784         started.
18786 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
18788         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
18790 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
18792         * log-edit.el (log-edit-changelog-paragraph): Return point-max
18793         as the end of the ChangeLog paragraph when it ends without a line
18794         termination.
18796 2007-05-27  Ryan Yeske  <rcyeske@gmail.com>
18798         * net/webjump.el (webjump-sample-sites):
18799         Add simple Wikipedia query.
18801 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18803         * emacs-lisp/derived.el (define-derived-mode): Remove bogus
18804         compatibility code.
18806         * emacs-lisp/copyright.el (copyright-names-regexp): New var.
18807         (copyright-update-year): Use it.
18809         * edmacro.el (edmacro-format-keys): Use current-active-maps.
18811         * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
18812         Add indentation and debugging info.  Fix up comment convention.
18814         * cus-dep.el (custom-make-dependencies): Simplify.
18816         * composite.el (compose-region, decompose-region):
18817         Use inhibit-read-only and restore-buffer-modified-p.
18819         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
18820         (xterm-mouse-event): Use it.
18822 2007-05-25  Juanma Barranquero  <lekktu@gmail.com>
18824         * bs.el (bs-cycle-previous): Don't modify the cycle list until
18825         `switch-to-buffer' has returned succesfully.
18826         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
18827         window is dedicated (it could iconify the frame).
18829 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
18831         * vc-hooks.el (vc-find-root): Fix file attribute test.
18833 2007-05-24  Richard Stallman  <rms@gnu.org>
18835         * textmodes/flyspell.el (flyspell-correct-word-before-point):
18836         Don't let opoint be nil.
18837         (flyspell-emacs-popup): Explicit error if no dialogs.
18839 2007-05-24  Chong Yidong  <cyd@stupidchicken.com>
18841         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
18842         (image-next-line, image-previous-line, image-scroll-up)
18843         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
18844         New functions.
18845         (image-mode-map): Remap motion commands.
18846         (image-mode-text-map): New keymap for viewing images as text.
18847         (image-mode): Use image-mode-map.
18848         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
18850 2007-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18852         * textmodes/fill.el (canonically-space-region): Make the second arg
18853         a marker if it's not already the case.
18855 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
18857         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
18858         (tar-get-descriptor): Handle type 55, an extended pax header.
18860 2007-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18862         * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
18863         to confuse outline-minor-mode.
18865 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
18867         * tar-mode.el (tar-file-name-handler): New function.
18868         (tar-extract): Bind file-name-handler-alist to it to force
18869         find-buffer-file-type-coding-system behave as if the file being
18870         extracted existed.  Use last-coding-system-used to force
18871         buffer-file-coding-system to what decode-coding-region actually
18872         used to decode the file.
18874 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
18876         * progmodes/compile.el (compilation-handle-exit):
18877         `compilation-finish-function' may change the current buffer.
18879 2007-05-22  Richard Stallman  <rms@gnu.org>
18881         * files.el (set-auto-mode): Doc fix.
18883 2007-05-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18885         * help-fns.el (find-source-lisp-file): New function.
18886         (describe-function-1): Use find-source-lisp-file to find source
18887         file in compile tree.
18889 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
18891         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
18893 2007-05-22  Juanma Barranquero  <lekktu@gmail.com>
18895         * emacs-lisp/easy-mmode.el (define-minor-mode)
18896         (easy-mmode-define-navigation): Fix typos in docstrings.
18898 2007-05-22  Glenn Morris  <rgm@gnu.org>
18900         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
18902 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18904         * mail/mail-extr.el (mail-extract-address-components):
18905         Recognize non-ASCII characters except for NBSP as words.
18907 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
18909         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
18910         (rcirc-print): Handle `window-width'.
18911         (rcirc-buffer-maximum-lines): Doc fix.
18913 2007-05-21  Chong Yidong  <cyd@stupidchicken.com>
18915         * image-mode.el (image-toggle-display): Don't clear image cache.
18916         Only use filename in image spec if the file is readable.
18917         Call image-refresh.
18919         * image.el (image-type-from-file-name, image-type): Simplify.
18920         (image-type-auto-detected-p): Don't scan auto-mode-alist.
18922         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
18923         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
18925 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
18927         * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
18928         is an error.
18930         * term/linux.el (terminal-init-linux): Don't signal an error
18931         if gpm isn't running.
18933 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
18935         * t-mouse.el: Reduce to a minor-mode macro call.
18936         (t-mouse-mode): Remove the lighter.
18938         * term/linux.el (terminal-init-linux): Enable t-mouse by default.
18940 2007-05-19  Dan Nicolaescu  <dann@ics.uci.edu>
18942         * files.el (auto-mode-alist): Change the regexp so that
18943         ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
18945 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
18947         * Version 22.1 released.
18949 2007-05-19  Chong Yidong  <cyd@stupidchicken.com>
18951         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
18952         changes.
18954 2007-05-19  Kevin Ryde  <user42@zip.com.au>
18956         * info.el (Info-fontify-node): Fontify https as well as http and ftp.
18958 2007-05-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
18960         * textmodes/sgml-mode.el: Revert last change.
18962 2007-05-18  Richard Stallman  <rms@gnu.org>
18964         * simple.el (push-mark): Doc fix.
18966 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
18968         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
18969         tpu-global-map.
18970         (tpu-original-global-map): Variable deleted.
18971         (tpu-control-keys-map): New keymap variable.
18972         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
18973         setting keymapping directly.
18974         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
18975         tpu-global-map.
18976         (tpu-edt-on): Activate the tpu-global-map.
18977         (tpu-edt-off): Deactivate the tpu-global-map.
18979 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
18981         * textmodes/ispell.el (ispell-get-word): Return markers
18982         for start and end positions.
18983         (ispell-word): Assume END is a marker.
18985 2007-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18987         * printing.el: Group together all XEmacs/Emacs definitions.
18988         (pr-version): New version 6.9.
18989         (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
18990         (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
18991         (pr-menu-bind): Fix code.
18992         (pr-e-frame-char-height, pr-e-frame-char-width)
18993         (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
18994         (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
18995         (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
18996         (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
18997         (pr-x-event-y-pixel): Aliases eliminated.
18998         (pr-xemacs-global-menubar): Macro moved.
18999         (current-menubar, current-mouse-event, zmacs-region-stays)
19000         (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
19001         (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
19002         Vars moved.
19003         (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
19004         (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
19005         (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
19006         (pr-menu-set-utility-title, pr-even-or-odd-pages)
19007         (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
19008         (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
19009         moved.
19011 2007-05-17  Christian Plate  <cplate@web.de>  (tiny change)
19013         * textmodes/sgml-mode.el (sgml-tag):
19014         Fix bug: Call sgml-transformation-function.
19016 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
19018         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
19019         modified flag of buffer.  Use `inhibit-modification-hooks'.
19021 2007-05-16  Richard Stallman  <rms@gnu.org>
19023         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
19025 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19027         * files.el (magic-mode-alist, magic-fallback-mode-alist):
19028         Move the *ml, Postscript, and XmCD entries to the fallback part.
19030         * files.el (magic-fallback-mode-alist):
19031         Rename from file-start-mode-alist.
19033 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
19035         * progmodes/compile.el (compilation-handle-exit): Quote first
19036         argument of `run-hook-with-args'.
19038 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
19040         * buff-menu.el (Buffer-menu-sort-column):
19041         * dabbrev.el (dabbrev-upcase-means-case-search):
19042         * dired.el (dired-recursive-deletes, dired-recursive-copies):
19043         * info.el (Info-current-subfile):
19044         * ls-lisp.el (ls-lisp-verbosity):
19045         * msb.el (msb-menu-cond):
19046         * pcvs.el (cvs-dired-use-hook):
19047         * simple.el (set-mark-command-repeat-pop):
19048         * time.el (display-time-24hr-format, display-time-mail-file):
19049         Doc fixes.
19051         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
19052         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
19054         * view.el (view-inhibit-help-message): Fix typo in docstring.
19055         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
19057 2007-05-16  Martin Rudalics  <rudalics@gmx.at>
19059         * textmodes/ispell.el (ispell-start-process): Defend against bad
19060         default-directory.
19062 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
19064         * mail/rmail.el (rmail-convert-to-babyl-format): Check
19065         content-transfer-encoding _last_, because it's its position that
19066         we need as value of base64-header-field-end.
19068 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
19070         * files.el (mode-require-final-newline, require-final-newline)
19071         (enable-local-variables, enable-local-eval): Doc fixes.
19073 2007-05-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19075         * ps-print.el: Use default color when foreground or background color
19076         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
19077         (ps-print-version): New version 6.7.4.
19078         (ps-rgb-color): New argument.  Use default color when color is
19079         unspecified.
19080         (ps-begin-job): Fix code.
19082 2007-05-12  Chong Yidong  <cyd@stupidchicken.com>
19084         * longlines.el (longlines-mode): Make longlines-auto-wrap
19085         buffer-local.  Add hooks unconditionally.
19086         (longlines-auto-wrap): Toggle wrapping.
19087         (longlines-after-change-function)
19088         (longlines-post-command-function): Check longlines-auto-wrap.
19090 2007-05-12  Nick Roberts  <nickrob@snap.net.nz>
19092         * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
19093         (xterm-mouse-translate): Use it.
19095 2007-05-10  Richard Stallman  <rms@gnu.org>
19097         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
19098         (iso-cvt-write-only): Likewise.
19100         * emacs-lisp/easy-mmode.el (define-minor-mode):
19101         Fix generated doc string.
19103         * startup.el (fancy-splash-text): Add URL of guided tour.
19104         Adjust horizontal and vertical whitespace.
19106         * progmodes/compile.el (compilation-handle-exit):
19107         Use run-hook-with-args to run compilation-finish-functions.
19109         * files.el (file-start-mode-alist): New variable.
19110         (magic-mode-regexp-match-limit): Doc fix.
19111         (set-auto-mode): Handle file-start-mode-alist.
19112         A little cleanup of structure.
19114         * dabbrev.el (dabbrev-eliminate-newlines):
19115         Renamed from dabbrev--eliminate-newlines.  All uses changed.
19117 2007-05-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
19119         * man.el (Man-next-section): Don't consider the last line of the page
19120         as being part of any section.
19122 2007-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19124         * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
19125         can take any number of values.
19127 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
19129         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
19130         to the list of citation commands.
19132 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
19134         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
19136 2007-05-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
19138         * progmodes/python.el (python-font-lock-keywords)
19139         (python-open-block-statement-p, python-mode): Add support for the new
19140         "with" keyword.
19142 2007-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19144         * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
19145         the exact opposite of diff-goto-source.
19147         * emacs-lisp/advice.el (ad-special-forms): Remove.
19148         (ad-special-form-p): Use subr-arity.
19150         * newcomment.el (comment-search-forward): Make sure we search forward.
19151         (comment-enter-backward): Try and distinguish the non-matching case at
19152         EOB from the non-matching case with a missing comment-end-skip for
19153         a 2-char comment ender.
19154         (comment-choose-indent): New function extracted from comment-indent.
19155         Improve the alignment algorithm.
19156         (comment-indent): Use it.
19158         * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
19159         XML style Processing Instructions.
19160         (sgml-parse-tag-backward): Handle XML-style PIs.  Also ensure progress.
19161         (sgml-calculate-indent): Handle `pi' context.
19163         * vc.el: Ensure that update-changelog issues an error when used with
19164         a backend that does not implement it.
19165         (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
19166         Remove `backend' argument.  Use expand-file-name.
19167         (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
19169         * progmodes/python.el (python-end-of-block): Revert last change.
19170         (python-end-of-statement): Make sure we move *forward*.
19172 2007-05-08  Richard Stallman  <rms@gnu.org>
19174         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
19175         Don't include non-self-insert commands in the exception for `-'.
19177 2007-05-08  David Reitter  <david.reitter@gmail.com>
19179         * progmodes/python.el (python-guess-indent): Check non-nullness
19180         before comparing indent against the 2..8 interval.
19182 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19184         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
19185         available.
19187 2007-05-06  Richard Stallman  <rms@gnu.org>
19189         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
19191 2007-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19193         * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
19194         rather than storing their value in the revert-buffer function.
19196 2007-05-04  Nick Roberts  <nickrob@snap.net.nz>
19198         * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
19199         when disabling t-mouse-mode.
19201 2007-05-01  Davis Herring  <herring@lanl.gov>
19203         * calendar/timeclock.el: Update version number.
19204         (timeclock-modeline-display): Mention timeclock-use-display-time
19205         in explanatory message.
19206         (timeclock-in): Fix non-interactive workday specifications.
19207         (timeclock-log): Don't kill the log buffer if it already existed.
19208         Suppress warnings when finding the log.  Don't check for a nil
19209         project twice.  Run hooks after killing the buffer (if applicable).
19210         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
19211         was geometric).  All uses changed.
19212         (timeclock-generate-report): Support prefix argument.
19214 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
19216         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
19217         disconnections.
19219 2007-05-01  Romain Francoise  <romain@orebokech.com>
19221         * dired-x.el: Revert 2007-04-06 change.
19223 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
19225         * find-dired.el (find-dired-filter): Propertize all text down to eob.
19227 2007-04-29  Richard Stallman  <rms@gnu.org>
19229         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
19231 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19233         * progmodes/cc-mode.el (c-before-change): Use point-min rather
19234         than 1.
19236 2007-04-28  Richard Stallman  <rms@gnu.org>
19238         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
19240 2007-04-28  Nick Roberts  <nickrob@snap.net.nz>
19242         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
19243         don't put stop on toolbar.
19245 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19247         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
19249 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
19251         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
19252         instead of $(lisp)/mh-e.
19254 2007-04-28  Glenn Morris  <rgm@gnu.org>
19256         * image-dired.el (image-dired-cmd-create-thumbnail-options)
19257         (image-dired-cmd-create-temp-image-options): Replace option
19258         +profile "*" with -strip.
19260 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
19262         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
19263         Use window-start and window-end.
19265 2007-04-27  Andreas Schwab  <schwab@suse.de>
19267         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
19269 2007-04-27  Eli Zaretskii  <eliz@gnu.org>
19271         * textmodes/fill.el (fill-paragraph): Doc fix.
19273 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
19275         * locate.el (locate-in-alternate-database): Doc fix.
19277 2007-04-26  Glenn Morris  <rgm@gnu.org>
19279         * button.el (button): Use underline if supported, else fall back
19280         to color.
19282         * version.el (emacs-version): Increase to 22.1.50.
19284 2007-04-25  Richard Stallman  <rms@gnu.org>
19286         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
19288 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
19290         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
19291         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
19292         pushing mark.
19293         (idlwave-current-routine): Don't push mark.
19295 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
19297         * image-dired.el (image-dired-display-image): Derive image-type from
19298         filename rather than assuming jpeg, in case no resizing was needed.
19300 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
19302         * custom.el (defface): Doc fix.
19304 See ChangeLog.12 for earlier changes.
19306 ;; Local Variables:
19307 ;; coding: iso-2022-7bit
19308 ;; add-log-time-zone-rule: t
19309 ;; End:
19311     Copyright (C) 2007, 2008  Free Software Foundation, Inc.
19313   This file is part of GNU Emacs.
19315   GNU Emacs is free software; you can redistribute it and/or modify
19316   it under the terms of the GNU General Public License as published by
19317   the Free Software Foundation; either version 3, or (at your option)
19318   any later version.
19320   GNU Emacs is distributed in the hope that it will be useful,
19321   but WITHOUT ANY WARRANTY; without even the implied warranty of
19322   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19323   GNU General Public License for more details.
19325   You should have received a copy of the GNU General Public License
19326   along with GNU Emacs; see the file COPYING.  If not, write to the
19327   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
19328   Boston, MA 02110-1301, USA.
19330 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af