Remove the `function' in `(function (lambda'.
[emacs.git] / lisp / ChangeLog
blob97c66c08d262e38b71d519b838b60590f6b455fc
1 2008-03-13  Glenn Morris  <rgm@gnu.org>
3         * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
4         generate-autoload-cookie patterns.
6         * startup.el (command-line-1): Rename -scriptload to -internal-script.
8         * mail/supercite.el: Remove the `function' in `(function (lambda'.
9         Replace `(car (cdr' with cadr'.
11         * progmodes/f90.el (f90-font-lock-n): New function.
12         (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
13         Use f90-font-lock-n.
14         (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
16         * progmodes/f90.el (f90-mode-abbrev-table):
17         * progmodes/fortran.el (fortran-mode-abbrev-table):
18         Use newer form of define-abbrev, where supported.  No need to bind
19         abbrevs-changed for system abbrevs.
21 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
23         * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
24         delete-frame-functions.
26         * bookmark.el (Info-current-node): Remove.
28 2008-03-12  Juri Linkov  <juri@jurta.org>
30         * help.el (describe-project): Remove defaliases for view-todo and
31         describe-project that are now unnecessary after the merge from
32         emacs--rel--22 that added define-obsolete-function-alias.
34         * startup.el (inhibit-startup-screen): Revert incomplete
35         2008-03-10 merge from emacs--rel--22 that partly reverted
36         2008-02-28 change that added initial message to *scratch* buffer
37         regardless of the value of `inhibit-startup-screen'.
38         Now keep this change in the trunk, but not in the 22 branch.
40 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
42         * international/quail.el (quail-setup-completion-buf, quail-help):
43         * mail/binhex.el (binhex-decode-region-internal):
44         * mail/uudecode.el (uudecode-decode-region-internal):
45         * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
46         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
47         setting default-enable-multibyte-characters.
49         * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
51         * comint.el: Fix up indentation and comment style.  Remove `function'.
53         * international/mule-cmds.el (reset-language-environment)
54         (set-language-environment-nonascii-translation):
55         Don't set-unibyte-charset.
57         * doc-view.el: Remove all cb-args, use closures instead.
58         (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
59         doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
60         doing an incorrect check).  Update all callers to use the new name.
61         (doc-view-doc->txt): Add missing `txt' argument.
63 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
65         * doc-view.el (doc-view-current-cache-dir): Set buffer used for
66         md5 sum calculation to single-byte.
68 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
70         * doc-view.el (doc-view-new-window-function): Add assertion.
71         (doc-view-doc-type): New var.
72         (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
73         (doc-view-intersection): New fun.
74         (doc-view-mode): Use it to set the new var.
76 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
78         * doc-view.el (doc-view-doc->txt, doc-view-open-text)
79         (doc-view-already-converted-p): New functions.
80         (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
81         (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
82         (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
83         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
84         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
85         (doc-view-convert-current-doc): Don't hardwire the functions the
86         sentinels call.  Now they're provided by two args CALLBACK and
87         CB-ARGS to the functions.
88         (doc-view-search): Use doc-view-doc->txt.
89         (doc-view-initiate-display): Use doc-view-already-converted-p.
90         Mention new binding C-c C-t if doc-view-mode doesn't work.
92 2008-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
94         * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
96 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
98         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
99         Mark " outside of tags as punctuation.
101 2008-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
103         * menu-bar.el (minibuffer-local-map): Use the same command for the
104         "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
105         Prefer RET over C-j for exit-minibuffer.
107         * files.el (display-buffer-other-frame): Eliminate problematic code.
109         * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
110         (menu-bar-select-buffer): Remove.
111         (menu-bar-select-frame): Make non-interactive and take a frame arg.
112         (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
114 2008-03-11  Juanma Barranquero  <lekktu@gmail.com>
116         * icomplete.el (icomplete-completions): Remove obsolete code.
118         * net/net-utils.el (iwconfig-program-options): Doc fix.
119         (net-utils-run-program, run-network-program): Define as functions.
121 2008-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
123         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
125 2008-03-11  Glenn Morris  <rgm@gnu.org>
127         * faces.el (mode-line-emphasis): New face.
128         * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
130         * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
132 2008-03-11  Chong Yidong  <cyd@stupidchicken.com>
134         * simple.el (set-mark-command): Doc fix.
136 2008-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
138         * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
140         * emacs-lisp/autoload.el (autoload-find-destination):
141         Don't force raw-text.
143         * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
144         * calendar/cal-loaddefs.el: Don't version control.
146 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
148         * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
149         entries and add :help to the existing ones.
151 2008-03-10  Glenn Morris  <rgm@gnu.org>
153         * calendar/cal-hebrew.el (date, entry, number): Move declarations
154         to where they are needed.
156         * calendar/calendar.el (diary-file, hebrew-holidays-1)
157         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
158         (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
159         (calendar-version): Doc fixes.
160         (calendar-absolute-from-gregorian): Use zerop.
161         (calendar-mode-line-format): Make it a defcustom.
163         * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
164         (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
165         (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
166         (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
167         (mark-included-diary-files, mark-calendar-days-named)
168         (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
169         (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
170         (insert-monthly-diary-entry, insert-yearly-diary-entry)
171         (insert-anniversary-diary-entry, insert-block-diary-entry)
172         (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
173         (diary-font-lock-sexps): Doc fixes.
174         (diary-remind-message, mark-calendar-month): Use zerop.
175         (diary-attrtype-convert, diary-pull-attrs): Simplify.
176         (diary-list-entries): Revert let to let* (previous change).
178         * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
180 2008-03-10  Kim F. Storm  <storm@cua.dk>
182         * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
183         function aliases for the old names.
185 2008-03-10  Juanma Barranquero  <lekktu@gmail.com>
187         * iswitchb.el (iswitchb-use-faces): Doc fix.
188         (iswitchb-buffer-ignore, iswitchb-read-buffer):
189         Fix typos in docstrings.
191 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
193         * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
194         Fix typo.
195         (verilog-type-font-keywords): Reindent.
197 2008-03-10  Michael McNamara  <mac@mail.brushroad.com>
199         * verilog-mode.el (verilog-font-grouping-keywords): Fix bug in the
200         grouping-keyword regular expression.
201         (verilog-font-lock-keywords): Allow users to toggle special
202         highlight of grouping-keywords.
203         (verilog-highlight-grouping-keywords): The toggle for special
204         highlighting of grouping keywords.
206 2008-03-10  Juri Linkov  <juri@jurta.org>
208         * startup.el: Revert 2008-02-28 change that adds initial message
209         to *scratch* buffer regardless of the value of
210         `inhibit-startup-screen'.
212 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
214         * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
215         * textmodes/bibtex-style.el (bibtex-style-indent-basic):
216         * progmodes/verilog-mode.el (verilog-mode):
217         * net/socks.el (socks):
218         * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
220 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
222         * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
223         (doc-view-bookmark-make-record): Use them.
224         (doc-view-bookmark-jump): Use them.  Fix find-file ->find-file-noselect.
225         (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
227         * bookmark.el (bookmark-make-record-function): Change expected return
228         value to include a suggested bookmark name.
229         (bookmark-make): Split into bookmark-make-record and bookmark-store.
230         Fix reversed `overwrite' semantics.
231         (bookmark-set): Call bookmark-make-record before prompting the user.
232         Then pass the result to bookmark-store later on.
233         (bookmark-make-name-function): Remove.
234         (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
235         * info.el (bookmark-make-name-function): Remove.
236         (Info-mode): Don't set it.
237         (Info-bookmark-make-name): Remove.
238         (Info-bookmark-make-record): Use Info-current-node as suggested default
239         bookmark name.
241         * bookmark.el (bookmark-set): Make bookmark before reading annotations.
242         I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
243         (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
244         (bookmark-annotation-buffer, bookmark-annotation-file)
245         (bookmark-annotation-point, bookmark-send-annotation)
246         (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
247         (bookmark-edit-annotation-text-func): Rename from
248         bookmark-read-annotation-text-func.  Keep old name as an obsolete alias.
249         (bookmark-edit-annotation-mode-map): Move initialization into
250         declaration.
252         * bookmark.el: Remove spurious * in docstrings.
253         (bookmark-minibuffer-read-name-map): New var.
254         (bookmark-set): Use it.  Also pass the default value as it should.
255         (bookmark-send-edited-annotation): Take no chances with text properties.
256         (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
257         (bookmark-insert-buffer-name): Remove.
258         (bookmark-buffer-file-name): Signal an error rather than returning nil.
260 2008-03-09  Thomas H\e$(Q)q\e(Bhn  <xf27@arcor.de>  (tiny change)
262         * tutorial.el (tutorial--default-keys): Update `C-l' binding.
264 2008-03-09  Dan Nicolaescu  <dann@ics.uci.edu>
266         * diff-mode.el (diff-mode-menu): Add :help.
268 2008-03-09  Glenn Morris  <rgm@gnu.org>
270         * calendar/calendar.el (general-holidays, oriental-holidays)
271         (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
272         (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
273         (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
274         (calendar-holidays): Restore autoload cookies, because people are
275         used to using these variables without loading calendar.el.
277         * calendar/cal-islam.el (diary-islamic-date): Move to end.
278         (date, number): Declare where needed.
280         * calendar/diary-lib.el (nongregorian-diary-marking-hook)
281         (list-sexp-diary-entries): Doc fixes.
282         (diary-list-entries): Doc fix.  Remove free variable `entry'.
283         (fancy-diary-display): Use dolist, bobp.  Remove free variable `entry'.
284         Simplify setting of `date-holiday-list'.
285         (mark-diary-entries): Remove free variable `entry'.
286         (diary-list-entries, include-other-diary-files, fancy-diary-display):
287         Use let where let* is not needed.
289 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
291         * bookmark.el (bookmark-make): Don't pass the `annotation' to the
292         make-record function, instead paste it in afterwards.
293         (bookmark-make-record-for-text-file):
294         * doc-view.el (doc-view-bookmark-make-record):
295         * info.el (Info-bookmark-make-record): Don't mess with annotations.
297 2008-03-08  Glenn Morris  <rgm@gnu.org>
299         * calendar/diary-lib.el (entry): Declare for compiler part-way
300         through.
302 2008-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
304         * calendar/diary-lib.el (diary-list-entries)
305         (include-other-diary-files, mark-diary-entries)
306         (mark-sexp-diary-entries, mark-included-diary-files)
307         (diary-entry-time, list-sexp-diary-entries): Remove the special
308         handling of ^M that dates back to the use of selective-display.
309         (simple-diary-display): Obey setting of pop-up-frames.
310         (body, entry): Remove unnecessary declarations.
312         * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
313         (bookmark-get-annotation, bookmark-set-annotation)
314         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
315         (bookmark-set-position, bookmark-get-front-context-string)
316         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
317         (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
318         * info.el (Info-bookmark-make-record): Don't bother recording point.
319         (bookmark-get-filename, bookmark-get-front-context-string)
320         (bookmark-get-rear-context-string, bookmark-get-position):
321         Don't declare any more.
322         (bookmark-get-info-node): Remove.
323         (bookmark-prop-get): Declare.
324         (Info-bookmark-jump): Use it.
326 2008-03-08  Johan Bockg\e$(Q)[\e(Brd  <bojohan@gnu.org>
328         * subr.el (while-no-input): Don't splice BODY directly into the
329         `or' form.
331 2008-03-08  Dan Nicolaescu  <dann@ics.uci.edu>
333         * diff-mode.el (diff-ignore-whitespace-hunk):
334         Bind inhibit-read-only before trying to change the buffer.
336 2008-03-08  Glenn Morris  <rgm@gnu.org>
338         * calendar/appt.el (appt): Move custom group here from calendar.el.
339         (appt-disp-window, appt-convert-time): Doc fixes.
341         * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
342         (calendar-bahai-mark-date-pattern):
343         * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
344         * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
345         * calendar/cal-julian.el (calendar-absolute-from-julian):
346         * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
348         * calendar/cal-china.el (chinese-calendar): Move custom group here from
349         calendar.el.
350         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
351         Make constants.
352         (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
353         (chinese-calendar-daylight-savings-starts)
354         (chinese-calendar-daylight-savings-ends)
355         (chinese-calendar-daylight-savings-starts-time)
356         (chinese-calendar-daylight-savings-ends-time)
357         (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
358         Doc fixes.
360         * calendar/cal-coptic.el (coptic-name): Add doc string.
362         * calendar/cal-french.el (french-calendar-month-name-array)
363         (french-calendar-day-name-array, french-calendar-special-days-array):
364         Add doc strings.
366         * calendar/cal-bahai.el (diary-bahai-mark-entries)
367         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
368         (diary-bahai-insert-yearly-entry):
369         * calendar/cal-dst.el (calendar-next-time-zone-transition)
370         (calendar-time-zone):
371         * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
372         (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
373         (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
374         (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
375         (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
376         * calendar/cal-islam.el (islamic-calendar-leap-year-p)
377         (list-islamic-diary-entries, mark-islamic-diary-entries)
378         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
379         (insert-yearly-islamic-diary-entry):
380         * calendar/cal-iso.el (calendar-iso-read-args):
381         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
382         (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
383         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
384         (calendar-next-calendar-round-date)
385         (calendar-mayan-long-count-common-era):
386         * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
387         (cal-menu-x-popup-menu, calendar-mouse-holidays)
388         (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
389         (calendar-mouse-goto-date):
390         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
391         * calendar/holidays.el (holidays):
392         * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
393         * calendar/time-date.el (date-to-time, time-subtract, time-add)
394         (safe-date-to-time): Doc fixes.
396         * calendar/cal-persia.el (persian-calendar-month-name-array)
397         (persian-calendar-epoch): Make constants.
399         * calendar/cal-tex.el (calendar-tex): Move custom group here from
400         calendar.el.
402         * calendar/cal-x.el (diary-frame-parameters)
403         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
404         (calendar-after-frame-setup-hooks): Make defcustoms.
405         (calendar-one-frame-setup, calendar-only-one-frame-setup)
406         (calendar-two-frame-setup): Doc fix.
408         * calendar/cal-loaddefs.el: New file.
410         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
411         * calendar/cal-french.el, calendar/cal-html.el:
412         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
413         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
414         * calendar/cal-tex.el, calendar/cal-x.el:
415         Unquote lambda functions.  Add autoload cookies to functions formerly
416         autoloaded in calendar.el.  Set `generated-autoload-file' to
417         "cal-loaddefs.el".
419         * calendar/calendar.el: Move many autoloads to separate file,
420         cal-loaddefs.el.  Move defcustoms to start and re-order.
421         (calendar-month-name-array, calendar-starred-day): No need to
422         declare for compiler.
423         (cal-loaddefs): Require it.
424         (appt, chinese-calendar, calendar-tex): Move custom groups to the
425         appropriate file.
426         (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
427         Reverse logic.
428         (diary-face, diary-file-name-prefix-function, diary-include-string)
429         (diary-glob-file-regexp-prefix, diary-face-attrs)
430         (diary-file-name-prefix, sexp-diary-entry-symbol)
431         (print-diary-entries-hook, list-diary-entries-hook)
432         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
433         (nongregorian-diary-marking-hook, diary-list-include-blanks):
434         Move to diary-lib.
435         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
436         (all-bahai-calendar-holidays): Doc fix.
437         (calendar-insert-indented): Doc fix.  Use when rather than if.
438         (exit-calendar): Use mapc rather than mapcar.
439         (calendar-cursor-to-date): Use zerop.
440         (calendar-mark-ring): Add doc-string.
441         (calendar-starred-day): Defvar it.
442         (calendar-mode): Make calendar-starred-day local.
443         (calendar-star-date): No need to make calendar-starred-day local.
445         * calendar/diary-lib.el: Move defcustoms to start.
446         (diary-include-string, diary-list-include-blanks)
447         (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
448         (diary-file-name-prefix, diary-file-name-prefix-function)
449         (sexp-diary-entry-symbol, list-diary-entries-hook)
450         (mark-diary-entries-hook, nongregorian-diary-listing-hook)
451         (nongregorian-diary-marking-hook, print-diary-entries-hook):
452         Move here from calendar.el.
453         (diary-file-name-prefix-function): Use 'identity.
454         (diary-face): Make it a defcustom, and mark as obsolete.
455         (top-level): No need to require cal-hebrew, cal-islam when
456         compiling.
457         (calendar-hebrew-month-name-array-leap-year)
458         (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
459         Define for compiler.
460         (diary-font-lock-keywords): Use format rather than concat. Add
461         bahai-diary-entry-symbol.
463         * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
464         * calendar/solar.el: Unquote lambda functions.
466         * calendar/solar.el (calendar-location-name, calendar-latitude)
467         (calendar-longitude, solar-setup, solar-sin-degrees)
468         (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
469         (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
470         (solar-sunrise-and-sunset, solar-moment, solar-daylight)
471         (solar-exact-local-noon, solar-julian-ut-centuries)
472         (solar-ephemeris-time, solar-date-next-longitude)
473         (solar-horizontal-coordinates, solar-equatorial-coordinates)
474         (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
475         (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
476         (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
477         Doc fixes.
478         (solar-horizontal-coordinates, solar-equatorial-coordinates)
479         (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
480         (solar-ecliptic-coordinates): Use unless.
481         (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
482         Use or.
484         * calendar/timeclock.el: Add doc-strings to all functions.
485         (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
486         (timeclock-entry-list-length, timeclock-entry-list-projects)
487         (timeclock-day-list-projects, timeclock-day-list): Use dolist.
489         * calendar/todo-mode.el: Remove un-needed eval-when-compile.
491         * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
492         (org-get-entries-from-diary): Require diary-lib.
494 2008-03-08  Juanma Barranquero  <lekktu@gmail.com>
496         * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
497         Pacify byte-compiler.
499 2008-03-07  Alan Mackenzie  <acm@muc.de>
501         * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
502         paren/bracket pairs parsed, to solve performance problem.
504 2008-03-07  Bastien Guerry  <bzg@altern.org>
506         * bookmark.el (bookmark-set): Don't check for
507         `bookmark-make-name-function' since `bookmark-buffer-file-name'
508         already takes care of this.
509         (bookmark-buffer-name, bookmark-buffer-file-name): Remove
510         Info-mode specific code.
512         * info.el (bookmark-get-info-node): Define this function in
513         info.el, not in bookmark.el.
514         (Info-mode): Set `bookmark-make-name-function' to
515         `Info-bookmark-make-name' locally.
516         (Info-bookmark-make-name): New function.
518         * bookmark.el (bookmark-make-name-function): New variable.
520 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
522         * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
523         buffer-local, not `bookmark-make-cell-function' (the old name).
525 2008-03-07  Tassilo Horn  <tassilo@member.fsf.org>
527         * doc-view.el (doc-view-bookmark-make-record):
528         * image-mode.el (image-bookmark-make-record):
529         * info.el (Info-bookmark-make-record): Delete obsolete second arg.
531 2008-03-07  Jan Dj\e$(Q)Z\e(Brv  <jan.h.d@swipnet.se>
533         * vc.el (vc-status-menu-map-filter): Return orig-binding if
534         boundp 'vc-ignore-menu-filter.
535         (vc-status-tool-bar-map): Make it defvar.
536         (vc-status-mode): vc-status-tool-bar-map now variable.
537         (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
539 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
541         Give a better name to part of the bookmark interface.
543         This was originally a much larger change, but halfway through I
544         updated and discovered that Stefan Monnier had done the rest.
545         It looks like he anticipated the new name too, because he used
546         `the-record' instead of `the-cell' for some internal variable names.
548         * bookmark.el (bookmark-make-record-function): Was
549         `bookmark-make-cell-function'.
550         (bookmark-make, bookmark-send-annotation): Update for above.
551         (bookmark-make-record-for-text-file):
552         Was `bookmark-make-cell-for-text-file.  Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
554         * info.el: Adjust accordingly.
555         (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
557         * image-mode.el: Adjust accordingly.
558         (image-bookmark-make-record): Was `image-bookmark-make-cell'.
560         * doc-view.el: Adjust accordingly.
561         (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
563 2008-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
565         * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
566         Move initialization into declaration.
567         (bookmark-get-info-node, bookmark-set-info-node): Remove.
568         (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
569         (bookmark-info-current-node): Remove.
570         (bookmark-jump-noselect): Rename from bookmark-jump-internal.
571         Add relocation fallback.  Set bookmark-current-bookmark.
572         (bookmark-default-handler): Rename from bookmark-jump-noselect.
573         Remove relocation fallback.  Don't set bookmark-current-bookmark.
574         (bookmark-set): Let it be used even if there's no buffer-file-name
575         as long as there is a bookmark-make-cell-function.
576         * info.el (Info-bookmark-jump): Remove relocation fallback.
577         Don't set bookmark-current-bookmark.
579 2008-03-07  Glenn Morris  <rgm@gnu.org>
581         * calendar/appt.el (appt-issue-message)
582         (appt-message-warning-time, appt-audible, appt-visible)
583         (appt-msg-window, appt-display-mode-line, appt-display-duration)
584         (appt-display-diary): Remove autoload cookies.
586         * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
587         Remove leading `*' from defcustom doc-strings.
589         * calendar/cal-dst.el (calendar-dst): New custom group.
590         (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
591         (calendar-time-zone, calendar-daylight-time-offset)
592         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
593         (calendar-daylight-savings-starts-time)
594         (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
595         (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
596         Move to start.
598         * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
600         * calendar/calendar.el (calendar-version): Use emacs-version and
601         make it obsolete.  Move to end.
602         (calendar-offset, view-diary-entries-initially)
603         (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
604         (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
605         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
606         (all-bahai-calendar-holidays, calendar-load-hook)
607         (initial-calendar-window-hook, today-visible-calendar-hook)
608         (today-invisible-calendar-hook, calendar-move-hook)
609         (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
610         (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
611         (diary-include-string, sexp-diary-entry-symbol)
612         (abbreviated-calendar-year, american-date-diary-pattern)
613         (european-date-diary-pattern, european-calendar-display-form)
614         (american-calendar-display-form, print-diary-entries-hook)
615         (list-diary-entries-hook, diary-hook, diary-display-hook)
616         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
617         (nongregorian-diary-marking-hook, diary-list-include-blanks)
618         (holidays-in-diary-buffer, general-holidays, oriental-holidays)
619         (local-holidays, other-holidays, hebrew-holidays-1)
620         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
621         (hebrew-holidays, christian-holidays, islamic-holidays)
622         (bahai-holidays, solar-holidays, calendar-setup)
623         (calendar-week-start-day): Remove autoload cookies.
624         (diary-glob-file-regexp-prefix): Doc fix.
625         (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
626         (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
627         (calendar-week-start-day, calendar-debug-sexp): Move to start.
629         * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
630         (calendar-time-display-form, calendar-latitude)
631         (calendar-longitude, solar-equinoxes-solstices): Remove autoload
632         cookies.
633         (calendar-latitude, calendar-longitude): Move functions after
634         variables.
635         (diary-sabbath-candles-minutes): Move to start.
636         (solar-setup): Use or rather than if.
637         (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
638         Remove condition-case.
639         (solar-atn2): Use zerop.
640         (solar-equinoxes-solstices): Doc fix.
642         * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
643         (sc-mode-map-prefix): Doc fix.  Make it a defcustom.
645         * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
646         (calendar-longitude, calendar-latitude, calendar-location-name):
647         Declare for compiler.
649 2008-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
651         * arc-mode.el (archive-ar-file-header-re): New const.
652         (archive-ar-summarize, archive-ar-extract): New funs.
653         (archive-find-type): Recognize ar archives.
655         * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
656         New functions.
658         * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
660 2008-03-06  Lennart Borgman  <lennart.borgman@gmail.com>
662         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
663         Replace :enable (mark-active) with :enable mark-active.
665 2008-03-06  Juanma Barranquero  <lekktu@gmail.com>
667         * vms-patch.el (make-legal-file-name): New obsolete alias.
668         (make-valid-file-name): Rename from `make-legal-file-name'.
669         (make-auto-save-file-name): Use it.
671         * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
672         (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
673         (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
675         * textmodes/org.el (org-export-html-style): Doc fix.
676         (org-get-legal-level): New obsolete alias.
677         (org-get-valid-level): Rename from `org-get-legal-level'.
678         (org-promote, org-demote, org-archive-subtree)
679         (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
681 2008-03-06  Jan Dj\e$(Q)Z\e(Brv  <jan.h.d@swipnet.se>
683         * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
685         * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
686         (vc-status-toggle-mark): New functions.
687         (vc-status-mode): Set tool bar map.
689 2008-03-05  Chong Yidong  <cyd@stupidchicken.com>
691         * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
692         Reported by Drew Adams <drew.adams@oracle.com>.
694 2008-03-05  Juanma Barranquero  <lekktu@gmail.com>
696         * epg.el (epg-context-include-certs): Reflow docstring.
697         (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
698         (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
699         (epg-context-set-signers, epg-context-set-sig-notations)
700         (epg-make-import-status, epg-make-import-result)
701         (epg-start-delete-keys): Fix typos in docstrings.
702         (epg-start-sign-keys, epg-sign-keys):
703         Fix typos in obsolescence declarations.
705         * iswitchb.el: Don't check for `cadr' and `last'.
706         (iswitchb-define-mode-map, iswitchb-default-keybindings):
707         Add obsolescence declaration and remove redundant info from docstring.
708         (iswitchb-set-common-completion, iswitchb-set-matches)
709         (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
710         (recentf-list, most-len, most-is-exact):
711         Don't wrap defvars within `eval-when-compile'.
713 2008-03-05  Glenn Morris  <rgm@gnu.org>
715         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
716         * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
717         * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
718         * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
719         ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
721         * ediff-hook.el (ediff-window-setup-function): Don't autoload
722         declaration for compiler.
723         (ediff-xemacs-init-menus): Use when rather than if.
725         * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
726         if+and to just and.
727         (ediff-read-event, ediff-overlayp, ediff-make-overlay)
728         (ediff-delete-overlay): Move the XEmacs test inside the definition.
730         * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
732         * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
733         test inside XEmacs test.
734         (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
735         since it was doing nothing on Emacs.
736         (ediff-make-bullet-proof-overlay): Use when rather than if.
738         * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
739         (ediff-setup-control-frame): Remove
740         ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
741         a (featurep 'xemacs) test.
743 2008-03-05  Jay Belanger  <jay.p.belanger@gmail.com>
745         * calc/calc-ext.el (calc-extended-command-history): New variable.
746         (calc-exectute-extended-command): Use `calc-extended-command-history'.
748 2008-03-05  Dan Nicolaescu  <dann@ics.uci.edu>
750         * bindings.el (mode-line-remote): Add mouse-face.  Improve tooltip.
751         (standard-mode-line-position): Add mouse-face.
753         * progmodes/compile.el (compilation-menu-map):
754         (compilation-mode-map):
755         * progmodes/grep.el (grep-mode-map): Add :help.
757         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
758         initialize in one step.  Add :help.  Use :enable to activate menu
759         items. Show the key binding for edebug-defun.
760         (lisp-interaction-mode-map): Add a menu.
762         * term.el (term-mode-map): Define and initialize in one step.
764         * ediff-init.el (ediff-color-display-p): Simplify.
765         (Xor): Remove unused function.
766         (ediff-with-syntax-table): Simplify for Emacs.
768         * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
769         menu-bar being loaded, it always is.
771 2008-03-05  Glenn Morris  <rgm@gnu.org>
773         * textmodes/tex-mode.el (tex-mode): Suppress warning about
774         multiple definitions when compiling.
776 2008-03-04  Alan Mackenzie  <acm@muc.de>
778         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
780         * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
781         doc-string, "c-old-LEN" -> "c-old-END".
783 2008-03-04  Jason Rumney  <jasonr@gnu.org>
785         * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
786         namespaces.
788 2008-03-04  Glenn Morris  <rgm@gnu.org>
790         * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
792         * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
793         than mapcar.
795 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
797         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
798         (byte-compile-nilconstp): Can't use recursion in a defsubst.
800         * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
801         so that M-q can fill comments.
802         (tex-executable-exists-p, tex-compile): Extend with special syntax for
803         commands implemented in elisp.
804         (tex-compile-commands): Add an entry to use doc-view for pdf files.
805         (tex-format-cmd): New function.
806         (tex-compile): Use it to let the user specify default arguments.
807         (tex-cmd-bibtex-args): New var.
808         (tex-cmd-doc-view): New function.
810 2008-03-03  Juanma Barranquero  <lekktu@gmail.com>
812         * faces.el (face-spec-set): Fix typos in docstring.
814 2008-03-03  Dan Nicolaescu  <dann@ics.uci.edu>
816         * bindings.el (mode-line-column-line-number-mode-map): New variable.
817         (standard-mode-line-position): Use it to add a menu for toggling
818         column number and line number display.
820 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
822         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
823         Remove optimization that was working around the form-code-walker bug.
825         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
826         Walk into the body of lambdas after byte-compile-unfold-lambda.
828 2008-03-03  Glenn Morris  <rgm@gnu.org>
830         * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
831         value, if set, over frame value.
833         * simple.el (transient-mark-mode): Don't turn on by default.
835         * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
836         accidentally removed by the 2007-12-05 merge from Gnus.
838 2008-03-02  Dan Nicolaescu  <dann@ics.uci.edu>
840         * progmodes/compile.el (compilation-menu-map): Add menu entries
841         for useful options.
843 2008-03-01  Dan Nicolaescu  <dann@ics.uci.edu>
844             Glenn Morris  <rgm@gnu.org>
846         * emacs-lisp/bytecomp.el (byte-recompile-directory)
847         (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
848         Give a `bytecomp-' prefix to local variables with common names.
850 2008-03-01  Glenn Morris  <rgm@gnu.org>
852         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Restore
853         code commented out 2007-11-10.
855         * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
857         * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
858         Delete macro.
859         * emulation/viper-cmd.el, emulation/viper-ex.el:
860         * emulation/viper-init.el, emulation/viper-keym.el:
861         * emulation/viper-mous.el, emulation/viper-util.el:
862         * emulation/viper.el:
863         Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
864         featurep test.
866         Replace obselete frame-local variables with frame-parameters.
867         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
868         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
869         (viper-vi-state-cursor-color): Only call make-variable-frame-local
870         on XEmacs.
871         * emulation/viper-util.el (viper-frame-value): New macro.
872         * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
873         (viper-R-state-post-command-sentinel)
874         (viper-replace-state-post-command-sentinel)
875         (viper-change-state-to-insert, viper-change-state-to-emacs):
876         * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
877         (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
878         (viper-get-saved-cursor-color-in-insert-mode)
879         (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
880         Use viper-frame-value for viper-replace-overlay-cursor-color,
881         viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
882         viper-vi-state-cursor-color values.
884         * emulation/viper-cmd.el (zmacs-region-stays):
885         * emulation/viper-util.el (zmacs-region-stays): No need to define
886         for compiler.
888         * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
889         mapcar on Emacs.
891         * emulation/viper-mous.el (viper-counting-clicks-p): Only define
892         on XEmacs.
894         * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
895         rather than if.
897 2008-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
899         * whitespace.el: New version 9.3.  As the glyph code generation was
900         fixed, it is possible now to use character code above ?\x1FFFF in the
901         display table.  Fix `whitespace-indentation-regexp' to not include an
902         extra ending character.  Reported by Michael Welsh Duggan
903         <mwd@cert.org>.  Added hook actions when buffer is written or killed as
904         the original whitespace package had.  Suggested by Eric Cooper
905         <ecc@cmu.edu>.  Doc fix.
906         (whitespace-action): New option.
907         (whitespace-display-mappings): Changed default newline visualization to
908         display downwards arrow, as the glyph code generation was fixed.
909         (whitespace-unload-function): Assure that all local whitespace mode is
910         turned off.
911         (whitespace-global-modes): Fix type customization.
912         (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
913         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
914         (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
915         Fix code.
916         (whitespace-buffer): Command removed.
917         (whitespace-trailing-regexp, whitespace-mark-x)
918         (whitespace-display-window, whitespace-action-when-on)
919         (whitespace-add-local-hook, whitespace-remove-local-hook)
920         (whitespace-write-file-hook, whitespace-kill-buffer-hook)
921         (whitespace-action): New funs.
922         (whitespace-report-list, whitespace-report-text)
923         (whitespace-report-buffer-name): New consts.
924         (whitespace-report, whitespace-report-region): New commands.
926 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
928         * disp-table.el (make-glyph-code): Don't test the result of
929         `face-id', which already signals an error for invalid faces.
930         (glyph-face): Simplify.
932         * desktop.el (desktop-read): Set `desktop-dirname' to nil before
933         running `desktop-not-loaded-hook' to allow modifying it.
934         Don't show warning message if `desktop-dirname' was modified.
936 2008-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
938         * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
939         we still expect more lines.
941         * textmodes/fill.el (fill-comment-paragraph): Don't try to do
942         comment-paragraph filling if the commark doesn't match
943         comment-start-skip.
945 2008-03-01  Daiki Ueno  <ueno@unixuser.org>
947         * international/utf-7.el (utf-7-encode): Never skip the trailing - for
948         the `imap' variant.
950 2008-03-01  Jason Rumney  <jasonr@gnu.org>
952         * files.el (make-auto-save-file-name): Encode more characters in
953         non-file buffer names.  Use url-encoding.
955 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
957         * net/net-utils.el (ftp-program): Fix typo in docstring.
958         (ifconfig-program-options, netstat-program-options)
959         (arp-program-options, route-program-options, nslookup-program-options)
960         (ftp-program-options, smbclient-program-options)
961         (dns-lookup-program-options, arp, route): Doc fixes.
963         * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
964         (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
965         (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
966         Fix typos in docstrings.
967         (gdb-pending-triggers): Reflow docstring.
968         (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
970 2008-03-01  Alan Mackenzie  <acm@muc.de>
972         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
973         typing "#" at EOB.
975 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
977         * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
979 2008-02-29  Kim F. Storm  <storm@cua.dk>
981         * emulation/cua-base.el (cua-remap-control-v)
982         (cua-remap-control-z): New defcustoms.
983         (cua-mode): Add them to set-after property.
984         (cua--init-keymaps): Use them.
985         Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
987         * help.el (view-emacs-todo): Rename from view-todo.
988         (describe-gnu-project): Rename from describe-project.  Users changed.
989         (view-help-file): New helper function.
990         (describe-distribution, describe-copying, describe-gnu-project)
991         (view-todo, view-order-manuals, view-emacs-problems): Use it.
992         (view-emacs-debugging, view-external-packages): New commands.
993         (help-map): Move describe-distribution to C-h C-o (ordering).
994         Move view-emacs-problems to C-h C-p (problems).
995         Bind view-emacs-debugging to C-h C-d (debugging).
996         Bind view-external-packages to C-h C-e (extras).
997         (help-for-help-internal): Cleanup and align descriptions.
998         Remove command names to reduce clutter.
1000 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
1002         * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
1003         and quieter face (not a warning).
1005 2008-02-29  Dan Nicolaescu  <dann@ics.uci.edu>
1007         * vc.el (vc-status-crt-marked): New variable.
1008         (vc-status-mode): Make it local.
1009         (vc-status-refresh): Use it to save the marked files.
1010         (vc-update-vc-status-buffer): Use it to restore the marked files.
1012         * vc-svn.el (vc-svn-after-dir-status):
1013         * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
1015 2008-02-29  Glenn Morris  <rgm@gnu.org>
1017         * allout.el (allout-topic-encryption-bullet)
1018         (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
1019         (allout-encrypt-unencrypted-on-saves): Change defcustom :version
1020         from 22.0 to 22.1.
1022         * net/imap.el (imap-ping-server):
1023         * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
1024         Change defcustom :version from 23.0 to 23.1.
1026 2008-02-29  Juanma Barranquero  <lekktu@gmail.com>
1028         * desktop.el (desktop-save): Save the buffer name if the
1029         uniquified base name is empty.
1031 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
1033         * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
1034         correctly when user has "set print address off".
1036 2008-02-28  Juanma Barranquero  <lekktu@gmail.com>
1038         * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
1039         version number of the next major Emacs release, not 23.0.
1041         * longlines.el (longlines-unload-function): New function.
1043 2008-02-28  Juri Linkov  <juri@jurta.org>
1045         * startup.el (normal-splash-screen): Add argument `concise'.
1046         Remove unused binding `prev-buffer'.  Let-bind `splash-buffer'
1047         to the created buffer.  If `concise' is non-nil, call
1048         `display-buffer', otherwise `switch-to-buffer'.  Doc fix.
1049         (display-startup-screen): Add argument `concise' to the call to
1050         `normal-splash-screen'.
1052 2008-02-28  Kim F. Storm  <storm@cua.dk>
1054         * startup.el (startup-echo-area-message): Check for about-emacs.
1056 2008-02-28  Juri Linkov  <juri@jurta.org>
1058         * startup.el: Always add initial message to *scratch* buffer if
1059         `initial-scratch-message' is non-nil regardless of the value of
1060         `inhibit-startup-screen'.
1061         (inhibit-startup-screen, initial-scratch-message): Doc fix.
1062         (command-line-1): Move code that inserts `initial-scratch-message'
1063         up before the if-form that checks for `inhibit-startup-screen'.
1064         Suggested by Jonathan Rockway <jon@jrock.us>.
1066 2008-02-28  Juri Linkov  <juri@jurta.org>
1068         * cus-edit.el (custom-mode-map, custom-mode-link-map):
1069         Rename `custom-mode' to `Custom-mode' in docstrings.
1070         (custom-buffer-create-internal, customize-browse):
1071         Rename `custom-mode' to `Custom-mode'.
1072         (custom-mode-hook): Rename to `Custom-mode-hook'.
1073         (Custom-mode-hook): Renamed from `custom-mode-hook'.
1074         (custom-mode): Rename to `Custom-mode'.
1075         (Custom-mode): Renamed from `custom-mode'.  Doc fix.
1076         (custom-mode): Add backward-compatible non-interactive variant of
1077         `Custom-mode' that simply calls `Custom-mode'.  Mark it obsoleted.
1078         (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
1080         * info-look.el: Rename `custom-mode' to `Custom-mode'.
1082         * emulation/viper.el (viper-emacs-state-mode-list):
1083         Rename `custom-mode' to `Custom-mode'.
1085         * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
1086         Capitalize "Tagged Files".
1087         (minibuffer-local-map): Add menu items for next/previous
1088         history elements and isearch history forward/backward.
1090         * progmodes/hideshow.el (hs-minor-mode-menu): Compare
1091         `hs-isearch-open' with t instead of `comment' in :selected
1092         for "Code and Comment blocks" menu item.
1094 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1096         * uniquify.el (uniquify-buffer-base-name): Undo last change.
1097         Should be done in desktop.el instead.
1099 2008-02-28  Glenn Morris  <rgm@gnu.org>
1101         * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
1103         * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
1105         * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
1106         (Info-menu, Info-goto-node): Remove declarations.
1107         (report-emacs-bug-info): Use info rather than Info-goto-node.
1109         * progmodes/idlwave.el (Info-goto-node): Remove declaration.
1110         (idlwave-convert-xml-system-routine-info): Don't require xml.
1111         (idlwave-show-commentary, idlwave-shell-show-commentary):
1112         Don't require finder.
1113         (idlwave-info): Don't require info.  Use info rather than
1114         Info-goto-node.
1116         * textmodes/org.el (Info-goto-node): Remove declaration.
1117         (org-info): Use info rather than Info-goto-node.
1119         * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
1120         (reftex-info): Don't require info.  Use info rather than Info-goto-node.
1122 2008-02-28  Dan Nicolaescu  <dann@ics.uci.edu>
1124         * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
1125         the menu.
1127         * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
1128         (vc-finish-logentry): Check for vc-status-mode, not only for
1129         vc-dired-mode.
1131 2008-02-28  Kenichi Handa  <handa@ni.aist.go.jp>
1133         * isearch.el (isearch-printing-char): Don't check
1134         keyboard-coding-system.
1135         Call isearch-process-search-multibyte-characters only when
1136         current-input-method is non-nil.
1138 2008-02-27  Kim F. Storm  <storm@cua.dk>
1140         * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
1141         (glyph-char, glyph-face): Handle cons encoding.
1143 2008-02-27  Juanma Barranquero  <lekktu@gmail.com>
1145         * uniquify.el (uniquify-buffer-base-name): If the base name is an
1146         empty string, return nil to allow the caller to default to the
1147         buffer name.  Reported by Martin Fischer <parozusa@web.de>.
1149         * tool-bar.el (tool-bar-setup): Doc fix.
1151         * mail/supercite.el (sc-describe):
1152         Fix typos in obsolescence declaration.
1154 2008-02-27  Glenn Morris  <rgm@gnu.org>
1156         * autoinsert.el (auto-insert-alist): Change permission text to
1157         match FSF's GPLv3 form.
1159         * mail/supercite.el (sc-cite-original): Doc fix.
1160         (sc-version): Make obsolete.
1161         (sc-describe): Show the SC info page.  Make obsolete.
1163 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1165         * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
1166         when using transient-mark-mode.
1167         (default-indicate-unused-lines): Remove unused var.
1169 2008-02-26  Jan Dj\e$(Q)Z\e(Brv  <jan.h.d@swipnet.se>
1171         * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
1172         and previous.
1174         * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
1176 2008-02-26  Glenn Morris  <rgm@gnu.org>
1178         * net/net-utils.el (top-level): Don't require comint when compiling.
1179         (nslookup-font-lock-keywords): Don't require font-lock.
1180         Use font-lock faces rather than variables.
1181         (nslookup, ftp, smbclient, network-service-connection):
1182         Don't require comint.
1183         (comint-prompt-regexp, comint-input-autoexpand)
1184         (comint-input-ring): Declare for compiler.
1185         (comint-mode, ffap-string-at-point, comint-exec): Autoload.
1186         (dns-lookup-host): Don't require ffap.  Remove `with-no-warnings'.
1188         * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
1189         doc-string.
1191 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1193         * doc-view.el (doc-view-current-page): Add a `win' argument.
1195 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1197         * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
1198         Demote it to plain defvar.
1199         (doc-view-conversion-refresh-interval): Reduce interval.
1200         (doc-view-goto-page): Allow moving to pages not yet rendered.
1201         (doc-view-goto-page): Construct a file name rather than extracting it
1202         from doc-view-current-files.
1203         (doc-view-kill-proc): Ignore errors from kill-process.
1204         (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
1205         (doc-view-insert-image): Use appropriate text if the page hasn't been
1206         rendered yet.  Adjust scrolling so the text is displayed.
1207         (doc-view-display): Detect not just that a page is available, but also
1208         that it wasn't available before, so as to avoid refreshing all pages
1209         repeatedly.
1210         (doc-view-mode): Make doc-view-cache-directory if needed.
1212 2008-02-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1214         * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
1215         toggle-read-only.
1217         * textmodes/bibtex.el (bibtex-format-entry): Handle error message
1218         refering to a missing required field with the OPT prefix.
1219         Make unwindform more robust.
1221         * textmodes/bibtex.el: Remove support for hideshow minor mode as
1222         it duplicates the bibtex support in progmodes/hideshow.el.
1223         * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
1224         entries that do not start at the beginning of a line.
1226 2008-02-25  Chong Yidong  <cyd@stupidchicken.com>
1228         * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
1230 2008-02-25  Robert J. Chassell  <bob@rattlesnake.com>
1232         * help-fns.el (describe-variable): Add phrases about
1233         initialization file with and without customization;
1234         use new button type help-info-variable.
1236         * help-mode.el (help-info-variable):
1237         New button able to read Info files for help-fns.el.
1239 2008-02-25  Jan Dj\e$(Q)Z\e(Brv  <jan.h.d@swipnet.se>
1241         * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
1242         (grep-mode): Use grep-mode-tool-bar-map.
1244         * progmodes/compile.el (tool-bar): Require tool-bar.
1245         (compilation-mode-tool-bar-map): New variable.
1246         (compilation-mode): Use compilation-mode-tool-bar-map.
1248         * term/x-win.el (x-gtk-stock-map): Add cancel.  Remove extensions.
1250 2008-02-25  Glenn Morris  <rgm@gnu.org>
1252         * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
1254 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1256         * diff-mode.el (diff-file-junk-re): New const.
1257         (diff-beginning-of-file-and-junk): Use it.
1258         (diff-file-kill): Make sure we were really inside a file diff.
1260         * diff-mode.el: Make it more robust in the presence of empty context
1261         lines in unified hunks.
1262         (diff-valid-unified-empty-line): New var.
1263         (diff-unified->context, diff-sanity-check-hunk): Obey it.
1264         (diff-end-of-hunk): Obey it.  New arg `donttrustheader'.
1265         (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
1266         (diff-hunk-header-re-unified): New const.
1267         (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
1268         (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
1269         (diff-sanity-check-hunk): Use it.
1271         * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
1272         Index: line, don't search backward for the previous one.
1274 2008-02-25  Kenichi Handa  <handa@ni.aist.go.jp>
1276         * international/fontset.el (setup-default-fontset): Add non-OTF
1277         lao font for lao script.
1279         * language/tibetan.el: Register tibetan-composition-function in
1280         composition-function-table.
1282         * language/tibet-util.el (tibetan-composition-function):
1283         Adjust for the new calling way (argument changed).  Try font-shape-text
1284         if possible.
1286         * language/lao.el: Register lao-composition-function in
1287         composition-function-table.
1289         * language/lao-util.el (lao-composition-function): Adjust for the new
1290         calling way (argument changed).  Try font-shape-text if possible.
1292 2008-02-25  Jason Rumney  <jasonr@gnu.org>
1294         * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
1296 2008-02-25  Juri Linkov  <juri@jurta.org>
1298         * isearch.el (isearch-fail): Use "RosyBrown1" for a light
1299         background, "red4" for a dark background, "red" for 16 and
1300         8 colors, "grey" for grayscale, and inverse video otherwise.
1301         Add :version tag.
1302         (isearch-message): Keep the original isearch-message intact, and
1303         add text properties to it where necessary.  Add `isearch-error' to
1304         the condition that checks if isearch is unsuccessful.
1306 2008-02-24  Juri Linkov  <juri@jurta.org>
1308         * progmodes/compile.el (compilation-handle-exit):
1309         Use compilation-error face instead of font-lock-warning-face.
1310         Display the same message in the minibuffer as is inserted
1311         at the end of the compilation buffer.
1313 2008-02-24  Glenn Morris  <rgm@gnu.org>
1315         * vc-cvs.el (vc-cvs-register): Fix registering of directories in
1316         multiple file case.
1318         * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
1320         * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
1321         multiple file case.  Use a single `let' rather than two.
1323 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
1325         * progmodes/compile.el (compilation-start): Specify a face for
1326         mode-line-process.
1327         (compilation-handle-exit): Specify a face and a tooltip for
1328         mode-line-process.
1330 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1332         * hilit-chg.el: Remove spurious * in defcustom docstrings.
1333         (hilit-chg-make-ov): Simplify.
1334         (hilit-chg-fixup): Use remove-overlays.
1335         (hilit-chg-set-face-on-change): Remove redundant call to
1336         `remove-text-properties'.
1338         * dired.el (dired-mark-prompt): Don't count/display the t element.
1339         Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
1341 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
1343         * progmodes/verilog-mode.el (eval-when-compile): Don't define
1344         add-submenu.
1345         (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
1346         Remove.  Move contents to the only use ...
1347         (verilog-menu): ... here.
1348         (verilog-statement-menu): Remove.  Move contents to the only use ...
1349         (verilog-stmt-menu): ... here.
1350         (verilog-mark-defun): Simply call mark-defun for emacs.
1351         (occur-pos-list): Declare for byte compiler.
1352         (mode-popup-menu): Don't defvar.
1353         (verilog-add-statement-menu): Remove.
1354         (verilog-mode-hook): Don't add verilog-add-statement-menu.
1355         (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
1357 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
1359         * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
1360         conditional.
1361         (verilog-font-grouping-keywords-face): Make the begin..end
1362         keywords standout more than other verilog keywords.
1363         (verilog-type-font-keywords): Move the begin..end out of this list
1364         to facilitate making them to (potentially) stand out more.
1365         (verilog-backward-token): Fix indent of bare always{_*}?, initial,
1366         function & task blocks.
1367         (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
1368         initial, function & task blocks.
1369         (verilog-forward-sexp): Handle the new "disable fork" statement of
1370         IEEE-1800 Verilog.
1371         (verilog-beg-block-re-ordered): Handle the new "disable fork"
1372         statement of IEEE-1800 Verilog.
1373         (verilog-calc-1): Handle the new "disable fork" statement of
1374         IEEE-1800 Verilog.
1375         (verilog-disable-fork-re): Add const to help handle the new
1376         "disable fork" statement of IEEE-1800 Verilog.
1377         (verilog-declaration-core-re): Add port directions by themselves,
1378         with no qualification, as base item of a declaration.
1379         (verilog-pretty-declarations): Add new flag to ask it to refrain
1380         from printing to the message buffer.
1381         (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
1382         printing to the message buffer.  Improve handling of the many
1383         types of expression line up.
1384         (verilog-just-one-space): Remove printing of an empty message.
1385         (verilog-get-lineup-indent): Rework to support the better handling
1386         of expression lineup for verilog-pretty-expr.
1387         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
1389 2008-02-24  Alan Mackenzie  <acm@muc.de>
1391         * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
1392         yesterday's commit.
1394 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
1396         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
1397         to mouse-set-point in buffers that aren't associated with files.
1399         * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
1401 2008-02-24  Alan Mackenzie  <acm@muc.de>
1403         Set of changes so that "obtrusive" syntactic elements in a
1404         C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
1405         unmatched paren) don't interact syntactically with stuff outside
1406         the CPP line.
1408         * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
1409         Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
1410         off-by-one bug.
1411         (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
1412         a bit of refactoring.
1413         (c-awk-extend-and-syntax-tablify-region): Takes some of the
1414         functionality of c-awk-advise-fl-for-awk-region, which has been
1415         refactored away.
1417         * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
1418         (c-clear-char-property-with-value): New function and macro which
1419         remove text-properties `equal' to a supplied value.
1421         * progmodes/cc-engine.el: Comment about text properties amended.
1423         * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
1424         parens around "error\\|warning".
1426         * progmodes/cc-langs.el (c-get-state-before-change-function)
1427         (c-before-font-lock-function, c-anchored-cpp-prefix):
1428         New language variables.
1429         (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
1431         * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
1432         syntax-table text properties.
1433         (c-common-init): Call language specific before/after-change
1434         functions at mode initialisation.
1435         (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
1436         (c-extend-region-for-CPP, c-neutralize-CPP-line)
1437         (c-neutralize-syntax-in-CPP): New functions.
1438         (c-before-change, c-after-change): Call the new language specific
1439         change functions defined in cc-langs.el.
1440         (c-advise-fl-for-region): New macro.
1441         (awk-mode): Remove AWK specific stuff which has been refactored
1442         into language independent stuff.
1444 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
1446         * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
1447         (gdb): (Re)set gdb-flush-pending-output to nil here...
1448         (gdb-init-1): ...instead of here (before gdb-prompt).
1450 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1452         * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
1453         Recognize ''' just like any other char-constant.
1455 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1457         * vc-hooks.el (vc-find-root): Remove initial loop because it's not
1458         careful enough.  Detect the uid-change all within the main loop.
1460 2008-02-24  Stefan Monnier  <monnier@pastel.home>
1462         * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
1464 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1466         * hilit-chg.el (highlight-save-buffer-state): New macro.
1467         (highlight-save-buffer-state, hilit-chg-set-face-on-change)
1468         (hilit-chg-clear): Use it to preserve the modified-p flag.
1469         (highlight-changes-rotate-faces): Don't mess with the undo-list.
1471 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1473         * font-lock.el (font-lock-set-defaults): Unset previously set variables
1474         when needed.
1476 2008-02-24  \e,AF\e(Bvar Arnfj\e,Av\e(Br\e,Ap\e(B Bjarmason  <avar@cpan.org>  (tiny change)
1478         * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
1479         from gnus-button-url-regexp.
1481 2008-02-24  Eli Zaretskii  <eliz@gnu.org>
1483         * progmodes/compile.el (compilation-next-error): Doc fix.
1484         (compilation-find-file): Doc fix.
1486 2008-02-24  Glenn Morris  <rgm@gnu.org>
1488         * net/net-utils.el (ipconfig-program, ipconfig-program-options):
1489         Add obsolete aliases to the old names.
1491 2008-02-24  Richard Stallman  <rms@gnu.org>
1493         * net/net-utils.el (ifconfig): Rename from ipconfig.
1494         (ipconfig): Alias to ifconfig.
1495         (ifconfig-program): Rename from ipconfig-program.
1496         (ifconfig-program-options): Rename from ipconfig-program-options.
1498 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
1500         * progmodes/verilog-mode.el (verilog-declaration-core-re):
1501         Add port directions by themselves, with no qualification, as base
1502         item of a declaration.
1503         (verilog-pretty-declarations): Add new flag that inhibits printing
1504         to the message buffer.
1505         (verilog-pretty-expr): Add new flag that inhibits printing to the
1506         message buffer.  Improve handling of the many types of expression
1507         line up.
1508         (verilog-just-one-space): Don't print an empty message.
1509         (verilog-get-lineup-indent): Rework to support the better handling
1510         of expression lineup for verilog-pretty-expr.
1511         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
1512         (verilog-mode-version, verilog-mode-release-date): Update.
1514 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1516         * subr.el (cancel-change-group): Don't move point.
1518 2008-02-23  Markus Triska  <markus.triska@gmx.at>
1520         * linum.el (linum-after-config): Update all visible windows.
1522 2008-02-23  Glenn Morris  <rgm@gnu.org>
1524         * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
1525         Add :help for Solitaire and Tetris.
1527         * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
1529         * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
1530         (smtpmail-code-conv-from): Doc fix.  Fix custom type.
1531         (smtpmail-queue-index-file): Make it a defcustom.
1532         (smtpmail-queue-index): Delete.
1533         (smtpmail-send-it, smtpmail-send-queued-mail):
1534         Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
1535         smtpmail-queue-index.
1537         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
1538         Add :version.
1540 2008-02-23  Yoni Rabkin  <yoni@rabkins.net>  (tiny change)
1542         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
1543         New variables.
1544         (iwconfig): New function.
1546 2008-02-23  Dan Nicolaescu  <dann@ics.uci.edu>
1548         * vc.el (vc-find-revision): Make vc-parent-buffer local before
1549         setting it.
1550         (vc-status-menu-map): Do not define using easy-menu.
1551         (vc-status-menu-map): New defalias.
1552         (vc-status-mode-map): Hook up the menu.
1553         (top-level): Update TODO.
1555         * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
1557         * vc-bzr.el (vc-bzr-init-version): Rename to ...
1558         (vc-bzr-init-revision): ... this.
1560 2008-02-23  Jason Rumney  <jasonr@gnu.org>
1562         * makefile.w32-in (WINS_ALMOST): Remove term.
1563         (WINS): Add term here.
1564         (custom-deps, finder-data): Use WINS_ALMOST.
1566 2008-02-22  Juanma Barranquero  <lekktu@gmail.com>
1568         * faces.el (font-weight-table): Fix value of `semi-light'.
1570 2008-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1572         * faces.el (font-weight-table, font-slant-table, font-swidth-table):
1573         Make those tables bijective.
1575 2008-02-22  Ken Manheimer  <ken.manheimer@gmail.com>
1577         Finish pdbtrack integration cleanup, settling missing-functions
1578         byte compiler warnings appropriately.
1580         * progmodes/python.el (python-point): Remove this - beginning-of-line
1581         was all that was necessary for `python-pdbtrack-overlay-arrow'.
1582         (python-end-of-def-or-class, python-beginning-of-def-or-class)
1583         (python-goto-initial-line): Drop these - they were only needed for
1584         python-point.
1585         (python-comint-output-filter-function): Use condition-case and
1586         beginning-of-line directly, instead of python-mode.el functions
1587         which require all sorts of baggage.
1588         (point-safe): Unnecessary - we're using condition-case directly,
1589         instead.
1590         (python-execute-file): Include for python-shell, which I'm leaving
1591         in keeping despite it being unnecessary for pdb tracking.
1593 2008-02-22  Peter Danenberg  <pcd@wikitex.org>  (tiny change)
1595         * progmodes/scheme.el (scheme-font-lock-keywords-2):
1596         Add SRFI 11 support.
1597         (let-values, let*-values): Specify scheme-indent-function.
1599 2008-02-22  Dan Nicolaescu  <dann@ics.uci.edu>
1601         * vc.el (vc-exec-after): Move setting mode-line-process in the
1602         busy case ...
1603         (vc-set-mode-line-busy-indicator): ... in this new function.
1604         (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
1605         (vc-update-vc-status-buffer): Reset mode-line-process.
1606         (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
1607         mark/unmark all the files with the same state as the current one.
1608         With a prefix argument mark/unmark all files.
1609         (vc-status-mode-menu): Adjust strings.
1610         (vc-update-vc-status-buffer): Only do something when the argument
1611         is not nil.
1612         (vc-status-kill-dir-status-process): New function.
1613         (vc-status-mode-map): Bind it.
1614         (vc-status-process-buffer): New variable.
1615         (vc-status-mode): Make it local.
1616         (vc-status-refresh): Set it.
1618         * vc-hg.el (vc-hg-dir-status):
1619         * vc-git.el (vc-git-dir-status):
1620         * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
1621         command is run.
1623 2008-02-22  Glenn Morris  <rgm@gnu.org>
1625         * json.el (top-level): No need to require thingatpt.
1626         (json-read-keyword): Use thing-at-point rather than word-at-point.
1628         * time.el (top-level): No need to require time-date when compiling.
1630         * emacs-lisp/copyright.el (copyright-update-year):
1631         Fix subexpression numbering for the case when years are split over
1632         lines, and for the replace case.
1634         * emulation/tpu-edt.el (tpu-have-ispell): Doc fix.  Make obsolete.
1635         (tpu-caar, tpu-cadr): Delete functions.
1636         (zmacs-regions): No need to declare for compiler.
1637         (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
1638         (tpu-spell-check): Rewrite, and handle mark after point.
1639         (tpu-special-insert): Use or rather than if.
1641         * emulation/vip.el (vip-special-prefix-com): Use ispell-region
1642         rather than spell-region.
1644         * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
1645         warnings about spell-region.
1647 2008-02-22  Kenichi Handa  <handa@ni.aist.go.jp>
1649         * ldefs-boot.el: Regenerated.
1651         * loadup.el: Don't load language/devanagari, language/kannanda,
1652         language/malayalam, and language/tamil.  Load language/sinhala.
1654         * language/indian.el (indian-font-foundry)
1655         (indian-script-language-alist, indian-font-char-index-table)
1656         (indian-font-char, indian-font-char-range, indian-script-table)
1657         (indian-default-script, indian-composable-pattern): Delete them.
1658         ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
1659         language environments moved to here.
1660         ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
1661         New language environments.
1663         * language/devanagari.el, language/devan-util.el,
1664         * language/kannanda.el, language/knd-util.el, language/malayalam.el,
1665         * language/mlm-util.el, language/tamil.el, language/tml-util.el:
1666         Delete them.
1668         * language/sinhala.el: New file.
1670 2008-02-21  Ken Manheimer  <ken.manheimer@gmail.com>
1672         Update Nick Robert's port of pdb tracking from python-mode.el.
1674         * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
1675         Clarify docstring.
1676         (python-pdbtrack-minor-mode-string): A sign indicating that pdb
1677         tracking is happening.
1678         (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
1679         (python-pdbtrack-input-prompt): Better recognize PDB prompts.
1680         (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
1681         Tracking is plugged in to all comint buffers once python.el is loaded.
1682         (python-pdbtrack-overlay-arrow): Toggle activation of
1683         `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
1684         (python-pdbtrack-track-stack-file): Use new
1685         `python-pdbtrack-get-source-buffer' for more flexible access to
1686         debugging source files.
1687         (python-pdbtrack-get-source-buffer): Identify debugging target buffer
1688         according to pdb stack trace, optionally using new
1689         `python-pdbtrack-grub-for-buffer' if file is not locally available.
1690         (python-pdbtrack-grub-for-buffer): Find most recent python-mode
1691         named buffer, or having function with indicated name.
1692         (python-shell): Remove comint-output-filter-functions hook
1693         addition, it's being done elsewhere.  Wrap long line.
1695 2008-02-21  Michael Olson  <mwolson@gnu.org>
1697         * json.el: Replace XEmacs compatibility code to get rid of
1698         compiler warnings.
1700         * time.el: Fix compiler warning.
1702 2008-02-21  Edward O'Connor  <ted@oconnor.cx>
1704         * json.el: New file (JavaScript Object Notation parser / generator).
1706 2008-02-21  Dave Love  <fx@gnu.org>
1708         * progmodes/sym-comp.el: New file.
1710         * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
1711         Require sym-comp.  Add Python buffer to same-window-buffer-names.
1712         Fixup whitespaces.
1713         (python-font-lock-keywords): Add highlighting for Python builtins.
1714         (python-font-lock-syntactic-keywords): Rewrite.
1715         (python-quote-syntax): Use syntax-ppss-context instead of parsing
1716         ppss directly.
1717         (python-mode-map): Add binding for python-find-function.
1718         (python-calculate-indentation): Clean up the logic.
1719         (python-beginning-of-defun): Explicitly set return value.
1720         (python-beginning-of-statement): Stop looping if we get stuck
1721         going backwards.
1722         (python-next-statement): Stop looping if we somehow end up inside
1723         a string while advancing.
1724         (python-preoutput-continuation, python-version-checked): New vars.
1725         (python-check-version): New function.
1726         (run-python): Set default command to python-command instead of
1727         python-python-command.
1728         (run-python): Use python-check-version.  Give PYTHONPATH
1729         precedence over data-directory in the process environment.
1730         Load function definitions in python process after.
1731         (python-check-comint-prompt): New function.
1732         (python-send-command, python-send-receive): Use it.
1733         (python-complete-symbol, python-try-complete): Functions deleted.
1734         Use symbol-complete instead of python-complete-symbol throughout.
1735         (python-fill-paragraph): Further refine the fenced-string regexp.
1736         (def-python-skeleton): Expand to the original abbrev instead if in
1737         a comment or string.  Tweak skeletons for `if', `while', `for',
1738         `try/except', `try/finally', `name'.
1739         (python-pea-hook, python-abbrev-pc-hook): New functions.
1740         (python-abbrev-syntax-table): New var.
1741         (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
1742         Use symbol-completion-try-complete for hippie expansion.
1743         Turn on font lock unconditionally.
1744         (python-mode-hook): Defcustom it.  No need to use make-local
1745         variable on indent-tabs-mode in "Turn off Indent Tabs mode"
1746         option, since it's buffer-local.
1748 2008-02-21  Juanma Barranquero  <lekktu@gmail.com>
1750         * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
1752 2008-02-21  Drew Adams  <drew.adams@oracle.com>
1754         * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
1755         "Turn off" and a "Help" entry when the minor mode has no menu.
1757 2008-02-21  Dan Nicolaescu  <dann@ics.uci.edu>
1759         * vc.el (vc-status-mark, vc-status-unmark): New functions.
1760         (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
1761         vc-status-mark-file and vc-status-unmark-file.
1762         (vc-status-mark-unmark): New function.
1763         (vc-status-previous-line, vc-status-next-line): No longer interactive.
1765 2008-02-21  Glenn Morris  <rgm@gnu.org>
1767         * composite.el (encode-composition-rule): Fix typo in error message.
1768         (composition-function-table, auto-composition-mode): Doc fixes.
1770         * subr.el (sit-for): Fix obsolete form for nil second argument.
1772         * textmodes/spell.el (spell-buffer, spell-word, spell-region)
1773         (spell-string): Make obsolete, in favor of ispell.
1775 2008-02-21  Kenichi Handa  <handa@ni.aist.go.jp>
1777         * language/devanagari.el: Don't setup composition-function-table
1778         here.
1779         ("Devanagari"): Change charset, coding-system, coding-priority to
1780         Unicode-based ones.  Don't require the feature devan-util.
1782         * composite.el (compose-chars-after): Fix arguments for a function
1783         in composition-function-table.
1784         (auto-compose-region): Likewise.
1786         * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
1787         for Ethiopic.
1788         (ps-mule-plot-string): Ignore glyph-string based compositions.
1790 2008-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1792         * doc-view.el: Allow different windows to show different pages.
1793         (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
1794         (doc-view-current-image, doc-view-current-overlay): Remove variables,
1795         add them back as macros instead, using image-mode-winprops instead.
1796         Update all users of those variables.
1797         (doc-view-new-window-function): New function to create a new overlay
1798         for each new window.
1799         (doc-view-mode): Use it and image-mode-setup-winprops.
1800         (doc-view-clone-buffer-hook): Rewrite accordingly.
1802         * image-mode.el: Extend [hv]scroll support to per-window properties.
1803         (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
1804         (image-mode-winprops-alist): New var to replace them.
1805         (image-mode-new-window-functions): New hook.
1806         (image-mode-winprops, image-mode-window-get, image-mode-window-put):
1807         New funs.
1808         (image-set-window-vscroll, image-set-window-hscroll): Use them.
1809         Remove the `window' argument, update callers.
1810         (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
1811         Use the new functions.
1812         (image-mode-reapply-winprops): New fun.
1813         (image-mode): Use it.
1815 2008-02-20  Jay Belanger  <jay.p.belanger@gmail.com>
1817         * calc/calc-math.el (math-sin-raw): Add optional argument
1818         to keep track of original argument.
1819         (math-cos-raw): Use optional argument when calling math-sin-raw.
1820         (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
1821         with close to original precision.
1823 2008-02-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1825         * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
1826         args in calls of sit-for.
1828 2008-02-20  Juanma Barranquero  <lekktu@gmail.com>
1830         * vc-svn.el (vc-svn-program): Fix typo in docstring.
1831         (vc-svn-checkin): Fix typo in error message.
1833         * help-mode.el: Require easymenu when compiling.
1835 2008-02-20  Dan Nicolaescu  <dann@ics.uci.edu>
1837         * help-mode.el (help-mode-menu): New menu.
1839 2008-02-20  Glenn Morris  <rgm@gnu.org>
1841         * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
1842         on Windows.
1844 2008-02-20  Kenichi Handa  <handa@ni.aist.go.jp>
1846         * ps-mule.el (ps-mule-encode-region): Return a single string.
1847         (ps-mule-plot-string): Adjust for the above change.
1848         (ps-mule-encode-header-string): Likewise.
1850         * international/latin1-disp.el (latin1-display): Don't use
1851         ucs-mule-8859-to-mule-unicode.  Fix the way of resetting
1852         standard-display-table.
1853         (latin1-display-identities): Adjust for the change of what is
1854         returned by (get-language-info charset 'charset).
1856         * international/mule-util.el (char-displayable-p): Fix for Latin-1
1857         characters and terminal case.
1859 2008-02-19  Ken Manheimer  <ken.manheimer@gmail.com>
1861         Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
1863         * progmodes/python.el: Also require comint when loading.
1864         (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
1865         Replace python-shell with run-python on menu bar.
1866         (python-shell-map): New map.
1867         (python-default-interpreter, python-python-command-args)
1868         (python-jython-command-args, python-pdbtrack-do-tracking-p):
1869         New options.
1870         (python-which-shell, python-which-args, python-which-bufname):
1871         New buffer local variables.
1872         (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
1874         * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
1875         (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
1876         New constants.
1878         Pdbtrack features:
1880         (python-point, python-end-of-def-or-class)
1881         (python-beginning-of-def-or-class, python-goto-initial-line)
1882         (python-comint-output-filter-function)
1883         (python-pdbtrack-overlay-arrow)
1884         (python-pdbtrack-track-stack-file, python-toggle-shells)
1885         (python-shell, python-pdbtrack-toggle-stack-tracking)
1886         (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
1887         New functions.
1889 2008-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1891         * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
1892         when the argument is nil.
1894 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
1896         * vc.el (dir-status): Add a brief description.
1898 2008-02-19  Thien-Thi Nguyen  <ttn@gnuvola.org>
1900         * vc-hooks.el (vc-find-root): Take optional arg INVERT.
1901         If non-nil, reverse the sense of the check.
1903         * vc-rcs.el (vc-rcs-root): New func.
1904         * vc-cvs.el (vc-cvs-root): New func.
1905         * vc-svn.el (vc-svn-root): New func.
1906         * vc-sccs.el (vc-sccs-root): New func.
1908 2008-02-18  Kenichi Handa  <handa@ni.aist.go.jp>
1910         * language/japan-util.el (setup-japanese-environment-internal):
1911         Call use-cjk-char-width-table.
1913         * language/japanese.el ("Japanese"): Set exit-function to
1914         use-default-char-width-table.
1916         * international/characters.el: Delete occurrences of non-Unicode
1917         tibetan and ethiopic characters.
1918         (cjk-char-width-table): New variable.
1919         (use-cjk-char-width-table, use-default-char-width-table):
1920         New functions.
1922 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
1924         * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
1925         (vc-status-mode-menu): Add a :filter.
1926         (vc-status-printer): Add faces.
1928         * vc-hg.el (vc-hg-extra-status-menu): New function.
1929         (vc-hg-dir-status): Clean up the buffer before using it.
1931 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1933         * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
1934         (gdb): Initialize it here instead.
1936         * files.el (locate-dominating-file): Fix thinko in last change.
1937         Reported by Bruce Stephens <bruce.stephens@isode.com>.
1939 2008-02-18  Dan Nicolaescu  <dann@ics.uci.edu>
1941         * vc.el (vc-status-mode-menu): New menu for vc-status.
1943 2008-02-18  Juanma Barranquero  <lekktu@gmail.com>
1945         * progmodes/verilog-mode.el (customize): Fix typo in error message.
1946         (verilog-mode, verilog-mode-indent, verilog-mode-actions)
1947         (verilog-mode-auto, verilog-indent-level-module)
1948         (verilog-minimum-comment-distance, verilog-library-flags)
1949         (verilog-library-directories, verilog-library-files)
1950         (verilog-auto-reset-widths, verilog-imenu-generic-expression)
1951         (verilog-xemacs-menu, verilog-set-compile-command)
1952         (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
1953         (verilog-get-expr, verilog-strip-comments, verilog-one-line)
1954         (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
1955         (verilog-batch-inject-auto, verilog-batch-indent)
1956         (verilog-continued-line, verilog-type-keywords)
1957         (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
1958         (verilog-read-inst-pins, verilog-read-arg-pins)
1959         (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
1960         (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
1961         (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
1962         (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
1963         (verilog-sk-datadef, verilog-colorize-include-files-buffer)
1964         (verilog-mode-version, verilog-mode-release-date)
1965         (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
1966         (verilog-simulator, verilog-compiler)
1967         (verilog-auto-sense-defines-constant, verilog-company)
1968         (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
1969         Fix typos in docstrings.
1970         (verilog-set-auto-endcomments, verilog-calculate-indent)
1971         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
1972         Reflow docstrings.
1973         (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
1974         (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
1975         (electric-verilog-forward-sexp, verilog-in-case-region-p)
1976         (verilog-in-struct-region-p, verilog-in-generate-region-p)
1977         (verilog-leap-to-head, verilog-current-indent-level)
1978         (verilog-case-indent-level, verilog-cpp-keywords)
1979         (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
1980         (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
1981         (verilog-signals-not-in, verilog-symbol-detick-text)
1982         (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
1983         (verilog-forward-close-paren, verilog-backward-open-paren)
1984         (verilog-backward-open-bracket): Doc fixes.
1986         * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
1987         (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
1988         (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
1989         (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
1990         (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
1991         Fix typos in docstrings.
1993         * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
1995 2008-02-18  Bastien Guerry  <Bastien.Guerry@ens.fr>
1997         * info.el (Info-read-node-name): Removed unused `default' arg.
1999 2008-02-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
2001         * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
2003 2008-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2005         * image-mode.el (image-get-display-property): New fun.
2006         (image-forward-hscroll, image-next-line, image-eol, image-eob)
2007         (image-mode, image-minor-mode, image-toggle-display-text)
2008         (image-toggle-display): Use it.
2010 2008-02-18  Jason Rumney  <jasonr@gnu.org>
2012         * international/mule.el (xml-find-file-coding-system): Don't warn
2013         about utf-16 with BOM.
2015         * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
2017         * international/mule.el (sgml-xml-auto-coding-function): Detect and
2018         warn if file encoding is not utf-8 and encoding not specified.
2019         (xml-find-file-coding-system): New function.
2020         * international/mule-conf.el (file-coding-system-alist): Use it.
2022 2008-02-17  Glenn Morris  <rgm@gnu.org>
2024         * international/mule-cmds.el (set-locale-environment):
2025         Pass `frame' to getenv for LC_MESSAGES.
2027 2008-02-17  Juri Linkov  <juri@jurta.org>
2029         * time.el (emacs-init-time): Use format instead of format-seconds.
2031 2008-02-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2033         * textmodes/bibtex.el (bibtex-search-entry): Rename from
2034         bibtex-find-entry.  Add autoload cookie.
2035         (bibtex-find-entry): Alias for bibtex-search-entry.
2036         (bibtex-search-crossref): Rename from bibtex-find-crossref.
2037         (bibtex-find-crossref): Alias for bibtex-search-crossref.
2038         (bibtex-clean-entry): atomic-change-group removed.
2039         (bibtex-format-entry): Use atomic-change-group.  Use unwind-protect
2040         to locate buffer location where error occurred.
2041         Make error messages more specific.
2042         (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
2044 2008-02-17  Dan Nicolaescu  <dann@ics.uci.edu>
2046         * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
2047         top level.
2049         * simple.el (transient-mark-mode): Add an :init-value.
2051         * startup.el (command-line): Use custom-reevaluate-setting for
2052         transient-mark-mode.
2054 2008-02-17  Micha\e$(Q)a\e(Bl Cadilhac  <michael@cadilhac.name>
2056         * wdired.el (wdired-allow-to-change-permissions): Fix typo.
2058 2008-02-16  Juri Linkov  <juri@jurta.org>
2060         * startup.el (after-init-time): New variable.
2061         (command-line): Set `after-init-time' to the current time.
2063         * time.el (emacs-init-time): New function.
2065 2008-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2067         * files.el (locate-dominating-file): Remove initial loop because it's
2068         not careful enough.  Detect the uid-change all within the main loop.
2070 2008-02-16  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
2072         * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
2074 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
2076         * vc.el (vc-annotate): Add new argument.
2077         (vc-annotate-warp-revision): Pass the current line to vc-annotate.
2079         * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
2080         Move make-variable-buffer-local code after the corresponding defvar.
2081         (hs-minor-mode-map): Define and initialize in one step.
2082         (hs-minor-mode): Change from defun to define-minor-mode.
2084 2008-02-16  Nick Roberts  <nickrob@snap.net.nz>
2086         * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
2087         (gdb-ready): Move declaration...
2089         * progmodes/gdb-ui.el (gdb-ready): ...to here.
2090         (gdb-early-user-input): New variable.
2091         (gdb): Reset gdb-flush-pending-output to nil and set
2092         comint-input-sender here (before gdb-prompt), instead of...
2093         (gdb-init-1): ...here.
2094         (gdb-send): If Emacs is not ready, defer user input to...
2095         (gdb-prompt): ...here.
2097 2008-02-16  Glenn Morris  <rgm@gnu.org>
2099         * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
2101         * startup.el (emacs-startup-time): Rename to `before-init-time'.
2102         (before-init-time): New name for `emacs-startup-time'.
2103         (command-line): Use before-init-time rather than emacs-startup-time.
2104         * time.el (emacs-uptime): Use before-init-time rather than
2105         emacs-startup-time.
2107         * composite.el (composition-function-table): Doc fix.
2109         * calendar/time-date.el (format-seconds): Remove `nonzero' argument
2110         in favor of `%z' specifier.
2111         (emacs-uptime): Move to time.el.
2112         * time.el (emacs-uptime): Move here from time-date.el.  Add optional
2113         `format' argument.  Doc fix.  Use `%z' rather than removed `nonzero'
2114         argument of format-seconds.
2116 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
2118         * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
2120 2008-02-15  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
2122         * ielm.el (ielm-is-whitespace): Remove.
2123         (ielm-is-whitespace-or-comment): New function.
2124         (ielm-eval-input): Use it.
2126 2008-02-15  Jason Rumney  <jasonr@gnu.org>
2128         * term/mac-win.el: Fix coding tag.
2130 2008-02-15  Dan Nicolaescu  <dann@ics.uci.edu>
2132         * vc-hooks.el (vc-menu-map):
2133         * bindings.el (mode-line-mode-menu): Add tooltips.
2135         * bindings.el (help-echo): Add more tooltips.  Use a less
2136         telegraphic style for existing tooltips.
2138 2008-02-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2140         * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
2141         from the auto-generated one.
2143 2008-02-14  Glenn Morris  <rgm@gnu.org>
2145         * mail/rmail-spam-filter.el (rmail-spam-filter):
2146         Let-bind message-spam-status.
2148         * mail/smtpmail.el (password-cache-add): Declare as function.
2150 2008-02-14  Justus Piater  <Justus-bulk@Piater.name>  (tiny change)
2152         * mail/smtpmail.el: Use password-cache.
2154 2008-02-14  Juanma Barranquero  <lekktu@gmail.com>
2156         * uniquify.el (uniquify-buffer-base-name): New function.
2157         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2159         * desktop.el (uniquify-managed): Don't defvar.
2160         (desktop-buffer-info): Use `uniquify-buffer-base-name', not
2161         `uniquify-managed'.  Return also the buffer's base name.
2162         (desktop-save): When saving the buffer info, filter out the base name,
2163         and save it as buffer name if the buffer is managed by uniquify.
2164         (uniquify-item-base): Don't declare; not called anymore.
2166 2008-02-14  Dan Nicolaescu  <dann@ics.uci.edu>
2168         * vc.el (vc-annotate-find-revision-at-line): New function.
2169         (vc-annotate-mode-map): Bind it.
2170         (vc-annotate-mode-menu): Add a menu entry for it.  Add :help for
2171         some entries.
2173 2008-02-14  Glenn Morris  <rgm@gnu.org>
2175         * calendar/time-date.el (format-seconds): New function.
2176         (emacs-uptime): Use format-seconds.
2178         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
2179         Remove `LC_ALL=C', since it's included in $(emacs) now.
2181 2008-02-14  Zhang Wei  <id.brep@gmail.com>
2183         * textmodes/org-publish.el (org-publish-timestamp-filename):
2184         Replace colon characters in filename too.
2186 2008-02-13  Bastien Guerry  <bzg@altern.org>
2188         * mail/rmail.el (rmail-header-name): New face.
2189         (rmail-font-lock-keywords): Use rmail-header-name.
2191         * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
2192         against X-Spam-Status header field.
2193         (rmail-spam-filter): Also check X-Spam-Status header field.
2195 2008-02-14  Mark A. Hershberger  <mah@everybody.org>
2197         * progmodes/flymake.el (flymake-allowed-file-name-masks):
2198         Add support for .pm files and .php files.
2199         (flymake-err-line-patterns): Add pattern for PHP errors.
2200         (flymake-php-init): New function.  PHP support for flymake.
2202         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2203         Add regular expression for PHP errors.
2205 2008-02-13  Michael Albinus  <michael.albinus@gmx.de>
2207         * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
2208         This DTRT even on w32 machines.
2209         (ange-ftp-cf1): Quote FILENAME.
2211 2008-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2213         * smerge-mode.el (smerge-auto-combine-max-separation): New var.
2214         (smerge-auto-combine): New fun.
2216 2008-02-12  Juri Linkov  <juri@jurta.org>
2218         * startup.el (fancy-startup-screen, normal-splash-screen):
2219         Set default-directory to command-line-default-directory.
2221         * desktop.el (after-init-hook): Set inhibit-startup-screen to t
2222         after reading the desktop.
2224         * progmodes/compile.el (compilation-auto-jump):
2225         Call compile-goto-error only when compilation-auto-jump-to-first-error
2226         is non-nil.
2227         (compilation-scroll-output): Replace :type 'boolean with a choice
2228         that has three options including a third option `first-error'.
2229         Doc fix.
2230         (compilation-start, compilation-forget-errors): Add an alternate
2231         condition comparing compilation-scroll-output with `first-error'
2232         in addition to compilation-auto-jump-to-first-error (to call
2233         compilation-auto-jump in the proper place).
2235 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2237         * international/mule.el (sgml-html-meta-auto-coding-function):
2238         Make sure the search limit is ahead.
2240         * tar-mode.el: Fix broken indentation.
2241         (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
2242         Use with-current-buffer.
2244 2008-02-12  Juanma Barranquero  <lekktu@gmail.com>
2246         * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
2247         it is already automatically buffer-local.
2249 2008-02-11  Drew Adams  <drew.adams@oracle.com>
2251         * help.el (describe-key): Join some split lines to facilitate filling.
2252         * help-fns.el (describe-function-1): Fill text of overlong lines.
2254 2008-02-12  Kenichi Handa  <handa@ni.aist.go.jp>
2256         * emacs-lisp/bytecomp.el (byte-compile-lapcode):
2257         Use unibyte-string instead of string-make-unibyte.
2259         * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
2261 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2263         * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
2264         works also for buffers w/o buffer-file-name.  Update callers.
2265         (doc-view-clone-buffer-hook): New fun.
2266         (doc-view-mode): Use it for indirect clones.  Mark the overlays with
2267         the `doc-view' property so they can be recognized.
2269         * simple.el (clone-indirect-buffer-hook): New hook.
2270         (clone-indirect-buffer): Run it.
2272 2008-02-11  Daiki Ueno  <ueno@unixuser.org>
2274         * epa.el (epa-menu-mode): Merge into epa-mode.
2275         (epa-menu-items): Rename the label "EasyPG Assistant" to
2276         "Encryption/Decryption".
2278         * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
2279         (epa-dired-mode-map): Rename from epa-dired-map.
2280         (epa-global-dired-mode): Rename the global minor mode.
2282 2008-02-11 Drew Adams  <drew.adams@oracle.com>
2284         * isearch.el (isearch-fail): New face.
2285         (isearch-message): Highlight failure part of input.
2287 2008-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2289         * ibuffer.el (ibuffer-header-line-format): New var.
2290         (ibuffer-mode): Set it instead of header-line-format.
2291         (ibuffer-update): Use it to set header-line-format.
2293         * international/mule-cmds.el (ucs-insert): Inherit surrounding
2294         properties like self-insert-command.
2296 2008-02-11  Drew Adams  <drew.adams@oracle.com>
2298         * progmodes/etags.el: Add many doc strings.
2300 2008-02-11  Jason Rumney  <jasonr@gnu.org>
2302         * ldefs-boot.el: Regenerated.
2304 2008-02-11  Glenn Morris  <rgm@gnu.org>
2306         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2307         Shorten some names.
2309         * ffap.el (ffap-rfc-directories): Add :version.
2311 2008-02-11  Chris Moore  <christopher.ian.moore@gmail.com>
2313         * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
2314         files, and backup files of same.
2316 2008-02-11  Kevin Ryde  <user42@zip.com.au>
2318         * ffap.el (ffap-rfc-directories): New variable.
2319         (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
2321         * info.el (Info-next-reference, Info-prev-reference)
2322         (Info-try-follow-nearest-node): Move to and follow https:// links too.
2324         * simple.el (completion-list-mode): Show full completion-list-mode-map
2325         in the docstring.
2327 2008-02-11  Sam Steingold  <sds@gnu.org>
2329         * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
2331 2008-02-11  Glenn Morris  <rgm@gnu.org>
2333         * startup.el (emacs-startup-time): New variable.
2334         (command-line): Set emacs-startup-time.
2336         * calendar/time-date.el (emacs-uptime): New function.
2338 2008-02-10  Bastien Guerry  <bzg@altern.org>
2340         * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
2341         (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
2342         it is nil.
2344 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
2346         * epg-config.el: Expand the contents of epg-package-info.el.
2347         (epg-package-name): New constant.
2348         (epg-version-number): New constant.
2349         (epg-bug-report-address): New constant.
2351         * epa-mail.el (epa-mail-mode): Add autoload cookie.
2352         (epa-global-mail-mode): New global minor mode.
2354         * epa-file.el (epa-file-mode): New global minor mode.
2356         * epa-dired.el (epa-dired-mode): New global minor mode.
2358         * epa.el (epa-menu): New variable.
2359         (epa-menu-items): New variable.
2360         (epa-menu-mode): New global minor mode.
2361         (epa-global-minor-modes): New user option.
2362         (epa-mode): New global minor mode.
2364 2008-02-10  Michael Albinus  <michael.albinus@gmx.de>
2366         * net/dbus.el: Remove `no-byte-compile' cookie.
2367         (dbus-call-method, dbus-register-signal, dbus-debug)
2368         (dbus-registered-functions-table): Declare them with
2369         `declare-function' or `defvar', respectively.
2370         (top): Don't assert any longer.  Require 'cl when compiling.
2371         Apply `ignore-errors' but `dbus-ignore-errors'.
2373 2008-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
2375         * diff-mode.el (diff-add-change-log-entries-other-window):
2376         Use add-change-log-entry.
2378 2008-02-09  Jason Rumney  <jasonr@gnu.org>
2380         * button.el (button-map):
2381         * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
2382         * ldefs-boot.el: Regenerate.
2384 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
2386         * epa.el (epa-faces, epa):
2387         * epa-file.el (epa-file):
2388         * epg-config.el (epg): Add :version.
2390 2008-02-09  Thien-Thi Nguyen  <ttn@gnuvola.org>
2392         * vc.el (vc-exec-after): Append CODE to previous fragments.
2393         (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
2394         take MESSAGES instead of VERBOSE; use it when non-nil.
2395         (vc-diff-internal): Compute messages once; use them;
2396         update call to vc-diff-finish.
2398 2008-02-09  Michael Olson  <mwolson@gnu.org>
2400         * net/tramp.el (tramp-process-sentinel): Avoid error when process
2401         buffer has been killed, such as by
2402         `tramp-cleanup-all-connections'.
2404 2008-02-09  Miles Bader  <miles@gnu.org>
2406         * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
2408 2008-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2410         * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
2411         splitter in context hunks.
2413 2008-02-08  Kenichi Handa  <handa@ni.aist.go.jp>
2415         * international/fontset.el (setup-default-fontset): Fix arabic otf
2416         font specification.
2418 2008-02-08  Daiki Ueno  <ueno@unixuser.org>
2420         * epa-dired.el:
2421         * epa-file.el:
2422         * epa-mail.el:
2423         * epa-setup.el:
2424         * epa.el:
2425         * epg-config.el:
2426         * epg-package-info.el:
2427         * epg.el: Initial check-in of EasyPG.
2429 2008-02-08  Glenn Morris  <rgm@gnu.org>
2431         * woman.el (woman-locale): New defcustom.
2432         (woman-expand-locale, woman-manpath-add-locales): New functions.
2433         (woman-manpath): Call woman-manpath-add-locales.  Bump :version.
2435         * international/mule-cmds.el (locale-translate): New function,
2436         with old code extracted from set-locale-environment.
2437         (set-locale-environment): Use locale-translate.  Set woman-locale.
2439         * cus-start.el (selection-coding-system): Remove, since it's now
2440         defined in select.el rather than in xselect.c.
2441         * select.el (selection-coding-system): Make it a defcustom, and
2442         add the properties from cus-start.el.  Bump :version.
2444         * custom.el (custom-theme-set-variables): Sort symbols that are
2445         dependencies before symbols that depend on them.
2446         (custom-enabled-themes): Set after custom-theme-directory.
2448         * pcmpl-unix.el (top-level): Move provide statement to end.
2449         (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
2450         `*' from doc-string.  Allow to be nil.
2451         (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
2452         Allow to be nil.  Add :version.
2453         (pcmpl-ssh-hosts): Move definition before use.  Handle lines
2454         without hostnames, and multiple hostnames per line.
2456         * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
2458 2008-02-08  Phil Hagelberg  <phil@evri.com>
2460         * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
2461         (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
2463 2008-02-07  Timo Savola  <timo.savola@iki.fi>
2465         * startup.el (command-line-x-option-alist): Add --parent-id.
2467         * term/x-win.el (x-handle-parent-id): New function.
2469 2008-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
2471         * mouse.el (x-fixed-font-alist): Use consistent capitalization for
2472         "Font Menu".
2474 2008-02-06  Michael Albinus  <michael.albinus@gmx.de>
2476         * net/dbus.el (dbus-interface-peer): New defconst.
2477         (dbus-ping): New defun.
2479 2008-02-06  Sam Steingold  <sds@gnu.org>
2481         * vc-hooks.el (vc-prefix-key): New user-customizable variable.
2483 2008-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2485         * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
2486         Just return nil and let the C code provide a fallback.
2488 2008-02-05  Glenn Morris  <rgm@gnu.org>
2490         * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
2491         tramp-flush-connection-property for removed 2nd argument.
2493 2008-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2495         * diff-mode.el (diff-add-change-log-entries-other-window):
2496         Rename from diff-create-changelog.  Change users.
2497         Minor change to hopefully work with plain diffs.
2498         (diff-mode-map): Add binding for it.
2500 2008-02-04  Dan Nicolaescu  <dann@ics.uci.edu>
2502         * diff-mode.el: Add new TODO entry.
2503         (diff-create-changelog): New function.
2504         (diff-mode-menu): Bind it.
2506 2008-02-04  Kenichi Handa  <handa@ni.aist.go.jp>
2508         * international/mule-diag.el (print-fontset-element): Handle the
2509         case of inhibiting the fallback fonts.
2511 2008-02-04  Kim F. Storm  <storm@cua.dk>
2513         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
2514         (ido-magic-delete-char): Use prefix arg.
2516 2008-02-03  Juanma Barranquero  <lekktu@gmail.com>
2518         * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
2519         because the latter is in fact a 1.2.8 build distributed with GTK+ (as
2520         of today, the most recent libpng is 1.2.24).
2522 2008-02-03  Michael Albinus  <michael.albinus@gmx.de>
2524         * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
2526         * net/dbus.el (top): Check (featurep 'dbusbind).
2528         * net/tramp.el (tramp-process-sentinel): New defun.
2529         (tramp-do-copy-or-rename-file-out-of-band)
2530         (tramp-maybe-open-connection): Use it as process sentinel.
2531         (tramp-handle-delete-directory): Don't use the "-f" option; it
2532         isn't portable.
2533         (tramp-handle-start-file-process): Echo `tramp-end-of-output'
2534         after the command.
2535         (tramp-handle-shell-command): Set `mode-line-process' in the
2536         asynchronous case.
2538         * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
2540         * net/tramp-fish.el (tramp-fish-maybe-open-connection):
2541         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
2542         Use `tramp-process-sentinel' as process sentinel.
2544 2008-02-02  Juanma Barranquero  <lekktu@gmail.com>
2546         * whitespace.el (global-whitespace-mode): Revert last change.
2547         (whitespace-unload-function): Force `global-whitespace-mode'
2548         to deactivate local modes in a slightly less intrusive way.
2550 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
2552         * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
2554 2008-02-02  Glenn Morris  <rgm@gnu.org>
2556         * international/latin1-disp.el (latin1-display):
2557         * progmodes/fortran.el (fortran-comment-indent-char):
2558         * progmodes/idlw-shell.el (top-level):
2559         * term/mac-win.el (mac-keyboard-translate-char):
2560         * whitespace.el (whitespace-char-valid-p):
2561         * wid-edit.el (widget-key-sequence-read-event):
2562         Use characterp rather than char-valid-p.
2564         * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
2565         to capitalized-find-word-boundary.  Doc fix.  Update callers.
2566         (capitalized-next-word-boundary-function-table): Rename to
2567         capitalized-find-word-boundary-function-table.  Doc fix.  Update users.
2569         * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
2570         string-to-int.
2572         * ps-def.el (declare-function): Add compatibility definition.
2573         (ps-plot-with-face, ps-plot-string): Declare as functions.
2574         (ps-bold-faces, ps-italic-faces): Declare variables.
2576         * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
2577         (ps-mule-end-job): Declare as functions.
2579         * wid-edit.el (widget-string-complete): Use assoc-string rather
2580         than assoc-ignore-case.
2582 2008-02-01  Chong Yidong  <cyd@stupidchicken.com>
2584         * progmodes/etags.el (next-file): Improve revert message.
2586 2008-02-01  Andreas Schwab  <schwab@suse.de>
2588         * loadup.el: Load language/burmese instead of language/myanmar.
2590 2008-02-01  Richard Stallman  <rms@gnu.org>
2592         * language/burmese.el: Rename from myanmar.el.
2593         ("Burmese"): Rename from "Myanmar".
2595 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
2597         * international/fontset.el (script-representative-chars): Add cham
2598         and tai-viet.
2599         (setup-default-fontset): Add iso10646-1 font for latin and ipa.
2600         Add fontconfig spec for cjk-misc.  Explicitly specify font font
2601         for U+E000..U+F8FF.
2603         * international/characters.el (script-list): Add cham.
2605         * language/cham.el: New file.
2607 2008-02-01  Mark A. Hershberger  <mah@everybody.org>
2609         * xml.el (xml-escape-string): Don't do any encoding changes on the
2610         string.
2612 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
2614         * language/ind-util.el (in-is13194-post-read-conversion):
2615         Delete unnecessary call of indian-compose-region.
2617 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2619         * ps-print.el: Some face attributes (like :strike-through) were not
2620         being recognised.  Reported by Leo <sdl.web@gmail.com>.
2621         (ps-print-version): New version 7.3.2.
2622         (ps-screen-to-bit-face): Fix code.  Call ps-face-strikout-p,
2623         ps-face-overline-p and ps-face-box-p functions.
2625         * ps-def.el (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p):
2626         New functions.
2628 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
2630         * international/fontset.el (font-encoding-alist): Add an entry for
2631         iso8859-16.
2632         (setup-default-fontset): Add iso8859-16 to latin.
2634         * descr-text.el (describe-char-display): Convert a GLYPH-CODE to a
2635         hexadigit string.
2636         (describe-char): Adjust for the above change.
2638 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
2640         * international/fontset.el (font-encoding-alist): Don't set the
2641         repertory of GB18030 fonts.
2643 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
2645         * language/indian.el: Set font-shape-text for all Indic characters
2646         in composition-function-table.
2648         * language/khmer.el: New file.
2650         * language/myanmar.el: New file.
2652         * loadup.el: Load "language/khmer" and "language/myanmar".
2654 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
2656         * international/fontset.el (setup-default-fontset): Fix lao OTF
2657         script name.
2659 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
2661         * composite.el (terminal-composition-modification): Delete it.
2663 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
2665         * international/fontset.el (x-complement-fontset-spec):
2666         Complement size too.
2668 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
2670         * international/fontset.el (font-encoding-charset-alist):
2671         Initialize it.
2672         (otf-script-alist): Fix typo of canadian-aboriginal.
2673         (setup-default-fontset): Specify font-specs for many more scripts.
2674         (x-complement-fontset-spec): Change the first argument to a
2675         font-spec object.
2676         (create-fontset-from-fontset-spec): Adjust for the above change.
2678 2008-02-01  Kenichi Handa  <handa@m17n.org>
2680         * language/devanagari.el: Register font-shape-text in
2681         composition-function-table.
2683         * language/tibetan.el: Register font-shape-text in
2684         composition-function-table.
2686         * language/thai-util.el (thai-composition-function): Fix arguments.
2688         * language/tamil.el: Register font-shape-text in
2689         composition-function-table.
2691         * language/malayalam.el: Register font-shape-text in
2692         composition-function-table.
2694         * language/lao.el: Register font-shape-text in
2695         composition-function-table.
2697         * language/kannada.el: Register font-shape-text in
2698         composition-function-table.
2700         * language/european.el (diacritic-composition-function): Fix arguments.
2702         * language/ethio-util.el (ethio-composition-function): Fix arguments.
2704         * language/tv-util.el (tai-viet-composition-function): Fix arguments.
2706         * composite.el (composition-function-table): Fix docstring.
2707         (terminal-composition-function): Fix arguments.
2708         (auto-compose-current-font): Delete it.
2709         (auto-compose-chars): Adjust for the change of
2710         composition-function-table.
2712 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
2714         * international/fontset.el (font-encoding-alist): Add the entry of
2715         "unicode-bmp".
2717 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
2719         * composite.el (auto-compose-chars): Be sure to calculate
2720         composition at least at POS.
2722 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2724         * printing.el: Fix pr-interface-map initialization code.
2725         (pr-version): New version 6.9.3.
2726         (pr-f-set-keymap-parents): Replace by pr-set-keymap-parents.
2727         (pr-f-set-keymap-name): Replace by pr-set-keymap-name.
2728         (pr-f-read-string): Replace by pr-read-string.
2729         (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string):
2730         New function name.
2731         (pr-interactive-n-up, pr-interactive-regexp): Code fix.
2733 2008-02-01  Kenichi Handa  <handa@m17n.org>
2735         * language/tv-util.el (tai-viet-re): Include '-'.
2736         (tai-viet-glyph-info): Handle '-'.
2738 2008-02-01  Kenichi Handa  <handa@m17n.org>
2740         * descr-text.el (describe-char): Handle a composition of the new
2741         format.  Show font name.
2743 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
2745         * language/tibet-util.el (tibetan-composition-function): Use
2746         font-shape-text if auto-compose-current-font is non-nil.
2748         * language/tibetan.el: Fix the range for recording
2749         tibetan-composition-function in composition-function-table.
2751         * language/mlm-util.el (malayalam-composition-function): Use
2752         font-shape-text if auto-compose-current-font is non-nil.
2754         * international/mule-conf.el: Flag many charsets as supplementary.
2756         * international/mule.el (define-charset): Update the docstring for
2757         :supplementary-p.
2759         * international/fontset.el (setup-default-fontset): Add OpenType
2760         fonts for malayalam and tibetan.
2762 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
2764         * international/fontset.el (x-complement-fontset-spec): Use font-spec.
2766 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
2768         * international/fontset.el (otf-script-alist): Make all otf tags
2769         4-letters.
2770         (setup-default-fontset): Add OpenType fonts for devanagari and tamil.
2772         * language/tml-util.el (tamil-composition-function): Use
2773         font-shape-text if auto-compose-current-font is non-nil.
2775         * language/devan-util.el (devanagari-composition-function): Use
2776         font-shape-text if auto-compose-current-font is non-nil.
2778         * composite.el (auto-compose-chars): Change argument font-object
2779         to window.
2781 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2783         * ps-print.el (ps-lpr-switches): Docstring fix.
2784         (ps-string-list): New function.
2785         (ps-do-despool): Code fix.
2787 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
2789         * international/utf-7.el (utf-7-imap-post-read-conversion)
2790         (utf-7-imap-pre-write-conversion): New functions.
2792         * international/mule-conf.el (utf-7-imap): New coding system.
2794 2008-02-01  Kenichi Handa  <handa@m17n.org>
2796         * term/x-win.el (x-selection-value): If x-select-request-type is
2797         nil, try also STRING at last.
2798         (x-select-request-type): Doc fix for the change of x-selection-value.
2800         * select.el (selection-coding-system, next-selection-coding-system):
2801         Move declarations from xselect.c.
2802         (x-get-selection): Decode by selection-coding-system if it is non-nil.
2803         If it is nil, decode by a proper coding system.  Handle C_STRING.
2804         (ccl-check-utf-8, string-utf-8-p): Delete them.
2805         (xselect-convert-to-string): Fix determining data-type in the case
2806         that TEXT is requested.  Don't use selection-coding-system if it's
2807         not proper for the data-type.
2809 2008-02-01  Kenichi Handa  <handa@m17n.org>
2811         * term/x-win.el (x-selection-value): If x-select-request-type is
2812         nil, simply try UTF8_STRING and COMPOUND-TEXT in this order.
2814 2008-02-01  Jason Rumney  <jasonr@gnu.org>
2816         * term/w32-win.el (w32-initialize-window-system): Use t, not nil
2817         to signify default fontset.
2819 2008-02-01  Kenichi Handa  <handa@m17n.org>
2821         * international/mule-cmds.el (describe-language-environment):
2822         Check if the specified input method exists or not.
2824 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2826         * ps-print.el (ps-begin-job): Error if ps-lpr-switches is not a list.
2827         (ps-face-background-name): Remove this function.  It's already defined
2828         in ps-def.el file.
2830 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2832         * ps-print.el: Eliminate the check if ps-print was running on Lucid or
2833         Epoch emacsen.
2835 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2837         * ps-print.el: Now detect if text foreground and background colors are
2838         equals and replace the foreground color by another color, so the text
2839         becomes visible.  Doc fix.
2840         (ps-print-version): New version 7.3.
2841         (ps-default-fg, ps-default-bg): Docstring fix.
2842         (ps-fg-list, ps-fg-validate-p): New options.
2843         (ps-foreground-list): New variable.
2844         (ps-generate-header-line): Replace fboundp by functionp.
2845         (ps-setup, ps-begin-job, ps-plot-region): Fix code.
2847 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2849         * printing.el: Pacify byte compiler, that is, no compiler warnings.
2850         Move (again) some variable definitions before use, define some
2851         function aliases, no code change.
2852         (pr-version): New version 6.9.2.
2853         (pr-path-style, pr-auto-region, pr-menu-char-height)
2854         (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
2855         (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
2856         via (defvar VAR).
2857         (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
2858         (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
2859         (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
2860         (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
2861         (pr-f-set-keymap-parents, pr-keep-region-active): Function aliases.
2862         (pr-menu-print-item, pr-ps-printer-menu-modified)
2863         (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
2864         (pr-even-or-odd-alist): Move variable definitions.
2866 2008-02-01  Kenichi Handa  <handa@m17n.org>
2868         * language/chinese.el (cp936): Delete duplicated alias.
2870         * international/mule-diag.el (list-block-of-chars): Don't insert
2871         non-Unicode characters.
2873 2008-02-01  Jason Rumney  <jasonr@gnu.org>
2875         * loadup.el [windows-nt]: Don't load code-pages and ccl.
2876         * term/w32-win.el: Don't require code-pages.
2878 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2880         Fix up multi-tty merge.
2882         * version.el (emacs-version): Bump to 23.0.60.
2884         * term/x-win.el (x-initialize-window-system): Don't try to create
2885         a fontset from a font-specification anymore.  This was removed on the
2886         unicode branch and mistakenly re-added by the multi-tty merge.
2888         * term/w32-win.el: Remove duplicate code that's now in
2889         w32-initialize-window-system.
2890         (w32-initialize-window-system): Don't try to create a fontset from
2891         a font-specification anymore.  This was removed on the unicode branch
2892         and mistakenly re-added by the multi-tty merge.
2894         * term/mac-win.el: Remove duplicate top-level code.
2896         * language/ethio-util.el:
2897         * international/characters.el: Use utf-8 rather than utf-8-emacs
2898         since it works as well and has the advantage of working with
2899         non-unicode versions of Emacs.
2901         * international/encoded-kb.el (encoded-kbd-setup-display): Use the new
2902         multi-tty code, which includes the previous local change.
2904 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2906         * ps-print.el (ps-print-version): New version 7.2.5.
2907         (ps-background, ps-begin-file, ps-build-reference-face-lists):
2908         Use `mapc' rather than `mapcar'.
2910 2008-02-01  Kenichi Handa  <handa@m17n.org>
2912         * skeleton.el (skeleton-internal-1): Use integerp and stringp
2913         instead of char-or-string-p to catch -1.
2915 2008-02-01  Kenichi Handa  <handa@m17n.org>
2917         * international/mule-cmds.el (inactivate-input-method):
2918         Set input-method-function to nil before calling
2919         inactivate-current-input-method-function.
2921 2008-02-01  Kenichi Handa  <handa@m17n.org>
2923         * play/gamegrid.el (gamegrid-setup-default-font): Calculate a font
2924         height that doesn't exceed the requested height by rounding off.
2926 2008-02-01  Andreas Schwab  <schwab@suse.de>
2928         * international/mule-diag.el (print-fontset-element):
2929         Use fontp only if defined.
2931 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2933         * ps-mule.el (ps-mule-prepare-font, ps-mule-encode-region)
2934         (ps-mule-plot-composition, ps-mule-encode-header-string): Docstring fix.
2935         (ps-mule-prologue-generated): Code fix.
2937 2008-02-01  Kenichi Handa  <handa@m17n.org>
2939         * dnd.el (dnd-get-local-file-name): Call replace-regexp-in-string
2940         with FIXEDCASE t.
2942 2008-02-01  Kenichi Handa  <handa@m17n.org>
2944         * international/mule-diag.el (print-fontset-element): Fix for the
2945         format change of a fontset element for font-backend feature.
2947 2008-02-01  Kenichi Handa  <handa@m17n.org>
2949         * descr-text.el (describe-char): Fix for the case that a component
2950         character is TAB.
2952 2008-02-01  Kenichi Handa  <handa@m17n.org>
2954         * international/mule-cmds.el (select-safe-coding-system-interactively):
2955         Fix printing of rejected and unsafe coding-systems.
2957         * international/fontset.el (setup-default-fontset): Add tai-viet.
2959         * international/characters.el: Setup syntax/category table for Tai Viet.
2960         (script-list): Add tai-viet.
2962         * loadup.el: Load "language/tai-viet".
2964         * language/tai-viet.el: New file.
2966         * language/tv-util.el: New file.
2968 2008-02-01  Jason Rumney  <jasonr@gnu.org>
2970         * faces.el (font-weight-table): Use defaults on w32 that match
2971         LOGFONT.lfWeight.
2973         * term/w32-win.el: Don't create fontset from command-line font.
2975 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
2977         * international/mule-cmds.el (toggle-enable-multibyte-characters)
2978         (sort-coding-systems, search-unencodable-char): Doc fixes.
2979         (default-input-method, input-method-verbose-flag)
2980         (input-method-highlight-flag): Remove * in defcustom's docstrings.
2981         (exit-language-environment-hook, set-default-coding-systems)
2982         (coding-system-change-eol-conversion, prefer-coding-system)
2983         (find-multibyte-characters, leim-list-entry-regexp)
2984         (set-input-method, input-method-exit-on-first-char, princ-list)
2985         (locale-language-names, locale-charset-language-names)
2986         (define-char-code-property): Fix typos in docstrings.
2988 2008-02-01  Kenichi Handa  <handa@m17n.org>
2990         * disp-table.el (make-glyph-code, glyph-char, glyph-face):
2991         Fix for a new character code space (22-bit).
2993 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
2995         * printing.el (pr-ps-fast-fire): Fix typos in docstring.
2997 2008-02-01  Kenichi Handa  <handa@m17n.org>
2999         * international/characters.el: Add more cases/syntaxes from Latin
3000         characters.
3002 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3004         * ps-def.el (installation-directory): Must be initialized when defining
3005         it in XEmacs.
3006         (coding-system-for-read): Eliminate duplicated definition.
3008 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3010         * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
3012 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3014         * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
3015         (ps-print-emacs-type): Eliminate variable.
3016         (ps-setup): Remove ps-print-emacs-type.  Print which Emacsen is
3017         running ps-print package.
3019         * ps-def.el: Replace (defvar VAR nil) by (defvar VAR).
3020         (ps-frame-parameter): Replace defun by defalias.
3021         (mark-active): Eliminate defvar.
3023         * ps-samp.el (ps-prsc, ps-c-prsc, ps-s-prsc): Eliminate macros.
3024         (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
3025         (ps-jts-ps-setup): Replace macros by vector key definition.
3027 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3029         * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
3030         * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
3031         * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
3032         * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
3033         * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
3034         * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
3035         New command actions for EPS header and EPS footer.
3037         * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
3038         footer.  Fix some problems with one-or-more, zero-or-more and
3039         alternative constructions generation.  Some implementation of log
3040         messages.  Doc fix.
3041         (ebnf-version): New version 4.4.
3042         (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
3043         (ebnf-eps-footer, ebnf-log): New options.
3044         (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
3045         (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
3046         (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
3047         (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
3048         (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New functions.
3049         (ebnf-style-custom-list, ebnf-style-database): Put new values.
3050         (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
3051         (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
3052         (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
3053         (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
3054         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
3055         (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
3056         (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
3057         (ebnf-non-terminal-dimension, ebnf-special-dimension)
3058         (ebnf-terminal-dimension1, ebnf-repeat-dimension)
3059         (ebnf-except-dimension, ebnf-alternative-dimension)
3060         (ebnf-optional-dimension, ebnf-one-or-more-dimension)
3061         (ebnf-zero-or-more-dimension, ebnf-sequence-dimension):
3062         Insert log message function.
3063         (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
3064         (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
3065         (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
3066         (ebnf-terminal-dimension1, ebnf-alternative-dimension)
3067         (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
3068         (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
3069         (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
3070         compatibility with Emacs 20 & 21.
3071         (ebnf-eps-header-comment, ebnf-eps-footer-comment)
3072         (ebnf-eps-file-alist, ebnf-basic-width-extra)
3073         (ebnf-basic-empty-height): New variables.
3074         (ebnf-prologue): Fix PostScript code.
3075         (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
3076         (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
3077         (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
3078         (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
3080 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3082         * printing.el: Group together all XEmacs/Emacs definitions.
3083         (pr-version): New version 6.9.
3084         (pr-global-menubar, pr-menu-char-height, pr-menu-char-width):
3085         New functions.
3086         (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
3087         (pr-menu-bind): Fix code.
3088         (pr-e-frame-char-height, pr-e-frame-char-width)
3089         (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
3090         (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
3091         (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
3092         (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
3093         (pr-x-event-y-pixel): Eliminate aliases.
3094         (pr-xemacs-global-menubar): Move macro.
3095         (current-menubar, current-mouse-event, zmacs-region-stays)
3096         (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
3097         (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
3098         Move variables.
3099         (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
3100         (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
3101         (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
3102         (pr-menu-set-utility-title, pr-even-or-odd-pages)
3103         (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
3104         (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name):
3105         Move functions.
3107 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3109         * ps-print.el: The ps-print commands without face printing should not
3110         print background color.  Reported by Leo <sdl.web@gmail.com>.
3111         (ps-print-version): New version 7.2.2.
3112         (ps-begin-job): New arg.  Fix ps-default-background and
3113         ps-default-foreground initialization.
3114         (ps-face-attributes): Fix doc string.
3115         (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
3117         * printing.el: Fix ps-print link.
3119 2008-02-01  Kenichi Handa  <handa@m17n.org>
3121         * international/mule-diag.el (list-character-sets-2): Don't print width.
3123 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3125         * ps-print.ps: Fix background height.
3126         (ps-print-version): New version 7.2.1.
3128 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3130         * ps-print.el: Split XEmacs/Emacs definitions and sample setup code
3131         into separate files.
3132         (ps-print-version): New version 7.2.
3133         (ps-postscript-code-directory): Fix XEmacs initialization.
3134         (ps-generate-postscript-with-faces):
3135         Call ps-generate-postscript-with-faces1 (new function).
3136         (ps-color-format, ps-float-format): Move variables to ps-def.el.
3137         (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
3138         (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
3139         (ps-face-background-name, ps-frame-parameter, ps-color-device)
3140         (ps-color-values, ps-face-bold-p, ps-face-italic-p):
3141         Move functions to ps-def.el.
3142         (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
3143         (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
3144         (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
3145         (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
3146         (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
3147         (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
3148         Move functions to ps-samp.el.
3150         * ps-bdf.el (installation-directory, coding-system-for-read):
3151         Move variables to ps-def.el.
3153         * ps-mule.el (leading-code-private-22): Move variables to ps-def.el.
3154         (charset-bytes, charset-dimension, charset-id, charset-width)
3155         (find-charset-region, char-width, chars-in-region, forward-point)
3156         (decompose-composite-char, encode-coding-string, coding-system-p)
3157         (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
3158         (string-make-multibyte, encode-char): Move functions to ps-def.el.
3160         * ps-def.el: New file.  XEmacs/Emacs definitions.
3161         (ps-generate-postscript-with-faces1): New function.
3162         (ps-color-format, ps-float-format): Move variables from ps-print.el.
3163         (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
3164         (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
3165         (ps-face-background-name, ps-frame-parameter, ps-color-device)
3166         (ps-color-values, ps-face-bold-p, ps-face-italic-p):
3167         Move functions from ps-print.el.
3168         (installation-directory, coding-system-for-read):
3169         Move variables from ps-bdf.el.
3170         (leading-code-private-22): Move variable from ps-mule.el.
3171         (charset-bytes, charset-dimension, charset-id, charset-width)
3172         (find-charset-region, char-width, chars-in-region, forward-point)
3173         (decompose-composite-char, encode-coding-string, coding-system-p)
3174         (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
3175         (string-make-multibyte, encode-char): Move functions from ps-mule.el.
3177         * ps-samp.el: New file.  Sample setup code.
3178         (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
3179         (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
3180         (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
3181         (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
3182         (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
3183         (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
3184         Move functions from ps-print.el.
3186 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3188         * ps-print.el: Handle frame parameters (background and/or foreground
3189         colors) changing dynamically.  Reported by Leo <sdl.web@gmail.com>.
3190         (ps-print-version): New version 7.1.
3191         (ps-x-frame-property, ps-e-frame-parameter): New aliases.
3192         (ps-frame-parameter): New function.
3193         (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
3194         Fix doc and customization.
3195         (ps-begin-job): Get frame parameters (background and/or foreground
3196         colors).
3197         (ps-do-despool): Ensure ps-printer-name has a valid value.
3199 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3201         * progmodes/ebnf-abn.el:
3202         * progmodes/ebnf-bnf.el:
3203         * progmodes/ebnf-dtd.el:
3204         * progmodes/ebnf-ebx.el:
3205         * progmodes/ebnf-iso.el:
3206         * progmodes/ebnf-otz.el:
3207         * progmodes/ebnf-yac.el:
3208         * progmodes/ebnf2ps.el:
3209         * delim-col.el:
3210         * printing.el:
3211         * ps-bdf.el:
3212         * ps-mule.el:
3213         * ps-print.el: Remove 'Time-stamp' comment mark.
3215         * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
3216         'easy-menu-add-item' when called in Emacs 21 or higher.
3218 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3220         * ps-print.el : Fix doc.
3221         (ps-print-version): New version 7.0.
3223 2008-02-01  Kenichi Handa  <handa@m17n.org>
3225         * mail/emacsbug.el (report-emacs-bug): Insert also the value of
3226         XMODIFIERS.
3228 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3230         * ps-print.el: Fix maintainer email.  Eliminate function declaration
3231         that kept compatibility with older Emacs version.
3232         (ps-print-version): New version 6.7.
3234 2008-02-01  Kenichi Handa  <handa@m17n.org>
3236         * international/quail.el (quail-get-translations):
3237         Make quail-current-key multibyte if not yet done.
3239 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3241         * language/chinese.el ("Chinese-GBK"): Add tutorial.
3242         ("Chinese-GB18030"): Add sample-text and tutorial.
3244         * international/fontset.el (font-encoding-alist)
3245         (setup-default-fontset): Add gb18030.
3246         (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
3247         (charset-script-alist): Add gbk and gb18030.
3249         * international/characters.el: Put property
3250         preferred-coding-system on gbk and gb18030.
3252         * international/mule-cmds.el (locale-language-names): Add an entry
3253         for "zh_CN.UTF-8" and change "chs" to "Chinese-GBK".
3255         * faces.el (face-font-registry-alternatives): Add gb18030.
3257 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3259         * ps-mule.el: Fix maintainer email.
3261 2008-02-01  Kenichi Handa  <handa@m17n.org>
3263         * international/quail.el (quail-insert-kbd-layout): Check the
3264         length of (cdr translation).
3265         (quail-get-current-str): Check the length of (cdr def).
3267 2008-02-01  Kenichi Handa  <handa@m17n.org>
3269         * ruler-mode.el (ruler-mode-ruler): Make the string `ruler' multibyte.
3271 2008-02-01  Kenichi Handa  <handa@m17n.org>
3273         * international/mule-cmds.el (ucs-insert): Re-implement.
3275 2008-02-01  Kenichi Handa  <handa@m17n.org>
3277         * composite.el (terminal-composition-modification): New function.
3278         (terminal-composition-function): Create composition with the above
3279         modification function.
3281 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3283         * international/characters.el: Add more full-width characters in
3284         char-width-table.
3286 2008-02-01  Kenichi Handa  <handa@m17n.org>
3288         * international/fontset.el (create-fontset-from-fontset-spec):
3289         Fix script name handling.
3291 2008-02-01  Kenichi Handa  <handa@m17n.org>
3293         * composite.el (terminal-composition-function): New function.
3294         (terminal-composition-function-table): New variable.
3295         (auto-compose-chars): If running on a terminal, use
3296         terminal-composition-function-table.
3298         * loadup.el: Load "composite" after "international/characters".
3300         * international/characters.el: Delete codes for setting up charset
3301         property nospace-between-words.  Fix setting up of
3302         char-width-table.  Don't make ethiopic and tibetan double column.
3304         * textmodes/fill.el (fill-find-break-point-function-table):
3305          Don't set it up in defvar.
3306         (fill-nospace-between-words-table): New variable.
3307         (fill-delete-newlines): Check fill-nospace-between-words-table
3308         instead of charset property nospcae-between-words.
3310 2008-02-01  Kenichi Handa  <handa@m17n.org>
3312         * composite.el (global-auto-composition-mode): Make the initial
3313         value not depend on emacs-basic-display.
3315         * textmodes/fill.el: Don't use charset property
3316         `fill-find-break-point-function'.
3317         (fill-find-break-point-function-table): New variable.
3318         (fill-find-break-point): Lookup fill-find-break-point-function-table.
3320 2008-02-01  Kenichi Handa  <handa@m17n.org>
3322         * international/mule.el (coding-system-list): Be sure to exclude
3323         subsidiary coding systems.
3325 2008-02-01  Kenichi Handa  <handa@m17n.org>
3327         * composite.el (auto-composition-after-change)
3328         (toggle-auto-composition): Remove `auto-composed' property instead
3329         of setting it to nil.
3331 2008-02-01  Kenichi Handa  <handa@m17n.org>
3333         * language/misc-lang.el (iso-8859-6): New coding system.
3335 2008-02-01  Kenichi Handa  <handa@m17n.org>
3337         * dnd.el (dnd-get-local-file-name): Give a unibyte string to
3338         replace-regexp-in-string as replacement.
3340 2008-02-01  Kenichi Handa  <handa@m17n.org>
3342         * international/fontset.el (otf-script-alist): Add byzm, math,
3343         musc, and nko.
3345         * international/characters.el (script-list): Add nko,
3346         byzantine-musical-symbol, musical-symbol, and mathematical.
3348 2008-02-01  Kenichi Handa  <handa@m17n.org>
3350         * composite.el (auto-compose-current-font): New variable.
3351         (auto-compose-chars): New arg FONT-OBJECT.
3353 2008-02-01  Kenichi Handa  <handa@m17n.org>
3355         * international/characters.el: Modify category-table and
3356         script-table for new Ethiopic character range.
3358 2008-02-01  Kenichi Handa  <handa@m17n.org>
3360         * international/mule-cmds.el (set-language-environment-fontset):
3361         Delete it.
3363 2008-02-01  Kenichi Handa  <handa@m17n.org>
3365         * international/fontset.el (otf-script-alist): Set it.
3367 2008-02-01  Kenichi Handa  <handa@m17n.org>
3369         * international/fontset.el (font-encoding-alist):
3370         Fix for "ethiopic-unicode".
3372 2008-02-01  Kenichi Handa  <handa@m17n.org>
3374         * international/fontset.el (script-representative-chars):
3375         Add an entry for latin script.
3377 2008-02-01  Kenichi Handa  <handa@m17n.org>
3379         * faces.el (font-weight-table): Treat regular and normal as the
3380         same as medium.
3381         (font-slant-table): Add (roman . 100).
3383 2008-02-01  Kenichi Handa  <handa@m17n.org>
3385         These changes are for the new font handling codes.
3387         * faces.el (font-weight-table, font-slant-table)
3388         (font-swidth-table): New customizable variables.
3390         * international/fontset.el (font-encoding-alist): Add koi8-4.
3391         (script-representative-chars): Set the default value.
3392         (create-fontset-from-x-resource): Delete `message'.
3394 2008-02-01  Kenichi Handa  <handa@m17n.org>
3396         * tar-mode.el (tar-untar-buffer, tar-summarize-buffer):
3397         Call set-buffer-multibyte with arg `to'.
3399 2008-02-01  Kenichi Handa  <handa@m17n.org>
3401         * info.el (Info-fontify-node): Check if already fontified or not
3402         by next-single-property-change.
3404 2008-02-01  Kenichi Handa  <handa@m17n.org>
3406         * international/mule.el (ctext-pre-write-conversion): Produce
3407         extra designation sequence for ASCII at the end off extended segment.
3409 2008-02-01  Kenichi Handa  <handa@m17n.org>
3411         * international/mule.el (ctext-non-standard-encodings-table):
3412         Reverse the returning list.
3413         (ctext-pre-write-conversion): Fix encoding with extended segments.
3415         * international/mule-conf.el (compound-text)
3416         (compound-text-with-extensions): Add long-form in :flags.
3418 2008-02-01  Kenichi Handa  <handa@m17n.org>
3420         * international/fontset.el (create-fontset-from-fontset-spec): Fix
3421         regexp for paring FONTSET-SPEC (allow spaces after `:').
3423 2008-02-01  Kenichi Handa  <handa@m17n.org>
3425         * international/fontset.el (create-fontset-from-fontset-spec): Fix
3426         for the case that a charset is specified as target.
3428 2008-02-01  Kenichi Handa  <handa@m17n.org>
3430         * international/ccl.el (ccl-embed-string): Check string length.
3431         Set special flag for multibyte character sequence.
3432         (ccl-compile-write-string, ccl-compile-write-repeat): Don't make
3433         str unibyte.
3434         (ccl-compile-write): If the character code doesn't fit in 22-bit
3435         (ccl-dump-write-const-string): Check special flag for multibyte
3436         character sequence.
3438 2008-02-01  Kenichi Handa  <handa@m17n.org>
3440         * ps-mule.el (ps-mule-eight-bit-char): Delete this function.
3441         (ps-mule-encode-region, ps-mule-plot-composition): Don't use
3442         ps-mule-eight-bit-char.
3444 2008-02-01  Kenichi Handa  <handa@m17n.org>
3446         * language/chinese.el ("Chinese-BIG5"):
3447         Set ctext-non-standard-encodings property to "big5-0".
3449         * international/mule.el (ctext-non-standard-encodings):
3450         Initialize to nil.
3451         (ctext-non-standard-encodings-alist): Set charset `big5' in the
3452         entry for "big5-0".
3453         (ctext-non-standard-encodings-table): Return a list instead of
3454         char-table.
3455         (ctext-pre-write-conversion): Adjust for the above change.
3457 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3459         * international/mule.el (ctext-non-standard-encodings-alist):
3460         Add an entry for gbk-0.
3461         (ctext-post-read-conversion): Use multibyt-char-to-unibyte to read
3462         a row 8-bit.
3464         * language/chinese.el ("Chinese-GBK"):
3465         Set ctext-non-standard-encodings property to "gbk-0".
3466         Add sample-text property.
3468 2008-02-01  Kenichi Handa  <handa@m17n.org>
3470         * international/kkc.el (kkc-region): Use
3471         this-single-command-raw-keys on pushing back an unhandled key sequence.
3473 2008-02-01  Kenichi Handa  <handa@m17n.org>
3475         * international/encoded-kb.el (encoded-kbd-mode):
3476         Check saved-input-mode on turning off Encoded Kbd mode.
3478         * composite.el (auto-composition-after-change): Use save-buffer-state.
3479         (turn-on-auto-composition-if-enabled): Don't turn on
3480         auto-composition-mode in a unibyte buffer.
3482 2008-02-01  Kenichi Handa  <handa@m17n.org>
3484         * startup.el (command-line): Use custom-reevaluate-setting for
3485         global-auto-composition-mode.
3487         * composite.el (auto-composition-function): Make it buffer local.
3488         (auto-composition-mode): New minor mode.
3489         (turn-on-auto-composition-if-enabled): New function.
3490         (global-auto-composition-mode): New global minor mode.
3492 2008-02-01  Kenichi Handa  <handa@m17n.org>
3494         * descr-text.el (describe-char): Use insert-text-button instead of
3495         widget-create for "customize what to show" button.
3497 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
3499         * language/ethiopic.el: Fix copyright.
3500         (composition-function-table): Support a new character in Unicode 4.1.
3502         * language/ethio-util.el (ethio-fidel-to-tex-buffer)
3503         (ethio-tex-to-fidel-buffer, ethio-composition-function)
3504         ("ethiopic-tex"): Support new characters in Unicode 4.1.
3506 2008-02-01  Kenichi Handa  <handa@m17n.org>
3508         * international/characters.el: Register characters in
3509         auto-fill-chars.  Put nospace-between-words to more charsets.
3511 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3513         * international/mule-cmds.el (locale-language-names): Add entries
3514         for zh_CN.GB2312, zh_CN.GBK, and zh_CN.GB18030.
3515         (locale-preferred-coding-systems): Fix entries for Chinese locales.
3517 2008-02-01  Kenichi Handa  <handa@etlken>
3519         * international/utf-7.el: Delete the definition of utf-7.
3520         (utf-7-post-read-conversion, utf-7-pre-write-conversion):
3521         Add autoload cookies.
3523 2008-02-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3525         * term/mac-win.el: Delete the code to create a fontset from the X
3526         resource "Font".
3528 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
3530         * international/robin.el (robin-define-package): Be sure to call
3531         put-char-code-property.
3533 2008-02-01  Kenichi Handa  <handa@m17n.org>
3535         * language/korean.el (iso-2022-kr): Set :suitable-for-keyboard
3536         property to 1.
3538         * international/mule-conf.el (cp1125): Set :ascii-compatible-p
3539         property to t.
3541         * international/mule.el (coding-system-get):
3542         Check `ascii-incompatible' for backward compatiblity.
3543         (set-file-name-coding-system): Signal an error for a coding system
3544         not suitable for file name.
3545         (set-keyboard-coding-system): Signal an error for a coding system
3546         not suitable for keyboard.
3548         * language/chinese.el (iso-2022-cn, iso-2022-cn-ext):
3549         Set :suitable-for-keyboard property to 1.
3551         * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
3552         (iso-2022-jp-2004): Set :suitable-for-keyboard property to 1.
3554         * language/vietnamese.el (vietnamese-viscii, vietnamese-vscii)
3555         (vietnamese-tcvn): Set :suitable-for-file-name property to t.
3557 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
3559         * international/robin.el (robin-define-package): Delete redundant code.
3560         (robin-add-rule): Allow N-1 reverse conversion.
3562 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
3564         * international/robin.el (robin-define-package): Make the
3565         expanded form shorter.
3567 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3569         * language/chinese.el (chinese-iso-8bit): Fix mime-charset of
3570         chiense-iso-8bit.
3572 2008-02-01  Kenichi Handa  <handa@m17n.org>
3574         * loadup.el: If we are byte-compiling unidata-gen.el or running
3575         unidata-ge-files, set purify-flag to nil.
3577 2008-02-01  Kenichi Handa  <handa@m17n.org>
3579         * loadup.el: Load international/charprop.el with NOERROR t.
3581         * Makefile.in (AUTOGENEL): Add charprop.el and uni-*.el.
3583 2008-02-01  Kenichi Handa  <handa@m17n.org>
3585         * term/mac-win.el (mac-centraleurroman, mac-cyrillic):
3586         New charsets and coding systems.
3587         (mac-symbol, mac-dingbats): New charsets.
3589 2008-02-01  Kenichi Handa  <handa@m17n.org>
3591         * international/characters.el: Set syntax of NBSP to punctuation.
3593 2008-02-01  Kenichi Handa  <handa@m17n.org>
3595         * international/mule-cmds.el: Don't require wid-edit.
3597 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
3599         * international/robin.el: New file.
3601         * language/ethiopic.el: Change encoding to utf-8-emacs.
3602         Register ethio-composition-function in composition-function-table.
3603         ("Ethiopic"): Change coding-systems to utf-8-emacs.
3605         * language/ethio-util.el: Change encoding to utf-8-emacs.
3606         Rewrite all transliteration functions to use robin.el.
3607         (ethio-fidel-to-sera-map, ethio-fidel-to-tex-map)
3608         (ethio-sera-to-fidel-table, ethio-implicit-period-conversion)
3609         (ethio-prefer-ascii-punctuation): Delete variables.
3610         (ethio-char-to-ethiocode, ethio-convert-digit)
3611         (ethio-ethiocode-to-char, ethio-fidel-to-sera-mail)
3612         (ethio-fidel-to-sera-mail-or-marker, ethio-lone-consonant-p)
3613         (ethio-sera-to-fidel-english, ethio-sera-to-fidel-ethio)
3614         (ethio-sera-to-fidel-mail, ethio-sera-to-fidel-mail-or-marker)
3615         (ethio-tilde-escape, ethio-toggle-punctuation): Delete functions.
3616         (ethio-adjust-robin, ethio-composition-function)
3617         (ethio-get-consonant, ethio-prefer-amharic, ethio-process-digits)
3618         (ethio-sera-to-fidel-region-ethio)
3619         (ethio-sera-to-fidel-region-noethio)
3620         (ethio-use-colon-for-colon, ethio-use-three-dot-question):
3621         New functions.
3623 2008-02-01  Miles Bader  <miles@gnu.org>
3625         * international/mule.el (auto-coding-regexp-alist)
3626         (ctext-pre-write-conversion): Replace embedded control characters
3627         with octal escapes; this prevents diff from thinking the file is binary.
3629 2008-02-01  Miles Bader  <miles@gnu.org>
3631         * descr-text.el (describe-char-unidata-list):
3632         * emacs-lisp/bytecomp.el (byte-compile-fix-header)
3633         (byte-compile-insert-header):
3634         * international/mule.el (charset-list, set-coding-priority)
3635         (ignore-relative-composition):
3636         * international/mule-util.el (detect-coding-with-priority):
3637         * international/mule-diag.el:
3638         * international/mule-cmds.el (language-info-custom-alist):
3639         * international/codepage.el (codepage-setup):
3640         Replace references to Emacs version "22" with "23".
3642 2008-02-01  Kenichi Handa  <handa@m17n.org>
3644         * Makefile.in (DONTCOMPILE): Include charprop.el and uni-*.el.
3646         * international/fontset.el (font-encoding-alist): Add an entry for
3647         microsoft-cp1251.
3648         (setup-default-fontset): Add entries for microsoft-cp1251 and
3649         koi8-r for cyrillic.
3651         * international/mule-cmds.el (char-code-property-alist): New variable.
3652         (define-char-code-property): New function.
3653         (get-char-code-property, put-char-code-property): Handle a
3654         char-table registerd in char-code-property-alist.
3655         (set-language-environment): Check :ascii-compatible-p property of
3656         nonascii charset instead of its dimension.
3658         * international/uni-bidi.el, international/uni-category.el:
3659         * international/uni-combining.el, international/uni-comment.el:
3660         * international/uni-decimal.el, international/uni-decomposition.el:
3661         * international/uni-digit.el, international/uni-lowercase.el:
3662         * international/uni-mirrored.el, international/uni-name.el:
3663         * international/uni-numeric.el, international/uni-old-name.el:
3664         * international/uni-titlecase.el, international/uni-uppercase.el:
3665         * international/charprop.el: New files automatically generated by
3666         admin/unidata/Makefile.
3668         * loadup.el: Load internationnal/charprop.el.
3670         * descr-text.el (describe-char-unidata-list): New variable.
3671         (describe-char-unicode-data): Use char-code-property-description.
3672         (describe-char): Add lines for describing Unicode-based character
3673         properties.
3675 2008-02-01  Kenichi Handa  <handa@m17n.org>
3677         * textmodes/ispell.el: These changes are to fix the code merged
3678         from trunk for the change on 2008-02-01.
3679         (ispell-unified-chars-table): Delete it.
3680         (ispell-get-decoded-string): Don't check ispell-unified-chars-table.
3682 2008-02-01  Kenichi Handa  <handa@m17n.org>
3684         * international/mule-util.el (char-displayable-p): Check
3685         :charset-list property of CODING.
3687 2008-02-01  Kenichi Handa  <handa@m17n.org>
3689         * international/mule-cmds.el (select-safe-coding-system-interactively):
3690         Change 'mime-charset to :mime-charset.
3691         (select-safe-coding-system): Use above.
3692         (set-language-environment): Delete unnecessary code for handling
3693         overriding-fontspec.
3695 2008-02-01  Kenichi Handa  <handa@m17n.org>
3697         * international/mule-conf.el: New coding system aliases unix, dos,
3698         and mac.
3700 2008-02-01  Kenichi Handa  <handa@m17n.org>
3702         * international/titdic-cnv.el (tit-process-header): Fix embedded
3703         coding tag.
3704         (titdic-convert): Bind coding-system-for-write to the coding
3705         system specfied in the map file.  Remove `charset' property after
3706         decoding.
3707         (miscdic-convert): Bind coding-system-for-write to the coding
3708         system specfied for the map file.  Fix LANGUAGE arg to
3709         quail-define-package.
3710         (batch-miscdic-convert): Check if a file is directory or not.
3712 2008-02-01  Kenichi Handa  <handa@m17n.org>
3714         * international/mule.el (coding-system-equal): Move from mule-util.el.
3716         * international/mule-util.el (coding-system-equal): Move to mule.el.
3718 2008-02-01  Kenichi Handa  <handa@m17n.org>
3720         * international/encoded-kb.el (encoded-kbd-decode-code-list):
3721         New function.
3722         (encoded-kbd-self-insert-charset, encoded-kbd-setup-keymap):
3723         Support multibyte charsets.
3725 2008-02-01  Kenichi Handa  <handa@m17n.org>
3727         * language/china-util.el (hz-set-msb-table): Turn chars beyond 128
3728         to eight-bit chars.
3730         * international/mule-conf.el: Don't define coding system
3731         `undecided' here.
3733 2008-02-01  Kenichi Handa  <handa@m17n.org>
3735         * international/mule-cmds.el (locale-language-names): Fix for
3736         gb18030 and gdk.
3738 2008-02-01  Kenichi Handa  <handa@m17n.org>
3740         * international/fontset.el (font-encoding-alist): Add gbk.
3741         (charset-script-alist): Add chinese-gbk.
3743 2008-02-01  Kenichi Handa  <handa@m17n.org>
3745         * language/chinese.el (chinese-gbk): Include ascii in charset-list.
3747 2008-02-01  Kenichi Handa  <handa@m17n.org>
3749         * language/japanese.el ("Japanese"): Fix ordering of charsets.
3751 2008-02-01  Kenichi Handa  <handa@m17n.org>
3753         * international/encoded-kb.el (encoded-kbd-self-insert-charset)
3754         (encoded-kbd-self-insert-utf-8, encoded-kbd-setup-keymap)
3755         (encoded-kbd-mode): Adjust code merged from trunk for unicode branch.
3757 2008-02-01  Kenichi Handa  <handa@m17n.org>
3759         * descr-text.el (describe-char): Fix for the case CODE is a cons
3760         of integers.
3762 2008-02-01  Steven Tamm  <steventamm@mac.com>
3764         * term/mac-win.el: Use mac-standard-fontset-spec to create fontset-mac.
3765         (mac-standard-fontset-spec): Create.
3767 2008-02-01  Kenichi Handa  <handa@m17n.org>
3769         * international/mule-diag.el (unicode-data):
3770         Call find-file-noselect with NOWARN t.
3772 2008-02-01  Kenichi Handa  <handa@m17n.org>
3774         * international/mule-conf.el (cp932-2-byte): Fix :code-space.
3776 2008-02-01  Kenichi Handa  <handa@m17n.org>
3778         * international/characters.el: Give more CJK characters the
3779         category `|'.
3781         * descr-text.el (describe-char): Make it work on *Help* buffer.
3782         Suppress auto-composition on a region describing about composition.
3784         * language/european.el (diacritic-compose-region)
3785         (diacritic-compose-string, diacritic-composition-function):
3786         Compose diacritical marks only with a character whose syntax is
3787         word constituent.
3788         (diacritic-post-read-conversion): Delete it.
3790 2008-02-01  Kenichi Handa  <handa@m17n.org>
3792         * composite.el (auto-compose-chars): Execute the main code in
3793         condition-case.
3795 2008-02-01  Kenichi Handa  <handa@m17n.org>
3797         * international/fontset.el (x-complement-fontset-spec):
3798         Don't change CHARSET_REGISTRY and CHARSET_ENCODING fields.
3800 2008-02-01  Kenichi Handa  <handa@m17n.org>
3802         * international/characters.el (next-word-boundary-kana):
3803         Handle half-width kana.
3805 2008-02-01  Kenichi Handa  <handa@m17n.org>
3807         * international/mule-conf.el (indian-1-column): Fix :emacs-mule-id.
3809 2008-02-01  Kenichi Handa  <handa@m17n.org>
3811         * language/japanese.el (japanese-iso-8bit): Fix order of :charset-list.
3813         * mail/rmail.el (rmail-decode-babyl-format):
3814         Use with-coding-priority instead of detect-coding-with-priority.
3816 2008-02-01  Kenichi Handa  <handa@m17n.org>
3818         * international/mule.el (make-translation-table)
3819         (make-translation-table-from-vector): Set the second extra slot of
3820         the char table to 1.
3821         (make-translation-table-from-alist): Fix handling of multiple entries.
3823 2008-02-01  Kenichi Handa  <handa@m17n.org>
3825         * language/japanese.el (jisx0213-to-unicode, unicode-to-jisx0213):
3826         New translation tables.
3828         * international/mule.el (make-translation-table-from-alist):
3829         New function.
3831 2008-02-01  Kenichi Handa  <handa@m17n.org>
3833         * international/mule.el (translate-region): Re-implement it here.
3834         Make it interactive.
3836 2008-02-01  Kenichi Handa  <handa@m17n.org>
3838         * ps-mule.el (ps-mule-font-info-database): Doc fix.
3840 2008-02-01  Kenichi Handa  <handa@m17n.org>
3842         * international/mule-conf.el (chinese-cns11643-15): New charset.
3844 2008-02-01  Kenichi Handa  <handa@m17n.org>
3846         * international/fontset.el (font-encoding-alist): Add entries for
3847         variations of cns11643 fonts.
3848         (setup-default-fontset): Add cns11643 fonts as fallback fonts.
3850 2008-02-01  Kenichi Handa  <handa@m17n.org>
3852         * international/mule-diag.el (list-charset-chars): Put charset
3853         text property.
3855         * international/fontset.el (setup-default-fontset): Delete the
3856         entry for symbol script, add JISX0213 to kana script, specify
3857         fallback fonts.
3859 2008-02-01  Kenichi Handa  <handa@m17n.org>
3861         * international/fontset.el (setup-default-fontset)
3862         (font-encoding-alist): Register "JISX0213.2004-1".
3864         * international/mule-diag.el (list-character-sets): Fix the first
3865         line message.
3866         (sort-listed-character-sets): Adjust for the change of
3867         list-characters-sets-1.
3868         (list-character-sets-1): List supplementary character sets in a
3869         different section.
3870         (list-charset-chars): Validate charset at early stage.
3872         * international/characters.el: Fix `han' script range.
3874         * international/mule-conf.el (japanese-jisx0213.2004-1):
3875         Specify :code-space.
3876         (cp932-2-byte): Fix :code-space.
3877         (unicode-smp, unicode-sip, unicode-ssp): New charsets.
3879 2008-02-01  Kenichi Handa  <handa@m17n.org>
3881         * international/mule-conf.el (japanese-jisx0213.2004-1):
3882         Specify :dimension 2.
3884         * language/japanese.el (iso-2022-jp): Exclude japanese-jisx0212.
3885         (iso-2022-jp-2004, euc-jis-2004, japanese-shift-jis-2004):
3886         New coding systems.
3887         (iso-2022-jp-3, euc-jisx0213, shift_jis-2004): New coding system
3888         aliases.
3889         ("Japanese"): Add new charsets and coding systems.
3891 2008-02-01  Kenichi Handa  <handa@m17n.org>
3893         * language/japanese.el (japanese-ucs-cp932-to-jis-map):
3894         Rename from japanese-ucs-cp932-map.
3895         (japanese-ucs-jis-to-cp932-map): Rename from japanese-ucs-jis-map.
3896         (japanese-ucs-glibc-map): Delete this translation table.
3897         (japanese-ucs-glibc-to-jis-map, japanese-ucs-jis-to-glibc-map):
3898         New translation tables.
3900 2008-02-01  Kenichi Handa  <handa@m17n.org>
3902         * cus-start.el: Handle charset-map-path, not charset-map-directory.
3904 2008-02-01  Kenichi Handa  <handa@m17n.org>
3906         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
3908 2008-02-01  Kenichi Handa  <handa@m17n.org>
3910         * language/japanese.el: Add map #x00A6 <-> #xFFE4 to translation
3911         tables japanese-ucs-*-map.
3913 2008-02-01  Kenichi Handa  <handa@m17n.org>
3915         * international/eucjp-ms.el: New file (automatically generated by
3916         admin/charsets/Makefile).
3918         * international/cp51932.el: New file (automatically generated by
3919         admin/charsets/Makefile).
3921         * language/japanese.el: Load cp51932 and eucjp-ms.
3922         (japanese-ucs-cp932-map, japanese-ucs-jis-map)
3923         (japanese-ucs-glibc-map): New translation tables.
3924         (eucjp-ms): New coding system.
3926         * international/mule.el (coding-system-put): Delete it.
3927         It's implemented in C now.
3929         * international/mule-conf.el (katakana-sjis): Fix :superset to :subset.
3930         (japanese-jisx0213-a): New supplementary charset.
3931         (japanese-jisx0213.2004-1): New charset.
3933 2008-02-01  Kenichi Handa  <handa@m17n.org>
3935         * language/japanese.el (japanese-cp932): New coding system.
3936         (cp932): New alias of it.
3938         * international/mule-conf.el (katakana-sjis, cp932-2-byte)
3939         (cp932): New charsets.
3941         * international/mule.el (define-charset): If :code-space is not
3942         given, generate it from :dimension.
3944 2008-02-01  Kenichi Handa  <handa@m17n.org>
3946         * composite.el (reference-point-alist): Doc fix.
3947         (encode-composition-rule, decode-composition-rule):
3948         Handle a rule (GREF NREF XOFF YOFF).
3950 2008-02-01  Kenichi Handa  <handa@m17n.org>
3952         * language/european.el (diacritic-composition-function): Fix for
3953         the case that POS is at the head.  Allow combining with more characters.
3955 2008-02-01  Kenichi Handa  <handa@m17n.org>
3957         * descr-text.el (describe-char): Check `charset' property.
3958         Show the code point in the charset in hexadigits.
3960         * international/mule-diag.el (stretches-for-character-list):
3961         Delete it.
3962         (list-block-of-chars): Use tabs instead of `display' property for
3963         aligning characters.
3964         (print-fontset-element): Fix the printing of XLFD.
3966 2008-02-01  Kenichi Handa  <handa@m17n.org>
3968         * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
3969         New function.
3970         (encoded-kbd-setup-keymap, encoded-kbd-mode): Add code for
3971         handling utf-8.
3973 2008-02-01  Kenichi Handa  <handa@m17n.org>
3975         * faces.el (read-face-font): Include fontsets in the completion list.
3977         * international/mule-cmds.el (set-locale-environment):
3978         Insert locale-translation-file-name in a unibyte buffer.
3980         * international/characters.el: Fix setting of category `|'.
3982 2008-02-01  Kenichi Handa  <handa@m17n.org>
3984         * language/chinese.el (chinese-gb18030): Fix :charset-list.
3986 2008-02-01  Kenichi Handa  <handa@m17n.org>
3988         * international/mule-cmds.el (select-safe-coding-system): Fix for
3989         the case that the first element of default-coding-system is t.
3990         Fix a message when some coding systems are rejected.
3992 2008-02-01  Kenichi Handa  <handa@m17n.org>
3994         * international/mule-cmds.el (set-language-environment): Put
3995         higher priority to charsets listed in `charset' property of the
3996         language environment.
3998 2008-02-01  Kenichi Handa  <handa@m17n.org>
4000         * composite.el (auto-compose-chars): Don't do unnecessary
4001         save-exclusion and save-restriction.
4003 2008-02-01  Kenichi Handa  <handa@m17n.org>
4005         * international/mule-conf.el (ctext-no-compositions):
4006         Remove garbage arguments.
4008         * international/mule.el (make-coding-system): Fix generation of
4009         properties.
4011         * international/fontset.el (setup-default-fontset): Specify fonts
4012         for `symbol' script.
4014         * international/characters.el (script-list): Include `currency'
4015         in `symbol'.
4017 2008-02-01  Alex Schroeder  <alex@gnu.org>
4019         * timezone.el (timezone-parse-date): Fix style 8 to accept ISO
4020         8601 format (a capital T between the date and the time).
4022 2008-02-01  Kenichi Handa  <handa@m17n.org>
4024         * international/mule.el (private-char-area-1-min)
4025         (private-char-area-1-max, private-char-area-2-min)
4026         (private-char-area-2-max, emacs-mule-charset-table): New variables.
4027         (convert-define-charset-argument): New function.
4028         (define-charset): Handle the old calling style.
4029         Update emacs-mule-charset-table.
4030         (make-char-internal): New function.
4032 2008-02-01  Jason Rumney  <jasonr@gnu.org>
4034         * w32-charset-info-alist: Define iso10646-1 always.
4036 2008-02-01  Kenichi Handa  <handa@m17n.org>
4038         * composite.el (compose-region): Doc fix (delete duplicated line).
4040 2008-02-01  Kenichi Handa  <handa@m17n.org>
4042         * international/characters.el: Fix syntax for Ethiopic.
4044 2008-02-01  Jason Rumney  <jasonr@gnu.org>
4046         * w32-fns.el (w32-charset-info-alist): Accept more charset aliases.
4048         * makefile.w32-in (DONTCOMPILE): Remove old languages.
4049         Add international/latin1-disp.el.
4050         (LC_ALL): Define as C.
4052 2008-02-01  Jason Rumney  <jasonr@gnu.org>
4054         * term/w32-win.el: Don't set fontsets to use sjis.
4056 2008-02-01  Kenichi Handa  <handa@m17n.org>
4058         * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
4059         (japanese-iso-8bit): Fix the order of charsets in :charset-list.
4061 2008-02-01  Kenichi Handa  <handa@m17n.org>
4063         * composite.el (auto-composition-chunk-size): Delete variable.
4064         (auto-compose-chars): Always stop after processing a newline.
4066 2008-02-01  Kenichi Handa  <handa@m17n.org>
4068         * international/mule.el (define-coding-system): Fix attribute
4069         name :for-unibyte.
4071 2008-02-01  Kenichi Handa  <handa@m17n.org>
4073         * ps-bdf.el: Largely re-write.
4075         * ps-mule.el: Largely re-write.
4077         * ps-print.el (ps-generate-string-list): Delete function.
4078         (ps-rh-cache, ps-lf-cache, ps-rf-cache): Delete variables.
4079         (ps-header-footer-string): Delete function.
4080         (ps-encode-header-string-function): New variable.
4081         (ps-generate-header-line): Call ps-encode-header-string-function.
4082         (ps-basic-plot-string-function): New variable
4083         (ps-begin-job): Set ps-basic-plot-string-function and
4084         ps-encode-header-string-function.  For setting up headers and
4085         footers, don't use caches such as ps-rh-cache.  Don't call
4086         ps-mule-begin-page.
4087         (ps-basic-plot-str, ps-basic-plot-string, ps-control-character):
4088         Don't call ps-mule-prepare-ascii-font.
4089         (ps-plot-region): Don't pay attention to composition and
4090         non-ASCII characters.
4091         (ps-generate): Call ps-mule-end-job.
4092         (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
4093         (ps-mule-plot-string, ps-mule-begin-page): Delete autoload.
4094         (ps-mule-end-job): Declare autoload.
4096         * composite.el (auto-compose-region): New function.
4098 2008-02-01  Dave Love  <fx@gnu.org>
4100         * international/mule-util.el
4101         (detect-coding-with-language-environment): Doc fix.
4103         * composite.el: Doc fixes.
4104         (auto-compose-chars): Use functionp, not fboundp.
4106         * international/mule-diag.el (list-charset-chars): Set buffer file
4107         coding system.
4109         * progmodes/cap-words.el (capitalized-words-mode): Add autoload
4110         cookie.  Doc fix.
4112 2008-02-01  Dave Love  <fx@gnu.org>
4114         * international/mule-diag.el (list-charset-chars): Set buffer file
4115         coding system.
4117         * progmodes/cap-words.el (capitalized-words-mode): Add autoload
4118         cookie.  Doc fix.
4120         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
4121         * progmodes/sh-script.el (sh-font-lock-syntactic-face-function):
4122         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
4123         * eshell/esh-opt.el (eshell-process-option):
4124         * emulation/keypad.el (keypad-setup):
4125         * emacs-lisp/lisp-mode.el (prin1-char):
4126         * emacs-lisp/generic.el (generic-mode-set-comments):
4127         * edmacro.el (edmacro-parse-keys):
4128         * disp-table.el (standard-display-default): Use characterp.
4130 2008-02-01  Kenichi Handa  <handa@m17n.org>
4132         * international/mule-conf.el (utf-16-be): Make it an alias of
4133         utf-16be-with-signature.
4134         (utf-16-le): Make it an alias of utf-16le-with-signature.
4135         (utf-16-be-with-signature, utf-16-le-with-signature): Remove these
4136         coding system aliases.
4138         * international/utf-7.el (utf-7-decode, utf-7-encode):
4139         Use utf-16be, not utf-16-be.
4141 2008-02-01  Kenichi Handa  <handa@m17n.org>
4143         * international/mule.el (coding-system-category): New function.
4144         (set-coding-priority): Re-write.
4145         (make-translation-table): Re-write.
4147         * international/mule-cmds.el (universal-coding-system-argument):
4148         Check the coding system type `undecided', not `t'.
4149         (sort-coding-systems): Fix for iso-2022 coding systems.
4150         (find-multibyte-characters): Fix for eight-bit chars.
4151         (set-language-environment): Set charset priorities according to
4152         the charsets supported by the coding systems of higher priorities.
4154 2008-02-01  Kenichi Handa  <handa@m17n.org>
4156         * font-lock.el
4157         (font-lock-match-c-style-declaration-item-and-skip-to-next):
4158         Check (match-end 2) before going there.
4160 2008-02-01  Kenichi Handa  <handa@m17n.org>
4162         * international/mule.el (ctext-non-standard-designations-alist):
4163         Exclude entries for iso8859-1[03456].  Fix docstring.
4164         (ctext-pre-write-conversion): Make it work for the case that FROM
4165         is a string.  Don't do unnecessary save-restriction and
4166         narrow-to-region.
4168 2008-02-01  Kenichi Handa  <handa@m17n.org>
4170         * international/mule.el (ctext-non-standard-encodings-alist):
4171         Rename from non-standard-icccm-encodings-alist.
4172         (ctext-non-standard-encodings-regexp): New variable
4173         (ctext-post-read-conversion): Full rewrite.
4174         (ctext-non-standard-designations-alist): Rename from
4175         non-standard-designations-alist.
4176         (ctext-pre-write-conversion): Full rewrite.
4177         (define-coding-system): Doc fix (escape '"' by '\').
4179 2008-02-01  Dave Love  <fx@gnu.org>
4181         * international/mule-conf.el (utf-16le, utf-16be-16be)
4182         (utf-16le-with-signature, utf-16be-with-signature, utf-16):
4183         Define :mime-text-unsuitable.  Rename `utf-16{b,l}e...' from
4184         `-16-{b,l}e-' and define aliases for the old names.
4186         * international/mule.el (define-coding-system): Doc fix.
4188 2008-02-01  Dave Love  <fx@gnu.org>
4190         * international/utf-7.el: New file.
4192         * international/mule-conf.el (utf-7): New.
4194 2008-02-01  Kenichi Handa  <handa@m17n.org>
4196         * international/mule-conf.el (utf-16): Add :endian 'big.
4198         * international/mule.el (define-coding-system): Fix docstring
4199         about :bom and :endian.
4201 2008-02-01  Dave Love  <fx@gnu.org>
4203         * international/mule-diag.el (describe-character-set):
4204         Fix printing dimensions.  Use `\e,AW\e(B', not `x'.
4206 2008-02-01  Kenichi Handa  <handa@m17n.org>
4208         * international/fontset.el: Register CDAC fonts in
4209         face-font-rescale-alist instead of face-resizing-fonts.
4211 2008-02-01  Kenichi Handa  <handa@m17n.org>
4213         * international/mule-conf.el (utf-16-le): Rename from utf-16-le-nosig.
4214         (utf-16-be): Rename from utf-16-be-nosig.
4215         (utf-16-le-with-signature): Rename from utf-16-le.
4216         (utf-16-be-with-signature): Rename from utf-16-be.
4217         (utf-16): Set :bom to (utf-16-le-with-signature .
4218         utf-16-be-with-signature).
4220 2008-02-01  Dave Love  <fx@gnu.org>
4222         * language/georgian.el (georgian-ps, georgian-academy): New coding
4223         system.
4225         * language/chinese.el (chinese-big5-hkscs): New coding system.
4226         (big5-hkscs, cn-big5-hkscs): New aliases.
4228         * international/mule-conf.el (big5-hkscs, georgian-academy):
4229         New charset.
4230         (ibm1047): Doc fix.
4231         (pt154): Add mime-charset.
4232         (ptcp154, cp154): New aliases.
4234 2008-02-01  Dave Love  <fx@gnu.org>
4236         * international/mule.el (charset-iso-final-char, define-coding-system):
4237         Doc fix.
4239 2008-02-01  Kenichi Handa  <handa@m17n.org>
4241         * international/ccl.el (define-ccl-program): Fset charset-id
4242         to charset-id-internal temporarily.
4244 2008-02-01  Kenichi Handa  <handa@m17n.org>
4246         * international/mule-diag.el (list-block-of-chars):
4247         Use decode-char instead of make-char.
4249 2008-02-01  Kenichi Handa  <handa@m17n.org>
4251         * international/fontset.el: Enable the default fontset to use
4252         unicode fonts for ASCII characters.
4253         (x-decompose-font-name): Don't try to resolve PATTERN by
4254         x-resolve-font-name.
4255         (x-complement-fontset-spec): Never prepend an ASCII font.
4256         (create-fontset-from-fontset-spec): If a fontset of the same name
4257         already exists, override it instead of signalling an error.  Don't
4258         turn `ascii' into `latin'.  Don't update fontset-alias-alist here.
4260         * international/mule-conf.el (unicode-bmp): Delete duplicated
4261         definition.  Give it :code-offset 0.
4263         * international/mule-diag.el (print-fontset-element): New function.
4264         (print-fontset): Use print-fontset-element to print the elements
4265         of a fontset.  Use it also to print fonts fallen back to the
4266         default fontsets.
4268         * term/x-win.el: Delete the code to create a fontset from the X
4269         resource "Font".
4271 2008-02-01  Kenichi Handa  <handa@m17n.org>
4273         * international/mule-diag.el (print-fontset): Insert proper
4274         newline and indentation spaces.
4276 2008-02-01  Dave Love  <fx@gnu.org>
4278         * emacs-lisp/byte-opt.el (side-effect-free-fns): Add langinfo,
4279         multibyte-char-to-unibyte.
4281         * emacs-lisp/cl-macs.el (cl-make-type-test): Use characterp.
4283         * international/mule-cmds.el (find-coding-systems-for-charsets):
4284         Use coding-system-type, coding-system-charset-list.
4285         (standard-keyboard-coding-systems): Delete.
4286         (set-locale-environment): Maybe set keyboard coding system.
4287         Avoid typical warning about codeset in C locale.
4289 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
4291         * international/fontset.el (x-complement-fontset-spec): If a
4292         fontname doesn't conform to XLFD format, try to get XLFD name by
4293         x-list-fonts.
4295 2008-02-01  Dave Love  <fx@gnu.org>
4297         * international/mule-conf.el (mik, pt154): New charsets.
4299         * language/cyrillic.el (mik, pt154): New coding systems.
4301 2008-02-01  Dave Love  <fx@gnu.org>
4303         * international/characters.el: Move parts around so that syntax
4304         definitions aren't overwritten wrongly.
4306         * international/mule-diag.el (unicode-data): Fix treatment of
4307         numeric-value fields.
4309 2008-02-01  Dave Love  <fx@gnu.org>
4311         * progmodes/cap-words.el: New file.
4313 2008-02-01  Kenichi Handa  <handa@m17n.org>
4315         The following changes are to make character composition happen
4316         automatically on displaying.
4318         * composite.el: Remove all autoload cookies.
4319         (composition-function-table): Move variable declaration from
4320         composite.c.  Change format.
4321         (save-buffer-state): Copy from font-lock.el.
4322         (auto-composition-chunk-size): New variable.
4323         (auto-compose-chars): New function.  Set
4324         auto-composition-function to it.
4325         (toggle-auto-composition): New function.
4327         * international/characters.el: Make all chararacters in the
4328         charset tibetan to tibetan script.
4330         * international/mule-conf.el (tibetan): Fix :code-space property.
4331         (tibetan-1-column): Delete :superset property, add :code-offset
4332         property.
4334         * international/quail.el (quail-input-string-to-events): Don't
4335         generate compose-chars-after events.
4337         * language/devanagari.el: Register devanagari-composable-function
4338         in composition-function-table for Devanagari characters.
4340         * language/devan-util.el: Register devanagari-composable-pattern
4341         in indian-composable-pattern.
4342         (devanagari-composition-function): Add autoload cookie.  Change
4343         arguments to conform to composition-function-table.
4345         * language/european.el: Register combining characters in
4346         composition-function-table.
4347         (diacritic-composition-function): Change arguments to conform to
4348         composition-function-table.
4350         * language/indian.el (indian-composable-pattern): New variable.
4352         * language/ind-util.el (indian-compose-region): Don't call
4353         compose-chars-after, instead call a function registered in
4354         composition-function-table.
4356         * language/lao.el: Register lao-composition-function in
4357         composition-function-table for Lao vowels and tones.
4358         (lao): Don't use lao-post-read-conversion.
4360         * language/lao-util.el (lao-post-read-conversion): Delete this function.
4361         (lao-composition-function): Change arguments to conform to
4362         composition-function-table.
4364         * language/thai.el: Register thai-composition-function in
4365         composition-function-table for Thai vowels and tones.
4366         (thai-tis620): Don't use thai-post-read-conversion.
4368         * language/thai-util.el (thai-post-read-conversion): Delete function.
4369         (thai-composition-function): Change arguments to conform to
4370         composition-function-table.
4372         * language/tibetan.el: Register tibetan-composition-function in
4373         composition-function-table for Tibetan characters.
4375         * language/tibet-util.el (tibetan-composition-function):
4376         Change arguments to conform to composition-function-table.
4378         * loadup.el: Load composite.
4380 2008-02-01  Dave Love  <fx@gnu.org>
4382         * international/mule-diag.el (unicode-data): Find unicodedata-file
4383         literally.
4385 2008-02-01  Dave Love  <fx@gnu.org>
4387         * international/fontset.el: Doc fixes.
4388         ("fontset-default"): Add iso8859-15.
4390 2008-02-01  Kenichi Handa  <handa@m17n.org>
4392         * international/fontset.el ("fontset-default"): Add an entry for
4393         `indian-is13194' charset.
4395         * international/mule-conf.el (indian-is13194): Delete :unify-map
4396         property.  Don't unify this charset.
4397         (indian-2-column): Delete :superset property, add :code-offset property.
4399         * language/devan-util.el: Delete the superfluous autoload cookie
4400         near the head of the file.
4401         (devanagari-compose-region): Add autoload cookie.
4403         * language/ind-util.el (indian-2-column-to-ucs-region):
4404         Add autoload cookie.
4406 2008-02-01  Kenichi Handa  <handa@m17n.org>
4408         * international/fontset.el ("fontset-default"): Add an entry for
4409         `devanagari' script and `malayalam-glyph' charset.
4410         (face-resizing-fonts): Register CDAC fonts.
4412         * international/mule-conf.el (malayalam-glyph): New charset.
4414 2008-02-01  Dave Love  <fx@gnu.org>
4416         * term/x-win.el: Fix typo in loop setting x-keysym-table.
4418 2008-02-01  Dave Love  <fx@gnu.org>
4420         * international/mule-conf.el (utf-8-emacs): Delete :mime-charset.
4422         * term/x-win.el: Remove some ancient compatibility code.  Populate
4423         x-keysym-table.
4425         * international/mule-cmds.el (wid-edit): Require when compiling.
4426         (set-locale-environment): Check locale against coding system
4427         aliases too.
4429 2008-02-01  Kenichi Handa  <handa@m17n.org>
4431         * language/indian.el (in-is13194-devanagari):
4432         Fix :post-read-conversion and :pre-write-conversion.
4434 2008-02-01  Dave Love  <fx@gnu.org>
4436         * international/mule-cmds.el (charset): Supply doc, :tag.
4438 2008-02-01  Kenichi Handa  <handa@m17n.org>
4440         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Be sure to
4441         return a unibyte string.
4443 2008-02-01  Kenichi Handa  <handa@m17n.org>
4445         * international/mule-cmds.el (set-locale-environment):
4446         Delete superfluous ')'s at the tail.
4448 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
4450         * international/mule.el (define-coding-system): Fix typo;
4451         "docode" -> "decode".
4453 2008-02-01  Dave Love  <fx@gnu.org>
4455         * emacs-lisp/byte-opt.el (side-effect-free-fns):
4456          Add string-make-unibyte string-make-multibyte string-to-multibyte
4457          string-as-multibyte string-as-unibyte.
4459 2008-02-01  Dave Love  <fx@gnu.org>
4461         * language/english.el (ibm1047, cp1047): New.
4463         * international/mule-conf.el (alternativnyj): Use new table.
4464         (cp866): Define standalone, not as alias.
4465         (ibm866): Change alias.
4466         (ibm1047): New.
4468         * language/cyrillic.el (cyrillic-alternativnyj):
4469         Remove mime-charset.  Use alternativnj charset.
4470         (cp866): Remove alias.  Define standalone.
4472 2008-02-01  Dave Love  <fx@gnu.org>
4474         * language/european.el ("Latin-2", "Latin-5"): Doc fix.
4476         * language/cyrillic.el ("Bulgarian"): Fix input method and charset.
4477         ("Tajik", "Belarusian"): Fix charset.
4479         * international/mule-cmds.el (describe-language-environment):
4480         Be case-insensitive when looking for input methods.
4481         (locale-name-match): Doc fix.
4482         (locale-charset-match-p): New.
4483         (set-locale-environment): Warn if coding system doesn't agree
4484         with system locale.
4486 2008-02-01  Kenichi Handa  <handa@m17n.org>
4488         * international/mule-cmds.el (select-safe-coding-system): If
4489         :mime-charset property of a coding system is not equal to that
4490         coding system, don't show that :mime-charset name.
4492 2008-02-01  Dave Love  <fx@gnu.org>
4494         * international/quail.el (quail-help): Fix underlining.
4496         * language/chinese.el (chinese-gb18030, gb18030)
4497         ("Chinese-GB18030"): New.
4499         * international/mule-cmds.el (locale-language-names): Add GB18030.
4501         * international/swedish.el: Don't require latin-1.
4503 2008-02-01  Dave Love  <fx@gnu.org>
4505         * language/czech.el ("Czech"):
4506         * language/slovak.el ("Slovak"):
4507         * language/romanian.el ("Romanian"): Remove unibyte-syntax property.
4509         * language/greek.el ("Greek"): Remove unibyte-syntax property.
4510         (cp737): New coding system.
4512         * language/european.el: Remove unibyte-syntax properties.
4513         Augment some coding-system properties.
4515         * international/mule-cmds.el (set-language-environment):
4516         Check for charset property of environment.
4517         (language-info-alist): Doc fix.
4519         * Makefile.in (DONTCOMPILE): Remove latin-N.el.
4521         * international/characters.el: Add Latin-1.
4523         * international/latin-1.el, international/latin-2.el,
4524         * international/latin-3.el, international/latin-4.el,
4525         * international/latin-5.el, international/latin-8.el,
4526         * international/latin-9.el: Delete.
4528         * loadup.el: Remove international/latin-N.el.
4530         * case-table.el (set-case-syntax-charset, set-case-syntax-1)
4531         (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
4532         Undo last changes.
4534         * international/mule-diag.el (unicode-data): Check that
4535         `unicodedata-file' exists.
4537 2008-02-01  Kenichi Handa  <handa@m17n.org>
4539         * international/fontset.el (charset-script-alist): Fix script names.
4541 2008-02-01  Kenichi Handa  <handa@m17n.org>
4543         * international/latin-1.el: Bind set-case-syntax-charset to
4544         iso-8859-1.  Never provide latin-1.
4546         * international/latin-2.el: Bind set-case-syntax-charset to
4547         iso-8859-2.  Never provide latin-2.
4549         * international/latin-3.el: Bind set-case-syntax-charset to
4550         iso-8859-3.  Never provide latin-3.
4552         * international/latin-4.el: Bind set-case-syntax-charset to
4553         iso-8859-4.  Never provide latin-4.
4555         * international/latin-5.el: Bind set-case-syntax-charset to
4556         iso-8859-9.  Never provide latin-5.
4558         * international/latin-8.el: Bind set-case-syntax-charset to
4559         iso-8859-14.  Never provide latin-8.
4561         * international/latin-9.el: Bind set-case-syntax-charset to
4562         iso-8859-15.  Never provide latin-9.
4564         * case-table.el (set-case-syntax-set-multibyte): Delete variable.
4565         (set-case-syntax-charset): New variable.
4566         (set-case-syntax-1): New function.
4567         (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
4568         Call set-case-syntax-1 on arguments.
4570         * international/mule-cmds.el (set-language-environment): Delete
4571         unnecessary setup of syntax/case for unibyte case.
4573 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
4575         * international/fontset.el (generate-fontset-menu): Exclude the
4576         default fontset.
4578         * faces.el (describe-face): Describe :fontset property too.
4580 2008-02-01  Dave Love  <fx@gnu.org>
4582         * international/characters.el: Don't set char width of CJK
4583         charsets generally.  Add some non-word syntax cases.
4584         (korean-ksc5601): Fix ranges with symbol syntax.
4586 2008-02-01  Dave Love  <fx@gnu.org>
4588         * Makefile.in (DONTCOMPILE): Add indian.el.
4590         * language/ind-util.el:
4591         (ucs-bengali-to-is13194-alist, ucs-assamese-to-is13194-alist)
4592         (ucs-gurmukhi-to-is13194-alist, ucs-gujarati-to-is13194-alist)
4593         (ucs-oriya-to-is13194-alist, ucs-tamil-to-is13194-alist)
4594         (ucs-telugu-to-is13194-alist, ucs-malayalam-to-is13194-alist):
4595         Remove declarations and let-bind them in re-written top-level loop
4596         over scripts, including ucs-devanagari-to-is13194-alist.
4598 2008-02-01  Dave Love  <fx@gnu.org>
4600         * international/mule-cmds.el (charset): Move.
4601         (language-info-custom-alist): Move.  Alter :set.
4602         (find-coding-systems-for-charsets): Check charset type before
4603         getting :charset-list.
4605         * language/ind-util.el (iscii-to-ucs-region): Fix typo.
4607 2008-02-01  Dave Love  <fx@gnu.org>
4609         * wid-edit.el (widget-string-complete): New.
4610         (widget-coding-system-prompt-value-history): Delete.
4611         (coding-system): Use coding-system-value-history.
4613         * international/mule-cmds.el (charset): New widget.
4614         (language-info-custom-alist): Use it.
4615         (default-input-method): Modify :type.
4617 2008-02-01  Dave Love  <fx@gnu.org>
4619         * language/ind-util.el (ucs-devanagari-to-is13194-alist)
4620         (indian-glyph-char, indian-char-glyph): Delete.
4621         (is13194-default-repertory): Rename from is13194-default-repartory.
4622         (iscii-to-ucs-region): Hoist evals from loop.
4624         * language/devan-util.el (dev-charseq): Avoid indian-glyph-char.
4626         * language/indian.el (indian-script-table)
4627         (ccl-encode-indian-glyph-font): Delete.
4629         * international/mule-cmds.el (language-info-custom-alist): New.
4630         (input-method-activate-hook, input-method-inactivate-hook)
4631         (input-method-after-insert-chunk-hook)
4632         (input-method-use-echo-area, set-language-environment-hook)
4633         (exit-language-environment-hook): Customize.
4634         (find-coding-systems-for-charsets): Rewrite.
4635         (default-input-method): Add :link.
4637 2008-02-01  Dave Love  <fx@gnu.org>
4639         * international/mule-conf.el (eight-bit): Add :docstring,
4640         :short-name properties.
4641         (cp851): Doc fix.
4642         (unicode-bmp): New.
4644         * case-table.el (set-case-syntax-pair): Remove check on byte lengths.
4646         * language/european.el (cp858): New.
4647         ("Turkish"): Add special case rules.
4649 2008-02-01  Dave Love  <fx@gnu.org>
4651         * international/characters.el: Make \e,_/\e(B and \e,A\x7f\e(B a case pair.
4653 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
4655         * international/mule-conf.el: Don't define the charset iso-8859-1
4656         here, just setup its properties.
4658 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
4660         * international/mule-conf.el (utf-8): Give :mime-charset property.
4662 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
4664         * international/characters.el: Remove duplicated case setting for
4665         Cyrillic and Greek letters.  Don't setup printable-chars here.
4667         * case-table.el (describe-buffer-case-table): Handle the case
4668         that KEY is a cons within map-char-table.
4670 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
4672         * international/characters.el: Fix categories ?A and ?C.
4673         Treat ASCII characters as `latin' script.
4675 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
4677         * international/fontset.el (fontset-plain-name): If the fontset
4678         name doesn't ends with "-fontset-*", use family name as the first
4679         part of the plain name.
4680         (create-fontset-from-ascii-font): If "fontset-startup" is not yet
4681         created, use that name for the fontset.  Fix arguments to
4682         subst-char-in-string.
4684 2008-02-01  Dave Love  <fx@gnu.org>
4686         * term.el (term-char-mode): Remove generic-character-list code.
4688         * ruler-mode.el (ruler-mode-character-validate): Use characterp.
4690         * wid-edit.el (character): Use characterp.
4692         * international/mule-diag.el (describe-coding-system): Add utf-16 case.
4694         * language/viet-util.el (viet-encode-viscii-char): Use encode-char.
4696         * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
4697         Add charset.
4698         ("Ukrainian"): New.
4700         * language/georgian.el (georgian-ps): New coding system.
4702 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
4704         * international/mule-cmds.el (reset-language-environment):
4705         Don't set nonascii-translation-table and nonascii-insert-offset.
4706         Call set-unibyte-charset, not set-primary-charset.
4707         (nonascii-translation-table, nonascii-insert-offset):
4708         Declare these variable as obsolete ones.
4709         (set-language-environment): Call set-unibyte-charset, not
4710         set-primary-charset.  Call set-charset-priority with `charset'
4711         info of the language environment.
4713 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
4715         * international/characters.el (next-word-boundary-han):
4716         Don't treat katakana following han characters as a part of a word.
4718 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
4720         * international/characters.el: Call map-charset-chars on big5 (not
4721         chinese-big5-1/2) to set categories `c', `C', and `|'.
4722         (next-word-boundary-han, next-word-boundary-kana): New function.
4723         Register it in next-word-boundary-function-table.
4725 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
4727         * arc-mode.el (archive-file-name-coding-system): New variable.
4728         Make it permanent-local.
4729         (byte-after, bref, insert-unibyte): New function.  Change most of
4730         char-after, aref, insert to them respectively.
4731         (archive-mode): Set archive-file-name-coding-system.
4732         (archive-summarize): Don't change the buffer's multibyteness.
4733         (archive-extract): Inherit archive-file-name-coding-system from
4734         archive-superior-buffer.  Bind coding-system-for-write to
4735         archive-file-name-coding-system.
4736         (archive-*-write-file-member): Encode ENAME by
4737         archive-file-name-coding-system.  Bind coding-system-for-write to
4738         no-conversion.
4739         (archive-rename-entry): Encode the filename by
4740         archive-file-name-coding-system.
4741         (archive-mode-revert): Don't change the buffer's multibyteness.
4742         (archive-arc-summarize, archive-lzh-summarize)
4743         (archive-zoo-summarize): Don't change the buffer's multibyteness.
4744         Decode filenames by archive-file-name-coding-system.
4745         (archive-arc-rename-entry, archive-zip-chmod-entry): Don't change
4746         the buffer's multibyteness.
4748         * tar-mode.el (tar-file-name-coding-system): New variable.
4749         Make it permanent-local.
4750         (tar-header-block-tokenize): Decode filename and linkname by
4751         tar-file-name-coding-system.
4752         (tar-header-block-checksum): Call multibyte-char-to-unibyte to get
4753         the byte value of eight-bit chars.
4754         (tar-summarize-buffer): Call set-buffer-multibyte with METHOD
4755         `to'.  Delete unnecessary call of position-bytes.
4756         (tar-mode): Set tar-file-name-coding-system.  Delete unnecessary
4757         call of position-bytes.
4758         (tar-extract): Simplify by calling decode-coding-region with
4759         DESTINATION argument.  Don't toggle multibyteness of tar buffer.
4760         (tar-copy, tar-expunge): Don't toggle multibyteness of tar buffer.
4761         (tar-clear-modification-flags): Delete unnecessary call of
4762         position-bytes.
4763         (tar-rename-entry): Call tar-alter-one-field with encoded new name.
4764         (tar-alter-one-field): Don't toggle multibyteness of tar buffer.
4765         Convert new-data-string by string-to-multibyte before inserting it.
4766         (tar-subfile-save-buffer): Don't toggle multibyteness of tar
4767         buffer.  Simplify by calling encoding-coding-region with
4768         DESTINATION argument.
4769         (tar-mode-write-file): Delete unnecessary call of byte-to-position.
4771 2008-02-01  Dave Love  <fx@gnu.org>
4773         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Doc fix.
4775         * emacs-lisp/copyright.el (copyright-regexp): Remove redundancy.
4777 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
4779         * international/characters.el: Setup char-script-table.
4781         * international/fontset.el: Setup the default fontset by the new
4782         script-based way.
4783         (x-complement-fontset-spec): Change the format of arg FONTLIST to
4784         an alist of charsets vs font name lists.
4785         (charset-script-alist): New variable.
4786         (create-fontset-from-fontset-spec): Allow script name in
4787         FONTSET-SPEC.  If charset is specified in FONTSET-SPEC, change it
4788         to the corresponding script name.
4789         (create-fontset-from-ascii-font): Slight tuning.
4791         * international/mule-conf.el (devanagari-glyph): New charset.
4792         Unify these charsets: korean-ksc5601, ipa, tibetan, ethiopic,
4793         japanese-jisx0208, japanese-jisx0212, japanese-jisx0213-1,
4794         japanese-jisx0213-2.
4796         * international/mule-diag.el (print-fontset): Use describe-vector
4797         to handle a char table returned by fontset-info.
4799         * language/indian.el: Don't register ccl-encode-indian-glyph-font
4800         and ccl-encode-unicode-font in font-ccl-encoder-alist.
4802 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
4804         * international/mule-util.el (detect-coding-with-priority):
4805         Fix the place of using `,' marker in backguote form.
4807 2008-02-01  Dave Love  <fx@gnu.org>
4809         * international/mule-conf.el (mule-unicode-e000-ffff): Set :max-code.
4811         * international/mule-util.el (with-coding-priority): Fix.
4813         * international/mule.el (set-coding-priority): Fix obsolete spec.
4815 2008-02-01  Dave Love  <fx@gnu.org>
4817         * international/mule-cmds.el (leim-list-header): Add coding tag.
4819 2008-02-01  Dave Love  <fx@gnu.org>
4821         * international/mule-cmds.el (find-coding-systems-region)
4822         (language-info-alist, reset-language-environment, princ-list): Doc fix.
4823         (input-method-verbose-flag): Fix :type.
4825 2008-02-01  Dave Love  <fx@gnu.org>
4827         * international/mule.el (set-char-table-default): Make obsolete.
4829 2008-02-01  Dave Love  <fx@gnu.org>
4831         * language/devanagari.el ("Devanagari"): Fix coding-system,
4832         coding-priority.
4834         * international/mule-diag.el (describe-char-after): Modify display
4835         list processing.
4836         (unicodedata-file, unicodedata-find): New.
4838 2008-02-01  Dave Love  <fx@gnu.org>
4840         * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done): Add
4841         autoload cookie.
4843         * international/ja-dic-cnv.el (skkdic-convert): Add coding tag.
4845 2008-02-01  Dave Love  <fx@gnu.org>
4847         * international/mule-util.el (detect-coding-with-priority): Rewrite.
4849 2008-02-01  Dave Love  <fx@gnu.org>
4851         * composite.el (compose-string): Doc fix.
4853         * language/georgian.el ("Georgian"): Delete code-pages feature,
4854         add nonascii-translation.
4856         * language/european.el ("German", "French", "Spanish"):
4857         Add latin-9 as alternative coding system.
4858         ("Slovenian", "Polish"): Add windows-1250 as alternative coding system.
4859         ("Dutch"): Add latin-9 as alternative coding system.  Add input method.
4860         ("Turkish"): Add windows-1254 and latin-3 as alternative coding systems.
4861         ("Lithuanian", "Latvian"): Add windows-1257 as alternative coding
4862         system.
4864         * emacs-lisp/byte-opt.el (side-effect-free-fns): Add decode-char,
4865         encode-coding-char.
4866         (side-effect-and-error-free-fns): Add charsetp, max-char,
4867         primary-charset.
4869         * simple.el: Don't require cl when compiling.
4871         * Makefile.in (DONTCOMPILE): Fix duplicates.
4873         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Fix typo.
4875         * international/mule.el: Doc fixes.
4876         (load-with-code-conversion): Fix coding-system-type test.
4878         * international/mule-cmds.el (sort-coding-systems): Comment out
4879         iso-2022 case.
4880         (encoded-string-description): Fix coding-system-type test.
4882 2008-02-01  Dave Love  <fx@gnu.org>
4884         * international/characters.el: Make korean-ksc5601 double-width.
4886         * international/mule.el (auto-coding-regexp-alist):
4887         Recognize Emacs 20/1 byte-compiled files.
4889         * international/mule-conf.el (file-coding-system-alist):
4890         Change .elc to utf-8-emacs.
4892         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Adjust for use
4893         of utf-8-emacs.
4894         (byte-compile-insert-header): Update magic number.  Add ballast.
4895         (map-char-table): Use byte-compile-funarg-2.
4897 2008-02-01  Dave Love  <fx@gnu.org>
4899         * language/cyrillic.el ("Belarusian"): Doc fix.
4900         (cp1125, koi8-t): Doc fix.
4902         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
4903         (find-multibyte-characters): Don't test for charset `unknown'.
4904         (locale-language-names): Change or add: be, bs, cy, mk, ru.koi8,
4905         ru, sr_YU, tg, wa, zh.gbk.
4906         (locale-language-names): Change sp to Cyrillic.
4907         (locale-charset-language-names): Match @euro after utf-8.
4909 2008-02-01  Dave Love  <fx@gnu.org>
4911         * language/chinese.el (chinese-gbk, gbk, cp936, windows-936):
4912         New coding systems.
4913         ("Chinese-GBK"): New environment.
4915 2008-02-01  Dave Love  <fx@gnu.org>
4917         * language/chinese.el (chinese-gbk, gbk, cp936, windows-936):
4918         New coding systems.
4919         ("Chinese-GBK"): New environment.
4921         * language/thai-util.el: Remove redundant unicodes in category-setting.
4923         * language/lao-util.el: Remove redundant unicodes in category-setting.
4925         * international/mule-conf.el (japanese-jisx0213-1)
4926         (japanese-jisx0213-2): Add unify-map.
4928 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
4930         * international/quail.el (quail-update-leim-list-file):
4931         Force writing the file by iso-2022-7bit.
4933         * international/titdic-cnv.el (miscdic-convert): Force writing the
4934         file by iso-2022-7bit.
4936         * international/mule.el (define-charset): Change the attribute
4937         :parents to :subset or :superset.
4939         * international/mule-conf.el: Adjust for the change of
4940         define-charset (:parent -> :subset or :superset).
4942         * international/characters.el: Fix the last change.
4944 2008-02-01  Dave Love  <fx@gnu.org>
4946         * language/cyril-util.el (cyrillic-encode-koi8-r-char)
4947         (cyrillic-encode-alternativnyj-char): Fix.
4948         (standard-display-cyrillic-translit): Remove redundant unicodes.
4950 2008-02-01  Dave Love  <fx@gnu.org>
4952         * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
4953         New environments.
4955         * international/mule-conf.el (control-1): New charset.
4956         (eight-bit-control, eight-bit-graphic): Redefine to use raw-bytes space.
4957         (korean-ksc5601): Redefine to use code-offset and unify-map.
4959 2008-02-01  Dave Love  <fx@gnu.org>
4961         * international/mule-conf.el (tcvn-5712): New charset.
4963         * language/vietnamese.el (vietnamese-tcvn, tcvn): New coding system.
4964         ("Vietnamese"): Doc fix.
4966 2008-02-01  Dave Love  <fx@gnu.org>
4968         * international/mule-conf.el (windows-936): New alias.
4970         * cus-start.el: Add scalable-fonts-allowed.
4972         * international/characters.el: Reinstate various CJK syntax and
4973         category setup.  Remove obsolete syntax setting in Greek section.
4974         Optimize the char tables.
4976         * language/thai.el ("Thai"): Add cp874, iso-8859-11 coding systems.
4978         * language/vietnamese.el ("Vietnamese"): Add windows-1258 coding system.
4980         * language/greek.el ("Greek"): Add windows-1253, cp851, cp869
4981         coding systems.
4983         * language/romanian.el ("Romanian"): Add iso-latin-10 coding system.
4985 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
4987         * international/characters.el (printable-chars): Setup correctly.
4989 2008-02-01  Dave Love  <fx@gnu.org>
4991         * cus-start.el: Add selection-coding-system.
4993         * language/hebrew.el ("Hebrew"): Add windows-1255, cp862 coding systems.
4995         * language/china-util.el (post-read-decode-hz)
4996         (pre-write-encode-hz): Move from chinese.el.
4997         (big5-to-flat-code, flat-code-to-big5, euc-to-flat-code)
4998         (flat-code-to-euc, expand-euc-big5-alist, big5-to-cns): Delete.
5000         * language/chinese.el (post-read-decode-hz)
5001         (pre-write-encode-hz): Move to china-util.el.
5003         * case-table.el (set-case-syntax-pair): Test again for equal byte
5004         lengths of the pair.
5006         * international/characters.el: Add Vietnamese category to
5007         equivalent unicodes.
5009 2008-02-01  Dave Love  <fx@gnu.org>
5011         * international/mule-conf.el (chinese-sisheng, ipa)
5012         (indian-is13194, tibetan, ethiopic): Add :unify-map.
5014         * international/mule-diag.el (describe-character-set): Account for
5015         more than two dimensions of possibly different size.
5016         (describe-current-coding-system): Add selection-coding-system.
5018         * international/mule-cmds.el (unify-8859-on-encoding-mode)
5019         (unify-8859-on-decoding-mode): Move from mule.el.
5021         * international/mule.el (unify-8859-on-encoding-mode)
5022         (unify-8859-on-decoding-mode): Remove :init-value.
5023         (charset-chars): Add optional dimension arg.
5024         (unify-8859-on-encoding-mode, unify-8859-on-decoding-mode):
5025         Move to mule-cmds.el.
5027 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5029         * international/fontset.el: Change registry for japanese-jisx0208
5030         to "JISX0208*" in the default fontset.
5031         (font-encoding-alist): Add an entry for "JISX0208.1983" and
5032         "ISO10646.indian-1".
5034 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5036         * language/japanese.el (japanese-iso-7bit-1978-irv):
5037         Add `designation' to :flags, `ascii' to :charset-list.
5039         * international/mule.el (define-charset): New args :min-code and
5040         :max-code.
5041         (coding-system-iso-2022-flags): Add use-roman, use-oldjis.
5043         * international/mule-conf.el (chinese-gbk): Change :code-offset to
5044         #x160000.
5045         (gb18030-2-byte, gb18030-4-byte-bmp, gb18030-4-byte-smp)
5046         (gb18030-4-byte-ext-1, gb18030-4-byte-ext-2, gb18030): New charsets.
5048 2008-02-01  Dave Love  <fx@gnu.org>
5050         * language/thai.el (iso-8859-11): New coding system.
5052         * international/mule-conf.el: Doc fixes.
5053         (iso-8859-11): New.
5055 2008-02-01  Dave Love  <fx@albion.dl.ac.uk>
5057         * cus-start.el (scalable-fonts-allowed): Add.
5059 2008-02-01  Dave Love  <fx@gnu.org>
5061         * international/mule.el (unify-8859-on-encoding-mode)
5062         (unify-8859-on-decoding-mode): Dummy versions.
5064         * international/ucs-tables.el: Remove.
5066         * Makefile.in (DONTCOMPILE): Add language/chinese.el,
5067         language/japanese.el.
5069         * international/mule-conf.el: Doc fixes.
5070         (cp936): New alias.
5071         (cp720, cp858): New charsets.
5073         * mail/sendmail.el (mail-recover-1, mail-recover): Use utf-8-emacs
5074         coding system, not emacs-mule.
5076         * files.el (revert-buffer, recover-file): Likewise.
5078         * desktop.el (desktop-save): Likewise.
5080 2008-02-01  Dave Love  <fx@gnu.org>
5082         * international/mule.el (with-category-table): Use make-symbol.
5083         (coding-system-list): Use coding-system-aliases.
5084         (make-translation-table): Don't deal with generic characters.
5086         * international/mule-util.el (coding-system-post-read-conversion)
5087         (coding-system-pre-write-conversion)
5088         (coding-system-translation-table-for-decode)
5089         (coding-system-translation-table-for-encode): Get the right properties.
5090         (with-coding-priority): New macro.
5091         (detect-coding-with-language-environment): Use it.
5092         (coding-system-equal): Use coding-system-plist.
5094         * international/encoded-kb.el (encoded-kbd-setup-keymap) <ccl>:
5095         Use :valid property.
5097         * international/mule-cmds.el (encode-coding-char):
5098         Use find-coding-systems-string.  Don't use make-char.
5099         (describe-language-environment): Use coding-system-aliases.
5100         (prefer-coding-system): Doc fix.
5102         * international/mule-diag.el (describe-current-coding-system):
5103         Fix aliases listing.
5104         (print-iso-2022-flags): Delete.
5105         (print-designation): Partial re-write.
5106         (describe-coding-system): Deal with iso-2022 designations, flags.
5107         Fix shift_jis case.
5108         (describe-char-after): Use characterp.  Print explicit unicode.
5109         Remove some obsolete code.
5110         (print-coding-system-briefly): Fix printing aliases.
5111         (print-coding-system): Use coding-system-aliases.
5112         (mule-diag): Don't list coding categories.
5114         * international/mule-conf.el: Doc fixes.  Remove redundant :long-name properties.
5115         Re-order charset priorities.
5116         (binary): New alias.
5117         (iso-8859-16): Fix nickname.
5118         (define-iso-single-byte-charset): Un-define after use.
5120 2008-02-01  Dave Love  <fx@gnu.org>
5122         * international/characters.el: Additional double width specifications.
5124         * international/mule-diag.el (print-coding-system): Incomplete updates.
5125         (describe-character-set): List more properties.
5126         (print-fontset): Fix case of vector font-spec.
5127         (describe-current-coding-system): Fix iso-7, iso-7-else.
5129         * international/mule-conf.el (ibm866): Fix alias.
5130         (iso-8859-16): Fix nickname.
5132 2008-02-01  Dave Love  <fx@gnu.org>
5134         * language/ind-util.el: Avoid decode-char.
5135         (indian--puthash-char, indian--puthash-c, indian--puthash-cv):
5136         Use characterp, not char-valid-p.
5138         * language/devan-util.el: Add coding tag, avoid decode-char.
5140         * international/titdic-cnv.el: Add coding tag.
5141         (tit-process-header): Add coding tag to output.
5143         * language/thai.el (cp874, ibm874): New coding systems.
5145         * emacs-lisp/byte-opt.el <side-effect-and-error-free-fns>:
5146         Add character-p.
5148         * language/european.el (cp852, ibm852, cp857, ibm857, cp860)
5149         (ibm860, cp861, ibm861, cp863, cp865, ibm865, cp437, ibm437):
5150         New coding systems.
5151         <set-language-info-alist>: Avoid decode-char.
5153         * language/hebrew.el (cp862, ibm862): New coding systems.
5155         * language/greek.el (cp851, ibm851, cp869, ibm869): New coding systems.
5157         * language/cyrillic.el (cp855, ibm855): New coding systems.
5159         * international/mule-conf.el: Avoid decode-char in top-level code
5160         for self-inserting multibyte chars.
5161         (cp437, cp737, cp775, cp851, cp852, cp855, cp857, cp855, cp857)
5162         (cp860, cp861, cp862, cp863, cp864, cp865, cp869, cp874):
5163         New charsets.
5165         * international/characters.el: Various simplifications and additions.
5167 2008-02-01  Dave Love  <fx@gnu.org>
5169         * international/mule-conf.el (code-pages): Provide, for compatibility.
5171         * international/code-pages.el: Remove.
5173 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5175         * Makefile.in: Cancel the 2008-02-01 change of mine.
5177         * international/fontset.el: Add setting for unicode font at the
5178         end of the default fontset.
5180 2008-02-01  Dave Love  <fx@gnu.org>
5182         * international/mule-conf.el (adobe-standard-encoding, symbol):
5183         Adjust :code-space.
5184         (ibm850): Add :ascii-compatible-p.
5186 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5188         * international/mule-conf.el (vietnamese-viscii-lower)
5189         (vietnamese-viscii-upper): Supply them :code-offset, then unify by
5190         mapping table.
5192 2008-02-01  Dave Love  <fx@gnu.org>
5194         * cus-start.el: Add charset-map-directory.
5196         * international/fontset.el (font-encoding-alist): Add adobe-symbol.
5198         * format.el (format-alist): Remove ibm, mac, hp entries (available
5199         natively).
5201         * language/romanian.el (iso-latin-10): Add :mime-charset.
5202         ("Romanian"): Add doc.
5204         * international/mule-conf.el (iso-8859-10, symbol)
5205         (adobe-standard-encoding, ibm850): New charsets.
5206         (iso-8859-13): Fix IR number, final char.
5207         (file-coding-system-alist): Add .xml.
5209         * language/european.el (iso-latin-6, iso-8859-10, latin-6)
5210         (iso-latin-7, iso-8859-13, latin-7, hp-roman8, roman8)
5211         (adobe-standard-encoding, cp850, ibm850): New coding systems.
5212         ("Latin-6", "Latin-7"): New language environments.
5214 2008-02-01  Dave Love  <fx@gnu.org>
5216         * Makefile.in (DONTCOMPILE): Remove ucs-tables, utf-8,
5217         utf-8-subst; add vietnamese, cyrillic, czech.
5219         * language/romanian.el (iso-latin-10): New coding system.
5221         * international/mule-conf.el (emacs-mule): Set :charset-list,
5222         consistent with coding-system-charset-list doc.
5223         (iso-8859-16): New charset.
5225         * international/mule-diag.el (describe-coding-system): Avoid error
5226         for iso-2022, emacs-mule.
5228 2008-02-01  Dave Love  <fx@gnu.org>
5230         * international/codepage.el: Remove or comment out most of code.
5231         (codepage-setup): Re-write as trivial, obsolete function.
5233         * language/utf-8-lang.el ("UTF-8"): Use utf-8, not mule-utf-8.
5234         Remove setup function.
5236         * language/english.el (ebcdic-us, ebcdic-uk): New coding systems.
5238         * Makefile.in (DONTCOMPILE): Add language/vietnamese.el,
5239         language/cyrillic.el, language/czech.el.
5241         * language/vietnamese.el (windows-1258, cp1258): New coding systems.
5242         (font-ccl-encoder-alist): Remove viscii, vscii.
5244         * language/hebrew.el (windows-1255, cp1255): New coding systems.
5246         * language/european.el (windows-1254, cp1254, windows-1257)
5247         (cp1257, next, iso-latin-7, iso-8859-13, latin-7): New coding systems.
5248         ("Latin-7", "Lithuanian", "Latvian"): Don't require code-pages.
5250         * language/greek.el (windows-1253, cp1253): New coding systems.
5252         * international/mule-conf.el (ebcdic-us, ebcdic-uk): Change map
5253         file name.
5254         (windows-1253, windows-1254, windows-1255, windows-1256)
5255         (windows-1257, windows-1258, next): New charsets.
5257         * international/utf-8.el, international/utf-8-subst.el: Remove.
5259         * international/mule.el: Doc fixes.
5260         (charset-list, generic-char-p, set-coding-priority): Make obsolete.
5261         (coding-system-get): Try to convert old-style symbol to keyword.
5262         (define-charset): Purecopy strings in property list.
5263         (define-coding-system): Purecopy docstring.
5265         * international/mule-diag.el (list-character-sets-2): Avoid
5266         charset-bytes.
5267         (list-iso-charset-chars, list-non-iso-charset-chars): Delete.
5268         (list-block-of-chars): Re-write.
5269         (describe-character-set): Show more properties.
5270         (describe-char-after): Correct codepoint display.
5271         (print-coding-system): Use symbolic types.
5273 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5275         * Makefile.in: Be sure also to run emacs with LANG=C.
5277 2008-02-01  Dave Love  <fx@gnu.org>
5279         * international/mule-diag.el: Doc fixes.
5280         (sort-charset-list, charset-multibyte-form-string): Remove.
5281         (list-character-sets, list-character-sets-1)
5282         (list-character-sets-2): Re-write.
5283         (non-iso-charset-alist): Set to nil and made obsolete.
5284         (decode-codepage-char): Re-write and made obsolete.
5285         (read-charset): Don't use non-iso-charset-alist.
5286         (describe-coding-system): Use keyword properties.
5287         (describe-character-set): Re-write.
5289         * international/mule-conf.el (koi8-u, koi8-t, georgian-ps)
5290         (windows-1250, windows-1251, windows-1252, cp1125, ebcdic-us)
5291         (ebcdic-uk): New charsets.
5293         * language/cyrillic.el (koi8-u, koi8-t, windows-1251, cp1125):
5294         New coding systems.
5296         * language/european.el (windows-1252): New coding system.
5298 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5300         * Makefile.in: By sure to run emacs with LC_ALL=C.
5302         * international/encoded-kb.el (encoded-kbd-handle-8bit): Call
5303         encoded-kbd-self-insert-iso2022-8bit with argument 1.
5304         (encoded-kbd-self-insert-charset): New function.
5305         (encoded-kbd-setup-keymap, encoded-kbd-mode): Handle a
5306         coding-system of type charset.
5308 2008-02-01  Dave Love  <fx@gnu.org>
5310         * international/mule-cmds.el (set-locale-environment): Comment out
5311         set-keyboard-coding-system stuff.
5313 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5315         * international/mule.el (define-coding-system): Doc fix;
5316         sjis->shift-jis.
5318         * international/mule-conf.el: Use decode-char instead of make-char.
5320         * international/encoded-kb.el (encoded-kbd-self-insert-iso2022-8bit):
5321         New arg ARG.  Directly call self-insert-command.  This is a
5322         temporary workaround to make it work with latin-1.
5323         (encoded-kbd-mode): Change `sjis' to `shift-jis'.
5325         * international/characters.el: Setup char-width-table for CJK
5326         characters.
5328 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5330         * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
5331         Fix the initial value to specify character range of
5332         japanese-jisx0208, not unicode.
5334         * international/characters.el: Set syntax/category for
5335         japanese-jisx0208.
5337 2008-02-01  Dave Love  <fx@gnu.org>
5339         * mail/sendmail.el (sendmail-send-it): Use :mime-charset, not
5340         mime-charset.
5342         * language/vietnamese.el, language/korean.el, language/japanese.el:
5343         * language/hebrew.el, language/greek.el, language/chinese.el:
5344         Fix :mime-charset properties.
5346         * language/cyrillic.el (cyrillic-iso-8bit, cyrillic-koi8)
5347         (cyrillic-alternativnyj): Fix :mime-charset.
5348         (cp878, cp866): New alias.
5350         * language/european.el: Fix mime-charset properties.
5352         * international/mule-cmds.el (sort-coding-systems)
5353         (select-safe-coding-system, select-message-coding-system): Use
5354         :mime-charset, not 'mime-charset.
5356         * international/mule-conf.el: Add various :mime-charset properties.
5358 2008-02-01  Dave Love  <fx@gnu.org>
5360         * international/encoded-kb.el (encoded-kbd-self-insert-ccl): Fix
5361         getting decoder.
5362         (encoded-kbd-mode): Fix code for coding system type and designations.
5364         * international/mule-conf.el: Spelling fixes.
5366 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5368         * international/fontset.el (fontset-plain-name): Handle the case
5369         that size, weight, slant are not specified in the fontset name.
5371 2008-02-01  Yong Lu  <lyongu@asia-infonet.com>
5373         * language/greek.el (greek-iso-8bit): Fix typo.
5375 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5377         * language/chinese.el (chinese-big5): Change :coding-type to `charset'.
5379 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5381         * international/characters.el: Change encoding to utf-8-emacs.
5382         Remove apparent duplicate codes.
5384 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5386         * international/fontset.el: Change the registry for
5387         chinese-gb2312 and add the registry for chinese-gbk.
5389         * international/mule.el (charset-chars): Fix typo.
5391         * international/mule-conf.el (chinese-gbk): New charset.
5393         * international/titdic-cnv.el (titdic-convert): Read into a
5394         unibyte buffer then make the buffer multibyte.
5396 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5398         * international/mule-conf.el (utf-16-le, utf-16-be): Use :bom attribute
5399         instead of :signature.
5401 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5403         * language/czech.el ("Czech"): Set `iso-8859-2' for
5404         `nonascii-translation'.
5406         * language/romanian.el ("Romanian"): Likewise.
5408         * language/slovak.el ("Slovak"): Likewise.
5410         * international/characters.el: Optimize calls of modify-category-entry.
5412 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
5414         * bindings.el: Don't bind multibyte characters to
5415         self-insert-command here.  It's done in mule-conf.el.
5417         * case-table.el (set-case-syntax-offset): Delete variable.
5418         (set-case-syntax-1): Delete function.  Change callers.
5419         (set-case-syntax-delims): Don't check byte length of characters.
5421         * isearch.el (isearch-mode-map): Call set-char-table-range to bind
5422         characters to isearch-printing-char.
5424         * loadup.el: Don't load "international/utf-8".  Don't call
5425         update-coding-systems-internal.  Bind coding-system-for-write to
5426         `utf-8' while writing fns-XXX.el.  Call clear-charset-maps before
5427         dumping.
5429         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Adjust for the
5430         change of map-char-table.
5432         * eshell/esh-mode.el: Adjust for the change of map-char-table.
5434         * international/characters.el: Adjust for the deletion of
5435         generic characters.
5437         * international/code-pages.el (cp-make-translation-table)
5438         (cp-valid-codes, cp-fix-safe-chars): Delete.  Change caller.
5439         (cp-make-coding-system): Call define-coding-system.
5441         * international/fontset.el: Rewrite most code.
5443         * international/ja-dic-cnv.el (skkdic-get-kana-compact-codes):
5444         Call encode-char instead of split-char.
5446         * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
5447         Change value.
5448         (skkdic-lookup-key): Call encode-char instead of split-char.
5450         * international/titdic-cnv.el (titdic-convert): Bind
5451         coding-system-for-write to 'iso-2022-7bit.  Don't work on unibyte
5452         buffer.
5454         * international/latin-1.el: Don't bind set-case-syntax-offset.
5456         * international/latin-2.el: Don't bind set-case-syntax-offset.
5458         * international/latin-3.el: Don't bind set-case-syntax-offset.
5460         * international/latin-4.el: Don't bind set-case-syntax-offset.
5462         * international/latin-5.el: Don't bind set-case-syntax-offset.
5464         * international/latin-8.el: Don't bind set-case-syntax-offset.
5466         * international/latin-9.el: Don't bind set-case-syntax-offset.
5468         * international/mule-cmds.el: Don't use coding category.
5469         Call set-coding-system-priority instead of set-coding-priority.
5470         (sort-coding-systems, select-safe-coding-system):
5471         Call coding-system-priority-list to get the most preferred one.
5472         (reset-language-environment): Order of coding system priority
5473         changed.  Set primary charset to iso-8859-1.
5474         (set-language-environment-coding-systems):
5475         Call set-coding-system-priority instead of set-coding-priority.
5476         (get-charset-property, put-charset-property): Move to mule.el.
5478         * international/mule-conf.el: Ful re-write.
5480         * international/mule-diag.el (print-designation): Change arguments.
5481         (print-iso-2022-flags): New function.
5482         (describe-coding-system, describe-current-coding-system):
5483         Adjust for the new structure of coding system.
5485         * international/mule.el (char-valid-p): Make it an alias of characterp.
5486         (define-charset): Full re-design.
5487         (charset-quoted-standard-p): Delete.
5488         (charsetp): Move to charset.c.
5489         (charset-info, charset-id, charset-bytes, charset-width)
5490         (charset-directioin, charset-iso-graphic-plane)
5491         (charset-reverse-charset): Delete.
5492         (charset-dimension, charset-chars, charset-iso-final-char)
5493         (charset-description, charset-short-name, charset-long-name):
5494         Call charset-plist instead of charset-info.
5495         (charset-plist, set-charset-plist): Move to charset.c.
5496         (get-charset-property, put-charset-property): Move from
5497         mule-cmds.el.  Call charset-plist and set-charset-plist.
5498         (make-char): Delete.
5499         (generic-char-p): Make it always return nil.
5500         (decode-char, encode-char): Move to charset.c.
5501         (coding-spec-XXX-idx): Delete variables.
5502         (coding-system-iso-2022-flags): New variable.
5503         (define-coding-system): New function.
5504         (transform-make-coding-system-args, make-coding-system): Delete.
5505         (set-coding-priority): Make it obsolete.
5506         (after-insert-file-set-buffer-file-coding-system)
5507         (find-new-buffer-file-coding-system): Adjust for the new coding
5508         system structure.
5510         * language/chinese.el, language/cyrillic.el, language/european.el:
5511         * language/greek.el, language/hebrew.el, language/indian.el:
5512         * language/japanese.el, language/korean.el, language/lao.el:
5513         * language/thai.el, language/tibetan.el, language/vietnamese.el:
5514         Call define-coding-system instead of make-coding-system.
5515         Delete all CCL program.
5517         * textmodes/sgml-mode.el (sgml-mode-map): Use encode-char instead
5518         of make-char.
5519         (sgml-char-names-table): Fix iteration limit.
5521         * term/mac-win.el: Delete unnecessary calls of set-fontset-font.
5522         (ccl-encode-mac-roman-font): Delete.
5524         * Makefile.in (DONTCOMPILE): Add latin1-disp.el, ucs-tables.el,
5525         utf-8.el, and utf-8-subst.el as they can't be bytecompiled
5526         currently.  This is just a temporary workaround.
5528 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5530         * whitespace.el (global-whitespace-mode): Use `find-file-hook' instead
5531         of `find-file-hooks'.
5532         (global-whitespace-toggle-options): Doc fix.
5534 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
5536         * whitespace.el (whitespace): Set :version tag to 23.1.
5537         (whitespace-turn-off, whitespace-toggle-options): Fix typos.
5538         (whitespace-style, whitespace-chars, whitespace-space)
5539         (whitespace-hspace, whitespace-tab, whitespace-newline)
5540         (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
5541         (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
5542         (whitespace-hspace-regexp, whitespace-space-regexp)
5543         (whitespace-tab-regexp, whitespace-trailing-regexp)
5544         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
5545         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
5546         (whitespace-space-after-tab-regexp, whitespace-line-column)
5547         (whitespace-display-mappings, global-whitespace-toggle-options)
5548         (whitespace-cleanup, whitespace-cleanup-region)
5549         (whitespace-interactive-char): Doc fixes.
5551 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
5553         * whitespace.el (global-whitespace-mode): Fix modeline lighter.
5554         When turning off the global mode, turn off the local modes too
5555         if whitespace is being unloaded.
5556         (whitespace-unload-function): New function.
5558 2008-02-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
5560         * vc.el (vc-update): Fix bug: Specify branch tip as
5561         vc-checkout REVISION.  Reported by Dan Nicolaescu.
5563 2008-02-01  Glenn Morris  <rgm@gnu.org>
5565         * info.el (bookmark-make-cell-function, bookmark-search-size)
5566         (bookmark-current-bookmark): Declare variables for compiler.
5567         (bookmark-buffer-file-name, bookmark-get-filename)
5568         (bookmark-get-front-context-string)
5569         (bookmark-get-rear-context-string, bookmark-get-position)
5570         (bookmark-get-info-node, bookmark-file-or-variation-thereof)
5571         (bookmark-jump-noselect): Declare functions for compiler.
5572         (Info-bookmark-make-cell): Fix argument list to match example of
5573         `bookmark-make-cell-for-text-file'.
5574         (Info-bookmark-jump): Don't require info inside info.el.
5576 2008-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
5578         * progmodes/verilog-mode.el (verilog-sk-prompt-msb)
5579         (verilog-sk-module, verilog-sk-function, verilog-sk-begin)
5580         (verilog-sk-if, verilog-sk-wire, verilog-sk-for)
5581         (verilog-sk-state-machine): Quote all calls to
5582         "auxiliary skeleton"s to prevent infloops.
5584 2008-02-01  Jason Rumney  <jasonr@gnu.org>
5586         * w32-fns.el: Partially revert 2007-11-10 change.
5588 2008-02-01  Martin Rudalics  <rudalics@gmx.at>
5590         * mail/rmail.el (rmail-highlight): Fix specification.
5591         Reported by pod <pod@herald.ox.ac.uk>.
5593 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5595         * image-mode.el (image-mode-current-vscroll)
5596         (image-mode-current-hscroll): Make buffer-local.
5597         (image-set-window-vscroll, image-set-window-hscroll): Simplify.
5598         (image-reset-current-vhscroll): Use the latest setting when displaying
5599         for the first time in a window.  Apply to all windows in the frame.
5600         (image-mode): Don't make image-mode-current-[vh]scroll buffer-local.
5602         * progmodes/grep.el (grep-compute-defaults):
5603         Don't mix up defaults for different connections to the same host.
5605 2008-01-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5607         * blank-mode.el: Rename to whitespace.el.
5609         * obsolete/whitespace.el: Rename to obsolete/old-whitespace.el.
5611 2008-01-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5613         * net/rcompile.el (remote-compile): Remove broken code.
5615 2008-01-31  Jason Rumney  <jasonr@gnu.org>
5617         * term/w32-win.el (image-library-alist): Prefer libxpm.dll.
5619 2008-01-31  Juanma Barranquero  <lekktu@gmail.com>
5621         * linum.el (linum-unload-function): New function.
5623 2008-01-30  Nick Roberts  <nickrob@snap.net.nz>
5625         * progmodes/gdb-ui.el (gdb-var-set-format-regexp): New constant.
5626         (gdb-var-set-format-handler): New function.
5627         (gdb-var-set-format): Use it.
5629 2008-01-30  Juanma Barranquero  <lekktu@gmail.com>
5631         * emacs-lisp/check-declare.el (check-declare-directory):
5632         * emacs-lisp/authors.el (authors): Use `find-program' and
5633         `grep-program' instead of hardcoded program names.
5635         * emacs-lisp/cl-loaddefs.el: Update.
5637 2008-01-30  Tassilo Horn  <tassilo@member.fsf.org>
5639         * info.el (Info-bookmark-make-cell, Info-bookmark-jump): New functions.
5640         Implement bookmark support the new make-cell/handler way.
5641         (Info-mode): Bind bookmark-make-cell-function to
5642         Info-bookmark-make-cell buffer locally.
5644 2008-01-30  Richard Stallman  <rms@gnu.org>
5646         * progmodes/etags.el (tags-query-replace): Delete unused optional args.
5647         Doc fix.
5649         * files.el (hack-local-variables): Don't query about fake variables.
5651 2008-01-30  Markus Triska  <markus.triska@gmx.at>
5653         * linum.el: New file.
5655 2008-01-29  Michael Albinus  <michael.albinus@gmx.de>
5657         * net/tramp.el (tramp-methods): Use "-H" option for "sudo".
5658         Suggested by Trent W. Buck <trentbuck@gmail.com>.  Make ("%h")
5659         a single element in "plinkx".
5660         (tramp-handle-shell-command): Reuse "*Async Shell Command*" or
5661         "*Shell Command Output*" buffers.  Check, whether there is already
5662         an asynchronous process running.  Display always the buffer of the
5663         asynchronous process.
5664         (tramp-compute-multi-hops): Adapt error message.
5666 2008-01-29  Alan Mackenzie  <acm@muc.de>
5668         * progmodes/cc-langs.el (c-specifier-key): Exclude "template"
5669         from this regexp; part of same fix as next change to cc-engine.el.
5671         * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5):
5672         Anchor the "{" of a template function correctly on "template", not the
5673         following "<".
5675         * progmodes/cc-defs.el (c-version): Increase to 5.31.5.
5677 2008-01-29  Tassilo Horn  <tassilo@member.fsf.org>
5679         * doc-view.el (doc-view-mode): Adapt to image-mode-current-vscroll
5680         and image-mode-current-hscroll being alists now.
5682         * image-mode.el (image-mode-current-vscroll)
5683         (image-mode-current-hscroll): Add doc strings.
5684         (image-set-window-vscroll, image-set-window-hscroll)
5685         (image-reset-current-vhscroll, image-mode): Adapt to
5686         image-mode-current-vscroll and image-mode-current-hscroll being
5687         alists now.
5689 2008-01-29  Martin Rudalics  <rudalics@gmx.at>
5691         * emacs-lisp/find-func.el (find-function-search-for-symbol):
5692         Strip extension from .emacs.el to make sure symbol is searched
5693         in .emacs too.
5695 2008-01-29  Tassilo Horn  <tassilo@member.fsf.org>
5697         * doc-view.el (doc-view-mode): Use facilities below to
5698         restore [vh]scroll when switching buffers.
5700         * image-mode.el (image-mode-current-vscroll)
5701         (image-mode-current-hscroll): New variables.
5702         (image-set-window-hscroll, image-set-window-vscroll): New functions.
5703         (image-forward-hscroll, image-next-line, image-bol, image-eol)
5704         (image-bob, image-eob): Use them.
5705         (image-reset-current-vhscroll): New function.
5706         (image-mode): Make new variables buffer-local and reset [vh]scroll
5707         on window configuration changes.
5709 2008-01-27  Nick Roberts  <nickrob@snap.net.nz>
5711         * progmodes/gdb-ui.el (gdb-create-define-alist): Don't call
5712         gdb-cpp-define-alist-program if file is nil (currently only
5713         " *partial-output-...").
5715 2008-01-27  Richard Stallman  <rms@gnu.org>
5717         * allout.el: Many doc fixes.
5718         (allout-encrypt-string): Fix error message.
5720 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
5722         * progmodes/etags.el (tags-query-replace): Doc fix.
5724 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
5726         * allout.el (allout-unload-function): New function.
5728 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
5730         * allout.el (allout-prefix-data): Doc fix.
5731         (allout-show-current-subtree): Reflow docstring.
5732         (allout-use-mode-specific-leader, allout-use-hanging-indents)
5733         (produce-allout-mode-map, allout-overlay-interior-modification-handler)
5734         (allout-next-heading, allout-previous-heading, allout-rebullet-heading)
5735         (allout-rebullet-topic, allout-rebullet-topic-grunt, allout-kill-topic)
5736         (allout-copy-topic-as-kill, allout-listify-exposed)
5737         (allout-process-exposed, allout-encrypted-key-info)
5738         (allout-update-passphrase-mnemonic-aids)
5739         (allout-next-topic-pending-encryption)
5740         (allout-tests-globally-true): Fix typos in docstrings.
5742 2008-01-23  Jason Rumney  <jasonr@gnu.org>
5744         * lpr.el (printer-name): Do not set on MS Windows.
5746 2008-01-28  Michael Albinus  <michael.albinus@gmx.de>
5748         * net/tramp.el (tramp-handle-shell-command): Use "/bin/sh -c" for
5749         the command.
5751 2008-01-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5753         * whitespace.el: Moved to obsolete dir.
5755         * blank-mode.el: New version 9.2.  Replace whitespace functions by
5756         aliases in blank-mode.
5757         (whitespace-buffer): New fun.
5758         (whitespace-region): Alias for whitespace-buffer, because there is no
5759         blank-region fun.
5760         (whitespace-cleanup): Alias for blank-cleanup.
5761         (whitespace-cleanup-region): Alias for blank-cleanup-region.
5763 2008-01-27  Juanma Barranquero  <lekktu@gmail.com>
5765         * server.el (server-log-time-function): Doc fix.
5766         (server-buffer): Fix typo in docstring.
5768 2008-01-27  Martin Rudalics  <rudalics@gmx.at>
5770         * view.el (view-buffer): Explain in doc-string why exit-action
5771         should not be set to kill-buffer.
5773         * arc-mode.el (archive-extract):
5774         * tar-mode.el (tar-extract): Use kill-buffer-if-not-modified as
5775         exit-action when viewing the buffer.
5777 2008-01-27  Dan Nicolaescu  <dann@ics.uci.edu>
5779         * add-log.el (change-log-search-file-name): Work harder to find
5780         the correct file name.
5781         (change-log-find-file): Fix typo.
5782         (change-log-start-entry-re): Move definition earlier.
5784 2007-01-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5786         * add-log.el (change-log-search-file-name, change-log-find-file):
5787         New function.
5788         (change-log-font-lock-keywords): Move file name matching ...
5789         (change-log-file-names-re): ... here.  New defconst.
5790         (change-log-mode-map): New binding C-c C-f to change-log-find-file.
5792 2008-01-27  Alan Mackenzie  <acm@muc.de>
5794         * progmodes/cc-awk.el, progmodes/cc-engine.el: Correct typos,
5795         enhance comments.
5797 2008-01-27  Michael Albinus  <michael.albinus@gmx.de>
5799         * net/tramp.el (tramp-compute-multi-hops): In case of su(do)?
5800         methods, the host name must be a local host.
5802 2008-01-27  Dan Nicolaescu  <dann@ics.uci.edu>
5804         * vc.el: Add TODO item about not defaulting to RCS.
5806         * server.el (server-process-filter): Check for non-nil before
5807         calling file-directory-p.
5809 2008-01-27  Alan Mackenzie  <acm@muc.de>
5811         * progmodes/cc-vars.el (c-hanging-braces-alist): New element for
5812         arglist-cont-nonempty.
5814         * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines
5815         for a brace with syntax arglist-cont-nonempty.
5817         * progmodes/cc-styles.el (c-style-alist): Add elements for
5818         arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python, awk).
5820 2008-01-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
5822         * button.el (define-button-type): Clarify type of NAME in docstring.
5824 2008-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5826         * server.el (server-buffer): New const.
5827         (server-log): New var.
5828         (server-log): Use them.
5829         (server-process-filter): (Try to) run the continuation in the same cwd
5830         as the client's.
5832 2008-01-26  Alan Mackenzie  <acm@muc.de>
5834         * progmodes/cc-defs.el (c-save-buffer-state):
5835         Bind buffer-file-name and buffer-file-truename to nil, to prevent
5836         primitives generating "buffer is read only" messages.
5838 2008-01-20  Ulf Jasper  <ulf.jasper@web.de>
5840         * calendar/icalendar.el (icalendar-version): Increase to "0.17".
5841         (icalendar-import-format): Doc fix.  Allow function type.
5842         (icalendar--read-element): Doc fix.
5843         (icalendar--parse-summary-and-rest): Doc fix.  Handle function
5844         type icalendar-import-format.  Make regexps non-greedy.
5845         (icalendar--format-ical-event): Handle function type
5846         icalendar-import-format.
5847         (icalendar-import-format-sample): New function.
5849 2008-01-26  Thien-Thi Nguyen  <ttn@gnuvola.org>
5851         * vc.el (vc-exec-after): For mode-line-process highlighting, if
5852         `compile' is not available, fall back to font-lock-warning-face.
5854 2008-01-26  Phil Sung  <psung@mit.edu>  (tiny change)
5856         * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so
5857         that the filename end is found even when the filename is empty.
5858         Fixes error and spurious newlines when marking files for deletion.
5860 2008-01-26  Martin Rudalics  <rudalics@gmx.at>
5862         * subr.el (find-tag-default): Simplify using exclusively
5863         skip-syntax-backward/-forward.
5865 2008-01-26  Michael Albinus  <michael.albinus@gmx.de>
5867         * vc.el (vc-directory, vc-update-change-log): Remove check for
5868         Tramp.  Both functions work for it, though pretty slow
5869         (`vc-directory').  Maybe the implementation can be optimized.
5871         * net/tramp.el (tramp-dissect-file-name): Raise an error when
5872         Tramp 2.0 syntax is used.
5873         Suggested by Trent W. Buck <trentbuck@gmail.com>.
5875 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
5877         * ls-lisp.el (ls-lisp-insert-directory): If -n switch is used,
5878         invoke directory-files-and-attributes with last argument `integer'
5879         instead of `string'.
5880         (insert-directory): Add -n to the list of supported switches
5881         mentioned in the doc string.
5883 2008-01-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5885         * blank-mode.el: New version 9.1.  Handle "long" line tail
5886         visualization.  Doc fix.
5887         (blank-line-length): Rename to blank-line-column.
5888         (blank-chars-value-list, blank-toggle-option-alist, blank-help-text):
5889         Initialization fix.
5890         (blank-replace-spaces-by-tabs): New fun.
5891         (blank-cleanup, blank-cleanup-region, blank-color-on): Code fix.
5893 2008-01-25  Richard Stallman  <rms@gnu.org>
5895         * subr.el (add-hook): Implement `permanent-local-hook' property.
5897         * loadhist.el (file-provides, file-requires): Push the filename right.
5899 2008-01-25  Martin Rudalics  <rudalics@gmx.at>
5901         * emacs-lisp/find-func.el (find-library): Wrap search for
5902         library name in condition-case to avoid reporting a scan-error.
5904 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
5906         * server.el (server-process-filter): Don't force
5907         the authentication string to be followed by "\n".
5909 2008-01-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5911         * blank-mode.el: New version 9.0.  New commands to clean up some blank
5912         problems like trailing blanks.  New faces and regexp for visualizing
5913         the blank problems.  Doc fix.
5914         (blank-chars, blank-global-modes, blank-chars-value-list)
5915         (blank-toggle-option-alist, blank-help-text): Initialization fix.
5916         (blank-indentation, blank-empty, blank-space-after-tab): New faces.
5917         (blank-indentation, blank-empty, blank-space-after-tab)
5918         (blank-indentation-regexp, blank-empty-at-bob-regexp)
5919         (blank-empty-at-eob-regexp, blank-space-after-tab-regexp): New options.
5920         (blank-cleanup, blank-cleanup-region): New commands.
5921         (blank-color-on): Code fix.
5923 2008-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
5925         * ibuffer.el (ibuffer-default-sorting-mode): Add option to sort by
5926         file name.
5927         (ibuffer-mode-map): Add binding to sort by file name.
5928         (ibuffer-filename/process-header-map): New variable.
5929         (filename-and-process): Add a header that sorts by file name.
5930         (ibuffer-mode): Mention sorting by file name.
5932         * ibuf-ext.el (filename/process): New sorter.
5934 2008-01-25  Sven Joachim  <svenjoac@gmx.de>
5936         * view.el (kill-buffer-if-not-modified): Don't pass t to
5937         buffer-modified-p.
5939 2008-01-24  Michael Albinus  <michael.albinus@gmx.de>
5941         * net/tramp.el (tramp-do-copy-or-rename-file): Flush the cache of
5942         the source file in case of `rename'.
5943         Reported by Pete Forman <pete.forman@westerngeco.com>.
5945 2008-01-24  Ken Manheimer  <ken.manheimer@gmail.com>
5947         * allout.el (allout-keybindings-list): In initial setting, express
5948         meta-prefixed allout keys as vectors instead of strings, since the
5949         string form is interpreted in some cases as composed key
5950         modifiers, eg, accented keys.
5952         (allout-line-boundary-regexp): Clarify description.
5954         (set-allout-regexp): Repair the expressions so that the formfeed
5955         part is identified as one of the top-level groups, and is
5956         included in all the forms, not just the -line-boundary-regexp one.
5958         (allout-prefix-data): Incorporate information from the various
5959         allout regexp's formfeed alternative group, when present.
5961         (allout-write-file-hook-handler): Rectify mangling of the error
5962         handling.  It was broken in 2007-12-06T19:56:41Z!deego@gnufans.org, where an `error'
5963         condition-case handler was apparently reformatted as if it was a
5964         call to the error function.  An apparent repair attempt in version
5965         1.101 situated the original body of the error handling code as
5966         bogus condition-case handlers.  I've returned to just about the
5967         working code that was originally there, removing an unnecessary -
5968         but benign - enclosing 'progn'.  \(Automated or cursory code fixes
5969         often aren't.)
5971         (allout-region-active-p): Fallback to value of mark-active if
5972         neither use-region-p nor region-active-p are present, for
5973         compatability with current and recent emacs major releases.
5975 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
5977         * textmodes/reftex-toc.el (reftex-toc-next, reftex-toc-previous)
5978         (reftex-toc-restore-region):
5979         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer)
5980         (reftex-index-phrases-apply-to-region):
5981         * textmodes/ispell.el (ispell-word):
5982         * progmodes/vhdl-mode.el (vhdl-keep-region-active):
5983         * progmodes/pascal.el (pascal-mark-defun):
5984         * progmodes/f90.el (f90-mark-subprogram, f90-indent-region)
5985         (f90-fill-region):
5986         * emulation/tpu-edt.el (tpu-set-mark):
5987         * emulation/crisp.el (crisp-region-active):
5988         * winner.el (winner-active-region):
5989         * ansi-color.el (ansi-color-set-extent-face): Use featurep instead
5990         of bound tests in order to resolve conditionals at compile time.
5992 2008-01-24  Juanma Barranquero  <lekktu@gmail.com>
5994         * delsel.el (delsel-unload-function): Don't use `remprop'; it is
5995         not autoloaded, and we wouldn't want to load CL just to unload
5996         delsel.el anyway.  Suggested by Martin Rudalics <rudalics@gmx.at>.
5998 2008-01-24  Martin Rudalics  <rudalics@gmx.at>
6000         * delsel.el (delete-selection-pre-hook): Avoid clearing out
6001         pre-command-hook when text is read-only.
6003 2008-01-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
6005         * vc.el (vc-process-filter): Do nothing if buffer not live.
6006         (vc-diff-finish): Rename from vc-diff-sentinel.
6007         No longer take REV1-NAME and REV2-NAME.
6008         Instead, take BUFFER-NAME.  Do nothing if buffer not live.
6009         Don't do window resize if no window displays buffer.
6010         (vc-diff-internal): Use vc-diff-finish.
6012         * vc.el (vc-next-action): Fix two instances of "free-var file" bug:
6013         In both cases, convert single call to one wrapped in dolist.
6015 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
6017         * vc.el: Add a TODO item about missing files.
6018         (vc-exec-after): Add a tooltip to the new mode-line item.
6020 2008-01-24  Glenn Morris  <rgm@gnu.org>
6022         * t-mouse.el (gpm-mouse-start): Declare as a function.
6024 2008-01-23  Michael Albinus  <michael.albinus@gmx.de>
6026         * net/tramp.el (tramp-remote-process-environment): Set "LC_ALL=C".
6027         (tramp-end-of-output): Add `tramp-rsh-end-of-line' into the regexp.
6028         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
6029         Don't send `tramp-rsh-end-of-line' additionally, when setting the
6030         prompt.
6031         (tramp-wait-for-output): Distinguish different prompt formats.
6032         (tramp-get-test-nt-command): Don't check for "\n" in the prompt.
6033         (tramp-local-host-p): Check whether temp directory is writable.
6035 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
6037         * vc.el: Add TODO items.
6039 2008-01-23  Carsten Dominik  <dominik@science.uva.nl>
6041         * replace.el (occur-mode-find-occurrence-hook): New hook that can
6042         be used to reveal or highlight the location of a match.
6043         (occur-mode-goto-occurrence, occur-mode-goto-occurrence-other-window)
6044         (occur-mode-display-occurrence): Run `occur-mode-find-occurrence-hook'.
6046 2008-01-23  Martin Rudalics  <rudalics@gmx.at>
6048         * progmodes/hideif.el (hide-ifdef-shadow): Add version number
6049         for defcustom.
6050         (hide-ifdef-shadow): Add version number for defface.
6052 2008-01-23  Glenn Morris  <rgm@gnu.org>
6054         * textmodes/org.el (org-export-latex-cleaned-string): Fix declaration.
6056 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
6058         * progmodes/sh-script.el (sh-basic-offset):
6059         * progmodes/cc-vars.el (c-syntactic-indentation)
6060         (c-syntactic-indentation-in-macros): Mark as safe.
6062 2008-01-23  Richard Stallman  <rms@gnu.org>
6064         * icomplete.el (icomplete-get-keys):
6065         Look up KEYS using all maps in proper buffer.
6067 2008-01-23  Juanma Barranquero  <lekktu@gmail.com>
6069         * frame.el (display-mm-height, display-mm-width):
6070         * whitespace.el (whitespace-check-leading-whitespace)
6071         (whitespace-check-trailing-whitespace)
6072         (whitespace-check-spacetab-whitespace)
6073         (whitespace-check-indent-whitespace)
6074         (whitespace-check-ateol-whitespace):
6075         * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring.
6077 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
6079         * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
6080         after-save-hook so that it is not called multiple times.
6082         * vc-svn.el (vc-svn-resolve-when-done): Likewise.
6084 2008-01-23  Eli Zaretskii  <eliz@gnu.org>
6086         * view.el (view-file-other-window, view-file-other-frame):
6087         Don't kill the buffer if it is modified.  Doc fixes.
6088         (kill-buffer-if-not-modified): New function.
6089         (view-file): Don't kill the buffer if it is modified.
6091         * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete.
6092         (ebrowse-view/find-file-and-search-pattern):
6093         Call view-file-other-window instead of ebrowse-view-file-other-window.
6094         (ebrowse-view-file-other-frame): Don't call
6095         current-window-configuration.  Fix second argument in the call to
6096         view-mode-enter.  Doc fix.
6098 2008-01-23  Richard Stallman  <rms@gnu.org>
6100         * subr.el (atomic-change-group): Prevent undo list truncation.
6102 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
6104         * files.el (safe-local-eval-forms):
6105         Mark (add-hook 'write-file-hooks 'time-stamp) as safe.
6107 2008-01-23  Nick Roberts  <nickrob@snap.net.nz>
6109         * comint.el (comint-insert-input): Set point first.
6111         * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
6112         session doesn't hang because gdb-pending-triggers is non-nil.
6113         (gdb-frame-handler): Use buffer-file-name instead of
6114         buffer-name in case of duplicate file names.
6116 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
6118         * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
6119         C-M-e and C-M-h for emacs, they work by default.
6120         (verilog-emacs-features): Remove.
6121         (verilog-setup-dual-comments, verilog-populate-syntax-table):
6122         Remove.  Move syntax table initialization ...
6123         (verilog-mode-syntax-table): ... here.
6124         (verilog-mode): Don't initialize the syntax table here.
6125         (verilog-mark-defun): Only do something useful for XEmacs, Emacs
6126         does not need it.
6128 2008-01-23  Wilson Snyder  <wsnyder@wsnyder.org>
6130         * progmodes/verilog-mode.el (verilog-booleanp): New function for
6131         backward compatibility.  Replace all uses of booleanp with
6132         verilog-booleanp.
6134 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
6136         * vc-hg.el (vc-hg-diff): Don't pass an empty string.
6138 2008-01-23  Wilson Snyder  <wsnyder@wsnyder.org>
6140         * progmodes/verilog-mode.el (top-level): Fix spacing.
6141         (verilog-mode-version, verilog-mode-release-date):
6142         Update version number.
6143         (verilog-mode-release-emacs): New variable.
6144         (compile-command, reporter-prompt-for-summary-p):
6145         Define for byte compiler.
6146         (verilog-startup-message-lines, verilog-startup-message-displayed)
6147         (verilog-display-startup-message): Remove.
6148         (verilog-highlight-p1800-keywords): Improve docstring.
6149         (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
6150         (vector-skip-list): Only defvar at compile time.
6151         (verilog-highlight-translate-off, verilog-indent-level)
6152         (verilog-indent-level-module, verilog-indent-level-declaration)
6153         (verilog-indent-declaration-macros, verilog-indent-lists)
6154         (verilog-indent-level-behavioral, verilog-indent-level-directive)
6155         (verilog-cexp-indent, verilog-case-indent, verilog-auto-newline)
6156         (verilog-auto-indent-on-newline, verilog-tab-always-indent)
6157         (verilog-tab-to-comment, verilog-indent-begin-after-if)
6158         (verilog-align-ifelse, verilog-minimum-comment-distance)
6159         (verilog-auto-lineup, verilog-highlight-p1800-keywords)
6160         (verilog-auto-endcomments, verilog-auto-read-includes)
6161         (verilog-auto-star-expand, verilog-auto-star-save)
6162         (verilog-library-flags, verilog-library-directories)
6163         (verilog-library-files, verilog-library-extensions)
6164         (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
6165         (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
6166         (verilog-assignment-delay, verilog-auto-inst-vector)
6167         (verilog-auto-inst-template-numbers, verilog-auto-input-ignore-regexp)
6168         (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
6169         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
6170         Add safe-local-variable properties.
6171         (verilog-statement-menu, verilog-company, verilog-re-search-forward)
6172         (verilog-re-search-backward, verilog-error-regexp-add)
6173         (verilog-end-block-re, verilog-emacs-features)
6174         (verilog-populate-syntax-table, verilog-setup-dual-comments)
6175         (verilog-type-font-keywords, verilog-inside-comment-p)
6176         (electric-verilog-backward-sexp, verilog-backward-sexp)
6177         (verilog-forward-sexp, verilog-font-lock-init, verilog-mode)
6178         (electric-verilog-terminate-line, electric-verilog-semi)
6179         (electric-verilog-tab, verilog-insert-1, verilog-insert-indices)
6180         (verilog-generate-numbers, verilog-comment-region, verilog-label-be)
6181         (verilog-beg-of-statement, verilog-in-case-region-p)
6182         (verilog-in-struct-region-p, verilog-in-generate-region-p)
6183         (verilog-in-fork-region-p, verilog-backward-case-item)
6184         (verilog-set-auto-endcomments, verilog-get-expr)
6185         (verilog-expand-vector-internal, verilog-surelint-off)
6186         (verilog-batch-execute-func, verilog-calculate-indent)
6187         (verilog-calc-1, verilog-calculate-indent-directive)
6188         (verilog-leap-to-head, verilog-continued-line)
6189         (verilog-backward-token, verilog-backward-syntactic-ws)
6190         (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
6191         (verilog-forward-ws&directives, verilog-at-constraint-p)
6192         (verilog-skip-backward-comments, verilog-indent-line-relative)
6193         (verilog-do-indent, verilog-indent-comment, verilog-more-comment)
6194         (verilog-pretty-declarations, verilog-pretty-expr)
6195         (verilog-just-one-space, verilog-indent-declaration)
6196         (verilog-get-completion-decl, verilog-goto-defun, verilog-showscopes)
6197         (verilog-header, verilog-signals-combine-bus, verilog-read-decls)
6198         (verilog-read-always-signals-recurse, verilog-read-instants)
6199         (verilog-read-auto-template, verilog-set-define)
6200         (verilog-read-defines, verilog-read-signals, verilog-getopt)
6201         (verilog-is-number, verilog-expand-dirnames, verilog-modi-lookup)
6202         (verilog-modi-cache-results, verilog-insert-one-definition)
6203         (verilog-make-width-expression, verilog-delete-autos-lined)
6204         (verilog-auto-save-check, verilog-auto-arg, verilog-auto-inst-port)
6205         (verilog-auto-inst, verilog-auto-inst-param, verilog-auto-reg)
6206         (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
6207         (verilog-auto-output-every, verilog-auto-input, verilog-auto-inout)
6208         (verilog-auto-inout-module, verilog-auto-sense, verilog-auto-reset)
6209         (verilog-auto-tieoff, verilog-auto-unused, verilog-auto-ascii-enum)
6210         (verilog-auto, verilog-sk-define-signal, verilog-mode-mouse-map)
6211         (verilog-load-file-at-mouse, verilog-load-file-at-point)
6212         (verilog-library-files): Cleanup spacing of )'s they should not be
6213         on unique lines.  Fix checkdoc warnings.
6215 2008-01-22  Glenn Morris  <rgm@gnu.org>
6217         * progmodes/hideif.el (hide-ifdef-initially, hide-ifdef-read-only)
6218         (hide-ifdef-lines, hide-ifdef-shadow): Remove autoload cookies
6219         from defcustoms.
6220         (hide-ifdef-shadow): Remove autoload cookie from defface.
6222         * vc.el (vc-diff-sentinel): Do not write a footer if there were
6223         differences.
6225 2008-01-21  Reiner Steib  <Reiner.Steib@gmx.de>
6227         * pcvs-defs.el (cvs-menu): Improve cvs-mode-find-file,
6228         cvs-mode-find-file-other-window.  Add cvs-mode-diff-yesterday and
6229         manual entry.
6231 2008-01-21  Michael Albinus  <michael.albinus@gmx.de>
6233         * net/dbus.el (dbus-ignore-errors): New macro.
6234         (dbus-unregister-object): New defun.  Moved from dbusbind.c.
6235         (dbus-handle-event, dbus-list-activatable-names, dbus-list-names)
6236         (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect)
6237         (dbus-get-signatures): Apply `dbus-ignore-errors'.
6239 2008-01-21  Martin Rudalics  <rudalics@gmx.at>
6241         * outline.el (outline-up-heading): Fix check for top level to
6242         avoid infinite looping in hide-other.
6244 2008-01-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6246         * vc.el (vc-process-sentinel): After calling the previous
6247         sentinel, do nothing if the process' buffer is not live.
6249 2008-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6251         * blank-mode.el: Fix a problem of cleaning blank faces when turning off
6252         blank-mode in some buffers (like *info* buffers).  Reported by Juanma
6253         Barranquero <lekktu@gmail.com>.  Eliminate `-face' suffix of all
6254         blank-mode faces.  Doc fix.  New version 8.1.
6255         (blank-turn-on, blank-turn-off): Replace (and CONDITION BODY) by (when
6256         CONDITION BODY).
6257         (blank-space-face): Face/option name replaced by blank-space.
6258         (blank-hspace-face): Face/option name replaced by blank-hspace.
6259         (blank-tab-face): Face/option name replaced by blank-tab.
6260         (blank-newline-face): Face/option name replaced by blank-newline.
6261         (blank-trailing-face): Face/option name replaced by blank-trailing.
6262         (blank-line-face): Face/option name replaced by blank-line.
6263         (blank-space-before-tab-face): Face/option name replaced by
6264         blank-space-before-tab.
6265         (blank-color-on, blank-color-off, blank-display-char-on): Fix code.
6267 2008-01-21  Juanma Barranquero  <lekktu@gmail.com>
6269         * blank-mode.el (blank-style, blank-chars, blank-hspace-regexp)
6270         (blank-space-regexp, blank-tab-regexp, blank-trailing-regexp)
6271         (blank-space-before-tab-regexp, blank-global-modes, blank-mode)
6272         (global-blank-mode): Doc fixes.
6273         (blank, blank-space-face, blank-hspace-face, blank-tab-face)
6274         (blank-newline-face, blank-trailing-face, blank-line-face)
6275         (blank-space-before-tab-face, blank-display-mappings)
6276         (blank-chars-value-list, blank-style-value-list, blank-toggle-options)
6277         (global-blank-toggle-options, blank-help-text, blank-interactive-char)
6278         (blank-turn-on, blank-turn-off, blank-color-on, blank-color-off):
6279         Fix typos in docstrings.
6281 2008-01-21  Juanma Barranquero  <lekktu@gmail.com>
6283         * server.el (server-log-time-function): New variable.
6284         (server-log): Use it.
6286 2008-01-21  Glenn Morris  <rgm@gnu.org>
6288         * progmodes/hideif.el: Move defcustoms and defface to start of file.
6290         * textmodes/org.el (org-entry-properties): Let-bind `clocksum'.
6292 2008-01-21  Juanma Barranquero  <lekktu@gmail.com>
6294         * textmodes/org.el (org-unmodified, org-cycle-emulate-tab)
6295         (org-descriptive-links, org-link-file-path-type)
6296         (org-remember-use-refile-when-interactive)
6297         (org-agenda-skip-timestamp-if-done, org-agenda-scheduled-leaders)
6298         (org-export-ascii-bullets, org-agenda-deadline-faces)
6299         (turn-on-orgstruct++, orgtbl-to-texinfo, org-mhe-get-header)
6300         (org-batch-agenda, org-batch-agenda-csv, org-fix-agenda-info)
6301         (org-kill-note-or-show-branches): Fix typos in docstrings.
6303 2008-01-20  Thien-Thi Nguyen  <ttn@gnuvola.org>
6305         * vc.el (vc-process-sentinel): Set mode-line-process.
6306         (vc-exec-after): Likewise, for the `run' process status.
6308 2008-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6310         * ibuffer.el (ibuffer-mode): Fix last change.
6312 2008-01-20  Dan Nicolaescu  <dann@ics.uci.edu>
6314         * vc-hg.el (vc-hg-registered):
6315         * vc-svn.el (vc-svn-registered): Make it work for non-existent files.
6317 2008-01-20  Martin Rudalics  <rudalics@gmx.at>
6319         * repeat.el (repeat-undo-count): New variable.
6320         (repeat): For self-insertions make undo boundary only after 20
6321         repetitions.  Inhibit point recording unless repeat-repeat-char is nil.
6323 2008-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
6325         * net/imap.el (imap-ping-server): New variable.
6326         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6327         (imap-ping-server): Minor doc string fixes.
6329 2008-01-19  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6331         * net/imap.el (imap-ping-server): New function.
6332         (imap-opened): Call imap-ping-server.
6334 2008-01-20  Glenn Morris  <rgm@gnu.org>
6336         * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
6337         prevent infloops.
6339 2008-01-20  Martin Svenson  <phromo@gmail.com>  (tiny change)
6341         * progmodes/python.el (python-imports): Default to "None".
6343 2008-01-19  Tom Tromey  <tromey@redhat.com>
6345         * vc-svn.el (vc-svn-after-dir-status): New function.
6346         (vc-svn-dir-status): Run svn asynchronously.
6348 2008-01-19  Martin Rudalics  <rudalics@gmx.at>
6350         * progmodes/hideif.el (hide-ifdef-shadow): New option.
6351         (hide-ifdef-shadow): New face.
6352         (hide-ifdef-toggle-shadowing): New function to toggle between
6353         shadowing and making code invisible.
6354         (hide-ifdef-mode-submap): Add binding for hide-ifdef-toggle-shadowing.
6355         (hide-ifdef-mode-menu): Add entry for hide-ifdef-toggle-shadowing.
6356         (hide-ifdef-region-internal): Give new overlay hide-ifdef
6357         property.  Shadow text when hide-ifdef-shadow is non-nil.
6358         (hif-show-ifdef-region): Remove overlays with hide-ifdef property set.
6359         (hif-hide-line): Use when instead of if.
6360         (hide-ifdef-initially, hide-ifdef-read-only, hide-ifdef-lines):
6361         Remove unneeded * from doc-strings.
6363 2008-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6365         * doc-view.el (doc-view-goto-page): Don't move point any more, now that
6366         the hscroll behavior was fixed.
6367         (doc-view-mode): Disable auto-hscroll-mode.
6369 2008-01-18  Tom Tromey  <tromey@redhat.com>
6371         * vc-svn.el (vc-svn-dir-status): New function.
6373 2008-01-18  Dan Nicolaescu  <dann@ics.uci.edu>
6375         * vc.el: Make vc-status asynchronous.
6376         (vc-update-vc-status-buffer): New function broken out of ...
6377         (vc-status-refresh): ... here.  Pass vc-update-vc-status-buffer to
6378         the dir-status backend function.
6380         * vc-hg.el (vc-hg-dir-status): Compute the status asynchronously.
6381         Move the output processing to ...
6382         (vc-hg-after-dir-status): ... here.  Call the function passed as
6383         an argument with the results.
6385 2008-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6387         * doc-view.el (doc-view-pdf/ps->png): Make sure we a have a valid cwd.
6388         (doc-view-insert-image): Do something if the image is missing.
6389         (doc-view-mode): Don't use file-remote-p.
6391 2008-01-18  Bastien Guerry  <Bastien.Guerry@ens.fr>
6393         * textmodes/org-export-latex.el (org-export-latex-cleaned-string): Fix.
6394         (org-export-latex-special-chars): Convert "..." in \ldots
6395         and skip tables.
6396         (org-export-latex-fontify-headline): Change parameter name.
6397         (org-export-as-latex): Handle export of subtrees.
6398         (org-export-latex-make-header): New argument TITLE.
6399         (org-export-latex-content): New argument EXCLUDE-LIST.
6400         (org-list-parse-list): New name for org-export-latex-parse-list.
6401         (org-export-latex-make-header): New name for
6402         org-export-latex-make-preamble.
6403         (org-list-to-generic): New name of org-export-list-to-generic.
6404         (org-list-to-latex): New name of org-export-list-to-latex.
6405         (org-list-item-begin, org-list-end, org-list-insert-radio-list)
6406         (org-list-send-list, org-list-to-texinfo)
6407         (org-list-to-html): New functions.
6408         (org-export-latex-tables-column-borders)
6409         (org-export-latex-default-class, org-export-latex-classes)
6410         (org-export-latex-classes-sectioning)
6411         (org-list-radio-list-templates): New options.
6412         (org-export-latex-header): New variable.
6413         (org-latex-entities): New constant.
6414         (org-export-latex-default-sectioning, org-export-latex-preamble)
6415         (org-export-latex-prepare-text-option)
6416         (org-export-latex-get-sectioning): Remove.
6418 2008-01-18  Carsten Dominik  <dominik@science.uva.nl>
6420         * textmodes/org-publish.el (org-publish-current-project):
6421         Fix bug with forcing publication.
6423         * textmodes/org.el (org-export-with-special-strings): New option.
6424         (org-export-html-convert-special-strings): New function.
6425         (org-html-do-expand): `org-export-html-convert-special-strings'
6426         added to the list of conversion.
6427         (org-infile-export-plist, org-get-current-options): Add support
6428         for "-" in the #+OPTION line to let user switch on/off special
6429         strings conversion.
6430         (org-export-plist-vars): New :html-table-tag property.
6431         (org-export-as-html, org-format-org-table-html)
6432         (org-format-table-table-html) Use the :html-table-tag property
6433         instead of the `org-export-html-table-tag' global value.
6434         (org-additional-option-like-keywords): Add "TBLFM".
6435         (org-entry-properties): Include the CLOCKSUM special property.
6436         (org-columns-edit-value): Do not allow to edit the special
6437         CLOCKSUM property.
6438         (org-flag-drawer): Use the original value of `outline-regexp'.
6439         (org-remember-handler): Add invisible-ok flag to call to
6440         `org-end-of-subtree'.
6441         (org-agenda-highlight-todo): Respect
6442         `org-agenda-todo-keyword-format'.
6443         (org-agenda-todo-keyword-format): New option.
6444         (org-infile-export-plist): No restriction while searching for options.
6445         (org-remember-handler): Remove comments at the end of the buffer.
6446         (org-remember-use-refile-when-interactive): New option.
6447         (org-table-sort-lines): Make sure sorting works on link
6448         descritions only, and ignores the link.
6449         (org-sort-entries-or-items): Make sure the end of the subtree is
6450         included.
6451         (org-refile-use-outline-path): New allowed values `file' and
6452         `full-file-path'.
6453         (org-get-refile-targets): Respect new values for
6454         `org-refile-use-outline-path'.
6455         (org-agenda-get-restriction-and-command): DEL goes back to initial list.
6456         (org-export-as-xoxo): Restore point when done.
6457         (org-open-file): Allow multiple %s in command.
6458         (org-clock-in-switch-to-state): New option.
6459         (org-first-list-item-p): New function.
6460         (org-last-remember-storage-locations): New variable.
6461         (org-get-refile-targets): Interpret the new maxlevel setting.
6462         (org-refile-targets): New option `:maxlevel'.
6463         (org-copy-subtree): Include empty lines before but not after subtree.
6464         (org-back-over-empty-lines, org-skip-whitespace): New functions.
6465         (org-move-item-down, org-move-item-up): Include empty lines before
6466         but not after item.
6467         (org-first-sibling-p): New function.
6468         (org-remember-apply-template): Defaults, completions and history
6469         for template prompts.  Also, interpret new `%!' escape.
6470         (org-context-choices): New constant.
6471         (org-bound-and-true-p): New macro.
6472         (org-imenu-depth): New option.
6473         (org-imenu-markers): New variable.
6474         (org-imenu-new-marker, org-imenu-get-tree)
6475         (org-speedbar-set-agenda-restriction): New functions.
6476         (org-agenda-set-restriction-lock)
6477         (org-agenda-remove-restriction-lock)
6478         (org-agenda-maybe-redo): New functions.
6479         (org-agenda-restriction-lock): New face.
6480         (org-agenda-restriction-lock-overlay)
6481         (org-speedbar-restriction-lock-overlay): New variables.
6482         (org-open-at-point): Remove obsolete way to do redirection in
6483         shell links.
6484         (org-imenu-and-speedbar): New customization group.
6485         (org-entry-properties): Return keyword-less time strings.
6486         (org-clock-heading-function): New option.
6487         (org-clock-in): Use `org-clock-heading-function'.
6488         (org-calendar-holiday): Try to use `calendar-check-holidays'
6489         instead of the obsolete `check-calendar-holidays'.
6490         (org-export-html-special-string-regexps): New constant.
6491         (org-massive-special-regexp): New variable.
6492         (org-compute-latex-and-specials-regexp)
6493         (org-do-latex-and-special-faces): New functions.
6494         (org-latex-and-export-specials): New face.
6495         (org-highlight-latex-fragments-and-specials): New option.
6496         (org-link-escape-chars): Use characters instead of strings.
6497         (org-link-escape-chars-browser, org-link-escape)
6498         (org-link-unescape): Use characters instead of strings.
6499         (org-export-html-convert-sub-super, org-html-do-expand): Check for
6500         protected text.
6501         (org-emphasis-alist): Additional `verbatim' flag.
6502         (org-set-emph-re): Handle the verbatim flag and compute
6503         `org-verbatim-re'.
6504         (org-cleaned-string-for-export): Protect verbatim elements.
6505         (org-verbatim-re): New variable.
6506         (org-hide-emphasis-markers): New option.
6507         (org-additional-option-like-keywords): Add new keywords.
6508         (org-get-entry): Rename from `org-get-cleaned-entry'.
6509         (org-icalendar-cleanup-string): New function for quoting icalendar text.
6510         (org-agenda-skip-scheduled-if-done): New option.
6511         (org-agenda-get-scheduled, org-agenda-get-blocks): Use
6512         `org-agenda-skip-scheduled-if-done'.
6513         (org-prepare-agenda-buffers): Allow buffers as arguments.
6514         (org-entry-properties): Add CATEGORY as a special property.
6515         (org-use-property-inheritance): Allow a list of properties as a value.
6516         (org-eval-in-calendar): No longer update the prompt.
6517         (org-read-date-popup-calendar): Rename from
6518         `org-popup-calendar-for-date-prompt'.
6519         (org-read-date-display-live): New variable.
6520         (org-read-date-display): New function.
6521         (org-read-date-analyze): New function.
6522         (org-remember-apply-template): Define `remember-finalize' if it is
6523         not yet defined.
6524         (org-remember-insinuate): New function.
6525         (org-read-date-prefer-future): New option.
6526         (org-read-date): Respect the setting of
6527         `org-read-date-prefer-future'.  Use `org-read-date-analyze'.
6528         (org-set-font-lock-defaults): Use `org-archive-tag' instead of a
6529         hardcoded string.
6530         (org-remember-apply-template): Use `remember-finalize' instead of
6531         `remember-buffer'.
6532         (org-columns-compute, org-column-number-to-string)
6533         (org-columns-uncompile-format, org-columns-compile-format)
6534         (org-columns-compile-format): Handle printf format specifier.
6535         (org-columns-new, org-column-number-to-string)
6536         (org-columns-uncompile-format, org-columns-compile-format):
6537         Support for new currency summary type.
6538         (org-tree-to-indirect-buffer): Do not kill old buffer when
6539         `org-indirect-buffer-display' is `new-frame'.
6540         (org-indirect-buffer-display): Document that `new-frame' leads to
6541         indiret buffer proliferation.
6542         (org-agenda-list): Use `org-extend-today-until'.
6543         (org-extend-today-until): New option.
6544         (org-format-org-table-html): Use lower-case for <col> tag.
6545         (org-agenda-execute): New command.
6546         (org-agenda-mode-map): Keybindings of "g" "G", "e" modified.
6547         (org-select-remember-template): New function.
6548         (org-remember-apply-template): Use `org-select-remember-template'.
6549         (org-go-to-remember-target): New function.
6551 2008-01-18  Dan Nicolaescu  <dann@ics.uci.edu>
6553         * vc.el: Add a TODO note about vc-state.
6554         (vc-next-action): Register 'unregistered and 'ignored files.
6555         Use when and unless instead of if where appropriate.
6556         (vc-start-entry): Fix typo.
6557         (vc-status): Autoload it.
6559 2008-01-18  Glenn Morris  <rgm@gnu.org>
6561         * ffap.el (ffap-alist): Remove space from RFC regexp.
6563 2008-01-18  Richard Stallman  <rms@gnu.org>
6565         * custom.el (custom-theme-recalc-face): Use face-spec-set rather
6566         than face-spec-recalc.
6568 2008-01-18  Glenn Morris  <rgm@gnu.org>
6570         * ibuffer.el (ibuffer-mode): Fix typo in previous change.
6572 2008-01-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6573             Miles Bader  <miles@gnu.org>
6575         * blank-mode.el: New file.  Minor mode to visualise (HARD) SPACE,
6576         TAB, NEWLINE.  Miles Bader <miles@gnu.org> wrote the original code
6577         for handling display table (via visws.el package), his code was
6578         modified, but the main idea was kept.
6580 2008-01-17  Glenn Morris  <rgm@gnu.org>
6582         * ibuf-ext.el (ibuffer-auto-mode, ibuffer-save-filter-groups)
6583         (ibuffer-save-filters): Remove calls to deleted
6584         ibuffer-update-mode-name.
6586 2008-01-16  Martin Rudalics  <rudalics@gmx.at>
6588         * longlines.el (longlines-mode, longlines-show-region)
6589         (longlines-unshow-hard-newlines): Bind buffer-file-name and
6590         buffer-file-truename to nil while modifying buffer.
6592         * cus-edit.el (custom-reset-standard-variables-list)
6593         (custom-reset-standard-faces-list): New variables.
6594         (custom-reset-standard-save-and-update): New function.
6595         (Custom-save): Apply custom-mark-to-save before and
6596         custom-state-set-and-redraw after saving options.
6597         (Custom-reset-standard): Apply custom-mark-to-reset-standard to
6598         options and call custom-reset-standard-save-and-update.
6599         (custom-variable, custom-face, custom-group): Provide new
6600         entries for custom-mark-to-save, custom-mark-to-reset-standard,
6601         and custom-state-set-and-redraw.
6602         (custom-variable-mark-to-save)
6603         (custom-variable-state-set-and-redraw)
6604         (custom-variable-mark-to-reset-standard)
6605         (custom-face-mark-to-save, custom-face-state-set-and-redraw)
6606         (custom-face-mark-to-reset-standard)
6607         (custom-group-mark-to-save, custom-group-state-set-and-redraw)
6608         (custom-group-mark-to-reset-standard): New functions.
6609         (custom-variable-save): Move save, state-set, and redraw
6610         functionality to custom-variable-mark-to-save.
6611         (custom-face-save): Move save, state-set, and redraw
6612         functionality to custom-face-mark-to-save.
6613         (custom-group-save): Move save, state-set, and redraw
6614         functionality to custom-group-mark-to-save.
6615         (custom-variable-reset-standard, custom-face-reset-standard)
6616         (custom-group-reset-standard): Move save, state-set, and redraw
6617         functionality to custom-reset-standard-save-and-update.
6619         (custom-buffer-create-internal): Fix text in verbose help.
6620         (custom-face-value-create): Indent doc-strings of faces like
6621         those of variables.
6623 2008-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6625         * server.el (server-process-filter): Replace lineno and columnnno
6626         which defaulted to 1&0 with filepos which defaults to nil.
6627         (server-goto-line-column): Only receive the filepos.
6628         Only move if filepos is non-nil.
6629         (server-visit-files): Slight restructure to consolidate two calls to
6630         server-goto-line-column into just one.
6632         * nxml/nxml-mode.el (nxml-mode): Use mode-line-process to indicate
6633         the use of degraded mode.
6634         (nxml-degrade): Don't change mode-name.
6636         * nxml/rng-nxml.el (rng-nxml-mode-init):
6637         Don't overwrite mode-line-process.
6639         * ibuffer.el (mode): Pass the buffer to format-mode-line.
6640         (ibuffer-update-mode-name): Remove.
6641         (ibuffer-redisplay, ibuffer-update, ibuffer-mode): Don't call it.
6642         (ibuffer-mode): Use mode-line-process instead.
6644         * ibuf-ext.el (ibuffer-auto-update-changed, ibuffer-auto-mode):
6645         Use derived-mode-p.
6646         (ibuffer-mark-by-mode-regexp): Pass the buffer to format-mode-line.
6648         * help.el (describe-mode): Pass the right buffer to format-mode-line.
6650 2008-01-16  Glenn Morris  <rgm@gnu.org>
6652         * comint.el (comint-regexp-arg): Fix no-input case.
6654 2008-01-16  Dan Nicolaescu  <dann@ics.uci.edu>
6656         * smerge-mode.el (smerge-start-session): Rename from smerge-auto.
6657         * pcvs.el (cvs-revert-if-needed):
6658         * vc.el (vc-maybe-resolve-conflicts): Rename callers.
6660         * vc-svn.el (vc-svn-find-file-hook):
6661         * vc-arch.el (vc-arch-find-file-hook): Undo previous change.
6663 2008-01-16  Ulf Jasper  <ulf.jasper@web.de>
6665         * calendar/icalendar.el (icalendar-version): Increase to 0.16.
6666         (icalendar-export-file, icalendar-import-file):
6667         Restore significant trailing whitespace in `interactive' prompts.
6669 2008-01-16  Tom Tromey  <tromey@redhat.com>
6671         * calendar/icalendar.el (icalendar--convert-tz-offset)
6672         (icalendar--parse-vtimezone, icalendar--convert-all-timezones)
6673         (icalendar--find-time-zone): New functions.
6674         (icalendar--decode-isodatetime): Add `zone' argument, passed to
6675         `decode-time'.  Doc fix.
6676         (icalendar--convert-ical-to-diary): Compute zone-map.
6677         Pass timezone to icalendar--decode-isodatetime.
6679 2008-01-16  Alan Mackenzie  <acm@muc.de>
6681         * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside
6682         an eval-and-compile, so as to permit byte-compiling (e.g. in
6683         bootstrap).
6685 2008-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6687         * emacs-lisp/easymenu.el (easy-menu-avoid-duplicate-keys): New var.
6688         (easy-menu-create-menu, easy-menu-convert-item-1): Use it to avoid
6689         using the same key for different menu entries.
6691         * smerge-mode.el (smerge-refine): Also work on "same change conflicts".
6692         (smerge-makeup-conflict): New command.
6694 2008-01-15  Thien-Thi Nguyen  <ttn@gnuvola.org>
6696         * log-edit.el (log-edit): Doc fix.
6698 2008-01-15  Glenn Morris  <rgm@gnu.org>
6700         * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
6702 2008-01-14  Alan Mackenzie  <acm@muc.de>
6704         * progmodes/cc-vars.el (c-constant-symbol): New function which
6705         supersedes c-const-symbol.  During a customize-.. call it enables
6706         an element of (e.g.) c-hanging-braces alist to have its name
6707         displayed, even when the default value of c-h-b etc. doesn't
6708         include the elemnt.  Replace uses of the old function by the new.
6710         * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
6711         obscure non-working fragment ":value c-".
6713 2008-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6715         * abbrev.el (clear-abbrev-table): Can't pass a symbol to intern.
6717 2008-01-14  Michael Albinus  <michael.albinus@gmx.de>
6719         * net/tramp.el (tramp-local-host-p): Use `tramp-file-name-host'
6720         instead of `tramp-file-name-real-host'.
6722         * net/trampver.el: Update release number.
6724 2008-01-14  Alan Mackenzie  <acm@muc.de>
6726         * progmodes/cc-engine.el (c-guess-basic-syntax): Prevent a macro
6727         call inside a struct being recognised as a K&R argument.
6729 2008-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6731         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6732         Accept "fatal error" from MSFT.
6733         Reported by Jared Finder <jfinder@crypticstudios.com>.
6735 2008-01-14  Dan Nicolaescu  <dann@ics.uci.edu>
6737         * smerge-mode.el (smerge-auto): New function.
6738         * vc-svn.el (vc-svn-find-file-hook):
6739         * vc-arch.el (vc-arch-find-file-hook):
6740         * pcvs.el (cvs-revert-if-needed):
6741         * vc.el (vc-maybe-resolve-conflicts): Use it instead of vc-mode.
6742         (top-level): Add a Todo list.
6744 2008-01-13  Dan Nicolaescu  <dann@ics.uci.edu>
6746         * vc.el (vc-update): Resolve conflicts if necessary instead of
6747         just updating the buffer.
6749         * vc-cvs.el (vc-cvs-merge-news): Ignore the error status of the
6750         update command so that we can parse the output.
6752 2008-01-13  Martin Rudalics  <rudalics@gmx.at>
6754         * mail/rmail.el (rmail-convert-to-babyl-format):
6755         Remove save-excursion to avoid infinite looping.
6756         Reported by dnz <dnz@bk.ru>.
6758 2008-01-12  Glenn Morris  <rgm@gnu.org>
6760         * woman.el (woman-parse-numeric-arg): Change handling of `==':
6761         can be interned without a function definition.
6763 2008-01-12  Jason Rumney  <jasonr@gnu.org>
6765         * nxml/nxml-mode.el (nxml-enable-unicode-char-name-sets)
6766         (rng-nxml-mode-init): Declare.
6768 2008-01-11  Jason Rumney  <jasonr@gnu.org>
6770         * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add some defaults.
6771         (rng-preferred-prefix-alist-default): Remove.
6773         * nxml/nxml-uchnm.el (nxml-internal-unicode-char-name-sets-enabled):
6774         Rename from nxml-enable-unicode-char-name-sets-flag.
6775         (nxml-enable-unicode-char-name-sets-1): Merge into
6776         nxml-enable-unicode-char-name-sets.
6777         (nxml-enable-unicode-char-name-sets): Don't unconditionally set
6778         nxml-char-name-ignore-case here.
6780         * nxml/nxml-mode.el (nxml-mode): Call rng-nxml-mode-init directly.
6781         Update doc string and commentary.
6782         (nxml-char-name-ignore-case): Change default value.
6783         (nxml-mode): Call nxml-enable-unicode-char-name-sets directly.
6785 2008-01-11  Martin Rudalics  <rudalics@gmx.at>
6787         * cus-start.el (all): Add missing version entries.
6789 2008-01-11  Glenn Morris  <rgm@gnu.org>
6791         * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
6792         (euc-to-flat-code, flat-code-to-euc):
6793         * textmodes/org.el (elmo-msgdb-overview-get-entity)
6794         (wl-summary-buffer-msgdb): Declare as funtions.
6796 2008-01-10  Martin Rudalics  <rudalics@gmx.at>
6798         * progmodes/ada-mode.el (ada-set-syntax-table-properties):
6799         Bind buffer-file-name and buffer-file-truename.
6801         * fringe.el (fringe-mode-explicit): New variable.
6802         (set-fringe-mode): Don't alter default-frame-alist when just
6803         loading this file.
6805 2008-01-10  Tassilo Horn  <tassilo@member.fsf.org>
6807         * doc-view.el (doc-view-buffer-file-name): New variable.
6808         (doc-view-convert-current-doc, doc-view-search)
6809         (doc-view-current-cache-dir, doc-view-initiate-display)
6810         (doc-view-mode): Use it.
6811         (doc-view-bookmark-make-cell): Use variable buffer-file-name
6812         instead of function.
6814 2008-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
6816         * vc-svn.el (vc-svn-registered): Return the correct value for
6817         ignored and unregistered files.
6819 2008-01-10  Tassilo Horn  <tassilo@member.fsf.org>
6821         * doc-view.el (tramp): Require tramp because we use tramp-tramp-file-p.
6823 2008-01-10  Tom Tromey  <tromey@redhat.com>
6825         * vc.el (vc-status-unmark-all-files): New function.
6826         (vc-status-unmark-all-files): Likewise.
6827         (vc-status-mode-map): Add bindings.
6829 2008-01-10  Michael Kifer  <kifer@cs.stonybrook.edu>
6831         * ediff*.el: Uncomment declare-function.
6833         * viper*.el: Uncomment declare-function.
6835 2008-01-09  Tassilo Horn  <tassilo@member.fsf.org>
6837         * doc-view.el (doc-view-mode): Support tramp, compressed files and
6838         files inside archives uniformly.
6840 2008-01-09  Eric S. Raymond  <esr@snark.thyrsus.com>
6842         * textmodes/sgml-mode.el (sgml-tag-syntax-table): Initialize this
6843         constant with a computation on sgml-specials rather than a literal
6844         list.  Without this change the syntax table is generated
6845         incorrectly, and the mode will think it's in a comment following
6846         any instance of the string "--".
6848 2008-01-09  Tassilo Horn  <tassilo@member.fsf.org>
6850         * doc-view.el (doc-view-mode-p): Add EPS as supported type.
6851         (doc-view-mode): Support document files inside archives.
6853 2008-01-09  Dan Nicolaescu  <dann@ics.uci.edu>
6855         * vc.el (vc-deduce-fileset): Return the currently selected file if
6856         no files are selected when using vc-status.
6858 2008-01-09  Michael Kifer  <kifer@cs.stonybrook.edu>
6860         * ediff*.el: Comment out declare-function.  "make bootstrap"
6861         stops with an error and Emacs does not compile with those things in.
6862         Besides, declare-function is not defined in XEmacs.
6864         * ediff-util (eqiff-quit): Autoraise minibuffer.
6866         * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Make it a defun.
6868         * emulation/viper*.el: Comment out declare-function -- not defined
6869         in XEmacs.
6871         * emulation/viper-ex.el (viper-info-on-file):
6872         Take care of indirect buffers.
6874         * emulation/viper.el (viper-set-hooks, set-cursor-color):
6875         Set viper-vi-state-cursor-color.
6877 2008-01-09  Tom Tromey  <tromey@redhat.com>
6879         * vc.el (vc-status-headers): Rename from vc-status-insert-headers.
6880         Just return header.
6881         (vc-status-move-to-goal-column): New function.
6882         (vc-status-mode-map): Define more keys.
6883         (vc-status-mode): Use vc-status-refresh.  Now 'special.
6884         (vc-status-refresh): New function.
6885         (vc-status-next-line): Likewise.
6886         (vc-status-previous-line): Likewise.
6887         (vc-status-mark-file): Use vc-status-next-line.
6888         (vc-status-unmark-file): Use vc-status-previous-line.
6889         (vc-status-unmark-file-up): New function.
6890         (vc-status-register): Likewise.
6891         (vc-status-find-file): Likewise.
6892         (vc-status-find-file-other-window): Likewise.
6893         (vc-status-current-file): Likewise.
6894         (vc-ensure-vc-buffer): Understand vc-status mode.
6896         * vc-hg.el (vc-hg-dir-status): Don't pass -A to "hg status".
6898 2008-01-09  Glenn Morris  <rgm@gnu.org>
6900         * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
6901         entry, for Windows.
6903 2008-01-09  Tom Tromey  <tromey@redhat.com>
6905         * play/blackbox.el (blackbox-mode-map): Add `q' and [return] bindings.
6907 2008-01-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6909         * ps-print.el: Some face attributes (like :strike-through) were not
6910         being recognised.  Reported by Leo <sdl.web@gmail.com>.
6911         (ps-print-version): New version 6.8.2.
6912         (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p): New functions.
6913         (ps-screen-to-bit-face): Fix code.
6915 2008-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6917         * ffap.el (ffap-read-file-or-url): Don't use let-binding to temporarily
6918         add a file-name handler.
6920 2008-01-08  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6922         * textmodes/bibtex.el (bibtex-initialize): New autoloaded command.
6923         Rename from function bibtex-files-expand.  New optional arg select.
6924         (bibtex-flash-head): Allow blink-matching-delay being zero.
6925         (bibtex-clean-entry): Use atomic-change-group.
6926         (bibtex-format-entry): Check presence of required fields only
6927         after formatting of fields.  Use member-ignore-case.  Do not use
6928         bibtex-parse-entry.  Do not use booktitle field to set a missing title.
6929         (bibtex-autofill-entry): Do not call undo-boundary.
6930         (bibtex-lessp): Handle crossref keys that point to another bibtex file.
6931         (bibtex-sort-buffer, bibtex-prepare-new-entry, bibtex-validate):
6932         Parse keys if necessary.
6934 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
6936         * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
6937         quotes in case of spaces, e.g. STL containers (not pretty).
6939 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
6941         * progmodes/gdb-ui.el (gud-gdb-command-name):
6942         Explain "--annotate=3" option is necessary for the Graphical Interface.
6944 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
6946         * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
6947         on menu bar.
6949 2008-01-08  Michael Albinus  <michael.albinus@gmx.de>
6951         * ffap.el (ffap-read-file-or-url): Let-bind
6952         `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
6954 2008-01-08  Sven Joachim  <svenjoac@gmx.de>
6956         * vc-bzr.el: Fix typo in header.
6958 2008-01-08  Eli Zaretskii  <eliz@gnu.org>
6960         * Makefile.in (custom-deps, finder-data): Depend on autoloads
6961         instead of loaddefs.el.
6963 2008-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6965         * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
6966         gets inserted out-of-order.
6968 2008-01-08  Riccardo Murri  <riccardo.murri@gmail.com>
6970         * vc-bzr.el: Copyright and version headers update.
6971         Remove some outdated comments through the whole file.
6972         (vc-bzr-program-args): Remove because unused.
6973         (vc-bzr-log-switches): New customization option.
6974         (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C.  No longer
6975         use `vc-bzr-program-args'.
6976         (vc-bzr-register): Fix for working with both 22.1 and CVS version of
6977         `vc-find-root' (patch by Andreas Hoenen).
6978         (vc-bzr-status): Update regex to match latest Bzr output.
6979         Remove redundant test.
6980         (vc-bzr-init-version): New function.
6981         (vc-bzr-unregister): Must not delete file.
6982         (vc-bzr-find-version): New function.
6983         (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
6984         a non-empty string, otherwise take head revision.
6985         (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
6986         (vc-bzr-diff): Simpler build of the revision spec string.
6987         (vc-annotate-convert-time, vc-bzr-annotate-difference):
6988         Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
6989         (vc-bzr-dir-state): Add code comments.  Removed redundant statement.
6990         (vc-bzr-dired-state-info): Only provide custom strings for
6991         overloaded VC state 'edited; otherwise fallback to
6992         `vc-default-dired-state-info'.
6994 2008-01-08  Richard Stallman  <rms@gnu.org>
6996         * delsel.el (delete-selection-mode): Doc fix.
6998 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
7000         * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
7001         (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
7003         * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
7004         of watch expressions (only works fully with GDB 6.7 or later).
7006 2008-01-08  Dan Nicolaescu  <dann@ics.uci.edu>
7008         * time-stamp.el (time-stamp-time-zone):
7009         * whitespace.el (whitespace-check-buffer-leading)
7010         (whitespace-check-buffer-trailing, whitespace-check-buffer-indent)
7011         (whitespace-check-buffer-spacetab, whitespace-check-buffer-ateol):
7012         * progmodes/sh-script.el (sh-indentation):
7013         * textmodes/ispell.el (ispell-local-pdict):
7014         Add safe-local-variable properties.
7016 2008-01-08  Michael Albinus  <michael.albinus@gmx.de>
7018         * vc-git.el (vc-git--call): Apply `process-file' instead of
7019         `call-process'.
7021         * net/tramp.el (tramp-remote-process-environment): Add "LC_CTYPE=C".
7022         Reported by Pete Forman <pete.forman@westerngeco.com>.
7023         (tramp-perl-encode, tramp-perl-decode): Update copyrights.
7024         (tramp-handle-process-file): Handle the case where DESTINATION is
7025         a consp with t as car.
7026         (tramp-wait-for-output): We shall remove exactly what has been
7027         find by the search.
7029 2008-01-08  Kevin Ryde  <user42@zip.com.au>
7031         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7032         For perl, allow "during global destruction" at end.  Add entry for
7033         two-arg form of the Test module ok() func.
7035 2008-01-08  Glenn Morris  <rgm@gnu.org>
7037         * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
7038         unified format.
7040         * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
7042 2008-01-08  Ralf Angeli  <angeli@caeruleus.net>
7044         * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
7045         Simplify selection of frame focusing function.
7047 2008-01-08  Michael Olson  <mwolson@gnu.org>
7049         * textmodes/remember.el (remember-region): Fix typo in docstring.
7051 2008-01-08  Lennart Borgman  <lennart.borgman.073@student.lu.se>
7053         * textmodes/remember.el (remember): If there is a visible region
7054         [that is, the mark is active and transient mark mode is enabled]
7055         then use this region for the initial contents of the *Remember*
7056         buffer.  Use `region-beginning' and `region-end' instead of
7057         `point' and `mark'.
7059 2008-01-07  Dan Nicolaescu  <dann@ics.uci.edu>
7061         * vc-hg.el (vc-hg-dir-state, vc-hg-dir-status): Pass the dir
7062         argument to vc-hg-command.
7063         (vc-hg-log-view-mode): Handle the user field better.
7065 2008-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7067         * vc.el (vc-ensure-vc-buffer): Check liveness of vc-parent-buffer.
7069 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7071         * vc.el (vc-status-fileinfo): New defstruct.
7072         (vc-status): New defvar.
7073         (vc-status-insert-headers, vc-status-printer, vc-status)
7074         (vc-status-mode-map, vc-status-mode, vc-status-mark-file)
7075         (vc-status-unmark-file, vc-status-marked-files): New functions.
7077         * vc-hg.el (vc-hg-dir-status): New function.
7079 2008-01-06  Martin Rudalics  <rudalics@gmx.at>
7081         * cus-edit.el (custom-tool-bar-map): Move initialization of this
7082         keymap from here ...
7083         (custom-mode): ... to here.  Reported by Reiner Steib.
7085 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7087         * obsolete/x-apollo.el: Remove file for unsupported system.
7089         * term/x-win.el (vendor-specific-keysyms): Remove reference to
7090         Apollo.
7092         * progmodes/gud.el (gud-dgux-p): Remove.
7093         (dbx): Remove reference to dgux.
7095         * progmodes/ps-mode.el (ps-mode-print-function):
7096         * ps-print.el (ps-lp-system):
7097         * paths.el (rmail-spool-directory):
7098         * ls-lisp.el (ls-lisp-emulation):
7099         * lpr.el (lpr-lp-system):
7100         * dired.el (dired-chown-program): Remove references to dgux.
7102 2008-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7104         * vc.el (vc-process-sentinel): Fix apparent typo.
7105         (vc-do-command): Forcefully kill any left over process.
7106         Use start-file-process.
7107         (vc-annotate-get-time-set-line-props): Check we don't move backward.
7109 2008-01-04  Michael Albinus  <michael.albinus@gmx.de>
7111         * net/dbus.el (dbus-list-hash-table)
7112         (dbus-name-owner-changed-handler): Replace "signal" by "member".
7113         (dbus-check-event): Add serial number to event.
7114         (dbus-handle-event): Apply return message if needed.
7115         (dbus-event-serial-number): New defun.
7116         (dbus-event-service-name, dbus-event-path-name)
7117         (dbus-event-interface-name, dbus-event-member-name):
7118         Adapt implementation to serial number.
7120 2008-01-04  Juanma Barranquero  <lekktu@gmail.com>
7122         * bs.el (bs--get-mode-name): Fix typo in previous change.
7124 2008-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
7126         * mouse.el (mouse-popup-menubar): Fix typo.
7128         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Move one more
7129         form inside with-current-buffer.
7131         * progmodes/antlr-mode.el (provide): Move to the end of file.
7132         (require): Don't require font-lock and compile.
7133         (outline-level, imenu-use-markers, imenu-create-index-function):
7134         Move declarations to top level.
7135         (cond-emacs-xemacs-macfn): Declare for compiler.
7137         * vc-bzr.el (vc-bzr-root):
7138         * vc-arch.el (vc-arch-root): Only set a property if the file is
7139         managed by this backend.
7141         * vc-hg.el (vc-hg-state): Support the new status code for up-to-date.
7143 2008-01-04  Tassilo Horn  <tassilo@member.fsf.org>
7145         * doc-view.el (doc-view-scroll-up-or-next-page)
7146         (doc-view-scroll-down-or-previous-page): Don't scroll to the
7147         top/bottom again when on the first/last page.
7149         * doc-view.el (doc-view-scroll-up-or-next-page)
7150         (doc-view-scroll-down-or-previous-page): Use image-scroll-up and
7151         image-scroll-down instead of the non-image equivalents.
7152         Don't rely on a signalled condition but switch pages when scrolling
7153         doesn't change the vertical position anymore.
7154         (doc-view-mode-map): Remap scroll-{up,down} to
7155         image-scroll-{up,down}.
7157 2008-01-04  Rob Riepel  <riepel@networking.Stanford.EDU>
7159         * emulation/tpu-edt.el (tpu-load-xkeys): Recommend to run the
7160         tpu-mapper command rather than load the tpu-mapper package.
7162         * emulation/tpu-mapper.el (tpu-mapper): New command.
7163         Contains all the code previously at top-level.
7165 2008-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7167         * bs.el (bs--sort-by-mode, bs--get-mode-name):
7168         * imenu.el (imenu-add-to-menubar):
7169         * makesum.el (make-command-summary):
7170         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
7171         (mouse-buffer-menu):
7172         * msb.el (msb--mode-menu-cond):
7173         * calc/calc-embed.el (calc-do-embedded):
7174         * emacs-lisp/helper.el (Helper-describe-mode):
7175         * mail/emacsbug.el (report-emacs-bug):
7176         * progmodes/hideshow.el (hs-grok-mode-type):
7177         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
7178         * textmodes/table.el (*table--cell-describe-mode):
7179         Pass mode-name through format-mode-line.
7181 2008-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7183         * progmodes/ada-xref.el (ada-prj-find-prj-file):
7184         * progmodes/ada-mode.el (comment-region):
7185         * calendar/todo-mode.el (todo-insert-item):
7186         * bookmark.el (bookmark-buffer-name):
7187         Test major-mode rather than mode-name.
7189 2008-01-04  Richard Stallman  <rms@gnu.org>
7191         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
7192         Call byte-compile-warn-about-unresolved-functions outside
7193         the with-current-buffer.
7194         (byte-compile-insert-header): Use with-current-buffer.
7196 2008-01-04  Glenn Morris  <rgm@gnu.org>
7198         * startup.el (fancy-about-screen): Remove reference to deleted
7199         `fancy-splash-help-echo' variable.
7201         * version.el (emacs-copyright): Update to 2008.
7203         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Use mapc
7204         rather than mapcar.
7206         * progmodes/cc-vars.el (defcustom-c-stylevar): Revert previous
7207         change (merge mistake).
7209         * doc-view.el (doc-view-search-internal): Don't use `incf'.
7211         * doc-view.el (bookmark-make-cell-function, bookmark-get-filename)
7212         (bookmark-get-bookmark-record):
7213         * image-mode.el (bookmark-make-cell-function)
7214         (bookmark-get-filename, bookmark-get-bookmark-record)
7215         (bookmark-get-position):
7216         * log-view.el (vc-modify-change-comment):
7217         * progmodes/grep.el (find-name-arg): Declare for compiler.
7219 2008-01-04  Juanma Barranquero  <lekktu@gmail.com>
7221         * savehist.el (savehist-coding-system): Default to a variant coding
7222         system with explicit unix end-of-line conversion, which is safer.
7224 2008-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7226         * ibuf-ext.el (mode-name sorter, ibuffer-mark-by-mode-regexp):
7227         * ibuffer.el (mode column): Use format-mode-line.
7229         * server.el (server-create-window-system-frame): Remove workaround for
7230         a bug that has been fixed.
7232 2008-01-03  Magnus Henoch  <magnus@zemdatav>
7234         * net/dbus.el (dbus-name-owner-changed-handler):
7235         Use dbus-unregister-object instead of dbus-unregister-signal.
7237 2008-01-03  Drew Adams  <drew.adams@oracle.com>
7239         * frame.el (frame-geom-value-cons, frame-geom-spec-cons): New fns.
7241 2008-01-03  Richard Stallman  <rms@gnu.org>
7243         * replace.el (occur-context-lines): New subroutine,
7244         broken out of occur-engine.
7245         (occur-engine): Call it.
7247 2008-01-03  Alexandre Julliard  <julliard@winehq.org>
7249         * vc-git.el (vc-git--ls-files-state): New function.
7250         (vc-git-dir-state): Use it instead of processing the status
7251         results here.
7253 2008-01-02  Eric S. Raymond  <esr@snark.thyrsus.com>
7255         * progmodes/grep.el (grep-find-ignored-directories):
7256         Initialize from the value of vc-directory-exclusion-list.
7258         * vc-hooks.el (vc-directory-exclusion-list): Include "_darcs",
7259         even though we don't have a back end for darcs yet.
7261 2008-01-02  Karl Fogel  <kfogel@red-bean.com>
7263         Change a return type, for greater extensibility.
7264         See http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html
7265         and its thread for discussion leading to this change.
7267         * bookmark.el (bookmark-jump-noselect):
7268         Return an alist instead of a dotted pair.
7269         (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
7270         (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
7271         (bookmark-bmenu-switch-other-window): Adjust accordingly.
7272         (bookmark-make-cell-function): Adjust documentation accordingly.
7274         * image-mode.el (image-bookmark-jump):
7275         Adjust return type accordingly; document.
7277         * doc-view.el (doc-view-bookmark-jump):
7278         Adjust return type accordingly; document.
7280 2008-01-02  Miles Bader  <miles@gnu.org>
7282         * net/rcirc.el (rcirc-log-filename-function): New variable.
7283         (rcirc-log): Use `rcirc-log-filename-function' to generate the
7284         log-file name.  Don't log anything if it returns nil.
7285         (rcirc-log-write): Use `expand-file-name' when merging the
7286         log-file name from the alist with rcirc-log-directory; this does
7287         the right thing if the name in the alist already an absolute
7288         filename.  Make the log-file directory if necessary.
7290 2007-12-29  Richard Stallman  <rms@gnu.org>
7292         * font-lock.el (font-lock-prepend-text-property)
7293         (font-lock-append-text-property): Canonicalize the face and
7294         font-lock-face properties.
7296         * faces.el (facep): Doc fix.
7298         * startup.el (fancy-startup-tail, fancy-about-text)
7299         (fancy-startup-text): Regularize format of face property.
7301         * facemenu.el (list-colors-print): Use :background and :foreground
7302         instead of background-color and foreground-color.
7304 2007-12-29  Drew Adams  <drew.adams@oracle.com>
7306         * cus-edit.el (custom-add-parent-links):
7307         Fill the "Parent documentation" text.
7309 2007-12-29  Eli Zaretskii  <eliz@gnu.org>
7311         * textmodes/ispell.el (ispell-grep-command): Use "grep" on
7312         MS-Windows and MS-DOS.
7313         (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
7315 2008-01-02  Eric S. Raymond  <esr@snark.thyrsus.com>
7317         * vc-svn.el (vc-svn-modify-change comment): New function.
7319 2008-01-01  Dan Nicolaescu  <dann@ics.uci.edu>
7321         * vc-git.el (vc-git-dir-state): Set the vc-backend property.
7322         Do not disable undo, with-temp-buffer does it by default.
7324 2008-01-01  Eric S. Raymond  <esr@snark.thyrsus.com>
7326         * vc-svn.el (vc-svn-parse-status): Set the `unregisted' property
7327         correctly.
7329         * vc.el (vc-dired-hook): Speed tuning.  Replace a vc-backend call
7330         with vc-state.
7331         (vc-next-action): Fix vc-transfer-file call.
7333 2007-12-31  Tom Tromey  <tromey@redhat.com>
7335         * emacs-lisp/elp.el (elp-results): Use header-line-format for header.
7336         Move point to the start of the buffer.
7338 2007-12-31  Dan Nicolaescu  <dann@ics.uci.edu>
7340         * vc-cvs.el (vc-cvs-parse-entry): Set the vc-backend property.
7342         * vc.el: State that dir-state is required to set the vc-state and
7343         vc-backend properties.
7345 2007-12-31  Martin Rudalics  <rudalics@gmx.at>
7347         * man.el (Man-default-man-entry): Make this a defun.
7348         Improve guessing mechanism and handling of section numbers.
7350 2007-12-31  Richard Stallman  <rms@gnu.org>
7352         * faces.el (face-all-attributes): If FRAME is nil, return defaults.
7354 2007-12-31  Jay Belanger  <jay.p.belanger@gmail.com>
7356         * calc/calc-units.el (calc-convert-temperature): Ensure that units
7357         are on the result even when the result is zero.
7359 2007-12-30  Michael Albinus  <michael.albinus@gmx.de>
7361         * net/dbus.el (dbus-name-owner-changed-handler): Make the function
7362         resistent towards wrong parameters.
7363         (dbus-handle-event): Propagate D-Bus errors only in the debug case.
7365 2007-12-30  Richard Stallman  <rms@gnu.org>
7367         * faces.el (face-all-attributes): New function.
7369         * faces.el (face-differs-from-default-p): Compute list of attr names
7370         from face-attribute-name-alist.
7372         * cus-edit.el (custom-face-set): Call `face-spec-set' with FOR-DEFFACE.
7373         (custom-face-save): Likewise.
7374         (custom-face-reset-saved, custom-face-reset-standard): Likewise.
7376         * cus-face.el (custom-declare-face): Per frame, use `face-spec-set-2'.
7377         (custom-theme-set-faces): Clear `face-override-spec' property.
7378         Call `face-spec-set' with FOR-DEFFACE.
7380         * custom.el (custom-theme-recalc-face): Simply call `face-spec-recalc'.
7382         * faces.el (face-spec-set): Third arg is now FOR-DEFFACE.
7383         Use of frame as third arg is deprecated.
7384         Handle `face-override-spec' property.
7385         (face-spec-recalc): New function.
7386         (face-spec-set-2): New function.
7387         (frame-set-background-mode): Handle `face-override-spec' property.
7388         Use `face-spec-recalc'.
7389         (face-set-after-frame-default): Use `face-spec-recalc'.
7391 2007-12-29  Nick Roberts  <nickrob@snap.net.nz>
7393         * thumbs.el (thumbs-conversion-program): Add comment for Windows XP.
7395 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
7397         * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
7399 2007-12-29  Eric S. Raymond  <esr@snark.thyrsus.com>
7401         * vc-svn.el (vc-svn-parse-status): Recognize 'unregistered,
7402         'added, 'removed.
7404         * vc.el (header coment): Better description of dir-state.
7405         (vc-compatible-state): New function.  Checks whether two states
7406         can be in the same changeset; used with 'edited it can test whether
7407         the next action for a state should be commit.
7408         (vc-default-dired-state-info): Display 'removed state.
7409         (vc-dired-hook): Turn off undo, this is a speed tweak.
7411         * vc-bzr.el (vc-bzr-dir-state): Recognize 'added.
7413         * vc-hg.el (vc-bzr-hg-state): Recognize 'added and 'removed.
7414         Cope with the possibility that the 'C' status flag might change
7415         in 0.9,6.
7417         * vc-git.el (vc-bzr-dir-state): Recognize 'removed.
7419 2007-12-29  Thien-Thi Nguyen  <ttn@gnuvola.org>
7421         * files.el (cd-absolute): Fix omission bug:
7422         Make `list-buffers-directory' buffer-local.
7424 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
7426         * vc-hg.el (vc-hg-dir-state): Deal with the up-to-date state.
7428 2007-12-29  Jay Belanger  <jay.p.belanger@gmail.com>
7430         * calc/calc-aent.el (math-read-token): Fix misplaced parentheses.
7432         * calc/calc-lang.el (calc-yacas-language, calc-maxima-language)
7433         (calc-giac-language, math-yacas-parse-Sum, math-yacas-compose-sum)
7434         (math-yacas-compose-deriv, math-yacas-compose-taylor)
7435         (math-maxima-parse-subst, math-maxima-parse-taylor)
7436         (math-maxima-compose-taylor, math-maxima-compose-subst)
7437         (math-maxima-compose-if, math-lang-switch-args)
7438         (math-lang-compose-switch-args, math-read-giac-subscr):
7439         New functions.
7440         (calc-lang-allow-underscores, calc-lang-allow-percentsigns)
7441         (calc-lang-brackets-are-subscripts, calc-lang-c-type-hex):
7442         Add languages.
7443         (math-vector-brackets, math-complex-format, math-variable-table)
7444         (math-parse-table, math-oper-table, math-function-table)
7445         (math-special-function-table, math-compose-subscr):
7446         Add values for new languages.
7448         * calc/calccomp.el (math-compose-expr): Add new languages.
7450         * calc/calc.el (calc-language): Add languages to docstring.
7452         * calc/calc-ext.el (calc-init-extensions): Add keybindings
7453         for new languages.  Autoload commands to change languages.
7455         * calc/calc-help.el (calc-d-prefix-help): Add new languages.
7457         * calc/calc-menu.el (calc-modes-menu): Add new languages.
7458         (calc-arithmetic-menu, calc-scientific-function-menu)
7459         (calc-algebra-menu, calc-graphics-menu, calc-vectors-menu)
7460         (calc-units-menu, calc-variables-menu, calc-stack-menu):
7461         Add :active keywords.
7463 2007-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
7465         * vc-hg.el (vc-hg-registered): Return the false when vc-hg-state
7466         returns 'ignored or 'unregistered.
7467         (vc-hg-state): Pass "-A" to the status command and deal with the
7468         output.
7469         (vc-hg-dir-state): Pass "-A" to the status command.
7471 2007-12-29  Richard Stallman  <rms@gnu.org>
7473         * progmodes/compile.el (compilation-start): Set initial visible
7474         point properly even when compilation buffer already current.
7476 2007-12-29  Richard Stallman  <rms@gnu.org>
7478         * files.el (conf-mode-maybe): New function.
7479         (auto-mode-alist): Use conf-mode-maybe for .conf etc.
7481 2007-12-29  Martin Rudalics  <rudalics@gmx.at>
7483         * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
7485 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
7487         * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
7489 2007-12-29  Richard Stallman  <rms@gnu.org>
7491         * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
7492         so they never do EOF.
7494 2007-12-29  Richard Stallman  <rms@gnu.org>
7496         * faces.el (copy-face): Create the new face explicitly if it
7497         does not exist already.
7499 2007-12-29  Eli Zaretskii  <eliz@gnu.org>
7501         * simple.el (minibuffer-history, shell-command-history)
7502         (set-variable-value-history):
7503         * replace.el (regexp-history):
7504         * international/mule-cmds.el (input-method-history):
7505         * files.el (file-name-history): Add reference to history-length in
7506         the doc string.
7508 2007-12-29  Richard Stallman  <rms@gnu.org>
7510         * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
7512 2007-12-29  Jason Rumney  <jasonr@gnu.org>
7514         * find-dired.el (find-name-arg): New custom variable.
7515         (find-name-dired): Use it.
7516         (find-dired-find-program): Remove.
7517         (find-dired): Use find-program.
7518         (find-grep-dired): Use grep-program.
7520         * progmodes/grep.el (rgrep): Use find-name-arg.
7522 2007-12-29  Thien-Thi Nguyen  <ttn@gnuvola.org>
7524         * progmodes/cc-vars.el (defcustom-c-stylevar):
7525         Revert to pre-2007-12-12 version.
7527 2007-12-29  Richard Stallman  <rms@gnu.org>
7529         * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
7531         * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
7532         Use changed.
7534         * startup.el (fancy-splash-help-echo): Var deleted.
7535         (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
7536         (fancy-about-screen): Don't display fancy-splash-help-echo.
7538         * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
7540 2007-12-28  Eric S. Raymond  <esr@snark.thyrsus.com>
7542         * vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el
7543         to vc-hooks.el so it will be available to other modes, such as
7544         speedbar.el.  Also, teach it to recognize monotone state directories.
7546         * speedbar.el: Remove this mode's fragile assumptions about
7547         version-control systems.  Instead, make it use logic from
7548         vc-hooks.el so it will become smarter whenever VC mode does.
7550         * vc-hooks.el: 'added is a real state, not a future hypothetical one.
7551         Fix the documentation.
7553         * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
7554         Modify all instances of the dir-state back-end method to suppress
7555         keeping undo lists on the buffers holding status output, which
7556         can get extremely large.
7558         * vc-cvs.el, vc-svn.el: Simplify backend dired-state-info functions
7559         so they don't do work that the default one can do instead.
7561         * vc-hooks.el (vc-state): Document new 'ignored and 'unregistered
7562         states, and the new return-value convention.  These are not
7563         actually used yet, just set.
7565         * vc-svn.el (vc-svn-parse-status): Set 'ignored and 'unregistered
7566         states when appropriate.
7568         * vc-hg.el (vc-hg-state, vc-hg-dir-state): Set 'ignored and
7569         'unregistered when appropriate.
7571         * vc-git.el: Document that we don't set the new states yet.
7573         * vc.el (vc-dired-state-info): Display 'added, 'unregistered and
7574         'ignored states.
7576         * vc-cvs.el (vc-cvs-parse-status): Set the 'ignored state when
7577         appropriate.
7579         * vc-bzr.el (vc-bzr-dir-state): Set 'ignored and 'unregistered
7580         when appropriate.
7582 2007-12-28  Nick Roberts  <nickrob@snap.net.nz>
7584         * thumbs.el (thumbs-call-convert): Use call-process directly
7585         with thumbs-conversion-program instead of through shell-file-name
7586         for better error reporting.
7588 2007-12-27  Jay Belanger  <jay.p.belanger@gmail.com>
7590         * calc/calc-aent.el (math-remove-percentsigns):
7591         * calc/calccomp.el (math-to-percentsigns): Change placeholder
7592         for percent signs.
7594 2007-12-27  Eric S. Raymond  <esr@snark.thyrsus.com>
7596         * vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization;
7597         use completion-ignored-extensions to detect files that should be
7598         ignorted in VC-Dired listings, heading off lots of expensive calls
7599         to (vc-state).
7601         * vc.el (vc-dired-hook): Show unregistered file status as "?" in
7602         non-terse mode.
7603         (vc-dired-ignorable-p): Ignore Makefile when it has a peer named
7604         Makefile.in or Makefile.am.
7606 2007-12-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7608         * ps-print.el (ps-mark-active-p): Fun returned back.
7609         (ps-print-preprint-region): Use `ps-mark-active-p' instead of
7610         `region-active-p' for error checking.
7612 2007-12-27  Eric S. Raymond  <esr@snark.thyrsus.com>
7614         * vc.el, vc-sccs.el, vc-rcs.el, vc-cvs.el, vc-mcvs.el:
7615         Put new machinery in place to support editing of change comments
7616         with 'e' in a log-view buffer.  Not documented yet as this
7617         only works for SCCS, RCS, and maybe CVS if you have admin
7618         privileges.  When we have backend support for Subversion and
7619         more modern systems it will be time to write this up.
7621 2007-12-27  Kenichi Handa  <handa@ni.aist.go.jp>
7623         * international/mule-cmds.el (select-safe-coding-system):
7624         When a buffer is modified, cancel the writing.
7626 2007-12-26  Eric S. Raymond  <esr@snark.thyrsus.com>
7628         * log-view.el: Add Subversion and Mercurial log format samples.
7630         * vc.el (vc-dired-hook): Significantly speed up by arranging for
7631         it to call the backend dir-state hook (if it exists)
7632         exactly *once*, rather than once per each subdirectory (with
7633         dired-state-info calls on all toplevel files slowing it down even
7634         further).  For this to work, backend dir-state methods have to
7635         recurse to subdirectories.  Most of them already did anyway; a few
7636         needed *non*-recursion switches removed.  This change mostly
7637         removed code that was perversely bad and should have been shot
7638         through the head years ago.
7640         * vc-bzr.el (vc-bzr-dir-state):
7641         * vc-cvs.el (vc-cvs-dir-state):
7642         * vc-mcvs.el (vc-mcvs-dir-state):
7643         * vc-svn.el (vc-svn-dir-state): Recurse in subdirectories.
7645         * vc-svn.el (vc-svn-print-log): svn log doesn't actually accept
7646         multiple arguments, so generate logs sequentially when we get them.
7647         * vc-hg.el (vc-hg-print-log): Gives this CVS-like "Working file:"
7648         headers so the various log bindings can do the right thing.
7649         * vc-cvs.el (vc-cvs-print-log): Fix a misleading comment.
7651 2007-12-26  Andreas Schwab  <schwab@suse.de>
7653         * font-lock.el (save-buffer-state): Make sure the state of the
7654         buffer is always restored.
7656 2007-12-26  Jay Belanger  <jay.p.belanger@gmail.com>
7658         * calc/calc.el (calc-lang-allow-percentsigns): New variable.
7660         * calc/calc-lang.el (calc-lang-allow-percentsigns): Declare as
7661         a variable.
7663         * calc/calccomp.el (math-to-percentsigns): New function.
7664         (math-compose-var): Handle variables with percent signs.
7665         (math-compose-expr): Handle function names with percent signs.
7667         * calc/calc-aent.el (math-to-percentsigns): Declare as function.
7668         (math-read-exprs): Handle percent signs in languages that
7669         allow them.
7670         (math-restore-underscores): Remove function.
7671         (math-remove-percentsigns, math-restore-placeholders):
7672         New functions.
7674 2007-12-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7676         * ps-print.el (ps-print-preprint-region): Use `region-active-p' instead
7677         of `mark' for error checking.
7679 2007-12-26  Tassilo Horn  <tassilo@member.fsf.org>
7681         * image-mode.el (image-bookmark-make-cell, image-bookmark-jump):
7682         New functions.
7683         (image-mode): Set bookmark-make-cell-function appropriately.
7685         * doc-view.el (doc-view-bookmark-jump): Correct misspelled arg name.
7687         * bookmark.el (bookmark-make-cell-function): New variable.
7688         (bookmark-make): Call bookmark-make-cell-function's function
7689         instead of bookmark-make-cell.
7690         (bookmark-get-handler, bookmark-jump-internal): New functions.
7691         (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
7692         (bookmark-bmenu-2-window, bookmark-bmenu-other-window):
7693         Use bookmark-jump-internal.
7694         (bookmark-make-cell-for-text-file): Rename from bookmark-make-cell.
7696         * doc-view.el (doc-view-bookmark-make-cell)
7697         (doc-view-bookmark-jump): New functions.
7698         (doc-view-mode): Set bookmark-make-cell-function buffer-locally.
7700 2007-12-25  Miles Bader  <miles@gnu.org>
7702         * indent.el (indent-for-tab-command): Rigidly indent the following
7703         sexp along with the current line when a prefix arg is given in the
7704         non-active-region case.  Specify raw prefix in interactive spec.
7705         Simplify main indentation logic to get rid of the conditional call
7706         to `indent-according-to-mode' (it just ended up calling
7707         `indent-line-function' in all cases anyway, which can be done more
7708         simply here).  Remove unnecessary test of ARG in active region case.
7710 2007-12-25  Richard Stallman  <rms@gnu.org>
7712         * allout.el (allout-region-active-p): Rename from my-region-active-p.
7713         Use `use-region-p'.
7714         (allout-write-file-hook-handler): Simplify code.
7716         * ps-print.el (ps-mark-active-p): Function deleted.
7717         (ps-print-preprint-region): Use (mark) for the error check.
7719         * tooltip.el (tooltip-region-active-p): Use `use-region-p'.
7721         * winner.el (winner-active-region): Use `mark-active' if it's defined.
7723         * progmodes/ada-mode.el (ada-region-selected): Use `use-region-p'.
7725         * textmodes/org.el (org-region-active-p): Use `use-region-p'.
7727         * progmodes/idlwave.el (idlwave-region-active-p): Use `use-region-p'.
7729         * textmodes/reftex.el (reftex-region-active-p): Use `use-region-p'.
7731         * progmodes/cc-defs.el (c-region-is-active-p):
7732         Use `mark-active' if it's defined.
7734         * progmodes/cc-cmds.el (c-indent-line-or-region):
7735         Pass prefix arg to `c-indent-command'.  Use `use-region-p'.
7737         * simple.el (select-active-regions): New option.
7738         (set-mark): Obey it.
7739         (yank-pop-change-selection): New option.
7740         (current-kill): Obey it.
7742         * simple.el (use-region-p): Rename from `region-active-p'.
7743         (region-active-p): New function.
7745 2007-12-25  David Golden  <david.delaharpe.golden@gmail.com>  (tiny change)
7747         * term/x-win.el (x-select-enable-primary): New option.
7748         (x-select-text, x-cut-buffer-or-selection-value): Obey it.
7750         * mouse.el (mouse-yank-primary): New function (almost same
7751         as mouse-yank-secondary).
7753 2007-12-25  Dan Nicolaescu  <dann@ics.uci.edu>
7755         * calculator.el:
7756         * dframe.el:
7757         * iswitchb.el:
7758         * whitespace.el:
7759         * winner.el:
7760         * emacs-lisp/checkdoc.el:
7761         * mail/feedmail.el:
7762         * net/quickurl.el:
7763         * obsolete/fast-lock.el:
7764         * play/5x5.el:
7765         * progmodes/delphi.el:
7766         * progmodes/idlw-shell.el:
7767         * progmodes/idlwave.el:
7768         * textmodes/artist.el:
7769         * textmodes/ispell.el:
7770         * textmodes/texinfmt.el:
7771         * textmodes/texinfo.el: Remove obsolete definitions of backward
7772         compatibility macros for defcustom, defgroup, defface, when,
7773         unless, with-current-buffer and with-temp-message.
7775 2007-12-24  Nick Roberts  <nickrob@snap.net.nz>
7777         * progmodes/verilog-mode.el: Reformat parts to 80 columns.
7779 2007-12-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7781         * server.el (server-save-buffers-kill-terminal): Check the `proc' is
7782         indeed a process.
7784 2007-12-23  Richard Stallman  <rms@gnu.org>
7786         * simple.el (region-active-p): New function.
7787         (use-empty-active-region): New variable.
7789         * dired-aux.el (dired): Load dired.el at run time too.
7791 2007-12-23  Juri Linkov  <juri@jurta.org>
7793         * man.el (Man-follow-manual-reference): Fill the minibuffer's
7794         default list with a full list of references.
7796         * files.el (auto-mode-alist): Add \\' to doc-view files regexp.
7798 2007-12-23  Andreas Schwab  <schwab@suse.de>
7800         * files.el (switch-to-buffer-other-frame): Return the buffer
7801         switched to.
7803 2007-12-23  Michael Albinus  <michael.albinus@gmx.de>
7805         Sync with Tramp 2.1.12.
7807         * net/tramp.el: New todo item.
7809         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Handle "-F"
7810         switch.  Reported by Mark T. Kennedy <mkennedy@diamondbackcap.com>.
7812         * net/trampver.el: Update release number.
7814 2007-12-22  Richard Stallman  <rms@gnu.org>
7816         * newcomment.el (comment-region-default): Don't triple the
7817         comment starter if the first region line isn't indented enough.
7819 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7821         * net/imap.el (imap-authenticate): Use current-buffer instead of
7822         buffer, for the cases where imap-authenticate is called with a nil
7823         buffer parameter.
7825 2007-12-21  Martin Rudalics  <rudalics@gmx.at>
7827         * autoinsert.el (auto-insert-alist): Remove nonsensical precision
7828         specifier from format-string.  Reported by Ye Wenbin.
7830 2007-12-20  Jason Rumney  <jasonr@gnu.org>
7832         * nxml/nxml-mode.el (nxml-faces): Rename from nxml-highlighting-faces.
7833         Parent group is font-lock-faces.
7834         (nxml-light-blue-color, nxml-dark-blue-color, nxml-green-color)
7835         (nxml-sky-blue-color, nxml-dark-green-color, nxml-light-green-color):
7836         (nxml-version): Remove.
7837         (nxml-delimited-data, nxml-name, nxml-ref, nxml-delimiter)
7838         (nxml-text, nxml-comment-content, nxml-comment-delimiter)
7839         (nxml-processing-instruction-delimiter)
7840         (nxml-processing-instruction-target)
7841         (nxml-processing-instruction-content, nxml-cdata-section-delimiter)
7842         (nxml-cdata-section-CDATA, nxml-cdata-section-content)
7843         (nxml-char-ref-number, nxml-char-ref-delimiter, nxml-entity-ref-name)
7844         (nxml-entity-ref-delimiter, nxml-tag-delimiter, nxml-tag-slash)
7845         (nxml-element-prefix, nxml-element-colon, nxml-element-local-name)
7846         (nxml-attribute-prefix, nxml-attribute-colon)
7847         (nxml-attribute-local-name, nxml-namespace-attribute-xmlns)
7848         (nxml-namespace-attribute-colon, nxml-namespace-attribute-prefix)
7849         (nxml-attribute-value, nxml-attribute-value-delimiter)
7850         (nxml-namespace-attibute-value)
7851         (nxml-namespace-attribure-value-delimiter)
7852         (nxml-prolog-literal-delimiter, nxml-prolog-literal-content)
7853         (nxml-prolog-keyword, nxml-markup-declaration-delimiter, nxml-hash)
7854         (nxml-glyph): Rename, removing -face suffix.
7855         Inherit from existing font-lock faces.
7856         (nxml-apply-fontify-rule, nxml-char-ref-display-extra):
7857         Use new face names.
7859         * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
7860         (nxml-outline-active-indicator, nxml-outline-ellipsis):
7861         Rename, removing -face suffix.
7862         (nxml-highlighted-less-than, nxml-highlighted-greater-than)
7863         (nxml-highlighted-colon, nxml-highlighted-slash)
7864         (nxml-highlighted-ellipsis, nxml-highlighted-inactive-minus)
7865         (nxml-highlighted-active-minus, nxml-highlighted-active-plus)
7866         (nxml-highlighted-qname, nxml-outline-display-heading):
7867         Use new face names.
7869         * nxml/rng-valid.el (rng-error): Rename from rng-error-face.
7871         * nxml/rng-nxml.el (rng-nxml-easy-menu): Remove nxml-version.
7873 2007-12-19  Martin Rudalics  <rudalics@gmx.at>
7875         * cus-start.el (all): Use correct group name for members of
7876         mode-line group.
7878         * man.el (Man-default-man-entry): When looking for default man
7879         entry title search text preceding point.  Use when instead of if.
7881         * indent.el (indent-for-tab-command): Fix doc-string typo.
7883         * vc.el (vc-ensure-vc-buffer): Avoid infinite looping when
7884         vc-parent-buffer is the current buffer.
7886         * info-look.el (info-lookup, info-lookup-setup-mode)
7887         (info-lookup-make-completions): Avoid clobbering Info-history and
7888         Info-history-list.
7890 2007-12-19  Glenn Morris  <rgm@gnu.org>
7892         * progmodes/verilog-mode.el (top-level): Don't require compile.
7893         (compilation-error-regexp-alist, compilation-last-buffer):
7894         Define for compiler.
7895         (verilog-insert-1): New function.
7896         (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
7897         Use verilog-insert-1.
7898         (verilog-surelint-off): Use next-error-last-buffer if bound.
7899         Check compile buffer is live.
7901 2007-12-19  John J Foerch  <jjfoerch@earthlink.net>  (tiny change)
7903         * progmodes/compile.el (compilation-start): Don't pass a FRAME
7904         argument to display-buffer.
7906 2007-12-19  Jason Rumney  <jasonr@gnu.org>
7908         * nxml/rng-maint.el (rng-format-manual): Do not autoload.
7909         (rng-autoload-modules, rng-update-autoloads, rng-compile-modules)
7910         (rng-byte-compile-load, rng-write-version): Remove.
7912         * nxml/rng-loc.el (rng-schema-locating-files-default)
7913         (rng-schema-locating-file-schema-file): Use files in etc/schemas.
7914         (rng-schema-loader-alist): Use rng-c-load-schema to load rnc files.
7916 2007-12-18  Michael Albinus  <michael.albinus@gmx.de>
7918         * files.el (cd-absolute): Set `list-buffers-directory' in order to
7919         show correct path in buffer list.
7921         * net/tramp.el (tramp-open-connection-setup-interactive-shell)
7922         (tramp-find-shell): Send only single prompt setting commands, in
7923         order to avoid double-prompt.
7925         * net/tramp-compat.el (top): Require cl only when compiling.
7926         Reported by Glenn Morris <rgm@gnu.org>.
7928 2007-12-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
7930         * progmodes/cc-vars.el (defcustom-c-stylevar): Eval VAL.
7931         (c-comment-continuation-stars): No longer declare with
7932         cc-bytecomp-obsolete-var and cc-bytecomp-defvar.
7933         (c-block-comment-prefix): Use symbol-value to
7934         access c-comment-continuation-stars.
7935         * progmodes/cc-mode.el (c-initialize-cc-mode):
7936         Use symbol-value to access c-comment-continuation-stars.
7938 2007-12-18  Mark A. Hershberger  <mah@everybody.org>
7940         * xml.el (xml-escape-string): New function.  Escape string using
7941         xml-entity-alist.
7942         (xml-debug-print-internal): Use xml-escape-string to escape
7943         characters in attributes and in text children of elements.
7945 2007-12-18  Glenn Morris  <rgm@gnu.org>
7947         * progmodes/cc-subword.el (c-subword-mode): Drop support for
7948         systems without define-minor-mode.
7950         * progmodes/cc-vars.el (defcustom-c-stylevar): Remove debugging message.
7952         * progmodes/verilog-mode.el: Replace all instances of
7953         string-to-int with string-to-number, insert-string with insert,
7954         and read-input with read-string.
7955         (top-level): No need to require imenu, reporter, dinotrace, vc,
7956         font-lock when compiling.  Always require compile.  Relegate remaining
7957         compatibility cruft to XEmacs.  Don't require font-lock.
7958         (verilog-version): Remove superfluous concat.
7959         (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
7960         No need to define.
7961         (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
7962         (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
7963         (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
7964         (verilog-startup-message-displayed): These are variables, not constants.
7965         (verilog-batch-execute-func, verilog-auto-inst)
7966         (verilog-auto-inst-param): Use mapc rather than mapcar.
7967         (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
7968         actually defining.
7969         (verilog-modi-get-decls, verilog-modi-get-sub-decls)
7970         (verilog-modi-get-outputs, verilog-modi-get-inouts)
7971         (verilog-modi-get-inputs, verilog-modi-get-wires)
7972         (verilog-modi-get-regs, verilog-modi-get-assigns)
7973         (verilog-modi-get-consts, verilog-modi-get-gparams)
7974         (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
7975         (verilog-modi-get-sub-inputs): Move inline functions earlier in
7976         the file.
7977         (sigs-in, sigs-out): Don't declare multiple times.
7978         (got-sig, got-rvalue, uses-delayed): Define for compiler with just
7979         `defvar'.
7980         (verilog-auto): Call dinotrace-unannotate-all only if bound.
7981         (verilog-module-inside-filename-p): No need to wrap fboundp test
7982         in condition-case.
7983         (reporter-submit-bug-report): Autoload it.
7984         (verilog-mark-defun): Call zmacs-activate-region only if bound.
7985         (verilog-font-customize): Call customize-apropos only if bound.
7986         (verilog-getopt-flags, verilog-auto-reeval-locals):
7987         Use make-local-variable rather than make-variable-buffer-local.
7988         (verilog-company, verilog-project, verilog-modi-cache-list):
7989         Move make-variable-buffer-local calls to top-level.
7990         (font-lock-defaults-alist): Don't define it.
7991         (verilog-need-fld): Remove.
7992         (verilog-font-lock-init): Don't set font-lock-defaults-alist.
7993         (verilog-mode): Only call make-local-hook on XEmacs.
7994         Set font-lock-defaults rather than using verilog-font-lock-init.
7996 2007-12-17  Andreas Schwab  <schwab@suse.de>
7998         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
7999         Fix comment typo.
8001 2007-12-16  Michael Albinus  <michael.albinus@gmx.de>
8003         * net/dbus.el (dbus-name-owner-changed-handler):
8004         Use `dbus-unregister-signal' for removing old rules.
8005         Obey new structure of `dbus-registered-functions-table'.
8007 2007-12-12  Thien-Thi Nguyen  <ttn@gnuvola.org>
8009         * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
8011 2007-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
8013         * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
8014         function.
8015         (add-submenu): Only define for XEmacs.
8016         (verilog-regexp-words): Revert previous change, keep the other
8017         definition.
8019 2007-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
8021         * progmodes/perl-mode.el (perl-continued-statement-offset)
8022         (perl-continued-brace-offset, perl-brace-offset)
8023         (perl-brace-imaginary-offset, perl-label-offset):
8024         * progmodes/cperl-mode.el (cperl-brace-offset)
8025         (cperl-continued-brace-offset, cperl-label-offset)
8026         (cperl-continued-statement-offset)
8027         (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
8028         Add safe-local-variable properties.
8030 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
8032         * progmodes/verilog-mode.el (verilog-mode-map)
8033         (verilog-template-map, verilog-mode-mouse-map): Fix typos.
8034         (verilog-colorize-include-files): Use only overlay functions so
8035         that it can work on both emacs and XEmacs.
8036         (set-extent-keymap): Remove unused defun.
8037         (verilog-kill-existing-comment, verilog-insert-date)
8038         (verilog-insert-year): Rename in order not to pollute the global
8039         namespace from kill-existing-comment, insert-date and
8040         insert-year, respectively.
8041         (verilog-set-auto-endcomments, verilog-header): Update callers.
8043         * files.el (auto-mode-alist): Recognize verilog files.
8045         * progmodes/verilog-mode.el (verilog-string-replace-matches)
8046         (verilog-string-remove-spaces, verilog-re-search-forward)
8047         (verilog-re-search-backward, verilog-re-search-forward-quick)
8048         (verilog-re-search-backward-quick, verilog-get-beg-of-line)
8049         (verilog-get-end-of-line, verilog-within-string): Move definitions
8050         before first use.  No code changes.
8052 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
8054         * progmodes/verilog-mode.el (verilog-mode-version)
8055         (verilog-mode-release-date): Don't use expanding keywords.
8056         (provide): Move to the end of file.
8057         (fboundp): Don't check if eval-when-compile is bound, it is used
8058         later in the file without checking.
8059         (when, unless): Copy definitions from subr.el.
8060         (char-before, defcustom, defface, customize-group)
8061         (verilog-batch-error-wrapper): Don't use old style backquotes.
8062         (verilog-regexp-opt): Avoid using the cl function case.
8063         (verilog-regexp-words): Remove duplicated definition.
8064         (verilog-mode-abbrev-table): Remove, duplicate.
8065         (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
8066         Declare and initialize in one step.
8067         (verilog-declaration-prefix-re, verilog-declaration-re)
8068         (verilog-end-of-statement, verilog-indent-declaration)
8069         (verilog-get-lineup-indent): Remove trailing whitespace.
8070         (verilog-mode): Fix autoload cookie.
8071         Set beginning-of-defun-function and end-of-defun-function.  Use when
8072         instead of if.
8073         (verilog-emacs-features, verilog-auto-ascii-enum)
8074         (verilog-insert-indices): Escape braces in doc strings.
8076 2007-12-08  Michael McNamara  <mac@verilog.com>
8077             Wilson Snyder  <wsnyder@wsnyder.org>
8079         * progmodes/verilog-mode.el: New file.
8081 2007-12-08  Eli Zaretskii  <eliz@fencepost.gnu.org>
8083         * international/latexenc.el (latexenc-find-file-coding-system):
8084         If both coding-system-for-write and buffer-file-coding-system of
8085         latex-main-file are nil, use `undecided'.
8087 2007-12-06  Jason Rumney  <jasonr@gnu.org>
8089         * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
8091 2007-12-12  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
8093         * files.el (revert-buffer): Docstring fix.
8095 2007-12-11  Glenn Morris  <rgm@gnu.org>
8097         * emacs-lisp/check-declare.el (check-declare-verify): Handle deffoo.
8099 2007-12-11  Jay Belanger  <jay.p.belanger@gmail.com>
8101         * calc/calc-aent.el (math-restore-underscores)
8102         (math-string-restore-underscores): New functions.
8103         (math-read-factor): Properly check variable names with underscores
8104         for entries in `math-expr-variable-mapping'.
8106         * calc/calc-lang.el (math-lang-name): New property name.
8108         * calc/calc.el (calc-set-mode-line): Use `math-lang-name'
8109         to set language name.
8111 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8113         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8115 2007-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8117         * server.el (server-select-display): Fix important typo.
8118         (server-process-filter): Turn a "" display into nil.
8120 2007-12-09  Juri Linkov  <juri@jurta.org>
8122         * replace.el (keep-lines, flush-lines, how-many): Doc fix.
8123         Check search-upper-case before calling isearch-no-upper-case-p
8124         to set case-fold-search.
8125         (occur): Doc fix.
8126         (occur-1, perform-replace): Check search-upper-case before calling
8127         isearch-no-upper-case-p to set case-fold-search.
8129         * isearch.el (search-upper-case): Doc fix.
8130         (isearch-mode-map): Bind `M-s o' to isearch-occur.
8131         (isearch-query-replace): Doc fix.  Let-bind search-upper-case to nil.
8132         (isearch-query-replace-regexp): Doc fix.
8133         (isearch-occur): New function.
8135 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8137         * pgg.el, pgg-parse.el (declare-function): Add new no-op macro for
8138         backward compatibility.
8140         * net/imap.el (imap-string-to-integer): New function.
8142 2007-12-09  David Kastrup  <dak@gnu.org>
8144         * emacs-lisp/lisp-mnt.el (lm-verify): Make it work with
8145         directories.  Not sure anybody uses this anymore, though.
8147 2007-12-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8149         * printing.el: Fix pr-interface-map initialization code.
8150         (pr-version): New version 6.9.3.
8151         (pr-f-set-keymap-parents): Replace by pr-set-keymap-parents.
8152         (pr-f-set-keymap-name): Replace by pr-set-keymap-name.
8153         (pr-f-read-string): Replace by pr-read-string.
8154         (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string): New fun
8155         name.
8156         (pr-interactive-n-up, pr-interactive-regexp): Code fix.
8158 2007-12-09  Glenn Morris  <rgm@gnu.org>
8160         * emulation/viper-init.el (top-level): Use dolist rather than mapc
8161         in make-variable-frame-local call.
8163 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
8165         * mail/hashcash.el (declare-function):
8166         * net/imap.el (declare-function): New no-op macro for backward
8167         compatibility.
8169 2007-12-08  Eli Zaretskii  <eliz@gnu.org>
8171         Sync makefile.w32-in with Makefile.in.
8173         * makefile.w32-in (check-declare): New target.
8174         (BYTE_COMPILE_EXTRA_FLAGS): New variable.
8175         (.el.elc, compile-CMD, compile-SH, compile-always-CMD)
8176         (compile-always-SH, compile-calc-CMD, compile-calc-SH)
8177         ($(lisp)/progmodes/cc-mode.elc): Use it.
8178         ($(lisp)/progmodes/cc-mode.elc): New rule.
8180 2007-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
8182         * indent.el (tab-stop-list): Mark as safe-local-variable.
8184         * generic-x.el (etc-sudoers-generic-mode): New mode.
8185         (generic-unix-modes): Add it.
8187 2007-12-08  Michael Albinus  <michael.albinus@gmx.de>
8189         * net/dbus.el (dbus-hash-table=): Remove function.  We cannot
8190         apply wildcards in a hash table key; there is no usable hash code then.
8191         (dbus-registered-functions-table): Use `equal' as test function.
8192         (dbus-name-owner-changed-handler): Rewrite due to new hash table
8193         structure.
8195 2007-12-08  Martin Rudalics  <rudalics@gmx.at>
8197         * progmodes/cc-cmds.el (c-mask-paragraph): Avoid invalid search
8198         bound error in block comment branch.
8200 2007-12-08  David Kastrup  <dak@gnu.org>
8202         * textmodes/reftex.el (reftex-select-with-char):
8203         * textmodes/reftex-toc.el (reftex-toc-do-promote)
8204         (reftex-toc-visit-location, reftex-toc-find-section):
8205         * textmodes/reftex-index.el (reftex-index-show-entry):
8206         * textmodes/org.el (org-cycle-hide-archived-subtrees)
8207         (org-table-rotate-recalc-marks, org-mark-ring-push)
8208         (org-follow-info-link, org-mhe-get-message-folder-from-index)
8209         (org-auto-repeat-maybe, org-store-log-note, org-delete-property)
8210         (org-evaluate-time-range, org-edit-agenda-file-list):
8211         * textmodes/artist.el (artist-select-next-op-in-list)
8212         (artist-select-prev-op-in-list):
8213         * term/mac-win.el (mac-service-insert-text):
8214         * startup.el (fancy-about-screen):
8215         * progmodes/vhdl-mode.el (vhdl-decision-query):
8216         * progmodes/idlwave.el (idlwave-template)
8217         (idlwave-scroll-completions, idlwave-display-completion-list):
8218         * progmodes/ebrowse.el (ebrowse-show-progress):
8219         * progmodes/cperl-mode.el (cperl-find-pods-heres):
8220         * progmodes/antlr-mode.el (antlr-insert-option-do):
8221         * play/mpuz.el (mpuz-close-game):
8222         * net/rcirc.el (rcirc-next-active-buffer):
8223         * mail/reporter.el (reporter-update-status):
8224         * kmacro.el (kmacro-display):
8225         * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
8226         * emulation/viper-util.el (viper-save-setting):
8227         * emacs-lisp/lisp-mnt.el (lm-verify):
8228         * emacs-lisp/edebug.el (edebug-set-mode):
8229         * emacs-lisp/checkdoc.el (checkdoc-rogue-spaces, checkdoc-defun):
8230         * calendar/calendar.el (calendar-print-day-of-year):
8231         * calc/calcalg3.el (calc-curve-fit):
8232         * calc/calcalg2.el (math-integral):
8233         * calc/calc.el (calc-read-key-sequence, calc-version):
8234         * calc/calc-mode.el (calc-set-simplify-mode):
8235         * calc/calc-ext.el (calc-fancy-prefix): Fix buggy call to `message'.
8237 2007-12-07  D. Goel  <deego3@gmail.com>
8239         * progmodes/idlw-shell.el (idlwave-shell-display-line)
8240         * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
8241         (ada-xref-find-in-modified-ali, ada-find-in-src-path)
8242         * mail/uce.el (uce-reply-to-uce)
8243         * progmodes/vhdl-mode.el (vhdl-template-modify)
8244         * mail/feedmail.el (feedmail-dump-message-to-queue): Improve calls
8245         to `error' (as suggested by RMS.)
8247 2007-12-07  Glenn Morris  <rgm@gnu.org>
8249         * allout.el (allout-write-file-hook-handler):
8250         * textmodes/reftex.el (reftex-TeX-master-file):
8251         * textmodes/reftex-parse.el (reftex-short-context):
8252         Revert previous change.
8254 2007-12-07  Michael Albinus  <michael.albinus@gmx.de>
8256         * net/dbus.el (dbus-hash-table=): Fix for new hash table key structure.
8257         (dbus-list-hash-table, dbus-name-owner-changed-handler): New defuns.
8258         (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
8259         (dbus-event-service-name, dbus-event-path-name)
8260         (dbus-event-interface-name, dbus-event-member-name): Fix for new
8261         event structure.
8262         (dbus-list-activatable-names, dbus-list-names)
8263         (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect):
8264         Reorder `dbus-call-method' arguments.
8266 2007-12-06  D. Goel  <deego3@gmail.com>
8268         * allout.el (allout-write-file-hook-handler):
8269         * textmodes/reftex.el (reftex-TeX-master-file):
8270         * textmodes/org.el (org-paste-subtree):
8271         * progmodes/vhdl-mode.el (vhdl-template-modify):
8272         * progmodes/idlw-shell.el (idlwave-shell-send-command)
8273         (idlwave-shell-display-line):
8274         * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
8275         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
8276         * net/trampver.el (x):
8277         * mail/uce.el (uce-reply-to-uce):
8278         * mail/rmailout.el (rmail-output):
8279         * mail/feedmail.el (feedmail-dump-message-to-queue):
8280         * whitespace.el (whitespace-write-file-hook):
8281         * wdired.el (wdired-check-kill-buffer):
8282         * vc.el (vc-update):
8283         * vc-mcvs.el (vc-mcvs-checkin):
8284         * vc-cvs.el (vc-cvs-checkin):
8285         * man.el (Man-bgproc-sentinel, Man-goto-see-also-section):
8286         * ibuffer.el (ibuffer-current-buffer):
8287         * dired.el (dired-move-to-end-of-filename):
8288         * bindings.el (complete-symbol):
8289         * textmodes/org-publish.el (org-publish-file):
8290         (org-publish-current-project):
8291         * textmodes/reftex-parse.el (reftex-short-context):
8292         * textmodes/texinfmt.el: Fix buggy calls to `error'.
8294 2007-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8296         * doc-view.el (doc-view-dvi->pdf-sentinel)
8297         (doc-view-pdf/ps->png-sentinel, doc-view-pdf->txt-sentinel)
8298         (doc-view-ps->pdf-sentinel, doc-view-display): Don't change buffer
8299         within a sentinel or timer.
8300         (doc-view-display): Don't try to display before the requested page
8301         is available, unless told to do so explicitly.
8302         (doc-view-pdf/ps->png-sentinel, doc-view-initiate-display):
8303         Force display even if the requested page is not available.
8305 2007-12-06  Richard Stallman  <rms@gnu.org>
8307         * help-fns.el (describe-function-1): Call ad-get-advice-info
8308         only on symbols.
8310 2007-12-06  Glenn Morris  <rgm@gnu.org>
8312         * progmodes/antlr-mode.el (antlr-keyword, antlr-syntax)
8313         (antlr-ruledef, antlr-tokendef, antlr-ruleref-face)
8314         (antlr-tokenref, antlr-literal): Inherit from standard font-lock
8315         faces in non-light-background case.
8317         * add-log.el, dired-aux.el, font-lock.el, help-fns.el, ido.el:
8318         * informat.el, emacs-lisp/bytecomp.el, emacs-lisp/gulp.el:
8319         * emacs-lisp/tcover-ses.el, emacs-lisp/timer.el, emulation/edt.el:
8320         * emulation/vi.el, emulation/viper-cmd.el:
8321         * international/titdic-cnv.el, mail/emacsbug.el, progmodes/dcl-mode.el:
8322         * progmodes/prolog.el, progmodes/ps-mode.el, progmodes/python.el:
8323         * textmodes/fill.el: Remove directory part from filenames in
8324         function declarations.
8326         * dired-aux.el (mailcap-mime-info): Update declaration.
8328 2007-12-05  Richard Stallman  <rms@gnu.org>
8330         * wid-edit.el (widget-type): Doc fix.
8332 2007-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8334         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
8335         Don't match "sub { (...) ... }".
8337 2007-12-05  Richard Stallman  <rms@gnu.org>
8339         * international/mule-cmds.el (toggle-input-method-active): New var.
8340         (toggle-input-method): Bind toggle-input-method-active to t.
8341         Error if it was already non-nil.
8343 2007-12-05  Reiner Steib  <Reiner.Steib@gmx.de>
8345         * net/tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8347 2007-12-05  Elias Oltmanns  <eo@nebensachen.de>
8349         * net/tls.el (open-tls-stream): Actually consult tls-checktrust to
8350         see if certs should be verified and what is to be done in the
8351         event of a verification failure.
8353 2007-12-05  Reiner Steib  <Reiner.Steib@gmx.de>
8355         * net/tls.el (tls-program): Provide more custom choices from
8356         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
8357         (tls-process-connection-type, tls-success): Remove "*" in doc string.
8358         (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
8359         version.  Minor improvement to doc strings.
8360         (tls-program): Add comment.
8362 2007-12-05  Elias Oltmanns  <eo@nebensachen.de>
8364         * net/tls.el (tls-certtool-program, tls-hostmismatch): New variables.
8365         (tls-checktrust): New variable.  Check if GNU TLS complained about a
8366         mismatch between the hostname provided in the certificate and the name
8367         of the host connnecting to.
8368         (open-tls-stream): Use them.  Check certificates against trusted root
8369         certificates.
8371 2007-12-05  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8373         * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8374         (imap-parse-status): Upcase status-att for broken servers that sends
8375         them lower-case (e.g., MS Exchange 2007).
8377 2007-12-05  D. Goel  <deego3@gmail.com>
8379         * simple.el (undo):
8380         * image-dired.el (image-dired-display-thumb-properties):
8381         (image-dired-modify-mark-on-thumb-original-file):
8382         (image-dired-dired-display-properties):
8383         * help.el (help-window-display-message):
8384         * files.el (hack-local-variables-confirm):
8385         * ediff.el (ediff-version):
8386         * complete.el (pc-chunk-after, PC-temp-minibuffer-message):
8387         `message' and `error': Ensure that first arg is a format string.
8389         * emacs-lisp/find-func.el (find-library-name): Prefer files with
8390         ".el" suffix over "".
8392 2007-12-05  Michael Albinus  <michael.albinus@gmx.de>
8394         * net/dbus.el (dbus-hash-table=): Allow nil as wildcard in the
8395         interface and member fields.
8397 2007-12-05  Glenn Morris  <rgm@gnu.org>
8399         * eshell/em-alias.el (pcomplete-stub): Define for compiler.
8400         (pcomplete-here): Autoload it.
8402         * eshell/em-basic.el (print-func): No need to define for compiler.
8404         * eshell/esh-cmd.el (eshell-debug-command):
8405         * eshell/esh-io.el (eshell-print): Move definitions before use.
8407         * eshell/esh-module.el (eshell-load-defgroups): Eval and compile.
8409         * eshell/esh-util.el (top-level): Don't require pp.
8410         Use condition-case rather than ignore-errors.
8412         * eshell/eshell.el (eshell-buffer-name): Define for compiler.
8414         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el
8415         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
8416         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el
8417         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el
8418         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el
8419         * eshell/em-xtra.el, eshell/esh-cmd.el, eshell/esh-test.el
8420         * eshell/esh-util.el, eshell/eshell.el: Require individual files
8421         if needed when compiling, rather than esh-maint.  Collect any
8422         require statements.  Move provide statement to end.  Move any
8423         commentary to start.
8425         * eshell/esh-arg.el, eshell/esh-ext.el, eshell/esh-io.el:
8426         * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el:
8427         * eshell/esh-proc.el, eshell/esh-var.el:
8428         Require individual files if needed when compiling, rather than
8429         esh-maint.  Collect any require statements.  Leave provide at start.
8430         Move any commentary to start.
8432         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
8433         Remove declared function from byte-compile-noruntime-functions.
8435         * ediff-util.el (ediff-version):
8436         * progmodes/python.el (compilation-shell-minor-mode):
8437         * textmodes/org.el (Info-goto-node, calendar-astro-date-string)
8438         (calendar-bahai-date-string, calendar-check-holidays)
8439         (calendar-chinese-date-string, calendar-coptic-date-string)
8440         (calendar-ethiopic-date-string, calendar-forward-day)
8441         (calendar-french-date-string, calendar-goto-date)
8442         (calendar-goto-today, calendar-hebrew-date-string)
8443         (calendar-islamic-date-string, calendar-iso-date-string)
8444         (calendar-julian-date-string, calendar-mayan-date-string)
8445         (calendar-persian-date-string, gnus-summary-last-subject)
8446         (parse-time-string, rmail-show-message): Declare as functions.
8448 2007-12-05  Michael Olson  <mwolson@gnu.org>
8450         * textmodes/remember.el: Merge contents of remember-diary.el here,
8451         updating header.  Add autoload cookie so that byte-compilation
8452         works without warning.
8453         (remember-diary-file): Default to nil, since diary might not yet
8454         be loaded at this point, which would deny us access to diary-file.
8455         (remember-diary-extract-entries): If remember-diary-file is nil,
8456         then use diary-file instead.
8458         * textmodes/remember-diary.el: Remove, due to the issue of needing
8459         the first 8 characters of a filename to be unique.
8461 2007-12-04  Michael Albinus  <michael.albinus@gmx.de>
8463         * net/dbus.el (dbus-hash-table=): New defun.
8464         (dbus-hash-table-test): New hash table test function, used in
8465         `dbus-registered-functions-table'.
8466         (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
8467         (dbus-event-service-name, dbus-event-path-name)
8468         (dbus-event-interface-name, dbus-event-member-name):
8469         Rewrite, due to new structure of `dbus-event'.
8471 2007-12-04  Juanma Barranquero  <lekktu@gmail.com>
8473         * ido.el (ido-save-history): Set the `coding' local
8474         variable in the first line of the file.
8476 2007-12-04  Glenn Morris  <rgm@gnu.org>
8478         * password-cache.el: Move here from gnus/password.el.
8479         (top-level): Don't require cl when compiling.
8480         (password-read-and-add): Doc fix.  Make obsolete.
8482         * net/tramp.el: Require password-cache or password.
8484         * emulation/cua-base.el (top-level): Move (provide 'cua-base) to end.
8485         No longer provide 'cua.  Don't require cua-rect, cua-gmrk when
8486         compiling.
8487         (cua-set-rectangle-mark): Add doc string to autoload.
8488         (cua--rectangle, cua--last-killed-rectangle)
8489         (cua--global-mark-active): Always define for compiler.
8490         (cua-copy-rectangle, cua-cut-rectangle, cua--rectangle-left)
8491         (cua--delete-rectangle, cua--insert-rectangle)
8492         (cua--rectangle-corner, cua--rectangle-assert)
8493         (cua--insert-at-global-mark, cua--global-mark-post-command):
8494         Declare as functions.
8496         * emulation/cua-gmrk.el (top-level): Move provide to end.
8498         * emulation/cua-rect.el (top-level): Move provide to end.
8499         Don't require cua-gmrk when compiling.
8500         (cua--cut-rectangle-to-global-mark)
8501         (cua--copy-rectangle-to-global-mark): Declare as functions.
8503         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
8504         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
8505         (viper-vi-state-cursor-color):
8506         Consolidate make-variable-frame-local calls.
8508         * net/eudcb-bbdb.el (bbdb-address-streets): Declare as a function.
8509         (eudc-bbdb-extract-addresses): Use bbdb-address-streets rather
8510         than bbdb-address-street1,2,3.
8512         * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
8513         Try x-focus-frame before focus-frame.  Only try focus-frame on XEmacs.
8515 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8517         * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8518         (imap-parse-status): Upcase status-att for servers that sends them
8519         lower-case (e.g., MS Exchange 2007).
8521 2007-12-03  Karl Fogel  <kfogel@red-bean.com>
8523         * saveplace.el (save-place-quiet): Remove, reverting 2007-12-02T19:54:46Z!kfogel@red-bean.com.
8524         (save-place-alist-to-file, load-save-place-alist-from-file):
8525         Don't print non-error messages at all, there's really no need.
8526         Do print if there's a problem, and clarify message in that case.
8528 2007-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
8530         * ediff-diff.el (ediff-prepare-error-list):
8531         * ediff-util.el (ediff-setup): Disable undo for ediff-error-buffer.
8533 2007-12-03  Tassilo Horn  <tassilo@member.fsf.org>
8535         * doc-view.el (doc-view-initiate-display): Use `doc-view-mode-p'.
8536         (doc-view-current-overlay, doc-view-pending-cache-flush):
8537         Add doc string.
8539 2007-12-03  Richard Stallman  <rms@gnu.org>
8541         * subr.el (declare-function): Move from byte-run.el.
8543         * emacs-lisp/byte-run.el (declare-function): Move to subr.el.
8545         * window.el (recenter-top-bottom): Don't use `ecase'.
8547 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
8549         * saveplace.el (save-place-alist-to-file):
8550         Set coding-system-for-write once and refer to it throughout.
8551         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
8553 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
8555         * saveplace.el (save-place-alist-to-file): Use `utf-8' coding
8556         system when writing, and set it in the first-line file variables.
8557         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk> and
8558         Juanma Barranquero.
8560 2007-12-02  Glenn Morris  <rgm@gnu.org>
8562         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
8563         Reverse branches of if statement.
8565         * emulation/viper-cmd.el (top-level): Don't require advice.
8566         Don't load viper-util, viper-keym, viper-mous, viper-macs,
8567         viper-ex when compiling.
8569         * emulation/viper-ex.el (top-level): Don't load viper-util,
8570         viper-keym when compiling.
8572         * emulation/viper-init.el (top-level): Move provide statement to end.
8574         * emulation/viper-keym.el (top-level): Don't load viper-util when
8575         compiling.  Move provide statement to end.
8577         * emulation/viper-macs.el (top-level): Don't load viper-util,
8578         viper-keym, viper-mous when compiling.
8580         * emulation/viper-mous.el (top-level): Don't load viper-util when
8581         compiling.
8583         * emulation/viper-util.el (top-level): Don't load viper-init when
8584         compiling.
8586         * emulation/viper.el (top-level): Don't require ring.
8587         Don't load viper-init, viper-cmd when compiling.
8589         * net/sasl-cram.el, net/sasl-digest.el, net/sasl-ntlm.el, net/sasl.el:
8590         Move here from gnus/.
8592 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
8594         Offer option for saveplace to be quiet about loading and saving.
8595         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
8597         * saveplace.el (save-place-quiet): New customizable boolean.
8598         (save-place-alist-to-file, load-save-place-alist-from-file): Use it
8599         to determine whether to print loading/saving messages.
8601 2007-12-02  Glenn Morris  <rgm@gnu.org>
8603         * mail/binhex.el: Move here from gnus/.
8604         (binhex): New custom group.
8605         (binhex-decoder-program, binhex-decoder-switches)
8606         (binhex-use-external): Move to the binhex custom group.
8608         * mail/uudecode.el: Move here from gnus/.
8609         (uudecode): New custom group.
8610         (uudecode-decoder-program, uudecode-decoder-switches)
8611         (uudecode-use-external): Move to the uudecode custom group.
8613         * net/netrc.el (top-level): Don't load `encrypt' features.
8614         (netrc-parse): Don't use encrypt.
8615         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8617         * progmodes/python.el (top-level): Don't require cl when compiling.
8619 2007-12-02  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
8621         * textmodes/flyspell.el (flyspell-large-region): Explicitly set
8622         encoding for aspell process and for communication with it.
8623         Only add "-d" option if not already present.
8624         Use ispell-current-dictionary and ispell-current-personal-dictionary.
8625         General reorganization.
8627         * textmodes/ispell.el (ispell-aspell-find-dictionary): Do not set
8628         encoding here.
8629         (ispell-start-process): Explicitly set encoding here if using aspell.
8631 2007-12-02  Dan Nicolaescu  <dann@ics.uci.edu>
8633         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Also pass a diff
8634         function to log-edit.
8636 2007-12-02  Michael Albinus  <michael.albinus@gmx.de>
8638         * net/dbus.el: New file.
8640 2007-12-02  Jay Belanger  <jay.p.belanger@gmail.com>
8642         * calc/calc.el (calc-lang-slash-idiv, calc-lang-allow-underscores)
8643         (calc-lang-c-type-hex, calc-lang-brackets-are-subscripts)
8644         (calc-lang-parens-are-subscripts): New variables.
8645         (math-expr-special-function-mapping): Remove variable.
8646         (math-eqn-ignore-words, math-tex-ignore-words)
8647         (math-latex-ignore-words): Move to calc-lang.el.
8649         * calc/calc-lang.el (math-compose-vector, math-compose-var)
8650         (math-tex-expr-is-flat): Declare as functions.
8651         (calc-lang-slash-idiv, calc-lang-allow-underscores)
8652         (math-comp-left-bracket, math-comp-right-bracket)
8653         (math-comp-comma, math-comp-vector-prec): Declare as variables.
8654         (math-var-formatter, math-matrix-formatter)
8655         (math-lang-adjust-words, math-lang-read-symbol, math-land-read)
8656         (math-punc-table, math-compose-subscr, math-dots)
8657         (math-func-formatter): New property names to store language
8658         specific information.
8659         (math-compose-tex-var, math-compose-tex-intv)
8660         (math-compose-maple-intv, math-compose-eqn-intv)
8661         (math-compose-tex-sum, math-compose-tex-func)
8662         (math-compose-tex-intv): New functions.
8663         (math-eqn-ignore-words, math-tex-ignore-words)
8664         (math-latex-ignore-words): Move from calc.el.
8665         (math-special-function-table): Add entries for tex.
8666         (calc-lang-slash-idiv, calc-lang-allows-underscores):
8667         New variables.
8668         (math-compose-latex-frac): Rename from `math-latex-print-frac'.
8669         (math-compose-tex-matrix, math-compose-eqn-matrix)
8670         (math-eqn-special-functions): Move from calccomp.el.
8672         * calc/calccomp.el (math-compose-var): New function.
8673         (math-compose-expr): Allow more special functions to be used.
8674         Change test for formatting fractions.  Use variables and property
8675         names to help with language specific formatting.
8676         (math-compose-tex-matrix, math-compose-eqn-matrix)
8677         (math-eqn-special-functions): Move to calc-lang.el.
8678         (math-compose-rows): Use property names to help with language
8679         specific formatting.
8681         * calc/calc-aent.el (math-read-factor): Turn multiple subscripts
8682         into nested subscripts.
8683         (math-read-token): Use variables and property names to help with
8684         language specific parsing.
8685         (math-read-expression-level): Use variables to help with language
8686         specific parsing.
8688 2007-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8690         * arc-mode.el (archive-find-type): Add recognition of rar-exe format.
8691         (archive-rar-summarize): Allow the file name to be passed as argument.
8692         Remove unused vars `header' and `footer'.
8693         (archive-rar-exe-summarize, archive-rar-exe-extract): New functions.
8695 2007-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
8697         * log-edit.el (log-edit-show-diff): New function.
8698         (log-edit-mode-map, log-edit-menu): Bind it.
8699         (log-edit-diff-function): New variable.
8700         (log-edit): Change the 3rd param to be an alist and accept a
8701         function that computes a diff for the files involved.
8703         * vc.el (vc-log-edit): Add a diff function parameter to log-edit.
8705 2007-12-01  Martin Rudalics  <rudalics@gmx.at>
8707         * play/blackbox.el (bb-up, bb-down): Revert 2007-10-21 change and
8708         wrap next-/previous-line in with-no-warnings.
8710 2007-12-01  Glenn Morris  <rgm@gnu.org>
8712         * format-spec.el, hex-util.el, sha1.el: Move here from gnus/.
8714         * net/dig.el: Move here from gnus/.
8715         (dig-mode): Replace gnus-run-mode-hooks with equivalent expansion.
8717         * net/dns.el: Move here from gnus/.
8718         (top-level): Don't require mm-util, or cl when compiling.
8719         (dns-write-name, dns-read, dns-read-type, query-dns):
8720         Replace mm-with-unibyte-buffer with its expansion.
8721         (query-dns): Replace decf and ignore-errors with non-cl equivalents.
8723         * progmodes/gdb-ui.el (gud-remove, gud-break):
8724         * progmodes/gud.el (gdb-create-define-alist)
8725         (gdb-restore-windows, gdb-reset, global-hl-line-highlight)
8726         (hl-line-highlight, gdb-display-source-buffer)
8727         (gdb-display-buffer, c-langelem-sym, c-langelem-pos)
8728         (syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
8730 2007-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
8732         * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
8733         Move args on defun line.
8735         * textmodes/org.el (org-calendar-holiday):
8736         Use calendar-check-holidays instead of the obsolete
8737         check-calendar-holidays.
8738         (add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
8739         (bbdb-company, bbdb-current-record, bbdb-name)
8740         (bbdb-record-getprop, bbdb-record-name)
8741         (bibtex-beginning-of-entry, bibtex-generate-autokey)
8742         (bibtex-parse-entry, bibtex-url, cdlatex-tab)
8743         (dired-get-filename, gnus-article-show-summary, mh-display-msg)
8744         (mh-find-path, mh-get-header-field, mh-get-msg-num)
8745         (mh-header-display, mh-index-previous-folder)
8746         (mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
8747         (mh-show-buffer-message-number, mh-show-header-display)
8748         (mh-show-msg, mh-show-show, mh-visit-folder)
8749         (org-export-latex-cleaned-string, remember)
8750         (remember-buffer-desc, rmail-narrow-to-non-pruned-header)
8751         (rmail-what-message, elmo-folder-exists-p)
8752         (elmo-message-entity-field, elmo-message-field)
8753         (vm-beginning-of-message, vm-follow-summary-cursor)
8754         (vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
8755         (vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
8756         (vm-summarize, wl-folder-get-elmo-folder)
8757         (wl-summary-goto-folder-subr)
8758         (wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
8759         (wl-summary-line-subject, wl-summary-message-number)
8760         (wl-summary-redisplay): Declare as functions.
8762 2007-11-30  Martin Rudalics  <rudalics@gmx.at>
8764         * longlines.el (longlines-show-hard-newlines): Remove handling of
8765         buffer-undo-list and buffer-modified status.
8766         (longlines-show-region, longlines-unshow-hard-newlines):
8767         Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and
8768         inhibit-modification-hooks here to avoid that a buffer appears
8769         modified when toggling visibility of hard newlines.
8771 2007-11-30  Glenn Morris  <rgm@gnu.org>
8773         * nxml/rng-maint.el (rng-do-some-validation): Fix declaration.
8775         * progmodes/idlw-complete-structtag.el
8776         (idlwave-sintern-structtag):
8777         * progmodes/idlw-help.el (idlwave-sintern-sysvar)
8778         (idlwave-sintern-sysvartag):
8779         * progmodes/idlwave.el (idlwave-sintern-class-tag)
8780         (idlwave-sintern-sysvar, idlwave-sintern-sysvartag): Declare as
8781         functions.
8783 2007-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
8785         * textmodes/reftex-index.el (texmathp):
8786         * textmodes/reftex-auc.el (TeX-argument-insert)
8787         (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
8788         (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
8789         (LaTeX-label-list):
8790         * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
8791         (rng-clear-conditional-region, rng-do-some-validation): Declare as
8792         functions.
8793         (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
8795 2007-11-30  Glenn Morris  <rgm@gnu.org>
8797         * emacs-lisp/byte-run.el (declare-function): Add optional fourth
8798         argument and document it.
8800         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
8801         Third argument to declare-function must be a list to specify arglist.
8803         * emacs-lisp/check-declare.el (check-declare-scan): Doc fix.
8804         Handle declare-function third argument `t' and fourth argument.
8805         (check-declare-verify): Doc fix.  Handle `fileonly' case.
8806         Use progn rather than prog1.
8808         * desktop.el (uniquify-item-base):
8809         * term/mac-win.el (url-type): Declare as functions.
8811         * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones)
8812         (bbdb-address-city, bbdb-address-state, bbdb-address-zip)
8813         (bbdb-address-location, bbdb-record-addresses): Pass non-nil
8814         fourth arg to declare-function.
8816         * play/dunnet.el: Don't require cl when compiling.
8817         (byte-compile-warnings): Set via file local variables.
8818         (dun-parse): Let-bind `beg' and `line'.
8820 2007-11-29  Alexandre Julliard  <julliard@winehq.org>
8822         * vc-git.el (vc-git-dir-state): Fix the git command arguments.
8824 2007-11-29  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
8826         * calendar/time-date.el (encode-time-value): Doc fix.
8828 2007-11-29  Glenn Morris  <rgm@gnu.org>
8830         * calendar/time-date.el (with-decoded-time-value): Doc fix.
8832         * textmodes/css-mode.el (prog-mode): Remove.
8833         (css-mode): Derive from fundamental-mode rather than prog-mode.
8835         * emacs-lisp/byte-run.el (declare-function): Doc fix.
8837         * emacs-lisp/check-declare.el (check-declare-locate)
8838         (check-declare-verify): Handle `external' files.
8839         (check-declare-errmsg): New function.
8840         (check-declare-verify, check-declare-file, check-declare-directory):
8841         Use check-declare-errmsg to report the number of problems.
8843         * ffap.el (w3-view-this-url)
8844         * mail/mspools.el (vm-visit-folder)
8845         * net/browse-url.el (w3-fetch-other-window, w3-fetch)
8846         * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-phone-string)
8847         (bbdb-record-phones, bbdb-address-city, bbdb-address-state)
8848         (bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
8849         (bbdb-records)
8850         * net/eudc-export.el (bbdb-parse-phone-number, bbdb-string-trim)
8851         * net/imap.el (sasl-find-mechanism, sasl-mechanism-name)
8852         (sasl-make-client, sasl-next-step, sasl-step-data)
8853         (sasl-step-set-data)
8854         * net/newsticker.el (w3m-toggle-inline-image, htmlr-reset)
8855         (htmlr-step): Declare as functions.
8857         * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses):
8858         Use bbdb-address-zip rather than bbdb-address-zip-string.
8860 2007-11-28  Richard Stallman  <rms@gnu.org>
8862         * md4.el, net/hmac-def.el, net/hmac-md5.el, net/ntlm.el:
8863         Move here from gnus/.
8865 2007-11-28  Martin Rudalics  <rudalics@gmx.at>
8867         * newcomment.el (comment-region-internal): Fix newline insertion
8868         in `block' case.
8870 2007-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8872         * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
8874 2007-11-28  Glenn Morris  <rgm@gnu.org>
8876         * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
8877         delete .elc files.
8879         * nxml/char-name/unicode: Move to etc/nxml/.
8880         * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
8882         * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
8883         Declare as a function.
8885         * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
8886         * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
8887         * nxml/xsd-regexp.el (xsdre-gen-categories): Change mapcar -> mapc.
8889         * nxml/nxml-outln.el (nxml-token-start-tag-p)
8890         (nxml-token-end-tag-p): Move definitions before use.
8892         * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
8894         * nxml/nxml-uchnm.el (top-level)
8895         (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
8896         (nxml-enabled-unicode-blocks): Add custom group.
8898         * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
8899         Use string-to-number rather than string-to-int.
8901         * dired-x.el (dired-omit-old-add-entry): Declare as function.
8902         Move definition before use.
8903         (dired-old-find-buffer-nocreate): Declare as function.
8905         * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
8906         (check-declare-verify): Handle fset.
8908         * emulation/edt.el (edt-user-emulation-setup):
8909         Test edt-setup-user-bindings is bound before calling.
8911         * emulation/tpu-edt.el: Don't require cl when compiling.
8912         (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
8913         (tpu-edt-off): Use condition-case rather than ignore-errors.
8914         Use with-no-warnings.
8916         * eshell/esh-util.el (top-level): Use require rather than load for
8917         ange-ftp.
8919         * mail/supercite.el (sc-version): Redefine as an alias for
8920         emacs-version.
8921         (sc-help-address): Remove.
8922         (sc-version): Use emacs-version rather than sc-version.
8923         (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
8925         * net/socks.el (socks-original-open-network-stream): Declare as
8926         function.  Move definition before use.
8928 2007-11-28  Jay Belanger  <jay.p.belanger@gmail.com>
8930         * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
8931         (math-make-frac): Declare as functions.
8933 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
8935         * progmodes/cperl-mode.el (compilation-error-regexp-alist):
8936         Pacify byte compiler.
8937         (cperl-mode): Use with-no-warnings for setting vc-header-alist.
8939         * progmodes/idlwave.el (idlwave-shell-get-path-info)
8940         (idlwave-shell-temp-file, idlwave-shell-is-running)
8941         (widget-value, comint-dynamic-complete-filename, Info-goto-node):
8942         * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
8943         (idlwave-all-method-classes, idlwave-all-method-keyword-classes)
8944         (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
8945         (idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
8946         (idlwave-completing-read, idlwave-current-routine)
8947         (idlwave-downcase-safe, idlwave-entry-find-keyword)
8948         (idlwave-expand-keyword, idlwave-find-class-definition)
8949         (idlwave-find-inherited-class, idlwave-find-struct-tag)
8950         (idlwave-get-buffer-visiting, idlwave-in-quote)
8951         (idlwave-make-full-name, idlwave-members-only)
8952         (idlwave-popup-select, idlwave-routine-source-file)
8953         (idlwave-routines, idlwave-sintern-class)
8954         (idlwave-sintern-keyword, idlwave-sintern-method)
8955         (idlwave-sintern-routine-or-method)
8956         (idlwave-substitute-link-target, idlwave-sys-dir)
8957         (idlwave-this-word, idlwave-what-module-find-class)
8958         (idlwave-where):
8959         * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
8960         * mail/uce.el (rmail-msg-is-pruned)
8961         (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
8962         (rmail-toggle-header):
8963         * mail/sendmail.el (dired-view-file, dired-get-filename):
8964         * mail/rmailkwd.el (rmail-maybe-set-message-counters)
8965         (rmail-display-labels, rmail-msgbeg)
8966         (rmail-set-message-deleted-p, rmail-message-labels-p)
8967         (rmail-show-message, mail-comma-list-regexp)
8968         (mail-parse-comma-list):
8969         * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
8970         (rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
8971         (rfc822-addresses, mail-abbrev-make-syntax-table)
8972         (mail-sendmail-delimit-header, mail-header-end):
8973         * mail/hashcash.el (message-narrow-to-headers-or-head)
8974         (message-fetch-field, message-goto-eoh)
8975         (message-narrow-to-headers):
8976         * vc.el (view-mode-exit): Declare as functions.
8978         * mail/vms-pmail.el:
8979         * vmsproc.el:
8980         * vms-patch.el: Don't byte compile these files, they don't work.
8982 2007-11-27  Glenn Morris  <rgm@gnu.org>
8984         * calc/calc-ext.el (math-read-big-rec):
8985         * calc/calc-nlfit.el (math-map-binop):
8986         * calc/calc.el (math-normalize-nonstandard): Fix declarations.
8988         * eshell/eshell.el (eshell-report-bug): Add version number of
8989         obsolescence.
8991         * emulation/viper.el, emulation/viper-util.el,
8992         emulation/viper-macs.el, emulation/viper-keym.el,
8993         emulation/viper-ex.el, emulation/viper-cmd.el:
8994         Load viper-*.el files silently.
8996         * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
8997         ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
8998         Load ediff-*.el files silently.
9000         * ediff.el: Load dired silently.  Don't load info, pcl-cvs when
9001         compiling.
9002         (Info-goto-node): Declare as a function.
9004         * ediff-init.el: Don't load ange-ftp when compiling.
9005         * ediff-util.el: Don't load reporter when compiling.
9007         * ediff-wind.el (ediff-display-pixel-width)
9008         (ediff-display-pixel-height):
9009         * generic-x.el (ini-generic-mode):
9010         * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
9011         (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
9012         (ps-mule-initialize, ps-mule-begin-job):
9013         * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
9014         (mark-calendar-days-named):
9015         * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
9016         (add-to-diary-list, diary-name-pattern)
9017         (mark-calendar-days-named):
9018         * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
9019         (mark-calendar-days-named):
9020         * calendar/cal-x.el (make-fancy-diary-buffer):
9021         * calendar/holidays.el (calendar-absolute-from-julian):
9022         * calendar/todo-mode.el (calendar-current-date):
9023         * calendar/cal-menu.el (calendar-increment-month)
9024         (calendar-month-name, extract-calendar-year)
9025         (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
9026         (calendar-current-date, calendar-cursor-holidays)
9027         (calendar-date-string, insert-diary-entry, calendar-set-mark)
9028         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
9029         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
9030         (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
9031         (cal-tex-cursor-filofax-week, cal-tex-cursor-month)
9032         (cal-tex-cursor-month-landscape, cal-tex-cursor-year)
9033         (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
9034         (calendar-day-of-year-string, calendar-iso-date-string)
9035         (calendar-julian-date-string, calendar-astro-date-string)
9036         (calendar-absolute-from-gregorian, calendar-hebrew-date-string)
9037         (calendar-persian-date-string, calendar-bahai-date-string)
9038         (calendar-islamic-date-string, calendar-chinese-date-string)
9039         (calendar-coptic-date-string, calendar-ethiopic-date-string)
9040         (calendar-french-date-string, calendar-mayan-date-string)
9041         (calendar-print-chinese-date, calendar-goto-date):
9042         Declare as functions.
9044         * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
9045         (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
9047         * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
9048         aliases for report-emacs-bug.
9049         (gnus-summary-select-article, gnus-configure-windows): Declare as
9050         functions.
9052         * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
9053         compiler.
9055         * pgg.el (pgg-clear-string): Declare as a function.
9056         (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
9057         (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
9059         * emacs-lisp/check-declare.el (check-declare-locate):
9060         Handle compressed files.
9061         (check-declare-verify): Handle define-generic-mode,
9062         define-global(ized)-minor-mode, define-obsolete-function-alias.
9064 2007-11-27  Jay Belanger  <jay.p.belanger@gmail.com>
9066         * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
9067         algebraic modes.
9069         * calc/calc-aent.el (calc-refresh-evaltos, calc-execute-kbd-macro)
9070         (math-is-true, calc-explain-why, calc-alg-edit)
9071         (math-composite-inequalities, math-flatten-lands)
9072         (math-multi-subst, calcFunc-vmatches, math-simplify)
9073         (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
9074         (math-read-string, math-read-brackets, math-read-angle-brackets):
9075         Declare as functions.
9077         * calc/calcalg3.el (calc-fit-s-shaped-logistic-curve)
9078         (calc-fit-bell-shaped-logistic-curve)
9079         (calc-fit-hubbert-linear-curve, calc-graph-add-curve)
9080         (calc-graph-lookup, calc-graph-set-styles, math-min-list)
9081         (math-max-list): Declare as functions.
9082         (math-map-binop): New function.
9083         (calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
9085         * calc/calc.el (calc-set-language, calc-edit-finish)
9086         (calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
9087         (calc-do-keypad, calcFunc-unixtime, math-parse-date)
9088         (math-lessp, calc-embedded-finish-command)
9089         (calc-embedded-select-buffer, calc-embedded-mode-line-change)
9090         (calc-push-list-in-macro, calc-replace-selections)
9091         (calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
9092         (calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
9093         (calc-embedded-stack-change, calc-refresh-evaltos)
9094         (calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
9095         (calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
9096         (calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
9097         (calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
9098         (math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
9099         (math-dimension-error, calc-incomplete-error, math-float-fancy)
9100         (math-neg-fancy, math-zerop, calc-add-fractions)
9101         (math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
9102         (calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
9103         (math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
9104         (calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
9105         (math-compose-expr, math-comp-width, math-composition-to-string)
9106         (math-stack-value-offset-fancy, math-format-flat-expr-fancy)
9107         (math-adjust-fraction, math-format-binary, math-format-radix)
9108         (math-group-float, math-mod, math-format-number-fancy)
9109         (math-format-bignum-fancy, math-read-number-fancy)
9110         (calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
9111         (calc-do-embedded-activate, math-do-defmath)
9112         (calc-load-everything): Declare as functions.
9114         * calc/calc-ext.el (math-clip, math-round, math-simplify)
9115         (math-simplify-extended, math-simplify-units, calc-set-language)
9116         (calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
9117         (calc-embedded-var-change, math-mul-float, math-arctan-raw)
9118         (math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
9119         (math-normalize-hms, math-normalize-mod, math-make-sdev)
9120         (math-make-intv, math-normalize-logical-op, math-possible-signs)
9121         (math-infinite-dir, math-calcFunc-to-var)
9122         (calc-embedded-evaluate-expr, math-known-nonzerop)
9123         (math-read-expr-level, math-read-big-rec, math-read-big-balance)
9124         (math-format-date, math-vector-is-string, math-vector-to-string)
9125         (math-format-radix-float, math-compose-expr, math-abs)
9126         (math-format-bignum-binary, math-format-bignum-octal)
9127         (math-format-bignum-hex, math-format-bignum-radix)
9128         (math-compute-max-digits): Declare as functions.
9129         (math-provably-realp): Fix typo.
9131         * calc/calc-forms.el (calendar-current-time-zone)
9132         (calendar-absolute-from-gregorian, dst-in-effect): Declare as
9133         functions.
9135         * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
9137         * calc/calc-lang.el (math-read-factor, math-read-expr-level):
9138         Declare as functions.
9140         * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)
9141         (math-posp, math-compare, math-bignum, math-compare-bignum):
9142         Declare as functions.
9144         * calc/calc-misc.el (calc-do-keypad, calc-inv-hyp-prefix-help)
9145         (calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
9146         (calc-explain-why, calc-clear-command-flag)
9147         (calc-roll-down-with-selections, calc-roll-up-with-selections)
9148         (calc-last-args, calc-is-inverse, calc-do-prefix-help)
9149         (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
9150         (math-trunc-special, math-trunc-fancy, math-floor-special)
9151         (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
9152         (math-known-matrixp, math-mod-fancy, math-pow-of-zero)
9153         (math-pow-zero, math-pow-fancy): Declare as functions.
9155         * calc/calc-mode.el (calc-embedded-save-original-modes):
9156         Declare as a function.
9158         * calc/calc-nlfit.el (calc-get-fit-variables, math-map-binop):
9159         Declare as functions.
9160         (math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
9161         (math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
9162         Replace `mapcar*' by `math-map-binop'.
9163         (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
9165         * calc/calc-prog.el (edmacro-format-keys, edmacro-parse-keys)
9166         (math-read-expr-level): Declare as functions.
9168         * calc/calc-vec.el (math-read-expr-level): Declare as a function.
9170 2007-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9172         * emacs-lisp/lisp.el (end-of-defun): Restructure so that
9173         end-of-defun-function is called consistently, even for negative
9174         arguments.
9175         (end-of-defun-function): Default to forward-sexp.
9177 2007-11-26  Juanma Barranquero  <lekktu@gmail.com>
9179         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
9181 2007-11-26  Glenn Morris  <rgm@gnu.org>
9183         * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
9184         than :suffix.
9186         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
9188 2007-11-26  Simon Josefsson  <simon@josefsson.org>
9190         * net/imap.el: Move from ../gnus.
9192 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9194         * doc-view.el (doc-view-mode-p): New function.
9196 2007-11-25  Dan Nicolaescu  <dann@ics.uci.edu>
9198         * mail/mspools.el (rmail-get-new-mail):
9199         * mail/reporter.el (mail-position-on-field, mail-text):
9200         * mail/rmail.el (mail-position-on-field, mail-text-start)
9201         (rmail-update-summary):
9202         * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
9203         * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
9204         * mail/rmailout.el (rmail-update-summary):
9205         * mail/rmailsort.el (rmail-update-summary):
9206         * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
9207         (dired-view-file):
9208         * mail/uce.el (mail-strip-quoted-names):
9209         * mail/undigest.el (rmail-update-summary):
9210         * mail/unrmail.el (mail-strip-quoted-names):
9211         * ediff.el (diff-latest-backup-file): Declare as functions.
9213         * obsolete/mlsupport.el (ml-previous-page): Fix typo.
9214         (kill-to-end-of-line):
9215         * obsolete/rnews.el (news-set-minor-modes):
9216         Remove non working functions.
9218 2007-11-25  Glenn Morris  <rgm@gnu.org>
9220         * eshell/esh-maint.el (top-level): Use require with NOERROR for
9221         pcomplete.  Don't mess with load-path.
9223         * eshell/eshell.el (eshell-report-bug-address): Remove.
9224         (eshell-report-bug): Redefine as an alias for report-emacs-bug.
9226 2007-11-24  Glenn Morris  <rgm@gnu.org>
9228         * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
9229         (appt-disp-window): Don't require electric.
9230         Simplify minibuffer-avoidance code.
9231         (appt-select-lowest-window): Avoid minibuffer.
9233         * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
9234         (esh-mode): Require it.
9235         (esh-util): Use require rather than featurep and load.
9236         (eshell): No need to test if eshell-mode is bound; remove obsolete
9237         reference to eshell-auto.
9238         (eshell-command, eshell-command-result): Don't require esh-mode
9239         now that the file does.
9240         (top-level): Move provide statement to the end of the file.
9241         Re-order and update commentary.
9243 2007-11-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
9245         * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
9246         (vc-annotate-toggle-annotation-visibility): New command.
9247         (vc-annotate-mode-map): Bind "V" to it.
9248         (vc-annotate-mode-menu): Add entry for it.
9249         (vc-annotate-get-time-set-line-props): New func.
9250         (vc-annotate-display-autoscale)
9251         (vc-annotate-display-difference): Use it.
9253         * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
9254         Also, match one space at end of annotation text, after last paren.
9256 2007-11-24  Michael Albinus  <michael.albinus@gmx.de>
9258         * ido.el (ido-file-name-all-completions-1): Check for fboundp of
9259         `tramp-completion-mode-p' as it is in Tramp 2.1.  Let-bind
9260         `tramp-completion-mode'.
9262 2007-11-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
9264         * vc-git.el (vc-git-show-log-entry): New func.
9266         * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
9267         (vc-git-state): Use vc-git--call.
9268         (vc-git-registered, vc-git-working-revision)
9269         (vc-git-previous-revision, vc-git-next-revision)
9270         (vc-git--run-command-string, vc-git-symbolic-commit):
9271         Use vc-git--out-ok.
9273 2007-11-24  Glenn Morris  <rgm@gnu.org>
9275         * emacs-lisp/byte-run.el (declare-function): Doc fix.
9277 2007-11-24  Kenichi Handa  <handa@m17n.org>
9279         * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
9281 2007-11-23  David Kastrup  <dak@gnu.org>
9283         * server.el (server-process-filter): Use `command-line-args-left'.
9285 2007-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9287         * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
9289 2007-11-23  Dan Nicolaescu  <dann@ics.uci.edu>
9291         * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
9292         buffer if the parent buffer is in vc-dired-mode.
9294 2007-11-23  Mark A. Hershberger  <mah@everybody.org>
9296         * nxml: Initial merge of nxml.  Kept nxml/char-name subdir for now.
9298 2007-11-23  Juri Linkov  <juri@jurta.org>
9300         * dired.el (dired-read-dir-and-switches): For C-x d, set the
9301         value for M-n to the visited file name of the current buffer.
9302         Use minibuffer-with-setup-hook to set minibuffer-default to
9303         buffer-file-name inside read-file-name.
9305         * man.el (Man-getpage-in-background): Don't disregard user option
9306         `Man-width' on non-window systems.  Remove test for `window-system'
9307         around setting envvar "COLUMNS" depending on the value of `Man-width'.
9309         * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
9310         "emacs-grep".  Set envvar "GREP_OPTIONS" to "--color=auto" instead
9311         of "--color=always".
9313 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9315         * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
9316         beginning-of-defun-function.
9318 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9320         * mail/hashcash.el: Move from ../gnus.  Add hashcash payments to email.
9322 2007-11-22  Glenn Morris  <rgm@gnu.org>
9324         * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
9326         * emacs-lisp/check-declare.el (check-declare-locate): New function.
9327         (check-declare-scan): Use check-declare-locate.
9328         (check-declare-verify): No longer adjust fnfile, now
9329         check-declare-locate does it.
9331         * emacs-lisp/byte-run.el (declare-function): Doc fix.
9333 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9335         * subr.el (posn-col-row): Make the `default-value' use explicit.
9337         * window.el (balance-windows): Remove unused var `counter'.
9338         (bw-balance-sub): Remove unused var `lastchild'.
9339         (split-window-vertically): Remove unused var `switch'.
9340         (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
9342         * emacs-lisp/bytecomp.el
9343         (byte-compile-file-form-custom-declare-variable): Simplify.
9345 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9347         * cus-edit.el (custom-mode): Define with `define-derived-mode'.
9348         Set `show-trailing-whitespace' to nil.
9350         * dired.el (make-symbolic-link):
9351         * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
9352         (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
9353         * dired-x.el (make-symbolic-link):
9354         * frame.el (x-initialize-window-system):
9355         * menu-bar.el (x-menu-bar-open):
9356         * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
9357         (x-store-cut-buffer-internal):
9358         * wdired.el (make-symbolic-link):
9359         * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
9360         (x-send-client-message):
9361         * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
9363 2007-11-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9365         * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
9367 2007-11-22  Glenn Morris  <rgm@gnu.org>
9369         * dos-fns.el (int86):
9370         * term/mac-win.el (mac-font-panel-mode): Fix declarations.
9372         * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
9374         * calendar/holidays.el (holiday-list): Add autoload cookie.
9376         * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
9377         files relative to src/ directory.
9378         (check-declare-verify): Handle .c files.  Warn if could not find
9379         an arglist to check.
9381         * emacs-lisp/byte-run.el (declare-function): Doc fix.
9383 2007-11-22  Dan Nicolaescu  <dann@ics.uci.edu>
9385         * replace.el (occur-mode-map): Add a major mode menu with entries
9386         for all occur operations.
9388         * international/titdic-cnv.el (dos-8+3-filename):
9389         * obsolete/fast-lock.el (msdos-long-file-names):
9390         * frame.el (msdos-mouse-p):
9391         * files.el (msdos-long-file-names, w32-long-file-name):
9392         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
9393         (mac-resume-apple-event, mac-font-panel-mode)
9394         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
9395         (mac-clear-font-name-table):
9396         * term/pc-win.el (msdos-remember-default-colors)
9397         (w16-set-clipboard-data, w16-get-clipboard-data):
9398         * term/w32-win.el (w32-send-sys-command, w32-select-font)
9399         (set-message-beep):
9400         * net/browse-url.el (w32-shell-execute):
9401         * w32-fns.el (set-message-beep, w32-get-clipboard-data)
9402         (w32-get-locale-info, w32-get-valid-locale-ids)
9403         (w32-set-clipboard-data):
9404         * dos-fns.el (int86, msdos-long-file-names):
9405         * dos-w32.el (default-printer-name): Declare as functions.
9407 2007-11-21  Jason Rumney  <jasonr@gnu.org>
9409         * emacs-lisp/byte-run.el (declare-function): Return nil.
9411 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9413         * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
9415 2007-11-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9417         * ps-print.el (ps-lpr-switches): Docstring fix.
9418         (ps-string-list): New fun.
9419         (ps-do-despool): Code fix.
9421 2007-11-21  Juanma Barranquero  <lekktu@gmail.com>
9423         * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
9425 2007-11-21  Glenn Morris  <rgm@gnu.org>
9427         * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
9428         for now.  Handle define-minor-mode, and defalias (with no argument
9429         checking).
9431 2007-11-21  Dan Nicolaescu  <dann@ics.uci.edu>
9433         * frame.el (msdos-mouse-p):
9434         * files.el (msdos-long-file-names, w32-long-file-name):
9435         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
9436         (mac-resume-apple-event, mac-font-panel-mode)
9437         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
9438         (mac-clear-font-name-table):
9439         * term/pc-win.el (msdos-remember-default-colors)
9440         (w16-set-clipboard-data, w16-get-clipboard-data):
9441         * term/w32-win.el (w32-send-sys-command, w32-select-font)
9442         (set-message-beep):
9443         * net/browse-url.el (w32-shell-execute):
9444         * dos-fns.el (int86, msdos-long-file-names):
9445         * dos-w32.el (default-printer-name): Undo previous change.
9447 2007-11-21  Eli Zaretskii  <eliz@gnu.org>
9449         * international/mule-cmds.el (set-locale-environment):
9450         Set default-file-name-coding-system _after_ keyboard and terminal
9451         coding systems.  This fixes last change.
9453         * mail/rmail.el (rmail-current-subject-regexp): Allow more than
9454         one space after "Subject:".
9456 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9458         * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
9459         in order to determine if there's a conflict.
9461 2007-11-21  Richard Stallman  <rms@gnu.org>
9463         * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
9465         * reposition.el (reposition-window):
9466         Binding C-M-l moved to bindings.el.
9468         * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
9470         * add-log.el (add-change-log-entry-other-window):
9471         Key binding C-x 4 a moved to bindings.el.
9473         * bindings.el (minibuffer-local-map): Bind C-tab here; moved
9474         from filecache.el.
9476         * filecache.el: Minibuffer map bindings moved to bindings.el.
9478 2007-11-21  Jason Rumney  <jasonr@gnu.org>
9480         * international/mule-cmds.el (set-locale-environment):
9481         Set default-file-name-coding-system from system defaults on Windows.
9483 2007-11-21  Jason Rumney  <jasonr@gnu.org>
9485         * term/w32console.el: New term init file for w32 console.
9487         * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
9488         (x-setup-function-keys): Likewise, replacing top-level key definitions.
9489         (w32-tty-standard-colors): Move to term/w32console.el.
9491         * term/w32-win.el (x-setup-function-keys): Remove.
9493         * term/tty-colors.el (tty-register-default-colors): Remove special
9494         case for w32.
9496 2007-11-21  Dan Nicolaescu  <dann@ics.uci.edu>
9498         * frame.el (msdos-mouse-p):
9499         * generic-x.el (w32-shell-name):
9500         * files.el (msdos-long-file-names, w32-long-file-name)
9501         (dired-get-filename, dired-unmark, dired-do-flagged-delete)
9502         (dos-8+3-filename, vms-read-directory, view-mode-disable):
9503         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
9504         (mac-resume-apple-event, mac-font-panel-mode)
9505         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
9506         (mac-clear-font-name-table):
9507         * term/pc-win.el (msdos-remember-default-colors)
9508         (w16-set-clipboard-data, w16-get-clipboard-data):
9509         * term/w32-win.el (w32-send-sys-command, w32-select-font)
9510         (set-message-beep):
9511         * w32-fns.el (set-message-beep, w32-get-clipboard-data)
9512         (w32-get-locale-info, w32-get-valid-locale-ids)
9513         (w32-set-clipboard-data):
9514         * help-fns.el (ad-get-advice-info):
9515         * font-lock.el (fast-lock-after-fontify-buffer)
9516         (fast-lock-after-unfontify-buffer, fast-lock-mode)
9517         (lazy-lock-after-fontify-buffer)
9518         (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
9519         * net/browse-url.el (w32-shell-execute):
9520         * dos-fns.el (int86, msdos-long-file-names):
9521         * dos-w32.el (default-printer-name): Declare as functions.
9523 2007-11-21  Juanma Barranquero  <lekktu@gmail.com>
9525         * textmodes/paragraphs.el (forward-sentence): Doc fix.
9526         Reported by Drew Adams <drew.adams@oracle.com>.
9528 2007-11-20  Jason Rumney  <jasonr@gnu.org>
9530         * term/w32-win.el (x-setup-function-keys): Protect against
9531         multiple calls on the same terminal.
9533 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
9535         * term/mac-win.el (x-setup-function-keys): Only setup
9536         local-function-key-map if it has not been setup already for the
9537         current frame.  Move the suspend-emacs processing here.
9539 2007-11-20  Juanma Barranquero  <lekktu@gmail.com>
9541         * progmodes/grep.el (xargs-program): New variable.
9542         (grep-compute-defaults): Use it.
9543         (grep-default-command): Doc fix.
9544         (grep, lgrep, rgrep): Reflow docstrings.
9546 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
9548         * vc.el (vc-find-revision): Set the parent buffer.
9549         Use when instead of if.
9551         * progmodes/python.el (info-lookup-maybe-add-help):
9552         * progmodes/ps-mode.el (doc-view-minor-mode):
9553         * mail/emacsbug.el (Info-menu, Info-goto-node):
9554         * emulation/viper-keym.el (viper-ex)
9555         (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
9556         * emulation/viper-cmd.el (widget-type, widget-button-press)
9557         (viper-set-hooks):
9558         * emacs-lisp/tcover-unsafep.el (unsafep-function):
9559         * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
9560         (ses-load, ses-vector-delete, ses-create-header-string)
9561         (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
9562         * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
9564 2007-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9566         * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
9568 2007-11-20  Glenn Morris  <rgm@gnu.org>
9570         * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
9571         for end of function-name.  Handle define-derived-mode.
9573 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
9575         * progmodes/idlw-help.el: Require browse-url unconditionally, it
9576         is available by default.
9577         (idlwave-help-browse-url-available): Change default to t.
9579         * emulation/edt.el (defgroup, defcustom): Remove definition.
9580         (eval-when-compile): Remove.
9581         (c-mark-function):
9582         * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
9583         * textmodes/fill.el (comment-search-forward)
9584         (comment-string-strip):
9585         * progmodes/prolog.el (comint-mode, comint-send-string)
9586         (comint-send-region, comint-send-eof):
9587         * progmodes/dcl-mode.el (imenu-default-create-index-function):
9588         * emulation/viper-util.el (viper-forward-Word):
9589         * emulation/vi.el (c-mark-function):
9590         * emulation/edt-vt100.el (vt100-wide-mode):
9591         * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
9593 2007-11-19  Michael Albinus  <michael.albinus@gmx.de>
9595         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
9596         Still some tuning in case of an echoing shell.
9597         (tramp-send-command): Connection property "remote-echo" is not
9598         persistent; cache key is the process therefore.
9600 2007-11-19  Juanma Barranquero  <lekktu@gmail.com>
9602         * replace.el (map-query-replace-regexp): Doc fix (revert part of
9603         2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
9605 2007-11-19  Dan Nicolaescu  <dann@ics.uci.edu>
9607         * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
9608         * play/yow.el (doctor-ret-or-read):
9609         * vc-hooks.el (vc-dired-resynch-file):
9610         * vc-hg.el (log-view-get-marked):
9611         * smerge-mode.el (ediff-cleanup-mess):
9612         * pcvs.el (vc-editable-p, vc-checkout):
9613         * pcomplete.el (comint-bol):
9614         * informat.el (texinfo-format-refill):
9615         * ido.el (tramp-tramp-file-p):
9616         * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
9617         (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
9618         * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
9619         functions.
9621         * textmodes/ispell.el (ispell-int-char): Make it a defalias
9622         instead of fset.
9623         (ispell-message): Use with-no-warnings for sc-cite-regexp call.
9625         * ido.el (ido-file-internal): Move with-no-warnings to include the
9626         ffap-string-at-point call.
9628         * pcomplete.el (pcomplete-executables): Move defsubst before first use.
9630         * vc-hg.el (vc-hg-revision-table): Fix last change.
9632 2007-11-19  Martin Rudalics  <rudalics@gmx.at>
9634         * menu-bar.el (top-level): Deactivate clipboard-kill-region and
9635         clipboard-yank when the buffer is read-only.
9637         * cus-edit.el (custom-field-keymap): Move to other Custom mode
9638         keymaps such that it's before the definition of Custom-mode-menu.
9639         (Custom-mode-menu): Show it for custom-field-keymap too.
9641 2007-11-19  Nick Roberts  <nickrob@snap.net.nz>
9643         * progmodes/gdb-ui.el: Update commentary.
9645 2007-11-18  Dan Nicolaescu  <dann@ics.uci.edu>
9647         * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
9649 2007-11-19  Glenn Morris  <rgm@gnu.org>
9651         * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
9652         does not exist, try adding `.el' extension.  Also search for defsubsts.
9654         * cus-edit.el (recentf-expand-file-name):
9655         * dired.el (dired-relist-entry):
9656         * subr.el (w32-shell-dos-semantics):
9657         * emacs-lisp/bytecomp.el (compilation-forget-errors):
9658         Declare as functions.
9660 2007-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9662         * abbrev.el (kill-all-abbrevs, insert-abbrevs)
9663         (prepare-abbrev-list-buffer): Use dolist.
9664         (clear-abbrev-table): Preserve properties.
9666 2007-11-18  Shigeru Fukaya  <shigeru.fukaya@gmail.com>  (tiny change)
9668         * textmodes/texinfmt.el (texinfo-format-printindex):
9669         Collect combined indexes using texinfo-short-index-format-cmds-alist.
9670         Reported on <bug-texinfo@gnu.org>.
9672 2007-11-18  Michael Albinus  <michael.albinus@gmx.de>
9674         * net/tramp.el (tramp-completion-reread-directory-timeout):
9675         New defcustom.
9676         (tramp-handle-file-name-all-completions): Flush directory contents
9677         from cache regularly.
9678         (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
9679         (tramp-open-connection-setup-interactive-shell):
9680         Call `tramp-cleanup-connection' via funcall.
9682         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
9683         created when copying.
9685 2007-11-17  Dan Nicolaescu  <dann@ics.uci.edu>
9687         * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
9688         * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
9689         * eshell/esh-ext.el (eshell-external-command):
9690         * eshell/esh-cmd.el (require):
9691         * eshell/em-unix.el (eshell-plain-locate-behavior):
9692         * eshell/em-cmpl.el (eshell-cmpl-initialize):
9693         Replace eshell-under-xemacs-p with (featurep 'xemacs).
9694         * eshell/esh-mode.el (characterp, char-int): Remove unused
9695         conditional defaliases.
9697         * pcomplete.el (pcomplete-event-matches-key-specifier-p):
9698         Rename from event-matches-key-specifier-p, define unconditionally.
9699         (event-basic-type): Remove unused defalias.
9700         (pcomplete-show-completions):
9701         Use pcomplete-event-matches-key-specifier-p.
9703 2007-11-17  Eli Zaretskii  <eliz@gnu.org>
9705         * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
9706         when saving esh-groups.el.
9708 2007-11-17  Martin Rudalics  <rudalics@gmx.at>
9710         * wid-edit.el (widget-default-complete):
9711         * progmodes/flymake.el (flymake-goto-file-and-line):
9712         Fix typo in (doc-)string.
9714 2007-11-17  Glenn Morris  <rgm@gnu.org>
9716         * emacs-lisp/byte-run.el (declare-function): New macro.
9717         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
9718         New function, byte-hunk-handler for declare-function.
9719         (byte-compile-callargs-warn): Handle declared functions.
9721         * emacs-lisp/check-declare.el: New file.
9722         * Makefile.in (check-declare): New target.
9724         * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
9726         * subr.el (process-lines): Move here from ../admin/admin.el.
9727         * emacs-lisp/authors.el (authors-process-lines): Remove.
9728         (authors): Use process-lines rather than authors-process-lines.
9730         * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
9731         Remove these files.
9733 2007-11-17  Juanma Barranquero  <lekktu@gmail.com>
9735         * emacs-lisp/backquote.el (backquote):
9736         Improve argument/docstring consistency.
9738         * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
9739         (ring-length, ring-empty-p): Use c[ad]dr.
9740         (ring-plus1): Use `1+'.
9741         (ring-minus1): Use `zerop'.
9742         (ring-remove): Use c[ad]dr.  Use `when'.
9743         (ring-copy): Use c[ad]dr.  Use `let', not `let*'.
9744         (ring-ref): Use `let', not `let*'.
9745         (ring-insert-at-beginning): Use c[ad]dr.  Doc fix.
9746         (ring-insert+extend): Use c[ad]dr.  Fix typo in docstring.
9747         (ring-member): Simplify.  Doc fix.
9748         (ring-convert-sequence-to-ring): Simplify.
9750 2007-11-17  Juri Linkov  <juri@jurta.org>
9752         * dired-aux.el (dired-create-directory): Allow creating
9753         a directory of an arbitrary depth.  Add a loop to find the topmost
9754         nonexistent parent dir `new', and call `dired-add-file' on it.
9755         Set the `PARENTS' arg of `make-directory' to t.
9757 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
9759         * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
9760         (math-build-parse-table): Get parse information from math-parse-table.
9762 2007-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9764         * window.el (recenter-last-op): New var.
9765         (recenter-top-bottom): New command.
9766         (global-map): Bind it to C-l.
9768         * abbrev.el (abbrev--write): Fix error in transcription from C.
9770         * emulation/pc-select.el (pc-select-shifted-mark): Remove.
9771         (pc-select-ensure-mark): Set mark-active to a special value instead.
9772         Rename from ensure-mark.  Update call callers.
9773         (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
9774         Rewrite.  Update all callers.
9775         (pc-selection-mode): Remove redundant var declaration.
9777 2007-11-16  Tassilo Horn  <tassilo@member.fsf.org>
9779         * doc-view.el (doc-view-search-backward, doc-view-search):
9780         Fix assignment to free variable bug.
9782 2007-11-16  Martin Pohlack  <mp26@os.inf.tu-dresden.de>  (tiny change)
9784         * emulation/pc-select.el (pc-select-shifted-mark): New var.
9785         (ensure-mark): Set it.
9786         (maybe-deactivate-mark): New fun.
9787         Use it everywhere instead of (setq mark-active nil).
9789 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9791         * textmodes/reftex-dcr.el (reftex-start-itimer-once):
9792         Add check for XEmacs.
9794         * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
9796         * doc-view.el (doc-view-resolution): Add missing :group.
9798 2007-11-16  Juanma Barranquero  <lekktu@gmail.com>
9800         * subr.el (make-variable-frame-local):
9801         Fix typo in obsolescence declaration.
9803 2007-11-16  Werner Lemberg  <wl@gnu.org>
9805         * files.el (set-auto-mode-1): Check second line for -*- if file
9806         starts with '\" (which is used by man pages to identify needed
9807         troff preprocessors).
9809 2007-11-16  Glenn Morris  <rgm@gnu.org>
9811         * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
9813 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
9815         * calc/calc-lang.el (math-oper-table): Fix typo.
9816         Reduce precedence of "/" for TeX.
9818         * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
9820 2007-11-16  Juri Linkov  <juri@jurta.org>
9822         * dired-aux.el (dired-read-shell-command-default): New function.
9823         (dired-read-shell-command): Use its return value for DEFAULT arg.
9825         * replace.el (keep-lines-read-args, occur-read-primary-args):
9826         Use a list of default values for DEFAULT arg of read-from-minibuffer.
9828         * man.el (Man-heading-regexp): Add 0-9.
9829         (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
9831 2007-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9833         * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
9834         (doc-view-resolution): New custom var.
9835         (doc-view-pdf/ps->png): Use it.
9836         (doc-view-shrink-factor): New var.
9837         (doc-view-enlarge, doc-view-shrink): New commands.
9838         (doc-view-mode-map): Use them.
9840 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9842         * ediff-wind.el (ediff-window-setup-function):
9843         * simple.el (normal-erase-is-backspace):
9844         * eshell/em-unix.el (eshell/info):
9845         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
9846         Fix typos in docstrings.
9848         * emulation/cua-base.el (cua--keymaps-initialized):
9849         Rename from `cua--keymaps-initalized'.  Callers changed.
9850         (cua-highlight-region-shift-only): Doc fix.
9851         (cua-paste-pop): Fix typo in docstring.
9853 2007-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9855         * emulation/cua-base.el (cua--pre-command-handler-1):
9856         Use input-decode-map instead of function-key-map.
9857         Use event-modifiers now that it works reliably.
9859         * vc.el (vc-diff-internal): Pop-to-buffer later.
9861         * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
9863         * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
9864         did not touch them.
9866 2007-11-15  Jay Belanger  <jay.p.belanger@gmail.com>
9868         * calc/calc-menu.el: New file.
9869         * calc/calc.el (calc-mode): Require calc-menu.
9871 2007-11-14  Juanma Barranquero  <lekktu@gmail.com>
9873         * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
9875 2007-11-14  Nick Roberts  <nickrob@snap.net.nz>
9877         * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
9878         (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
9879         (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
9880         (gdb-goto-breakpoint): Generalise for breakpoints with multiple
9881         locations.
9882         (gdb-info-breakpoints-custom, gdb-assembler-custom)
9883         (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
9884         (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
9886 2007-11-13  Noah Friedman  <friedman@splode.com>
9888         * calc/calc.el: Add `backward-delete-char-untabify' to the list of
9889         bindings to remap when `calc-scan-for-dels' is non-nil.
9891 2007-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9893         * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
9894         constant forms.
9895         (byte-compile-nilconstp): New function.
9896         (byte-optimize-cond): Kill subsequent branches when a branch is
9897         know to be taken or not taken.
9898         (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
9900 2007-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
9902         * vc.el (vc-register): Allow registering a file passed as a
9903         parameter instead of just the current buffer.
9905 2007-11-12  Michael Albinus  <michael.albinus@gmx.de>
9907         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
9908         Check whether the output of "uname -sr" has been changed.
9910 2007-11-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9912         * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
9913         patterns from compilation-perl.el and compilation-weblint.el files.
9915 2007-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
9917         * progmodes/compilation-perl.el:
9918         * progmodes/compilation-weblint.el: Disable autoloads, they cause
9919         a bootstrap failure.
9921         * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
9922         instead of doing "cvs diff" in order to avoid accessing the repository.
9924 2007-11-12  Kevin Ryde  <user42@zip.com.au>
9926         * progmodes/compilation-perl.el:
9927         * progmodes/compilation-weblint.el: New files.
9929 2007-11-11  Juanma Barranquero  <lekktu@gmail.com>
9931         * international/iso-cvt.el (iso-translate-conventions): Doc fix.
9932         (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
9933         (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
9934         (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
9935         (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
9936         Rewrite in active voice.
9938 2007-11-11  Tassilo Horn  <tassilo@member.fsf.org>
9940         * doc-view.el: Add comments about isearch support.
9942 2007-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
9944         * vc.el (vc-start-entry): Fix setting the in the case the function
9945         is called from vc-dired.  Use when instead of if where appropriate.
9947 2007-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9949         * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
9950         to be a list.
9951         (ps-begin-job): Error if ps-lpr-switches is not a list.
9953 2007-11-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9955         * faces.el (face-normalize-spec): Remove function.
9956         (frame-set-background-mode): Undo last change.
9958 2007-11-10  Jason Rumney  <jasonr@gnu.org>
9960         * w32-fns.el: Sync charset names with setup-default-fontset.
9961         Append "-1" where second part missing.
9963 2007-11-10  Juri Linkov  <juri@jurta.org>
9965         * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
9966         Fix docstring.  Reported by Leo <sdl.web@gmail.com>.
9968         * custom.el (custom-note-var-changed): Remove the `interactive'
9969         spec from this new non-interactive function.
9971 2007-11-10  Tassilo Horn  <tassilo@member.fsf.org>
9973         * doc-view.el (doc-view-mode-map, doc-view-menu)
9974         (doc-view-pdf->txt-sentinel): Adapt to new search UI.
9975         (doc-view-search-backward): New function.
9976         (doc-view-search): Query new regexp if prefix arg is given, else
9977         jump to next/previous match.
9978         (doc-view-mode): Handle compressed files.
9979         (jka-compr): Required for compressed files.
9981 2007-11-10  Paul Pogonyshev  <pogonyshev@gmx.net>
9983         * replace.el (query-replace-show-replacement): New defcustom.
9984         (perform-replace): Use `match-substitute-replacement' if
9985         `query-replace-show-replacement' is non-nil.
9987 2007-11-10  David Kastrup  <dak@gnu.org>
9989         * subr.el (match-substitute-replacement): New function.
9991 2007-11-10  Carsten Dominik  <dominik@science.uva.nl>
9993         * files.el (auto-mode-alist): Select org-mode for files with the
9994         extension ".org".
9996 2007-11-10  Martin Rudalics  <rudalics@gmx.at>
9998         * help.el (help-window, help-window-point-marker): New variables.
9999         (help-window-select): New option.
10000         (with-help-window): New macro for displaying help windows.
10001         (help-window-display-message, help-window-setup-finish)
10002         (help-window-setup): New functions used for setting up help windows.
10003         (print-help-return-message): Reset help-window to nil.
10004         (view-lossage): Use with-help-window instead of
10005         with-output-to-temp-buffer and move help-window-point-marker after
10006         inserted text.
10007         (describe-bindings, describe-key, describe-mode): Use
10008         with-help-window instead of with-output-to-temp-buffer.
10010         * help-mode.el (help-mode): Set view-exit-action to bury the
10011         buffer instead of fiddling with windows.  Simplify code.
10012         (help-mode-finish): When help-window eqs t set it to the selected
10013         window and have with-help-window set up view-return-to-alist.
10014         (help-buffer): Add autoload cookie.
10016         * view.el (view-remove-frame-by-deleting): Change default value to t.
10017         Add autoload cookie.
10018         (view-exit-action, view-file, view-file-other-window)
10019         (view-file-other-frame, view-buffer, view-buffer-other-window)
10020         (view-buffer-other-frame): Rewrite doc strings.
10021         (view-return-to-alist-update): New function to remove stale entries
10022         from view-return-to-alist.
10023         (view-mode-enter): Rewrite doc string and simplify code.
10024         (view-mode-exit): Handle new case 'keep-frame.  Don't reset
10025         view-exit-action to nil.  Simplify code and rewrite doc string.
10027         * apropos.el (apropos-describe-plist):
10028         * descr-text.el (describe-char):
10029         * disp-table.el (describe-display-table):
10030         * faces.el (list-faces-display, describe-face):
10031         * facemenu.el (list-colors-display):
10032         * help-fns.el (describe-function, describe-variable)
10033         (describe-syntax, describe-categories):
10034         Use with-help-window instead of with-output-to-temp-buffer.
10036 2007-11-10  Dan Nicolaescu  <dann@ics.uci.edu>
10038         * emacs-lisp/byte-opt.el (byte-optimize-featurep):
10039         Optimize (featurep 'emacs) to t.
10041         * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
10042         New function.
10043         (byte-compile-maybe-guarded): Use it to also look for bound
10044         symbols inside `and' forms.  Comment out non-working code that was
10045         trying to avoid warnings for XEmacs code.
10047         * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
10049         * vc-svn.el (vc-svn-print-log, vc-svn-diff):
10050         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
10051         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
10052         (vc-cvs-annotate-command):
10053         * vc-arch.el (vc-arch-diff): Remove test to check if start-process
10054         is bound, it always is.
10056 2007-11-10  Jason Rumney  <jasonr@gnu.org>
10058         * term/w32-win.el (w32-initialize-window-system): Move SJIS font
10059         setup here from global scope.
10061 2007-11-10  Juanma Barranquero  <lekktu@gmail.com>
10063         * ido.el (ido-save-history): Save the history file in UTF-8, not
10064         the current filename coding system.
10066 2007-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10068         * simple.el (interprogram-cut-function, interprogram-paste-function):
10069         Don't make them frame-local any more.
10071         * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
10072         Don't set interprogram-(cut|paste)-function on each frame.
10074         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
10075         Make them work in tty frames.
10076         (interprogram-cut-function, interprogram-paste-function):
10077         Set them globally.
10079 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
10081         * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
10082         (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
10083         (iso-iso2duden-trans-tab): Add docstring.
10085 2007-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10087         * abbrev.el (define-abbrev-table): Record the variable definition.
10089         * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
10090         New function.
10092 2007-11-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10094         * ps-print.el: Clean the code for checking suitable Emacs version.
10095         (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
10096         (ps-print-version): New version 6.8.1.
10098 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
10100         * files.el (enable-local-variables): Doc fix.
10102 2007-11-09  Nick Roberts  <nickrob@snap.net.nz>
10104         * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
10106 2007-11-09  Sven Joachim  <svenjoac@gmx.de>
10108         * dired-aux.el (dired-copy-file-recursive):
10109         Preserve directory permissions.
10111 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
10113         * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
10114         (whitespace-unload-function): New-style unload function.  When run,
10115         unintern `whitespace-unload-hook' and call `unload-feature' recursively
10116         to stop the old hook from messing with the unloading.
10118 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
10120         * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
10121         (elp-unset-master, elp-results): Fix typos.
10122         (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
10123         Doc fixes.
10125         * msb.el (msb--many-menus): Remove variable.
10126         (msb-max-menu-items, msb--add-to-menu): Doc fixes.
10127         (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
10128         (msb--toggle-menu-type): Fix typos in docstrings.
10130         * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
10131         (shadow-insert-var): Doc fixes.
10132         (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
10133         Reflow docstrings.
10134         (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
10136 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
10138         * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
10139         (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
10140         Fix typos in autoload docstrings.
10142 2007-11-09  Richard Stallman  <rms@gnu.org>
10144         * savehist.el (savehist-save): Obey savehist-ignored-variables.
10146 2007-11-09  Nick Roberts  <nickrob@snap.net.nz>
10148         * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
10149         (gdb-var-update-handler-1): Use it.
10151 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
10153         * loadhist.el (unload-feature): Remove erroneous check for the
10154         FEATURE-unload-function variable; check the existence of the
10155         function (that's what the docstring says, and it makes more sense).
10157         * follow.el (follow-unload-function): Add docstring.
10158         (follow-unload-function): Remove variable.
10160         * server.el (server-unload-function): Remove variable.
10161         (server-unload-function): Unbind `server-edit' from `C-x #'.
10163         * ses.el (ses-unload-function): New function.
10165 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
10167         * emacs-lisp/unsafep.el (unsafep, unsafep-function)
10168         (unsafep-progn, unsafep-let): Fix typos in docstrings.
10170         * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
10171         before use to avoid a warning in packages that require uniquify.
10172         (uniquify-unload-function): New function and var.
10174 2007-11-09  Dan Nicolaescu  <dann@ics.uci.edu>
10176         * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
10177         (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
10178         (ediff-current-diff-A, ediff-current-diff-B)
10179         (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
10180         (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
10181         (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
10182         (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
10183         (ediff-odd-diff-Ancestor, ediff-reset-mouse):
10184         * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
10185         (ediff-setup-windows-plain-merge)
10186         (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
10187         (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
10188         * ediff-util.el (ediff-setup-keymap, )
10189         (ediff-toggle-wide-display, ediff-toggle-multiframe)
10190         (ediff-toggle-use-toolbar, ediff-really-quit)
10191         (ediff-good-frame-under-mouse)
10192         (ediff-highlight-diff-in-one-buffer)
10193         (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
10194         (ediff-make-bullet-proof-overlay):
10195         * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
10196         (ediff-set-meta-overlay):
10197         * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
10198         * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
10199         ediff-emacs-p with their former definitions.
10201         * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
10202         (viper-has-face-support-p, viper-inactivate-input-method)
10203         (viper-activate-input-method)
10204         (viper-use-replace-region-delimiters, viper-restore-cursor-type):
10205         * emulation/viper-mous.el (viper-multiclick-timeout)
10206         (viper-surrounding-word, viper-mouse-click-insert-word)
10207         (viper-mouse-click-search-word, viper-parse-mouse-key):
10208         * emulation/viper-macs.el (viper-char-array-to-macro):
10209         * emulation/viper.el (viper-go-away, viper-set-hooks)
10210         (viper-non-hook-settings):
10211         * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
10212         (viper-get-saved-cursor-color-in-insert-mode)
10213         (viper-get-saved-cursor-color-in-emacs-mode)
10214         (viper-check-version, viper-get-visible-buffer-window)
10215         (viper-file-checked-in-p, viper-set-replace-overlay)
10216         (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
10217         (viper-check-minibuffer-overlay, viper-read-key-sequence)
10218         (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
10219         with their former definitions.
10220         (viper-eventify-list-xemacs): Only do work for XEmacs.
10221         (viper-set-unread-command-events): Only do work for Emacs.
10222         (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
10223         (viper-move-overlay, viper-overlay-start, viper-overlay-end)
10224         (viper-overlay-get, viper-overlay-put, viper-read-event)
10225         (viper-characterp, viper-int-to-char, viper-get-face)
10226         (viper-color-defined-p, viper-iconify): New defaliases replacing
10227         the old fsets.
10229         * progmodes/fortran.el (comment-region-function)
10230         (uncomment-region-function): Pacify byte compiler.
10232         * vc.el (vc-diff-internal): Remove code for an old version of gnus.
10234 2007-11-08  Michael Albinus  <michael.albinus@gmx.de>
10236         * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
10237         `process-environment'.
10239 2007-11-08  David Hansen  <david.hansen@gmx.net>  (tiny change)
10241         * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
10242         match dir like "a...b".
10244 2007-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10246         * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
10248 2007-11-07  Michael Albinus  <michael.albinus@gmx.de>
10250         * net/tramp.el (tramp-handle-substitute-in-file-name):
10251         Don't expand the remote connection identification.
10252         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10253         Set also $PS2 and $PS3 when setting $PS1.  Check for shell echoing
10254         before calling stty.
10256         * net/tramp-cache.el (tramp-cache-print)
10257         (tramp-dump-connection-properties): Fix docstring.
10258         (tramp-list-connections): Rename from `tramp-cache-list-connections'.
10260         * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
10262         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
10263         remote connection identification when setting connection property.
10265         * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
10266         "//" substitutes only in the local filename part.
10268 2007-11-07  David Hansen  <david.hansen@gmx.net>
10270         * eshell/em-glob.el (eshell-extended-glob): Sort matches.
10272 2007-11-07  Glenn Morris  <rgm@gnu.org>
10274         * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
10275         Remove superfluous concats.  Move final set-buffer to
10276         non-emacs-specific code.
10278 2007-11-07  Rob Riepel  <riepel@networking.stanford.edu>
10280         * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
10282 2007-11-07  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
10284         * eshell/esh-mode.el (eshell-output-filter):
10285         * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
10286         Use `with-current-buffer'.
10288 2007-11-07  Andreas Schwab  <schwab@suse.de>
10290         * server.el (server-start): Only register cleanup after server was
10291         started.
10293 2007-11-06  Michael Albinus  <michael.albinus@gmx.de>
10295         * net/tramp.el (top): Don't autoload `tramp-cache-print'.
10297         * net/tramp-cache.el (tramp-cache-print): Move down.
10298         (tramp-cache-list-connections): New defun.
10300         * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
10302 2007-11-06  Juanma Barranquero  <lekktu@gmail.com>
10304         * ido.el (ido-save-history): Write the history file in the current
10305         filename coding system, and add `coding' file-local variable.
10307 2007-11-06  Carsten Dominik  <dominik@science.uva.nl>
10309         * textmodes/org.el (org-table-formula-substitute-names):
10310         Remove forgotten temporary debugging code.
10312 2007-11-05  Michael Albinus  <michael.albinus@gmx.de>
10314         * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
10315         the prompt.
10317 2007-10-05  Chris Moore  <christopher.ian.moore@gmail.com>
10319         * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
10321 2007-11-05  Simon Josefsson  <simon@josefsson.org>
10323         * net/tls.el (tls-end-of-info): Doc fix.
10325 2007-11-05  Kenichi Handa  <handa@ni.aist.go.jp>
10327         * international/utf-7.el (utf-7-imap): New coding system.
10328         (utf-7-imap-post-read-conversion): New function.
10329         (utf-7-imap-pre-write-conversion): New function.
10331 2007-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10333         * abbrev.el (abbrev--write): Fix up typo.
10335 2007-11-04  Juanma Barranquero  <lekktu@gmail.com>
10337         * abbrev.el (define-abbrev-table): Doc fix.
10339 2007-11-04  Thien-Thi Nguyen  <ttn@gnuvola.org>
10341         * info.el (Info-revert-buffer-function): New func.
10342         (Info-mode): Arrange to use it for reverting.
10343         (Info-copy-current-node-name): Add space between filename and nodename.
10345 2007-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10347         * abbrev.el (expand-abbrev): Move point back to expansion's end.
10349 2007-11-04  Glenn Morris  <rgm@gnu.org>
10351         * net/tls.el: Don't require rx when compiling.
10352         (tls-end-of-info): Rewrite without using rx.
10353         (open-tls-stream): Use with-current-buffer.
10355 2007-11-04  Riccardo Murri  <riccardo.murri@gmail.com>
10357         * net/tls.el: Require rx when compiling.
10358         (tls-end-of-info): New variable.
10359         (open-tls-stream): Keep reading input until `tls-end-of-info' is
10360         matched.
10362 2007-11-03  Sean O'Rourke  <seano@cs.ucla.edu>
10364         * register.el (append-to-register, prepend-to-register):
10365         Don't signal error on empty register; use the text, instead.
10367 2007-11-03  Michael Olson  <mwolson@gnu.org>
10369         * textmodes/remember.el (remember-buffer):
10370         Use define-obsolete-function-alias rather than defalias.
10372 2007-11-03  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
10374         * simple.el (bad-packages-alist): Anchor semantic regexp.
10376 2007-11-03  Glenn Morris  <rgm@gnu.org>
10378         * newcomment.el (comment-dwim): Call comment-insert-comment-function,
10379         if defined, for blank lines.  Doc fix.
10381         * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
10382         (fortran-mode): Set values for comment-region-function,
10383         uncomment-region-function and comment-insert-comment-function.
10384         (fortran-uncomment-region): New function.
10386         * textmodes/nroff-mode.el (nroff-mode):
10387         Set comment-insert-comment-function rather than indent-line-function.
10388         (nroff-indent-line-function): Remove.
10389         (nroff-insert-comment-function): New function.
10391 2007-11-02  Michael Kifer  <kifer@cs.stonybrook.edu>
10393         * ediff-vers.el (ediff-vc-working-revision): Add a quote.
10395 2007-11-02  Michael Kifer  <kifer@cs.stonybrook.edu>
10397         * emulation/viper-ex.el (viper-ex): Do not ignore the region.
10399         * emulation/viper-cmd.el (viper-prev-destructive-command)
10400         (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
10401         copy-sequence.
10403         * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
10404         Got rid of ediff-copy-list.
10406         * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
10407         use face-name.
10408         (ediff-test-utility, ediff-diff-mandatory-option)
10409         (ediff-reset-diff-options): Remove to simplify the mandatory option
10410         handling on Windows.
10411         (ediff-set-diff-options): Add.
10412         (ediff-diff-options): Set "--binary" option as default in some cases.
10414         * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
10415         (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
10416         ediff-vc-working-revision.  Require vc-hooks.
10418 2007-11-02  Drake Wilson  <drake@begriffli.ch>  (tiny change)
10420         * files.el (hack-local-variables): Fix membership tests to avoid
10421         treating all variables as safe if `enable-local-variables' is
10422         set to :safe (CVE-2007-5795).
10424 2007-11-02  Glenn Morris  <rgm@gnu.org>
10426         * newcomment.el (comment-indent): Let comment-insert-comment-function,
10427         if defined, do all the work of inserting a new comment.
10429         * progmodes/etags.el (tags-table-mode): Disable undo.
10431         * simple.el (bad-packages-alist): Revert previous change.
10433 2007-11-02  Dan Nicolaescu  <dann@ics.uci.edu>
10435         * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
10437         * obsolete/lselect.el: Do not warn about unknown functions.
10439 2007-11-02  Michael Olson  <mwolson@gnu.org>
10441         * textmodes/remember.el (remember-buffer): Make this an alias of
10442         remember-finalize, because Org uses it.
10444 2007-11-01  Michael Olson  <mwolson@gnu.org>
10446         * textmodes/remember.el: Improve documentation in heading.
10447         (remember-before-remember-hook): Turn into a customizable option.
10448         (remember): Document INITIAL argument.
10449         (remember-region): Remove autoload cookie.  Improve docstring to
10450         mention that it is called from the *Remember* buffer, and does not
10451         have any functional overlap with the `remember' function.
10452         (remember-finalize): Remove autoload cookie.  Rename from
10453         remember-buffer to emphasize that this does not have any
10454         functional overlap with the `remember' function.
10455         (remember-destroy): Remove autoload cookie.
10456         (remember-mode-map): Define and initialize in one step.
10457         (remember-mode): Improve docstring.
10458         (remember-annotation-functions): Default to just '(buffer-file-name),
10459         and don't try to take the default value from Planner.
10461 2007-11-01  Glenn Morris  <rgm@gnu.org>
10463         * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
10465         * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
10467         * emacs-lisp/authors.el (authors-scan-change-log)
10468         (authors-scan-el): Don't enable local eval; enable only safe local
10469         variables, without querying.
10471         * mail/footnote.el (footnote-numeric-regexp)
10472         (footnote-english-upper-regexp, footnote-english-lower-regexp)
10473         (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
10474         Match multi-character footnotes.
10476         * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
10477         (nroff-indent-line-function): New function.
10478         (nroff-count-text-lines): Use nroff-forward-text-line rather than
10479         obsolete alias.
10481 2007-11-01  Ryan Yeske  <rcyeske@gmail.com>
10483         * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
10484         (rcirc-elapsed-lines): New argument PROCESS.  Update callers.
10485         (rcirc-print): Only update the line count when not marking the
10486         line as omittable.
10487         (rcirc-log-write): Specify coding system when writing logfile.
10488         (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
10490 2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
10492         * printing.el (printing): Fix :version, printing.el was included
10493         for in emacs-22.1.
10494         (pr-path-style, pr-path-alist, pr-txt-name)
10495         (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
10496         (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
10497         (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
10498         (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
10499         (pr-auto-mode, pr-mode-alist, pr-ps-utility)
10500         (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
10501         (pr-setting-database, pr-visible-entry-list)
10502         (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
10503         (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
10505         * ediff-util.el (ediff-nuke-selective-display): Move definition to
10506         top level, make it dependent on the emacs flavor.
10508         * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
10509         Test for XEmacs not for itimer.
10511         * term/sun-mouse.el:
10512         * obsolete/sun-fns.el:
10513         * obsolete/sun-curs.el: Remove files.
10515         * term/sun.el (select-previous-complex-command): Remove obsolete code.
10517 2007-10-31  Tassilo Horn  <tassilo@member.fsf.org>
10519         * doc-view.el (doc-view-cache-directory): Fix bug where an integer
10520         was given to concat.
10522 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10524         * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
10525         used normally for goto-line.  Change `g' to revert the buffer.
10526         Add redundant `r' binding for buffer-revert.
10528         * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
10529         (mail-abbrevs-setup): Use abbrev-expand-functions.
10530         (build-mail-abbrevs): Use with-temp-buffer.
10531         (define-mail-abbrev): Simplify.
10532         (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
10533         Change it for use on abbrev-expand-functions.
10534         (mail-abbrev-complete-alias): Use with-syntax-table.
10536 2007-10-31  Michael Albinus  <michael.albinus@gmx.de>
10538         * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
10539         directly.  Fix bug in deleting temp file.
10541 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10543         * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
10544         Merge defvar and define-abbrev-table.
10545         (def-python-skeleton): Use :case-fixed and :enable-function.
10546         (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
10547         Remove.
10548         (python-mode): Don't modify pre-abbrev-expand-hook.
10550 2007-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
10552         * ediff-util.el (ediff-file-checked-out-p)
10553         (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
10555 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10557         * abbrev.el (abbrev-symbol): Correct let->let*.
10558         (abbrev--before-point): Only use abbrev-start-location if before point.
10560 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
10562         * strokes.el (strokes-alphabetic-lessp): Simplify.  Doc fix.
10563         (strokes-unload-hook): Remove function and variable.
10564         (strokes-unload-function): New-style unload function, adapted
10565         from `strokes-unload-hook'.
10567         * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
10568         (cl-unload-hook): Remove variable.
10569         (cl-unload-function): New-style unload function, adapted
10570         from `cl-cannot-unload'.
10572         * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
10573         (elp-unload-function): New-style unload function, adapted
10574         from `elp-unload-hook'.
10576 2007-10-31  Sean O'Rourke  <sorourke@cs.ucsd.edu>
10578         * emacs-lisp/find-func.el (find-library): Use library at
10579         point as default interactive argument.
10581 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
10583         * shadowfile.el (shadow-join): Remove.
10584         (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
10585         (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
10586         (shadowfile-unload-hook): Remove function and variable.
10587         (shadowfile-unload-function): New-style unload function, adapted
10588         from `shadowfile-unload-hook'.
10590 2007-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
10592         * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
10593         only if it is bound.
10595         * textmodes/reftex.el: Move autoloads for before all uses.
10596         (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
10597         (reftex-delete-overlay): Move to the top level with the condition
10598         in the body.
10600         * progmodes/simula.el: Use when instead of if.
10602         * iimage.el (iimage-locate-file): Define unconditionally.
10604         * mail/mailabbrev.el (mail-abbrev-next-line):
10605         * emulation/vip.el (vip-enlarge-region, vip-line)
10606         (vip-next-line-at-bol, vip-previous-line)
10607         (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
10608         Wrap with-no-warnings around uses of next-line and previous-line.
10610         * ediff.el (run-ediff-from-cvs-buffer):
10611         * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
10612         Remove function not used by pcl-cvs anymore.
10613         (noninteractive, generic-sc-get-latest-rev)
10614         (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
10615         Delete support for long obsolete generic-sc.el.
10617 2007-10-31  Glenn Morris  <rgm@gnu.org>
10619         * cvs-status.el: No longer require pcvs when compiling.
10621         * doc-view.el (doc-view-conversion-refresh-interval)
10622         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
10623         (doc-view-reset-slice): Doc fixes.
10624         (doc-view-menu): Remove deleted function doc-view-edit-doc.
10626 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
10628         * help-at-pt.el (help-at-pt-unload-hook): Remove.
10629         Timers are automatically canceled by `unload-feature'.
10631         * delsel.el (delsel-unload-hook): Remove function and variable.
10632         (delsel-unload-function): New-style unload function, adapted
10633         from `delsel-unload-hook'.
10635         * msb.el (msb-unload-hook): Remove function and variable.
10636         (msb-unload-function): New-style unload function, adapted from
10637         `msb-unload-hook'.
10639 2007-10-30  Juanma Barranquero  <lekktu@gmail.com>
10641         * desktop.el (uniquify-managed): Pacify byte compiler.
10642         (desktop-buffer-info): If the buffer name is managed by uniquify,
10643         save the base name, not the uniquified one.
10644         (desktop-create-buffer): Allow `rename-buffer' to generate a new
10645         name in case of conflict.
10647 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10649         * doc-view.el: Use expand-file-name rather than concat.
10650         (doc-view-cache-directory): Add the UID so multiple users won't clash.
10651         (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
10652         (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
10653         (doc-view-toggle-display): Use an overlay over the whole buffer so as
10654         not to have to touch the buffer's content.
10655         (doc-view-initiate-display): New function, extracted from doc-view-mode.
10656         (doc-view-mode): Use it.  Don't mark as a special mode.
10657         Put the page numbers in the modeline.
10658         Set up the overlay.  Hide the cursor.  Run the mode hook.
10659         Use after-revert-hook rather than revert-buffer-function.
10660         (doc-view-search-internal): Fix typo.
10661         (doc-view-convert-current-doc, doc-view-insert-image): Delay the
10662         image-cache flush.
10663         (doc-view-reconvert-doc): Don't reset the whole mode.
10664         (doc-view-make-safe-dir): New function.
10665         (doc-view-current-cache-dir): Use it.
10667 2007-10-30  Jason Rumney  <jasonr@gnu.org>
10669         * time.el (display-time-world-list): Test for zoneinfo support.
10671 2007-10-30  Michael Albinus  <michael.albinus@gmx.de>
10673         * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
10675         * net/tramp-cache.el (tramp-flush-file-function): Check also
10676         `default-directory' if `buffer-file-name' does not return a
10677         string.  Added to `eshell-pre-command-hook'.
10679 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10681         * doc-view.el (doc-view-current-doc): Remove.
10682         Replace all uses by buffer-file-name.
10683         (doc-view-menu): New menu.
10684         (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
10685         unused var `doc'.
10686         (doc-view-sort): Simplify.
10687         (doc-view-buffer-message): Don't change buffer-modified-p.
10688         (doc-view-mode): Change it here instead.
10689         Tighten scoping of prev-major-mode.  Don't re-insert the file's content.
10690         Don't modify the global value of revert-buffer-function.
10692         * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
10693         (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
10694         (image-toggle-display): Take overlays into account and don't assume
10695         point-min==1.
10697 2007-10-30  Thien-Thi Nguyen  <ttn@gnuvola.org>
10699         * vc.el (vc-annotate): Fix omission bug:
10700         Specify value for vc-sentinel-movepoint.
10702 2007-10-30  Michael Olson  <mwolson@gnu.org>
10704         * textmodes/remember.el (remember-mode-hook)
10705         (remember-handler-functions, remember-annotation-functions):
10706         Add additional items as options, including some Org functions.
10708 2007-10-30  Tassilo Horn  <tassilo@member.fsf.org>
10710         * doc-view.el: Remove cl-dependency.
10711         (doc-view-buffer-message): Mention new binding K.
10712         (doc-view-convert-current-doc): Use function d-v-current-cache-dir
10713         instead of variable.
10714         (doc-view-current-cache-dir): Better cache dir naming.
10715         (doc-view-current-display): Remove variable.
10716         (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
10717         (doc-view-kill-proc): Set converter process to nil.
10718         (doc-view-minor-mode): New minor mode.
10719         (doc-view-minor-mode-map): New keymap.
10720         (doc-view-mode): Remove text/image switching code.  Use plain defun.
10721         (doc-view-mode-map): New binding K kills converter process.
10722         Remove C-c C-e binding.
10723         (doc-view-mode-text-map): Remove keymap.
10724         (doc-view-pdf/ps->png): Timer calls d-v-display instead of
10725         d-v-display-maybe.
10726         (doc-view-previous-major-mode): New variable.
10727         (doc-view-ps->pdf): Resort args to make ps2pdf happy.
10728         (doc-view-remove-if): New function.
10729         (doc-view-search-next-match, doc-view-search-previous-match): Use it.
10730         (doc-view-toggle-display): Toggle modes instead of display styles.
10731         (doc-view-reconvert-doc): Adapt to new way of doing things.
10733         * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
10735 2007-10-30  Glenn Morris  <rgm@gnu.org>
10737         * dirtrack.el (dirtrack-mode): Doc fix.
10739         * shell.el (shell-dirtrack-verbose, shell-mode)
10740         (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
10742         * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
10743         (byte-compile-enable-warning): Doc fix.
10745         * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
10746         suppress byte-opt warning.
10748 2007-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
10750         * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
10751         (edt-gnu-emacs19-p): Remove.
10752         (edt-emacs-variant, edt-window-system): Use feature 'emacs.
10753         (edt-xserver, edt-page-backward, edt-beginning-of-line)
10754         (edt-end-of-line-forward, edt-end-of-line-backward)
10755         (edt-one-word-forward, edt-one-word-backward, edt-character)
10756         (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
10757         (edt-find-forward, edt-find-backward, edt-find-next-forward)
10758         (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
10759         (edt-define-key, edt-bottom-check, edt-sentence-forward)
10760         (edt-sentence-backward, edt-paragraph-forward)
10761         (edt-paragraph-backward, edt-restore-key, edt-window-top)
10762         (edt-window-bottom, edt-scroll-window-forward-line)
10763         (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
10764         (edt-line-to-top-of-window, edt-paragraph-backward)
10765         (edt-restore-key, edt-window-top, edt-window-bottom)
10766         (edt-scroll-window-forward-line)
10767         (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
10768         (edt-line-to-middle-of-window, edt-goto-percentage)
10769         (edt-display-the-time, edt-remember, edt-split-window)
10770         (edt-emulation-on, edt-emulation-off)
10771         (edt-default-emulation-setup, edt-user-emulation-setup)
10772         (edt-select-default-global-map, edt-select-user-global-map):
10773         Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
10774         tests.
10776         * textmodes/reftex-index.el (reftex-index-selection-or-word):
10777         Use feature test instead of boundp test so it can be resolved at
10778         compile time.
10780         * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
10782 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10784         * abbrev.el: Rename `count' and `system-flag' to :count and :system.
10785         Update all users.
10786         (abbrev-get, abbrev-put): Simplify.
10787         (define-abbrev): Don't store the `force' value in the :system property.
10788         (abbrev--before-point): Obey the :enable-function of the abbrev as well.
10790 2007-10-30  Michael Olson  <mwolson@gnu.org>
10792         * desktop.el (desktop-minor-mode-table): Add line for ERC.
10794         * textmodes/remember.el: New file that implements a mode for
10795         quickly jotting down things to remember.
10797         * textmodes/remember-diary.el: A backend for remember.el that
10798         implements saving notes to a Diary file.
10800 2007-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
10802         * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
10803         Relocate in file.
10804         (allout-doublecheck-at-and-shallower): Increase to include
10805         slightly greater depths, since yank interaction is now ok.
10806         Also, elaborate the docstring to explain the situation.
10807         (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
10808         instead of concat, so we accommodate key sequences expressed as
10809         vectors as well as strings and lists.
10810         (allout-flag-region, allout-hide-by-annotation): Make the
10811         hidden-text overlays 'front-advance.
10812         (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
10813         (allout-aberrant-container-p, allout-on-current-heading-p)
10814         (allout-e-o-prefix-p, allout-next-heading)
10815         (allout-previous-heading, allout-goto-prefix)
10816         (allout-end-of-prefix, allout-next-sibling-leap)
10817         (allout-next-visible-heading, allout-auto-fill)
10818         (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
10819         (allout-yank-processing, allout-resolve-xref)
10820         (allout-current-topic-collapsed-p, allout-hide-region-body)
10821         (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
10822         (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
10823         (count-trailing-whitespace-region): Preserve match data, so allout
10824         outline navigation doesn't disrupt other Emacs operations.
10825         (allout-beginning-of-line): Retreat to the beginning of the hidden
10826         text, so fields are respected (for submodes that care).
10827         (allout-end-of-line): Preserve mark activation status when jumping.
10828         (allout-open-topic): Account for opening after a child that
10829         contains a hidden trailing newline.  Preserve match data.
10830         Run allout-structure-added-hook
10831         (allout-encrypt-decrypted): Preserve match data.
10832         (allout-toggle-current-subtree-exposure): Add new interactive
10833         function for toggle subtree exposure - suggested by tassilo.
10834         (move-beginning-of-line, move-end-of-line): Don't use
10835         line-move-invisible-p, it's obsolete - substitute the code, instead.
10837 2007-10-29  Dan Nicolaescu  <dann@ics.uci.edu>
10839         * textmodes/flyspell.el (message-signature-separator):
10840         * longlines.el (message-indent-citation-function): Pacify byte
10841         compiler.
10843         * emacs-lisp/cl-loaddefs.el:
10844         * ldefs-boot.el: Regenerate.
10846         * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
10847         (.el.elc, compile, compile-always, compile-calc)
10848         ($(lisp)/progmodes/cc-mode.elc): Use it.
10850         * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
10851         Only do work for XEmacs.
10852         (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
10853         (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
10854         on XEmacs.
10855         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
10856         (ps-x-color-name, ps-x-color-specifier-p)
10857         (ps-x-copy-coding-system, ps-x-device-class)
10858         (ps-x-extent-end-position, ps-x-extent-face)
10859         (ps-x-extent-priority, ps-x-extent-start-position)
10860         (ps-x-face-font-instance, ps-x-find-coding-system)
10861         (ps-x-font-instance-properties, ps-x-make-color-instance)
10862         (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
10863         (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
10864         (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
10865         (ps-generate-postscript-with-faces): Delete defaliases.
10866         (ps-face-foreground-name, ps-face-background-name)
10867         (ps-color-values, ps-face-bold-p, ps-face-italic-p):
10868         Move definitions to top level, make the body conditional on the Emacs
10869         flavor.  Replace uses of deleted aliases and renamed functions.
10870         (ps-generate-postscript-with-faces, ps-color-device): Replace uses
10871         of deleted aliases and renamed functions.
10873         * calc/calc.el (calc-emacs-type-lucid): Remove.
10874         (calc-digit-map, calcDigit-start, calc-read-key)
10875         (calc-clear-unread-commands):
10876         * calc/calc-ext.el (calc-user-key-map): Replace uses of
10877         calc-emacs-type-lucid with (featurep 'xemacs)
10879         * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
10880         (featurep 'xemacs).
10881         (tpu-lucid-emacs19-p): Remove.
10882         (tpu-map-key): Make it a function instead of using fset.  Inline
10883         tpu-emacs-map-key and tpu-lucid-map-key.  Use featurep 'xemacs.
10884         (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
10886         * ielm.el: Use featurep 'xemacs.
10888         * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
10889         (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
10890         (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
10891         (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
10892         cperl-xemacs-p with (featurep 'xemacs).
10893         (font-lock-cache-position): Pacify byte compiler.
10895 2007-10-29  Drew Adams  <drew.adams@oracle.com>
10897         * faces.el (read-color): New function.
10898         (face-at-point, foreground-color-at-point)
10899         (background-color-at-point): New functions.
10901 2007-10-28  Richard Stallman  <rms@gnu.org>
10903         * net/browse-url.el (browse-url-text-xterm): Rename from
10904         browse-url-lynx-xterm and made generic.
10905         (browse-url-text-emacs): Likewise.
10906         (browse-url-text-browser): New variable.
10907         (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
10908         (browse-url-text-input-field, browse-url-text-input-attempts)
10909         (browse-url-kde-program): Likewise.
10911 2007-10-29  Glenn Morris  <rgm@gnu.org>
10913         * textmodes/org-publish.el (org-publish-get-plist-from-filename):
10914         Use mapc rather than mapcar (reinstall change deleted without log
10915         entry 2007-10-22).
10917 2007-10-29  Martin Rudalics  <rudalics@gmx.at>
10919         * wdired.el (wdired-next-line, wdired-previous-line):
10920         Use next-line and previous-line wrapped in with-no-warnings.
10922 2007-10-29  Ryan Yeske  <rcyeske@gmail.com>
10924         * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
10925         (rcirc-recent-quit-alist): New function.
10926         (rcirc): Print a better message when there is only one connected server.
10927         (rcirc-complete-nick): Do not update the nick table here.
10928         (rcirc-mode-map): Add M-o.
10929         (rcirc-current-line): Add variable.
10930         (rcirc-mode): Setup variables for line based omit.
10931         (rcirc-edit-multiline): Strip text properties.
10932         (rcirc-omit-responses): Add NICK.
10933         (rcirc-omit-threshold): Add variable.
10934         (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
10935         Add functions.
10936         (rcirc-print): Keep track of current line.  Do not fill text if
10937         `rcirc-fill-flag' is null.  Only omit text if the last activity
10938         from the sender is more than `rcirc-omit-threshold' lines ago.
10939         (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
10940         numbers instead of time.
10941         (rcirc-channel-nicks): Sort by line numbers instead of time.
10942         (rcirc-omit-mode): Add `...' when omitting text and recenter.
10943         (rcirc-handler-JOIN): Restore the joiners linestamp.
10944         (rcirc-maybe-remember-nick-quit): Add function.
10945         (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
10947 2007-10-29  Juanma Barranquero  <lekktu@gmail.com>
10949         * loadhist.el (unload-feature-special-hooks):
10950         Add `delete-frame-functions' and `suspend-tty-functions'.
10952         * server.el (server-unload-function): Rename from `server-unload-hook'
10953         and adapt to new `unload-feature' functionality.  Remove hook from
10954         `kill-buffer-hook' buffer-locally.
10955         (server-unload-hook): Remove.
10956         (server-unload-function): New var; replaces `server-unload-hook'.
10958 2007-10-29  Glenn Morris  <rgm@gnu.org>
10960         * dirtrack.el (dirtrack-debug): Doc fix.
10961         (dirtrack-mode, dirtrack-debug-mode): New names for
10962         dirtrack-toggle and dirtrack-debug-toggle.  Use define-minor-mode.
10963         (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
10964         Make obsolete.
10965         (dirtrack-debug-message): Only print message if
10966         dirtrack-debug-mode is non-nil.  Use with-current-buffer.
10967         (dirtrack): Doc fix.  Use dirtrack-mode rather than dirtrackp.
10968         Remove dirtrack-debug checks now that dirtrack-debug-message does this.
10970 2007-10-28  Glenn Morris  <rgm@gnu.org>
10972         * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
10973         (byte-compile-warnings-safe-p): Handle `not'.
10974         (byte-compile-warning-enabled-p, byte-compile-disable-warning)
10975         (byte-compile-enable-warning): New functions.
10976         (byte-compile-eval-before-compile)
10977         (byte-compile-file-form-require): Use byte-compile-disable-warning.
10978         (byte-compile-close-variables): Locally bind byte-compile-warnings,
10979         but do not modify it.
10980         (byte-compile-eval, byte-compile-obsolete)
10981         (byte-compile-warn-about-unresolved-functions)
10982         (byte-compile-file-form-defvar)
10983         (byte-compile-file-form-custom-declare-variable)
10984         (byte-compile-file-form-require)
10985         (byte-compile-file-form-defmumble, byte-compile-lambda)
10986         (byte-compile-form, byte-compile-normal-call)
10987         (byte-compile-variable-ref, byte-compile-defvar)
10988         (byte-compile-make-variable-buffer-local):
10989         Use byte-compile-warning-enabled-p.
10990         * emacs-lisp/advice.el (ad-compile-function):
10991         Use byte-compile-disable-warning.
10992         * emacs-lisp/cl.el: Move local variables to end of file, and set
10993         byte-compile-warnings to `(not cl-functions)'.
10994         * emacs-lisp/cl-compat.el: Add a local variables section, and set
10995         byte-compile-warnings to `(not cl-functions)'.
10996         * emacs-lisp/cl-macs.el: Unify local variable section, and set
10997         byte-compile-warnings to `(not cl-functions)'.
10998         (cl-do-proclaim): Use byte-compile-disable-warning and
10999         byte-compile-enable-warning.
11000         * emacs-lisp/cl-seq.el: Unify local variable section, and set
11001         byte-compile-warnings to `(not cl-functions)'.
11002         * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
11003         Use byte-compile-disable-warning.
11005 2007-10-28  Dan Nicolaescu  <dann@ics.uci.edu>
11007         * cus-edit.el (custom-browse-insert-prefix):
11008         * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
11010 2007-10-28  Juanma Barranquero  <lekktu@gmail.com>
11012         * server.el (server-process-filter): Fix typo in docstring.
11013         (server-log): Reflow docstrings.
11014         (server-delete-client, server-kill-emacs-query-function): Doc fixes.
11015         (server-goto-line-column): Use `when'.
11017 2007-10-28  Juri Linkov  <juri@jurta.org>
11019         * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
11020         when mouse is clicked on the isearch message.
11021         (isearch-resume): Call `isearch-update' at the end.
11022         Rename argument `search' to `string' to conform to the
11023         isearch terminology.
11025 2007-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11027         Rewrite abbrev.c in Elisp.
11028         * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
11029         (abbrev-table-get, abbrev-table-put, abbrev-get)
11030         (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
11031         (define-abbrev, abbrev--check-chars, define-global-abbrev)
11032         (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
11033         (abbrev-expansion, abbrev--before-point, expand-abbrev)
11034         (unexpand-abbrev, abbrev--write, abbrev--describe)
11035         (insert-abbrev-table-description, define-abbrev-table):
11036         New funs, largely transcribed from abbrev.c.
11037         (abbrev-with-wrapper-hook): New macro.
11038         (abbrev-table-name-list, global-abbrev-table)
11039         (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
11040         (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
11041         (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
11042         (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
11043         New vars, largely transcribed from abbrev.c.
11044         * cus-edit.el (abbrev-mode): Remove.  Move to abbrev.el.
11045         * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
11046         * loadup.el: Load "abbrev.el" before "lisp-mode.el".
11048 2007-10-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11050         * ps-print.el: Now detect if text foreground and background colors are
11051         equal and replace the foreground color by another color, so the text
11052         becomes visible.  Doc fix.
11053         (ps-print-version): New version 6.8.
11054         (ps-default-fg, ps-default-bg): Docstring fix.
11055         (ps-postscript-code-directory): Fix default value code.
11056         (ps-fg-list, ps-fg-validate-p): New options.
11057         (ps-foreground-list): New var.
11058         (ps-setup, ps-begin-job, ps-plot-region): Fix code.
11060 2007-10-27  Glenn Morris  <rgm@gnu.org>
11062         * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
11063         (shell-dirtrack-toggle): Mark as obsolete.
11064         (dirtrack-toggle, dirtrack-mode): No longer alias to
11065         shell-dirtrack-mode.
11067 2007-10-27  Jay Belanger  <jay.p.belanger@gmail.com>
11069         * calc/calc.el (math-standard-opers): Lower the precedence
11070         of negation.
11071         * calc/calc-lang.el (math-oper-table): Lower precedence of
11072         negation for C, TeX, and eqn.
11074 2007-10-27  Dan Nicolaescu  <dann@ics.uci.edu>
11076         * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
11078 2007-10-27  Juanma Barranquero  <lekktu@gmail.com>
11080         * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
11081         (desktop-not-loaded-hook): Fix :version tags.
11083 2007-10-27  Michael Albinus  <michael.albinus@gmx.de>
11085         * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
11086         (tramp-get-remote-tmpdir): New defun.
11087         (tramp-make-tramp-temp-file): Use it.
11088         (tramp-local-call-process): New defun.  Replace all calls of
11089         `call-process' by this when appropriate.
11090         (tramp-handle-write-region): Replace calls of `file-attributes' by
11091         `tramp-compat-file-attributes'.
11092         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
11093         Make the first command a `tramp-send-command' call, with let-bind
11094         of `tramp-end-of-output'.
11095         (tramp-version, tramp-bug, tramp-reporter-dump-variable)
11096         (tramp-load-report-modules, tramp-append-tramp-buffers):
11097         Move to tramp-cmds.el.
11099         * net/tramp-fish.el (tramp-fish-handle-copy-file)
11100         (tramp-fish-do-copy-or-rename-file)
11101         (tramp-fish-do-copy-or-rename-file-directly):
11102         * net/tramp-smb.el (tramp-smb-handle-copy-file):
11103         Add parameter PRESERVE-UID-GID.
11105 2007-10-27  Eli Zaretskii  <eliz@gnu.org>
11107         * time.el (zoneinfo-style-world-list, legacy-style-world-list):
11108         New defcustoms.
11109         (display-time-world-list): Use them as appropriate for the current
11110         value of `system-type'.
11112 2007-10-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11114         * printing.el: Pacify byte compiler, that is, no compiler warnings.
11115         Move (again) some variable definitions before use, define some fun
11116         aliases, no code change.
11117         (pr-version): New version 6.9.2.
11118         (pr-path-style, pr-auto-region, pr-menu-char-height)
11119         (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
11120         (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
11121         via (defvar VAR).
11122         (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
11123         (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
11124         (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
11125         (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
11126         (pr-f-set-keymap-parents, pr-keep-region-active): Fun aliases.
11127         (pr-menu-print-item, pr-ps-printer-menu-modified)
11128         (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
11129         (pr-even-or-odd-alist): Vars definition moved.
11131 2007-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
11133         * emulation/pc-select.el (next-line-mark, next-line-nomark)
11134         (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
11135         around uses of previous-line and next-line.
11137         * diff.el (diff-old-file, diff-new-file, diff-extra-args):
11138         New defvars.
11140         * textmodes/css-mode.el (comment-continue):
11141         * net/browse-url.el (url-handler-regexp):
11142         * progmodes/idlw-help.el (idlwave-system-routines):
11143         Pacify byte-compiler.
11145         * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
11146         line-move-invisible-p with its former definition: invisible-p.
11147         line-move-invisible-p was removed on 2007-08-29.
11149 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
11151         * files.el (kill-emacs-query-functions): Doc fix;
11152         `save-buffers-kill-emacs' is no longer bound to a key.
11154 2007-10-26  Richard Stallman  <rms@gnu.org>
11156         * isearch-multi.el (isearch-buffers-multi): New option.
11157         (isearch-buffers-search-fun): Test it.
11159         * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
11160         Put ps-run-clear on C-c C-l.
11162         * newcomment.el (comment-styles): New style indent-or-triple.
11163         (comment-style): Make that the default.
11164         (comment-add defvar): Doc fix.
11165         (comment-add): Delete arg EXTRA.
11166         (comment-region-default): Open code call to comment-add.
11167         Handle indent-or-triple style which uses `multi-char' for INDENT.
11169 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
11171         * eshell/em-unix.el (nil-blank-string): Doc fix.
11173 2007-10-26  John Wiegley  <johnw@newartisans.com>
11175         * eshell/em-unix.el (eshell/diff): Before calling the `diff'
11176         function, ensure that the third argument is turned into a nil if
11177         the string is otherwise completely empty (either no characters, or
11178         all tabs/spaces).  This fixes a bug from a user who found himself
11179         unable to customize `diff-switches' and still use Eshell's diff
11180         command.
11182 2007-10-26  Glenn Morris  <rgm@gnu.org>
11184         * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
11185         safe-local-variable property.
11187 2007-10-26  Gwern Branwen  <gwern0@gmail.com>  (tiny change)
11189         * net/browse-url.el (browse-url-browser-function): Delete grail.
11190         (browse-url-grail): Function and variable deleted.
11191         (browse-url-browser-function): Delete IXI Mosaic.
11192         (browse-url-default-browser): Don't try IXI Mosaic.
11193         (browse-url-iximosaic): Function deleted.
11194         (browse-url-browser-function): Delete MMM.
11195         (browse-url-default-browser): Don't try MMM.
11196         (browse-url-mmm): Function deleted.
11198 2007-10-26  Drew Adams  <drew.adams@oracle.com>
11200         * custom.el (custom-note-var-changed): New function.
11202 2007-10-25  Dan Nicolaescu  <dann@ics.uci.edu>
11204         * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
11205         use with the definition.  Remove.
11207         * add-log.el (change-log-start-entry-re): New defconst.
11208         (change-log-sortable-date-at): Use it.
11209         (change-log-beginning-of-defun, change-log-end-of-defun):
11210         New functions.
11211         (change-log-mode): Use them for beginning-of-defun-function and
11212         end-of-defun-function.
11214 2007-10-25  Jonathan Yavner  <jyavner@member.fsf.org>
11216         * ses.el: Make `ses--symbolic-formulas' a safe local variable.
11217         (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
11218         (ses-recalculate-cell): Deal with point being just beyond end of
11219         data area (why does this happen?)
11220         (ses-set-curcell): Ditto.
11221         (ses-column-letter): Handle columns beyond 702.  Code written by
11222         Gareth Rees.
11224 2007-10-25  Carsten Dominik  <dominik@science.uva.nl>
11226         * textmodes/org.el (org-agenda-get-restriction-and-command):
11227         Use `mapc' instead of `mapcar'.
11228         (org-agenda-list): Numeric prefix argument can specify the number
11229         of days.
11230         (remember-register, remember-buffer): Prevent byte compiler from
11231         complaining.
11232         (org-todo): Save and restore match data.
11233         (org-no-warnings): New macro.
11234         (org-columns-eval): Use `org-no-warnings'.
11236 2007-10-25  Chris Moore  <christopher.ian.moore@gmail.com>
11238         * comint.el (comint-password-prompt-regexp):
11239         Handle `[sudo] password'-style prompt.
11241 2007-10-25  Glenn Morris  <rgm@gnu.org>
11243         * custom.el (custom-declare-variable): Add :risky and :safe keywords.
11244         (defcustom): Doc fix.
11246         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
11247         Add `non_intrinsic'.
11248         (f90-constants-re): Add ieee modules.
11249         (f90-typedef-matcher, f90-typedec-matcher)
11250         (f90-imenu-type-matcher): New functions.
11251         (f90-font-lock-keywords-1): Give module procedures function-name face.
11252         Use `f90-typedef-matcher' for derived types.  Fix `abstract interface'.
11253         Add `use, intrinsic'.
11254         (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
11255         Move start of `enum' blocks to separate entry.
11256         (f90-start-block-re): Fix `type', `abstract interface'.
11257         (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
11258         derived types.
11259         (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
11260         `elemental', change `enumerator'.
11261         (f90-no-block-limit): Fix `abstract interface'.
11263         * progmodes/f90.el (f90-indented-comment-re)
11264         (f90-directive-comment-re, f90-break-delimiters):
11265         * progmodes/fortran.el (fortran-comment-line-start-skip)
11266         (fortran-directive-re):
11267         * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
11268         as safe if they are strings.
11270 2007-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11272         * startup.el (window-system): Remove.  Don't make it frame-local.
11274 2007-10-24  Richard Stallman  <rms@gnu.org>
11276         * savehist.el (savehist-save): Omit unreadable elements.
11278         * loadhist.el (unload-function-defs-list): Rename from
11279         unload-function-features-list.
11280         (unload-feature-special-hooks, unload-feature): Doc fixes.
11282         * indent.el (indent-to-left-margin): If point's in the indentation,
11283         move to the end of the indentation.
11285         * cus-edit.el (customize-changed-options): Make arg optional.
11287 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
11289         * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
11291 2007-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
11293         * textmodes/org-publish.el (org-publish-attachment): Re-install
11294         accidentally deleted change.
11296 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11298         * term/iris-ansi.el (iris-function-map): Move init into declaration.
11300 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
11302         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
11303         (Buffer-menu-mode-map): Initialize in the declaration.
11304         (Buffer-menu-mode): Define with `define-derived-mode'.
11306 2007-10-24  Carsten Dominik  <dominik@science.uva.nl>
11308         * textmodes/org.el (org-version): Change to 5.13e.
11309         (org-agenda-file-regexp): Fix typo in docstring.
11310         (org-add-planning-info): Fix bug in parenthesis settings.
11311         (org-scan-tags): Catch the case of indirect buffers with no filename.
11312         (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
11313         Re-install switch to mapc, had been removed by accident.
11314         (org-columns-map): New binding `C-c C-o'.
11315         (org-columns-menu): Change menu text and added new entry.
11316         (org-columns-eval): Document the use of `next-line'.
11317         (org-columns-open-link): New function.
11318         (org-columns-follow-link): Remove function.
11319         (org-open-link-from-string): New function.
11320         (org-read-date-get-relative): Fix typo in docstring.
11321         (org-read-date-get-relative): Leading +/- is not optional.
11322         (org-agenda-get-restriction-and-command): Always resize window on
11323         first loop cycle.
11324         (org-agenda-open-link): Make sure the link abbreviations are
11325         present in the agenda buffer.
11326         (org-agenda-copy-local-variable): New function.
11328 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11330         * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
11332 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11334         * simple.el (reindent-then-newline-and-indent): Use a `move after
11335         insert' kind of marker in the save-excursion.
11337 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11339         * textmodes/css-mode.el: Require CL.
11340         (comment-continue): Declare.
11342         * subr.el (make-variable-frame-localizable): Remove.
11343         (make-variable-frame-local): Mark obsolete.
11345 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11347         * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
11348         of the subdirs is unreadable.
11350 2007-10-23  Michael Albinus  <michael.albinus@gmx.de>
11352         * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
11353         when we are local.
11355 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11357         * progmodes/python.el (python-current-defun): Remove left-over
11358         assignment to `start'.
11360 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
11362         * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
11363         than `mapcar'; return value is not used.
11365 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
11367         * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
11368         (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
11370 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
11372         * ibuf-ext.el (ibuffer-switch-to-saved-filters)
11373         (ibuffer-switch-to-saved-filter-groups): Doc fixes.
11375 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
11377         * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
11379 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11381         * emacs-lisp/advice.el (ad-make-advised-docstring):
11382         Add ad-advice-info text property to doc string.
11384 2007-10-23  Glenn Morris  <rgm@gnu.org>
11386         * progmodes/f90.el (f90-do-indent, f90-if-indent)
11387         (f90-type-indent, f90-program-indent, f90-associate-indent)
11388         (f90-continuation-indent, f90-comment-region)
11389         (f90-beginning-ampersand, f90-smart-end)
11390         (f90-break-before-delimiters, f90-auto-keyword-case)
11391         (f90-leave-line-no, f90-mode-hook):
11392         Give an appropriate safe-local-variable property.
11394         * progmodes/fortran.el (fortran-tab-mode-default)
11395         (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
11396         (fortran-structure-indent, fortran-continuation-indent)
11397         (fortran-comment-indent, fortran-comment-line-extra-indent)
11398         (fortran-comment-line-start)
11399         (fortran-minimum-statement-indent-fixed)
11400         (fortran-minimum-statement-indent-tab)
11401         (fortran-comment-indent-char, fortran-line-number-indent)
11402         (fortran-check-all-num-for-matching-do)
11403         (fortran-blink-matching-if, fortran-continuation-string)
11404         (fortran-comment-region, fortran-electric-line-number)
11405         (fortran-column-ruler-fixed, fortran-column-ruler-tab)
11406         (fortran-analyze-depth, fortran-break-before-delimiters):
11407         Give an appropriate safe-local-variable property.
11409 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
11411         * printing.el: Move variable definitions before use.
11412         (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
11414 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11416         * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
11417         (tpu-edt-off): Use it.
11418         (tpu-edt-on): Set it.  Make sure the tpu-global-map is not already on
11419         the global-map before adding it to global-map.
11421         * menu-bar.el (global-buffers-menu-map): New var.
11422         (global-map, menu-bar-update-buffers): Use it.
11423         * msb.el (msb-menu-bar-update-buffers): Use it.
11424         (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
11425         (msb--most-recently-used-menu, msb--create-buffer-menu-2):
11426         Use with-current-buffer.
11428 2007-10-22  Juri Linkov  <juri@jurta.org>
11430         * isearch-multi.el: New file.
11432         * isearch.el (isearch-search-string): After finding the next
11433         occurrence switch to buffer isearch-buffers-current-buffer when
11434         isearch-buffers-next-buffer-function is non-nil and
11435         isearch-buffers-current-buffer is live.
11437         * add-log.el (change-log-mode): Make and set buffer-local variable
11438         isearch-buffers-next-buffer-function to change-log-next-buffer.
11439         Call isearch-buffers-minor-mode.
11440         (change-log-next-buffer): New function.
11442 2007-10-22  Bastien Guerry  <Bastien.Guerry@ens.fr>
11444         * textmodes/org-export-latex.el (org-export-latex-protect-string):
11445         Renaming of `org-latex-protect'.
11446         (org-export-latex-emphasis-alist): By default, don't protect
11447         any emphasis formatter from further conversion.
11448         (org-export-latex-tables): Honor column grouping for tables.
11449         (org-export-latex-title-command): New option.
11450         (org-export-latex-treat-backslash-char): Use \textbackslash{} to
11451         export backslash character.
11453 2007-10-22  Carsten Dominik  <dominik@science.uva.nl>
11455         * textmodes/org.el (org-read-date-get-relative): New function.
11456         (org-agenda-file-regexp): New variable.
11457         (org-agenda-files): Allow directories in the variable.
11458         (org-agenda-get-restriction-and-command): New function.
11459         (org-agenda): Use `org-agenda-get-restriction-and-command'.
11460         (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
11461         (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
11462         New functions.
11463         (org-entry-add-to-multivalued-property)
11464         (org-entry-remove-from-multivalued-property)
11465         (org-entry-member-in-multivalued-property): New functions.
11466         (org-remember-apply-template): Catch C-g and make sure window
11467         configuration is restored.
11468         (org-agenda-open-link): Make it work with several links in the line.
11469         (org-drawers, org-set-regexps-and-options)
11470         (org-get-current-options): Add support for a DRAWERS in-buffer option.
11471         (org-agenda-window-frame-fractions): New option.
11472         (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
11473         (org-columns-cleanup-item, org-find-entry-with-id)
11474         (org-insert-columns-dblock, org-listtable-to-string)
11475         (org-dblock-write:columnview, org-columns-capture-view)
11476         (org-edit-headline): New functions.
11477         (org-agenda-to-appt): Require calendar.
11478         (org-entry-get-with-inheritance): Widen for search.
11479         (org-columns-display-here): Don't mark buffer as modified when
11480         adding space characters to accomodate column overlays.
11481         (org-export-as-html): Better formatting of tags in the toc.
11482         (org-columns-display-here): Make the ITEM column as compact as possible.
11483         (org-remember-templates): Customization interface improved.
11484         (org-export-with-property-drawer): Variable removed.
11485         (org-export-with-drawers): New option.
11486         (org-complex-heading-regexp): New variable.
11487         (org-sort-entries): Rewrite using `sort-subr'.
11488         (org-set-property): More appropriate completion during interactive use.
11489         (org-sort-entries): Allow sorting by property.
11490         (org-additional-option-like-keywords): Add more values.
11491         (org-sort-entries-or-items): Rename from `org-sort-entries'.
11493 2007-10-22  Carsten Dominik  <dominik@science.uva.nl>
11495         * textmodes/org.el (org-get-date-from-calendar): New function.
11496         (org-at-timestamp-p, org-timestamp-change)
11497         (org-remember-templates): First element of each entry is now a
11498         name for the template.
11499         (org-store-log-note): Check for `org-note-abort'.
11500         (org-kill-note-or-show-branches): New command.
11501         (org-fontify-priorities): New option.
11502         (org-fontify-priorities): New function.
11503         (org-cut-subtree, org-copy-subtree): New argument N to
11504         act on N sequential subtrees.
11505         (org-paste-subtree): Fix the level at which a tree is pasted.
11506         (org-fit-agenda-window): Limitations on window size removed.
11507         (org-agenda-find-same-or-today-or-agenda): Rename from
11508         `org-agenda-find-today-or-agenda'.
11509         (org-scheduled-past-days): New option.
11510         (org-agenda-scheduled-leaders)
11511         (org-agenda-deadline-leaders): New options.
11512         (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
11513         (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
11514         (org-export-with-tags, org-export-plist-vars)
11515         (org-infile-export-plist): New "tags" option.
11516         (org-use-property-inheritance): New option.
11517         (org-cached-entry-get): Use `org-use-property-inheritance'.
11518         (org-remember-apply-template): Fix typo.
11520 2007-10-22  Michael Albinus  <michael.albinus@gmx.de>
11522         * net/tramp.el (tramp-find-shell)
11523         (tramp-open-connection-setup-interactive-shell): Improve sending
11524         initial commands.
11525         (tramp-action-terminal): Send debug message.
11526         (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
11527         (tramp-barf-if-no-shell-prompt): Insert code of
11528         `tramp-wait-for-shell-prompt'.
11530 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11532         * term/AT386.el (terminal-init-AT386): Use input-decode-map.
11534         * term/vt200.el (terminal-init-vt200):
11535         * term/vt201.el (terminal-init-vt201):
11536         * term/vt220.el (terminal-init-vt220):
11537         * term/vt240.el (terminal-init-vt240):
11538         * term/vt300.el (terminal-init-vt300):
11539         * term/vt320.el (terminal-init-vt320):
11540         * term/vt400.el (terminal-init-vt400):
11541         * term/vt420.el (terminal-init-vt420): Use input-decode-map.
11543         * term/wyse50.el (wyse50-terminal-map): New var.
11544         (terminal-init-wyse50): Use it and input-decode-map.
11545         (enable-arrow-keys): Emasculate.
11547         * term/tvi970.el (tvi970-terminal-map): New var.
11548         (terminal-init-tvi970): Use it and input-decode-map.
11549         (tvi970-keypad-numeric): Remove.
11550         (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
11552         * term/sun.el (sun-raw-prefix): Fill as part of declaration.
11553         (terminal-init-sun): Use it and input-decode-map.
11555         * term/news.el (terminal-init-news):
11556         * term/lk201.el (terminal-init-lk201):
11557         * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
11559 2007-10-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
11561         * complete.el (PC-expand-many-files): Remove.
11562         (PC-do-completion): Call file-expand-wildcards instead of
11563         PC-expand-many-files.
11565         * net/tramp.el (tramp-handle-expand-many-files): Remove.
11566         (PC-expand-many-files): Remove advice.
11568 2007-10-22  Glenn Morris  <rgm@gnu.org>
11570         * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
11571         Add some support for Fortran 2003 syntax:
11572         (f90-type-indent): Now also applies to `enum'.
11573         (f90-associate-indent): New user option.
11574         (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
11575         Add some F2003 keywords.
11576         (f90-constants-re): New constant.
11577         (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
11578         Interface'.
11579         (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
11580         `class'.  Arguments for `type'/`class' may have spaces.  Add a new
11581         element for functions with specified types.  Add `end enum' and
11582         `select type'.  Add `implicit enumerator' and `procedure'.
11583         Add `class default' and `type is', `class is'.  Fix `go to' regexp.
11584         (f90-font-lock-keywords-3): Add `asynchronous' attribute.
11585         (f90-font-lock-keywords-4): Add `f90-constants-re'.
11586         (f90-blocks-re): Add `enum' and `associate'.
11587         (f90-else-like-re): Add `class is', `type is', and `class default'.
11588         (f90-end-type-re): Add `enum'.
11589         (f90-end-associate-re, f90-typeis-re): New constants.
11590         (f90-end-block-re): Add `enum' and `associate'.  Change from
11591         optional whitespace to end-of-word, to avoid `enumerator'.
11592         (f90-start-block-re): Add `select type', `abstract interface', and
11593         `enum'.  Avoid `type is', and `type (sometype)'.
11594         (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
11595         (f90-mode): Doc fix.
11596         (f90-looking-at-select-case): Doc fix.  Add `select type'.
11597         (f90-looking-at-associate): New function.
11598         (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
11599         Add `enum' and `abstract interface'.
11600         (f90-no-block-limit): Add `select type' and `abstract interface'.
11601         (f90-get-correct-indent, f90-calculate-indent)
11602         (f90-end-of-block, f90-beginning-of-block, f90-next-block)
11603         (f90-indent-region, f90-match-end): Handle `associate' blocks.
11605 2007-10-22  Martin Rudalics  <rudalics@gmx.at>
11607         * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
11608         Use window-full-width-p.
11610 2007-10-22  Dan Nicolaescu  <dann@ics.uci.edu>
11612         * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
11614         * tooltip.el: Use featurep 'xemacs.
11616         * printing.el: Move variable definitions before use, no code change.
11618 2007-10-22  Juri Linkov  <juri@jurta.org>
11620         * simple.el (goto-history-element): Allow minibuffer-default to be
11621         a list of default values accessible by typing M-n in the minibuffer.
11623         * dired-x.el (dired-guess-shell-command): Put all guesses to the
11624         minibuffer default value list instead of pushing them temporarily
11625         to the history list.
11627 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
11629         * hexl.el (hexl-menu): New major mode menu.
11631 2007-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11633         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
11635 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
11637         * w32-fns.el (w32-quote-process-args):
11638         * dos-w32.el (print-region-function, lpr-headers-switches)
11639         (ps-print-region-function): Pacify byte-compiler.
11641         * emulation/edt-mapper.el (function-key-map):
11642         (edt-map-key): Make it a function instead of using fset.
11643         Inline edt-gnu-map-key and edt-lucid-map-key.  Use featurep 'xemacs.
11644         (edt-gnu-map-key, edt-lucid-map-key): Remove.
11645         (edt-x-emacs-p): Remove.
11646         (edt-emacs-variant, edt-window-system, edt-xserver):
11647         Use featurep 'xemacs.
11649         * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
11650         Replace eudc-xemacs-p with its definition.
11651         (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
11652         (eudc-emacs-mule-p): Remove.
11653         (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
11654         eudc-xemacs-p with feature tests.
11656         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
11657         (eudc-bob-url-keymap, eudc-bob-sound-keymap)
11658         (eudc-bob-generic-keymap, eudc-bob-popup-menu)
11659         (eudc-bob-toggle-inline-display):
11660         * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
11661         Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
11663         * net/eudcb-ph.el (eudc-ph-open-session):
11664         Replace eudc-xemacs-mule-p with its former definition.
11666         * progmodes/octave-mod.el (octave-xemacs-p): Remove.
11667         (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
11669         * progmodes/vera-mode.el (vera-xemacs): Remove.
11670         (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
11672         * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
11673         (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
11674         (vhdl-speedbar-initialize, vhdl-ps-print-init)
11675         (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
11676         (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
11677         with (featurep 'xemacs).
11679         * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
11680         (save-buffer-state-x):
11681         * obsolete/fast-lock.el (fast-lock-verbose):
11682         * emulation/viper-init.el (viper-xemacs-p)
11683         (viper-cond-compile-for-xemacs-or-emacs):
11684         * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
11685         * ps-print.el (case-fold-search):
11686         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
11687         * calculator.el (calculator-help): Use featurep 'xemacs.
11689         * progmodes/prolog.el: Undo previous change.
11690         (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
11692         * progmodes/dcl-mode.el:
11693         * play/yow.el:
11694         * calendar/todo-mode.el:
11695         * calendar/cal-hebrew.el:
11696         * vc-hg.el: Undo previous change.
11698         * vms-patch.el: Likewise.
11699         (print-region-function): Pacify byte-compiler.
11701 2007-10-21  Michael Albinus  <michael.albinus@gmx.de>
11703         * files.el (backup-buffer-copy): Call `copy-file' with non-nil
11704         preserve-uid-gid.
11706         * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
11707         compatibility.  It is not used, though.
11709         * net/tramp.el (top): Put load of all tramp-* files into a dolist.
11710         Require tramp-cmds.el.
11711         (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
11712         (tramp-handle-file-name-all-completions): Expand DIRECTORY.
11713         (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
11714         (tramp-do-copy-or-rename-file-out-of-band)
11715         (tramp-maybe-open-connection): Use `make-temp-name'.  This is
11716         possible, because we don't need to create the temporary file, but
11717         we need a prefix for ssh, which has its own temporary file handling.
11718         (tramp-handle-delete-directory): Add "-f" to rmdir.
11719         (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
11720         (tramp-handle-insert-file-contents): Don't raise a tramp-error but
11721         a signal, in order to give the callee a chance to suppress.
11722         (tramp-handle-write-region): Set owner also in case of short
11723         track.  Don't use compatibility calls for `write-region' anymore.
11724         (tramp-clear-passwd): Add parameter VEC.  Adapt all callees.
11725         (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
11727         * net/tramp-cmds.el: New file.
11729         * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
11730         `tramp-clear-passwd'.
11732         * net/trampver.el: Update release number.
11734 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
11736         * progmodes/gud.el (gud-target-name): Move definition before use.
11738         * progmodes/dcl-mode.el: Require imenu at compile time.
11740         * progmodes/cc-engine.el (c-maybe-stale-found-type):
11741         Pacify byte-compiler.
11743         * obsolete/fast-lock.el: Use featurep test instead of string-match.
11745         * eshell/esh-mode.el (eshell-handle-ansi-color):
11746         Require ansi-color at compile time too.
11748         * eshell/em-unix.el (eshell/info): Require info at compile time too.
11750         * w32-fns.el: Require w32-vars.
11752         * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
11753         time too.
11755 2007-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11757         * double.el ([ignore]): Use `ignore'.
11758         (double-setup): Inline into double-mode.
11759         (double-mode): Use define-minor-mode.
11761 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
11763         * textmodes/reftex.el: Move require easymenu before first use.
11764         (reftex-info): Require info at compile too.
11766         * textmodes/org-publish.el (org-publish-org-to-html)
11767         (org-publish-org-to): Require org at compile time too.
11768         (org-publish-attachment): Require at compile time too.
11770         * term/tty-colors.el (w32-tty-standard-colors):
11771         Pacify byte-compiler.
11773         * term/pc-win.el (frame-creation-function-alist): Add to this
11774         instead of setting frame-creation-function.
11776         * play/blackbox.el (bb-up, bb-down): Use forward-line.
11778         * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
11780         * calendar/todo-mode.el: Require calendar at compile time.
11782         * calendar/cal-hebrew.el: Require holidays at compile time.
11784         * w32-vars.el: Provide w32-vars.
11786         * term/w32-win.el: Require w32-vars.
11787         (w32-color-map): Pacify byte-compiler.
11789         * loadup.el: Load w32-vars before term/w32-win.
11791 2007-10-20  Juri Linkov  <juri@jurta.org>
11793         * textmodes/fill.el (fill-paragraph): When the region is active,
11794         don't try other `or' branches regardless of the value returned by
11795         fill-region; just return t.
11797 2007-10-20  Eric S. Raymond  <esr@snark.thyrsus.com>
11799         * vc.el (vc-do-command): Condition out a misleading message when
11800         running asynchronously.
11801         (vc-deduce-fileset): New argument enables using an unregistered
11802         visited file as a singleton fileset if nothing else is available.
11803         (vc-next-action): Restore file-registering behavior.
11805 2007-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
11807         * calc/README: Add recent news.
11809 2007-10-20  Dan Nicolaescu  <dann@ics.uci.edu>
11811         * term/x-win.el (x-gtk-stock-map, icon-map-list)
11812         (x-gtk-map-stock): Delete duplicated definitions from merge.
11814         * progmodes/compile.el (compilation-skip-to-next-location)
11815         (compilation-skip-threshold, compilation-skip-visited):
11816         Move definitions earlier.
11818         * play/decipher.el (decipher-keypress):
11819         * play/zone.el (zone-fall-through-ws):
11820         * play/landmark.el (lm-move-down, lm-move-up):
11821         * play/handwrite.el (handwrite):
11822         * mail/mspools.el (mspools-visit-spool):
11823         * wdired.el (wdired-next-line, wdired-previous-line):
11824         * tar-mode.el (tar-subfile-save-buffer):
11825         * scroll-lock.el (scroll-lock-next-line)
11826         (scroll-lock-previous-line):
11827         * image-dired.el (image-dired-next-line)
11828         (image-dired-previous-line):
11829         * ediff-help.el (ediff-help-message-line-length):
11830         Use forward-line.
11832         * smerge-mode.el (smerge-auto-refine):
11833         * diff-mode.el (diff-auto-refine): Add :group.
11835         * play/yow.el: Require doctor at compile time.
11837         * vmsproc.el: Provide vmsproc.
11838         (command-send-input): Use forward-line.
11840         * vms-patch.el: Require ps-print and vmsproc at compile time.
11842         * vc-mtn.el (log-view-message-re, log-view-file-re)
11843         (log-view-font-lock-keywords): Pacify byte-compiler.
11845         * vc-hg.el: Require log-view at compile time.
11847 2007-10-20  Eric S. Raymond  <esr@snark.thyrsus.com>
11849         * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
11851 2007-10-20  Glenn Morris  <rgm@gnu.org>
11853         * progmodes/f90.el (f90-font-lock-keywords-2)
11854         (f90-looking-at-type-like): Fix regexp typos.
11856 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
11858         * bs.el (bs--track-window-changes): Don't refresh the whole list.
11859         (bs-mode): Set mode-class property to special.
11861 2007-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11863         * diff-mode.el (diff-auto-refine): New var.
11864         (diff-hunk): Use it.
11865         (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
11866         (diff-refine-change): Rename from diff-fine-change.  Change it.
11867         (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
11868         (diff-refine-hunk): Rename from diff-fine-highlight.
11870 2007-10-20  John Paul Wallington  <jpw@pobox.com>
11872         * help-fns.el (describe-variable-custom-version-info): New function
11873         to return variable's version or package version note.
11874         (describe-variable): Use it, display result.
11876 2007-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11878         * smerge-mode.el (smerge-auto-refine): New var.
11879         (smerge-next, smerge-prev): Use it.
11880         (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
11882         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
11883         Add `body' arg.  Cleanup the check-narrow-maybe/re-narrow-maybe mess.
11885         * vc-bzr.el (vc-bzr-diff-tree):
11886         * vc-git.el (vc-git-diff-tree):
11887         * vc-hg.el (vc-hg-diff-tree):
11888         * vc-mcvs.el (vc-mcvs-diff-tree):
11889         * vc-mtn.el (vc-mtn-diff-tree):
11890         * vc-svn.el (vc-svn-diff-tree): Remove.
11892         * vc-mtn.el (vc-mtn-revision-completion-table):
11893         * vc-cvs.el (vc-cvs-revision-completion-table):
11894         * vc-arch.el (vc-arch-revision-completion-table):
11895         * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
11896         * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
11897         Make it work when the arg is a list of files.
11899 2007-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11901         * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
11902         Also `revision-completion-table' now takes a list of files.
11903         (vc-deduce-fileset): Remove unused var `regexp'.
11904         Only obey allow-directory-wildcard in dired buffers.
11905         (vc-default-diff-tree): Remove.
11906         (vc-diff-added-files): New var.
11907         (vc-diff-internal): Use it.  Remove arg `backend'.  Update callers.
11908         (vc-version-diff): Revert from `vc-history-diff' to the original name.
11909         Remove the `backend' arg.
11910         (vc-contains-version-controlled-file): Remove.
11911         (vc-diff): Bring it closer to the version in Emacs-22.
11912         (vc-revert): Fix typo in let-binding.
11913         (vc-default-unregister): Remove.
11914         (vc-dired-buffers-for-dir): Remove N^2 behavior.
11916 2007-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
11918         * textmodes/two-column.el (2C-split, 2C-merge):
11919         * textmodes/bib-mode.el (bib-find-key, mark-bib):
11920         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
11921         * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
11922         * progmodes/ada-xref.el (ada-get-all-references):
11923         * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
11924         * emulation/vi.el (vi-previous-line-first-nonwhite)
11925         (vi-effective-range, vi-put-before):
11926         * emulation/edt.el (edt-next-line, edt-previous-line)
11927         (edt-paragraph-forward): Use forward-line.
11929         * progmodes/etags.el (tags-apropos): Require apropos at compile
11930         time too.
11932         * progmodes/prolog.el: Require comint when compiling.
11933         (inferior-prolog-flavor): Move defvar before use.
11935 2007-10-19  Richard Stallman  <rms@gnu.org>
11937         * font-core.el (turn-on-font-lock-if-desired):
11938         Rename from `turn-on-font-lock-if-enabled'.
11939         Fully obey `font-lock-global-modes'.
11941 2007-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11943         * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
11944         which will not affect the behavior of things like forward-word.
11945         (diff-fine-highlight): Preserve point.
11947         * doc-view.el (doc-view-mode-map): Use remapping.
11948         Don't rebind C-v, M-v to their default value.
11949         Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
11951         * smerge-mode.el: Add word-granularity refinement.
11952         (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
11953         (smerge-refine-weight-hack): New vars.
11954         (smerge-refine-forward): New fun.
11955         (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
11956         (smerge-refine-subst): Use them as well.  Preserve point.
11958 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
11960         * follow.el (follow-unload-function): New function.
11962         * loadhist.el (unload-function-features-list):
11963         Rename from `unload-hook-features-list'.
11964         (unload-hook-features-list): Add as obsolete alias.
11965         (unload-feature): Use `unload-function-features-list'
11966         and new FEATURE-unload-function.
11968 2007-10-19  Glenn Morris  <rgm@gnu.org>
11970         * bindings.el (mouse-minor-mode-menu)
11971         (minor-mode-menu-from-indicator): Move to mouse.el.
11972         * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
11973         Move here from bindings.el.
11975 2007-10-19  Richard Stallman  <rms@gnu.org>
11977         * help-fns.el (describe-function-1): Don't use the advice origname
11978         if it has no function definition.
11980 2007-10-18  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
11982         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
11983         Use `save-restriction' rather than `widen'.
11985 2007-10-18  Richard Stallman  <rms@gnu.org>
11987         * time.el (display-time-world-time-format): Display day # not month #.
11989 2007-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
11991         * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
11993         * doc-view.el: Remove version keyword.
11994         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
11995         (doc-view-ps2pdf-program): Use executable-find.  Simplify custom type.
11996         (doc-view-ghostscript-options): Improve custom type.
11997         (doc-view-cache-directory, doc-view-conversion-buffer)
11998         (doc-view-conversion-refresh-interval): Simplify custom type.
12000 2007-10-18  Tassilo Horn  <tassilo@member.fsf.org>
12002         * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
12003         (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
12004         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
12005         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
12006         Remove superfluous messages.
12007         (doc-view-mode-map): Use the image-mode scrolling commands.
12008         Don't rebind C-x k.
12010 2007-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
12012         * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
12013         Add comment about "-dSAFER".
12015 2007-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12017         * term/xterm.el: Don't require xt-mouse.
12018         (terminal-init-xterm): Run terminal-init-xterm-hook rather than
12019         calling turn-on-xterm-mouse-tracking-on-terminal directly.
12021         * xt-mouse.el: Don't change the global function-key-map anny more.
12022         (xterm-mouse-mode): Use terminal-init-xterm-hook.
12023         Don't use after-make-frame-functions now that term/xterm.el calls
12024         us directly.
12025         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
12026         Use turn-*-xterm-mouse-tracking-on-terminal.  Only once per terminal.
12027         (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
12028         Setup input-decode-map and remember that xterm-mouse-mode was
12029         enabled in this terminal.
12030         (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
12031         terminals where it has been enabled.
12033         * faces.el (tty-create-frame-with-faces): Make sure not only
12034         tty-run-terminal-initialization but also set-locale-environment
12035         are run only once per terminal.
12036         (tty-run-terminal-initialization): Don't check if the terminal was
12037         already initted.
12039         * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
12040         not to remove keymaps that just happen to inherit from one of ours.
12041         When setting up our keymap, make sure it won't be accidentally
12042         modified by someone else.
12044 2007-10-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
12046         * textmodes/artist.el (artist-previous-line, artist-next-line):
12047         * dired.el (dired-next-line, dired-previous-line):
12048         * progmodes/delphi.el (delphi-newline):
12049         * textmodes/org.el (org-columns-eval):
12050         Use forward-line.
12052         * emerge.el (emerge-setup): Use insert-buffer-substring.
12053         (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
12055 2007-10-18  Juanma Barranquero  <lekktu@gmail.com>
12057         * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
12058         (adaptive-fill-function): Doc fix.  Remove * from docstring.
12060 2007-10-18  Tom Horsley  <tom.horsley@att.net>
12062         * simple.el (interprogram-paste-function): Doc fix.
12063         (current-kill): Accept list of strings as well
12064         as single string from `interprogram-paste-function'.
12066 2007-10-18  Glenn Morris  <rgm@gnu.org>
12068         * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
12070 2007-10-18  Drew Adams  <drew.adams@oracle.com>
12072         * bindings.el (mode-line-minor-mode-keymap):
12073         Add mouse-minor-mode-menu on mouse-1.
12074         (mode-line-modes): Add mouse-1 to help-echo text.
12075         (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
12076         New functions.
12077         (mode-line-minor-mode-help): Doc fix.
12079 2007-10-17  Juri Linkov  <juri@jurta.org>
12081         * textmodes/fill.el (fill-paragraph-or-region): Remove function
12082         at the request of RMS.
12083         (fill-paragraph): Change `arg' to optional `justify'.  Add interactive
12084         arg `region'.  Fix docstring.  At the first `or' branch add call to
12085         `fill-region' if it the region is active in transient-mark-mode.
12087         * bindings.el (esc-map): Bind M-q to fill-paragraph
12088         instead of fill-paragraph-or-region.
12090         * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
12091         with fill-paragraph.
12093         * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
12094         Fix docstring.
12096         * indent.el (indent-for-tab-command): Change interactive spec from
12097         "P" to "p".  Add check for interactive arg before indenting the
12098         active region.
12100         * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
12101         Regroup.
12103 2007-10-17  Juanma Barranquero  <lekktu@gmail.com>
12105         * emacs-lisp/find-func.el: Don't require loadhist.
12107         * loadhist.el (feature-symbols, file-provides, file-requires)
12108         (file-set-intersect, file-dependents): Simplify.
12109         (unload-feature-special-hooks): Update list of special hooks.
12111 2007-10-17  Tassilo Horn  <tassilo@member.fsf.org>
12113         * bindings.el (completion-ignored-extensions): Remove pdf and dvi
12114         extensions since they can be viewed with doc-view.
12116         * files.el (auto-mode-alist): Make doc-view-mode the default mode
12117         for pdf, ps and dvi files.
12119         * doc-view.el: Make doc-view-mode the standard mode for viewing
12120         pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
12121         text and image display.  Add binding C-c C-e to switch to an
12122         editing mode.
12123         (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
12124         avoid security problems when rendering files from untrusted sources.
12126 2007-10-17  Aaron Hawley  <aaronh@garden.org>
12128         * tutorial.el (tutorial--save-tutorial): Display message when tutorial
12129         position is not saved.
12131 2007-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
12133         * doc-view.el: Mention xpdf.  Fix spelling of Ghostscript.
12134         (doc-view-ghostscript-options): Fix typo in doc string.
12136 2007-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12138         * progmodes/compile.el (compilation-next-error-function): Fix timestamp
12139         handling, so compilation-fake-loc works again.
12141         * server.el (server-select-display): Nop if we do not support m-f-o-d.
12142         (server-process-filter): Revert last change.
12144         * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
12145         behavior unrelated to filesets.
12147 2007-10-17  Chong Yidong  <cyd@stupidchicken.com>
12149         * longlines.el (longlines-wrap-follows-window-size): Integer value
12150         specifies wrapping margin.
12151         (longlines-mode, longlines-window-change-function):
12152         Set window-specific wrapping margin based on the above.
12154 2007-10-17  John Wiegley  <johnw@newartisans.com>
12156         * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
12158 2007-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
12160         * server.el (server-process-filter): Only set display if X11 is
12161         supported.
12163 2007-10-17  Glenn Morris  <rgm@gnu.org>
12165         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
12166         Tweak regexp to avoid stack overflow.
12168 2007-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12170         * simple.el (reindent-then-newline-and-indent): Don't assume that
12171         indent-according-to-mode preserves point.
12173 2007-10-16  Juanma Barranquero  <lekktu@gmail.com>
12175         * bs.el (bs--make-header-match-string, bs-show-in-buffer)
12176         (bs--nth-wrapper): Simplify.
12177         (bs-select, bs--insert-one-entry): Simplify.  Use `when'.
12178         (bs-buffer-list): Simplify.  Use `when'.  Use `string-match-p'.
12179         (bs-sort-buffer-interns-are-last): Use `string-match-p'.
12180         (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
12181         (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
12182         (bs-configurations, bs-default-configuration)
12183         (bs-alternative-configuration, bs-cycle-configuration-name)
12184         (bs-string-show-always, bs-string-show-never, bs-string-current)
12185         (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
12186         (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
12187         (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
12188         (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
12189         (bs--window-config-coming-from): Revert 2006-11-09 change.
12190         (bs--restore-window-config): Keep the selected frame.
12191         (bs--track-window-changes, bs--remove-hooks): New functions.
12192         (bs-mode): Use `define-derived-mode'.  Set hook to track window changes.
12193         (bs--create-header): Remove.
12194         (bs--create-header-line): New function, based on `bs--create-header'.
12195         (bs--show-header): Use `bs--create-header-line'.
12196         (bs--show-with-configuration): Revert 2006-11-09 change.
12197         Don't reuse window unless it is visible on the selected frame.
12198         Restore window configuration (possibly in a different frame)
12199         before creating any window.
12201 2007-10-16  Glenn Morris  <rgm@gnu.org>
12203         * simple.el (blink-matching-open): Don't report false errors with
12204         the `$' syntax class.
12206 2007-10-16  Richard Stallman  <rms@gnu.org>
12208         * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
12209         (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
12210         (ad-is-advised, ad-get-advice-info-field)
12211         (ad-set-advice-info-field): Use ad-get-advice-info-macro.
12213 2007-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12215         * vc-hooks.el (vc-workfile-version): Compatibility alias.
12216         (vc-default-working-revision): Compatibility for backends.
12218 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
12220         * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
12221         (filesets-ormap, filesets-sort-case-sensitive-flag)
12222         (filesets-remake-shortcut, filesets-ingroup-collect-files):
12223         Fix typos in docstrings.
12224         (filesets-conditional-sort, filesets-find-or-display-file)
12225         (filesets-data-get-name, filesets-data-get-data)
12226         (filesets-data-set, filesets-cmd-query-replace-getargs)
12227         (filesets-ingroup-collect): Doc fixes.
12229 2007-10-15  Sam Steingold  <sds@gnu.org>
12231         * mail/sendmail.el (sendmail-error-reporting-interactive)
12232         (sendmail-error-reporting-non-interactive): New variables for
12233         sendmail error reporting options to simplify support for imperfect
12234         sendmail emulators.
12235         (sendmail-send-it): Use them instead of list literals.
12237 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
12239         * help-fns.el: Revert previous change; it creates a
12240         dependency loop between advice.el and help-fns.el.
12242 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
12244         * help-fns.el: Require advice when compiling.
12246 2007-10-14  Drew Adams  <drew.adams@oracle.com>
12248         * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
12249         (ring-insert+extend, ring-remove+insert+extend, ring-member)
12250         (ring-next, ring-previous): New functions.
12252 2007-10-14  Richard Stallman  <rms@gnu.org>
12254         * emacs-lisp/advice.el (documentation): Advice deleted.
12255         Doc for advised functions is now handled at C level.
12256         (ad-stop-advice, ad-start-advice): Don't enable or disable
12257         advice for `documentation'.
12258         (ad-advised-definition-docstring-regexp): Var deleted.
12259         (ad-make-advised-definition-docstring): Store orig name
12260         as text property of string.
12261         (ad-advised-definition-p): Check for text property of docstring.
12263         * help-fns.el (describe-function-1): Find source of advised functions.
12265 2007-10-14  Juri Linkov  <juri@jurta.org>
12267         * faces.el (describe-face): Allow handling a string as the face name.
12269         * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
12270         active region in transient-mark-mode.
12271         (ispell-region): Change messages displayed at the start and end of
12272         the spell-checking to be the same.
12274         * startup.el (fancy-startup-tail): Say exactly what does the button
12275         dismiss ("Dismiss this startup screen").  Use text "Never show
12276         it again" for the checkbox after this button.
12277         (fancy-startup-screen, fancy-about-screen): Put point before the
12278         first link, so the user can quickly select links with the keyboard.
12279         (normal-mouse-startup-screen): Add more useful text describing how
12280         to follow a link.
12282 2007-10-14  Glenn Morris  <rgm@gnu.org>
12284         * progmodes/etags.el (select-tags-table): Disable undo in the
12285         `*Tags Table List*' buffer.
12287 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
12289         * dired.el (dired-warn-writable): New face.
12290         (dired-warn-writable-face): New variable.
12291         (dired-font-lock-keywords): Use dired-warn-writable-face, instead
12292         of dired-warning-face, for group- and world-writable files.
12294 2007-10-13  Richard Stallman  <rms@gnu.org>
12296         * files.el (directory-abbrev-alist): Doc fix.
12298 2007-10-13  Jari Aalto  <jari.aalto@cante.net>
12300         * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
12302 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
12304         * frame.el (set-frame-configuration): Assign name parameter only
12305         if it has been set explicitly before.
12307 2007-10-11  Tom Tromey  <tromey@redhat.com>
12309         * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
12310         frame is visible.
12312 2007-10-10  Richard Stallman  <rms@gnu.org>
12314         * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
12315         in *Backtrace*.
12317         * faces.el (face-font-selection-order): Doc fix.
12319         * loadhist.el (unload-feature): Doc fix.
12321 2007-10-13  Glenn Morris  <rgm@gnu.org>
12323         * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
12324         (octave-re-search-forward-kw, octave-re-search-backward-kw):
12325         Add doc string, and an explicit COUNT argument.
12326         (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
12327         `inc' to search functions.
12329         * faces.el (face-spec-set): When FRAME is nil, set the default for
12330         new frames (restores pre-2007-09-17 behavior).  Doc fix.
12332 2007-10-13  John W. Eaton  <jwe@octave.org>
12334         * progmodes/octave-mod.el (octave-looking-at-kw)
12335         (octave-re-search-forward-kw, octave-re-search-backward-kw):
12336         New functions.
12337         (octave-in-defun-p, calculate-octave-indent)
12338         (octave-blink-matching-block-open, octave-beginning-of-defun)
12339         (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
12340         to search for regexps that contain case-sensitive keywords.
12341         (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
12342         (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
12344 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
12346         * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
12347         Do not use a single clause cond.
12349         * cus-start.el (all): Use test that does not match the X11 version
12350         for mac.
12352 2007-10-13  Markus Gritsch  <m.gritsch@gmail.com>  (tiny change)
12354         * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
12355         BROWSE buffer.
12357 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
12359         * cus-start.el (all): Undo previous change.
12361 2007-10-13  Glenn Morris  <rgm@gnu.org>
12363         * woman.el (woman0-rename): Fix paren typo.
12365         * mail/feedmail.el (feedmail-run-the-queue)
12366         (feedmail-look-at-queue-directory):
12367         * mail/reporter.el (reporter-dump-state):
12368         * net/eudc-hotlist.el (eudc-edit-hotlist):
12369         * net/eudc.el (eudc-display-records)
12370         (eudc-filter-duplicate-attributes)
12371         (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
12372         * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
12373         (eudc-bbdb-query-internal):
12374         * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
12375         * net/socks.el (socks-build-auth-list):
12376         * progmodes/cc-cmds.el (top level):
12377         * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
12378         * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
12379         (cperl-write-tags, cperl-tags-treeify):
12380         * progmodes/ebnf-yac.el (ebnf-yac-token-table):
12381         * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
12382         * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
12383         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
12384         (idlwave-toolbar-remove-everywhere):
12385         * progmodes/idlwave.el (idlwave-indent-line)
12386         (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
12387         (idlwave-write-paths, idlwave-all-method-classes)
12388         (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
12389         (idlwave-fix-keywords, idlwave-display-calling-sequence)
12390         (idlwave-complete-in-buffer):
12391         * textmodes/org.el (org-export-as-html, org-export-as-ascii)
12392         (org-fast-tag-selection):
12393         * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
12394         than mapcar.
12396 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
12398         * diff-mode.el (diff-fine-change): Add :group.
12400 2007-10-12  Dan Nicolaescu  <dann@ics.uci.edu>
12402         * cus-start.el (all): Use the same test as the 22.2 branch.
12404 2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12406         * diff-mode.el (diff-current-defun): Force recomputation of
12407         change-log-default-name.
12409 2007-10-12  Chong Yidong  <cyd@stupidchicken.com>
12411         * startup.el (fancy-startup-screen): Remove an unnecessary newline
12412         and some leftover logic regarding dedicated frames.  If showing
12413         concise startup screen, fit window to buffer.
12414         (command-line-1): If we will be using the splash screen, use
12415         find-file instead of find-file-other-window to find additional files.
12416         Comment out unused code for coping with the old sit-for behavior.
12418 2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12420         * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
12421         `meta' modifier consistently, rather than using sometimes meta
12422         sometimes alt.
12424 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
12426         * window.el (handle-select-window): Revert part of 2007-10-08
12427         change setting the input focus.
12429 2007-10-12  Glenn Morris  <rgm@gnu.org>
12431         * startup.el (command-line): Do not read abbrev file in batch mode.
12433         * emacs-lisp/byte-opt.el (top level):
12434         * mail/rmail.el (rmail-list-to-menu):
12435         * obsolete/hilit19.el (hilit-mode):
12436         * progmodes/cc-mode.el (c-postprocess-file-styles)
12437         (c-submit-bug-report):
12438         * textmodes/org-publish.el (org-publish-get-plist-from-filename):
12439         * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
12440         (reftex-access-parse-file):
12441         * textmodes/reftex-cite.el (reftex-do-citation)
12442         (reftex-insert-bib-matches):
12443         * textmodes/reftex-ref.el (reftex-offer-label-menu):
12444         * textmodes/reftex-sel.el (reftex-select-unmark):
12445         * textmodes/reftex-toc.el (reftex-toc-do-promote):
12446         * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
12448         * cus-edit.el (custom-variable-menu, custom-face-menu)
12449         (custom-group-menu): Check init-file-user rather than
12450         user-init-file, in case cus-edit is loaded by site-run-file.
12452 2007-10-11  Dan Nicolaescu  <dann@ics.uci.edu>
12454         * vc.el (vc-deduce-fileset): Delete unused code.
12455         (vc-next-action): Fix typos.
12457 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
12459         * bs.el (bs--mark-unmark): New function.
12460         (bs-mark-current, bs-unmark-current): Use it.
12462 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
12464         * vc.el (vc-diff):
12465         (vc-diff-internal): Merge a patch by Juanma Barranquero.  Also,
12466         temporarily disable the check for his edge case of
12467         vc-diff (stopping it from grinding when called from $HOME), as
12468         it's calling some brittle code in vc-hooks.el.
12469         (with-vc-properties): Fix evaluation time of a macro argument.
12470         * ediff-vers.el (ediff-vc-internal):
12471         * vc-hooks.el:
12472         * loaddefs.el: Follow up on VC terminology change.
12474 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
12476         * follow.el (follow-stop-intercept-process-output):
12477         Use `follow-call-process-filter' rather than `process-filter'.
12478         Simplify.
12480 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
12482         * vc-hooks.el (vc-registered): Robustify this function a bit
12483         against filenames with no directory component.
12485 2007-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12487         * international/characters.el: Undo unwanted and unexplained change.
12489 2007-10-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12491         * ps-print.el: Fix the usage of :foreground and :background face
12492         attributes.  Reported by Nikolaj Schumacher <n_schumacher@web.de>.
12493         (ps-print-version): New version 6.7.6.
12494         (ps-face-attributes, ps-face-attribute-list, ps-face-background):
12495         Fix code.
12496         (ps-face-foreground-color-p, ps-face-background-color-p)
12497         (ps-face-color-p): New inline funs.
12499 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
12501         * textmodes/org.el (org-additional-option-like-keywords): New constant.
12502         (org-complete): Use `org-additional-option-like-keywords'.
12503         (org-parse-local-options): New function.
12505 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
12507         * textmodes/org.el (org-in-clocktable-p): New function.
12508         (org-clock-report): Only update the table at point, or insert a new one.
12509         (org-clock-goto): New function.
12510         (org-open-file): Use `start-process-shell-command' instead of
12511         `shell-command' with an ampersand.
12512         (org-deadline, org-schedule): New argument REMOVE to remove the
12513         date from the entry.
12514         (org-agenda-schedule, org-agenda-deadline): Pass the prefix
12515         argument to `org-schedule' and `org-deadline'.
12516         (org-trim): Use the correct expressions for beginning and end of
12517         the string.
12518         (org-get-cleaned-entry): Trim the string before returning it.
12519         (org-clock-find-position): New function.
12520         (org-clock-into-drawer): New option.
12521         (org-agenda-tags-column): Rename from
12522         `org-agenda-align-tags-to-column'.
12523         (org-agenda-align-tags): Allow negative values for
12524         `org-agenda-tags-column'.
12525         (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
12526         (org-agenda-to-appt): New optional argument FILTER.
12527         (org-completion-fallback-command): New variable.
12528         (org-complete): Use `org-completion-fallback-command'.
12529         (org-find-base-buffer-visiting): Catch the case that there is no
12530         buffer visiting the file.
12531         (org-property-or-variable-value): New function.
12532         (org-todo): Use `org-property-or-variable-value'
12533         (org-agenda-compact-blocks): New option.
12534         (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
12535         (org-agenda-schedule, org-agenda-deadline):
12536         Call `org-agenda-show-new-time'.
12537         (org-agenda-show-new-time): New argument PREFIX.
12538         (org-colgroup-info-to-vline-list): Fix but that cause a
12539         shift in the vertical lines.
12540         (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
12541         (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
12542         (org-indent-item): No arg in call to `org-fix-bullet-type'.
12543         (org-fix-bullet-type): Remove argument.
12544         (org-read-date): Check for am/pm twice, to catch the end time.
12545         (org-goto-map): Use `suppress-keymap'.
12546         (org-remember-apply-template): Respect the dynamically scoped
12547         selection character.
12549 2007-10-10  Bastien Guerry  <Bastien.Guerry@ens.fr>
12551         * textmodes/org-export-latex.el (org-export-latex-protect-string):
12552         Renaming of `org-latex-protect'.
12553         (org-export-latex-emphasis-alist): By default, don't protect
12554         any emphasis formatter from further conversion.
12555         (org-export-latex-tables): Honor column grouping for tables.
12556         (org-export-latex-title-command): New option.
12557         (org-export-latex-treat-backslash-char): Use \textbackslash{} to
12558         export backslash character.
12560 2007-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12562         * frame.el (frame-inherited-parameters): Remove unused `environment'
12563         parameter, and let server.el add `client' when needed.
12565         * server.el (server-create-tty-frame)
12566         (server-create-window-system-frame): Set frame-inherited-parameters.
12568         * frame.el (frame-inherited-parameters): New var.
12569         (make-frame): Use it.
12571         * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
12573         * env.el (let-environment): Remove.  Unused.
12574         (read-envvar-name): Simplify.
12575         (setenv): Remove unused arg `frame'.
12577         * help-fns.el (describe-variable): Add missing "  " for multiline
12578         obsolescence info and missing EOL after global value.
12580 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
12582         * add-log.el:
12583         * ediff-vers.el:
12584         * log-view.el:
12585         * pcvs.el:
12586         * vc-arch.el:
12587         * vc-bzr.el:
12588         * vc-cvs.el:
12589         * vc.el:
12590         * vc-git.el:
12591         * vc-hg.el:
12592         * vc-hooks.el:
12593         * vc-mcvs.el:
12594         * vc-mtn.el:
12595         * vc-rcs.el:
12596         * vc-sccs.el:
12597         * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
12598         {find,init,next,previous,annotate-*,log}-version ->
12599         {find,init,next,previous,annotate-*,log}-revision,
12600         annotate-focus-version -> annotate-working-revision, The term
12601         'focus' is gone.  The term 'revision' is now used consistently
12602         everywhere that reference to a revision ID is intended, replacing
12603         older use of 'version'.
12605 2007-10-10  Juanma Barranquero  <lekktu@gmail.com>
12607         * follow.el: Change all instances of "Follow Mode" to "Follow
12608         mode" in docstrings and messages.
12609         (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
12611 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
12613         * vc.el (vc-next-action): Rewrite completely; this principal
12614         entry point now operates on a current fileset selected either
12615         explicitly via VC-Dired or implicitly by visiting a file buffer,
12616         rather than always operating on the file of the current buffer as
12617         in older versions.  Rewrite the rest of the mode to match.
12618         (with-vc-properties): Rewrite to operate on a file list.
12619         (with-vc-file): vc-checkin takes a file list argument now.
12620         (vc-post-command-functions): This hook now receives a file list.
12621         (vc-do-command): Take a either a file or a file list as argument.
12622         (vc-deduce-fileset): New function for deducing a file list to
12623         operate on.
12624         (vc-next-action-on-file, vc-next-action-dired): Remove.
12625         Merge into vc-next-action.
12626         (vc-register): Adapt to the fact that vc-start-entry now takes a
12627         file list.
12628         (vc-register-with): New function.
12629         (vc-start-entry): Take a file list argument rather than a
12630         file argument.
12631         (vc-checkout): Cope with vc-start-entry taking a file list.
12632         (vc-steal-lock): Cope with with-vc-properties taking a
12633         file list.
12634         (vc-checkin): Take a file list argument rather than a file argument.
12635         (vc-finish-logentry): Use the filelist passed by vc-start-entry.
12636         (vc-diff-internal): Rewrite for filesets.
12637         (vc-diff-sentinel): New function, tests whether changes were
12638         written into a diff buffer.
12639         (vc-diff): Rewrite for filesets.
12640         (vc-version-diff): Rewrite for filesets.
12641         (vc-print-log): Take a fileset argument.
12642         (vc-revert): Revert the entire selected fileset, not just the
12643         current buffer.
12644         (vc-rollback): Roll back the entire selected fileset, if
12645         possible.  No longer accepts a prefix argument.
12646         (vc-update): Merge new changes for the entire selected
12647         fileset, not just the current buffer.
12648         (vc-revert-file): Cope with with-vc-properties taking a file list.
12649         (vc-default-dired-state-info): Add + status suffix if the file is
12650         modified.
12651         (vc-annotate-warp-version): Use the new diff machinery.
12652         (vc-log-edit): Take a file list argument rather than a file argument.
12654 2007-10-10  Michael Albinus  <michael.albinus@gmx.de>
12656         Sync with Tramp 2.1.11.
12658         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
12659         Pacify byte compiler.
12661         * net/trampver.el: Update release number.
12663 2007-10-09  Richard Stallman  <rms@gnu.org>
12665         * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
12667 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
12669         * follow.el: Require easymenu.
12670         (follow-mode-hook, follow-mode): Doc fixes.
12671         (follow-mode-off-hook): Mark as obsolete.
12673 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
12675         * window.el (mouse-autoselect-window-cancel): Don't cancel for
12676         select-window or select-frame events.
12677         (handle-select-window): When autoselecting window set input
12678         focus.  Restructure.
12680         * frame.el (focus-follows-mouse): Move to frame.c.
12681         * cus-start.el (all): Add focus-follows-mouse.
12683 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
12685         * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
12686         activate font-locking in the *buffer-selection* buffer.
12687         (bs-show-sorted): Doc fix.
12689         * bs.el (bs--get-marked-string, bs--get-modified-string)
12690         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
12691         (bs--get-mode-name, bs-mode): Fix typos in docstrings.
12692         (bs--format-aux): Doc fix.
12694 2007-10-08  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
12696         * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
12698 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
12700         * progmodes/gud.el (gud-gud-gdb-command-name): New option.
12701         (gud-gdb): New function for old M-x gdb (text command mode).
12702         (gud-gdb-command-name, gdb): Move to...
12704         * progmodes/gdb-ui.el: ...here and adapt doc string.
12705         (gud-gdba-command-name, gdba): Delete.
12707 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
12709         * bs.el: Don't defvar `font-lock-verbose'.
12710         (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
12711         (bs--get-file-name): Fix typos in docstrings.
12712         (bs--show-header): Use `dolist' instead of `mapcar'.
12713         (bs-mode): Set `show-trailing-whitespace' to nil.
12714         (bs-buffer-sort-function, bs-mouse-select-other-frame)
12715         (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
12716         Doc fixes.
12718 2007-10-08  Adam Hupp  <adam@hupp.org>  (tiny change)
12720         * progmodes/gud.el (pdb): Specify file for gud-break.
12722 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
12724         * progmodes/gud.el (gdb): Make graphical mode the default and
12725         switch to text command mode if appropriate, i.e., reverse previous
12726         arrangement.
12727         (gud-gdb-marker-filter): Adapt for above change.
12729         * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
12730         gud-minor-mode and gud-marker-filter.
12731         (gdb-fullname-regexp): New variable.
12732         (gud-gdba-marker-filter): Use it to switch to text command
12733         mode if appropriate.
12735 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
12737         * progmodes/gud.el (gud-display-line): Find source buffer even when
12738         GUD buffer has its own frame.
12740 2007-10-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12742         * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
12744 2007-10-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12746         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
12748 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
12750         * allout.el (allout-before-change-handler): Replace got-char by
12751         goto-char.
12753 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12755         * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
12756         Used to try and automatically enabled smerge-mode in the presence of
12757         conflicts and to call `svn resolved' when the conflicts are gone.
12758         (vc-svn-parse-status): Remember the svn-specific status.
12760 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
12762         * menu-bar.el (menu-bar-search-documentation-menu): Rename from
12763         menu-bar-apropos-menu.  All users changed.
12764         (menu-bar-help-menu): Change menu symbols to better match the text
12765         displayed by the menu.
12767 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
12769         * files.el (file-name-sans-versions): Use [:alnum:] and also allow
12770         #, @, : and ^.
12772 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
12774         * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
12776         * log-view.el (log-view-mode-map): Likewise.
12778         * diff-mode.el (diff-mode-shared-map): Likewise.
12780 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
12782         * files.el (file-name-sans-versions): Also allow `A-Z'.
12784         * vc.el: Mention all supported VC backends.
12786 2007-10-08  Richard Stallman  <rms@gnu.org>
12788         * wid-edit.el (widget-specify-button): Don't merge mouse-face with
12789         neighbouring buttons.
12791 2007-10-08  Andreas Schwab  <schwab@suse.de>
12793         * files.el (file-name-sans-versions): Also allow `_'.
12795 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
12797         * files.el (file-name-sans-versions): Allow - and a-z in version names.
12799         * log-view.el (log-view-mode-map, log-view-mode-menu):
12800         Bind log-view-annotate-version.
12801         (log-view-beginning-of-defun, log-view-end-of-defun)
12802         (log-view-annotate-version): New functions.
12803         (log-view-mode): Use log-view-beginning-of-defun and
12804         log-view-end-of-defun.
12806 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12808         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
12810 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12812         * wid-edit.el (widget-image-insert): Don't merge mouse-face with
12813         neighbouring buttons.
12815         * progmodes/compile.el (compilation-error-regexp-alist-alist):
12816         Recognize gcc's use of "note" for informational messages.
12818 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12820         * textmodes/css-mode.el (css-electric-keys): electrick->electric.
12821         (css-mode): Update correspondingly.
12823 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
12825         * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
12826         Signed-off-by, Acked-by and Merge.
12828 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12830         * ediff-init.el (ediff-verbose-p): This var is not a constant.
12832 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12834         * vc-mtn.el: New file.
12836         * vc-hooks.el (vc-handled-backends): Add Mtn.
12838 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
12840         * files.el (find-file, find-file-other-window)
12841         (find-file-other-frame, find-file-existing, find-file-read-only)
12842         (find-file-read-only-other-window)
12843         (find-file-read-only-other-frame)
12844         (find-alternate-file-other-window, find-alternate-file): Doc fixes.
12846 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
12848         * progmodes/gud.el (gdb-ready): New variable.
12849         (gdb): Set it to nil.  Set gud-running to nil here...
12850         (gud-common-init): ...instead of here.
12852         * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
12853         Use gdb-ready.  Discard input until GDB is ready to accept it.
12855 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
12857         * dired.el (dired-warning): Inherit from font-lock-warning-face to
12858         make it show up with eight colors.
12860 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12862         * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
12863         diffs are concatenated with no intervening line.
12865 2007-10-08  Dave Love  <fx@gnu.org>
12867         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
12868         (python-font-lock-keywords): Update to the 2.5 version of the language.
12869         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
12870         (python-backspace): Only behave funny in code.
12871         (python-compilation-regexp-alist): Add PDB stack trace regexp.
12872         (inferior-python-mode): Add PDB prompt regexp.
12873         (python-fill-paragraph): Refine the fenced-string regexp.
12874         (python-find-imports): Handle imports spanning several lines.
12875         (python-mode): Add `class' to hideshow support.
12877 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12879         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
12880         Use add-log-buffer-file-name-function rather than binding
12881         buffer-file-name, so we don't end up calling change-log-mode in *cvs*
12882         when `fi' is the ChangeLog file itself.
12884         * outline.el (outline-flag-region): Use front-advance.
12886 2007-10-08  Ilya Zakharevich  <ilyaz@cpan.org>
12888         * progmodes/cperl-mode.el: Merge upstream 5.23.
12889         (cperl-where-am-i): Remove function.
12890         (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
12891         (cperl-sniff-for-indent): De-invert [string] and [comment].
12892         When looking for label, skip s:m:y:tr.
12893         (cperl-indent-line): Likewise.
12894         (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
12895         (cperl-windowed-init): Wrong `ps-print' handling.
12896         Both thanks to Chong Yidong.
12897         (cperl-look-at-leading-count): Could fail with unfinished RExen.
12898         (cperl-find-pods-heres): If the second part of s()[] is missing,
12899         don't try to highlight delimiters...
12901 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12903         * progmodes/compile.el (compilation-get-file-structure): Complete last
12904         change by also using spec-directory in the puthash.
12906 2007-10-08  Riccardo Murri  <riccardo.murri@gmail.com>
12908         * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
12909         (vc-bzr-status): Fix shadowing of variable 'status'.
12910         (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
12911         Use `expand-file-name' instead of `concat'.
12912         (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
12913         Update annotation line regexp.  Fixes launchpad.net [Bug 137435].
12915 2007-10-08  Jason Rumney  <jasonr@gnu.org>
12917         * frame.el (focus-follows-mouse): Doc-fix.  Change default on w32.
12919 2007-10-08  Richard Stallman  <rms@gnu.org>
12921         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
12922         Add `safe-local-variable' property.
12923         (lisp-body-indent): Likewise.
12925 2007-10-08  Richard Stallman  <rms@gnu.org>
12927         * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
12928         Add doc string.
12930 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
12932         * files.el (backup-buffer-copy): Try to overwrite old backup first.
12934 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
12936         * repeat.el (repeat): Use last-repeatable-command instead of
12937         real-last-command.  Run pre- and post-command hooks for
12938         self-insertion.  Update doc-string.
12940 2007-10-08  Alexandre Julliard  <julliard@winehq.org>
12942         * vc-git.el (vc-git-state): Call git-add --refresh to update the
12943         state of the file.
12944         (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
12945         (vc-git-create-repo): Fix invalid command.
12947 2007-10-08  Richard Stallman  <rms@gnu.org>
12949         * textmodes/flyspell.el (flyspell-mode):
12950         Catch errors in flyspell-mode-on.
12952 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
12954         * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
12956 2007-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12958         * international/encoded-kb.el (encoded-kbd-setup-display):
12959         Use input-decode-map rather than local-key-translation-map.
12961         * term/rxvt.el (rxvt-alternatives-map): New map.
12962         (terminal-init-rxvt): Use it.
12963         Bind rxvt-function-map in input-decode-map.
12965         * term/xterm.el (xterm-alternatives-map): New map.
12966         (terminal-init-xterm): Use it.
12967         Bind xterm-function-map in input-decode-map.
12969         * term/x-win.el (x-alternatives-map): New var.
12970         (x-setup-function-keys): Use it.
12972         * help-fns.el (describe-variable): Slightly change the layout of
12973         meta-info to separate it better from the docstring.
12974         Standardize insertion of extra empty lines in various circumstances.
12976         * diff-mode.el (diff-hunk-style): New fun.
12977         (diff-end-of-hunk): Use it.
12978         (diff-context->unified): Use the new `apply' undo element,
12979         if applicable, so as to save undo-log space.
12980         (diff-fine-change): New face.
12981         (diff-fine-highlight-preproc): New function.
12982         (diff-fine-highlight): New command.
12983         (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
12985         * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
12986         (smerge-refine-highlight-change): Add `props' argument.
12987         (smerge-refine-subst): New function holding most of smerge-refine.
12988         (smerge-refine): Use it.
12990 2007-10-08  Eric S. Raymond  <esr@snark.thyrsus.com>
12992         * vc.el (vc-default-wash-log): Remove unused code, the
12993         log washers all live in the backends now.
12994         (vc-default-comment-history): Correct for the fact
12995         that wash-log is argumentless in the new API.
12997 2007-10-08  Michael Albinus  <michael.albinus@gmx.de>
12999         * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
13000         (tramp-maybe-send-script): Apply `member' but `memq'.
13001         (tramp-advice-file-expand-wildcards): Simplify implementation.
13003 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
13005         * follow.el (follow-mode): Don't run hooks twice.  Use `when'.
13007         * mb-depth.el (minibuf-depth-indicator-function): New variable.
13008         (minibuf-depth-setup-minibuffer): Use it.
13010 2007-10-07  Glenn Morris  <rgm@gnu.org>
13012         * simple.el (bad-packages-alist): Clarify Semantic and CEDET
13013         version numbers.
13015 2007-10-06  Juri Linkov  <juri@jurta.org>
13017         * textmodes/fill.el (fill-paragraph-or-region): New function.
13019         * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
13020         instead of fill-paragraph.
13022         * tutorial.el (tutorial--default-keys): Replace fill-paragraph
13023         with fill-paragraph-or-region.  Suspend command is now the same
13024         `suspend-frame' on window systems and on tty.
13026         * image.el (image-type): Check if image-types is bound to not fail
13027         on tty.
13029         * delsel.el (delete-selection-pre-hook):
13030         * emulation/cua-base.el (cua-paste): Check if mouse-region-match
13031         is fbound to not fail on mouseless tty.
13033 2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
13035         * net/tramp.el (top): Move loading of tramp-util.el and
13036         tramp-vc.el to tramp-compat.el.
13037         (tramp-make-tramp-temp-file): Complete rewrite.  Create remote
13038         temporary file if possible, in order to avoid a security hole.
13039         (tramp-do-copy-or-rename-file-out-of-band)
13040         (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
13041         with DONT-CREATE, because the connection is not setup yet.
13042         (tramp-handle-process-file): Rewrite temporary file handling.
13043         (tramp-completion-mode): New defvar.
13044         (tramp-completion-mode-p): Use it.
13046         * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
13048         * net/tramp-fish.el (tramp-fish-handle-process-file):
13049         Rewrite temporary file handling.
13051 2007-10-06  Eric S. Raymond  <esr@snark.thyrsus.com>
13053         * vc.el: Workfile version -> focus version change.  Port various
13054         comments from new VC to reduce the noise in the diff.
13055         Patch in the new vc-create-repo function to go with the
13056         header comment about it already present.
13057         There are no changes to existing logic in this patch.
13058         (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
13060 2007-10-06  Aaron Hawley  <aaronh@garden.org>
13062         * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
13064 2007-10-05  Chris Moore  <dooglus@gmail.com>
13066         * server.el (server-kill-new-buffers): Doc fix.
13068 2007-10-05  John W. Eaton  <jwe@octave.org>
13070         * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
13071         (octave-begin-keywords): Add "do".
13072         (octave-end-keywords): Remove "end".
13073         (octave-reserved-words): Add "end".  Remove "all_va_args",
13074         "gplot", and 'gsplot".
13075         (octave-text-functions): Remove "gset", "gshow", "set", and "show".
13076         (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
13077         "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
13078         "default_return_value", "define_all_return_values",
13079         "do_fortran_indexing", "empty_list_elements_ok",
13080         "gnuplot_has_multiplot", "implicit_str_to_num_ok",
13081         "ok_to_lose_imaginary_part", "prefer_column_vectors",
13082         "prefer_zero_one_indexing", "propagate_empty_matrices",
13083         "resize_on_range_error", "treat_neg_dim_as_zero",
13084         "warn_assign_as_truth_value", "warn_comma_in_global_decl",
13085         "warn_divide_by_zero", "warn_function_name_clash",
13086         "warn_missing_semicolon", "whitespace_in_literal_matrix".
13087         Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
13088         "crash_dumps_octave_core", "sighup_dumps_octave_core",
13089         "sigterm_dumps_octave_core".
13090         (octave-block-match-alist): Remove "end" from block-end keywords.
13091         (octave-mode): Update ftp site address.
13093 2007-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
13095         * vc.el: Reorder functions, no code changes.
13097 2007-10-04  Michael Albinus  <michael.albinus@gmx.de>
13099         * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
13100         (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
13101         the cond clauses where needed.
13102         (tramp-handle-write-region): Rearrange code for proper handling of
13103         tmpfile.
13105         * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
13107         * net/tramp.el:
13108         * net/tramp-fish.el:
13109         * net/tramp-ftp.el:
13110         * net/tramp-smb.el: Rename `tramp-make-temp-file' to
13111         `tramp-compat-make-temp-file'.
13113 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
13115         * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
13117 2007-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13119         * emacs-lisp/copyright.el (copyright-update): Don't update if the file
13120         already uses a more recent copyright version than the "current" one.
13122 2007-10-03  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
13124         * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
13125         (doc-view-insert-image): Minor aesthetical docstring changes.
13127 2007-10-03  Tassilo Horn  <tassilo@member.fsf.org>
13129         * doc-view.el (doc-view): Don't ignore pdf and dvi files when
13130         completing filename.
13131         (doc-view-search-internal): Docstring change.
13133 2007-10-03  Michael Albinus  <michael.albinus@gmx.de>
13135         * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
13136         (tramp-file-name-handler-alist):
13137         Add `tramp-handle-insert-file-contents-literally'.  Needed for XEmacs.
13138         (tramp-make-temp-file): Use `make-temp-name'.  `make-temp-file',
13139         used before, creates the file already, which is not desired.
13140         (tramp-do-copy-or-rename-file-directly): Simplify handling of
13141         temporary file.
13142         (tramp-handle-insert-file-contents): Assign the result in the
13143         short track case.
13144         (tramp-handle-insert-file-contents-literally): New defun.
13145         (tramp-completion-mode-p): Revert change from 2007-09-24.
13146         Checking for `return' etc as last character is not sufficient, for
13147         example in dired-mode when entering <g> (revert-buffer) or
13148         <s> (dired-sort).
13150         * net/tramp-compat.el (top): Add also compatibility code for loading
13151         appropriate timer package.
13152         (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
13153         order to avoid autoloading problems.
13155         * net/tramp-fish.el:
13156         * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
13158         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
13159         where the second parameter of `copy-file' or `rename-file' is a
13160         remote file but not via ftp.
13162 2007-10-02  Richard Stallman  <rms@gnu.org>
13164         * frame.el (cursor-in-non-selected-windows): Doc fix.
13166 2007-10-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
13168         * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
13169         Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
13171 2007-10-01  Jay Belanger  <jay.p.belanger@gmail.com>
13173         * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
13174         when `expt' doesn't give range errors.
13176 2007-10-01  Markus Triska  <markus.triska@gmx.at>
13178         * calc/calc-math.el (math-smallest-emacs-expt):
13179         Make the computation more robust.
13181 2007-09-30  David Kastrup  <dak@gnu.org>
13183         * startup.el (argv): Alias for `command-line-args-left' to use as
13184         `(pop argv)' inside of --eval command sequences.  Allows for
13185         passing shell commands into Emacs verbatim without need for Lisp
13186         quoting.
13188         * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
13189         check only for changed size.
13190         (auto-revert-tail-handler): Get size from caller.  If the file has
13191         shrunk, tail the whole file again (the file presumably has been
13192         rewritten).
13194         * woman.el (woman-topic-all-completions, woman-mini-help):
13195         Fix fallout from 2007-09-07 introduction of `dolist' when the list
13196         actually was being manipulated in the loop.
13197         (woman-Cyg-to-Win, woman-pre-process-region)
13198         (woman-horizontal-escapes, woman-if-body, woman-unescape)
13199         (woman-strings, woman-special-characters, woman1-hc)
13200         (woman-change-fonts, woman-find-next-control-line):
13201         Use `match-beginning' rather than `match-string' when the result is
13202         just used as a flag.
13204 2007-09-30  Michael Albinus  <michael.albinus@gmx.de>
13206         * net/tramp-compat.el: New file.
13208         * net/tramp.el:
13209         * net/tramp-fish.el:
13210         * net/tramp-smb.el:
13211         * net/tramp-uu.el:
13212         * net/trampver.el: Move compatibility code to tramp-compat.el.
13213         Apply `mapc' instead of `mapcar' when the code needs side effects
13214         only.  Move utf-8 coding cookie to the second line.
13216 2007-09-30  Reiner Steib  <Reiner.Steib@gmx.de>
13218         * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
13219         Improve custom type.
13220         (icon-map-list): Make it customizable.  Document how to disable
13221         stock icons.
13223 2007-09-30  Richard Stallman  <rms@gnu.org>
13225         * play/zone.el (zone-hiding-modeline): Use mode-line-format.
13227 2007-09-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13229         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
13231 2007-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13233         * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode.  Rewrite.
13234         (t-mouse-mode): New compatibility alias.
13236 2007-09-28  Dan Nicolaescu  <dann@ics.uci.edu>
13238         * server.el (server-delete-client): Only delete the terminal if it
13239         is non-nil.
13241 2007-09-28  Michael Albinus  <michael.albinus@gmx.de>
13243         * net/tramp.el (with-file-property, with-connection-property):
13244         Highlight as keyword.
13245         (tramp-rfn-eshadow-setup-minibuffer)
13246         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
13247         (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
13248         (tramp-do-copy-or-rename-file-directly)
13249         (tramp-do-copy-or-rename-file-out-of-band)
13250         (tramp-handle-shell-command, tramp-get-debug-buffer)
13251         (tramp-send-command-and-read, tramp-equal-remote)
13252         (tramp-get-local-gid): Pacify byte-compiler.
13253         (tramp-handle-file-name-directory): Result shall not be expanded.
13254         (tramp-find-foreign-file-name-handler): Rewrite.
13255         (tramp-dissect-file-name): Add optional parameter NODEFAULT.
13257         * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
13259         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
13260         Apply `tramp-completion-mode-p'.
13261         (tramp-fish-handle-set-file-times)
13262         (tramp-fish-handle-executable-find)
13263         (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
13264         (tramp-fish-retrieve-data): Pacify byte-compiler.
13266         * net/tramp-gw.el (tramp-gw-basic-authentication):
13267         Call `tramp-read-passwd' with first parameter `nil'.
13269 2007-09-28  Glenn Morris  <rgm@gnu.org>
13271         * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
13272         than mapcar.
13274         * textmodes/tex-mode.el (tex-suscript-height-ratio)
13275         (tex-suscript-height-minimum): New customizable variables.
13276         (tex-suscript-height): New function.
13277         (superscript, subscript): Set height using tex-suscript-height
13278         rather than fixing at 0.8.
13279         (tex-fontify-script, tex-font-script-display): Add :version tag.
13281 2007-09-27  Juanma Barranquero  <lekktu@gmail.com>
13283         * progmodes/python.el (python-eldoc-function): Doc fix.
13285 2007-09-27  Glenn Morris  <rgm@gnu.org>
13287         * image.el (image-type-auto-detected-p): Doc fix.  Don't detect an
13288         image if it is not in image-type-auto-detectable, or is there with
13289         a nil value.
13291 2007-09-27  Michael Albinus  <michael.albinus@gmx.de>
13293         * net/tramp.el (tramp-maybe-open-connection): Make test for alive
13294         connection more robust.
13296 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
13298         * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
13299         Deal with the case that special &keywords are at the beginning or
13300         end of the argument list.  Also add some (incomplete) support for
13301         non-standard arglists.
13303 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
13305         * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
13306         (eldoc-message-commands, eldoc-current-idle-delay)
13307         (eldoc-function-argstring-format): Fix typos in docstrings.
13309 2007-09-26  Jay Belanger  <jay.p.belanger@gmail.com>
13311         * calc/calc-units.el (calc-convert-units)
13312         (calc-convert-temperature): Remove unnecessary colons.
13314 2007-09-26  Bastien Guerry  <bzg@altern.org>
13316         * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
13317         New function.
13318         (org-export-latex-remove-from-headlines): Name changed because of typo.
13319         (org-export-latex-quotation-marks-convention): Option removed.
13320         (org-export-latex-make-preamble): Handle the DATE option.
13321         (org-export-latex-cleaned-string): Now the only cleaning function,
13322         synched up with org.el.
13323         (org-export-latex-lists, org-export-latex-parse-list)
13324         (org-export-list-to-latex): New functions.
13326 2007-09-26  Carsten Dominik  <dominik@science.uva.nl>
13328         * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
13329         (org-outline-regexp): New constant.
13330         (org-remember-handler): Throw error when the target file is not in
13331         org-mode.
13332         (org-cleaned-string-for-export): No longer call
13333         `org-export-latex-cleaned-string' with an argument.
13334         (org-get-tags): Returns now a list, not a string.
13335         (org-get-tags-string): New function.
13336         (org-archive-subtree): No need to split return of `org-get-tags'.
13337         (org-set-tags, org-entry-properties): Call `org-get-tags-string'
13338         instead of `org-get-tags'.
13339         (org-agenda-format-date): Rename from `org-agenda-date-format'.
13340         (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
13341         (org-compatible-face): New argument INHERITS.  Inherit from this
13342         face if possible.
13343         (org-level-1, org-level-2, org-level-3, org-level-4)
13344         (org-level-5, org-level-6, org-level-7, org-level-8)
13345         (org-special-keyword, org-drawer, org-column, org-warning)
13346         (org-archived, org-todo, org-done, org-headline-done, org-table)
13347         (org-formula, org-code, org-agenda-structure)
13348         (org-scheduled-today, org-scheduled-previously)
13349         (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
13350         in the new way.
13351         (org-get-heading): New argument NO-TAGS.
13352         (org-fast-tag-selection-include-todo): Made defvar instead of
13353         defcustom, feature is not deprecated.
13354         (org-remember-store-without-prompt): New default value t.
13355         (org-todo-log-states): New variable.
13356         (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
13357         Compute the log states.
13358         (org-goto-map): More commands copied from global map.  Also bind
13359         `org-occur'.
13360         (org-goto): Made into a general lookup command.
13361         (org-get-location): Complete rewrite.
13362         (org-goto-exit-command): New variable.
13363         (org-goto-selected-point): New variable.
13364         (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
13365         Set the new variables.
13366         (org-paste-subtree): Whitespace insertion strategy revised.
13367         (org-remember-apply-template): Protect v-A from the possibility
13368         that v-a might be nil.
13369         (org-remember-handler): Insertion rules revised.
13370         (org-todo): Respect org-todo-log-states.
13371         (org-up-heading-safe): New function.
13372         (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
13374 2007-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
13376         * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
13377         region if in transient-mark-mode.
13379 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
13381         * calc/calc-ext.el (calc-init-extensions, calc-reset):
13382         * calc/calc-help.el (calc-full-help):
13383         * calc/calc-misc.el (another-calc):
13384         * calc/calc-store.el (calc-var-name-map):
13385         * calc/calc-stuff.el (calc-flush-caches):
13386         * calc/calc-units.el (math-build-units-table):
13387         * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
13388         (calc-quit):
13389         * calendar/icalendar.el (icalendar--format-ical-event)
13390         (icalendar--convert-ical-to-diary):
13391         * emacs-lisp/authors.el (authors):
13392         * emacs-lisp/cust-print.el (custom-print-install)
13393         (custom-print-uninstall):
13394         * emacs-lisp/disass.el (disassemble-1):
13395         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
13396         * emacs-lisp/edebug.el (byte-compile-resolve-functions):
13397         * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
13398         (elint-check-let-form, elint-check-condition-case-form)
13399         (elint-initialize):
13400         * emacs-lisp/elp.el (elp-results):
13401         * emacs-lisp/generic.el (generic-mode-internal):
13402         * emacs-lisp/re-builder.el (reb-delete-overlays):
13403         * emacs-lisp/regi.el (regi-interpret):
13404         * emacs-lisp/sregex.el (sregex--char-aux):
13405         * emulation/cua-rect.el (cua--deactivate-rectangle)
13406         (cua--highlight-rectangle, cua--rectangle-post-command):
13407         * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
13408         * emulation/viper-macs.el (viper-describe-kbd-macros)
13409         (viper-describe-one-macro):
13410         * emulation/viper-util.el (viper-setup-master-buffer):
13411         * emulation/viper.el (set-viper-state-in-major-mode):
13412         * international/mule-diag.el (describe-current-coding-system):
13413         * language/ethio-util.el (ethio-fidel-to-sera-buffer):
13414         * mail/emacsbug.el (report-emacs-bug):
13415         * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
13416         * obsolete/hilit19.el (hilit-unhighlight-region)
13417         (hilit-set-mode-patterns):
13418         * play/solitaire.el (solitaire-check, solitaire-solve):
13419         * play/zone.el (zone-pgm-rotate):
13420         * progmodes/ada-mode.el (ada-save-exceptions-to-file):
13421         * progmodes/ada-prj.el (ada-prj-display-page):
13422         * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
13423         (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
13424         * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
13425         (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
13426         * progmodes/sh-script.el (sh-make-vars-local)
13427         (sh-reset-indent-vars-to-global-values):
13428         * progmodes/sql.el (top):
13429         * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
13430         * progmodes/xscheme.el (top):
13431         * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
13432         (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
13433         (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
13434         (artist-vaporize-lines, artist-ellipse-compute-fill-info)
13435         (artist-submit-bug-report):
13436         * textmodes/flyspell.el (flyspell-delay-commands)
13437         (flyspell-deplacement-commands):
13438         * textmodes/table.el (table--generate-source-epilogue, table-insert)
13439         (table--generate-source-cells-in-a-row, table--make-cell-map)
13440         (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
13442 2007-09-25  Juanma Barranquero  <lekktu@gmail.com>
13444         * allout.el (produce-allout-mode-map, allout-process-exposed):
13445         * ansi-color.el (ansi-color-make-color-map):
13446         * autoinsert.el (auto-insert):
13447         * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
13448         * dired-aux.el (dired-create-files):
13449         * dired.el (dired-restore-desktop-buffer):
13450         * ediff-diff.el (ediff-setup-fine-diff-regions):
13451         * ediff-mult.el (ediff-intersect-directories)
13452         (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
13453         (ediff-redraw-registry-buffer):
13454         * ediff-ptch.el (ediff-fixup-patch-map):
13455         * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
13456         (ediff-really-quit, ediff-clear-diff-vector):
13457         * emerge.el (emerge-really-quit):
13458         * ffap.el (ffap-replace-file-component):
13459         * filecache.el (file-cache-add-directory)
13460         (file-cache-add-directory-recursively)
13461         (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
13462         (file-cache-delete-directory, file-cache-files-matching-internal)
13463         (file-cache-display):
13464         * files.el (cd):
13465         * find-lisp.el (find-lisp-insert-directory):
13466         * finder.el (finder-compile-keywords):
13467         * help.el (view-emacs-news):
13468         * hi-lock.el (hi-lock-write-interactive-patterns):
13469         * ido.el (ido-to-end, ido-set-matches-1):
13470         * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
13471         (image-dired-mark-tagged-files):
13472         * jka-cmpr-hook.el (jka-compr-get-compression-info):
13473         * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
13474         * ps-print.el (ps-background, ps-begin-file)
13475         (ps-build-reference-face-lists):
13476         * simple.el (clone-buffer):
13477         * startup.el (command-line):
13478         * tempo.el (tempo-insert-template, tempo-is-user-element)
13479         (tempo-forward-mark, tempo-backward-mark):
13480         * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
13482 2007-09-25  Glenn Morris  <rgm@gnu.org>
13484         * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
13486         * view.el (view-search-no-match-lines): Add a doc string.
13487         Rewrite to simplify and work better.
13489 2007-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
13491         * progmodes/cc-mode.el (c-mode-base-map):
13492         Use c-indent-line-or-region instead of c-indent-line.
13494         * indent.el (indent-for-tab-command): First check if the region is
13495         active.
13497 2007-09-24  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
13499         * whitespace.el (whitespace-tickle-timer): Don't install the timer if
13500         whitespace-rescan-timer-time is 0.
13502 2007-09-24  Karl Berry  <karl@gnu.org>
13504         * international/mule.el (coding-system-base): Fix doc string grammar.
13506 2007-09-24  Michael Albinus  <michael.albinus@gmx.de>
13508         * net/tramp.el (tramp-completion-mode-p): Rename from
13509         `tramp-completion-mode'.  Revert logic, check `return', `newline'
13510         and such alike.  Packages like Icicles tend to use other completion
13511         characters but `tab' and `space' only.
13513 2007-09-24  Adam Hupp  <adam@hupp.org>
13515         * progmodes/python.el (run-python): Import emacs module without
13516         waiting; prevents lockup on error.
13518 2007-09-23  Richard Stallman  <rms@gnu.org>
13520         * mail/sendmail.el (mail-bury): Delete the frame
13521         if this frame looks like it was made for this message.
13523         * completion.el (completion-separator-self-insert-command)
13524         (completion-separator-self-insert-autofilling):
13525         If `self-insert-command' has been remapped, use the substitute.
13527         * simple.el (copy-region-as-kill): Doc fix.
13529         * textmodes/org.el (org-confirm-shell-link-function)
13530         (org-confirm-elisp-link-function): Doc fixes.
13532 2007-09-23  Glenn Morris  <rgm@gnu.org>
13534         * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
13536 2007-09-23  Dan Nicolaescu  <dann@ics.uci.edu>
13538         * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
13540         * term/tvi970.el (terminal-init-tvi970): Likewise.
13542         * term/sun-mouse.el (print-mouse-format): Likewise.
13544         * term/sun.el (scroll-down-in-place, scroll-up-in-place):
13545         Use forward-line instead of previous-line and next-line.
13547 2007-09-22  Juri Linkov  <juri@jurta.org>
13549         * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
13551         * tutorial.el (tutorial--default-keys): Update standard bindings:
13552         rename `iconify-or-deiconify-frame' to `suspend-frame',
13553         and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
13555 2007-09-22  Juri Linkov  <juri@jurta.org>
13557         * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
13558         Add help-echo to external links and to links without description.
13559         (fancy-splash-insert): Use help-echo from the 3rd element of the
13560         link specification list, or "Follow this link" if it's nil.  Doc fix.
13562 2007-09-22  Juri Linkov  <juri@jurta.org>
13564         * startup.el (command-line): Rename `inhibit-startup-message' to
13565         `inhibit-startup-screen'.
13566         (fancy-about-text): Use shorter label for "Ordering Manuals".
13567         (fancy-startup-tail): Add optional arg `concise'.  When `concise'
13568         is nil, display a line with "To start..." and 3 links to useful
13569         tasks.  Display the "Dismiss" button and "Don't show this message
13570         again" only when concise is non-nil.
13571         (fancy-startup-screen): Call `fancy-startup-tail' with optional
13572         arg `concise'.  If CONCISE is non-nil, display a concise version
13573         of the splash screen in another window.  Otherwise, switch to the
13574         startup buffer in the same window.
13575         (startup-echo-area-message): Change displayed binding from
13576         C-h C-p (describe-project) to C-h C-a (about-emacs), and change
13577         text "about the GNU system and GNU/Linux" to "about GNU Emacs and
13578         the GNU system".
13579         (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
13580         to "*GNU Emacs*".
13581         (display-about-screen): Don't check the existence of the buffer
13582         "*About GNU Emacs*".
13583         (display-splash-screen): Make alias to `display-startup-screen'.
13584         (command-line-1): Rename `inhibit-startup-message' to
13585         `inhibit-startup-screen'.  Inhibit startup screen when Emacs is
13586         started with command line options "-f", "-funcall", "-e", "-eval",
13587         "-execute", "-insert", "-find-file", "-file", "-visit".
13588         Inhibit startup screen when Emacs is started with a file name only
13589         on tty (i.e. don't inhibit it when started with a file name like
13590         "emacs FILE..." on a window system).
13591         (command-line-1): Simplify logic of displaying the startup screen:
13592         if file-count > 0, then display the concise version in another
13593         window, otherwise display full version in the same window.
13595         * help.el (help-map): Bind C-h C-a to about-emacs.
13596         (help-for-help-internal): Add C-a description to C-h help text.
13598 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
13600         * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
13601         (checkdoc-permit-comma-termination-flag): Autoload the
13602         safe-local-variable setting.
13604         * bookmark.el (bookmark-xemacsp): Remove.
13605         (bookmark-make): Don't use bookmark-xemacsp,
13606         use (featurep 'xemacs) instead.
13608         * speedbar.el (speedbar-frame-mode)
13609         (speedbar-frame-reposition-smartly)
13610         (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
13611         (speedbar-check-vc): Remove use of non-existent variable
13612         dframe-xemacsp, use (featurep 'xemacs) instead.
13614         * indent.el (indent-for-tab-command): Indent the region if
13615         transient-mark-mode and the region is active.
13617 2007-09-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
13619         * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
13620         add inferior-octave-directory-tracker to the buffer-local value
13621         of comint-input-filter-functions.
13623 2007-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
13625         * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
13627 2007-09-21  Juanma Barranquero  <lekktu@gmail.com>
13629         * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
13630         on w32 frames.
13632 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13634         * startup.el (normal-top-level): Remove DISPLAY from
13635         process-environment to let it be computed dynamically in callproc.c.
13637         * frame.el (frame-initialize, make-frame):
13638         * faces.el (tty-set-up-initial-frame-faces):
13639         * env.el (setenv): Don't set display-environment-variable.
13641         * server.el (server-getenv-from): Remove.  Use getenv-internal instead.
13642         (server-create-tty-frame): Don't set unused `tty' property.
13643         Set `display' instead of display-environment-variable.
13644         (server-create-window-system-frame): No display-environment-variable.
13646 2007-09-21  Michael Albinus  <michael.albinus@gmx.de>
13648         * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
13649         (rfn-eshadow-update-overlay-hook): New defvars.
13650         (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
13651         Run the hooks.
13653         * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
13654         (tramp-rfn-eshadow-setup-minibuffer)
13655         (tramp-rfn-eshadow-update-overlay): New defuns.  Hook into
13656         rfn-eshadow.el.
13658         * net/tramp-smb.el (tramp-smb-errors): Add error message for call
13659         timeout.
13661 2007-09-21  Glenn Morris  <rgm@gnu.org>
13663         * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
13664         * term/sun-mouse.el (suspend-emacstool): Remove.
13665         * term/sun.el: Remove emacstool-related code.
13667         * emacs-lisp/bytecomp.el (byte-compile-warnings)
13668         (byte-compile-warnings-safe-p): Add `mapcar'.
13669         (byte-compile-warning-types): Add mapcar and make-local.
13670         (byte-compile-normal-call): Add option to suppress mapcar warning.
13671         (top-level): Use mapc rather than mapcar in eval-when-compile.
13673         * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
13674         (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
13675         (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
13676         Handle escaped parens.
13677         (latex-forward-sexp): Doc fix.
13679         * eshell/esh-mode.el (eshell-output-filter-functions):
13680         Add eshell-postoutput-scroll-to-bottom.
13682         * loadup.el: Remove termdev.
13684         * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
13685         * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
13687 2007-09-21  Markus Triska  <markus.triska@gmx.at>
13689         * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
13690         `mapcar' is called for effect.
13692 2007-09-21  Kevin Ryde  <user42@zip.com.au>
13694         * international/mule.el (sgml-html-meta-auto-coding-function):
13695         Bind `case-fold-search' to t.
13697 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13699         * termdev.el: Remove.
13701         * frame.el (get-device-terminal): New function.  Moved from termdev.el.
13702         (frames-on-display-list): Use it.
13704         * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
13706         * termdev.el (terminal-id): Ask terminal-live-p before giving up.
13708 2007-09-20  Richard Stallman  <rms@gnu.org>
13710         * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
13712 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13714         * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
13716 2007-09-20  Glenn Morris  <rgm@gnu.org>
13718         * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
13719         motion functions, rather than hard-coding "\n\n".
13720         (tex-validate-region): Check for eobp, to speed up.
13721         (tex-next-unmatched-end): Doc fix.
13723 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13725         * files.el (auto-mode-alist): Use archive-mode for .rar files.
13727         * international/mule.el (auto-coding-alist): Rar archives are binary.
13729         * arc-mode.el: Add basic support for Rar.
13730         (archive-find-type): Recognize Rar's signature.
13731         (archive-desummarize): New fun.
13732         (archive-summarize): Use it to restore the buffer's data in case
13733         someone wants to switch to some other major mode.
13734         (archive-resummarize): Use it as well.
13735         (archive-rar-summarize, archive-rar-extract): New functions.
13737         * filesets.el: Remove spurious * in docstrings.
13738         (filesets-running-xemacs): Remove.  Use (featurep 'xemacs) instead.
13739         (filesets-conditional-sort): Remove unused arg `simply-do-it'.
13740         (filesets-ingroup-collect): Remove unused arg `depth'.
13741         (filesets-update): Remove unused arg `version'.
13743         * finder.el (finder-compile-keywords): Fix up comment style.
13744         (finder-mouse-face-on-line): previous-line -> forward-line.
13746         * recentf.el: Remove spurious * in docstrings.
13747         (recentf-save-list): Fix up comment style.
13749         * progmodes/octave-mod.el: Remove spurious * in docstrings.
13750         (octave-mode-map): Move init into declaration and remove \t binding.
13751         (octave-mode-startup-message): Remove unused var.
13752         (octave-scan-blocks): Remove unused arg `from'.
13753         (octave-forward-block, octave-down-block, octave-up-block):
13754         Update callers.
13756         * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
13757         (meta-mode-map): Likewise and remove \t binding.
13759         * net/snmp-mode.el: Remove spurious * in docstrings.
13760         (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
13761         (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
13762         (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
13763         that completion accepts lists of strings.
13764         (snmp-mode-syntax-table): Move initialization into declaration.
13765         (snmp-mode-map): Likewise and remove \t binding.
13766         (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
13767         (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
13768         (snmp-indent-command): Remove.
13770         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
13771         binding, so tab-always-indent works right.
13773 2007-09-19  Johannes Weiner  <hannes@saeurebad.de>
13775         * net/browse-url.el (browse-url-elinks-new-window): New function.
13776         (browse-url-elinks): Use browse-url-elinks-new-window.
13777         Accept optional second argument `new-window'.  Fix typo in doc-string.
13778         (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
13779         Improve error message.
13781 2007-09-19  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
13783         * net/browse-url.el (browse-url-url-encode-chars): Use the right
13784         parameter name in the function body.
13785         Reported by Johannes Weiner.
13787 2007-09-19  Glenn Morris  <rgm@gnu.org>
13789         * net/socks.el (socks-open-network-stream): Signal an explicit
13790         error if the port associated with a service string can't be found.
13792         * textmodes/tex-mode.el (tex-terminate-paragraph):
13793         Use backward-paragraph.
13795 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13797         * server.el (server-running-p): New function.
13799 2007-09-18  Jason Rumney  <jasonr@gnu.org>
13801         * term/w32-win.el (w32-focus-frame): Make obsolete alias for
13802         x-focus-frame.
13804         * frame.el (select-frame-set-input-focus, select-frame-by-name):
13805         Use x-focus-frame for w32.
13807 2007-09-17  David Kastrup  <dak@gnu.org>
13809         * textmodes/tex-mode.el (tex-verbatim-environments):
13810         Eliminate CL dependency.
13812 2007-09-17  Richard Stallman  <rms@gnu.org>
13814         * newcomment.el (comment-add): New arg EXTRA.
13815         (comment-region-default): Pass EXTRA if not indenting lines.
13817 2007-09-17  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
13819         * net/browse-url.el (browse-url-url-encode-chars): New function.
13820         URL-encode some chars in a string.
13821         (browse-url-encode-url): Rewrite using the previous function.
13822         (browse-url-file-url): Use `browse-url-url-encode-chars'.
13823         (browse-url-elinks-sentinel): Fix typo.
13824         (browse-url-new-window-flag): Doc change.
13826 2007-09-17  Glenn Morris  <rgm@gnu.org>
13828         * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
13829         filename from `--file-line-error', if it is available.
13831 2007-09-17  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
13833         * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
13834         TeX `--file-line-error' format.
13836 2007-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
13838         * xt-mouse.el: Delete add-hook calls that were moved to
13839         xterm-mouse-mode.
13840         (xterm-mouse-mode): Disable resume-tty-functions, explain why it
13841         does not work.
13843 2007-09-17  Richard Stallman  <rms@gnu.org>
13845         * cus-face.el (custom-theme-set-faces): Undo previous change.
13847         * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
13849 2007-09-17  Glenn Morris  <rgm@gnu.org>
13851         * textmodes/tex-mode.el (tex-region): Simplify previous change,
13852         handling the case where the region is not in `tex-main-file'.
13853         (tex-region-1): Delete.
13854         (tex-region-header): New function, doing the header part of the
13855         old tex-region-1.
13857 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13859         * simple.el (newline): Simplify use of prefix-numeric-value.
13860         (line-move-partial): Remove unused var `ppos'.
13861         (line-move-1): Replace 9999 with most-positive-fixnum.
13862         (move-end-of-line): Use more efficient single-property search.
13863         (move-beginning-of-line): Remove unused var `start'.
13864         (blink-matching-open): Restructure in a more functional style.
13866 2007-09-16  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
13868         * calendar/holidays.el (list-holidays): Remove the cyclic alias.
13870 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13872         * server.el (server-clients): Only keep procs, no properties any more.
13873         (server-client): Remove.
13874         (server-client-get, server-client-set): Remove, replace all callers by
13875         process-get and process-put resp.
13876         (server-clients-with, server-add-client, server-delete-client)
13877         (server-create-tty-frame, server-create-window-system-frame)
13878         (server-process-filter, server-execute, server-visit-files)
13879         (server-buffer-done, server-kill-buffer-query-function)
13880         (server-kill-emacs-query-function, server-switch-buffer)
13881         (server-save-buffers-kill-terminal): Update accordingly.
13883         * server.el (server-with-environment): Simplify.
13884         (server-select-display, server-unselect-display): Re-add functions that
13885         seem to have been lost in the multi-tty merge.
13886         (server-eval-and-print, server-create-tty-frame)
13887         (server-create-window-system-frame, server-goto-toplevel)
13888         (server-execute, server-return-error): New functions extracted from
13889         server-process-filter.
13890         (server-execute-continuation): New functions.
13891         (server-process-filter): Restructure so that all arguments are analysed
13892         first and then acted upon in a subsequent stage.  This way
13893         server-goto-toplevel can be executed later, when we know if
13894         it's necessary.
13895         Remove the "-version" and "-version-good" support.
13897 2007-09-16  Drew Adams  <drew.adams@oracle.com>
13899         * cus-edit.el (custom-face-edit-activate): Doc fix.
13901 2007-09-16  Glenn Morris  <rgm@gnu.org>
13903         * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
13904         Following cal-bahai renaming, update all instances of
13905         list-bahai-diary-entries to diary-bahai-list-entries,
13906         mark-bahai-diary-entries to diary-bahai-mark-entries,
13907         calendar-goto-bahai-date to calendar-bahai-goto-date,
13908         insert-bahai-diary-entry to diary-bahai-insert-entry,
13909         insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
13910         insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
13911         calendar-print-bahai-date to calendar-bahai-print-date.
13913         * textmodes/tex-mode.el (tex-region): Handle the case where the
13914         region is not in `tex-main-file'.  Move the old code that applies
13915         to both cases...
13916         (tex-region-1): ...to this new function.
13918 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13920         * vc.el (vc-process-sentinel): New function.
13921         (vc-exec-after): Use it instead of using ugly hackish analysis and
13922         construction of Elisp code.
13923         (vc-sentinel-movepoint): New dynamically scoped var.
13924         (vc-print-log, vc-annotate): Set it to move the user's point.
13926         * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
13927         inhibit-modification-hooks.
13929         * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
13930         (calendar-bahai-print-date, calendar-bahai-goto-date)
13931         (diary-bahai-list-entries, diary-bahai-insert-entry):
13932         New names to clean up the namespace a bit more.
13933         (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
13935 2007-09-15  Glenn Morris  <rgm@gnu.org>
13937         * calendar/holidays.el (holiday-list): Rename it back to
13938         `list-holidays', but leave `holiday-list' as an alias.
13940         * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
13941         custom group.
13943         * textmodes/css-mode.el (css): New custom group.
13944         (css-electrick-keys, css-selector, css-property)
13945         (css-indent-offset): Specify custom group.
13947 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13949         * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
13950         (cvs-execute-single-file): Use process-file.
13951         (cvs-run-process): Use start-file-process.
13953 2007-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
13955         * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
13956         level.  Remove the hooks when turning off the mode.
13958         * term/xterm.el: Require xt-mouse at compile time.
13959         (terminal-init-xterm): Turn on xterm mouse tracking for this
13960         terminal if xterm-mouse-mode is enabled.
13962 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
13964         * term/xterm.el (xterm-function-map): Replace bindings that were
13965         deleted by the merge.
13967 2007-09-14  Ulf Jasper  <ulf.jasper@web.de>
13969         * play/bubbles.el (bubbles-version): Bump value to "0.5".
13970         (bubbles-mode-map): Move define-key statements here.
13971         (bubbles-game-theme-menu): Ditto.
13972         (bubbles-graphics-theme-menu): Ditto.
13973         (bubbles-menu): Ditto.
13974         (bubbles-mode): Initialize buffer-undo-list, redisplay.
13975         (bubbles--initialize): Reset buffer-undo-list, redisplay.
13976         (bubbles-plop): Set buffer-undo-list, redisplay.
13977         (bubbles-undo): Reset buffer-undo-list, redisplay.
13978         (bubbles--show-images): Take care of missing text properties.
13980 2007-09-14  Glenn Morris  <rgm@gnu.org>
13982         * startup.el (fancy-startup-text, fancy-about-text): Fix face
13983         quoting.
13985         * calendar/cal-hebrew.el, calendar/cal-menu.el
13986         * calendar/calendar.el, calendar/diary-lib.el
13987         * calendar/holidays.el: Rename all instances of
13988         list-calendar-holidays callers to calendar-list-holidays,
13989         list-holidays to holiday-list, check-calendar-holidays to
13990         calendar-check-holidays, mark-calendar-holidays to
13991         calendar-mark-holidays, and filter-visible-calendar-holidays to
13992         holiday-filter-visible-calendar.
13994 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
13996         * term/xterm.el (xterm-function-map): Add C-M- bindings.
13998 2007-09-13  Sascha Wilde  <wilde@sha-bang.de>  (tiny change)
14000         * play/bubbles.el (bubbles--initialize-images): Fix bug:
14001         Use transparent background for empty cells in graphics mode.
14003 2007-09-13  Jari Aalto  <jari.aalto@cante.net>
14005         * man.el (Man-default-man-entry): At end of line, continue looking
14006         to the next line for possible end of hyphenated command.
14008 2007-09-13  Chris Moore  <dooglus@gmail.com>
14010         * shell.el (shell-resync-dirs): Don't move the cursor relative to
14011         the command being edited.
14013 2007-09-12  Jim Meyering  <jim@meyering.net>  (tiny change)
14015         * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
14017 2007-09-12  Dan Nicolaescu  <dann@ics.uci.edu>
14019         * term/xterm.el (xterm-function-map): Add bindings for M-S- and
14020         C-M-S- keys.
14022         * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
14024 2007-09-12  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
14026         * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
14027         New argument `filename-p' to use one set of confusing chars or another.
14028         (browse-url-file-url): Use the argument.
14029         Suggested by Johannes Weiner.
14031 2007-09-12  Romain Francoise  <romain@orebokech.com>
14033         * cus-start.el (all): Revert 2007-09-08 change.
14035 2007-09-12  Aaron Hawley  <aaronh@garden.org>
14037         * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
14038         extract .Z files, since it is more common than uncompress.
14040 2007-09-12  Glenn Morris  <rgm@gnu.org>
14042         * textmodes/org-publish.el (org-publish-org-to-html): Remove
14043         duplicate function definition.
14045 2007-09-10  Chris Moore  <dooglus@gmail.com>
14047         * diff-mode.el (diff-sanity-check-hunk):
14048         Also accept single-line hunks.
14050 2007-09-10  Chong Yidong  <cyd@stupidchicken.com>
14052         * startup.el (startup-screen-inhibit-startup-screen)
14053         (pure-space-overflow-message): New vars.
14054         (fancy-splash-insert): Allow functions for face and link specs.
14055         (fancy-splash-head): Remove unused arg.  Move splash text...
14056         (fancy-startup-text, fancy-about-text): ...here.
14057         (fancy-startup-tail): Rename from fancy-splash-tail.
14058         (fancy-startup-screen, fancy-about-screen): Split off from
14059         fancy-splash-screens.
14060         (display-startup-screen): New function.
14061         (display-about-screen): Rename from display-splash-screen.
14062         (command-line-1): Use concise startup screen if necessary.
14064 2007-09-10  Thien-Thi Nguyen  <ttn@gnuvola.org>
14066         * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
14067         Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
14069 2007-09-10  Dave Love  <fx@gnu.org>
14071         * outline.el (outline-4, outline-5, outline-7):
14072         Move font-lock-builtin-face down from 4 to 7 to better keep the
14073         progression of color brightness, and to better match Org-mode's faces.
14075 2007-09-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
14077         * progmodes/meta-mode.el (meta-font-lock-keywords)
14078         (font-lock-match-meta-declaration-item-and-skip-to-next)
14079         (meta-comment-indent, meta-indent-previous-line)
14080         (meta-indent-unfinished-line, meta-beginning-of-defun)
14081         (meta-end-of-defun, meta-common-initialization): Handle \f.
14082         (meta-indent-unfinished-line): Do not handle a `%' in a string as
14083         a comment-start.
14085         * files.el (file-modes-char-to-who, file-modes-char-to-right)
14086         (file-modes-rights-to-number): Auxiliary functions for symbolic to
14087         numeric notation of file modes.
14088         (file-modes-symbolic-to-number): New.  Convert symbolic modes to its
14089         numeric value.
14090         (read-file-modes): New.  Read either an octal value of a file mode or a
14091         symbolic value, and return its numeric value.
14093         * dired-aux.el (dired-do-chmod): Change to use the built-in
14094         `set-file-modes' and the previous symbolic mode parsing functions.
14096 2007-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14098         * textmodes/texinfo.el: Remove spurious * in docstrings.
14099         (texinfo-mode-syntax-table, texinfo-mode-map):
14100         Initialize in the declaration.
14102         * tmm.el: Remove spurious * in docstrings.
14103         (tmm-prompt): Use with-current-buffer.
14105         * vcursor.el: Remove spurious * in docstrings.
14106         (vcursor-map): Initialize in the declaration.
14107         (vcursor-use-vcursor-map): Use define-minor-mode.
14108         (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
14110         * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
14111         Initialize in the declaration.
14112         (widget-minor-mode): Use define-minor-mode.
14114         * woman.el (woman-mode-map, woman-syntax-table):
14115         Initialize in the declaration.
14117 2007-09-09  Tassilo Horn  <tassilo@member.fsf.org>
14119         * doc-view.el: New file.
14121 2007-09-09  Juri Linkov  <juri@jurta.org>
14123         * Makefile.in (update-authors): Add etc/ to AUTHORS.
14125         * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
14127         * startup.el (initial-buffer-choice): Rename choice "Splash screen"
14128         to "Startup screen".  Fix docstring.
14129         (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
14130         (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
14131         (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
14132         (initial-scratch-message): Fix docstring.
14133         (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
14134         Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
14135         Add link to "Customize Startup" and set interval between links to
14136         5 spaces.
14137         (fancy-about-text): Add links "Authors" and "Contributing".
14138         (fancy-splash-head): Add text "Welcome to " on the startup screen,
14139         and "This is " on the about screen.  Add link to
14140         "http://www.gnu.org/software/emacs/" for "GNU Emacs".
14141         For the about screen move emacs version to the header from
14142         `fancy-splash-tail' (as it's done already for normal about screen).
14143         (fancy-splash-tail): Insert emacs version only for startup screen.
14144         (normal-splash-screen): Remove duplicate empty lines.
14145         (normal-about-screen): Add links "Authors" and "Contributing".
14147         * menu-bar.el (menu-bar-help-menu):
14148         Move "About Emacs" and "About GNU" to the end of the Help menu.
14149         Move "Emacs Psychotherapist" after "Send Bug Report...".
14150         Move "External Packages" after "Find Emacs Packages".
14152 2007-09-09  Michael Albinus  <michael.albinus@gmx.de>
14154         * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
14155         they are useless with the byte compiler.
14156         (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
14157         (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
14158         (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
14159         (tramp-file-name-real-host, tramp-file-name-port)
14160         (tramp-find-method, tramp-find-user, tramp-find-host): Make them
14161         defuns.
14163         * net/tramp-cache.el (top): Improve error message when
14164         `tramp-persistency-file-name' is corrupted.
14166 2007-09-09  Carsten Dominik  <dominik@science.uva.nl>
14168         * textmodes/org.el (org-re): Also replace the :alpha: class.
14169         (org-todo-tag-alist): Variable removed.
14170         (org-todo-key-alist, org-todo-key-trigger): New variables.
14171         (org-use-fast-todo-selection): New option.
14172         (org-log-done): Docstring fixed.
14173         (org-deadline-warning-days): New default value 14.
14174         (org-edit-timestamp-down-means-later): New option.
14175         (org-tag-alist): Docstring fixed.
14176         (org-fast-tag-selection-include-todo): New option.
14177         (org-export-language-setup): New languages added.
14178         (org-set-regexps-and-options): Compute the new variables.
14179         (org-paste-subtree): Cleaning up.
14180         (org-remember-apply-template): New escape %A.
14181         (org-todo): Call fast TODO selection.
14182         (org-fast-todo-selection): New function.
14183         (org-add-log-note): Allow prefix for abort exit.
14184         (org-at-property-p, org-entry-properties)
14185         (org-columns-get-autowidth-alist): Use :alpha: class.
14186         (org-get-wdays): New function.
14187         (org-agenda-remove-date): New variable.
14188         (org-agenda-get-deadlines): Use `org-get-wdays'.
14189         (org-agenda-get-deadlines): Reverse ee before returning.
14190         (org-format-agenda-item): New argument REMOVE-RE.
14191         (org-agenda-convert-date): Baha'i calendar added.
14192         (org-infile-export-plist): Also find DATE line.
14193         (org-get-min-level): New function.
14194         (org-export-as-html, org-export-as-ascii): Use the date format.
14195         (org-shiftup, org-shiftdown): Use.
14196         `org-edit-timestamp-down-means-later'.
14197         (org-assign-fast-keys): New function.
14199 2007-09-08  Fredrik Axelsson  <f.axelsson@gmail.com>
14201         * cus-start.el (all): Add prefer-window-split-horizontally from
14202         window.c.
14204 2007-09-08  Eli Zaretskii  <eliz@gnu.org>
14206         * net/browse-url.el (browse-url-galeon): Fix last change.
14207         (top-level): Require cl when compiling.
14209 2007-09-08  Carsten Dominik  <dominik@science.uva.nl>
14211         * textmodes/org-export-latex.el: arch-tag restored.
14213         * textmodes/org-publish.el: arch-tag restored.
14215 2007-09-08  Masatake YAMATO  <jet@gyve.org>
14217         * progmodes/which-func.el (which-func-modes): Add diff-mode.
14219         * progmodes/cc-langs.el: Support new keywords added to
14220         objective-c frontend of gcc.
14221         (c-simple-stmt-kwds): Add @throw.
14222         (c-block-stmt-2-kwds): Add @synchronized.
14223         (c-block-stmt-1-kwds): Add @finally and @try.
14225 2007-09-07  Carsten Dominik  <dominik@science.uva.nl>
14227         * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
14228         (org-agenda-after-show-hook): New variable.
14229         (org-columns-compile-format)
14230         (org-columns-get-autowidth-alist, org-buffer-property-keys)
14231         (org-entry-properties, org-at-property-p): Allow [:alnum:] in
14232         property names.
14233         (org-get-wdays): New function.
14235 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14237         * simple.el (normal-erase-is-backspace-setup-frame): Massage.
14239         * term/xterm.el (xterm-function-map): Initialize in the declaration.
14241         * vc-arch.el (vc-arch-checkin): Fix typo.
14243 2007-09-07  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
14245         * cus-face.el (custom-theme-set-faces): Set face attributes
14246         locally for each frame.
14248 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14250         * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
14251         via font-lock-defaults.
14253         * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
14254         derived-mode-p.
14256 2007-09-07  Thien-Thi Nguyen  <ttn@gnuvola.org>
14258         * progmodes/autoconf.el (autoconf-definition-regexp):
14259         Handle optional square brackets around definition name.
14261 2007-09-07  Johannes Weiner  <hannes@saeurebad.de>
14263         * net/browse-url.el (browse-url-browser-function): Add elinks.
14264         (browse-url-elinks-wrapper): New option.
14265         (browse-url-encode-url, browse-url-elinks)
14266         (browse-url-elinks-sentinel): New functions.
14267         (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
14268         (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
14269         Use new function browse-url-encode-url.
14271 2007-09-07  Glenn Morris  <rgm@gnu.org>
14273         * version.el (emacs-version): Revert 2007-08-29 change: no need to
14274         say if multi-tty is present.
14276 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14278         * cus-start.el (split-window-preferred-function): Add custom info.
14280         * calendar/holidays.el (holiday-list, calendar-check-holidays)
14281         (calendar-mark-holidays, calendar-list-holidays)
14282         (holiday-filter-visible-calendar): New names to clean up namespace.
14283         (filter-visible-calendar-holidays, list-calendar-holidays)
14284         (mark-calendar-holidays, check-calendar-holidays, list-holidays):
14285         Add compatibility aliases.
14286         (calendar-check-holidays, calendar-mark-holidays)
14287         (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
14288         (holiday-sexp): Replace append with list.
14289         (holiday-filter-visible-calendar): Replace append with push.
14291         * woman.el: Remove spurious * in docstrings.
14292         (woman-mini-help, woman-non-underline-faces, woman0-rename)
14293         (woman-topic-all-completions-merge, woman-file-name-all-completions)
14294         (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
14295         (woman-write-directory-cache, woman-display-extended-fonts)
14296         (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
14297         (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
14298         (woman-mode): Use inhibit-read-only.
14299         (woman-negative-vertical-space): Use dotimes.
14300         (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
14302 2007-09-06  Romain Francoise  <romain@orebokech.com>
14304         * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
14305         (vc-bzr-workfile-version): Use it.
14307 2007-09-06  Sean O'Rourke  <sorourke@cs.ucsd.edu>
14309         * complete.el (PC-do-completion): Don't try to treat
14310         empty string as an abbreviation.
14312 2007-09-06  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
14314         * help-fns.el (describe-variable): Keep doc's text properties.
14316 2007-09-06  Dan Nicolaescu  <dann@ics.uci.edu>
14318         * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
14319         instead of a file.
14321 2007-09-06  Glenn Morris  <rgm@gnu.org>
14323         * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
14324         (checkdoc-minor-mode): Allow user to specify lighter via
14325         checkdoc-minor-mode-string.
14327 2007-09-05  Richard Stallman  <rms@gnu.org>
14329         * startup.el (fancy-startup-text): Rename from fancy-splash-text.
14330         Several items removed, simplified, or put on one line.
14331         (fancy-about-text): Add substantial contents, part of startup text.
14332         (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
14333         (normal-splash-screen): Call normal-mouse-startup-screen,
14334         normal-no-mouse-startup-screen, or normal-about-screen.
14335         (normal-mouse-startup-screen): New fn, broken out, shortened.
14336         (normal-no-mouse-startup-screen): New fn, broken out.
14337         (normal-about-screen): New function, contents all new.
14339 2007-09-05  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
14341         * emacs-lisp/rx.el (rx): Fix typo in docstring.
14343 2007-09-05  Glenn Morris  <rgm@gnu.org>
14345         * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
14346         is bound.
14348 2007-09-05  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
14350         * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
14351         in doc string.
14353 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
14355         * server.el (server-start, server-unload-hook): Undo previous change.
14357         * xt-mouse.el: Undo previous change.
14359 2007-09-04  Juri Linkov  <juri@jurta.org>
14361         * startup.el (fancy-about-text): New variable.
14362         (fancy-splash-delay, fancy-splash-max-time): Remove user options.
14363         (fancy-current-text, fancy-splash-stop-time)
14364         (fancy-splash-outer-buffer): Remove variables.
14365         (fancy-splash-head, fancy-splash-tail): Add new optional argument
14366         `startup' and use it to conditionally display different texts for
14367         Startup and About screens.  Don't display Help commands on the About
14368         screen.
14369         (fancy-splash-screens-1): Remove function and move its content to
14370         `fancy-splash-screens' to the part that dislpays the About screen.
14371         (exit-splash-screen): Don't treat specially exiting from
14372         alternating screens.
14373         (fancy-splash-screens): Rename argument `static' to `startup'.
14374         Fix docstring.  Remove code for displaying alternating screens.
14375         Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
14376         Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
14377         for `inhibit-read-only'.
14378         (normal-splash-screen): Rename argument `static' to `startup'.
14379         Fix docstring.  Use argument `startup' to conditionally display
14380         different texts for Startup and About screens.  Don't display Help
14381         commands on the About screen.  Remove `unwind-protect' `sit-for'
14382         delay and `kill-buffer' after it.
14383         (display-startup-echo-area-message): Remove call to
14384         `use-fancy-splash-screens-p' because image.el is preloaded and
14385         doesn't display "Loading image... done".
14386         (display-splash-screen): Rename argument `static' to `startup'.
14387         Fix docstring.
14389 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
14391         * server.el (server-start, server-unload-hook):
14392         suspend-tty-functions has been renamed to suspend-tty-hook.
14394         * xt-mouse.el: Likewise.  resume-tty-functions has been renamed to
14395         resume-tty-hook.
14397 2007-09-03  Emanuele Giaquinta  <e.giaquinta@glauco.it>  (tiny change)
14399         * loadup.el: Fix merge problem, only load "button" once.
14401 2007-09-03  Glenn Morris  <rgm@gnu.org>
14403         * vc-svn.el (vc-svn-print-log): If there is only one file, use
14404         "Working file:" as the prefix, for the sake of
14405         log-view-current-file.
14407 2007-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
14409         * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
14410         (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
14411         if the selected frames is in
14412         xterm-modify-other-keys-terminal-list.
14413         (xterm-turn-off-modify-other-keys): Add an optional frame
14414         parameter.  Only turn off modify-other-keys if FRAME is in
14415         xterm-modify-other-keys-terminal-list.
14416         (xterm-remove-modify-other-keys): New function.
14417         (terminal-init-xterm): Use it.  Deal with delete-frame hook.
14418         Add the selected frame to xterm-modify-other-keys-terminal-list.
14420 2007-09-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14422         * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
14423         (icon-map-list): New variable.
14424         (x-gtk-map-stock): Use icon-map-list.
14426 2007-09-02  Romain Francoise  <romain@orebokech.com>
14428         * log-view.el (log-view-current-file): Balance parens.
14430 2007-09-02  Glenn Morris  <rgm@gnu.org>
14432         * comint.el (comint-mode): Don't set scroll-conservatively.
14434         * eshell/em-unix.el (eshell/time): Stringify and flatten the
14435         non-command arguments.
14437         * log-view.el (log-view-current-file): Give a more explicit error
14438         if log-view-file-re fails to find a match.
14440 2007-09-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
14442         * emacs-lisp/bytecomp.el (byte-recompile-directory):
14443         Fix bug: Don't expand top-level file name more than once.
14444         Reported by Dmitry Antipov <dmantipov@yandex.ru>.
14446 2007-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14448         * server.el (server-process-filter): Don't display the splash screen.
14449         It's annoying enough on the initial screen and becomes positively
14450         obnoxious here.
14452 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
14454         * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
14455         Change naming to use "avl-tree--" for internal functions.
14457 2007-08-31  Dan Nicolaescu  <dann@ics.uci.edu>
14459         * term/x-win.el (x-menu-bar-open): Delete duplicated function from
14460         the merge.
14461         (global-set-key): Delete f10 mapping, now done in menu-bar.el.
14462         (provide): Move to the end of file.
14464         * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
14466 2007-08-31  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
14468         * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
14469         New variable.  List of exceptions for the duplicated word rule.
14470         (flyspell-mark-duplications-flag): Mention it.
14471         (flyspell-word): Treat it.
14473         * files.el (create-file-buffer): If the filename sans directory starts
14474         with spaces, remove them.
14476 2007-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14478         * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
14479         (x-gtk-map-stock): Use two directory elements when matching
14480         file name.
14482 2007-08-31  James Wright  <james@chumsley.org>
14484         * eshell/em-unix.el (eshell/info): New function.
14486 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
14488         * frame.el (frame-initialize, make-frame):
14489         * server.el (server-process-filter):
14490         * faces.el (tty-set-up-initial-frame-faces): Don't set
14491         term-environment-variable since it's not used any more.
14493         * env.el (setenv): Don't treat $TERM specially.
14495         * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
14496         stated otherwise, subprocesses do not send back escape sequences
14497         corresponding to the terminal from which Emacs was started.
14499 2007-08-31  Thien-Thi Nguyen  <ttn@gnuvola.org>
14501         * calculator.el: Require cl for compilation.
14503 2007-08-30  Daniel Pfeiffer  <occitan@esperanto.org>
14505         * outline.el (outline-font-lock-levels): Comment out unused var.
14506         (outline-font-lock-face): Wrap around face list to handle any
14507         nesting depth gracefully.
14509 2007-08-30  Michael Albinus  <michael.albinus@gmx.de>
14511         * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
14512         `set-file-times'.
14514 2007-08-30  Carsten Dominik  <dominik@science.uva.nl>
14516         * textmodes/org.el (org-export-visible): Fix drawers before export.
14517         (org-do-sort): Allow sorting by priority.
14518         (org-agenda-files): Ignore non-existing files.
14519         (org-agenda-skip-unavailable-files): New variable.
14520         (org-ellipsis): All a face as value.
14521         (org-mode): Interprete the face value of `org-ellipsis'.
14522         (org-archive-save-context-info): New option.
14523         (org-archive-subtree): Store context info in archived entry.
14524         (org-fast-tag-selection-can-set-todo-state): New variable.
14525         (org-fast-tag-selection): Allow setting TODO states through this
14526         interface.
14527         (org-cycle): Docstring updated.
14528         (org-todo-keyword-faces): New option.
14529         (org-get-todo-face): New function.
14530         (org-set-font-lock-defaults, org-agenda-highlight-todo):
14531         Use `org-get-todo-face'.
14532         (org-switch-to-buffer-other-window): New function.
14533         (org-table-edit-field, org-table-show-reference)
14534         (org-table-edit-formulas, org-add-log-note)
14535         (org-fast-tag-selection, org-agenda, org-prepare-agenda)
14536         (org-timeline): Use `org-switch-to-buffer-other-window' instead of
14537         `switch-to-buffer-other-window' to make sure that the temporary
14538         windows show up on the current frame.
14539         (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
14540         (org-get-entries-from-diary, org-replace-region-by-html):
14541         Don't allow pop-up frames.
14542         (org-agenda-get-deadlines, org-agenda-get-scheduled):
14543         Fix problems with time-of-day.
14544         (org-export-get-title-from-subtree): New function.
14545         (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
14546         with listing items that are DONE.
14547         (org-change-tag-in-region): New command.
14548         (org-agenda-skip-scheduled-if-done)
14549         (org-agenda-skip-deadline-if-done): Docstring clarified.
14550         (org-mode): Hide drawers on startup.
14551         (org-get-todo-face): New function.
14552         (org-todo-keyword-faces): New option.
14553         (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
14554         (org-remove-keyword-keys): New function.
14556 2007-08-30  Jari Aalto  <jari.aalto@cante.net>  (tiny change)
14558         * progmodes/grep.el (grep-find-ignored-directories):
14559         Add monotone _MTN bookkeeping directory in workspaces.
14560         Add RCS control directory.  List items in alphabetical order.
14562         * progmodes/grep.el (grep-files-aliases): Add cc alias.
14563         Sort items in alphabetical order.  Fix parens.
14565 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
14567         * vc-hg.el (vc-hg-extra-menu-map): New variable.
14568         (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
14569         (vc-hg-pull): New functions.
14570         (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
14572         * term/mac-win.el: Don't require url, only autoloaded url
14573         functions are used in this file.
14575 2007-08-29  Andreas Schwab  <schwab@suse.de>
14577         * shell.el (shell): Return correct value from interactive spec.
14579 2007-08-29  Glenn Morris  <rgm@gnu.org>
14581         * version.el (emacs-version): Increase to 23.0.50.
14583 2007-08-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14585         * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
14587 2007-08-29  Juri Linkov  <juri@jurta.org>
14589         * loadup.el: Add "button" loading after "faces" and move "startup"
14590         to load after "button".
14592 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
14594         * loadup.el: Load term/mac-win on a Mac using Carbon.
14596         * term/mac-win.el: Provide mac-win.
14597         (mac-initialized): New variable.
14598         (mac-initialize-window-system): New function.  Move global setup here.
14599         (handle-args-function-alist, frame-creation-function-alist):
14600         (window-system-initialization-alist): Add mac entries.
14601         (x-setup-function-keys): New function containing all the
14602         top level function key definitions.
14604         * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
14606         * env.el (read-envvar-name): Don't consider the environment frame param.
14608         * env.el (setenv):
14609         * frame.el (frame-initialize, make-frame):
14610         * faces.el (tty-set-up-initial-frame-faces):
14611         * server.el (server-process-filter): Set
14612         display-environment-variable and term-environment-variable.
14614         * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
14616 2007-08-29  Jason Rumney  <jasonr@gnu.org>
14618         * loadup.el: Only load term/x-win when X is compiled in.
14619         Load term/w32-win and dependencies on windows-nt.
14621         * term/w32-win.el: Reorder to match x-win.el more closely.
14622         Provide w32-win.  Don't throw error when global window-system not w32.
14623         (internal-face-interactive): Remove obsolete function.
14624         (x-setup-function-keys): Use local-function-key-map.
14625         (w32-initialized): New variable.
14626         (w32-initialize-window-system): Set it.
14627         Move more global setup here.
14628         (x-setup-function-keys): New function.
14629         (w32-initialize-window-system): Move non function key global setup here.
14630         (x-cut-buffer-max): Remove.
14631         (w32-initialize-window-system): New function.
14632         (handle-args-function-alist, frame-creation-function-alist):
14633         (window-system-initialization-alist): Add w32 entries.
14635 2007-08-29  David Kastrup  <dak@gnu.org>
14637         * env.el (getenv): Pass frame to getenv-internal.
14639 2007-08-29  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
14641         * version.el (emacs-version): Show if multi-tty is present.
14643         * loadup.el: Delay loading env; mule-conf gets confused by cl
14644         during bootstrap.  Also load termdev and term/x-win.
14646         * bindings.el (mode-line-client): New variable.
14647         (help-echo): Add it to the default mode-line format.
14649         * cus-start.el: Remove bogus window-system reference from GTK test.
14651         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
14652         (ebrowse-electric-position-mode-map):
14653         * ebuff-menu.el (electric-buffer-menu-mode-map):
14654         * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
14655         not `suspend-emacs'.
14657         * ediff-wind.el (ediff-setup-windows-automatic): New function.
14658         (ediff-window-setup-function): Use it as default.
14660         * files.el (save-buffers-kill-terminal): New function.
14661         (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
14663         * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
14664         and `with-selected-frame'.
14666         * help-fns.el (describe-variable): Describe frame-local variables
14667         correctly.
14669         * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
14670         display support.
14671         (normal-erase-is-backspace-setup-frame): New function.
14673         * subr.el (with-selected-frame): New function.
14674         (read-quoted-char): Use terminal-local binding of
14675         local-function-key-map instead of function-key-map.
14677         * talk.el (talk): New function.
14678         (talk-handle-delete-frame): New function.
14679         (talk-add-display): Open a new frame only if FRAME was not a frame.
14681         * termdev.el: New file.
14683         * menu-bar.el (menu-bar-open): New function.  Bind it to f10.
14684         * term/x-win.el: Don't bind f10.
14685         * tmm.el: Remove autoload binding for f10.
14687         * international/encoded-kb.el (encoded-kbd-setup-display): Use
14688         `set-input-meta-mode'.  Fix broken condition before set-input-mode.
14689         Store the saved input method as a terminal parameter.  Add keymap
14690         parameter.  Use it instead of changing key-translation-map directly.
14691         (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
14692         Remove.
14693         (encoded-kbd-setup-display): New function.
14695         * international/mule-cmds.el (set-locale-environment): Fix getenv
14696         call.  Use save-buffers-kill-terminal.  Ignore window-system; always
14697         set the keyboard coding system.  Add DISPLAY parameter.
14698         (set-display-table-and-terminal-coding-system): Add DISPLAY
14699         parameter.  Pass it to set-terminal-coding-system.
14701         * international/mule.el (keyboard-coding-system): Test for
14702         encoded-kbd-setup-display, not encoded-kbd-mode.
14703         (set-terminal-coding-system, set-keyboard-coding-system): Add
14704         DISPLAY parameter.
14705         (set-keyboard-coding-system): Use encoded-kbd-setup-display.
14707         * term/README: Update.
14709         * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
14711         * term/x-win.el (x-setup-function-keys): New function.  Move
14712         function-key-map tweaks here.  Protect against multiple calls on
14713         the same terminal.  Use terminal-local binding of
14714         local-function-key-map instead of function-key-map.
14715         (x-initialize-window-system): Make a copy of pure list.  Pass a
14716         frame getenv.
14718         * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
14719         * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
14720         * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
14721         * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
14722         * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
14723         local-function-key-map instead of function-key-map.
14725         * term/rxvt.el, term/xterm.el: Speed up load time by protecting
14726         `substitute-key-definition' and `define-key' calls against
14727         multiple execution.  Use terminal-local binding of
14728         local-function-key-map instead of function-key-map.  Pass a frame
14729         to getenv.
14731         * edmacro.el (edmacro-format-keys):
14732         * emulation/cua-base.el (cua--pre-command-handler):
14733         * isearch.el (isearch-other-meta-char):
14734         * xt-mouse.el: Use terminal-local binding of
14735         local-function-key-map instead of function-key-map.
14737         * fringe.el (set-fringe-mode): Simplify and fix using
14738         `modify-all-frames-parameters'.
14739         * scroll-bar.el (set-scroll-bar-mode): Ditto.
14740         * tool-bar.el (tool-bar-mode): Ditto.  Remove 'tool-bar-map length
14741         check before calling `tool-bar-setup'.
14742         (tool-bar-setup): New variable.
14743         (tool-bar-setup): Use it to guard against multiple calls.  Add
14744         optional frame parameter, and select that frame before adding items.
14745         (toggle-tool-bar-mode-from-frame): New function.
14747         * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
14748         (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
14749         toggle-tool-bar-mode-from-frame to change "Menu-bar" and
14750         "Tool-bar" toggles to reflect the state of the current frame.
14751         (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
14753         * env.el: Require cl for byte compilation (for `block' and `return').
14754         (environment, setenv-internal): New functions.
14755         (let-environment): New macro.
14756         (setenv, getenv): Add optional terminal parameter.  Update docs.
14757         (setenv): Use setenv-internal.  Always set process-environment.
14758         Handle `local-environment-variables'.
14759         (read-envvar-name, setenv, getenv): Use frame parameters
14760         to store the local environment, not terminal parameters.  Include
14761         `process-environment' as well.
14763         * faces.el (tty-run-terminal-initialization): New function.
14764         (tty-create-frame-with-faces): Use it.  Set up faces and
14765         background mode only after the terminal has been initialized.
14766         Call terminal-init-*.  Don't load the initialization file more
14767         than once.  Call set-locale-environment.
14768         (frame-set-background-mode): Handle the 'background-mode terminal
14769         parameter.
14770         (tty-find-type): New function.
14771         (x-create-frame-with-faces): Remove bogus check for
14772         first frame.  Call `tool-bar-setup'.  Don't make frame visible
14773         until we are done setting up all its parameters.  Call
14774         x-setup-function-keys.
14776         * frame.el (make-frame): Always inherit 'environment and 'client
14777         parameters.  Set up the 'environment frame parameter, when needed.
14778         Also inherit 'client parameter.  Don't override explicitly
14779         specified values with inherited ones.  Add 'terminal frame
14780         parameter.  Append window-system-default-frame-alist to parameters
14781         before calling frame-creation-function.
14782         (frame-initialize): Copy the environment from the initial frame.
14783         (window-system-default-frame-alist): Enhance doc string.
14784         (frame-notice-user-settings): Don't put 'tool-bar-lines in
14785         `default-frame-alist' when initial frame is on a tty.
14786         (modify-all-frames-parameters): Simplify using `assq-delete-all'.
14787         Remove specified parameters from `window-system-default-frame-alist'.
14788         (make-frame-on-tty, framep-on-display, suspend-frame):
14789         Extend doc string, update parameter names.
14790         (frames-on-display-list): Use terminal-id to get the display id.
14791         (frame-notice-user-settings): Extend to apply
14792         settings in `window-system-default-frame-alist' as well.
14793         (terminal-id, terminal-parameters, terminal-parameter)
14794         (set-terminal-parameter, terminal-handle-delete-frame): New functions.
14795         (delete-frame-functions): Add to `delete-frame-functions' hook.
14796         (blink-cursor-mode): Adapt blink-cursor-mode default
14797         value from startup.el.
14798         (make-frame-on-display): Protect condition on x-initialized when
14799         x-win.el is not loaded.  Update doc.
14800         (suspend-frame): Use display-controlling-tty-p to decide between
14801         suspend-emacs and suspend-tty.
14802         (frames-on-display-list): Update for display ids.
14803         (framep-on-display): Ditto.
14804         (suspend-frame): Use display-name, not frame-tty-name.
14805         (selected-terminal): New function.
14807         * server.el: Use `device' instead of `display' or `display-id' in
14808         variable and client parameter names.
14809         (server-select-display): Remove (unused).
14810         (server-tty-live-p, server-handle-delete-tty): Remove.
14811         (server-unquote-arg, server-quote-arg, server-buffer-clients):
14812         Update docs.
14813         (server-getenv-from, server-with-environment, server-send-string)
14814         (server-save-buffers-kill-terminal): New functions.
14815         (server-delete-client): Handle quits in kill-buffer.  Don't kill
14816         modified buffers.  Add extra logging.  Delete frames after
14817         deleting the tty.  Clear 'client parameter before deleting a frame.
14818         Use delete-display, not delete-tty.
14819         (server-visit-files): Don't set `server-existing-buffer' if the
14820         buffer already has other clients.  Return list of buffers
14821         created.  Update doc.  Don't set client-record when nowait.
14822         (server-handle-delete-frame): Delete the client if this was its
14823         last frame.  Check that the frame is alive.  Remove bogus comment.
14824         Add note on possible race condition.  Delete tty clients, if needed.
14825         (server-handle-suspend-tty): Use server-send-string.  Kill the
14826         client in case of errors from process-send-string.  Use the display
14827         parameter.
14828         (server-unload-hook): Remove obsolete delete-tty hook.
14829         (server-start): Ask before restarting if the old server still has
14830         clients.  Add feedback messages.  Remove obsolete delete-tty hook.
14831         (server-process-filter): Use server-send-string.  Accept `-dir'
14832         command.  Switch to *scratch* immediately after creating the frame,
14833         before evaluating any -evals.  Protect `display-splash-screen'
14834         call in a condition-case.  Explain why.  Call
14835         `display-startup-echo-area-message' before
14836         `display-splash-screen'.  Don't display the splash screen when no
14837         frame was created.  Show the Emacs splash screen and startup echo
14838         area message.  Display the *scratch* buffer by default.  Store the
14839         local environment in a frame (not terminal) parameter.  Do not try
14840         to decode environment strings.  Fix reference to the 'display
14841         frame parameter.  Change syntax of environment variables.  Put
14842         environment into terminal parameters, not client parameters.  Use
14843         a dummy client with --no-wait's X frames.  In `-position LINE'
14844         handler, don't ruin the request string until the line number is
14845         extracted.  Log opened files.  Handle -current-frame command.
14846         Don't create frames when it is given.  Don't bind X frames to the
14847         client when we are in -no-wait mode.  Set locale environment
14848         variables from client while creating tty frames.  Disable call to
14849         configure-display-for-locale.  When processing -position command,
14850         don't change the request string until the parameters are
14851         extracted.  Don't try to create an X frame when Emacs does not
14852         support it.  Improve logging.  Temporarily set ncurses-related
14853         environment variables to those of the client while creating a new
14854         tty frame.  Select buffers opened by nowait clients, don't leave
14855         them buried under others.  Set the display parameter, and use it
14856         when appropriate.
14858         * startup.el (display-startup-echo-area-message): Handle
14859         `inhibit-startup-echo-area-message' here.
14860         (command-line-1): Moved from here.
14861         (fancy-splash-screens): Use `overriding-local-map' instead of
14862         `overriding-terminal-local-map' for now; the latter doesn't work
14863         right, it looses keypresses to another terminal.  Use
14864         `overriding-terminal-local-map' to set up keymap.  Install a
14865         `delete-frame-functions' hook to catch `delete-frame' events.
14866         Ignore `select-window' events to cope better with
14867         `focus-follows-mouse'.  Don't switch back to the original buffer
14868         if the splash frame has been killed.  Restore previous buffer, even
14869         if it's *scratch*.
14870         (normal-splash-screen): Don't let-bind `mode-line-format'; it
14871         changes the global binding - setq it instead.  Use
14872         `save-buffers-kill-terminal'.
14873         (display-splash-screen): Don't do anything if the splash screen is
14874         already displayed elsewhere.
14875         (fancy-splash-exit, fancy-splash-delete-frame): New functions.
14876         (command-line): Replace duplicated code with a call to
14877         tty-run-terminal-initialization.  Don't load the terminal
14878         initialization file more than once.  Remove call to nonexistent
14879         function `set-locale-translation-file-name'.
14881         * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
14882         parameters.
14883         (xterm-mouse-position-function, xterm-mouse-event): Update.
14884         (xterm-mouse-mode): Don't depend on current value of window-system.
14885         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
14886         Update for multi-tty.
14887         (turn-on-xterm-mouse-tracking-on-terminal)
14888         (turn-off-xterm-mouse-tracking-on-terminal)
14889         (xterm-mouse-handle-delete-frame): New functions.
14890         (delete-frame-functions, after-make-frame-functions)
14891         (suspend-tty-functions, resume-tty-functions): Install extra hooks
14892         for multi-tty.
14894 2007-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14896         * simple.el (invisible-p): Remove: implemented in C now.
14897         (line-move-invisible-p): Remove obsolete alias.
14899 2007-08-28  Juri Linkov  <juri@jurta.org>
14901         * image-mode.el (image-type): New variable.
14902         (image-mode): Set default major mode name to "Image[text]".
14903         (image-minor-mode): Change LIGHTER to display image-type in the
14904         mode line.
14905         (image-minor-mode): Set default image-type to "text".
14906         (image-toggle-display): After switching to text mode, set
14907         image-type to "text" and major mode name to "Image[text]".
14908         After switching to image mode, set image-type to actual image
14909         type, and add image type to major mode name.  Let-bind the same
14910         variable names as arguments of `image-type' and `create-image'.
14911         Bind `type' to the result of `image-type' and use it as arg
14912         of `create-image' to not determine the image type twice.
14914 2007-08-28  Michael Albinus  <michael.albinus@gmx.de>
14916         * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
14917         (tramp-set-file-uid-gid, tramp-get-local-uid)
14918         (tramp-get-local-gid): New defuns.
14919         (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
14920         (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
14921         Improve fast track.
14922         (tramp-do-copy-or-rename-file-directly): Sync parameter list with
14923         the other tramp-do-copy-or-rename-file-* functions.  Major rewrite.
14924         (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
14925         (tramp-handle-write-region): Improve fast track.
14926         (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
14927         (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
14928         be nil.
14930 2007-08-28  Ivan Kanis  <apple@kanis.eu>
14932         * time.el: New feature to display several time zones in a buffer.
14933         (display-time-world-mode, display-time-world-display)
14934         (display-time-world, display-time-world-timer): New functions.
14935         (display-time-world-list, display-time-world-time-format)
14936         (display-time-world-buffer-name, display-time-world-timer-enable)
14937         (display-time-world-timer-second, display-time-world-mode-map):
14938         New variables.
14940 2007-08-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14942         * term/x-win.el (x-gtk-stock-map): New variable.
14943         (x-gtk-map-stock): New function.
14945         * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
14946         prev/next-node.
14948 2007-08-28  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
14950         * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
14952 2007-08-28  Glenn Morris  <rgm@gnu.org>
14954         * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
14956 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
14958         * progmodes/modula2.el (m2-definition, m2-module):
14959         Don't use previous-line.  Reported by T. V. Raman.
14961 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14963         * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
14964         argument to tool-bar-mode call.
14966 2007-08-27  Glenn Morris  <rgm@gnu.org>
14968         * diff-mode.el (diff-find-file-name): Only accept regular files,
14969         to rule out /dev/null, directories, etc.
14971         * vc-svn.el (vc-svn-diff): If the repository version of all the
14972         files is the same as the specified OLDVERS, do a local diff.
14974 2007-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14976         * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
14977         of buffers in uniquify-managed.
14979         * simple.el (invisible-p): Rename from text-invisible-p.
14980         Update callers.
14982         * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
14983         (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
14984         (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
14985         (cperl-etags-goto-tag-location): Use new style backquotes.
14987         * net/browse-url.el: Remove spurious * in custom docstrings.
14988         (browse-url-filename-alist): Use new-style backquote.
14990         * emacs-lisp/backquote.el (backquote-unquote-symbol)
14991         (backquote-splice-symbol): Clarify they're not new-style unquotes.
14993         * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
14994         (\,@): Backslash the , and ,@ which are not new-style unquotes.
14996         * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
14998         * net/socks.el (socks-username/password-auth-filter):
14999         Remove unused vars `state' and `desired-len'.
15000         (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
15001         (socks-wait-for-state-change): Use new-style backquotes.
15003         * pcvs.el (cvs-mode-status): Fix long-standing typo.
15005         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
15006         backquotes after each `read' rather than once per buffer.
15008         * dframe.el: Remove spurious * in custom docstrings.
15009         (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
15010         (dframe-xemacs20p): Remove, inline at the sole use point.
15011         (defface): Don't defvar the face, don't use old-style backquote.
15012         (defcustom): Don't use old-style backquote.
15013         (dframe-frame-parameter, dframe-mouse-event-p):
15014         Make it obvious that it's always defined.
15015         (dframe-popup-kludge): New function to replace
15016         dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
15017         (dframe-frame-mode, dframe-set-timer-internal)
15018         (dframe-mouse-set-point): Remove use of with-no-warnings from
15019         XEmacs-specific code.
15020         (dframe-set-timer-internal): Fix very old bug with
15021         post-command-idle-hook.
15023         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
15025         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
15026         warning if the file uses old style backquotes.
15028         * emacs-lisp/bytecomp.el (byte-compile-log-file)
15029         (byte-recompile-directory, byte-compile-file)
15030         (byte-compile-from-buffer): Use with-current-buffer.
15032         * simple.el (text-invisible-p): Rename from line-move-invisible-p.
15033         (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
15034         (line-move-1, line-move-finish, line-move-to-column)
15035         (move-end-of-line, move-beginning-of-line): Use new name.
15037         * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
15039         * progmodes/ada-mode.el: Fix up comment style in header.
15040         (ada-check-emacs-version): Remove.
15041         (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
15042         (ada-region-selected): Use (featurep 'xemacs) rather than contortions
15043         to try and quieten the byte-compiler.
15044         (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
15046         * vc.el (vc-annotate-warp-version): Don't use previous-line.
15048 2007-08-27  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
15050         * net/browse-url.el (browse-url-emacs): New function.
15052 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
15054         * emacs-lisp/avl-tree.el: New file.
15056 2007-08-26  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
15058         * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
15059         was used.
15061 2007-08-26  Sean O'Rourke  <seano@cs.ucsd.edu>
15063         * complete.el (PC-do-completion): Make RET accept a non-unique but
15064         complete expansion again.
15066 2007-08-26  Thien-Thi Nguyen  <ttn@gnuvola.org>
15068         * eshell/esh-opt.el (eshell-eval-using-options):
15069         Add debug declaration.
15071 2007-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
15073         * log-view.el (log-view-toggle-mark-entry): Add docstring.
15074         (log-view-get-marked): Likewise.
15076         * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
15077         (vc-delete-automatic-version-backups): Likewise.
15079         * vc.el (vc-dired-buffers-for-dir): Likewise.
15081 2007-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
15083         * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
15084         safe-local-variable setting.
15085         * progmodes/perl-mode.el (perl-indent-level): Likewise.
15087         * log-view.el (log-view-marked-list): Delete variable.
15088         (log-view-mode): Don't use it.
15089         (log-view-toggle-mark-entry): Likewise, simplify.
15090         (log-view-current-tag): Don't return properties.
15091         (log-view-get-marked): New function.
15093 2007-08-25  Alexandre Julliard  <julliard@winehq.org>
15095         * vc-git.el (vc-git-mode-line-string): New function.
15097 2007-08-25  Alan Mackenzie  <acm@muc.de>
15099         * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
15100         new language variable.
15102         * progmodes/cc-engine.el (c-brace-anchor-point): new function.
15103         (c-add-stmt-syntax): Give accurate anchor points for "namespace",
15104         "extern" etc., rather than BOI.  Fix addition of spurious
15105         syntactic-symbol 'defun-block-intro, replacing it with
15106         'innamespace, etc.
15108 2007-08-25  Juri Linkov  <juri@jurta.org>
15110         * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
15112         * image-mode.el: Add autoloads to put associations in auto-mode-alist:
15113         associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
15114         "\\.svgz?\\'" with xml-mode and image-mode-maybe.
15116         * image.el (image-type-header-regexps): Use more complex regexp for svg.
15117         (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
15118         (image-type-auto-detectable): Add (svg . maybe).
15120         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
15121         to treat it like .tgz.
15123         * calendar/cal-bahai.el: Add file coding cookie.
15125 2007-08-25  Reiner Steib  <Reiner.Steib@gmx.de>
15127         * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
15128         Don't behave differently when executed via M-x.  Add doc string.
15130         * sort.el (sort-fold-case, sort-numeric-base): Mark as
15131         safe-local-variable.
15133 2007-08-25  Jay Belanger  <jay.p.belanger@gmail.com>
15135         * calc/calc-forms.el (var-TimeZone): Make nil explicitly
15136         the default value.
15137         (math-calendar-tzinfo): New variable.
15138         (math-get-calendar-tzinfo): New function.
15139         (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
15140         to get information when zone is nil.
15142 2007-08-24  Dan Nicolaescu  <dann@ics.uci.edu>
15144         * log-view.el (log-view-toggle-mark-entry): New function.
15145         (log-view-mode-map): Bind it.
15146         (log-view-marked-list): New variable.
15147         (log-view-mode): Make it local.
15149 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
15151         * play/zone.el (zone-pgm-rat-race): New func.
15152         (zone-programs): Add `zone-pgm-rat-race'.
15154 2007-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15156         * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
15157         a list.
15159 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
15161         * progmodes/hideshow.el (hs-match-data): Delete alias.
15162         (hs-hide-block-at-point, hs-find-block-beginning)
15163         (hs-show-block): Use `match-data' directly.
15165 2007-08-24  Martin Rudalics  <rudalics@gmx.at>
15167         * format.el (format-alist): Fix typo in doc-string.
15169 2007-08-24  Michael Albinus  <michael.albinus@gmx.de>
15171         * net/tramp.el (tramp-local-host-p): New defun.
15172         (tramp-handle-file-local-copy, tramp-handle-write-region):
15173         Implement fast track when being on the local host.
15174         (tramp-file-name-handler): Don't set "started" property.  It shall
15175         be reserved for the "ftp" method.
15176         (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
15178         * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
15179         (tramp-ftp-file-name-handler): Set "started" property.
15181 2007-08-24  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
15183         * files.el (backup-buffer-copy): Don't wrap delete in
15184         condition-case, only try to delete if file exists.
15186 2007-08-24  Glenn Morris  <rgm@gnu.org>
15188         * files.el (backup-buffer-copy): Revert 2007-08-22 change.
15190         * startup.el (tutorial-directory): Set with eval-at-startup so it
15191         gets the right value in an installed Emacs.
15193 2007-08-24  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
15195         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
15196         (eldoc-highlight-function-argument): Use it.
15198 2007-08-23  Masatake YAMATO  <jet@gyve.org>
15200         * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
15201         name of parameters in document body.
15203 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15205         * emacs-lisp/bytecomp.el (byte-compile-output-docform)
15206         (byte-compile-output-as-comment): Use with-current-buffer rather than
15207         a weird set-buffer&prog1 combination.
15209         * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
15210         test so as to optimise cases where the `progn's result is constant.
15212 2007-08-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
15214         * locate.el (locate-get-file-positions):
15215         Use line-beginning-position and line-end-position.
15217 2007-08-23  John Wiegley  <johnw@newartisans.com>
15219         * calendar/cal-bahai.el: Added in the diacriticals that were
15220         missing for many of the month names.
15222 2007-08-22  Jason Rumney  <jasonr@gnu.org>
15224         * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
15226 2007-08-22  Chong Yidong  <cyd@stupidchicken.com>
15228         * image-mode.el (image-minor-mode): Use image-mode-text-map.
15230 2007-08-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
15232         * dabbrev.el (dabbrev--progress-reporter): New variable.
15233         (dabbrev--scanning-message): Delete func.
15234         (dabbrev--find-expansion): Use a progress reporter
15235         instead of dabbrev--scanning-message.
15237 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
15239         * comint.el (comint-exec-1): Raise an error if
15240         `start-file-process' does not return a process object.
15242         * shell.el (shell): Prompt for `default-directory' if it is a
15243         remote file name, and if called with a prefix arg.
15245 2007-08-22  Sam Steingold  <sds@gnu.org>
15247         * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
15249 2007-08-22  Carsten Dominik  <dominik@science.uva.nl>
15251         * textmodes/org-export-latex.el: New file.
15253         * textmodes/org-publish.el (org-publish-org-to-latex): New function.
15255         * textmodes/org.el (org-agenda-skip): Allow a form for
15256         `org-agenda-skip-function'.
15257         (org-agenda-redo): Re-use local settings.
15258         (org-agenda): Store local settings.
15259         (org-agenda-deadline-faces): New option.
15260         (org-agenda-deadline-face): New function.
15261         (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
15262         entries on their due date.
15263         (org-agenda-get-timestamps): No longer handle the due dates of
15264         schedules and deadline items.
15265         (org-insert-link-global, org-open-at-point-global): New commands.
15266         (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
15267         :for-ascii parameter.
15268         (org-skip-comments): Function removed.
15269         (org-cleaned-string-for-export): Handle special table lines.
15270         (org-global-properties): New option.
15271         (org-entry-get-with-inheritance): Check global properties.
15272         (org-local-properties): New variable.
15273         (org-set-regexps-and-options): Find the #+PROPERTY line.
15274         (org-link-types): Change type into variable (was constant).
15275         (org-make-link-regexps): New function.
15276         (org-link-re-with-space, org-link-re-with-space2)
15277         (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
15278         (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
15279         these regular expressions happens now in the function
15280         `org-make-link-regexps'.
15281         (org-store-link): Call the functions in
15282         `org-store-link-functions'.
15283         (org-add-link-type): New function.
15284         (org-store-link-functions): New variable.
15285         (org-activate-tags): Force matches to be in headlines.
15286         (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
15287         (org-columns-display-here): Make sure this works in a narrowed
15288         buffer by checking for point-min.
15289         (org-columns-display-here): Make the rest of the line intangible,
15290         so that point never can be there.
15291         (org-cleaned-string-for-export): Use `with-current-buffer'.
15292         (org-replace-region-by-html): Use `with-current-buffer'.
15293         (org-unfontify-region, org-do-occur, org-columns-display-here)
15294         (org-columns-remove-overlays, org-columns-quit)
15295         (org-columns-edit-value, org-columns-next-allowed-value)
15296         (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
15297         (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
15298         (org-agenda-todo, org-agenda-change-all-lines)
15299         (org-agenda-align-tags, org-agenda-priority)
15300         (org-agenda-set-tags, org-agenda-toggle-archive-tag)
15301         (org-agenda-show-new-time, org-cleaned-string-for-export)
15302         (org-export-grab-title-from-buffer)
15303         (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
15304         instead of `buffer-read-only'.
15305         (org-export-as-html): Set `coding-system-for-write'.
15306         (org-remember-store-without-prompt): New option.
15307         (org-archive-subtree): Fixed bug with modifying TODO keyword.
15308         (org-beginning-of-line): Also treat C-a special in items.
15309         (org-table-convert-refs-to-rc): Fixed problem with column
15310         reference after "..".
15311         (org-columns-compute): Don't mark buffer modified because of text
15312         properties.
15313         (org-batch-store-agenda-views): Use the variable
15314         `default-directory', not the function.
15315         (org-clock-out-if-current): Respect `org-clock-out-when-done'.
15316         (org-clock-out-when-done): New option.
15317         (org-html-entities): Added HTML entities for smileys.
15319 2007-08-22  Glenn Morris  <rgm@gnu.org>
15321         * image.el (create-image): Doc fix.
15323         * startup.el (tutorial-directory): New constant.
15324         (fancy-splash-text): Tutorials now in tutorial-directory.
15325         * tutorial.el (help-with-tutorial): Tutorials now in
15326         tutorial-directory.
15328 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
15330         * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
15331         otherwise.
15332         (tramp-get-remote-path): New defun.  Replace occurrences of
15333         `tramp-default-remote-path' by this function.
15334         (tramp-set-remote-path): Move most of the code to
15335         `tramp-get-remote-path'.
15336         (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
15337         existing directories, this is done already in
15338         `tramp-get-remote-path'.
15340 2007-08-22  Paul Pogonyshev  <pogonyshev@gmx.net>
15342         * image-file.el (image-file-name-extensions): Add "svg".
15343         * image.el (image-type-header-regexps): Add svg entry.
15345 2007-08-22  Glenn Morris  <rgm@gnu.org>
15347         * files.el (backup-buffer-copy): Check backup directory is
15348         writable, to avoid infloop deleting old backup.
15350         * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
15351         movemail related variables.
15352         (rmail-insert-inbox-text): Use only rmail-movemail-program, which
15353         will now be set before this is called.
15355 2007-08-21  Juri Linkov  <juri@jurta.org>
15357         * delsel.el (delete-selection-pre-hook):
15358         * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
15359         instead of checking last-command.
15361 2007-08-21  Juri Linkov  <juri@jurta.org>
15363         * loadup.el: Preload "button".
15365 2007-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15367         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15368         Add previous-line and next-line.
15370         * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
15371         (vc-arch-find-file-not-found-hook): Remove, it's now the default.
15373         * vc-hooks.el (vc-menu-entry): New var.
15374         (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
15375         (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
15376         (vc-menu-map): Declare and initialize in one step.
15377         (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
15379         * menu-bar.el (vc-menu-map): Don't setup any more.
15380         Instead, just create the proper spot in the menu.
15382 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15384         * smerge-mode.el (smerge-resolve): New arg `safe'.
15385         (smerge-resolve-all, smerge-batch-resolve): New function.
15386         (smerge-refine): Make sure `diff' returns the expected result.
15387         (smerge-parsep-re): New const.
15388         (smerge-mode): Use it to adjust paragraph-separate.
15390         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
15391         Correctly match / regexp matchers as first char on a line when
15392         fontifying only that line.
15394         * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
15396 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15398         * vc-bzr.el: Don't fiddle with vc-handled-backend.
15399         (vc-bzr-registered): Don't redundantly protect against
15400         file-error.  Actually use the format-specific code.
15401         (vc-bzr-buffer-nonblank-p): Remove.
15402         (vc-bzr-status): Change `kindchange' -> `kindchanged'.
15404 2007-08-20  Juri Linkov  <juri@jurta.org>
15406         * startup.el (fancy-splash-text): Change multiple tabs into one
15407         tab.  Remove "Useful File menu items" section (with "Exit Emacs"
15408         and "Recover Crashed Session").
15409         (fancy-splash-screens): Set tab-width to 22.
15410         (normal-splash-screen): Replace literal tabs with \t and
15411         fix whitespace.  Remove "Useful File menu items" section (with
15412         "Exit Emacs" and "Recover Crashed Session").
15414 2007-08-20  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
15416         * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
15417         extracted from `eval-last-sexp-1'.
15418         (eval-last-sexp-1): Call `preceding-sexp'.
15420 2007-08-20  Thien-Thi Nguyen  <ttn@gnuvola.org>
15422         * vc-rcs.el (vc-rcs-annotate-command):
15423         Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
15424         Add back :vc-annotate-prefix propertization.
15426 2007-08-20  Andreas Schwab  <schwab@suse.de>
15428         * mail/rmail.el (rmail-autodetect): Doc fix.
15430 2007-08-19  Juri Linkov  <juri@jurta.org>
15432         * startup.el (normal-splash-screen): Add more links.
15434 2007-08-19  Juri Linkov  <juri@jurta.org>
15436         * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
15437         because it's common to both types of splash screen: fancy and normal.
15438         Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
15439         (exit-splash-screen): Rename from `fancy-splash-quit'.
15440         Use `quit-window' instead of `kill-buffer'.
15441         (fancy-splash-head): Use make-button to insert GNU image link.
15442         (fancy-splash-screens, normal-splash-screen): Rename " About GNU
15443         Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
15444         (normal-splash-screen): Put "Browse manuals" on the same line with
15445         "Emacs manual".  Remove descriptions from "Useful tasks" and put
15446         all links in two columns on two lines.
15448 2007-08-19  Michael Kifer  <kifer@cs.stonybrook.edu>
15450         * emulation/viper.el (viper-remove-hooks): Remove some additional
15451         viper hooks when the user calls viper-go-away.
15452         (viper-go-away): Restore the default of default-major-mode.
15453         Save the value of default-major-mode before vaperization.
15455         * emulation/viper-cmd.el: Replace error "" with "Viper bell".
15457         * emulation/viper-ex.el: Replace error "" with "Viper bell".
15459         * ediff-util.el (ediff-make-temp-file): Use the coding system of the
15460         buffer for which file is created.
15462 2007-08-19  Glenn Morris  <rgm@gnu.org>
15464         * Makefile.in (custom-deps, finder-data, autoloads, recompile)
15465         (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
15466         than $(EMACS), so that EMACSLOADPATH is set.  Prevents any system
15467         shadow files messing up the compilation.
15469 2007-08-18  Glenn Morris  <rgm@gnu.org>
15471         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
15472         string.  Also apply eldoc-argument-case in the help-split-fundoc
15473         case.  Adapt for changed behavior of eldoc-function-argstring,
15474         eldoc-function-argstring-format, and
15475         eldoc-highlight-function-argument.
15476         (eldoc-highlight-function-argument): Handle nil INDEX argument,
15477         just call eldoc-docstring-format-sym-doc in that case.
15478         (eldoc-function-argstring): Change the behavior.  Now it converts
15479         an argument list to a string.
15480         (eldoc-function-argstring-format): Change the behavior.  Now it
15481         applies `eldoc-argument-case' to a string.
15483         * progmodes/scheme.el (scheme-mode-variables): Set
15484         font-lock-comment-start-skip.
15486 2007-08-18  Martin Rudalics  <rudalics@gmx.at>
15488         * progmodes/ada-mode.el (ada-create-syntax-table): Move
15489         set-syntax-table from here to ...
15490         (ada-mode): ... here.  Do not change global value of
15491         comment-multi-line.  Call new function
15492         ada-initialize-syntax-table-properties and add new function
15493         ada-handle-syntax-table-properties to font-lock-mode-hook.
15494         (ada-deactivate-properties, ada-initialize-properties): Replace
15495         by new functions ...
15496         (ada-handle-syntax-table-properties)
15497         (ada-initialize-syntax-table-properties)
15498         (ada-set-syntax-table-properties): ... to set up syntax-table
15499         properties uniformly, independently from whether font-lock-mode
15500         is enabled or not.  Handle read-only buffers and do not change
15501         undo-list when setting syntax-table properties.
15502         (ada-after-change-function): Use ada-set-syntax-table-properties.
15504 2007-08-18  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
15506         * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
15507         (meta-indent-current-nesting): Use a computation of the nesting
15508         instead.
15509         (meta-indent-current-indentation): Indentation is given according
15510         to nesting and if the previous line was finished or not.
15511         (meta-indent-unfinished-line): Tell if the current line ends with
15512         a finished expression.
15513         (meta-indent-looking-at-code): Like `looking-at', but checks if
15514         the point is in a string before.
15515         (meta-indent-level-count): Use it.  Don't count parenthesis as it's
15516         done in the nesting function.
15517         (meta-indent-in-string-p): Tell if the current point is in a
15518         string.
15519         (meta-indent-calculate): Treat b-o-b as a special case.  Use the
15520         previous functions.
15522 2007-08-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
15524         * emacs-lisp/copyright.el (copyright-limit): New defsubst.
15525         (copyright-update-year, copyright-update)
15526         (copyright-fix-years): Use it.
15528 2007-08-17  Kimit Yada  <kimitto@gmail.com>  (tiny change)
15530         * emacs-lisp/copyright.el (copyright-update-year):
15531         Fix bug: Handle nil copyright-limit.
15533 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
15535         * calc/calc-units.el (math-standard-units): Give exact
15536         conversion for tsp.
15538         * calc/calc.el (math-bignum-digit-length): Compute the
15539         appropriate value.
15541         * calc/calc-bin.el (math-bignum-logb-digit-size)
15542         (math-bignum-digit-power-of-two):
15543         * calc/calc-comb.el (math-small-factorial-table):
15544         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
15545         (math-approx-gamma-const):
15546         * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
15547         (math-besY1, math-bernoulli-b-cache):
15548         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
15549         Remove `eval-when-compile's.
15551 2007-08-17  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
15553         * progmodes/cperl-mode.el (cperl-look-at-leading-count)
15554         (cperl-find-pods-heres): Fix an error when typing expressions like
15555         `s{a}{b}'.
15557 2007-08-17  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
15559         * mail/emacsbug.el (report-emacs-bug): Remove the last number of
15560         `emacs-version', use the topic prefix ``version; ''.  Make MS-DOS
15561         a special case (there's no build number).
15563 2007-08-17  T. V. Raman  <raman@users.sf.net>  (tiny change)
15565         * completion.el (symbol-under-point, symbol-before-point)
15566         (symbol-before-point-for-complete): Use buffer-substring-no-properties.
15568 2007-08-17  Glenn Morris  <rgm@gnu.org>
15570         * progmodes/compile.el (compilation-get-file-structure): Make use
15571         of the directory part when checking for an existing entry, to
15572         handle files with same basename in different directories.
15574 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
15576         * calc/calc.el (calc-language-alist): Add texinfo-mode.
15578 2007-08-16  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15580         * ps-print.el (ps-header-font-size, ps-header-title-font-size)
15581         (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
15582         (ps-paragraph-spacing): Docstring fix.
15584 2007-08-16  Glenn Morris  <rgm@gnu.org>
15586         * ps-print.el (ps-font-size): Doc fix.
15588 2007-08-16  Richard Stallman  <rms@gnu.org>
15590         * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
15592 2007-08-15  Juri Linkov  <juri@jurta.org>
15594         * startup.el (initialization): Change parent group from `internal'
15595         to `environment'.
15596         (initial-buffer-choice): New variable.
15597         (command-line): Revert 2007-07-02 change that sets
15598         buffer-offer-save in *scratch* and enables auto-save in it.
15599         (fancy-splash-text): Add links to existing items.  Add new items
15600         with links for useful tasks.  Move information about Control-g to
15601         fancy-splash-head.  Move "Emacs Guided Tour" to the end.
15602         (fancy-splash-keymap): New variable.
15603         (fancy-splash-last-input-event): Remove variable.
15604         (fancy-splash-insert): Add processing of `:link' element.
15605         (fancy-splash-head): Replace "Type Control-l to begin editing"
15606         with "Type `q' to exit".
15607         (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
15608         (fancy-splash-default-action, fancy-splash-special-event-action):
15609         Remove functions.
15610         (fancy-splash-quit): New function.
15611         (fancy-splash-screens): Rename input arg from `hide-on-input' to
15612         `static' and reverse the condition of its usage.  Don't preserve
15613         original values of `minor-mode-map-alist',
15614         `emulation-mode-map-alists', `special-event-map'.
15615         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
15616         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
15617         Remove processing of special events.  Use local key map
15618         `fancy-splash-keymap'.  Set buffer to read-only.
15619         (normal-splash-screen): Rename input arg from `hide-on-input' to
15620         `static' and reverse the condition of its usage.
15621         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
15622         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
15623         Add links to existing items.  Add new items with links for useful
15624         tasks.  Use local key map `fancy-splash-keymap'.
15625         (display-splash-screen): Rename input arg from `hide-on-input' to
15626         `static'.
15627         (about-emacs): Add alias to display-splash-screen.
15628         (command-line-1): Use `initial-buffer-choice'.
15630         * menu-bar.el (menu-bar-help-menu):
15631         * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
15632         item to about-emacs instead of display-splash-screen.
15634 2007-08-15  Jay Belanger  <jay.p.belanger@gmail.com>
15636         * calc/calc-units.el (math-standard-units): Update values.
15637         Put in exact, rational values when possible.
15638         (math-unit-prefixes): Replace floats with powers of ten.
15639         (math-standard-units-systems): Replace floats with integers.
15640         (math-make-unit-string): Remove extra spaces in output.
15642 2007-08-15  Glenn Morris  <rgm@gnu.org>
15644         * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
15645         sloppier, for the sake of GNU Mailman.
15646         (rmail-digest-rfc1153): Initialize `result' correctly.
15648 2007-08-15  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
15650         * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
15651         in the mail title.  Suggested by Reiner Steib.
15653 2007-08-14  Chris Hecker  <checker@d6.com>  (tiny change)
15655         * calc/calc-aent.el (calc-do-quick-calc): Add binary
15656         representation of integers to the list of outputs.
15658 2007-08-14  Glenn Morris  <rgm@gnu.org>
15660         * simple.el (bad-packages-alist): New constant.
15661         (bad-package-check): New function.  Together, these two add elements
15662         to `after-load-alist' to check for problematic external packages.
15663         * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
15665 2007-08-14  Jay Belanger  <jay.p.belanger@gmail.com>
15667         * calc/calc-units.el (math-get-standard-units)
15668         (math-get-units, math-make-unit-string)
15669         (math-get-default-units, math-put-default-units): New functions.
15670         (math-default-units-table): New variable.
15671         (calc-convert-units, calc-convert-temperature): Add machinery
15672         to supply default values.
15674 2007-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15676         * emulation/tpu-edt.el: Add tpu-extras's autoloads.
15677         (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
15678         (tpu-gold-map): Bind F to tpu-cursor-free-mode.
15679         (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
15681         * emulation/tpu-extras.el: Remove spurious * in docstrings.
15682         Put its autoloads into tpu-edt.el rather than loaddefs.el.
15683         (tpu-cursor-free-mode): Rename from tpu-cursor-free.
15684         Make into a proper minor-mode.
15685         (tpu-backward-char, tpu-next-line, tpu-previous-line)
15686         (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
15687         (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
15688         (tpu-set-cursor-free, tpu-set-cursor-bound):
15689         Delegate to tpu-cursor-free-mode.
15690         (tpu-next-line, tpu-previous-line, tpu-forward-line)
15691         (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
15692         Use line-move or forward-line instead of next-line-internal.
15694 2007-08-13  Nick Roberts  <nickrob@snap.net.nz>
15696         * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
15698 2007-08-12  Richard Stallman  <rms@gnu.org>
15700         * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
15701         (cvs-execute-single-file): Use new name split-string-and-unquote.
15702         (cvs-header-msg): Use new name combine-and-quote-strings.
15704         * emulation/vi.el (vi-next-line): Ignore return value of line-move.
15706         * progmodes/gud.el (gud-common-init): Use new name
15707         split-string-and-unquote.
15709         * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
15710         in javac regexp.
15712         * pcvs-util.el (cvs-qtypedesc-strings): Use new names
15713         combine-and-quote-strings and split-string-and-unquote.
15715         * subr.el (combine-and-quote-strings): Rename from strings->string.
15716         (split-string-and-unquote): Rename from string->strings.
15718 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15720         * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
15721         to buffer-local settings.
15723         * emacs-lisp/backquote.el (backquote-delay-process): New function.
15724         (backquote-process): Add internal arg `level'.  Use the two to
15725         correctly handle nested backquotes.
15727 2007-08-09  Riccardo Murri  <riccardo.murri@gmail.com>
15729         * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
15730         (vc-bzr-state-words): Add "kind changed" state word.
15731         (vc-bzr-status): New function.  Return Bzr idea of file status,
15732         which is different from VC's.
15733         (vc-bzr-state): Use vc-bzr-status.
15734         (vc-workfile-unchanged-p): Use vc-bzr-status.
15735         (vc-bzr-revert): Use synchronous process; expect exitcode 0.
15736         (vc-dired-state): Process "kind changed" state word.
15738 2007-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15740         * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
15742         * vc-rcs.el (vc-rcs-find-file-not-found-hook):
15743         Move from vc-default-find-file-not-found-hook.
15745 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15747         * man.el: Remove spurious * in docstrings.
15748         Merge defvars and toplevel setq-defaults.
15749         (Man-highlight-references0): Limit=nil rather than point-max.
15750         (Man-mode-map): Move initialization into the declaration.
15751         (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
15752         (Man-view-header-file): Use expand-file-name rather than concat.
15753         (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
15755         * man.el (Man-next-section): Make sure we do not move backward.
15757 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15759         * files.el (auto-mode-alist): Use the purecopied text (duh!).
15761 2007-08-08  Glenn Morris  <rgm@gnu.org>
15763         * Replace `iff' in doc-strings and comments.
15765 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
15767         * dired.el (dired-pop-to-buffer):
15768         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
15769         * calendar/calendar.el (generate-calendar-window):
15770         * progmodes/compile.el (compilation-set-window-height):
15771         * textmodes/two-column.el (2C-two-columns, 2C-merge):
15772         Use window-full-width-p instead of comparing frame-width and
15773         window-width.
15775         * progmodes/compile.el (compilation-find-buffer): Remove extra
15776         argument in call to compilation-buffer-internal-p.
15778 2007-08-07  Tom Tromey  <tromey@redhat.com>
15780         * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
15781         Add safe-local-variable property.
15783 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
15785         * image-mode.el (image-toggle-display): Use image-refresh.
15787 2007-08-07  Riccardo Murri  <riccardo.murri@gmail.com>
15789         * vc-bzr.el: Remove comments about vc-bzr.el being a modified
15790         unofficial version.
15791         (vc-bzr-command): Remove redundant setting of process-connection-type.
15792         (vc-bzr-admin-checkout-format-file): Add autoload.
15793         (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
15794         (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
15795         (vc-bzr-registered): Compare dirstate format tag with known good
15796         value, abort parsing if match fails.  Warn user in docstring.
15797         (vc-bzr-workfile-version): Case for different Bzr branch formats.
15798         See bzrlib/branch.py in Bzr sources.
15799         (vc-bzr-diff): First argument FILES may be a string rather than a list.
15800         (vc-bzr-shell-command): Remove in favor of
15801         vc-bzr-command-discarding-stderr.
15802         (vc-bzr-command-discarding-stderr): New function.
15804 2007-08-06  Riccardo Murri  <riccardo.murri@gmail.com>
15806         * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
15807         program, and return nil.
15808         (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
15809         (vc-bzr-state): Look for path names relative to the repository
15810         root after status keyword.
15811         (vc-bzr-file-name-relative): New function.
15812         (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
15813         depend on it.
15814         (vc-bzr-admin-dirname, ...-checkout-format-file)
15815         (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
15816         files that we now parse directly for speed.
15817         (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
15818         (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
15819         (vc-bzr-state): "bzr status" successful only if exitcode is 0.
15820         (vc-bzr-root): Use `vc-bzr-shell-command'.  Stderr may contain
15821         Bzr warnings, so we must discard it.
15822         (vc-bzr-workfile-version): Speedup counting lines from
15823         `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
15824         if that file doesn't exist.
15825         (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
15826         `vc-bzr-root-dir' for speed.  Add `vc-bzr-admin-dirname' (not ".bzr"!)
15827         to `vc-directory-exclusion-list'.
15828         (vc-bzr-shell-command): New function.
15830 2007-08-06  Tom Tromey  <tromey@redhat.com>
15832         * diff-mode.el (diff-unified->context, diff-reverse-direction)
15833         (diff-fixup-modifs): Typo in docstring.
15835 2007-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15837         * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
15838         count-screen-lines.
15839         (tpu-edt-off): Disable relevant pieces of advice.
15841         * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
15842         tpu-write-file-hook.  Activate it with add-hook on buffer-save-hook.
15843         (newline, newline-and-indent, do-auto-fill): Use advice instead of
15844         redefining the function.
15845         (tpu-set-scroll-margins): Activate the pieces of advice.
15847 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
15849         * help.el (resize-temp-buffer-window): Use window-full-width-p
15850         instead of comparing frame-width and window-width.
15852 2007-08-13  Stephen Leake  <stephen_leake@stephe-leake.org>
15854         * pcvs-parse.el (cvs-parse-table): Handle additional instance of
15855         optional quotes around files in NEED-UPDATE . REMOVED case.
15857         * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
15858         (ada-treat-cmd-string): Improve error message.
15859         (ada-do-file-completion): Call `ada-require-project-file', so
15860         project variables are set properly.
15861         (ada-prj-find-prj-file): Delete Emacs 20.2 support.
15862         (ada-gnatfind-buffer-name): New constant.
15863         (ada-find-any-references): Use new constant.  Set buffer name
15864         properly in compilation-start.  Toggle read-only properly.
15865         (ada-find-in-src-path): Fix spelling error in docstring.
15867         * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
15868         by zero error.
15870 2007-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15872         * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
15874 2007-08-12  Richard Stallman  <rms@gnu.org>
15876         * progmodes/sh-script.el (sh): Delete group `unix'.
15878         * progmodes/gud.el (gud): Change to group `processes'.
15880 2007-08-11  Glenn Morris  <rgm@gnu.org>
15882         * progmodes/compile.el (compilation-buffer-name): Don't check
15883         compilation-arguments.  It is superfluous, and the variable isn't
15884         even set when this function is called.
15886 2007-08-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15888         * term/mac-win.el (mac-ae-reopen-application): New function.
15889         (mac-apple-event-map): Bind "reopen application" Apple event to it.
15891 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15893         * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
15894         take tex-font-script-display into account.
15895         (tex-font-script-display, tex-font-lock-suscript): Change from a cons
15896         cell to a list of 2 elements to simplify the unfontify code.
15898 2007-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15900         * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
15901         (ps-begin-job): Use ps-default-fg and ps-default-bg only when
15902         ps-print-color-p is neither nil nor black-white.  Reported by Christian
15903         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
15905 2007-08-08  Andreas Schwab  <schwab@suse.de>
15907         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
15908         self-insert-command, not self-insert.
15910 2007-08-08  Glenn Morris  <rgm@gnu.org>
15912         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
15913         argument optional, for backwards compatibility, and only highlight
15914         args when present.  Fix symbol name typo (doc/args).
15916         * help-mode.el (help-make-xrefs): Search for symbol constituents,
15917         rather than just `-'.
15919 2007-08-07  Jay Belanger  <jay.p.belanger@gmail.com>
15921         * calc/calc-units.el (calc-convert-temperature):
15922         Use `/' to create fractions.
15924 2007-08-07  Michael Albinus  <michael.albinus@gmx.de>
15926         * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
15927         global matching.
15928         (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
15929         ERROR-BUFFER more robust.  Display output.
15930         (tramp-file-name-handler): Add a connection property when we found
15931         a foreign file name handler.  This allows backends like ftp to
15932         profit also from usr/host name completion based on connection
15933         cache.
15934         (tramp-send-command-and-read): Search for trash after the regexp
15935         until eol only.  In XEmacs, there is a problem with \n.
15937         * net/tramp-cache.el (top): Read persistent connection history
15938         when cache is empty.
15940 2007-08-07  Nic Ferrier  <nferrier@tapsellferrier.co.uk>  (tiny change)
15942         * net/tramp.el (tramp-handle-process-file): Fix bug inserting
15943         resulting output.
15945 2007-08-07  Sam Steingold  <sds@gnu.org>
15947         * progmodes/compile.el (compilation-start): Pass nil as startfile
15948         to comint-exec.
15950 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
15952         * longlines.el (longlines-decoded): New variable.
15953         (longlines-mode): Avoid encoding or decoding the buffer twice.
15955 2007-08-07  Martin Rudalics  <rudalics@gmx.at>
15957         * format.el (format-insert-file): Make sure that at most one undo
15958         entry is recorded for the insertion.  Inhibit point-motion and
15959         modification hooks around call to insert-file-contents.
15961 2007-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15963         * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
15964         Select the buffer's window before moving point.
15966 2007-08-07  Richard Stallman  <rms@gnu.org>
15968         * term.el (term): Remove parent group `unix'.
15970         * simple.el (default-indent-new-line): New function.
15971         It calls comment-line-break-function if there are comments.
15972         (do-auto-fill): Use that.
15974 2007-08-07  Sean O'Rourke  <sorourke@cs.ucsd.edu>
15976         * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
15977         (PC-do-completion): Add "acronym completion" for symbols and
15978         filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
15980 2007-08-06  Sam Steingold  <sds@gnu.org>
15982         * mouse.el (mouse-buffer-menu): Pass mode-name through
15983         format-mode-line because it may be a list,
15984         e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
15986 2007-08-06  Vinicius Jose Latorre  <viniciusig@ig.com.br>
15988         * printing.el (pr-update-menus): Docstring fix.
15990 2007-08-06  Jason Rumney  <jasonr@gnu.org>
15992         * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
15994         * vc-hooks.el (vc-call): Add doc string.
15996 2007-08-06  Michael Albinus  <michael.albinus@gmx.de>
15998         * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
15999         process-filter.
16001 2007-08-06  Kenichi Handa  <handa@m17n.org>
16003         * international/quail.el: Wrap (require 'help-mode) by
16004         eval-when-compile.
16005         (quail-help-init): New function.
16006         (quail-help): Call quail-help-init.
16007         (quail-store-decode-map-key): Change it to a function.
16009 2007-08-05  Jason Rumney  <jasonr@gnu.org>
16011         * vc.el (vc-rollback): Add norevert argument back.
16012         (vc-revert-buffer): Add back as obsolete alias.
16014 2007-08-05  Peter Povinec  <ppovinec@yahoo.com>  (tiny change)
16016         * term.el: Honor term-default-fg-color and term-default-bg-color
16017         settings when modifying term-current-face.
16018         (term-default-fg-color, term-default-bg-color): Initialize from
16019         default term-current-face.
16020         (term-mode, term-reset-terminal): Set term-current-face with
16021         term-default-fg-color and term-default-bg-color.
16022         (term-handle-colors-array): term-current-face has term-default-fg-color
16023         and term-default-bg-color after reset escape sequence.
16024         (term-handle-colors-array): Set term-current-color with
16025         term-default-fg/bg-color instead of ansi-term-color-vector when the
16026         index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
16028 2007-08-05  Jay Belanger  <jay.p.belanger@gmail.com>
16030         * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
16031         (math-nlfit-givens): Let bind free variables.
16033 2007-08-05  Vinicius Jose Latorre  <viniciusig@ig.com.br>
16035         * printing.el: Require lpr and ps-print when loading printing package.
16036         Reported by Glenn Morris <rgm@gnu.org>.
16038 2007-08-05  Michael Albinus  <michael.albinus@gmx.de>
16040         * files.el (set-auto-mode): Handle also remote files wrt
16041         `auto-mode-alist'.
16043 2007-08-04  Jay Belanger  <jay.p.belanger@gmail.com>
16045         * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
16046         curves and plotting.
16048         * calc/calc-nlfit.el: New file.
16050 2007-08-04  Glenn Morris  <rgm@gnu.org>
16052         * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
16053         zero, not nil, when the library is first loaded.  Check for a file
16054         that has been modified on disk.
16056         * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
16057         Remove duplicate defvar preventing initialization.
16058         (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
16060 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16062         * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
16063         (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
16064         may match up to 4 lines.
16065         (diff-beginning-of-file-and-junk): Rewrite.
16067 2007-08-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16069         * printing.el: Evaluate require only during compilation.
16070         (pr-version): New version 6.9.1.
16071         (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
16072         (pr-global-menubar): Fix code.
16074 2007-08-03  Dan Nicolaescu  <dann@ics.uci.edu>
16076         * term.el (term-erase-in-display): Fix case when point is not at
16077         the beginning of the line.
16079 2007-08-03  Jay Belanger  <jay.p.belanger@gmail.com>
16081         * calc/calc-ext.el (math-get-value, math-get-sdev)
16082         (math-contains-sdev): New functions.
16084         * calc/calc-graph.el (calc-graph-format-data)
16085         (calc-graph-add-curve): Check for error forms.
16086         (calc-graph-set-styles): Add option for error forms.
16088 2007-08-03  Miles Bader  <miles@gnu.org>
16090         * vc-hooks.el (vc-handled-backends): Change capitalization of VC
16091         backend names for new backends to `Git', `Hg', and `Bzr'.
16092         * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
16093         not `HG'.
16094         * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
16095         name, not `GIT'.
16096         * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
16097         (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
16099 2007-08-03  Richard Stallman  <rms@gnu.org>
16101         * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
16102         to update deleted flag.
16104         * cus-edit.el (customize-apropos, customize-apropos-options)
16105         (customize-apropos-faces, customize-apropos-groups): Improve prompt.
16107         * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
16109         * startup.el (fancy-splash-head, startup-echo-area-message):
16110         Change message text.
16112         * emulation/tpu-edt.el (next-line-internal): Setting deleted.
16113         All callers use line-move.
16115         * progmodes/compile.el (compilation-find-buffer): Return current
16116         buffer immediately if suitable.
16117         (compile, compilation-buffer-name, compilation-start): Doc fixes.
16119 2007-08-03  Daiki Ueno  <ueno@unixuser.org>
16121         * faces.el (face-normalize-spec): New function.
16122         (frame-set-background-mode): Normalize face-spec before calling
16123         face-spec-match-p.
16125 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16127         * server.el (server-window): Add switch-to-buffer-other-frame option.
16129 2007-08-03  Glenn Morris  <rgm@gnu.org>
16131         * cus-edit.el (customize-apropos): Make the error message indicate
16132         what kind of thing the user was trying to customize.
16134         * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
16136         * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
16137         Fix off-by-one error in previous change.
16139 2007-08-03  Drew Adams  <drew.adams@oracle.com>
16141         * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
16142         Make buffer writable.
16144 2007-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
16146         * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
16147         (math-cos-raw-2, math-arctan-raw, math-ln-raw):
16148         Use native Emacs functions, when appropriate.
16150 2007-08-01  Dan Nicolaescu  <dann@ics.uci.edu>
16151             Stefan Monnier  <monnier@iro.umontreal.ca>
16153         * vc.el: Document new VC operation `extra-menu'.
16155         * vc-hooks.el (vc-default-extra-menu): New function.
16157         * menu-bar.el (menu-bar-vc-filter): New function.
16158         (menu-bar-tools-menu): Use it as a filter.
16160 2007-08-01  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
16162         * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
16164 2007-08-01  Glenn Morris  <rgm@gnu.org>
16166         * progmodes/fortran.el: Remove leading `*' from all defcustom doc
16167         strings.
16168         (fortran-tab-mode-default): Remove needless autoload.
16169         (fortran-tab-mode-string): Add help-echo and mouse properties, and
16170         mark as risky.
16171         (fortran-line-length): New buffer-local variable, safe if integer.
16172         (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
16173         Change from variables to constants.
16174         (fortran-font-lock-syntactic-keywords): Delete as a variable,
16175         replace with a new function definition.
16176         (fortran-mode): Use fortran-line-length, and
16177         fortran-font-lock-syntactic-keywords as a function.  Add a
16178         hack-local-variables-hook function.
16179         (fortran-line-length, fortran-hack-local-variables): New functions.
16180         (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
16181         Use fortran-line-length rather than 72.
16182         (fortran-window-create-momentarily): Doc fix.
16184 2007-07-31  Drew Adams  <drew.adams@oracle.com>  (tiny change)
16186         * cus-edit.el (custom-group-value-create, custom-goto-parent):
16187         Fix parent groups link.
16189 2007-07-31  Paul Pogonyshev  <pogonyshev@gmx.net>
16191         * progmodes/python.el (python-current-defun): Adjust to never fall
16192         into infinite loop.
16194 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
16196         * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
16198 2007-07-29  Kimit Yada  <kimitto@gmail.com>  (tiny change)
16200         * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
16201         (copyright-fix-years, copyright): Correctly handle the case where
16202         copyright-limit is nil.
16204 2007-07-28  Konstantin Novitsky  <knovitsk@Bear.com>  (tiny change)
16206         * progmodes/python.el (run-python): Fix path separator under w32.
16208 2007-07-30  Richard Stallman  <rms@gnu.org>
16210         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
16211         Treat non-break space as whitespace in Lisp.
16213 2007-07-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16215         * vc.el (vc-dired-hook): Use inhibit-read-only.
16217         * progmodes/compile.el (compilation-forget-errors):
16218         Reset compilation-auto-jump-to-next.
16220 2007-07-30  Michael Olson  <mwolson@gnu.org>
16222         * cus-edit.el (custom-group-save): Fix void function definition
16223         error.  Thanks to Zhang Wei for the report.
16225         * ps-print.el: Check in trivial changes to the autoloads section
16226         caused by the build process.  These autoloads really ought to be
16227         placed in a separate file, methinks.
16229 2007-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16231         * calendar/calendar.el (calendar-mode): Make sure
16232         displayed-(month|year) are set.
16233         (calendar-basic-setup): Display buffer before adjusting window sizes.
16234         (generate-calendar-window): Use inhibit-read-only.  Simplify.
16235         Generate buffer and set displayed-month and displayed-year before
16236         calling update-calendar-mode-line.
16238 2007-07-29  Michael Albinus  <michael.albinus@gmx.de>
16240         * net/tramp.el:
16241         * net/tramp-uu.el:
16242         * net/trampver.el: Use utf-8 encoding with coding cookie.
16244         * net/tramp-cache.el:
16245         * net/tramp-fish.el:
16246         * net/tramp-ftp.el:
16247         * net/tramp-gw.el:
16248         * net/tramp-smb.el: Remove coding cookie.
16250         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
16251         Flush buffer file-name's file property.
16252         (tramp-handle-file-remote-p): The first parameter is FILENAME.
16254         * net/trampver.el: Update release number.
16256 2007-07-29  Juri Linkov  <juri@jurta.org>
16258         * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
16259         Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
16260         when major-mode is not dired-mode.
16261         (dired-toggle-read-only): New function.
16262         (dired-recursive-deletes): Remove obsolete comments about old
16263         default value.
16264         (dired-do-flagged-delete, dired-do-delete): Refill docstring.
16266         * wdired.el (wdired-exit): New function.
16267         (wdired-mode-map): Bind C-x C-q to wdired-exit.
16269 2007-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16271         * cus-edit.el (customize-read-group): New fun.
16272         (customize-group-other-window, customize-face-other-window):
16273         Prompt before delegating to customize-(group|face).
16274         Bind pop-up-windows rather than use the other-window argument.
16275         (customize-group, customize-face): Prompt from the interactive spec.
16276         Remove args `prompt-for-group' and `other-window'.
16278         * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
16279         (ad-body-forms, ad-advised-interactive-form): Revert this part of
16280         last change.
16282 2007-07-28  Masatake YAMATO  <jet@gyve.org>
16284         * vc.el (vc-dired-mode): Add a menu for VC related operation.
16285         Use backend name as the menu label.  Suggested by David Kastrup.
16287 2007-07-28  Alan Mackenzie  <acm@muc.de>
16289         Fix problem with modes derived from CC Mode:
16290         * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
16291         macro to cc-langs.
16292         (c-init-language-vars-for): Remove call to above macro.
16293         * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
16294         been moved to here.
16295         (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
16297 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
16299         * net/trampver.el: Fix the `coding' cookie.
16301 2007-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
16303         * vc-git.el (vc-git-print-log): Support both the old single file
16304         interface and the new one.
16306 2007-07-28  Nick Roberts  <nickrob@snap.net.nz>
16308         * bindings.el (mode-line-remote): Use updated %@ construct.
16310 2007-07-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16312         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
16313         (calendar-bahai-epoch, calendar-bahai-leap-year-p)
16314         (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
16315         (diary-list-bahai-entries, diary-bahai-mark-entries)
16316         (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
16317         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
16318         New names to clean up namespace.
16319         (list-bahai-diary-entries, mark-bahai-diary-entries)
16320         (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
16321         (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
16322         Add compatibility aliases.
16324         * calendar/appt.el: Don't wrap defvar within eval-when-compile.
16326         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
16327         (calendar-scroll-left-three-months)
16328         (calendar-scroll-right-three-months): Clean up namespace.
16329         (scroll-calendar-left, scroll-calendar-right)
16330         (scroll-calendar-left-three-months)
16331         (scroll-calendar-right-three-months): Add compatibility aliases.
16333         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
16334         Behave like mouse-scroll-calendar-* when used from the mouse.
16336         * calendar/cal-menu.el (cal-menu-scroll-menu)
16337         (cal-menu-global-mouse-menu):
16338         * calendar/calendar.el (calendar-mode-map):
16339         Use new calendar-scroll-* names.
16340         (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
16341         Remove.  Use calendar-scroll-* directly instead.
16343 2007-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16345         * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
16346         (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
16347         (ad-make-advised-definition, ad-cache-id-verification-code):
16348         Use commandp and interactive-form instead.
16350 2007-07-26  Dan Nicolaescu  <dann@ics.uci.edu>
16352         * vc-git.el: Relicense to GPLv3 or later.
16353         (vc-directory-exclusion-list, vc-handled-backends): Remove.
16355         * vc-hooks.el (vc-handled-backends): Add GIT.
16357         * vc.el (vc-directory-exclusion-list): Add .git.
16359 2007-07-26  Alexandre Julliard  <julliard@winehq.org>
16361         * vc-git.el (vc-git-revision-table)
16362         (vc-git-revision-completion-table): New functions.
16364 2007-07-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16366         * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
16367         * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
16368         * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
16369         * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
16370         * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
16371         * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
16372         New command actions for EPS header and EPS footer.
16374         * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
16375         footer.  Fix some problems with one-or-more, zero-or-more and
16376         alternative constructions generation.  Some log messages
16377         implementation.  Doc fix.
16378         (ebnf-version): New version 4.4.
16379         (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
16380         (ebnf-eps-footer, ebnf-log): New options.
16381         (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
16382         (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
16383         (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
16384         (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
16385         (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
16386         (ebnf-style-custom-list, ebnf-style-database): Put new values.
16387         (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
16388         (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
16389         (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
16390         (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
16391         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
16392         (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
16393         (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
16394         (ebnf-non-terminal-dimension, ebnf-special-dimension)
16395         (ebnf-terminal-dimension1, ebnf-repeat-dimension)
16396         (ebnf-except-dimension, ebnf-alternative-dimension)
16397         (ebnf-optional-dimension, ebnf-one-or-more-dimension)
16398         (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
16399         message fun.
16400         (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
16401         (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
16402         (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
16403         (ebnf-terminal-dimension1, ebnf-alternative-dimension)
16404         (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
16405         (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
16406         (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
16407         compatibility with Emacs 20 & 21.
16408         (ebnf-eps-header-comment, ebnf-eps-footer-comment)
16409         (ebnf-eps-file-alist, ebnf-basic-width-extra)
16410         (ebnf-basic-empty-height): New vars.
16411         (ebnf-prologue): Fix PostScript code.
16412         (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
16413         (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
16414         (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
16415         (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
16417 2007-07-25  Glenn Morris  <rgm@gnu.org>
16419         * Relicense all FSF files to GPLv3 or later.
16421         * COPYING: Switch to GPLv3.
16423 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16425         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
16426         Replace it with another one which disables undo before calling
16427         erase-buffer and then turns it back on if needed.
16429 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
16431         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
16433 2007-07-24  Glenn Morris  <rgm@gnu.org>
16435         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
16436         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
16437         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
16438         (cal-tex-cursor-week, cal-tex-cursor-week2)
16439         (cal-tex-cursor-week-iso, cal-tex-week-hours)
16440         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
16441         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
16442         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
16444 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16446         * calendar/calendar.el (calendar-mode-map): Move initialization
16447         into declaration.  Add menu bindings (used to be done in cal-menu).
16448         (calendar-mode): Don't add an activate-menubar-hook.
16450         * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
16451         modify calendar-mode-map), use easy-menu, and make sure that C-h k
16452         can be used on the menu entries.
16453         (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
16454         (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
16455         (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
16456         (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
16457         (calendar-flatten, cal-menu-update): Remove.
16458         (calendar-mouse-insert-hebrew-diary-entry)
16459         (calendar-mouse-insert-islamic-diary-entry)
16460         (calendar-mouse-insert-bahai-diary-entry):
16461         Remove (fold into cal-menu-diary-menu).
16462         (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
16463         (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
16464         (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
16465         (calendar-mouse-view-diary-entries): Minor simplifications.
16466         (calendar-event-to-date): Use with-current-buffer.
16468 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
16470         * add-log.el (change-log-redate): Remove (not needed anymore and
16471         doesn't appear to work).
16473 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16475         * frame.el: Use mapc and dolist instead of mapcar where possible.
16476         (close-display-connection): New command.
16478 2007-07-25  Alexandre Julliard  <julliard@winehq.org>
16480         * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
16481         (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
16483 2007-07-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16485         * ps-print.el (ps-multibyte-buffer): Docstring fix.
16487         * ps-mule.el: Doc fix.
16488         (ps-multibyte-buffer, ps-mule-font-info-database-default)
16489         (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
16491 2007-07-25  Glenn Morris  <rgm@gnu.org>
16493         * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
16494         (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
16495         (cal-tex-daily-end, cal-tex-hook)
16496         (cal-tex-cal-one-month, cal-tex-cal-multi-month)
16497         (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
16498         (cal-tex-cursor-week-iso, cal-tex-week-hours)
16499         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
16500         (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
16501         (cal-tex-day-prefix, cal-tex-day-name-format)
16502         (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
16503         (cal-tex-caldate, cal-tex-LaTeX-hourbox)
16504         (cal-tex-LaTeX-subst-list): Change from variables to constants.
16505         (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
16506         (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
16507         etc, rather than \bf.
16508         (cal-tex-mini-calendar): Fix typos in previous change.
16509         (cal-tex-latexify-list): Remove inner let binding.
16510         (cal-tex-end-document, cal-tex-banner): Use multi-line
16511         cal-tex-comment.
16512         (cal-tex-comment): Handle embedded newlines.
16513         (cal-tex-LaTeXify-string): Use substring-no-properties.
16515 2007-07-25  Joakim Verona  <joakim@verona.se>  (tiny change)
16517         * progmodes/compile.el (compilation-error-regexp-alist-alist):
16518         Add support for the Maden build tool.
16520 2007-07-25  William Xu  <william.xwl@gmail.com>  (tiny change)
16522         * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
16524 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16526         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
16528 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
16530         * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
16531         C-x C-q.
16533         * vc-git.el (vc-git-print-log): Fix previous change.
16535 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16537         * window.el (save-selected-window): Minor optimization.
16538         (bw-adjust-window): If operation failed, try with a smaller delta.
16539         (window-fixed-size-p): New function.
16540         (window-area-factor): New var.
16541         (balance-windows-area): New command.
16543         * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
16544         (ps-mule-encode-ethiopic): Make it clear that it's always defined.
16545         (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
16546         (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
16547         (ps-mule-begin-job): Use dolist.
16549 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
16551         * subr.el (start-file-process-shell-command)
16552         (process-file-shell-command): New defuns.
16554         * progmodes/compile.el (compilation-start):
16555         Apply `start-file-process-shell-command'.
16557 2007-07-24  Alexandre Julliard  <julliard@winehq.org>
16559         * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
16561 2007-07-24  Alan Mackenzie  <acm@muc.de>
16563         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
16564         Initialise byte-compile-unresolved-functions before rather than
16565         after a compilation.
16566         (byte-compile-unresolved-functions): Amplify doc string.
16568 2007-07-24  Glenn Morris  <rgm@gnu.org>
16570         * startup.el (normal-splash-screen): Use `emacs-copyright'.
16572         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
16573         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
16574         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
16575         (cal-tex-cursor-week, cal-tex-cursor-week2)
16576         (cal-tex-cursor-week-iso, cal-tex-week-hours)
16577         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
16578         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
16579         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
16581         * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
16582         (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
16583         (cal-tex-day-name-format, cal-tex-cal-one-month)
16584         (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
16585         (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
16586         (cal-tex-mini-calendar, cal-tex-em): Doc fix.
16587         (cal-tex-list-holidays, cal-tex-cursor-year)
16588         (cal-tex-cursor-year-landscape, cal-tex-year)
16589         (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
16590         (cal-tex-cursor-month, cal-tex-insert-days)
16591         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
16592         (cal-tex-first-blank-p, cal-tex-cursor-week)
16593         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
16594         (cal-tex-week-hours, cal-tex-cursor-week-monday)
16595         (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
16596         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
16597         (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
16598         (cal-tex-latexify-list, cal-tex-previous-month)
16599         (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
16600         modernization, including using dotimes rather than
16601         calendar-for-loop.
16602         (cal-tex-LaTeX-subst-list): Remove `@'.
16603         (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
16604         Use \textit and \textbf rather than \em and \it.
16606         * calendar/cal-bahai.el (list-bahai-diary-entries)
16607         * calendar/cal-hebrew.el (list-hebrew-diary-entries)
16608         * calendar/cal-islam.el (list-islamic-diary-entries)
16609         * calendar/calendar.el (generate-calendar, generate-calendar-month)
16610         * calendar/diary-lib.el (diary-list-entries)
16611         (mark-calendar-date-pattern): Use `dotimes' rather than
16612         `calendar-for-loop'.
16614         * calendar/calendar.el (calendar-for-loop): Doc fix.
16616 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16618         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
16619         underlying file is uptodate.
16621 2007-07-23  Christopher J. Madsen  <cjm@cjmweb.net>
16623         * replace.el (perform-replace): Use isearch-no-upper-case-p.
16625 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16627         * vc-hooks.el (vc-mode-line-map): New const.
16628         (vc-mode-line): Use it.
16630 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
16632         * vc-git.el (vc-git-delete-file, vc-git-rename-file)
16633         (vc-git-unregister): New functions.
16634         (vc-git-find-version): Use the result of ls-files as a parameter
16635         for cat-file.
16637 2007-07-23  Michael Albinus  <michael.albinus@gmx.de>
16639         * net/tramp.el (tramp-perl-file-attributes)
16640         (tramp-perl-directory-files-and-attributes)
16641         (tramp-handle-file-attributes-with-stat)
16642         (tramp-handle-directory-files-and-attributes-with-stat)
16643         (tramp-convert-file-attributes): Handle huge file sizes.
16645 2007-07-23  Juri Linkov  <juri@jurta.org>
16647         * isearch.el (isearch-message-function): New variable.
16648         (isearch-update, isearch-search): Use it.
16650         * simple.el (goto-history-element): New function created from
16651         next-history-element.
16652         (next-history-element): Most code moved to goto-history-element.
16653         Call goto-history-element with (- minibuffer-history-position n).
16654         (previous-history-element): Call goto-history-element with (+
16655         minibuffer-history-position n).
16656         (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
16657         (minibuffer-history-isearch-message-overlay): New buffer-local variable.
16658         (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
16659         (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
16660         (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
16661         (minibuffer-history-isearch-pop-state): New functions.
16663 2007-07-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
16665         * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
16666         Also, if FILE is a list, return non-nil if any of its elements
16667         should stay local.  Update docstring.
16669 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16671         * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
16672         change by reverting a small part.
16674 2007-07-23  Richard Stallman  <rms@gnu.org>
16676         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
16678 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
16680         * vc-git.el (vc-git-checkin): Delete unused parameter and the code
16681         handling it.  Use vc-git-command.
16682         (vc-git-find-version, vc-git-diff-tree): New functions.
16683         (vc-git-revert): Use vc-git-command.
16684         (vc-git--run-command): Delete.
16686 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
16688         * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
16690 2007-07-20  Kenichi Handa  <handa@m17n.org>
16692         * international/utf-8.el (utf-8-post-read-conversion):
16693         Temporarily bind utf-8-compose-scripts to nil while running
16694         *-compose-region functions.
16696 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
16698         * vc-git.el: Update status.
16699         (vc-directory-exclusion-list): Use eval-after-load.
16701 2007-07-22  Nick Roberts  <nickrob@snap.net.nz>
16703         * bindings.el (mode-line-remote): New variable.
16704         (help-echo): Add to default values of mode-line-format.
16706         * files.el: Mark mode-line-remote as risky.
16708 2007-07-22  Juri Linkov  <juri@jurta.org>
16710         * isearch.el (isearch-edit-string): Save old point and
16711         isearch-other-end to old-point and old-other-end before reading
16712         the search string from minibuffer.  After exiting minibuffer set
16713         point to old-other-end if point and the search direction is the
16714         same as before reading the search string.
16715         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
16716         to isearch-other-end.  Instead of isearch-search-and-update call
16717         three functions isearch-search, isearch-push-state and isearch-update.
16719 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
16721         * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
16722         deal with multiple file arguments.
16723         (vc-git-print-log): Deal with multiple file arguments.
16725 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16727         * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
16728         diff-refine-hunk.  Adjust users.
16729         (diff-unified-hunk-p, diff-splittable-p): New functions.
16730         (diff-mode-menu): Use it to disable Split when it doesn't work.
16732 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
16734         * diff-mode.el (diff-mode-menu): New entries.
16736 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16738         * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
16739         if applicable, so as to save undo-log space.
16741         * diff-mode.el (diff-find-file-name): Add arg `batch'.
16743         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
16744         (diff-file-kill): Use it.
16745         (diff-beginning-of-hunk): Add arg `try-harder' using it.
16746         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
16747         Use it so they find the hunk even when we're in the file header.
16749 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
16751         * vc-git.el (vc-git-revision-granularity, vc-git-root)
16752         (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
16753         (vc-git-create-repo): New functions.
16754         (vc-git-registered): New autoloaded function definition.
16755         (vc-git-registered): Use vc-git-root.
16756         (vc-git-responsible-p): New defalias.
16757         (vc-git-annotate-extract-revision-at-line): Uncomment.
16758         (vc-git-print-log): Add the file name to the log.
16759         (vc-git-log-view-mode): New derived mode.
16760         (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
16762 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
16764         * progmodes/grep.el (grep-compute-defaults): Keep default values.
16766 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
16768         * textmodes/reftex.el (reftex-access-parse-file): Create parse
16769         file in a way that does not interfere with recentf mode.
16770         (reftex-access-parse-file): Do not risk destroying an existing
16771         buffer.
16773 2007-07-22  Alexandre Julliard  <julliard@winehq.org>
16775         * vc-git.el: New file.
16777 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16779         * textmodes/tex-mode.el (tex-font-script-display): Change default.
16781 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
16783         * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
16784         for branches and new files.
16786         * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
16787         local-map handling ...
16788         (vc-mode-line): ... here.  Improve handling of help-echo.
16790         * vc.el (mode-line-string): Document help-echo usage.
16792 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
16794         Sync with Tramp 2.1.10.
16796         * net/tramp.el (tramp-get-ls-command): Fix typo.
16798         * net/trampver.el: Update release number.
16800 2007-07-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16802         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
16804         * term/x-win.el (x-handle-no-bitmap-icon): New function.
16806 2007-07-22  Martin Rudalics  <rudalics@gmx.at>
16808         * add-log.el (change-log-fill-parenthesized-list): New function.
16809         (change-log-indent): Call change-log-fill-parenthesized-list.
16810         (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
16811         Have lines with leading asterisk start a paragraph.
16813 2007-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
16815         * calc/calc-math.el (math-emacs-precision)
16816         (math-largest-emacs-expt, math-smallest-emacs-expt):
16817         New variables.
16818         (math-use-emacs-fn): New function.
16819         (math-exp-raw): Evaluate with `math-use-emacs-fn', when
16820         appropriate.
16822 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
16824         * image-dired.el (image-dired-sane-db-file): New func.
16825         (image-dired-write-tags, image-dired-remove-tag)
16826         (image-dired-list-tags, image-dired-write-comments)
16827         (image-dired-get-comment, image-dired-mark-tagged-files)
16828         (image-dired-create-gallery-lists): Call new func.
16829         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
16831 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
16833         * vc-hg.el (vc-hg-dir-state): Fix loop.
16834         (vc-hg-print-log): Fix expected return value for vc-hg-command.
16835         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
16836         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
16837         (vc-hg-revert): Likewise.
16838         (vc-hg-revision-table, vc-hg-revision-completion-table): New
16839         functions.
16841 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16843         * add-log.el (change-log-resolve-conflict): Don't lose data if the
16844         merge fails.
16846 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
16848         * progmodes/compile.el (compilation-auto-jump-to-first-error):
16849         Add group and version.
16851 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16853         * add-log.el (add-log-file-name): Use file-relative-name.
16854         (add-change-log-entry): Delay reading
16855         add-log-(full-name|mailing-address) to after we've switched to the
16856         ChangeLog buffer so we get the right value.
16857         (add-change-log-entry, add-log-current-defun, change-log-merge):
16858         Use derived-mode-p rather than checking major-mode directly.
16860         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
16861         name for buffer-file-name if it refers to a directory.
16863         * vc-arch.el (vc-arch-diff): Fix last change.
16865         * progmodes/compile.el (compilation-start): Remember the original
16866         directory in a buffer-local compilation-directory.
16867         (compile): Set the global value of compilation-directory.
16868         (recompile): Use compilation-directory even in the compilation buffer.
16870 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
16872         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
16874 2007-07-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16876         * ps-print.el: Problem with foreground and background color when
16877         printing a buffer with and without faces.  Reported by Christian
16878         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
16879         (ps-print-version): New version 6.7.5.
16880         (ps-default-fg): Change default value to nil, so black color is used
16881         when a face does not specify a foreground color.
16882         (ps-default-bg): Change default value to nil, so white color is used
16883         for background color.
16884         (ps-begin-job): Fix code.
16886 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
16888         * makefile.w32-in (install-lisp-SH): Don't create subdirectories
16889         in $(INSTALL_DIR)/lisp/ if they already exist.
16891 2007-07-20  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
16893         * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
16894         in $(INSTALL_DIR)/lisp/ if they already exist.
16896 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16898         * progmodes/vera-mode.el (vera-re-search-forward)
16899         (vera-re-search-backward): Remove use of store-match-data.
16900         (vera-mode-map): Move initialization into declaration.
16902         * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
16903         (flymake-find-buildfile): Use locate-dominating-file.
16905         * vc.el (vc-delistify): Use mapconcat.
16906         (vc-do-command): Minor simplification.
16907         (vc-expand-dirs): Use push.
16909         * vc-mcvs.el (vc-mcvs-create-repo):
16910         * vc-cvs.el (vc-cvs-create-repo): Remove.
16912         * vc-hooks.el (vc-find-root): Fix case where `file' is the current
16913         directory and the root as well.
16915 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
16917         * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
16918         instead of a file.
16920         * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
16921         (vc-hg-registered): Replace if with when.
16922         (vc-hg-state): Deal with nonexistent files and handle removed files.
16923         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
16924         (vc-hg-checkout): Re-enable.
16925         (vc-hg-create-repo): Fix typos.
16926         (vc-hg-print-log): Fix for multiple files.
16927         (vc-hg-workfile-unchanged-p): New function.
16929         * vc.el: Fix typo.
16930         (vc-print-log): Fix call to print-log.
16931         (vc-default-comment-history): Likewise.
16932         (vc-directory-exclusion-list): Add .hg and .bzr.
16933         (vc-diff-internal): Pass a list instead of a file.
16935         * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
16937         * vc-bzr.el (vc-bzr-create-repo): New function.
16939 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16941         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
16942         `file' from which to start the search.
16944 2007-07-19  Eric S. Raymond  <esr@snark.thyrsus.com>
16946         * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
16947         having a single file argument to having a list of files as the
16948         first argument.
16950 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16952         * files.el (locate-dominating-file): New function.
16954 2007-07-18  Michael Albinus  <michael.albinus@gmx.de>
16956         * progmodes/grep.el (grep-host-defaults-alist): New defvar.
16957         (grep-compute-defaults): Use it.
16959 2007-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16961         * uniquify.el: Docstring fixes.
16963 2007-07-18  Eric S. Raymond  <esr@snark.thyrsus.com>
16965         * vc.el (revision-granularity, create-repo): Document new vc
16966         backend properties.
16967         (vc-rollback): Renamed from vc-cancel-version.  Update references.
16968         Pass a list instead of a file.
16969         (vc-revert): Renamed from vc-revert-buffer.  Update references.
16970         (vc-delistify, vc-expand-dirs): New functions.
16971         (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
16972         of files instead of a single file.
16973         (vc-position-context, vc-resync-window, vc-diff-internal)
16974         (vc-print-log): Pass a list instead of a file.
16976         * vc-hooks.el (vc-stay-local-p, vc-backend)
16977         (vc-backend-subdirectory-name): Work on a file list, not a single
16978         file.
16979         (vc-workfile-version): Update docstring.
16980         (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
16981         vc-revert instead of vc-revert-buffer.
16982         (vc-prefix-map): Likewise.  Bind vc-update.
16984         * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
16985         (vc-svn-wash-log): New functions.
16986         (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
16987         (vc-svn-command): Deal with a list of files, not a single file.
16989         * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
16990         (vc-rcs-wash-log): New functions.
16991         (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
16992         Deal with a list of files, not a single file.
16993         (vc-rcs-rollback): Likewise.  Rename from vc-rcs-cancel-version.
16995         * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
16996         functions.
16997         (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
16998         list of files, not a single file.
17000         * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
17001         New functions.
17002         (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
17003         (vc-mcvs-diff): Deal with a list of files, not a single file.
17005         * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
17006         functions.
17007         (vc-hg-print-log): Deal with a list of files, not a single file.
17008         (vc-hg-diff-tree): New function, replace defalias with the same
17009         name.
17010         (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
17011         FILES to denote that it is a file list, not a single file.
17013         * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
17014         (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
17015         a single file.
17016         (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
17017         that it is a file list, not a single file.
17018         (vc-cvs-diff): Likewise.  Simplify.
17020         * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
17021         Deal with a list of files, not a single file.
17023         * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
17024         (vc-bzr-print-log): Update FILE parameter name to denote that it
17025         is a file list, not a single file.
17026         (vc-bzr-diff): Likewise.  Use the car of files.
17028 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
17030         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
17031         (follow-delete-other-windows-and-split, follow-recenter)
17032         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
17033         (follow-redisplay, follow-estimate-first-window-start)
17034         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
17035         Fix typos in docstrings.
17037 2007-07-18  Martin Rudalics  <rudalics@gmx.at>
17039         * add-log.el (change-log-mode): Use fill-nobreak-predicate to
17040         avoid that filling introduces lines with a single asterisk.
17042         * kmacro.el (kmacro-end-macro): When ignoring empty macro
17043         avoid incorrect kmacro-ring-empty-p messages.
17044         Reported by Michael Schierl <schierlm@gmx.de>.
17046 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
17048         * vc.el: Add more info about the vc-registered function.
17050 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
17052         * files.el (file-remote-p): Introduce optional parameter
17053         IDENTIFICATION.
17055         * recentf.el (recentf-keep-default-predicate): Adapt call of
17056         `file-remote-p'.
17058         * progmodes/grep.el (grep-probe): Use `process-file'.
17059         (grep-compute-defaults): Handle variables host specific.
17061         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
17062         parameter IDENTIFICATION.
17064         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
17065         parameter IDENTIFICATION.
17066         (tramp-handle-set-file-times): New defun.  Replaces `tramp-touch'.
17067         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
17068         Add entry for `set-file-times'.
17069         (tramp-do-copy-or-rename-file-via-buffer)
17070         (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
17071         (tramp-handle-unhandled-file-name-directory): Rewrite.
17072         (tramp-convert-file-attributes): Add error handling when inode is
17073         extraordinary big.
17074         (tramp-get-inode): Change parameter from FILE to VEC.
17075         (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
17076         is nil.  This is according to the specification.  Goto (point-max)
17077         when ready.
17078         (tramp-handle-shell-command): Rewrite completely, using
17079         `process-file' and `start-file-process'.
17080         (tramp-methods, tramp-find-shell)
17081         (tramp-open-connection-setup-interactive-shell)
17082         (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
17083         var.  Reported by Steve Youngs <steve@sxemacs.org>.
17085         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
17086         entry for `set-file-times'.  Rename `start-process' into
17087         `start-file-process'.  Remove `call-process' entry.
17088         (tramp-fish-handle-set-file-times): New defun.
17089         (tramp-fish-handle-executable-find): Use `process-file'.
17090         (tramp-fish-handle-process-file): New defun.  Replaces
17091         `tramp-fish-handle-call-process'.
17092         (tramp-fish-do-copy-or-rename-file-directly): Use
17093         `set-file-times'.
17094         (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
17096         * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
17097         `tramp-get-inode' parameter.
17099 2007-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17101         * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
17102         (vc-bzr-post-command-function): Remove.  Version 0.8 is already old
17103         nowadays, and by the time Emacs-23 comes out, nobody will even remember
17104         it has ever existed.
17106 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
17108         * vc.el: Undo previous change.
17110 2007-07-16  Eli Zaretskii  <eliz@gnu.org>
17112         * makefile.w32-in (clean): Don't delete *~.
17114 2007-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17116         * textmodes/tex-mode.el (tex-verbatim-environments):
17117         Add safe-local-variable property.
17118         (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
17119         when starting font-lock rather than when loading tex-mode.el.
17121         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
17122         whole $( rather than just the $.  Rename from sh-quoted-subshell.
17123         (sh-font-lock-syntactic-keywords): Adjust call accordingly.
17125 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
17127         * bookmark.el (bookmark-maybe-sort-alist): Don't modify
17128         bookmark-alist.  Instead, if not sorting, simply return it.
17129         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
17130         for its return value, not for its side effect.
17132         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
17133         case of alignment under a constant symbol, find and consider
17134         the sexp actually at indentation to be the "last sexp".
17136 2007-07-16  Drew Adams  <drew.adams@oracle.com>
17138         * mouse.el (mouse-yank-secondary): Better error message if no
17139         secondary selection.
17141 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
17143         * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
17145         * term/xterm.el (xterm-turn-on-modify-other-keys)
17146         (xterm-turn-off-modify-other-keys): New functions.
17147         (terminal-init-xterm): Enable the modifyOtherKeys feature if the
17148         terminal supports it.
17150 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
17152         * bookmark.el (bookmark-show-all-annotations):
17153         Make sure each inserted annotation ends with newline.
17155 2007-07-15  Richard Stallman  <rms@gnu.org>
17157         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
17159         * tutorial.el (tutorial--find-changed-keys):
17160         Handle C-x specially like ESC.
17162 2007-07-15  Aaron Hawley  <aaronh@garden.org>
17164         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
17166 2007-07-15  Juri Linkov  <juri@jurta.org>
17168         * delsel.el (delete-selection-pre-hook):
17169         * emulation/cua-base.el (cua-paste): Before a yank command,
17170         check also whether last-command is one of mouse-save-then-kill,
17171         mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
17173 2007-07-15  Michael Albinus  <michael.albinus@gmx.de>
17175         * recentf.el (recentf-keep-default-predicate): New defun.
17176         (recentf-keep): Use it as initial value.
17178 2007-07-15  Karl Fogel  <kfogel@red-bean.com>
17180         * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
17181         thus restoring bookmark bindings to three slots under C-x r.  See
17182         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
17184 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
17186         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
17188 2007-07-15  Jason Rumney  <jasonr@gnu.org>
17190         * w32-fns.el (set-default-process-coding-system): Use dos line ends
17191         for input to cmdproxy on all versions of Windows.
17192         Use dos line ends for input to plink.
17194         * comint.el (comint-simple-send): Concat newline before sending.
17195         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
17197 2007-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17199         * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
17200         safe-local-variable setting.
17202 2007-07-14  David Kastrup  <dak@gnu.org>
17204         * emacs-lisp/advice.el (defadvice): Doc fix.
17206 2007-07-14  Juanma Barranquero  <lekktu@gmail.com>
17208         * subr.el (when, unless): Doc fix.
17210 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
17212         * replace.el (match): Use yellow1 instead of yellow.
17214         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
17215         red.
17217         * pcvs-info.el (cvs-unknown): Likewise.
17219 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
17221         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
17222         (install): Use them to copy all *.el files before *.elc.
17224 2007-07-13  Drew Adams  <drew.adams@oracle.com>
17226         * bookmark.el (bookmark-jump-other-window): New function.
17227         (bookmark-map): Bind it to "o".
17229         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
17230         and its thread contains discussion about this change.
17231         The original patch was slightly tweaked by Karl Fogel
17232         <kfogel@red-bean.com> before committing.
17234 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
17236         * bookmark.el: Shorten some comments to fit within 80 lines.
17238 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
17240         * bookmark.el: Don't define bookmark keys under the "C-xr" map;
17241         instead, make "C-xp" a prefix for bookmark-map.  Patch by Drew
17242         Adams <drew.adams@oracle.com>, mildly tweaked by me.  See
17243         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
17245 2007-07-13  Carsten Dominik  <dominik@science.uva.nl>
17247         * textmodes/org.el: Bug fixes.
17248         (org-end-of-line): Move to end of line if in headline without tags.
17250 2007-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17252         * vc-hooks.el: Remove spurious * in docstrings.
17253         (vc-handled-backends): Add BZR.
17255         * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
17257 2007-07-12  Davis Herring  <herring@lanl.gov>
17259         * desktop.el (desktop-buffer-info, desktop-save):
17260         Use `desktop-dirname' instead of `dirname'.
17262 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
17264         * progmodes/which-func.el (which-func-modes): Add `python-mode'.
17266         * progmodes/python.el (python-which-func-length-limit): New var.
17267         (python-which-func): New function.
17268         (python-current-defun): Add optional `length-limit' and try to fit
17269         computed function name to that length.
17270         (python-mode): Hook `python-which-func' up.
17272 2007-07-12  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
17274         * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
17276         * comint.el (comint-dynamic-complete-as-filename):
17277         Use read-file-name-completion-ignore-case.
17279 2007-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17281         * comint.el (comint-dynamic-list-filename-completions):
17282         Use read-file-name-completion-ignore-case.
17284         * vc-cvs.el: Require CL.
17285         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
17286         New functions to provide completion of revision names.
17288         * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
17289         (vc-cvs-annotate-first-line-re): New const.
17290         (vc-cvs-annotate-process-filter): New fun.
17291         (vc-cvs-annotate-command): Use them and run the command asynchronously.
17293 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
17295         * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
17296         (eldoc-print-current-symbol-info): Adjust for changed helper
17297         function signatures.
17298         (eldoc-get-fnsym-args-string): Add `args' argument.  Use new
17299         `eldoc-highlight-function-argument'.
17300         (eldoc-highlight-function-argument): New function.
17301         (eldoc-get-var-docstring): Format documentation with
17302         `font-lock-variable-name-face'.
17303         (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
17304         where suited.
17305         (eldoc-fnsym-in-current-sexp): Return a list with argument index.
17306         (eldoc-beginning-of-sexp): Return number of skipped sexps.
17308 2007-07-11  Michael Albinus  <michael.albinus@gmx.de>
17310         * progmodes/compile.el (compilation-start): `start-process' must
17311         still be redefined when calling `start-process-shell-command'.
17313         * progmodes/gud.el (gud-file-name): When `default-directory' is a
17314         remote file name, prepend its remote part to the filename.
17315         (gud-common-init): When `default-directory' is a remote file name,
17316         make the filename relative to it.
17317         Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
17319 2007-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
17321         * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
17322         mouse binding and a tooltip.
17324 2007-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17326         * menu-bar.el (vc-menu-map): New defalias.
17328 2007-07-10  Richard Stallman  <rms@gnu.org>
17330         * emacs-lisp/lisp-mode.el (eval-defun):
17331         Explain special handling of `defface'.
17333 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
17335         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
17337         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
17339 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17341         * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
17343         * vc-arch.el (vc-arch-complete): Remove.
17344         (vc-arch-revision-completion-table): Use complete-with-action.
17346         * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
17347         (complete-with-action): New function.
17348         (dynamic-completion-table): Use it.
17350 2007-07-10  Michael Albinus  <michael.albinus@gmx.de>
17352         * comint.el (make-comint, make-comint-in-buffer)
17353         (comint-exec-1): Replace `start-process' by `start-file-process'.
17355         * progmodes/compile.el (compilation-start): Revert redefining
17356         `start-process'.
17358 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17360         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
17361         with EOLs when generating MD5 checksums.
17363         * follow.el: Don't change the global map from the follow-mode-map
17364         defvar, but from the toplevel.  Use easy-menu to unify the Emacs and
17365         XEmacs code.
17366         (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
17367         since `follow-mode' should be used instead for that.
17369         * emacs-lisp/easymenu.el (easy-menu-binding): New function.
17370         (easy-menu-do-define): Use it.
17371         (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
17373         * progmodes/compile.el (compilation-auto-jump-to-first-error)
17374         (compilation-auto-jump-to-next): New vars.
17375         (compilation-auto-jump): New function.
17376         (compilation-error-properties): Use them to jump to first error.
17377         (compilation-start): Set the var if requested.
17379         * emacs-lisp/autoload.el (update-directory-autoloads): Remove
17380         duplicates without also removing entries from other directories.
17382 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
17384         * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
17385         Remember span as default.
17386         (org-columns-edit-value): Rename from `org-column-edit'.
17387         (org-columns-display-here-title): Rename from
17388         `org-overlay-columns-title'.
17389         (org-columns-remove-overlays): Rename from org-remove-column-overlays.
17390         (org-columns-get-autowidth-alist): Rename from
17391         `org-get-columns-autowidth-alist'.
17392         (org-columns-display-here): Rename from `org-overlay-columns'.
17393         (org-columns-new-overlay): Rename from `org-new-column-overlay'.
17394         (org-columns-quit): Rename from `org-column-quit'.
17395         (org-columns-show-value): Rename from `org-column-show-value'.
17396         (org-columns-content, org-columns-widen)
17397         (org-columns-next-allowed-value)
17398         (org-columns-edit-allowed, org-columns-store-format)
17399         (org-columns-uncompile-format, org-columns-redo)
17400         (org-columns-edit-attributes, org-delete-property)
17401         (org-set-property, org-columns-update)
17402         (org-columns-compute, org-columns-eval)
17403         (org-columns-not-in-agenda, org-columns-compute-all)
17404         (org-property-next-allowed-value)
17405         (org-columns-compile-format)
17406         (org-fill-paragraph-experimental)
17407         (org-string-to-number, org-property-action)
17408         (org-columns-move-left, org-columns-new)
17409         (org-column-number-to-string)
17410         (org-property-previous-allowed-value)
17411         (org-at-property-p, org-columns-delete)
17412         (org-columns-previous-allowed-value)
17413         (org-columns-move-right, org-columns-narrow)
17414         (org-property-get-allowed-values)
17415         (org-verify-version, org-column-string-to-number)
17416         (org-delete-property-globally): New functions.
17417         (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
17418         (org-columns-overlays): Rename from `org-column-overlays'.
17419         (org-columns-map): Rename from `org-column-map'.
17420         (org-columns-current-maxwidths): Rename from
17421         `org-current-columns-maxwidths'.
17422         (org-columns-begin-marker, org-columns-current-fmt-compiled)
17423         (org-previous-header-line-format)
17424         (org-columns-inhibit-recalculation)
17425         (org-columns-top-level-marker): New variables.
17426         (org-columns-default-format): Rename from `org-default-columns-format'.
17427         (org-property-re): New constant.
17429 2007-07-10  Guanpeng Xu  <herberteuler@hotmail.com>
17431         * subr.el (looking-at-p, string-match-p): New functions.
17433 2007-07-09  Reiner Steib  <Reiner.Steib@gmx.de>
17435         * textmodes/tex-mode.el (tex-fontify-script)
17436         (tex-font-script-display): New variables to make display of
17437         superscripts and subscripts customizable.
17438         (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
17440 2007-07-09  Richard Stallman  <rms@gnu.org>
17442         * isearch.el (isearch-edit-string): Call to isearch-push-state
17443         after the search.
17445 2007-07-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17447         * window.el (fit-window-to-buffer): Remove setting of window-min-height
17448         to 1 as enlarge-window uses the value to resize/shrink windows other
17449         than WINDOW if needed.
17451 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17453         * cus-start.el (file-coding-system-alist): Fix custom type.
17455 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
17457         * longlines.el (longlines-wrap-region): Avoid marking buffer as
17458         modified.
17459         (longlines-auto-wrap, longlines-window-change-function):
17460         Remove unnecessary calls to set-buffer-modified-p.
17462 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17464         * cus-start.el (file-coding-system-alist): Fix custom type.
17466 2007-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17468         * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
17469         (vc-cvs-checkout): Remove last arg now unused; simplify.
17471 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
17473         * files.el (file-remote-p): Introduce optional parameter CONNECTED.
17475         * net/tramp.el:
17476         * net/tramp-ftp.el:
17477         * net/tramp-smb.el:
17478         * net/tramp-uu.el:
17479         * net/trampver.el: Migrate to Tramp 2.1.
17481         * net/tramp-cache.el:
17482         * net/tramp-fish.el:
17483         * net/tramp-gw.el: New Tramp packages.
17485         * net/tramp-util.el:
17486         * net/tramp-vc.el: Removed.
17488         * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
17489         (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
17491         * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
17493         * progmodes/compile.el (compilation-start): Redefine
17494         `start-process' temporarily when `default-directory' is remote.
17495         Remove case of synchronous compilation, this won't happen ever.
17496         (compilation-setup): Make local variable `comint-file-name-prefix'
17497         for remote compilation.
17499 2007-07-08  Martin Rudalics  <rudalics@gmx.at>
17501         * novice.el (disabled-command-function): Fit window to buffer to
17502         make last line visible.
17503         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
17505         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
17506         when handling the terminating event.
17508 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
17510         * calc/calc.el (math-read-number-simple): Remove leading 0s.
17511         (math-bignum-digit-length): Change to optimal value.
17513         * calc/calc-bin.el (math-bignum-logb-digit-size)
17514         (math-bignum-digit-power-of-two): Evaluate when compiled.
17516         * calc/calc-comb.el (math-small-factorial-table)
17517         (math-init-random-base, math-prime-test): Remove unnecessary calls
17518         to `math-read-number-simple'.
17520         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
17521         (math-approx-gamma-const): Add docstrings.
17523         * calc/calc-forms.el (math-julian-date-beginning)
17524         (math-julian-date-beginning-int): New constants.
17525         (math-format-date-part, math-parse-standard-date, calcFunc-julian):
17526         Use the new constants.
17528         * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
17530         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
17531         Add docstrings.
17533 2007-07-07  Tom Tromey  <tromey@redhat.com>
17535         * vc.el (vc-annotate): Jump to line and output message only after the
17536         process is really all done.
17538 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
17540         * vc.el (vc-exec-after): Don't move point from the sentinel.
17541         Forcefully read all the remaining text in the pipe upon process exit.
17542         (vc-annotate-display-autoscale, vc-annotate-lines):
17543         Don't stop at the first unrecognized line.
17544         (vc-annotate-display-select): Run autoscale after the process is done
17545         since it depends on the whole result.
17547 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
17549         * term/w32-win.el (menu-bar-open): New function.
17550         Bind <f10> to it.
17552 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
17554         * simple.el (start-file-process): New defun.
17556 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
17558         * files.el (find-file-confirm-nonexistent-file): Rename from
17559         find-file-confirm-inexistent-file.  Update users.
17561         * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
17562         format of autoload block where the file's time-stamp is replaced by its
17563         MD5 checksum.
17564         (autoload-generate-file-autoloads): Use MD5 checksum instead of
17565         time-stamp for secondary autoloads files.
17566         (update-directory-autoloads): Remove duplicate entries.
17567         Use time-less-p for time-stamps, as done in autoload-find-destination.
17569 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
17571         * calc/calc.el (math-read-number): Replace number by variable.
17572         (math-read-number-simple): Properly parse small integers.
17574 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
17576         * vc.el: Fix doc for the checkout function.
17578 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
17580         * vc-hg.el (vc-hg-root): New function.
17581         (vc-hg-registered): Use it.
17582         (vc-hg-diff-tree): New defalias.
17583         (vc-hg-responsible-p): Likewise.
17584         (vc-hg-checkout): Comment out, not needed.
17585         (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
17586         (vc-hg-find-version, vc-hg-next-version): New functions.
17588 2007-07-06  Andreas Schwab  <schwab@suse.de>
17590         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
17591         dynamic bindings around the evaluation of the expression.
17592         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
17594 2007-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17596         * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
17597         Run before-revert-hook.  Suggested by Denis Bueno <denbuen@sandia.gov>.
17598         Use run-hooks rather than run-mode-hooks.
17600 2007-07-05  Jay Belanger  <jay.p.belanger@gmail.com>
17602         * calc/calc-comb.el (math-random-digit): Rename to
17603         `math-random-three-digit-number'.
17604         (math-random-digits): Don't depend on representation of integer.
17606         * calc/calc-bin.el (math-bignum-logb-digit-size)
17607         (math-bignum-digit-power-of-two): New constants.
17608         (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
17609         (math-not-bignum, math-clip-bignum): Use the constants
17610         `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
17611         instead of their values.
17612         (math-clip): Use math-small-integer-size instead of its value.
17614         * calc/calc.el (math-add-bignum): Replace number by constant.
17616 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
17618         * wid-edit.el (widget-documentation-string-value-create):
17619         Insert indentation spaces.
17621 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
17623         * emacs-lisp/byte-opt.el: Revert last change.
17625 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
17627         * vc-hooks.el (vc-handled-backends): Add HG.
17629         * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
17631 2007-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17633         * complete.el (PC-do-complete-and-exit): Add support for the new
17634         `confirm-only' confirmation mode.
17636 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
17638         * cus-edit.el (custom-commands): New variable.
17639         (custom-tool-bar-map): New variable.  Initialize using
17640         `custom-commands'.
17641         (custom-mode): Use `custom-tool-bar-map'.
17642         (custom-buffer-create-internal): Insert action buttons only if
17643         tool bar is not used.  Use `custom-commands'.
17644         (Custom-help, custom-command-apply): New function.
17645         (custom-command-apply, Custom-set, Custom-save)
17646         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
17647         Use `custom-command-apply' instead of duplicating code.
17648         (customize-group-other-window): Call `customize-group' instead of
17649         duplicating code.
17650         (customize-face-other-window): Call `customize-face' instead of
17651         duplicating code.
17652         (customize-group, customize-face): Add optional args for opening
17653         in another window.
17654         (custom-variable-tag): Don't inherit `variable-pitch' face.
17655         (custom-group-tag): Inherit `variable-pitch' face.
17656         (custom-variable-value-create): Set documentation indentation.
17657         (custom-group-value-create): Make group name a link, instead of
17658         using an extra "go to group" button.
17659         (custom-prompt-variable, custom-group-set, custom-group-save)
17660         (custom-group-reset-current, custom-group-reset-saved)
17661         (custom-group-reset-standard): Minor cleanup.
17663 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
17665         * Makefile.in (bootstrap-prepare): When copying from
17666         ldefs-boot.el, make sure loaddefs.el is writeable.
17668         (bootstrap-prepare): Make $(lisp)/ps-print.el
17669         and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
17671 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
17673         * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
17674         only caller, and delete.
17675         (vc-hg-state): Deal with exceptions and only parse the output on
17676         successful return.
17677         (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
17678         caller, and delete.
17679         (vc-hg-workfile-version): Deal with exceptions and only parse the
17680         output on successful return.
17681         (vc-hg-revert): New function.
17683 2007-07-04  Jay Belanger  <jay.p.belanger@gmail.com>
17685         * calculator.el (calculator-expt): Use more cases to determine
17686         the value.
17688 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
17690         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
17691         file names.
17693 2007-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
17695         * calculator.el (calculator-expt, calculator-integer-p):
17696         New functions.
17697         (calculator-fact): Check to see if the factorial will be too
17698         large before computing it.
17699         (calculator-initial-operators): Use `calculator-expt' to
17700         compute "^".
17701         (calculator-mode): Mention that results which are too large
17702         will return inf.
17703         * calc/calc-comb.el (math-small-factorial-table): Replace list
17704         by vector.
17706 2007-07-03  David Kastrup  <dak@gnu.org>
17708         * shell.el: On request of the authors, remove their addresses for
17709         the sake of bug reports, and add the developer list address as
17710         maintainer information.
17712 2007-07-03  Richard Stallman  <rms@gnu.org>
17714         * files.el (make-directory): Doc fix.
17715         (find-file-confirm-inexistent-file): Make it a defcustom.
17716         Make nil the default.
17718 2007-07-02  Richard Stallman  <rms@gnu.org>
17720         * startup.el (command-line): Set buffer-offer-save in *scratch*
17721         and enable auto-save in it.
17723 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
17725         * textmodes/org.el (orgstruct-mode-map): New variable.
17726         (orgstruct-mode): New minor mode.
17727         (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
17728         (orgstruct-make-binding, org-context-p, org-get-local-variables)
17729         (org-run-like-in-org-mode): New functions.
17730         (org-cycle-list-bullet): New command.
17731         (org-special-properties, org-property-start-re)
17732         (org-property-end-re): New constants.
17733         (org-with-point-at): New macro.
17734         (org-get-property-block, org-entry-properties, org-entry-get)
17735         (org-entry-delete, org-entry-get-with-inheritance)
17736         (org-entry-put, org-buffer-property-keys): New functions.
17737         (org-insert-property-drawer): New command.
17738         (org-entry-property-inherited-from): New variable.
17739         (org-column): New face.
17740         (org-column-overlays, org-current-columns-fmt)
17741         (org-current-columns-maxwidths, org-column-map): New variables.
17742         (org-column-menu): New menu.
17743         (org-new-column-overlay, org-overlay-columns)
17744         (org-overlay-columns-title, org-remove-column-overlays)
17745         (org-column-show-value, org-column-quit, org-column-edit):
17746         New functions.
17747         (org-columns, org-agenda-columns): New commands.
17748         (org-get-columns-autowidth-alist): New functions.
17749         (org-properties): New customize group.
17750         (org-default-columns-format): New option.
17751         (org-priority): Realign tags after changing priority.
17752         (org-preserve-lc): New macro.
17753         (org-update-checkbox-count): Catch case when there is no headline.
17754         (org-agenda-quit): Remove any column overlays.
17755         (org-beginning-of-item-list): Fixed bug when non-item line is
17756         indented too deep.
17757         (org-cached-props): New variable.
17758         (org-cached-entry-get): New function.
17759         (org-make-tags-matcher): Handle property matches.
17760         (org-table-recalculate): Swap evaluation order: Field formula
17761         first, then column formulas, but don't allow them to overwrite the
17762         field formulas.
17763         (org-table-eval-formula): New argument untouchable.
17764         (org-table-put-field-property): New function.
17766 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
17768         * help-mode.el (help-make-xrefs): Skip spaces too when
17769         skipping tabs.
17771         * ffap.el (dired-at-point-prompter): Improve prompt in
17772         list-directory case.
17774 2007-07-01  Richard Stallman  <rms@gnu.org>
17776         * files.el (find-file-visit-truename): Fix safe-local-variable value.
17778 2007-07-01  Richard Stallman  <rms@gnu.org>
17780         * cus-start.el (max-mini-window-height): Added.
17782 2007-07-01  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
17784         * complete.el (partial-completion-mode): Remove advice of
17785         read-file-name-internal.
17786         (PC-do-completion): Rebind minibuffer-completion-table.
17787         (PC-read-file-name-internal): New function doing what
17788         read-file-name-internal advice did.
17790 2007-07-01  Paul Pogonyshev  <pogonyshev@gmx.net>
17792         * emacs-lisp/byte-opt.el: Set `binding-is-magic'
17793         property on a few symbols.
17794         (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
17795         (byte-optimize-lapcode): Remove bindings that are not referenced
17796         and certainly will not effect through dynamic scoping.
17798 2007-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17800         * files.el (find-file-confirm-inexistent-file): New var.
17801         (find-file, find-file-other-window, find-file-other-frame)
17802         (find-file-read-only, find-file-read-only-other-window)
17803         (find-file-read-only-other-frame): Use it.
17805 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17807         * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
17809 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
17811         * generic-x.el (generic-define-mswindows-modes)
17812         (generic-define-unix-modes, apache-log-generic-mode)
17813         (bat-generic-mode-keymap, java-manifest-generic-mode)
17814         (show-tabs-generic-mode): Fix typos in docstrings.
17816 2007-06-29  Ryan Yeske  <rcyeske@gmail.com>
17818         * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
17819         (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
17820         (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
17821         (rcirc-print): Never ignore messages from ourself.
17823 2007-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17825         * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
17826         syntax as well.  Reported by Juri Linkov <juri@jurta.org>.
17828 2007-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17830         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
17831         replace-regexp-in-string.
17833 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17835         * emacs-lisp/cl.el: Set edebug and indentation before loading
17836         cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
17838 2007-06-28  Andreas Schwab  <schwab@suse.de>
17840         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
17841         $(lisp)/subdirs.el.
17843 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
17845         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
17846         the speedbar frame if nil; that deletes the current frame or
17847         causes an error if it is the only frame.
17848         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
17850 2007-06-28  Kevin Ryde  <user42@zip.com.au>
17852         * textmodes/nroff-mode.el: Groff \# comments.
17853         (nroff-mode-syntax-table): \# comment intro,
17854         plain # as punct per global table.
17855         (nroff-font-lock-keywords): Add # as a single char escape.
17856         (nroff-mode): In comment-start-skip, match \#.
17858 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17860         * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
17861         (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
17862         point-min == 1.
17864 2007-06-28  Nick Roberts  <nickrob@snap.net.nz>
17866         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
17867         Rename and move to...
17869         * subr.el (strings->string, string->strings): ...here.
17871         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
17872         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
17874         * progmodes/gud.el (gud-common-init): Call string->strings instead
17875         of split-string.
17877 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
17879         * dired-aux.el: Remove `dired-call-process'.
17880         (dired-check-process): Call `process-file'.
17882         * wdired.el (wdired-do-perm-changes): Call `process-file'.
17884         * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
17885         `ange-ftp-process-file'.
17887 2007-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17889         * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
17891         * emacs-lisp/cl-extra.el:
17892         * emacs-lisp/cl-seq.el:
17893         * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
17894         Add autoload cookies on all defs autoloaded manually in cl.el.
17896         * emacs-lisp/cl-loaddefs.el: New file.
17898         * textmodes/texinfmt.el (texinfo-raisesections-alist)
17899         (texinfo-lowersections-alist): Merge definition and declaration.
17900         (texinfo-start-of-header, texinfo-end-of-header): Remove.
17901         (texinfo-format-syntax-table): Merge init into declaration.
17902         (texinfo-format-parse-line-args, texinfo-format-parse-args)
17903         (texinfo-format-parse-defun-args, texinfo-format-node)
17904         (texinfo-push-stack, texinfo-multitable-widths)
17905         (texinfo-define-info-enclosure, texinfo-alias)
17906         (texinfo-format-defindex, batch-texinfo-format): Use push.
17907         (texinfo-footnote-number): Remove duplicate declaration.
17909         * ps-print.el: Update with auto-generated autoloads.
17911         * ps-mule.el: Set generated-autoload-file to "ps-print.el".
17913 2007-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17915         * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
17916         relative to current dir for file-local settings.
17917         (autoload-generate-file-autoloads): Add `outfile' arg.
17918         (update-directory-autoloads): Use it to directly call
17919         autoload-generate-file-autoloads instead of going through
17920         update-file-autoloads so we avoid redundant searches and so we can know
17921         the set of buffers changed so we can save them all.
17923         * emacs-lisp/autoload.el (autoload-find-destination): Return nil
17924         rather than throwing `up-to-date'.
17925         (autoload-generate-file-autoloads): Adjust correspondingly.
17926         (update-file-autoloads): Be careful to let-bind
17927         autoload-modified-buffers and adjust to new calling conventions.
17928         (autoload-modified-buffers): Make it a dynamically scoped var.
17929         (update-directory-autoloads): Use file-relative-name instead of
17930         autoload-trim-file-name.
17931         (autoload-insert-section-header): Don't use autoload-trim-file-name
17932         since the file is already relative now.
17933         (autoload-trim-file-name): Remove.
17935         * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
17936         (vc-arch-complete, vc-arch--version-completion-table)
17937         (vc-arch-revision-completion-table): New functions to provide
17938         completion of revision names.
17939         (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
17940         (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
17941         to let the user trim the revlib.
17943         * vc.el: Add new VC operation `revision-completion-table'.
17944         (vc-default-revision-completion-table): New function.
17945         (vc-version-diff, vc-version-other-window): Use it to provide
17946         completion of revision names if the backend provides it.
17948         * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
17950         * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
17951         of newer .svn/entries.
17953 2007-06-25  David Kastrup  <dak@gnu.org>
17955         * calc/calc-poly.el (math-padded-polynomial)
17956         (math-partial-fractions): Add some function comments.
17958 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
17960         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
17961         Make `outbuf' optional.
17962         (update-file-autoloads): Use it.
17964 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
17966         * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
17967         (autoload-find-destination): Keep it uptodate.
17968         (autoload-save-buffers): New fun.
17969         (update-file-autoloads): Use it.  Re-add the "up to date" message.
17971         * emacs-lisp/autoload.el: Refactor for upcoming changes.
17972         (autoload-find-destination): New function extracted from
17973         update-file-autoloads.
17974         (update-file-autoloads): Use it.
17975         (autoload-generate-file-autoloads): New function extracted from
17976         generate-file-autoloads.  Use file-relative-name.  Delay computation of
17977         output-start to the first cookie.  Remove done-any, replaced by
17978         output-start.
17979         (generate-file-autoloads): Use it.
17981 2007-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
17983         * calc/calc-comb.el (math-init-random-base, math-prime-test):
17984         Use math-read-number-simple to insert constants.
17985         (math-prime-test): Redo calculation of sum.
17987         * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
17989         * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
17990         math-scale-bignum-3.
17991         (math-isqrt-bignum): Use math-scale-bignum-digit-size and
17992         math-bignum-digit-size.
17993         (math-isqrt-small): Add another possible initial guess.
17995 2007-06-23  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17997         * textmodes/bibtex.el (bibtex-entry-format): New options
17998         `whitespace', `braces', and `string'.
17999         (bibtex-field-braces-alist, bibtex-field-strings-alist)
18000         (bibtex-field-braces-opt, bibtex-field-strings-opt)
18001         (bibtex-cite-matcher-alist): New variables.
18002         (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
18003         (bibtex-flash-head): Use blink-matching-delay.
18004         (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
18005         (bibtex-format-entry, bibtex-reformat): Handle new options of
18006         bibtex-entry-format.
18007         (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
18008         New functions.
18009         (bibtex-complete-internal): Do not display messages while
18010         minibuffer is used.  Do not leave around a completions buffer
18011         that is out of date.
18012         (bibtex-copy-summary-as-kill): New optional arg.
18013         (bibtex-font-lock-url): New optional arg no-button.
18014         (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
18015         (bibtex-url): Allow multiple URLs per entry.
18017 2007-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18019         * emacs-lisp/autoload.el (autoload-generated-file): New function.
18020         (update-file-autoloads, update-directory-autoloads): Use it.
18021         (autoload-file-load-name): New function.
18022         (generate-file-autoloads, update-file-autoloads): Use it.
18023         (autoload-find-file): Accept non-absolute argument.  Set default-dir.
18024         (generate-file-autoloads): If the autoloaded form is malformed,
18025         indicate the problem with a warning instead of aborting.
18027 2007-06-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
18029         * simple.el (next-error-recenter): Accept `(4)' as well;
18030         also, specify `integer' instead of `number'.
18032 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
18034         * ls-lisp.el (insert-directory): If an invalid regexp error is
18035         thrown, try using FILE as a literal file name, not a wildcard.
18037 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
18039         * ruler-mode.el (ruler-mode): Prevent clobbering the original
18040         `header-line-format' when reentering ruler mode.
18042 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
18044         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
18045         FILE exists as a file.
18047 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
18049         * calc/calc.el (math-bignum-digit-length)
18050         (math-bignum-digit-size, math-small-integer-size):
18051         New constants.
18052         (math-normalize, math-bignum-big, math-make-float)
18053         (math-div10-bignum, math-scale-left, math-scale-left-bignum)
18054         (math-scale-right, math-scale-right-bignum, math-scale-rounding)
18055         (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
18056         (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
18057         (math-quotient, math-div-bignum, math-div-bignum-digit)
18058         (math-div-bignum-part, math-format-bignum-decimal)
18059         (math-read-bignum): Use math-bignum-digit-length,
18060         math-bignum-digit-size and math-small-integer-size.
18062         * calc/calc-ext.el (math-fixnum-big): Use the variable
18063         math-bignum-digit-size.
18065 2007-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
18067         * log-view.el (log-view-mode-menu): New menu.
18069 2007-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18071         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
18072         differently.
18074         * vc-hg.el (vc-hg-registered): Add an autoloaded version.
18075         (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
18077 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
18079         * vc-hg.el (vc-hg-print-log): Insert the file name.
18080         (vc-hg-log-view-mode): Fontify the file name.
18082 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
18084         * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
18085         (calcFunc-julian): Fix incorrect number used in calculations.
18087 2007-06-22  Thien-Thi Nguyen  <ttn@gnuvola.org>
18089         * simple.el (next-error-recenter): New defcustom.
18090         (next-error, next-error-internal): Recenter if specified,
18091         immediately prior to running `next-error-hook'.
18093         * progmodes/hideshow.el (hs-show-block): Use line-end-position.
18094         (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
18096         * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
18098 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
18100         * calc/calc-comb.el (math-small-factorial-table): New variable.
18101         (calcFunc-fact): Use `math-small-factorial-table'.
18103         * calc/calc-ext.el (math-defcache): Allow forms to evaluate
18104         initial values.
18105         (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
18106         New variables to use in caches.
18108         * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
18109         (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
18111         * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
18112         (math-bernoulli-b-cache): Use math-read-number-simple to insert
18113         bignums.
18115         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
18116         New variables to use in caches.
18118 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
18120         * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
18122         * vc-hg.el (vc-hg-log-view-mode): New mode.
18124 2007-06-21  Jay Belanger  <jay.p.belanger@gmail.com>
18126         * calc/calc.el (math-read-number-simple): New function.
18128 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18130         * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
18131         (vera-font-lock-match-item): Fix doc string.
18132         (vera-in-comment-p): Remove unused function.
18133         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
18134         use `syntax-ppss'.
18135         (vera-forward-syntactic-ws): Fix argument order.
18136         (vera-prepare-search): Use `with-syntax-table'.
18137         (vera-indent-line): Fix doc string.
18138         (vera-electric-tab): Fix doc string.
18139         (vera-expand-abbrev): Define alias instead of using `fset'.
18140         (vera-comment-uncomment-region): Use `comment-start-skip'.
18142 2007-06-21  Carsten Dominik  <dominik@science.uva.nl>
18144         * textmodes/org.el (org-export-with-footnotes): New option.
18145         (org-export-as-html): Fix replacement bug for XEmacs.
18146         (org-agenda-default-appointment-duration): New option.
18148 2007-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
18150         * vc-hg.el: Add to do items.
18151         (vc-hg-diff): Add support for comparing different revisions.
18152         (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
18153         (vc-hg-annotate-extract-revision-at-line)
18154         (vc-hg-previous-version, vc-hg-checkin): New functions.
18155         (vc-hg-annotate-re): New constant.
18157 2007-06-20  Jay Belanger  <jay.p.belanger@gmail.com>
18159         * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
18161 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18163         * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
18164         buffer-local value of log-view-*-re if applicable.
18166         * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
18167         Use vc-bzr-command rather than the ill defined vc-bzr-command*.
18168         (vc-bzr-command*): Remove both (incompatible) versions.
18169         (vc-bzr-do-command*): Remove.
18170         (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
18171         Remove by folding into its only caller vc-bzr-command.
18172         (vc-bzr-command): Always set the environment, even when ineffective.
18173         (vc-bzr-version): Minor fix up.
18174         (vc-bzr-admin-dirname): New var.
18175         (vc-bzr-bzr-dir): Remove.
18176         (vc-bzr-root-dir): New fun.
18177         (vc-bzr-registered): Use it.  Add an autoloaded version.
18178         (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
18179         (vc-bzr-view-log-function): Remove.
18180         (vc-bzr-log-view-mode): New major mode to replace it.
18181         (vc-bzr-print-log): Only activate the old hack if needed.
18183         * vc.el (vc-default-log-view-mode): New function.
18184         (vc-print-log): Add new `log-view-mode' VC operation.
18186 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
18188         * ido.el (ido-find-file-in-dir): Don't signal an error for
18189         empty directories.
18191         * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
18193         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
18194         directory where the desktop file was found, as the docstring says.
18195         (desktop-kill): Use `read-directory-name'.
18197 2007-06-20  Alan Mackenzie  <acm@muc.de>
18199         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
18200         When removing lines, also remove the \n.  Correction of patch of
18201         2007-04-21.
18203 2007-06-20  Martin Rudalics  <rudalics@gmx.at>
18205         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
18206         event is not a cons cell.  Do not unread drag-mouse-1 events.
18207         Select right window in check whether space was stolen from
18208         window above.
18210         * help-mode.el (help-make-xrefs): Adjust position of new forward
18211         button.
18213 2007-06-20  Riccardo Murri  <riccardo.murri@gmail.com>
18215         * vc-bzr.el (vc-bzr-with-process-environment)
18216         (vc-bzr-std-process-invocation): New macros.
18217         (vc-bzr-command, vc-bzr-command*): Use them.
18218         (vc-bzr-with-c-locale): Remove.
18219         (vc-bzr-dir-state): Replace its use with vc-bzr-command.
18220         (vc-bzr-buffer-nonblank-p): New function.
18221         (vc-bzr-state-words): New const.
18222         (vc-bzr-state): Look for `bzr status' keywords in output.
18223         Display everything else as a warning message to the user.
18224         Fix status report with bzr >= 0.15.
18226 2007-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
18228         * vc-hg.el (vc-hg-global-switches): Simplify.
18229         (vc-hg-state): Handle more states.
18230         (vc-hg-diff): Fix doc-string.
18231         (vc-hg-register): New function.
18232         (vc-hg-checkout): Likewise.
18234 2007-06-20  Reto Zimmermann  <reto@gnu.org>
18236         * progmodes/vera-mode.el: New file.
18238 2007-06-19  Jay Belanger  <jay.p.belanger@gmail.com>
18240         * calc/calc.el (calc-multiplication-has-precendence):
18241         New variable.
18242         (math-standard-ops, math-standard-ops-p, math-expr-ops):
18243         New functions.
18244         (math-expr-opers): Define using math-standard-ops rather than
18245         math-standard-opers.
18246         * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
18247         equal the function math-standard-ops rather than the variable
18248         math-standard-opers.
18249         (calc-algebraic-entry): Let math-expr-opers equal
18250         math-standard-ops or math-expr-ops, as appropriate.
18251         (math-expr-read-level, math-read-factor): Let math-expr-opers
18252         equal math-expr-ops.
18253         * calc/calc-embed.el (calc-embedded-finish-edit):
18254         Let math-expr-opers equal the function math-standard-ops
18255         rather than the variable math-standard-opers.
18256         * calc/calc-ext.el (math-read-plain-expr)
18257         (math-format-flat-expr-fancy): Let math-expr-opers equal the
18258         function math-standard-ops rather than the variable
18259         math-standard-opers.
18260         * calc/calc-lang.el (calc-set-language, math-read-big-rec):
18261         Let math-expr-opers equal the function math-standard-ops rather
18262         than the variable math-standard-opers.
18263         * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
18264         equal the function math-standard-ops rather than the variable
18265         math-standard-opers.
18266         * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
18267         equal the function math-standard-ops rather than the variable
18268         math-standard-opers.
18269         * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
18270         math-expr-ops.
18272 2007-06-19  Ivan Kanis  <apple@kanis.eu>
18274         * vc-hg.el: New file.
18276 2007-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18278         * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
18279         with font-lock-multiline.
18281 2007-06-17  Glenn Morris  <rgm@gnu.org>
18283         * lpr.el (lpr-page-header-switches): Move %s to separate element
18284         for correct quoting.  Doc fix.
18286 2007-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18288         * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
18289         than setting sgml-xml-mode.
18290         (sgml-mode, html-mode): Set sgml-xml-mode.
18291         (sgml-skip-tag-backward): Tell if we skipped over matched tags.
18292         (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
18293         (sgml-electric-tag-pair-before-change-function)
18294         (sgml-electric-tag-pair-flush-overlays): New functions.
18295         (sgml-electric-tag-pair-mode): New minor mode.
18296         (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
18297         (sgml-calculate-indent): Use assoc-string.
18299 2007-06-16  Karl Fogel  <kfogel@red-bean.com>
18301         * thingatpt.el (thing-at-point-email-regexp): Don't require two
18302         chars before the "@" in an email address.  Andreas Roehler noticed
18303         this problem.
18305 2007-06-15  Karl Fogel  <kfogel@red-bean.com>
18307         * thingatpt.el: Add support for email addresses (`email').
18308         (thing-at-point, bounds-of-thing-at-point): Document `email' support.
18309         (thing-at-point-email-regexp): New variable.
18310         (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
18311         properties on this symbol, with lambda forms for values.
18313 2007-06-15  Masatake YAMATO  <jet@gyve.org>
18315         * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
18317         * vc.el (vc-dired-hook): Check the backend returned from
18318         `vc-responsible-backend' can really handle `subdir'.
18320 2007-06-15  Chong Yidong  <cyd@stupidchicken.com>
18322         * wid-edit.el (widget-add-documentation-string-button):
18323         Fix handling of documentation indent.
18325 2007-06-15  Miles Bader  <miles@fencepost.gnu.org>
18327         * mb-depth.el: New file.
18329 2007-06-15  Masatake YAMATO  <jet@gyve.org>
18331         * vc.el (vc-dired-mode): Show backend name as part of mode name.
18333 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
18335         * wid-edit.el (widget-default-create): Move ?h handling here...
18336         (widget-default-format-handler): ...from here.
18337         (widget-docstring, widget-add-documentation-string-button): New funs.
18338         (documentation-string): Add :visibility-widget property.
18339         (widget-documentation-string-value-create): Use it.
18341         * cus-edit.el (custom-split-regexp-maybe): Simplify.
18342         (custom-buffer-create-internal): Simplify message.
18343         (custom-variable-tag): Reduce height to normal.
18344         (custom-variable-value-create, custom-face-value-create)
18345         (custom-visibility): New widget.
18346         (custom-visibility): New face.
18347         (custom-group-value-create):
18348         Call widget-add-documentation-string-button, using `custom-visibility'.
18350 2007-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
18352         * emacs-lisp/bytecomp.el (byte-compile-current-group)
18353         (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
18354         change.  Apparently the "warning even if the group is implicit" is
18355         a feature rather than a bug.
18357 2007-06-14  Michael Kifer  <kifer@cs.stonybrook.edu>
18359         * emulation/viper.el (viper-describe-key-ad)
18360         (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
18361         Compile them conditionally.
18362         (viper-version): Belated version change.
18364 2007-06-14  Juanma Barranquero  <lekktu@gmail.com>
18366         * follow.el (follow-all-followers, follow-generic-filter):
18367         * pcomplete.el (pcomplete-restore-windows):
18368         * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
18369         (x-dnd-drop-data):
18370         * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
18371         * progmodes/python.el (python-complete-symbol):
18372         * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
18374 2007-06-13  Ryan Yeske  <rcyeske@gmail.com>
18376         * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
18377         around bright and dim regexps.  Make sure bright and dim matches
18378         use word anchors.  Send text through rcirc-markup functions.
18379         (rcirc-url-regexp): Add single quote character.
18380         (rcirc-connect): Write logs to disk on auto-save-hook.
18381         Make server a non-optional argument.
18382         (rcirc-log-alist): New variable.
18383         (rcirc-log-directory): Make customizable.
18384         (rcirc-log-flag): New customizable variable.
18385         (rcirc-log): New function.
18386         (rcirc-print): Use above function.
18387         (rcirc-log-write): New function.
18388         (rcirc-generate-new-buffer-name): Strip text properties.
18389         (rcirc-switch-to-buffer-function): Remove variable.
18390         (rcirc-last-non-irc-buffer): Remove variable.
18391         (rcirc-non-irc-buffer): Add function.
18392         (rcirc-next-active-buffer): Use above function.
18393         (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
18394         (rcirc-handler-ctcp-KEEPALIVE): Add handler.
18395         (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
18396         (rcirc-omit-mode): Add minor-mode.
18397         (rcirc-mode-map): Change C-c C-o binding.
18398         (rcirc-mode): Clear mode-line-process.  Use a custom
18399         fill-paragraph-function.  Set up buffer-invisibility-spec.
18400         (rcirc-response-formats): Remove timestamp code.
18401         (rcirc-omit-responses): Add variable.
18402         (rcirc-print): Don't put the overlay arrow on potentially omitted
18403         lines.  Log line to disk.  Record activity for private messages
18404         from /dim nicks.  Facify the fill-prefix with rcirc-timestamp face.
18405         (rcirc-jump-to-first-unread-line): Print message if there is no
18406         unread text.
18407         (rcirc-clear-unread): New function.
18408         (rcirc-markup-text-functions): Add variable.
18409         (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
18410         (rcirc-debug): Don't mess with window configuration.
18411         (rcirc-send-message): Send message before printing locally.
18412         Add SILENT argument, do not print message if non-nil.
18413         (rcirc-visible-buffers): New function and variable.
18414         (rcirc-window-configuration-change-1): Add function.
18415         (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
18416         server buffer.
18417         (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
18418         (rcirc-fill-paragraph): Add function.
18419         (rcirc-record-activity, rcirc-window-configuration-change-1):
18420         Only update the activity string if it has actually changed.
18421         (rcirc-update-activity-string): Remove padding characters from the
18422         mode-line string.
18423         (rcirc-disconnect-buffer): New function to be called when a
18424         channel is parted or the user quits.
18425         (rcirc-server-name): Warn when the server-name hasn't been set.
18426         (rcirc-window-configuration-change): Postpone work until
18427         post-command-hook.
18428         (rcirc-window-configuration-change-1): Update mode-line and
18429         overlay arrows here.
18430         (rcirc-authenticate): Fixc hanserv identification.
18431         (rcirc-default-server): Remove variable.
18432         (rcirc): Connect according to rcirc-connections.
18433         (rcirc-connections): Add variable.
18434         (rcirc-startup-channels-alist): Remove variable.
18435         (rcirc-startup-channels): Remove function.
18437 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18439         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
18441 2007-06-13  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
18443         * term/xterm.el (terminal-init-xterm): Escape parens in character
18444         constants.
18446 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18448         * progmodes/sh-script.el: Remove unneeded * from docstrings.
18449         Use [:alpha:] and [:alnum:] where applicable.
18450         (sh-quoted-subshell): Rewrite to correctly
18451         handle nested mixes of `...' and $(...).
18452         (sh-apply-quoted-subshell): Remove.
18453         (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
18455         * vc-arch.el (vc-arch-command): Remove bzr.  It's a different program.
18457 2007-06-13  Michael Kifer  <kifer@cs.stonybrook.edu>
18459         * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
18460         previous change.
18462 2007-06-12  Tom Tromey  <tromey@redhat.com>
18464         * subr.el (user-emacs-directory): New defconst.
18465         * cmuscheme.el (scheme-start-file):
18466         * shell.el (shell):
18467         * completion.el (save-completions-file-name):
18468         * custom.el (custom-theme-directory):
18469         * term/x-win.el (emacs-session-filename):
18470         * filesets.el (filesets-menu-cache-file):
18471         * thumbs.el (thumbs-thumbsdir):
18472         * server.el (server-auth-dir):
18473         * image-dired.el (image-dired-dir):
18474         (image-dired-db-file):
18475         (image-dired-temp-image-file):
18476         (image-dired-gallery-dir):
18477         (image-dired-temp-rotate-image-file):
18478         * play/gamegrid.el (gamegrid-user-score-file-directory):
18479         * savehist.el (savehist-file):
18480         * tutorial.el (tutorial--saved-dir):
18481         * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
18483 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
18485         * scroll-lock.el (scroll-lock-mode): Doc fix.
18487 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
18489         * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
18491         * ediff-init.el: Doc strings.
18493 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18495         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
18496         (byte-compile-file): Bind it.
18497         (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
18498         group argument is provided implicitly.
18499         (byte-compile-format-warn, byte-compile-from-buffer)
18500         (byte-compile-insert-header): Don't hardcode point-min==1.
18501         (byte-compile-file-form-require): Remove unused var old-load-list.
18502         (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
18504 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
18506         * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
18507         Display error messages.
18508         (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
18509         Get rid of cl.el dependencies.
18511         * emulation/viper-init.el (viper-suppress-input-method-change-message):
18512         New variable.
18513         (viper-activate-input-method-action)
18514         (viper-inactivate-input-method-action):
18515         Use viper-suppress-input-method-change-message.
18517         * emulation/viper-keym.el (viper-vi-basic-map): Disable the bindings
18518         for C-s, C-r.
18520         * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
18521         Use viper-replace-overlay-cursor-color instead of
18522         viper-replace-overlay-cursor-color.
18523         (viper-sit-for-short): Use sit-for with 3 arguments.
18525         * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
18526         (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
18527         to gud-mode.
18529         * ediff-mult.el (ediff-meta-buffer-brief-message)
18530         (ediff-meta-buffer-verbose-message): New variables.
18531         (ediff-meta-buffer-message): Variable deleted.
18532         (ediff-verbose-help-enabled): New variable.
18533         (ediff-toggle-verbose-help-meta-buffer): New function.
18534         (ediff-redraw-directory-group-buffer): Made aware of short/verbose
18535         message options.
18537         * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
18538         (ediff-fixup-patch-map): Improve heuristic.
18540 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18542         * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
18543         (log-view-font-lock-keywords): Simplify.
18544         (log-view-current-file, log-view-current-tag): Simplify.
18546 2007-06-12  Sam Steingold  <sds@gnu.org>
18548         * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
18550 2007-06-12  Juanma Barranquero  <lekktu@gmail.com>
18552         * desktop.el (desktop-load-locked-desktop): New option.
18553         (desktop-read): Use it.
18554         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
18555         Use `when'.
18557 2007-06-12  Davis Herring  <herring@lanl.gov>
18559         * desktop.el (desktop-save-mode-off): New function.
18560         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
18561         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
18562         (desktop-claim-lock, desktop-release-lock): New functions.
18563         (desktop-kill): Tell `desktop-save' that this is the last save.
18564         Release the lock afterwards.
18565         (desktop-buffer-info): New function.
18566         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
18567         says to.  Detect conflicts, and manage the lock.
18568         (desktop-read): Detect conflicts.  Manage the lock.
18570 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18572         * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
18574         * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
18575         (tpu-lucid-emacs-p): Remove.  Use (featurep 'xemacs) instead.
18576         (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
18577         (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
18578         keysyms rather than byte sequences.
18579         (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
18581 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18583         * font-lock.el (font-lock-add-keywords): In case font-lock was only
18584         half-activated, forcefully activate it completely.
18586 2007-06-11  Richard Stallman  <rms@gnu.org>
18588         * cus-edit.el (custom-variable-type): Doc fix.
18590 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18592         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
18593         (sh-font-lock-flush-syntax-ppss-cache): New functions.
18594         (sh-font-lock-syntactic-keywords): Use them to distinguish the
18595         different possible cases for \'.
18597         * complete.el (PC-bindings): Don't bind things already bound in the
18598         parent keymap.
18600         * textmodes/bibtex-style.el: New file.
18602 2007-06-11  Riccardo Murri  <riccardo.murri@gmail.com>
18604         * vc-bzr.el: New file.
18606 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18608         * vc-svn.el (vc-svn-program): New var.
18609         (vc-svn-command): Use it.
18611 2007-06-11  Juanma Barranquero  <lekktu@gmail.com>
18613         * server.el (server-switch-buffer): Remove redundant check.
18615 2007-06-10  Martin Rudalics  <rudalics@gmx.at>
18617         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
18618         Match against file-name-nondirectory.
18619         Fix text on user customization variables.
18620         Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
18622 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
18624         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
18626 2007-06-09  Davis Herring  <herring@lanl.gov>
18628         * desktop.el (desktop-minor-mode-table): Doc fix.
18630 2007-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18632         * textmodes/css-mode.el (css-navigation-syntax-table):
18633         Use set-char-table-range so it also works in the unicode branch.
18635 2007-06-08  Nick Roberts  <nickrob@snap.net.nz>
18637         * help-mode.el (help-xref-forward-stack)
18638         (help-xref-stack-forward-item, help-forward-label): New variables.
18639         (help-forward): New button type.
18640         (help-setup-xref): Initialise help-xref-forward-stack.
18641         (help-make-xrefs): Add forward button, if appropriate.
18642         (help-xref-go-back): Push item on forward stack.
18643         (help-xref-go-forward, help-go-forward): New functions.
18645 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
18647         * dired.el (dired-mode-map): Remove spurious separator.
18649 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
18651         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
18653         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
18654         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
18656 2007-06-07  Carsten Dominik  <dominik@science.uva.nl>
18658         * textmodes/org.el: Version number fixed.
18660 2007-06-07  Glenn Morris  <rgm@gnu.org>
18662         * version.el (emacs-copyright): New constant.
18663         * startup.el (fancy-splash-tail): Use emacs-copyright.
18664         * calc/calc-help.el (calc-full-help): Use emacs-copyright.
18666         * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
18667         `make-local'.
18668         (byte-compile-warnings-safe-p): Add `make-local'.
18669         (byte-compile-make-variable-buffer-local):
18670         Allow byte-compile-warnings to suppress this warning.
18672         * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
18673         format of "menu" description.
18674         (tutorial--find-changed-keys): Describe the specific menu a
18675         command is in.
18677         * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
18678         Rewrite compatibility functions to silence byte-compiler.
18680 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
18682         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
18683         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
18685 2007-06-07  Eric M. Ludlam  <eric@siege-engine.com>
18687         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
18689 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
18691         * progmodes/ebrowse.el (ebrowse-member-table):
18692         * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
18693         (org-batch-agenda-csv): Fix typos in docstrings.
18695 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
18697         * international/mule-cmds.el (toggle-enable-multibyte-characters)
18698         (sort-coding-systems, search-unencodable-char): Doc fixes.
18699         (coding-system-change-eol-conversion, set-default-coding-systems)
18700         (prefer-coding-system, find-multibyte-characters, princ-list)
18701         (leim-list-entry-regexp, set-input-method, locale-language-names)
18702         (input-method-exit-on-first-char, exit-language-environment-hook)
18703         (locale-charset-language-names): Fix typos in docstrings.
18705 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
18707         * pgg.el (pgg-sign-region, pgg-sign):
18708         * ses.el (ses-call-printer):
18709         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
18710         * textmodes/org.el (org-cycle): Fix typos in docstrings.
18712 2007-06-06  Carsten Dominik  <dominik@science.uva.nl>
18714         * textmodes/org.el (org-export-region-as-html)
18715         (org-replace-region-by-html, org-number-to-letters)
18716         (org-table-fedit-finish, org-normalize-color)
18717         (org-table-fedit-ref-right, org-date-to-gregorian)
18718         (org-table-fedit-move, org-table-convert-refs-to-rc)
18719         (org-calendar-holiday, org-table-fedit-toggle-ref-type)
18720         (org-write-agenda, org-colgroup-info-to-vline-list)
18721         (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
18722         (org-indent-line-function, org-export-as-html-to-buffer)
18723         (org-store-agenda-views, org-update-mode-line)
18724         (org-find-if, org-delete-all)
18725         (org-table-fedit-convert-buffer, org-emphasize)
18726         (org-uniquify, org-table-fedit-lisp-indent)
18727         (org-table-fedit-scroll, org-get-todo-sequence-head)
18728         (org-table-fedit-scroll-down, org-table-fedit-line-down)
18729         (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
18730         (org-table-fedit-toggle-coordinates, org-dvipng-color)
18731         (org-table-fedit-line-up, org-table-fedit-ref-down)
18732         (org-table-formula-from-user, org-mode-flyspell-verify)
18733         (org-cycle-show-empty-lines, org-ctrl-c-ret)
18734         (org-table-formula-to-user, org-diary-to-ical-string)
18735         (orgtbl-export, org-table-fedit-post-command)
18736         (org-closed-in-range, org-shiftcontrolright)
18737         (org-table-convert-refs-to-an, org-table-hline-and-move)
18738         (org-table-formula-less-p, org-format-table-ascii)
18739         (org-agenda-get-sexps, org-shift-refpart)
18740         (org-diary-sexp-entry, org-time-string-to-absolute)
18741         (org-table-show-reference, org-letters-to-number)
18742         (org-fix-agenda-info, org-table-fedit-ref-up)
18743         (org-table-fedit-shift-reference, org-table-fedit-abort)
18744         (org-closest-date, org-shiftcontrolleft)
18745         (org-at-heading-or-item-p, org-rematch-and-replace)
18746         (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
18747         New functions.
18748         (org-table-edit-scroll-down, org-finish-edit-formulas)
18749         (org-table-edit-next-field, org-abort-edit-formulas)
18750         (org-font-lock-level, org-export-find-first-heading-line)
18751         (org-table-edit-line-down, org-table-edit-backward-field)
18752         (org-edit-formula-lisp-indent, org-table-edit-move)
18753         (org-check-log-option, org-this-word)
18754         (org-table-edit-line-up, org-table-edit-formulas-post-command)
18755         (org-agenda-file-to-end, org-expand-file-name)
18756         (org-fake-empty-table-line, org-table-edit-scroll)
18757         (org-toggle-log-option, org-show-reference): Function removed.
18758         (org-inhibit-invisibility, org-table-formula-make-cmp-string):
18759         New defsubsts.
18760         (org-unmodified, org-batch-store-agenda-views)
18761         (org-batch-agenda-csv): New macro.
18762         (org-agenda-export): New customization group.
18763         (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
18764         (org-highest-priority, org-agenda-exporter-settings)
18765         (org-log-done-with-time, org-replace-disputed-keys)
18766         (org-format-latex-header, org-export-table-header-tags)
18767         (org-cycle-separator-lines, org-export-table-data-tags)
18768         (org-icalendar-include-sexps)
18769         (org-empty-line-terminates-plain-lists)
18770         (org-log-repeat, org-special-ctrl-a)
18771         (org-table-use-standard-references, org-disputed-keys)
18772         (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
18773         (org-agenda-export-html-style): New option.
18774         (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
18775         (org-CUA-compatible): Option removed.
18776         (org-agenda-structure, org-sexp-date): New face.
18777         (org-todo-keywords-for-agenda, org-not-done-keywords)
18778         (org-planning-or-clock-line-re, org-agenda-name)
18779         (org-table-colgroup-info, org-todo-sets)
18780         (constants-unit-system, org-clock-mode-line-entry)
18781         (org-mode-line-timer, org-table-current-begin-pos)
18782         (org-todo-keywords-1, org-mode-line-string)
18783         (org-table-clean-did-remove-column, org-table-fedit-map)
18784         (org-clock-heading, org-table-buffer-is-an)
18785         (org-agenda-info, org-done-keywords)
18786         (org-done-keywords-for-agenda, org-todo-heads)
18787         (org-todo-kwd-alist, org-clock-start-time): New variable.
18788         (org-todo-kwd-priority-p, org-edit-formulas-map)
18789         (org-repeat-re, org-todo-kwd-max-priority)
18790         (org-version, org-done-string)
18791         (org-table-clean-did-remove-column-1, org-disputed-keys):
18792         Remove variables.
18793         (org-table-translate-regexp, org-repeat-re, org-version): New consts.
18794         (org-ts-lengths): Constant removed.
18795         (org-follow-gnus-link): Don't ask how many articles to read.
18796         (org-export-find-first-export-line): Rename from
18797         `org-export-find-first-heading'.
18798         Use `org-export-skip-text-before-1st-heading'.
18799         (org-table-fedit-post-command): Rename from
18800         `org-table-edit-formulas-post-command'.
18801         (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
18802         (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
18803         (org-table-fedit-lisp-indent): Rename from
18804         `org-edit-formula-lisp-indent'.
18805         (org-table-show-reference): Rename from `org-show-reference'.
18806         (org-table-store-formulas): Use `org-table-formula-less-p'.
18807         (org-table-edit-formulas): Position cursor to current field equation.
18808         (org-update-checkbox-count, org-hide-archived-subtrees)
18809         (org-timestamp-up-day, org-timestamp-down-day)
18810         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
18811         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
18812         (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
18813         (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
18814         Let `org-on-heading-p' also check for invisible heading.
18815         (org-read-date): Match am/pm times.
18816         (org-eval-in-calendar): Fix default date in prompt.
18818 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
18820         * files.el (auto-mode-alist): Separate "ChangeLog.1" and
18821         "ChangeLog.a" entries, giving the latter lower priority.
18823 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
18825         * faces.el (face-id): If the argument is a face alias,
18826         return the ID of the target face.
18828 2007-06-05  Michael Albinus  <michael.albinus@gmx.de>
18830         * net/socks.el (top): Remove unnecessary copyright line.
18832 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
18834         * longlines.el (longlines-auto-wrap): Handle argument correctly.
18836 2007-06-04  Michael Albinus  <michael.albinus@gmx.de>
18838         * net/socks.el: New file, taken from w3 repository.
18839         (top): Update Copyright.  Don't load cl.el.
18840         (all): Replace `case' by `cond', `string-to-int' by
18841         `string-to-number', and `process-kill-without-query' by
18842         `set-process-query-on-exit-flag'.
18843         (socks-char-int): Remove defalias and all occurrences.
18845 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
18847         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
18848         Fix typos in docstrings.
18849         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
18850         (compilation-finish-function): Fix typo in obsolescence declaration.
18852 2007-06-03  Sam Steingold  <sds@gnu.org>
18854         * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
18855         handle unending automatic recompilation of changed files (`omake -P').
18856         (compilation-loop): VISITED is now 5th CDR.
18857         (compilation-next-error-function): Set TIMESTAMP.
18859 2007-06-03  Sam Steingold  <sds@gnu.org>
18861         * files.el (kill-buffer-ask): New function.
18862         (kill-some-buffers): Use it.
18863         (kill-matching-buffers): New user command.
18865 2007-06-01  David Kastrup  <dak@gnu.org>
18867         * dired.el (dired-recursive-deletes, dired-recursive-copies):
18868         Change default to `top'.
18870 2007-05-31  Richard Stallman  <rms@gnu.org>
18872         * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
18874 2007-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
18876         * textmodes/css-mode.el: New file.
18878 2007-05-30  Michael Olson  <mwolson@gnu.org>
18880         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
18881         died and we are trying to send a signal to it.  The program using
18882         tq.el should periodically check to see whether the process has
18883         died and react appropriately -- this is not the responsibility of
18884         tq.el, and is consistent with the rest of the tq.el source code.
18886 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
18888         * textmodes/table.el (table--point-entered-cell-function)
18889         (table--point-left-cell-function):
18890         Bind `inhibit-point-motion-hooks' to t.
18892 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
18894         * emacs-lisp/rx.el (rx): Doc fix.
18896 2007-05-28  Juanma Barranquero  <lekktu@gmail.com>
18898         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
18900 2007-05-28  Michael Albinus  <michael.albinus@gmx.de>
18902         Sync with Tramp 2.0.56.
18904         * net/tramp.el:
18905         * net/tramp-ftp.el:
18906         * net/tramp-smb.el:
18907         * net/tramp-util.el:
18908         * net/tramp-vc.el:
18909         Don't load cl.el, because that pollutes the namespace.  Replace cl
18910         macros by their implementations where necessary.  Requested by
18911         Richard Stallman <rms@gnu.org>.
18913         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
18914         doesn't exist.
18915         (with-parsed-tramp-file-name): Protect debug spec during compilation.
18916         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
18917         (tramp-file-name-p, tramp-file-name-multi-method)
18918         (tramp-file-name-method, tramp-file-name-user)
18919         (tramp-file-name-host, tramp-file-name-localname): New defuns,
18920         replacing defstruct `tramp-file-name'.
18921         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
18922         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
18923         Apply `vector' instead of `make-tramp-file-name'.
18924         (tramp-handle-make-auto-save-file-name):
18925         Apply `tramp-temporary-file-directory' for compatibility reasons.
18926         (tramp-completion-mode): Use `natnump' instead of `wholenump'
18927         because of XEmacs.
18928         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
18929         started.
18931 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
18933         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
18935 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
18937         * log-edit.el (log-edit-changelog-paragraph): Return point-max
18938         as the end of the ChangeLog paragraph when it ends without a line
18939         termination.
18941 2007-05-27  Ryan Yeske  <rcyeske@gmail.com>
18943         * net/webjump.el (webjump-sample-sites):
18944         Add simple Wikipedia query.
18946 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18948         * emacs-lisp/derived.el (define-derived-mode): Remove bogus
18949         compatibility code.
18951         * emacs-lisp/copyright.el (copyright-names-regexp): New var.
18952         (copyright-update-year): Use it.
18954         * edmacro.el (edmacro-format-keys): Use current-active-maps.
18956         * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
18957         Add indentation and debugging info.  Fix up comment convention.
18959         * cus-dep.el (custom-make-dependencies): Simplify.
18961         * composite.el (compose-region, decompose-region):
18962         Use inhibit-read-only and restore-buffer-modified-p.
18964         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
18965         (xterm-mouse-event): Use it.
18967 2007-05-25  Juanma Barranquero  <lekktu@gmail.com>
18969         * bs.el (bs-cycle-previous): Don't modify the cycle list until
18970         `switch-to-buffer' has returned succesfully.
18971         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
18972         window is dedicated (it could iconify the frame).
18974 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
18976         * vc-hooks.el (vc-find-root): Fix file attribute test.
18978 2007-05-24  Richard Stallman  <rms@gnu.org>
18980         * textmodes/flyspell.el (flyspell-correct-word-before-point):
18981         Don't let opoint be nil.
18982         (flyspell-emacs-popup): Explicit error if no dialogs.
18984 2007-05-24  Chong Yidong  <cyd@stupidchicken.com>
18986         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
18987         (image-next-line, image-previous-line, image-scroll-up)
18988         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
18989         New functions.
18990         (image-mode-map): Remap motion commands.
18991         (image-mode-text-map): New keymap for viewing images as text.
18992         (image-mode): Use image-mode-map.
18993         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
18995 2007-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18997         * textmodes/fill.el (canonically-space-region): Make the second arg
18998         a marker if it's not already the case.
19000 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
19002         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
19003         (tar-get-descriptor): Handle type 55, an extended pax header.
19005 2007-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19007         * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
19008         to confuse outline-minor-mode.
19010 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
19012         * tar-mode.el (tar-file-name-handler): New function.
19013         (tar-extract): Bind file-name-handler-alist to it to force
19014         find-buffer-file-type-coding-system behave as if the file being
19015         extracted existed.  Use last-coding-system-used to force
19016         buffer-file-coding-system to what decode-coding-region actually
19017         used to decode the file.
19019 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
19021         * progmodes/compile.el (compilation-handle-exit):
19022         `compilation-finish-function' may change the current buffer.
19024 2007-05-22  Richard Stallman  <rms@gnu.org>
19026         * files.el (set-auto-mode): Doc fix.
19028 2007-05-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19030         * help-fns.el (find-source-lisp-file): New function.
19031         (describe-function-1): Use find-source-lisp-file to find source
19032         file in compile tree.
19034 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
19036         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
19038 2007-05-22  Juanma Barranquero  <lekktu@gmail.com>
19040         * emacs-lisp/easy-mmode.el (define-minor-mode)
19041         (easy-mmode-define-navigation): Fix typos in docstrings.
19043 2007-05-22  Glenn Morris  <rgm@gnu.org>
19045         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
19047 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19049         * mail/mail-extr.el (mail-extract-address-components):
19050         Recognize non-ASCII characters except for NBSP as words.
19052 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
19054         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
19055         (rcirc-print): Handle `window-width'.
19056         (rcirc-buffer-maximum-lines): Doc fix.
19058 2007-05-21  Chong Yidong  <cyd@stupidchicken.com>
19060         * image-mode.el (image-toggle-display): Don't clear image cache.
19061         Only use filename in image spec if the file is readable.
19062         Call image-refresh.
19064         * image.el (image-type-from-file-name, image-type): Simplify.
19065         (image-type-auto-detected-p): Don't scan auto-mode-alist.
19067         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
19068         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
19070 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
19072         * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
19073         is an error.
19075         * term/linux.el (terminal-init-linux): Don't signal an error
19076         if gpm isn't running.
19078 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
19080         * t-mouse.el: Reduce to a minor-mode macro call.
19081         (t-mouse-mode): Remove the lighter.
19083         * term/linux.el (terminal-init-linux): Enable t-mouse by default.
19085 2007-05-19  Dan Nicolaescu  <dann@ics.uci.edu>
19087         * files.el (auto-mode-alist): Change the regexp so that
19088         ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
19090 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
19092         * Version 22.1 released.
19094 2007-05-19  Chong Yidong  <cyd@stupidchicken.com>
19096         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
19097         changes.
19099 2007-05-19  Kevin Ryde  <user42@zip.com.au>
19101         * info.el (Info-fontify-node): Fontify https as well as http and ftp.
19103 2007-05-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
19105         * textmodes/sgml-mode.el: Revert last change.
19107 2007-05-18  Richard Stallman  <rms@gnu.org>
19109         * simple.el (push-mark): Doc fix.
19111 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
19113         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
19114         tpu-global-map.
19115         (tpu-original-global-map): Variable deleted.
19116         (tpu-control-keys-map): New keymap variable.
19117         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
19118         setting keymapping directly.
19119         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
19120         tpu-global-map.
19121         (tpu-edt-on): Activate the tpu-global-map.
19122         (tpu-edt-off): Deactivate the tpu-global-map.
19124 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
19126         * textmodes/ispell.el (ispell-get-word): Return markers
19127         for start and end positions.
19128         (ispell-word): Assume END is a marker.
19130 2007-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19132         * printing.el: Group together all XEmacs/Emacs definitions.
19133         (pr-version): New version 6.9.
19134         (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
19135         (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
19136         (pr-menu-bind): Fix code.
19137         (pr-e-frame-char-height, pr-e-frame-char-width)
19138         (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
19139         (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
19140         (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
19141         (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
19142         (pr-x-event-y-pixel): Aliases eliminated.
19143         (pr-xemacs-global-menubar): Macro moved.
19144         (current-menubar, current-mouse-event, zmacs-region-stays)
19145         (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
19146         (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
19147         Vars moved.
19148         (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
19149         (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
19150         (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
19151         (pr-menu-set-utility-title, pr-even-or-odd-pages)
19152         (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
19153         (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
19154         moved.
19156 2007-05-17  Christian Plate  <cplate@web.de>  (tiny change)
19158         * textmodes/sgml-mode.el (sgml-tag):
19159         Fix bug: Call sgml-transformation-function.
19161 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
19163         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
19164         modified flag of buffer.  Use `inhibit-modification-hooks'.
19166 2007-05-16  Richard Stallman  <rms@gnu.org>
19168         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
19170 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19172         * files.el (magic-mode-alist, magic-fallback-mode-alist):
19173         Move the *ml, Postscript, and XmCD entries to the fallback part.
19175         * files.el (magic-fallback-mode-alist):
19176         Rename from file-start-mode-alist.
19178 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
19180         * progmodes/compile.el (compilation-handle-exit): Quote first
19181         argument of `run-hook-with-args'.
19183 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
19185         * buff-menu.el (Buffer-menu-sort-column):
19186         * dabbrev.el (dabbrev-upcase-means-case-search):
19187         * dired.el (dired-recursive-deletes, dired-recursive-copies):
19188         * info.el (Info-current-subfile):
19189         * ls-lisp.el (ls-lisp-verbosity):
19190         * msb.el (msb-menu-cond):
19191         * pcvs.el (cvs-dired-use-hook):
19192         * simple.el (set-mark-command-repeat-pop):
19193         * time.el (display-time-24hr-format, display-time-mail-file):
19194         Doc fixes.
19196         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
19197         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
19199         * view.el (view-inhibit-help-message): Fix typo in docstring.
19200         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
19202 2007-05-16  Martin Rudalics  <rudalics@gmx.at>
19204         * textmodes/ispell.el (ispell-start-process): Defend against bad
19205         default-directory.
19207 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
19209         * mail/rmail.el (rmail-convert-to-babyl-format): Check
19210         content-transfer-encoding _last_, because it's its position that
19211         we need as value of base64-header-field-end.
19213 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
19215         * files.el (mode-require-final-newline, require-final-newline)
19216         (enable-local-variables, enable-local-eval): Doc fixes.
19218 2007-05-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19220         * ps-print.el: Use default color when foreground or background color
19221         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
19222         (ps-print-version): New version 6.7.4.
19223         (ps-rgb-color): New argument.  Use default color when color is
19224         unspecified.
19225         (ps-begin-job): Fix code.
19227 2007-05-12  Chong Yidong  <cyd@stupidchicken.com>
19229         * longlines.el (longlines-mode): Make longlines-auto-wrap
19230         buffer-local.  Add hooks unconditionally.
19231         (longlines-auto-wrap): Toggle wrapping.
19232         (longlines-after-change-function)
19233         (longlines-post-command-function): Check longlines-auto-wrap.
19235 2007-05-12  Nick Roberts  <nickrob@snap.net.nz>
19237         * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
19238         (xterm-mouse-translate): Use it.
19240 2007-05-10  Richard Stallman  <rms@gnu.org>
19242         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
19243         (iso-cvt-write-only): Likewise.
19245         * emacs-lisp/easy-mmode.el (define-minor-mode):
19246         Fix generated doc string.
19248         * startup.el (fancy-splash-text): Add URL of guided tour.
19249         Adjust horizontal and vertical whitespace.
19251         * progmodes/compile.el (compilation-handle-exit):
19252         Use run-hook-with-args to run compilation-finish-functions.
19254         * files.el (file-start-mode-alist): New variable.
19255         (magic-mode-regexp-match-limit): Doc fix.
19256         (set-auto-mode): Handle file-start-mode-alist.
19257         A little cleanup of structure.
19259         * dabbrev.el (dabbrev-eliminate-newlines):
19260         Renamed from dabbrev--eliminate-newlines.  All uses changed.
19262 2007-05-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
19264         * man.el (Man-next-section): Don't consider the last line of the page
19265         as being part of any section.
19267 2007-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19269         * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
19270         can take any number of values.
19272 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
19274         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
19275         to the list of citation commands.
19277 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
19279         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
19281 2007-05-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
19283         * progmodes/python.el (python-font-lock-keywords)
19284         (python-open-block-statement-p, python-mode): Add support for the new
19285         "with" keyword.
19287 2007-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19289         * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
19290         the exact opposite of diff-goto-source.
19292         * emacs-lisp/advice.el (ad-special-forms): Remove.
19293         (ad-special-form-p): Use subr-arity.
19295         * newcomment.el (comment-search-forward): Make sure we search forward.
19296         (comment-enter-backward): Try and distinguish the non-matching case at
19297         EOB from the non-matching case with a missing comment-end-skip for
19298         a 2-char comment ender.
19299         (comment-choose-indent): New function extracted from comment-indent.
19300         Improve the alignment algorithm.
19301         (comment-indent): Use it.
19303         * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
19304         XML style Processing Instructions.
19305         (sgml-parse-tag-backward): Handle XML-style PIs.  Also ensure progress.
19306         (sgml-calculate-indent): Handle `pi' context.
19308         * vc.el: Ensure that update-changelog issues an error when used with
19309         a backend that does not implement it.
19310         (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
19311         Remove `backend' argument.  Use expand-file-name.
19312         (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
19314         * progmodes/python.el (python-end-of-block): Revert last change.
19315         (python-end-of-statement): Make sure we move *forward*.
19317 2007-05-08  Richard Stallman  <rms@gnu.org>
19319         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
19320         Don't include non-self-insert commands in the exception for `-'.
19322 2007-05-08  David Reitter  <david.reitter@gmail.com>
19324         * progmodes/python.el (python-guess-indent): Check non-nullness
19325         before comparing indent against the 2..8 interval.
19327 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19329         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
19330         available.
19332 2007-05-06  Richard Stallman  <rms@gnu.org>
19334         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
19336 2007-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19338         * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
19339         rather than storing their value in the revert-buffer function.
19341 2007-05-04  Nick Roberts  <nickrob@snap.net.nz>
19343         * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
19344         when disabling t-mouse-mode.
19346 2007-05-01  Davis Herring  <herring@lanl.gov>
19348         * calendar/timeclock.el: Update version number.
19349         (timeclock-modeline-display): Mention timeclock-use-display-time
19350         in explanatory message.
19351         (timeclock-in): Fix non-interactive workday specifications.
19352         (timeclock-log): Don't kill the log buffer if it already existed.
19353         Suppress warnings when finding the log.  Don't check for a nil
19354         project twice.  Run hooks after killing the buffer (if applicable).
19355         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
19356         was geometric).  All uses changed.
19357         (timeclock-generate-report): Support prefix argument.
19359 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
19361         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
19362         disconnections.
19364 2007-05-01  Romain Francoise  <romain@orebokech.com>
19366         * dired-x.el: Revert 2007-04-06 change.
19368 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
19370         * find-dired.el (find-dired-filter): Propertize all text down to eob.
19372 2007-04-29  Richard Stallman  <rms@gnu.org>
19374         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
19376 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19378         * progmodes/cc-mode.el (c-before-change): Use point-min rather
19379         than 1.
19381 2007-04-28  Richard Stallman  <rms@gnu.org>
19383         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
19385 2007-04-28  Nick Roberts  <nickrob@snap.net.nz>
19387         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
19388         don't put stop on toolbar.
19390 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19392         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
19394 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
19396         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
19397         instead of $(lisp)/mh-e.
19399 2007-04-28  Glenn Morris  <rgm@gnu.org>
19401         * image-dired.el (image-dired-cmd-create-thumbnail-options)
19402         (image-dired-cmd-create-temp-image-options): Replace option
19403         +profile "*" with -strip.
19405 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
19407         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
19408         Use window-start and window-end.
19410 2007-04-27  Andreas Schwab  <schwab@suse.de>
19412         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
19414 2007-04-27  Eli Zaretskii  <eliz@gnu.org>
19416         * textmodes/fill.el (fill-paragraph): Doc fix.
19418 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
19420         * locate.el (locate-in-alternate-database): Doc fix.
19422 2007-04-26  Glenn Morris  <rgm@gnu.org>
19424         * button.el (button): Use underline if supported, else fall back
19425         to color.
19427         * version.el (emacs-version): Increase to 22.1.50.
19429 2007-04-25  Richard Stallman  <rms@gnu.org>
19431         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
19433 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
19435         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
19436         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
19437         pushing mark.
19438         (idlwave-current-routine): Don't push mark.
19440 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
19442         * image-dired.el (image-dired-display-image): Derive image-type from
19443         filename rather than assuming jpeg, in case no resizing was needed.
19445 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
19447         * custom.el (defface): Doc fix.
19449 See ChangeLog.12 for earlier changes.
19451 ;; Local Variables:
19452 ;; coding: iso-2022-7bit
19453 ;; add-log-time-zone-rule: t
19454 ;; End:
19456     Copyright (C) 2007, 2008  Free Software Foundation, Inc.
19458   This file is part of GNU Emacs.
19460   GNU Emacs is free software; you can redistribute it and/or modify
19461   it under the terms of the GNU General Public License as published by
19462   the Free Software Foundation; either version 3, or (at your option)
19463   any later version.
19465   GNU Emacs is distributed in the hope that it will be useful,
19466   but WITHOUT ANY WARRANTY; without even the implied warranty of
19467   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19468   GNU General Public License for more details.
19470   You should have received a copy of the GNU General Public License
19471   along with GNU Emacs; see the file COPYING.  If not, write to the
19472   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
19473   Boston, MA 02110-1301, USA.
19475 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af